:root{--bg:#f5f5f1;--paper:#fff;--ink:#242b29;--muted:#8b918c;--line:#e6e9e2;--green:#36644b;--mint:#eef4ec}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;font-size:14px}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #91b299;outline-offset:3px}button{transition:background .2s,transform .2s}button:hover{filter:brightness(.96)}header{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fafaf7}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:750;font-size:22px;text-decoration:none}.brand-icon{display:grid;place-items:center;background:var(--green);color:white;width:36px;height:36px;border-radius:11px;font-size:23px}.brand-en{font-size:10px;letter-spacing:2px;font-weight:600;margin-left:5px;color:#747e73}.header-note{font-size:12px;color:#7d877d;letter-spacing:1px}.demo-tag{font-size:10px;letter-spacing:1px;border:1px solid #d8dfd3;border-radius:6px;padding:7px 10px;color:#66755b}main{max-width:1260px;margin:auto;padding:43px 32px 0}.intro{display:flex;align-items:center;justify-content:space-between;margin-bottom:31px}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--green);font-weight:700}.eyebrow span{color:#a0a99a;margin-left:12px}h1{font-size:32px;font-weight:650;letter-spacing:1px;margin:12px 0}h1 span{color:#739366}.intro p{color:#8a9088;margin:0;font-size:13px}.outline{padding:11px 17px;background:transparent;border:1px solid #d4dcd0;border-radius:8px;color:#50614c}.outline span{margin-left:18px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 292px;gap:23px;align-items:start}.room{background:var(--paper);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #263b2410}.topic{padding:25px 29px 22px;background:linear-gradient(115deg,#f3f7ef,#fcfcfa)}.topic-label{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;color:#5f7656;letter-spacing:1px}.live-dot{height:6px;width:6px;border-radius:50%;background:#769957}.topic-label #room-status{margin-left:auto;color:#929b8b;font-weight:400;letter-spacing:0}h2{font-size:23px;line-height:1.5;font-weight:650;margin:12px 0 14px}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{background:#fff9;padding:5px 8px;border:1px solid #e3e8dd;border-radius:5px;font-size:10px;color:#839078}.stages{display:flex;justify-content:space-between;border-block:1px solid var(--line);padding:0 29px;gap:12px}.stages span{font-size:11px;color:#9ea499;padding:14px 0;border-bottom:2px solid transparent}.stages span.active{color:var(--green);border-color:var(--green);font-weight:650}.chat{height:440px;overflow-y:auto;padding:24px 27px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#dce3d8 transparent}.system-message{text-align:center;color:#a2a899;font-size:10px;margin-bottom:25px;letter-spacing:1px}.message{display:flex;gap:12px;margin-bottom:24px;animation:arrive .3s ease}.avatar{width:39px;height:43px;flex-shrink:0;border-radius:12px;display:grid;place-items:center;font-size:25px;border:1px solid #00000007}.message-content{min-width:0;max-width:92%}.message-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px}.role-label{font-size:9px;padding:2px 6px;border-radius:4px}.message-meta time{color:#b0b6ac;font-size:9px;margin-left:4px}.bubble{font-size:13px;line-height:1.95;padding:13px 17px;border-radius:0 12px 12px;background:#f6f7f3;white-space:pre-wrap;overflow-wrap:anywhere}.message.host .bubble{background:#eff4eb;border:1px solid #e1e9db}.message.user .bubble{background:#edf3f7}.bubble.typing:after{content:'▍';color:var(--green);animation:blink 1s infinite}.playbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-block:1px solid #edf0e9;background:#fdfdfb;gap:10px}.playbar>span{font-size:10px;color:#7e8b76}.playbar>div{display:flex;gap:16px;align-items:center}.speed-label{font-size:10px;color:#8c9486}.speed-label select{border:0;background:transparent;color:#6c7964;font-size:11px;cursor:pointer}.primary{border:0;background:var(--green);color:white;padding:10px 17px;border-radius:7px;font-size:12px}.composer{margin:17px 22px 0;border:1px solid #e0e5da;border-radius:9px;padding:8px;display:flex;align-items:center;gap:10px}.your-avatar{font-size:11px;background:#edf0e8;color:#87927d;padding:7px;border-radius:6px}.composer input{width:100%;border:0;outline:0;background:transparent;font-size:12px;min-width:0}.composer input::placeholder{color:#adb4a6}.composer button{background:#edf2e8;border:0;color:#61774f;border-radius:6px;font-size:19px;width:33px;flex-shrink:0;height:31px}.composer-note{text-align:center;font-size:9px;color:#a9afa1;padding:10px 8px 15px}.side-card{border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:21px;margin-bottom:17px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}h3{font-size:13px;margin:0;font-weight:650}.section-heading>span{font-size:9px;color:#a0a796}.participant{display:flex;gap:12px;align-items:center;margin-top:22px}.participant .avatar{width:39px;height:42px}.participant-body{flex:1}.participant-name{font-size:12px;font-weight:600;display:flex;gap:8px;align-items:center}.participant-name small{font-size:9px;font-weight:400}.participant p{margin:6px 0 0;font-size:10px;color:#91998b}.presence{width:6px;height:6px;border-radius:50%;background:#d8dfd3}.participant.speaking .presence{background:#648947;box-shadow:0 0 0 4px #eff5e8}.side-note{font-size:10px;color:#9ba391;line-height:1.7;border-top:1px solid #edf0e8;padding-top:13px;margin-top:19px}.vote-card>p{font-size:10px;color:#979f8e;margin:12px 0 18px}.vote{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:9px;padding:11px 12px;border:1px solid #e4e9df;border-radius:7px;background:#fff;font-size:11px;color:#75816b;text-align:left}.vote.selected{border-color:#8ea77b;background:#eef4e8;color:#42632e}.quote-card{padding:8px 20px 20px}.quote-card>span{font-size:49px;font-family:Georgia;color:#a9b89b;display:block;height:37px}.quote-card p{font-size:14px;color:#737f69;line-height:1.9;margin:4px 0 12px}.quote-card div{font-size:10px;color:#a3aa99}.export{display:block;margin:0 auto;background:transparent;border:0;color:#98a18d;font-size:10px}footer{display:flex;justify-content:space-between;padding:29px 0 22px;color:#a1a797;font-size:9px;letter-spacing:1px}footer i{font-size:17px;font-style:normal;color:#8e9f7e;margin-left:10px}dialog{border:1px solid var(--line);border-radius:16px;padding:28px;width:min(460px,92vw);box-shadow:0 30px 100px #182b2533;color:var(--ink)}dialog::backdrop{background:#1d302c66;backdrop-filter:blur(4px)}dialog p{font-size:12px;color:#8c9585;line-height:1.7}.close{border:0;background:transparent;font-size:24px;color:#8b9582}.topic-option{display:block;width:100%;padding:13px;border:1px solid var(--line);border-radius:7px;background:#f8faf5;text-align:left;margin:10px 0;color:#52654a;font-size:12px}.custom-label{display:block;font-size:11px;margin:24px 0 10px;color:#7c8972}#custom-topic{width:100%;padding:12px;border:1px solid #d8e0d1;border-radius:7px;font-size:12px}.dialog-note{font-size:10px!important}dialog .primary{width:100%;margin-top:8px}@keyframes arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{opacity:0}}@media(min-height:1000px){.chat{height:510px}}@media(max-width:900px){.layout{grid-template-columns:minmax(0,1fr) 245px;gap:15px}main{padding:28px 20px 0}.side-card{padding:16px}.brand-en{display:none}.header-note{font-size:10px}h1{font-size:27px}}@media(max-width:700px){header{height:65px;padding:0 20px}.header-note{display:none}.layout{grid-template-columns:1fr}.intro{gap:10px;align-items:flex-start}.intro p{font-size:11px;line-height:1.8}h1{font-size:23px}.outline{font-size:11px;padding:9px;white-space:nowrap}.outline span{margin-left:4px}.topic{padding:21px}.topic h2{font-size:20px}.stages{padding:0 21px}.chat{height:410px;padding:20px 16px}.bubble{padding:11px 13px}.playbar{padding:12px 15px}.playbar>div{gap:8px}.composer{margin-inline:15px}aside{display:grid;grid-template-columns:1fr 1fr;gap:12px}.side-card{margin:0}.quote-card{display:none}.export{grid-column:1/-1;margin-top:8px}.participant{gap:8px}.participant-name{gap:4px;font-size:11px}.participant-name small{font-size:8px}.participant p{font-size:9px}.participant .avatar{width:30px;height:36px;font-size:21px}.side-note{font-size:9px}.section-heading>span{display:none}footer{font-size:8px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
