:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;--canvas:#f6f7f4;--surface:#fff;--surface-soft:#eef1ec;--ink:#20231f;--body:#4a4f48;--muted:#687066;--hairline:#dde1da;--p:#197c70;--p-soft:#d8ece8;--j:#bd4c32;--j-soft:#f5ded8;--middle:#d8a62a;--middle-soft:#f6edcf;--error:#b4232c;--error-soft:#fbe7e8;--focus:#3856c7;--display:"Songti SC", "Noto Serif SC", serif;--page-padding:clamp(16px, 4vw, 32px);--content-wide:920px;--content-narrow:680px;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth;min-width:320px}body{background:var(--canvas);min-width:320px;min-height:100vh;color:var(--ink);letter-spacing:0;margin:0;font-size:16px;line-height:1.6}button,input{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,[tabindex="-1"]:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 30%, transparent);outline-offset:3px}button,label,input[type=radio]{-webkit-tap-highlight-color:transparent}svg{display:block}h1,h2,p{margin-top:0}h2{font-family:var(--display);letter-spacing:0;margin-bottom:0;font-size:28px;font-weight:400;line-height:1.25}.site-header{z-index:10;background:color-mix(in srgb, var(--canvas) 94%, transparent);border-bottom:1px solid var(--hairline);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative}.header-inner{width:min(100%, calc(var(--content-wide) + (var(--page-padding) * 2)));height:64px;padding:0 var(--page-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.wordmark{min-height:44px;font-family:var(--display);cursor:pointer;background:0 0;border:0;align-items:center;gap:1px;padding:0;font-size:21px;font-weight:600;display:inline-flex}.wordmark-p{color:var(--p)}.wordmark-j{color:var(--j)}.wordmark-slash{color:var(--muted);margin-right:6px}.header-actions{gap:4px;display:flex}.icon-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:inline-grid}.icon-button:hover,.icon-button:active{border-color:var(--hairline);background:var(--surface)}.icon-button svg{width:20px;height:20px}.pj-stripe{grid-template-columns:1fr .45fr 1fr;height:3px;display:grid}.pj-stripe span:first-child{background:var(--p)}.pj-stripe span:nth-child(2){background:var(--middle)}.pj-stripe span:nth-child(3){background:var(--j)}#main-content{min-height:calc(100vh - 145px)}.display-title{font-family:var(--display);letter-spacing:0;margin-bottom:0;font-size:clamp(30px,6vw,42px);font-weight:400;line-height:1.25}.view-title:focus{outline:none}.eyebrow{color:var(--muted);margin-bottom:8px;font-size:13px;font-weight:600;line-height:1.4}.home-start{width:min(100%, calc(var(--content-wide) + (var(--page-padding) * 2)));padding:56px var(--page-padding) 48px;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:end;gap:64px;margin:0 auto;display:grid}.home-intro{min-width:0}.home-count{color:var(--body);align-items:center;gap:8px;margin:24px 0 0;font-size:14px;display:inline-flex}.home-count svg{width:18px;height:18px;color:var(--p)}.start-form{flex-direction:column;min-width:0;display:flex}.start-form label{margin-bottom:8px;font-size:14px;font-weight:600}.start-form input{background:var(--surface);width:100%;height:52px;color:var(--ink);border:1px solid #cbd1c8;border-radius:8px;padding:0 14px}.start-form input:hover{border-color:var(--muted)}.start-form input:focus{border-color:var(--focus);outline:3px solid color-mix(in srgb, var(--focus) 18%, transparent)}.start-form input[aria-invalid=true]{border-color:var(--error)}.field-help,.field-error{margin:7px 0 0;font-size:13px}.field-help{color:var(--muted)}.field-error{color:var(--error);font-weight:600}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-weight:600;line-height:1;display:inline-flex}.button svg{flex:none;width:19px;height:19px}.button-primary{border-color:var(--ink);background:var(--ink);color:var(--surface)}.button-primary:hover,.button-primary:active{background:#000;border-color:#000}.button-secondary{background:var(--surface);color:var(--ink);border-color:#cbd1c8}.button-secondary:hover,.button-secondary:active{border-color:var(--muted);background:var(--surface-soft)}.button:disabled{border-color:var(--hairline);background:var(--surface-soft);color:#9ca29a;cursor:not-allowed}.button-wide{width:100%;margin-top:20px}.leaderboard-section{width:min(100%, calc(var(--content-wide) + (var(--page-padding) * 2)));padding:44px var(--page-padding) 56px;border-top:1px solid var(--hairline);margin:0 auto}.section-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px;display:flex}.section-heading .eyebrow{margin-bottom:5px}.table-wrap{border-top:1px solid var(--ink);border-bottom:1px solid var(--hairline);overflow:hidden}.leaderboard-table{border-collapse:collapse;table-layout:fixed;width:100%}.col-rank{width:62px}.col-name{width:30%}.col-score{width:70px}.leaderboard-table th{height:40px;color:var(--muted);text-align:left;padding:0 8px;font-size:12px;font-weight:600}.leaderboard-table th:last-child{text-align:right}.leaderboard-table td{border-top:1px solid var(--hairline);vertical-align:middle;height:68px;padding:8px}.leader-row-current td{background:#fff9e8;border-top-color:#e5c66c;border-bottom:1px solid #e5c66c}.rank-number{font-family:var(--display);font-size:22px}.name-line{align-items:center;gap:6px;min-width:0;display:flex}.nickname{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.you-badge{background:var(--middle-soft);color:#73550c;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.tendency{margin-top:1px;font-size:12px;display:block}.tone-text-p,.label-p{color:var(--p)}.tone-text-j,.label-j{color:var(--j)}.tone-text-middle,.label-middle{color:#8a650b}.score-cell{font-variant-numeric:tabular-nums;text-align:right;font-weight:700}.spectrum{min-width:0}.spectrum-labels,.spectrum-ticks{justify-content:space-between;display:flex}.spectrum-labels{margin-bottom:2px;font-size:13px;font-weight:700}.spectrum-range{appearance:none;pointer-events:none;background:0 0;width:100%;height:24px;margin:0}.spectrum-range::-webkit-slider-runnable-track{background:var(--hairline);border-radius:0;height:4px}.spectrum-range::-moz-range-track{background:var(--hairline);border-radius:0;height:4px}.spectrum-range::-webkit-slider-thumb{appearance:none;border:3px solid var(--surface);background:currentColor;border-radius:50%;width:16px;height:16px;margin-top:-6px;box-shadow:0 0 0 2px}.spectrum-range::-moz-range-thumb{border:3px solid var(--surface);background:currentColor;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 2px}.spectrum-range.tone-p{color:var(--p)}.spectrum-range.tone-j{color:var(--j)}.spectrum-range.tone-middle{color:var(--middle)}.spectrum-ticks{color:var(--muted);font-variant-numeric:tabular-nums;margin-top:0;font-size:11px}.spectrum-compact .spectrum-labels{margin:0;font-size:11px;line-height:1}.spectrum-compact .spectrum-range{height:18px;display:block}.spectrum-compact .spectrum-range::-webkit-slider-thumb{border-width:2px;width:12px;height:12px;margin-top:-4px;box-shadow:0 0 0 1px}.spectrum-compact .spectrum-range::-moz-range-thumb{border-width:2px;width:8px;height:8px;box-shadow:0 0 0 1px}.text-button,.back-link{min-height:44px;color:var(--body);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:14px;font-weight:600;display:inline-flex}.text-button{color:var(--ink);margin-top:12px}.text-button svg,.back-link svg{width:18px;height:18px}.empty-state{border-top:1px solid var(--ink);border-bottom:1px solid var(--hairline);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:32px 16px;display:flex}.empty-state>svg{width:28px;height:28px;color:var(--p);margin-bottom:12px}.empty-state p{margin-bottom:2px;font-weight:700}.empty-state span{color:var(--muted);font-size:14px}.empty-state .button{margin-top:12px}.skeleton{background:var(--surface-soft);border-radius:4px;height:12px;animation:1.4s ease-in-out infinite pulse;display:block}.skeleton-rank{width:24px}.skeleton-name{width:70%}.skeleton-track{width:100%;height:4px}.skeleton-score{width:36px;margin-left:auto}.quiz-shell,.confirm-shell{width:min(100%, calc(var(--content-narrow) + (var(--page-padding) * 2)));padding:36px var(--page-padding) 64px;margin:0 auto}.quiz-meta{min-height:44px;color:var(--muted);justify-content:space-between;align-items:center;gap:16px;font-size:13px;display:flex}.quiz-meta .back-link{min-width:0;max-width:70%}.quiz-meta .back-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.progress-track{appearance:none;background:var(--hairline);border:0;border-radius:0;width:100%;height:4px;margin:4px 0 28px;display:block}.progress-track::-webkit-progress-bar{background:var(--hairline)}.progress-track::-webkit-progress-value{background:var(--ink);transition:width .16s}.progress-track::-moz-progress-bar{background:var(--ink)}.quiz-tool{border:1px solid var(--hairline);background:var(--surface);border-radius:8px;min-height:570px;padding:28px}.quiz-tool fieldset{border:0;min-width:0;margin:0;padding:0}.question-title{width:100%;font-family:var(--display);letter-spacing:0;margin-bottom:24px;font-size:28px;font-weight:400;line-height:1.35}.question-sides{grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr);align-items:center;min-height:112px;margin-bottom:24px;display:grid}.side{min-width:0}.side>span{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:700;display:block}.side p{color:var(--ink);margin:0;font-weight:600;line-height:1.5}.side-right{text-align:right}.side-connector{align-items:center;display:flex}.side-connector:before,.side-connector:after{content:"";background:var(--muted);border-radius:50%;flex:none;width:5px;height:5px}.side-connector span{background:var(--hairline);width:100%;height:1px}.choice-list{gap:8px;display:grid}.choice{border:1px solid var(--hairline);background:var(--surface);min-height:52px;color:var(--body);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;display:flex}.choice:hover{background:var(--canvas);border-color:#aab1a7}.choice-selected{border-color:var(--ink);background:var(--surface-soft);color:var(--ink);font-weight:600}.choice input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.choice:has(input:focus-visible){outline:3px solid color-mix(in srgb, var(--focus) 25%, transparent);outline-offset:2px}.choice-dot{border:2px solid #aab1a7;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;display:inline-grid}.choice-selected .choice-dot{border:5px solid var(--ink)}.quiz-actions,.confirm-actions,.result-actions{justify-content:space-between;gap:12px;margin-top:24px;display:flex}.quiz-actions .button,.confirm-actions .button{min-width:132px}.confirm-shell{flex-direction:column;justify-content:center;min-height:calc(100vh - 145px);display:flex}.confirm-mark{border:1px solid var(--p);width:48px;height:48px;color:var(--p);border-radius:50%;place-items:center;margin-bottom:20px;display:grid}.confirm-mark svg{width:24px;height:24px}.confirm-summary{border-top:1px solid var(--ink);border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:center;gap:16px;min-height:64px;margin-top:32px;padding:0 16px;display:flex}.confirm-summary span{color:var(--muted);font-size:14px}.confirm-summary strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.confirm-note{color:var(--muted);margin:10px 0 0;font-size:13px}.submit-error{border-left:3px solid var(--error);background:var(--error-soft);color:var(--error);margin:20px 0 0;padding:12px 14px;font-size:14px;font-weight:600}.result-band{width:min(100%, calc(var(--content-wide) + (var(--page-padding) * 2)));padding:52px var(--page-padding) 56px;margin:0 auto}.result-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:36px;display:flex}.result-score{font-family:var(--display);font-variant-numeric:tabular-nums;font-size:clamp(36px,8vw,56px);font-weight:400;line-height:1}.result-band>.spectrum{border:1px solid var(--hairline);background:var(--surface);border-radius:8px;padding:24px 28px}.result-actions{justify-content:flex-start}.standalone-leaderboard{border-top:0;padding-top:48px}.section-heading-large{align-items:end}.section-heading-large .back-link{margin-bottom:20px}.site-footer{min-height:78px;padding:20px var(--page-padding);border-top:1px solid var(--hairline);color:var(--muted);text-align:center;justify-content:center;align-items:center;font-size:12px;display:flex}.site-footer p{margin:0}.toast{z-index:50;background:var(--ink);max-width:calc(100vw - 40px);color:var(--surface);border-radius:8px;padding:10px 14px;font-size:14px;position:fixed;bottom:20px;right:20px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.45}50%{opacity:1}}@media (max-width:720px){.home-start{grid-template-columns:1fr;gap:32px;padding-top:36px}.home-count{margin-top:18px}.leaderboard-section{padding-top:36px}.col-rank{width:42px}.col-name{width:31%}.col-score{width:52px}.leaderboard-table th,.leaderboard-table td{padding-left:4px;padding-right:4px}.leaderboard-table th{font-size:11px}.leaderboard-table td{height:66px}.rank-number{font-size:19px}.nickname{font-size:14px}.you-badge{min-width:22px;height:22px}.spectrum-compact .spectrum-labels{font-size:10px}.quiz-shell{padding-top:20px}.quiz-tool{min-height:0;padding:22px 18px 18px}.question-title{margin-bottom:20px;font-size:24px}.question-sides{grid-template-columns:1fr;gap:10px;min-height:0;margin-bottom:20px}.side{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:8px;display:grid}.side>span{margin:2px 0 0}.side p{font-size:14px}.side-right{border-top:1px solid var(--hairline);text-align:left;padding-top:10px}.side-connector{display:none}.choice{min-height:50px;padding:8px 12px;font-size:14px}.quiz-actions .button,.confirm-actions .button{flex:1 1 0;min-width:0;padding-left:12px;padding-right:12px}.result-band{padding-top:40px}.result-heading{margin-bottom:28px}.result-band>.spectrum{padding:20px 16px}.result-actions{flex-direction:column}.result-actions .button{width:100%}}@media (max-width:390px){.header-inner{height:60px}.wordmark{font-size:19px}.section-heading h2{font-size:25px}.tendency{font-size:11px}.score-cell{font-size:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*$vite$:1*/