:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f6;--surface:#fff;--surface-sunken:#f1f2f4;--text:#14161b;--text-muted:#5d636d;--text-faint:#868d97;--border:#e0e3e8;--border-strong:#c6cbd3;--accent:#1c47c4;--accent-hover:#17399e;--accent-soft:#e8edfb;--on-accent:#fff;--green:#0f7a55;--green-soft:#d9f2e7;--yellow:#94620a;--yellow-soft:#fbeeca;--red:#b3302a;--red-soft:#fbe3e1;--neutral:#3e4753;--neutral-soft:#e6e9ee;--danger:#b3302a;--radius:14px;--radius-lg:20px;--shadow:0 1px 2px #14161b0f, 0 8px 24px #14161b0f;--shadow-sheet:0 -8px 40px #14161b2e;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", "Hiragino Sans TC", sans-serif;--font-num:ui-monospace, "SF Mono", "Cascadia Mono", "Segoe UI Mono", monospace}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f1116;--surface:#181b22;--surface-sunken:#22262f;--text:#f2f4f7;--text-muted:#a2a9b4;--text-faint:#7d848f;--border:#2a2f39;--border-strong:#3c434f;--accent:#6f94ff;--accent-hover:#89a7ff;--accent-soft:#1e2740;--on-accent:#0f1116;--green:#4ed6a2;--green-soft:#14342a;--yellow:#e5b74e;--yellow-soft:#352a12;--red:#ff8079;--red-soft:#3a1d1c;--neutral:#c3cad4;--neutral-soft:#262b35;--danger:#ff8079;--shadow:0 1px 2px #0006, 0 8px 24px #0000004d;--shadow-sheet:0 -8px 40px #0009}}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;overscroll-behavior-y:none;font-size:16px;line-height:1.55}button,input,textarea,select{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.cp-page{flex-direction:column;min-height:100dvh;display:flex}.cp-shell{width:100%;max-width:720px;padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));margin:0 auto}.cp-shell--wide{max-width:940px}.cp-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:60px;padding-block:14px;display:flex}.cp-topbar__title{letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:15px;font-weight:650;overflow:hidden}.cp-topbar__meta{color:var(--text-faint);flex:none;font-size:12px;font-weight:500}.cp-main{padding-block:20px calc(32px + env(safe-area-inset-bottom));flex:1}.cp-stack{flex-direction:column;gap:16px;display:flex}.cp-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin:0 0 10px;font-size:12px;font-weight:700}.cp-question-text{letter-spacing:-.01em;overflow-wrap:anywhere;margin:0;font-size:clamp(22px,5.4vw,30px);font-weight:650;line-height:1.38}.cp-muted{color:var(--text-muted)}.cp-faint{color:var(--text-faint);font-size:13px}.cp-empty{text-align:center;color:var(--text-muted);padding:56px 20px}.cp-empty__title{color:var(--text);margin:0 0 6px;font-size:19px;font-weight:600}.cp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:20px}.cp-card--flat{box-shadow:none}.cp-btn{appearance:none;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);border-radius:var(--radius);cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 18px;font-size:16px;font-weight:600;transition:background-color .12s,border-color .12s;display:inline-flex}.cp-btn:hover:not(:disabled){background:var(--surface-sunken)}.cp-btn:disabled{opacity:.45;cursor:not-allowed}.cp-btn--primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.cp-btn--primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.cp-btn--danger{color:var(--danger);border-color:var(--border-strong)}.cp-btn--ghost{color:var(--text-muted);background:0 0;border-color:#0000;min-height:40px;padding:0 10px;font-size:14px}.cp-btn--block{width:100%}.cp-btn--big{min-height:60px;font-size:17px}.cp-btn-row{flex-wrap:wrap;gap:10px;display:flex}.cp-btn-row>.cp-btn{flex:160px}.cp-choices{flex-direction:column;gap:12px;margin-top:22px;display:flex}.cp-choice{appearance:none;border-radius:var(--radius-lg);border:2px solid var(--border-strong);background:var(--surface);width:100%;min-height:76px;color:var(--text);text-align:left;cursor:pointer;touch-action:manipulation;align-items:center;gap:14px;padding:14px 18px;font-size:19px;font-weight:600;transition:transform 90ms,border-color .12s,background-color .12s;display:flex}.cp-choice:active:not(:disabled){transform:scale(.985)}.cp-choice:disabled{cursor:default}.cp-choice__emoji{flex:none;font-size:26px;line-height:1}.cp-choice__label{flex:1}.cp-choice__check{flex:none;font-size:20px;font-weight:700}.cp-choice[data-selected=true]{border-width:2px}.cp-choice[data-tone=green][data-selected=true]{border-color:var(--green);background:var(--green-soft);color:var(--green)}.cp-choice[data-tone=yellow][data-selected=true]{border-color:var(--yellow);background:var(--yellow-soft);color:var(--yellow)}.cp-choice[data-tone=red][data-selected=true]{border-color:var(--red);background:var(--red-soft);color:var(--red)}.cp-choice[data-tone=neutral][data-selected=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.cp-receipt{border-radius:var(--radius);background:var(--green-soft);color:var(--green);align-items:center;gap:10px;margin-top:22px;padding:16px 18px;font-size:17px;font-weight:650;display:flex}.cp-receipt--muted,.cp-receipt--pending{background:var(--surface-sunken);color:var(--text-muted)}.cp-results{flex-direction:column;gap:14px;margin-top:18px;display:flex}.cp-result__head{align-items:baseline;gap:10px;margin-bottom:7px;display:flex}.cp-result__label{overflow-wrap:anywhere;flex:1;font-size:16px;font-weight:600}.cp-result__count{font-family:var(--font-num);font-variant-numeric:tabular-nums;font-size:19px;font-weight:700}.cp-result__pct{font-family:var(--font-num);color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:right;min-width:46px;font-size:15px}.cp-bar{background:var(--surface-sunken);border-radius:999px;height:14px;overflow:hidden}.cp-bar__fill{border-radius:999px;min-width:0;height:100%;transition:width .26s cubic-bezier(.22,.61,.36,1)}.cp-bar__fill[data-tone=green]{background:var(--green)}.cp-bar__fill[data-tone=yellow]{background:var(--yellow)}.cp-bar__fill[data-tone=red]{background:var(--red)}.cp-bar__fill[data-tone=neutral]{background:var(--accent)}.cp-total{align-items:baseline;gap:8px;margin-top:4px;display:flex}.cp-total__n{font-family:var(--font-num);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:32px;font-weight:700}.cp-tabs{background:var(--surface-sunken);border-radius:var(--radius);gap:4px;margin-bottom:18px;padding:4px;display:flex}.cp-tab{appearance:none;color:var(--text-muted);cursor:pointer;touch-action:manipulation;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;min-height:44px;font-size:14px;font-weight:600;display:inline-flex}.cp-tab[aria-selected=true]{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.cp-badge{background:var(--accent);min-width:20px;height:20px;color:var(--on-accent);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.cp-pill{background:var(--surface-sunken);color:var(--text-muted);border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:650;display:inline-flex}.cp-pill--live{background:var(--green-soft);color:var(--green)}.cp-pill--closed{background:var(--neutral-soft);color:var(--text-muted)}.cp-field{flex-direction:column;gap:7px;display:flex}.cp-label{color:var(--text-muted);font-size:13px;font-weight:650}.cp-input,.cp-textarea{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;padding:13px 14px;font-size:16px;line-height:1.5}.cp-textarea{resize:vertical;min-height:92px}.cp-textarea--hero{min-height:120px;font-size:19px;font-weight:600;line-height:1.45}.cp-segmented{gap:6px;display:flex}.cp-segmented__item{appearance:none;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);min-height:50px;color:var(--text-muted);cursor:pointer;touch-action:manipulation;flex:1;font-size:14px;font-weight:650}.cp-segmented__item[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.cp-error{color:var(--danger);margin:0;font-size:14px;font-weight:600}.cp-note{background:var(--surface-sunken);border-radius:var(--radius);color:var(--text-muted);padding:14px 16px;font-size:14px;line-height:1.6}.cp-note code{font-family:var(--font-num);background:var(--surface);overflow-wrap:anywhere;border-radius:5px;padding:1px 5px;font-size:13px}.cp-sheet-backdrop{z-index:40;background:#0a0c1080;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.cp-sheet{background:var(--surface);width:100%;max-width:640px;max-height:92dvh;box-shadow:var(--shadow-sheet);padding:18px 18px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;flex-direction:column;gap:16px;display:flex;overflow-y:auto}@media (min-width:640px){.cp-sheet-backdrop{align-items:center;padding:24px}.cp-sheet{border-radius:var(--radius-lg);max-height:86dvh}}.cp-sheet__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.cp-sheet__title{margin:0;font-size:18px;font-weight:700}.cp-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cp-history-item{text-align:left;appearance:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;touch-action:manipulation;flex-direction:column;gap:8px;width:100%;padding:14px 16px;display:flex}.cp-history-item:hover{border-color:var(--border-strong)}.cp-history-item__time{font-family:var(--font-num);color:var(--text-faint);align-items:center;gap:8px;font-size:12px;display:flex}.cp-history-item__text{overflow-wrap:anywhere;font-size:16px;font-weight:600;line-height:1.45}.cp-chips{flex-wrap:wrap;align-items:center;gap:6px 12px;display:flex}.cp-chip{font-variant-numeric:tabular-nums;color:var(--text-muted);align-items:center;gap:5px;font-size:13px;font-weight:650;display:inline-flex}.cp-chip__dot{border-radius:999px;flex:none;width:9px;height:9px}.cp-chip__dot[data-tone=green]{background:var(--green)}.cp-chip__dot[data-tone=yellow]{background:var(--yellow)}.cp-chip__dot[data-tone=red]{background:var(--red)}.cp-chip__dot[data-tone=neutral]{background:var(--accent)}.cp-anon{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.cp-anon[data-resolved=true] .cp-anon__text{color:var(--text-faint);text-decoration:line-through}.cp-anon__text{overflow-wrap:anywhere;font-size:16px;line-height:1.5}.cp-anon__foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.cp-qr{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.cp-qr__frame{border-radius:var(--radius);background:#fff;padding:16px;line-height:0}.cp-url{font-family:var(--font-num);overflow-wrap:anywhere;background:var(--surface-sunken);text-align:center;border-radius:10px;width:100%;padding:10px 12px;font-size:15px}.cp-hero{padding-block:40px 8px}.cp-hero__title{letter-spacing:-.025em;margin:0 0 10px;font-size:clamp(28px,7vw,40px);font-weight:700}.cp-hero__sub{color:var(--text-muted);max-width:46ch;margin:0;font-size:17px}.cp-room{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.cp-room__name{font-size:16px;font-weight:650}.cp-room__id{font-family:var(--font-num);color:var(--text-faint);font-size:13px}.cp-link{color:var(--accent);font-weight:650;text-decoration:none}.cp-link:hover{text-decoration:underline}.cp-spinner{border:2.5px solid var(--border-strong);border-top-color:var(--accent);border-radius:999px;width:22px;height:22px;animation:.7s linear infinite cp-spin}.cp-loading{color:var(--text-muted);justify-content:center;align-items:center;gap:10px;padding:48px 0;display:flex}@keyframes cp-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cp-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
