:root{--bg:#f5f6fa;--surface:#fff;--surface-muted:#f1f3f8;--border:#e3e6ee;--border-strong:#cdd2df;--text:#14161d;--text-muted:#636b7d;--accent:#4f46e5;--accent-hover:#4338ca;--accent-soft:#edecfe;--accent-contrast:#fff;--danger:#c0272d;--danger-soft:#fdeced;--track:#e7eaf2;--radius:14px;--radius-sm:10px;--shadow:0 1px 2px #10121b0f, 0 10px 30px #10121b0f;--tap-target:48px}@media (prefers-color-scheme:dark){:root{--bg:#0d0f14;--surface:#161920;--surface-muted:#1d212a;--border:#2a2f3a;--border-strong:#3b4250;--text:#eef0f5;--text-muted:#98a1b3;--accent:#8b85f5;--accent-hover:#a19cf8;--accent-soft:#232343;--accent-contrast:#12121c;--danger:#f28b8f;--danger-soft:#3a1f22;--track:#262b36;--shadow:0 1px 2px #0000004d, 0 10px 30px #00000040}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Noto Sans KR,system-ui,sans-serif;font-size:16px;line-height:1.6}.app{width:100%;max-width:34rem;margin:0 auto;padding:1.5rem 1rem 4rem}.masthead{color:var(--text-muted);letter-spacing:-.01em;align-items:center;gap:.55rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;display:flex}.masthead a{color:inherit;align-items:center;gap:.55rem;text-decoration:none;display:inline-flex}.masthead-mark{background:var(--accent);width:1.75rem;height:1.75rem;color:var(--accent-contrast);border-radius:8px;place-items:center;font-size:.95rem;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:1.5rem 1.25rem}.card+.card{margin-top:1rem}.stack{flex-direction:column;gap:1.25rem;display:flex}.page-title{letter-spacing:-.02em;overflow-wrap:anywhere;margin:0 0 .35rem;font-size:1.4rem;font-weight:700;line-height:1.35}.page-subtitle{color:var(--text-muted);margin:0;font-size:.9rem}.section-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.field+.field{margin-top:1.25rem}.text-input{width:100%;min-height:var(--tap-target);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;padding:.7rem .85rem;font-size:1rem}.text-input:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.text-input::placeholder{color:var(--text-muted);opacity:.7}.option-row{align-items:center;gap:.5rem;display:flex}.option-row+.option-row{margin-top:.5rem}.option-row .text-input{flex:auto;min-width:0}.field-error{color:var(--danger);margin:.45rem 0 0;font-size:.85rem}.field-hint{color:var(--text-muted);margin:.45rem 0 0;font-size:.8rem}.button{min-height:var(--tap-target);border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-contrast);font:inherit;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex}.button:hover:not(:disabled){background:var(--accent-hover)}.button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.button:disabled{opacity:.55;cursor:not-allowed}.button--block{width:100%}.button--secondary{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.button--secondary:hover:not(:disabled){background:var(--surface-muted)}.button--icon{width:var(--tap-target);min-height:var(--tap-target);background:var(--surface);border-color:var(--border-strong);color:var(--text-muted);flex:none;padding:0;font-size:1.1rem}.button--icon:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.button-row{flex-wrap:wrap;gap:.5rem;display:flex}.button-row>*{flex:10rem}.text-link{color:var(--accent);font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.choices{border:0;margin:0;padding:0}.choices legend{padding:0}.choice{min-height:var(--tap-target);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;overflow-wrap:anywhere;align-items:center;gap:.75rem;padding:.75rem .9rem;transition:border-color .15s,background-color .15s;display:flex}.choice+.choice{margin-top:.5rem}.choice:hover{border-color:var(--accent)}.choice:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.choice:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px}.choice input{width:1.15rem;height:1.15rem;accent-color:var(--accent);flex:none;margin:0}.results{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.result-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.35rem;display:flex}.result-name{overflow-wrap:anywhere;font-weight:600}.result-mine{background:var(--accent-soft);color:var(--accent);vertical-align:middle;border-radius:999px;margin-left:.35rem;padding:.05rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.result-figure{color:var(--text-muted);font-variant-numeric:tabular-nums;flex:none;font-size:.85rem}.result-figure strong{color:var(--text);font-size:.95rem}.result-track{background:var(--track);border-radius:999px;height:.6rem;overflow:hidden}.result-bar{background:var(--border-strong);border-radius:999px;height:100%;transition:width .45s cubic-bezier(.4,0,.2,1)}.result-bar--mine{background:var(--accent)}.result-total{color:var(--text-muted);font-variant-numeric:tabular-nums;margin:1.1rem 0 0;font-size:.85rem}.live-dot{background:var(--accent);vertical-align:middle;border-radius:50%;width:.45rem;height:.45rem;margin-right:.35rem;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.share-row{gap:.5rem;display:flex}.share-row .text-input{background:var(--surface-muted);min-width:0;color:var(--text-muted);flex:auto;font-size:.9rem}.share-row .button{flex:none}.notice{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-muted);color:var(--text-muted);padding:1rem 1.1rem;font-size:.9rem}.notice--error{border-color:color-mix(in srgb, var(--danger) 35%, transparent);background:var(--danger-soft);color:var(--danger)}.notice-title{color:inherit;margin:0 0 .25rem;font-weight:700}.notice p{margin:0}.notice-actions{margin-top:.9rem}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
