*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fafafa;color:#111}#root{max-width:600px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.landing{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:2.5rem 1.5rem}.landing-hero{text-align:center}.landing-logo{width:56px;height:56px;margin:0 auto 1.25rem;border-radius:16px;background:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000002e}.landing-logo-mark{width:40px;height:40px;animation:pulse 2.4s infinite}.landing-title{font-size:2rem;font-weight:800;letter-spacing:-.02em}.landing-tagline{margin-top:.5rem;color:#777;font-size:.95rem;line-height:1.5}.choice-grid{display:flex;flex-direction:column;gap:1rem}.choice-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.5rem;border:1.5px solid #e6e6e6;border-radius:16px;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s,transform .15s,box-shadow .2s}.choice-card:hover{border-color:#111;transform:translateY(-2px);box-shadow:0 10px 28px #00000014}.choice-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:.5rem;border-radius:10px;font-size:1.4rem;font-weight:700}.choice-host .choice-icon{background:#111;color:#fff}.choice-join .choice-icon{background:#f0f0f0;color:#111}.choice-title{font-size:1.1rem;font-weight:700}.choice-desc{font-size:.875rem;color:#888;line-height:1.45}.auth-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:420px;margin:0 auto}.back-btn{align-self:flex-start;background:none;border:none;color:#888;font-size:.9rem;font-weight:600;cursor:pointer;padding:0}.back-btn:hover{color:#111}.form-heading{font-size:1.4rem;font-weight:800;margin-bottom:.25rem}.field{display:flex;flex-direction:column;gap:.4rem}.field-label{font-size:.8rem;font-weight:600;color:#555}.field-optional{color:#aaa;font-weight:400}.req{color:#e00;font-weight:700;margin-left:.1rem}.field-error{font-size:.78rem;color:#e00;margin-top:.1rem}input.invalid,select.invalid{border-color:#e00}input.invalid:focus,select.invalid:focus{border-color:#e00;box-shadow:0 0 0 3px #ee000014}.code-input{letter-spacing:.3em;text-transform:uppercase;font-weight:700}input,select{padding:.7rem 1rem;border:1.5px solid #ddd;border-radius:8px;font-size:1rem;outline:none;background:#fff}input:focus,select:focus{border-color:#111}.btn{padding:.7rem;border:1.5px solid #ddd;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;background:#fff}.btn.primary{background:#111;color:#fff;border-color:#111}.btn.primary:hover:not(:disabled){background:#000}.btn:disabled{opacity:.55;cursor:not-allowed}.divider{text-align:center;color:#999;font-size:.85rem;margin:.5rem 0}.error{color:#e00;font-size:.85rem}.room{flex:1;display:flex;flex-direction:column;padding:1.5rem}.room-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #eee}.room-meta{display:flex;flex-direction:column;gap:.5rem;min-width:0}.room-status{display:flex;align-items:center;gap:.4rem}.status-dot{width:8px;height:8px;border-radius:50%;background:#ccc}.status-dot.online{background:#2a9d4e;animation:pulse 2s infinite}.status-dot.offline{background:#e0a400}.status-text{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#888}.host-badge{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#fff;background:#111;padding:.1rem .45rem;border-radius:6px}.room-topic{font-size:1.25rem;font-weight:800;letter-spacing:-.01em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.code-pill{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .7rem;border:1.5px solid #e6e6e6;border-radius:999px;background:#fff;cursor:pointer;transition:border-color .2s}.code-pill:hover{border-color:#111}.code-pill-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#aaa}.code-pill-value{font-size:.9rem;font-weight:800;letter-spacing:.12em;color:#111}.room-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.icon-btn{padding:.45rem .9rem;border:1.5px solid #111;border-radius:999px;background:#111;color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;transition:opacity .2s}.icon-btn:hover{opacity:.85}.link-btn{background:none;border:none;color:#888;cursor:pointer;font-size:.85rem;font-weight:600}.link-btn:hover{color:#e00}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:100;animation:fadeIn .2s ease-out}.modal{position:relative;width:100%;max-width:380px;background:#fff;border-radius:18px;padding:1.75rem;box-shadow:0 24px 60px #00000040;animation:modalIn .22s ease-out}.modal-close{position:absolute;top:.85rem;right:1rem;background:none;border:none;font-size:1.6rem;line-height:1;color:#aaa;cursor:pointer}.modal-close:hover{color:#111}.modal-title{font-size:1.3rem;font-weight:800}.modal-sub{margin-top:.35rem;margin-bottom:1.25rem;font-size:.9rem;color:#888;line-height:1.45}.share-code-box{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;background:#f7f7f7;border-radius:12px;margin-bottom:.75rem}.share-code{flex:1;font-size:1.4rem;font-weight:800;letter-spacing:.18em}.share-link-box{display:flex;gap:.6rem;margin-bottom:.75rem}.share-link{flex:1;font-size:.85rem;color:#555}.share-code-box .btn,.share-link-box .btn{flex-shrink:0;white-space:nowrap}.share-native{width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.record-btn{align-self:center;display:flex;align-items:center;gap:.5rem;padding:.8rem 2rem;border:2px solid #ddd;border-radius:50px;background:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:2rem}.record-btn:hover:not(:disabled){border-color:#111}.record-btn.active{border-color:#e00;color:#e00}.record-dot{width:12px;height:12px;border-radius:50%;background:#ccc;transition:background .2s}.record-btn.active .record-dot{background:#e00;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.transcript{flex:1;overflow-y:auto}.transcript.empty{color:#999;text-align:center;padding-top:3rem;font-size:.95rem}.entry{padding:.75rem 0;border-bottom:1px solid #eee}.entry .speaker{font-weight:600;font-size:.85rem;margin-right:.5rem}.entry .time{font-size:.8rem;color:#999}.entry p{margin-top:.25rem;line-height:1.5}.entry.partial{color:#444}.entry.partial p{font-style:italic}.live-dot{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;color:#0a7a55;text-transform:uppercase}.live-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:#0a7a55}.caption-error{margin-top:.75rem;color:#b00020;font-size:.85rem}.topic-label{display:block;font-size:.8rem;color:#999;margin-top:.15rem}.tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1.5px solid #eee}.tab{flex:1;padding:.6rem;background:none;border:none;font-size:.9rem;font-weight:600;color:#999;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab.active{color:#111;border-bottom-color:#111}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:9px;background:#e00;color:#fff;font-size:.7rem;font-weight:700}.badge.pending{background:#e0a400}.host-composer{display:flex;flex-direction:column;gap:1.1rem;padding:1.4rem;border:1px solid #eceef1;border-radius:20px;margin-bottom:1.75rem;background:#fff;box-shadow:0 1px 2px #1018280a,0 12px 32px #1018280f}.composer-head{display:flex;align-items:center;gap:.75rem}.composer-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:11px;background:linear-gradient(145deg,#2a2a2a,#000);color:#fff;font-size:1.25rem;font-weight:400;line-height:1;box-shadow:0 4px 10px #0000002e}.composer-label{display:block;font-size:.98rem;font-weight:700;letter-spacing:-.01em;color:#101828}.composer-sub{font-size:.8rem;color:#98a2b3;line-height:1.35;margin-top:.12rem}.composer-field{position:relative}.composer-input{display:block;width:100%;resize:none;min-height:92px;padding:.85rem 1rem 1.9rem;font-family:inherit;font-size:.95rem;line-height:1.55;color:#101828;border:1.5px solid #eaecf0;border-radius:14px;background:#f9fafb;transition:border-color .2s,background .2s,box-shadow .2s}.composer-input::placeholder{color:#c2c7d0}.composer-input:focus{border-color:#101828;background:#fff;box-shadow:0 0 0 4px #1018280d}.composer-count{position:absolute;right:.75rem;bottom:.6rem;font-size:.7rem;font-variant-numeric:tabular-nums;color:#c2c7d0;pointer-events:none}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.composer-hint{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:500;color:#98a2b3}.composer-dot{width:7px;height:7px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 3px #12b76a26;flex-shrink:0}.composer-footer .btn.primary{padding:.6rem 1.25rem;border-radius:11px;font-size:.9rem;flex-shrink:0;box-shadow:0 4px 12px #1018282e;transition:transform .15s,box-shadow .2s,background .2s}.composer-footer .btn.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1018283d}.composer-footer .btn.primary:disabled{background:#f2f4f7;color:#c2c7d0;border-color:#f2f4f7;box-shadow:none;opacity:1}.auto-approve-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border:1px solid #eceef1;border-radius:14px;background:#fff;margin-bottom:1rem;box-shadow:0 1px 2px #1018280a}.auto-approve-title{display:block;font-size:.92rem;font-weight:700;letter-spacing:-.01em;color:#101828}.auto-approve-desc{margin-top:.15rem;font-size:.78rem;line-height:1.4;color:#98a2b3}.pending-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.pending-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#999}.pending-count-text{font-size:.72rem;font-weight:600;color:#b07d00}.switch{display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;-webkit-user-select:none;user-select:none}.switch input{position:absolute;opacity:0;width:0;height:0}.switch-slider{position:relative;width:36px;height:20px;border-radius:999px;background:#d6d6d6;transition:background .2s;flex-shrink:0}.switch-slider:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0000004d}.switch input:checked+.switch-slider{background:#2a9d4e}.switch input:checked+.switch-slider:before{transform:translate(16px)}.switch-text{font-size:.8rem;font-weight:600;color:#555}.pending-card{position:relative;border-color:#f0d488;background:#fffbf0}.card-tag{display:inline-block;margin-bottom:.5rem;padding:.1rem .45rem;border-radius:6px;background:#111;color:#fff;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.countdown{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.countdown-track{flex:1;height:5px;background:#f0e2bf;border-radius:3px;overflow:hidden}.countdown-fill{height:100%;background:#e0a400;border-radius:3px;transform-origin:left;animation:countdownShrink 5s linear forwards}@keyframes countdownShrink{0%{width:100%}to{width:0%}}.countdown-label{font-size:.7rem;font-weight:700;color:#b07d00;white-space:nowrap}.progress-container{margin-top:auto;padding-top:1rem;text-align:center}.progress-track{height:6px;background:#eee;border-radius:3px;overflow:hidden;margin-bottom:.4rem}.progress-fill{height:100%;background:#111;border-radius:3px;transition:width .4s ease}.progress-label{font-size:.75rem;color:#999}.statements-panel{flex:1;display:flex;flex-direction:column;overflow-y:auto}.statement-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.swipe-area{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding-top:.5rem}.swipe-guide{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:380px;gap:.5rem}.swipe-guide-side{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700}.swipe-guide-side.disagree{color:#f04438;background:#f044381a}.swipe-guide-side.agree{color:#12b76a;background:#12b76a1a}.swipe-arrow{font-size:.95rem;line-height:1}.swipe-guide-mid{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#b3b9c4}.swipe-stack{position:relative;width:100%;max-width:380px;height:300px}.swipe-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.75rem;border-radius:24px;background:#fff;border:1px solid #eef0f3;box-shadow:0 10px 30px #1018281a;overflow:hidden;will-change:transform}.swipe-card.top{cursor:grab;touch-action:none;z-index:3}.swipe-card.behind{pointer-events:none}.votes-recap{margin-top:1.75rem;border:1px solid #eef0f3;border-radius:16px;background:#fafbfc;overflow:hidden}.votes-recap-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 1.1rem;background:transparent;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.votes-recap-title{display:inline-flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;color:#344054}.votes-recap-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .4rem;border-radius:999px;background:#111;color:#fff;font-size:.72rem;font-weight:700}.votes-recap-chevron{font-size:1.1rem;color:#98a2b3;transition:transform .25s ease;line-height:1}.votes-recap-chevron.open{transform:rotate(180deg)}.votes-recap-body{padding:0 1.1rem 1.1rem;animation:votesExpand .25s ease}@keyframes votesExpand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.swipe-text{font-size:1.3rem;font-weight:600;line-height:1.45;text-align:center;color:#101828;letter-spacing:-.01em}.swipe-tint{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.swipe-tint.agree{background:linear-gradient(180deg,#12b76a0f,#12b76a2e)}.swipe-tint.disagree{background:linear-gradient(180deg,#f044380f,#f044382e)}.swipe-tint.pass{background:linear-gradient(0deg,#98a2b31a,#98a2b338)}.swipe-stamp{position:absolute;top:1.25rem;z-index:2;padding:.3rem .7rem;border-radius:8px;border:2.5px solid currentColor;font-size:.95rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.swipe-stamp.agree{left:50%;color:#12b76a;transform:translate(-50%) rotate(8deg)}.swipe-stamp.disagree{left:50%;color:#f04438;transform:translate(-50%) rotate(-8deg)}.swipe-stamp.pass{bottom:1.25rem;top:auto;left:50%;color:#98a2b3;transform:translate(-50%)}.swipe-card .card-tag{position:absolute;top:1.1rem;left:50%;transform:translate(-50%);z-index:2}.swipe-grip{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:2;animation:gripPulse 2s ease-in-out infinite}.swipe-grip span{width:6px;height:6px;border-radius:50%;background:#d0d5dd}@keyframes gripPulse{0%,to{opacity:.5}50%{opacity:1}}.swipe-controls{display:flex;align-items:flex-start;justify-content:center;gap:1.5rem}.swipe-action{display:flex;flex-direction:column;align-items:center;gap:.4rem}.swipe-action-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.swipe-action-label.disagree{color:#f04438}.swipe-action-label.agree{color:#12b76a}.swipe-action-label.pass{color:#98a2b3}.swipe-circle{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;border:2px solid #eef0f3;background:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #1018281a;transition:transform .15s,box-shadow .2s,color .2s,border-color .2s;-webkit-tap-highlight-color:transparent}.swipe-circle:active{transform:scale(.9)}.swipe-circle.disagree{color:#f04438}.swipe-circle.disagree:hover{border-color:#f04438;box-shadow:0 8px 20px #f0443840}.swipe-circle.agree{color:#12b76a}.swipe-circle.agree:hover{border-color:#12b76a;box-shadow:0 8px 20px #12b76a40}.swipe-circle.pass{width:50px;height:50px;margin-top:7px;font-size:1.2rem;color:#98a2b3}.swipe-circle.pass:hover{border-color:#98a2b3;box-shadow:0 8px 20px #98a2b338}.swipe-progress{min-width:64px;text-align:center;font-size:.78rem;font-weight:600;color:#98a2b3}@media (max-width: 420px){.swipe-stack{height:270px}.swipe-text{font-size:1.18rem}.swipe-circle{width:58px;height:58px}.swipe-circle.pass{width:46px;height:46px}}.flash-card{padding:1.5rem;background:#fff;border:1.5px solid #eee;border-radius:12px;margin-bottom:1.5rem}.flash-card.enter{animation:slideIn .3s ease-out}.flash-card.exit{animation:slideOut .3s ease-in forwards}.statement-card{margin-bottom:0}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}.flash-card-text{font-size:1.05rem;line-height:1.6;margin-bottom:1.25rem;text-align:center}.flash-card-actions{display:flex;gap:.75rem}.flash-card-empty{color:#999;text-align:center;padding:3rem 1rem;font-size:.95rem}.vote-btn{flex:1;padding:.7rem;border:1.5px solid #ddd;border-radius:10px;background:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.vote-btn.agree:hover:not(:disabled){border-color:#2a9d4e;background:#e8f5e9;color:#2a9d4e}.vote-btn.disagree:hover:not(:disabled){border-color:#e00;background:#ffeaea;color:#e00}.section-divider{display:flex;align-items:center;color:#999;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.section-divider:before,.section-divider:after{content:"";flex:1;height:1px;background:#eee}.section-divider span{padding:0 .75rem}.bar-chart{display:flex;flex-direction:column;gap:1rem}.bar-row{position:relative}.bar-row.bar-enter{animation:barEnter .4s ease-out}@keyframes barEnter{0%{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:80px}}.bar-label{font-size:.8rem;color:#666;margin-bottom:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-track{position:relative;height:28px;background:#f0f0f0;border-radius:6px;overflow:hidden}.bar-disagree{position:absolute;right:50%;top:0;height:100%;background:#ee0000a6;border-radius:6px 0 0 6px;transition:width .6s ease-out;display:flex;align-items:center}.bar-agree{position:absolute;left:50%;top:0;height:100%;background:#2a9d4ea6;border-radius:0 6px 6px 0;transition:width .6s ease-out;display:flex;align-items:center;justify-content:flex-end}.bar-center-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#bbb;transform:translate(-1px);z-index:2}.bar-count{font-size:.7rem;font-weight:700;color:#fff;padding:0 6px;z-index:1}.bar-pulse{position:absolute;top:0;height:100%;z-index:1;animation:votePulse .8s ease-out forwards;border-radius:6px}.bar-pulse.agree{left:50%;right:0;background:#2a9d4e4d}.bar-pulse.disagree{left:0;right:50%;background:#ee00004d}@keyframes votePulse{0%{opacity:.8}to{opacity:0}}.results-panel{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:.5rem 0 1.5rem}.results-placeholder{text-align:center;margin:auto;padding:2rem}.results-svg{width:200px;height:140px;margin-bottom:1.5rem}.results-placeholder h3{font-size:1.1rem;margin-bottom:.5rem}.results-description{color:#999;font-size:.9rem;margin-bottom:.5rem}.results-stats{color:#bbb;font-size:.8rem}.results-head{margin-bottom:.75rem}.results-title{font-size:1.15rem;font-weight:700;color:#101828}.results-sub{margin-top:.25rem;font-size:.85rem;color:#667085;line-height:1.45}.cluster-map{display:flex;flex-direction:column;align-items:center;margin-top:1.25rem}.cluster-scatter{width:100%;max-width:340px;aspect-ratio:1 / 1;background:#fafbfc;border:1px solid #eef0f3;border-radius:18px}.cluster-scatter .you-label{font-size:5px;font-weight:800;fill:#101828}.cluster-map-label{font-size:4.6px;font-weight:800;letter-spacing:.02em}.cluster-map-caption{margin-top:.6rem;max-width:340px;font-size:.76rem;color:#98a2b3;text-align:center;line-height:1.4}.group-bars{display:flex;flex-direction:column;gap:.55rem;margin-top:1rem}.group-bar-row{display:grid;grid-template-columns:7.5rem 1fr auto;align-items:center;gap:.6rem}.group-bar-name{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;color:#344054}.group-bar-track{height:10px;border-radius:999px;background:#f2f4f7;overflow:hidden}.group-bar-fill{display:block;height:100%;border-radius:999px;transition:width .4s ease}.group-bar-value{font-size:.76rem;font-weight:600;color:#667085;white-space:nowrap}.you-chip{margin-left:.35rem;padding:.05rem .4rem;border-radius:999px;background:#101828;color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.03em;vertical-align:middle}.group-card-grid{display:flex;flex-direction:column;gap:.85rem}.group-card{border:1px solid #eef0f3;border-radius:14px;background:#fff;padding:.95rem 1rem}.group-card.you{border-color:#cdebd6;background:#f6fdf8}.group-card-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.7rem}.group-card-badge{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;color:#fff;font-size:.95rem;font-weight:800}.group-card-title{display:block;font-size:.92rem;font-weight:700;color:#101828}.group-card-size{font-size:.76rem;color:#98a2b3}.group-card-empty{font-size:.82rem;color:#98a2b3}.group-stance+.group-stance{margin-top:.6rem}.group-stance-label{display:inline-block;margin-bottom:.35rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.group-stance-label.agree{color:#2a9d4e}.group-stance-label.disagree{color:#f04438}.group-stance ul{list-style:none;display:flex;flex-direction:column;gap:.3rem}.group-stance li{position:relative;padding-left:.9rem;font-size:.84rem;line-height:1.4;color:#344054}.group-stance li:before{content:"";position:absolute;left:0;top:.5rem;width:5px;height:5px;border-radius:50%;background:#d0d5dd}.cluster-legend{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:.9rem 0 .25rem}.cluster-legend-item{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;border:1px solid #eef0f3;border-radius:999px;font-size:.78rem;font-weight:600;color:#344054}.cluster-dot{width:10px;height:10px;border-radius:50%}.cluster-legend-size{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 .3rem;border-radius:999px;background:#f2f4f7;color:#475467;font-size:.7rem;font-weight:700}.you-callout{margin:.85rem 0 .25rem;padding:.75rem 1rem;border-radius:12px;background:#f0f9f3;border:1px solid #cdebd6;font-size:.88rem;color:#1c5733;text-align:center}.result-section{margin-top:1.5rem}.result-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.6rem}.result-section-title{font-size:.95rem;font-weight:700;color:#101828}.result-section-hint{font-size:.74rem;color:#98a2b3}.result-statement-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.result-statement{padding:.85rem .95rem;border:1px solid #eef0f3;border-radius:12px;background:#fff}.result-statement-text{font-size:.9rem;line-height:1.4;color:#1d2939;margin-bottom:.6rem}.card-tag.inline{position:static;display:inline-block;margin-right:.4rem;vertical-align:middle}.vote-bar{display:flex;height:8px;border-radius:999px;overflow:hidden;background:#f2f4f7}.vote-bar-agree{background:#2a9d4e}.vote-bar-disagree{background:#f04438}.result-statement-meta{display:flex;justify-content:space-between;margin-top:.4rem;font-size:.74rem;font-weight:600}.meta-agree{color:#2a9d4e}.meta-disagree{color:#f04438}
