:root{color-scheme:dark;font-family:Inter,Microsoft YaHei,PingFang SC,Noto Sans CJK SC,system-ui,sans-serif;background:#080706;color:#f7efe0;--ink: #11100d;--paper: #f7efe0;--paper-muted: #cdbf9e;--line: rgba(216, 168, 75, .28);--teal: #5d6268;--gold: #d8a84b;--coral: #f1dca8;--deep: #3c4248;--panel: #11100d;--panel-2: #191713;--bronze: #9c7830;--acrylic: rgba(255, 255, 255, .2);--shadow: 0 22px 60px rgba(0, 0, 0, .38)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(140deg,rgba(216,168,75,.1),transparent 32%),linear-gradient(rgba(216,168,75,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(216,168,75,.05) 1px,transparent 1px),#080706;background-size:24px 24px}button,textarea,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed;opacity:.45}.participant-shell,.landing-shell{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:22px;position:relative}.participant-shell{overflow:hidden}.participant-shell:before{animation:gridDrift 18s linear infinite;background:linear-gradient(115deg,transparent 0 46%,rgba(216,168,75,.18) 48%,transparent 52%),linear-gradient(rgba(216,168,75,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(216,168,75,.05) 1px,transparent 1px);background-size:220px 220px,42px 42px,42px 42px;content:"";top:-80px;right:-80px;bottom:-80px;left:-80px;opacity:.8;pointer-events:none;position:absolute}.participant-shell:after{animation:scanSweep 5.5s ease-in-out infinite;background:linear-gradient(180deg,transparent,rgba(241,220,168,.12),transparent);content:"";height:180px;left:0;pointer-events:none;position:absolute;right:0;top:-220px}.ambient-pixels{top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.ambient-pixels span{animation:pixelFloat 8s ease-in-out infinite;background:var(--gold);box-shadow:0 0 22px #d8a84b6b;display:block;height:10px;opacity:.55;position:absolute;width:10px}.ambient-pixels span:nth-child(1){left:9%;top:18%;animation-delay:0s}.ambient-pixels span:nth-child(2){left:82%;top:13%;animation-delay:1.4s;width:16px}.ambient-pixels span:nth-child(3){left:76%;top:72%;animation-delay:2.2s;height:14px}.ambient-pixels span:nth-child(4){left:18%;top:78%;animation-delay:3.3s;background:#f7efe0}.ambient-pixels span:nth-child(5){left:48%;top:10%;animation-delay:4.1s;width:8px;height:8px}.ambient-pixels span:nth-child(6){left:7%;top:54%;animation-delay:5s;background:#9c7830}.start-screen,.question-screen,.status-screen,.select-screen,.landing-copy{animation:panelIn .42s cubic-bezier(.2,.8,.2,1) both;background:linear-gradient(135deg,rgba(216,168,75,.08),transparent 38%),#11100df0;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);max-width:560px;overflow:hidden;padding:clamp(24px,8vw,44px);position:relative;width:100%;z-index:1}.start-screen:after,.question-screen:after,.status-screen:after,.select-screen:after,.landing-copy:after{border:1px solid rgba(255,255,255,.18);border-radius:8px;content:"";top:8px;right:8px;bottom:8px;left:8px;pointer-events:none;position:absolute}.start-screen{animation:panelIn .52s cubic-bezier(.2,.8,.2,1) both,acrylicFloat 5.8s ease-in-out .56s infinite;min-height:min(720px,calc(100vh - 44px));display:flex;flex-direction:column;justify-content:center}.start-screen h1{animation:goldGlint 4.5s ease-in-out infinite;background:linear-gradient(90deg,#f7efe0,#d8a84b,#f1dca8,#f7efe0);background-size:260% 100%;color:transparent;-webkit-background-clip:text;background-clip:text}.brand-kicker{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:0;margin-bottom:18px;text-transform:uppercase}.micro-line{color:var(--gold);display:flex;flex-wrap:wrap;font-size:12px;font-weight:800;gap:8px 18px;letter-spacing:0;margin-bottom:18px;text-transform:uppercase}h1,h2,p{margin-top:0}h1{font-size:clamp(44px,14vw,84px);line-height:.98;letter-spacing:0;margin-bottom:18px}h2{font-size:clamp(25px,8vw,42px);line-height:1.05;letter-spacing:0;margin-bottom:22px}p{color:var(--paper-muted);font-size:17px;line-height:1.75}.primary-action,.secondary-action,.icon-button{align-items:center;border:0;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:800;gap:10px;justify-content:center;min-height:48px;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.primary-action{background:var(--gold);color:var(--ink);box-shadow:0 0 0 1px #f7efe033 inset,0 12px 28px #d8a84b38;margin-top:18px;padding:0 22px}.primary-action.compact{margin-top:0;min-height:40px;padding:0 14px}.secondary-action{background:#d8a84b14;border:1px solid var(--line);color:var(--paper);min-height:40px;padding:0 14px}.icon-button{aspect-ratio:1;background:#d8a84b14;border:1px solid var(--line);color:var(--paper);min-width:48px}.primary-action:hover,.secondary-action:hover,.icon-button:hover,.candidate-card:hover{transform:translateY(-1px)}.progress-row{align-items:center;color:var(--paper-muted);display:flex;font-size:13px;gap:14px;margin-bottom:40px}.progress-track{background:#d8a84b1f;border-radius:999px;flex:1;height:8px;overflow:hidden}.progress-track div{animation:progressGlow 2.4s linear infinite;background:linear-gradient(90deg,#514735,var(--gold),#f7efe0);background-size:180% 100%;height:100%;transition:width .26s ease}.question-copy{animation:textRise .36s ease both}.question-copy h1{font-size:clamp(30px,9vw,56px);letter-spacing:0;line-height:1.08;margin-bottom:14px}.field-stack{display:grid;gap:12px}.field-block{animation:textRise .36s ease both;display:block}.field-block:nth-child(2){animation-delay:50ms}.field-block:nth-child(3){animation-delay:.1s}.field-block span{color:var(--paper-muted);display:block;font-size:13px;font-weight:800;margin-bottom:7px}textarea,input{background:#f7efe0;border:2px solid transparent;border-radius:8px;color:#11100d;outline:none;width:100%}textarea{min-height:180px;padding:18px;resize:vertical;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.field-stack textarea{min-height:92px}textarea:focus,input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #d8a84b24;transform:translateY(-1px)}.action-row{align-items:center;display:flex;justify-content:space-between;margin-top:18px}.status-screen{text-align:center}.status-icon{align-items:center;animation:pulseIcon 1.8s ease-in-out infinite;background:var(--gold);border-radius:8px;color:var(--ink);display:inline-flex;height:70px;justify-content:center;margin-bottom:22px;width:70px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes panelIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes acrylicFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes gridDrift{0%{transform:translateZ(0)}to{transform:translate3d(42px,42px,0)}}@keyframes scanSweep{0%,20%{transform:translateY(0);opacity:0}42%{opacity:1}72%,to{transform:translateY(calc(100vh + 300px));opacity:0}}@keyframes pixelFloat{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(14px,-22px,0) scale(1.28)}}@keyframes goldGlint{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes progressGlow{0%{background-position:0% 50%}to{background-position:180% 50%}}@keyframes textRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseIcon{0%,to{box-shadow:0 0 #d8a84b38}50%{box-shadow:0 0 0 12px #d8a84b00}}@keyframes cardRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes swatchBlink{0%,to{opacity:.86}50%{opacity:1;transform:translateY(-2px)}}.select-screen{max-width:980px}.candidate-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-card{animation:cardRise .42s ease both;background:#f7efe0;border:0;border-radius:8px;color:#11100d;cursor:pointer;overflow:hidden;padding:10px;transition:transform .16s ease,box-shadow .16s ease}.candidate-card:nth-child(2){animation-delay:80ms}.candidate-card:nth-child(3){animation-delay:.16s}.candidate-card:hover{box-shadow:0 18px 40px #d8a84b2e}.candidate-card img{aspect-ratio:1181 / 1398;border-radius:4px;display:block;object-fit:cover;width:100%}.candidate-card span{display:block;font-weight:900;padding:12px 4px 4px}.operator-shell{margin:0 auto;max-width:1240px;min-height:100vh;padding:24px}.operator-header{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px}.operator-header h1{font-size:clamp(30px,5vw,54px);margin-bottom:0}.operator-tools,.queue-actions,.queue-meta,.subscribe-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.toggle{align-items:center;background:#f6efe314;border:1px solid var(--line);border-radius:8px;display:flex;gap:8px;min-height:48px;padding:0 14px}.operator-stats{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.operator-stats div,.queue-card,.empty-queue,.operator-error,.operator-status{background:linear-gradient(135deg,rgba(216,168,75,.07),transparent 46%),#11100df0;border:1px solid var(--line);border-radius:8px}.operator-stats div{padding:18px}.operator-stats strong{display:block;font-size:34px;line-height:1}.operator-stats span,.queue-meta{color:var(--paper-muted);font-size:13px}.operator-error{align-items:center;color:var(--coral);display:flex;gap:8px;margin-bottom:18px;padding:12px 14px}.operator-status{align-items:center;color:var(--paper-muted);display:flex;flex-wrap:wrap;gap:10px 14px;margin-bottom:18px;padding:14px}.operator-status strong{color:var(--paper);text-transform:uppercase}.queue-list{display:grid;gap:14px}.empty-queue{align-items:center;color:var(--paper-muted);display:flex;gap:12px;justify-content:center;min-height:140px}.queue-card{padding:18px}.queue-main{align-items:start;display:flex;gap:16px;justify-content:space-between}.queue-main h2{font-size:24px;margin:10px 0 8px}.queue-main p{font-size:14px;line-height:1.6;margin-bottom:0}.pill,.status-pill{border-radius:999px;display:inline-flex;font-size:12px;font-weight:900;min-height:26px;padding:5px 10px}.pill{background:#d8a84b24;color:var(--gold)}.status-pill{background:#f6efe31a;color:var(--paper);white-space:nowrap}.status-ready,.status-done{background:#f7efe024;color:var(--paper)}.status-degraded,.status-queued,.status-printing{background:#ffd16629;color:var(--gold)}.status-failed{background:#eb6f9229;color:var(--coral)}.operator-candidates{display:flex;gap:8px;margin:16px 0;overflow-x:auto}.operator-candidates img{aspect-ratio:1181 / 1398;border:2px solid transparent;border-radius:6px;object-fit:cover;width:86px}.operator-candidates img.selected{border-color:var(--gold)}.swatch-row{display:flex;gap:8px;margin:20px 0 8px}.swatch-row span{animation:swatchBlink 3.6s ease-in-out infinite;background:var(--swatch);border:1px solid rgba(255,255,255,.2);display:block;height:18px;width:32px}.swatch-row span:nth-child(1){--swatch: #f7efe0}.swatch-row span:nth-child(2){--swatch: #f1dca8}.swatch-row span:nth-child(3){--swatch: #d8a84b}.swatch-row span:nth-child(4){--swatch: #9c7830}.swatch-row span:nth-child(5){--swatch: #514735}.swatch-row span:nth-child(6){--swatch: #3c4248}.swatch-row span:nth-child(2){animation-delay:.12s}.swatch-row span:nth-child(3){animation-delay:.24s}.swatch-row span:nth-child(4){animation-delay:.36s}.swatch-row span:nth-child(5){animation-delay:.48s}.swatch-row span:nth-child(6){animation-delay:.6s}.queue-meta{justify-content:space-between;margin-bottom:14px}.link-button{color:var(--paper)}.landing-shell{align-items:stretch;gap:18px}.landing-video,.landing-copy{max-width:560px;width:100%}.landing-video{align-items:center;background:#080706;border:1px solid var(--line);border-radius:8px;display:flex;justify-content:center;min-height:360px;overflow:hidden}.landing-video img{display:block;height:100%;max-height:720px;object-fit:cover;object-position:50% 24%;width:100%}.landing-copy h1{font-size:clamp(34px,6vw,62px)}.spec-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin:26px 0}.spec-grid div{border:1px solid var(--line);border-radius:6px;padding:12px}.spec-grid dt{color:var(--paper-muted);font-size:12px;margin-bottom:8px}.spec-grid dd{color:var(--paper);font-size:14px;font-weight:800;margin:0}.subscribe-row input{min-height:48px;padding:0 14px;width:min(280px,100%)}@media(max-width:760px){.participant-shell,.landing-shell{padding:14px}.start-screen,.question-screen,.status-screen,.select-screen,.landing-copy{padding:24px}.candidate-grid,.operator-stats,.spec-grid{grid-template-columns:1fr}.operator-shell{padding:14px}.operator-header,.queue-main,.landing-shell{align-items:stretch;flex-direction:column}.queue-actions>*{flex:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
