:root{--primary: #6c7bff;--accent: #00e0a4;--radius: 14px;--radius-sm: 10px;--bg-0: #0e0e14;--surface: rgba(255, 255, 255, .04);--surface-2: rgba(255, 255, 255, .07);--field: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .1);--text: #eef0f6;--text-dim: #aab0c0;--text-faint: #7b8298;--pos: #34d399;--pos-soft: rgba(52, 211, 153, .16);--neg: #f87171;--neg-soft: rgba(248, 113, 113, .16);--neu: #94a3b8;--neu-soft: rgba(148, 163, 184, .16);--mix: #fbbf24;--mix-soft: rgba(251, 191, 36, .16);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;color-scheme:dark;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;min-width:320px;overflow-x:hidden;color:var(--text);background:radial-gradient(1200px 600px at 50% -10%,#1d1d2e 0%,var(--bg-0) 60%);background-attachment:fixed}#root{max-width:1200px;margin:0 auto;padding:clamp(1.2rem,3vw,2.6rem) clamp(1rem,3vw,2rem) 3rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}:root[data-theme=light]{color-scheme:light;--bg-0: #eef1f6;--surface: rgba(15, 18, 30, .04);--surface-2: rgba(15, 18, 30, .06);--field: #ffffff;--border: rgba(15, 18, 30, .12);--text: #1a1d29;--text-dim: #4b5566;--text-faint: #6b7488;--pos: #15803d;--pos-soft: rgba(21, 128, 61, .12);--neg: #b91c1c;--neg-soft: rgba(185, 28, 28, .1);--neu: #4b5563;--neu-soft: rgba(75, 85, 99, .1);--mix: #b45309;--mix-soft: rgba(180, 83, 9, .1)}:root[data-theme=light] body{background:radial-gradient(1200px 600px at 50% -10%,#ffffff 0%,var(--bg-0) 70%)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.app{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:1.8rem}@media (min-width: 1080px){.app--side{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"hero hero" "main side" "footer footer";column-gap:1.8rem;row-gap:1.8rem}.app--side .hero{grid-area:hero}.app--side .stage{grid-area:main}.app--side .footer{grid-area:footer}.app--side .rail{grid-area:side;align-self:start}}.rail{display:flex;flex-direction:column;gap:1.4rem}.theme-toggle{position:fixed;top:1rem;right:1rem;z-index:50;width:2.5rem;height:2.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .15s ease,background .2s ease}.theme-toggle:hover{transform:scale(1.08);background:var(--surface)}.status-dot{position:fixed;top:1rem;left:1rem;z-index:50;display:inline-flex;align-items:center;gap:.45em;padding:.34em .7em;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:.74rem;color:var(--text-dim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-dot__led{width:.6em;height:.6em;border-radius:50%;background:var(--mix)}.status-dot.is-ready .status-dot__led{background:var(--pos)}.status-dot.is-waking .status-dot__led{animation:status-pulse 1.4s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.3}}@media (prefers-reduced-motion: reduce){.status-dot.is-waking .status-dot__led{animation:none}}.mouse-glow{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.mouse-glow__blob{position:absolute;left:0;top:0;width:420px;height:420px;margin:-210px 0 0 -210px;border-radius:50%;background:radial-gradient(circle,rgba(0,224,164,.16),rgba(108,123,255,.1) 45%,transparent 70%);filter:blur(34px)}@media (max-width: 1023px){.mouse-glow{display:none}}@media (prefers-reduced-motion: reduce){.mouse-glow{display:none}}.hero{text-align:center;padding-top:.5rem}.hero__badge{display:inline-block;margin:0 0 .7rem;font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--surface-2);border:1px solid var(--border);padding:.32em .85em;border-radius:999px}.hero__title{margin:0 0 .6rem;font-weight:800;line-height:1.05;font-size:clamp(2rem,6vw,3.2rem);background:linear-gradient(95deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{margin:0 auto;max-width:38rem;color:var(--text-dim);font-size:clamp(.98rem,2vw,1.12rem)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1rem,3vw,1.6rem);box-shadow:0 10px 40px #00000040}.textarea{width:100%;resize:vertical;min-height:96px;padding:.9em 1em;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--field);color:var(--text);font:inherit;line-height:1.55}.textarea::placeholder{color:var(--text-faint)}.textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--pos-soft)}.textarea[aria-invalid=true]{border-color:var(--neg);box-shadow:0 0 0 3px var(--neg-soft)}.hint{margin:.5rem 0 0;font-size:.84rem;color:var(--text-faint)}.field-error{margin:.5rem 0 0;font-size:.86rem;color:var(--neg);font-weight:600}.composer__actions{margin-top:1rem}.btn{display:inline-flex;align-items:center;gap:.55em;border:1px solid transparent;border-radius:var(--radius-sm);padding:.7em 1.6em;font-size:1rem;font-weight:700;color:#0b1020;background:linear-gradient(135deg,var(--primary),var(--accent));cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 6px 18px #00000047}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #00000057}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.65;cursor:progress}.btn--ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border);box-shadow:none}.btn--block{width:100%;justify-content:center}.btn--sm{padding:.45em .95em;font-size:.85rem;box-shadow:none}.examples{margin-top:1.2rem}.examples__label{display:block;font-size:.82rem;color:var(--text-faint);margin-bottom:.5rem}.examples__row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:flex;flex-direction:column;align-items:stretch;gap:.15rem;flex:1 1 240px;min-width:0;text-align:left;padding:.5em .8em;border-radius:10px;cursor:pointer;background:var(--surface-2);border:1px solid var(--border);border-left-width:4px;color:var(--text);transition:transform .12s ease,border-color .2s ease,background .2s ease}.chip:hover:not(:disabled){transform:translateY(-1px);background:var(--surface)}.chip:disabled{opacity:.55;cursor:not-allowed}.chip__tag{font-size:.72rem;font-weight:700;letter-spacing:.02em}.chip__text{font-size:.82rem;color:var(--text-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip--pos{border-left-color:var(--pos)}.chip--pos .chip__tag{color:var(--pos)}.chip--neg{border-left-color:var(--neg)}.chip--neg .chip__tag{color:var(--neg)}.chip--neu{border-left-color:var(--neu)}.chip--neu .chip__tag{color:var(--neu)}.chip--mix{border-left-color:var(--mix)}.chip--mix .chip__tag{color:var(--mix)}.history{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(.9rem,2.5vw,1.3rem)}.history__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem}.history__title{margin:0;font-size:1rem;color:var(--text-dim)}.history__clear{background:none;border:none;color:var(--text-faint);font-size:.82rem;cursor:pointer;padding:.2em .4em;border-radius:6px}.history__clear:hover{color:var(--neg)}.history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.history__item{width:100%;display:flex;align-items:center;gap:.6rem;text-align:left;padding:.5em .7em;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);border-left-width:4px;color:var(--text);cursor:pointer;transition:transform .12s ease,background .2s ease}.history__item:hover{transform:translate(2px);background:var(--surface)}.history__item.is-active{box-shadow:0 0 0 1px var(--accent)}.history--pos{border-left-color:var(--pos)}.history--neg{border-left-color:var(--neg)}.history--neu{border-left-color:var(--neu)}.history--mix{border-left-color:var(--mix)}.history--pos .history__tag{color:var(--pos)}.history--neg .history__tag{color:var(--neg)}.history--neu .history__tag{color:var(--neu)}.history--mix .history__tag{color:var(--mix)}.history__tag{font-weight:700;flex:0 0 auto}.history__text{flex:1 1 auto;min-width:0;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history__time{flex:0 0 auto;font-size:.76rem;color:var(--text-faint)}.history__pager{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.8rem}.history__page-btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-size:.78rem;padding:.3em .8em;border-radius:8px;cursor:pointer}.history__page-btn:disabled{opacity:.4;cursor:not-allowed}.history__page-info{font-size:.76rem;color:var(--text-faint)}.stage{width:100%;min-height:80px}.resultview{display:flex;flex-direction:column;gap:1rem}.resultview__actions{display:flex;justify-content:flex-end}.state{display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center;padding:1.8rem 1rem;color:var(--text-dim);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius)}.state p{margin:0}.state--error{border-style:solid;border-color:var(--neg);color:var(--neg)}.state--empty{color:var(--text-faint)}.spinner{display:inline-block;flex:0 0 auto}.spinner__ring{display:block;width:100%;height:100%;min-width:1em;min-height:1em;border:2.5px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.1rem,3vw,1.8rem);box-shadow:0 10px 40px #00000040}.result__top{display:flex;gap:1.4rem;align-items:center;flex-wrap:wrap}.result__intro{flex:1 1 240px;text-align:left}.result__title{margin:0 0 .2rem;font-size:1.3rem}.result__sub{margin:0 0 .8rem;color:var(--text-dim);font-size:.95rem}.result__section{margin:1.6rem 0 .8rem;font-size:1rem;color:var(--text-dim);text-align:left}.legend{display:flex;flex-wrap:wrap;gap:.7rem;list-style:none;padding:0;margin:0}.legend__item{display:inline-flex;align-items:center;gap:.35em;font-size:.8rem;color:var(--text-dim)}.legend__dot{width:.7em;height:.7em;border-radius:50%;display:inline-block}.legend--pos .legend__dot{background:var(--pos)}.legend--neg .legend__dot{background:var(--neg)}.legend--neu .legend__dot{background:var(--neu)}.legend--mix .legend__dot{background:var(--mix)}.gauge{position:relative;width:168px;height:168px;flex:0 0 auto}.gauge svg{width:100%;height:100%}.gauge__track{stroke:var(--surface-2)}.gauge__arc{stroke:var(--neu)}.gauge--pos .gauge__arc{stroke:var(--pos)}.gauge--neg .gauge__arc{stroke:var(--neg)}.gauge--neu .gauge__arc{stroke:var(--neu)}.gauge--mix .gauge__arc{stroke:var(--mix)}.gauge__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem}.gauge__emoji{font-size:1.5rem;line-height:1}.gauge__pct{font-size:1.7rem;font-weight:800}.gauge__label{font-size:.82rem;color:var(--text-dim);font-weight:600}.highlight{margin-top:1.4rem;text-align:left}.highlight__text{margin:0;font-size:1.12rem;line-height:1.95;color:var(--text);background:var(--field);padding:1rem 1.1rem;border-radius:var(--radius-sm);border:1px solid var(--border)}.hl{border-radius:5px;padding:.05em .2em;color:inherit;background:transparent;cursor:default;border-bottom:2px solid transparent;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.hl--pos{background:var(--pos-soft);border-bottom-color:var(--pos);border-bottom-style:solid}.hl--neg{background:var(--neg-soft);border-bottom-color:var(--neg);border-bottom-style:dashed}.hl--neu{background:var(--neu-soft);border-bottom-color:var(--neu);border-bottom-style:dotted}.hl--mix{background:var(--mix-soft);border-bottom-color:var(--mix);border-bottom-style:double}.hl.is-active{box-shadow:0 0 0 2px currentColor;filter:brightness(1.12)}.unlocated{margin-top:.7rem;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.unlocated__label{font-size:.78rem;color:var(--text-faint)}.unlocated__pill{font-size:.78rem;padding:.2em .6em;border-radius:999px;border:1px solid var(--border)}.pill--pos{color:var(--pos)}.pill--neg{color:var(--neg)}.pill--neu{color:var(--neu)}.pill--mix{color:var(--mix)}.bars{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.bar{text-align:left;padding:.6rem .8rem;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);border-left-width:4px;transition:transform .12s ease,background .2s ease,box-shadow .2s ease}.bar--pos{border-left-color:var(--pos)}.bar--neg{border-left-color:var(--neg)}.bar--neu{border-left-color:var(--neu)}.bar--mix{border-left-color:var(--mix)}.bar.is-active{transform:translate(2px);background:var(--surface);box-shadow:0 0 0 1px var(--border)}.bar__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.bar__tag{font-size:.78rem;font-weight:700}.bar--pos .bar__tag{color:var(--pos)}.bar--neg .bar__tag{color:var(--neg)}.bar--neu .bar__tag{color:var(--neu)}.bar--mix .bar__tag{color:var(--mix)}.bar__pct{font-size:.82rem;font-weight:700;color:var(--text-dim)}.bar__phrase{font-size:.92rem;color:var(--text);margin-bottom:.45rem}.bar__track{height:8px;border-radius:999px;background:var(--field);overflow:hidden}.bar__fill{height:100%;border-radius:999px}.bar--pos .bar__fill{background:var(--pos)}.bar--neg .bar__fill{background:var(--neg)}.bar--neu .bar__fill{background:var(--neu)}.bar--mix .bar__fill{background:var(--mix)}.bar__stack{display:flex;height:8px;border-radius:999px;overflow:hidden;background:var(--field)}.bar__seg{height:100%;flex-shrink:0}.seg--neg{background:var(--neg)}.seg--neu{background:var(--neu)}.seg--pos{background:var(--pos)}.pager{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.7rem}.pager__btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-size:.78rem;padding:.3em .8em;border-radius:8px;cursor:pointer}.pager__btn:disabled{opacity:.4;cursor:not-allowed}.pager__info{font-size:.76rem;color:var(--text-faint)}.aspects{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(.9rem,2.5vw,1.3rem)}.aspects__title{margin:0 0 .7rem;font-size:1rem;color:var(--text-dim)}.aspects__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.aspect-row{display:flex;align-items:center;gap:.8rem;padding:.55rem .7rem;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);border-left-width:4px;transition:transform .12s ease,background .2s ease,box-shadow .2s ease}.aspect-row--pos{border-left-color:var(--pos)}.aspect-row--neg{border-left-color:var(--neg)}.aspect-row--neu{border-left-color:var(--neu)}.aspect-row--mix{border-left-color:var(--mix)}.aspect-row.is-active{transform:translate(2px);background:var(--surface);box-shadow:0 0 0 1px var(--border)}.aspect-row__body{min-width:0;display:flex;flex-direction:column;gap:.2rem}.aspect-row__tag{font-size:.78rem;font-weight:700}.aspect-row--pos .aspect-row__tag{color:var(--pos)}.aspect-row--neg .aspect-row__tag{color:var(--neg)}.aspect-row--neu .aspect-row__tag{color:var(--neu)}.aspect-row--mix .aspect-row__tag{color:var(--mix)}.aspect-row__phrase{font-size:.85rem;color:var(--text);line-height:1.4}.donut{position:relative;width:76px;height:76px;flex:0 0 auto}.donut svg{width:100%;height:100%}.donut__track{stroke:var(--surface-2)}.donut__seg--neg{stroke:var(--neg)}.donut__seg--neu{stroke:var(--neu)}.donut__seg--pos{stroke:var(--pos)}.donut__seg--mix{stroke:var(--mix)}.donut__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1}.donut__emoji{font-size:.95rem}.donut__pct{font-size:.72rem;font-weight:700;color:var(--text)}.footer{margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-faint);font-size:.82rem}.footer p{margin:.2rem 0}@media (max-width: 560px){.hero{margin-top:2.8rem}.result__top{justify-content:center}.result__intro{text-align:center}.gauge{width:140px;height:140px}}
