@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1d4ed8;--primary-dim: #1a44c2;--primary-container: #dbeafe;--on-primary: #ffffff;--background: #f9f9fe;--surface: #ffffff;--surface-low: #f1f3fa;--surface-container: #eaecf5;--on-surface: #2b333c;--on-surface-variant: #58606a;--outline-variant: #abb2be;--nav-bg: rgba(255, 255, 255, .72);--shadow-ambient: 0px 12px 32px rgba(43, 51, 60, .07);--shadow-screenshot: 0px 24px 64px rgba(43, 51, 60, .11), 0px 4px 16px rgba(43, 51, 60, .06)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;background:var(--background);color:var(--on-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.intro{position:fixed;inset:0;background:var(--surface);display:grid;place-items:center;z-index:2000;pointer-events:none;animation:intro-fade .35s ease 1.05s forwards}.intro-logo{display:grid;place-items:center;gap:14px}.logo-p{width:200px;height:200px;animation:logo-bounce .35s ease .6s}.logo-p img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.logo-dot{width:16px;height:16px;border-radius:999px;background:var(--primary);opacity:0;transform:translate(-37px) scale(.6);animation:dot-pop .2s ease .55s forwards}.site{opacity:0;transform:translateY(8px);transition:opacity .15s ease .55s,transform .35s ease .55s}body.intro-done .site{opacity:1;transform:translateY(0)}body.intro-done .intro{display:none}@keyframes dot-pop{0%{opacity:0;transform:translate(-37px) scale(.6)}to{opacity:1;transform:translate(-37px) scale(1)}}@keyframes logo-bounce{0%{transform:translateY(0)}40%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes intro-fade{to{opacity:0}}nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--nav-bg);backdrop-filter:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px);border-bottom:1px solid rgba(171,178,190,.2);height:60px;display:flex;align-items:center;justify-content:center}.nav-inner{max-width:1200px;width:100%;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;color:var(--primary);letter-spacing:-.03em;text-decoration:none}.nav-links{display:flex;align-items:center;gap:24px}.nav-link{font-size:.83rem;font-weight:500;color:var(--on-surface-variant);text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--on-surface)}.nav-cta{font-family:Manrope,sans-serif;font-size:.83rem;font-weight:700;color:var(--on-primary);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dim) 100%);text-decoration:none;padding:8px 18px;border-radius:6px;transition:opacity .2s}.nav-cta:hover{opacity:.88}.btn-primary{display:inline-flex;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:700;color:var(--on-primary);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dim) 100%);text-decoration:none;padding:12px 28px;border-radius:6px;border:none;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.88}.btn-primary.btn-large{font-size:1rem;padding:15px 36px}.btn-ghost{display:inline-flex;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;color:var(--primary);background:transparent;text-decoration:none;padding:12px 4px;border:none;cursor:pointer;transition:opacity .2s}.btn-ghost:hover .btn-arrow{transform:translate(3px)}.btn-arrow{display:inline-block;font-size:1.1em;transition:transform .2s}.section-label{font-family:Manrope,sans-serif;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:16px}.section-title{font-family:Manrope,sans-serif;font-size:2.75rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;color:var(--on-surface);margin-bottom:20px}.section-sub{font-size:1rem;color:var(--on-surface-variant);line-height:1.65;margin-bottom:36px}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in.delay-1{transition-delay:.1s}.fade-in.delay-2{transition-delay:.2s}.fade-in.delay-3{transition-delay:.3s}.screenshot-frame{background:var(--surface);border:1px solid rgba(171,178,190,.22);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-screenshot)}.screenshot-frame img{width:100%;display:block}.screenshot-frame--light{background:var(--surface)}.screenshot-frame--product{aspect-ratio:16 / 10}.screenshot-frame--product img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.screenshot-frame--questionnaire img{-o-object-position:left 48%;object-position:left 48%}.screenshot-frame--hero{max-width:560px;margin-left:auto}.screenshot-frame--writeup{aspect-ratio:4 / 3}.screenshot-frame--writeup img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.landing-shot-stack{display:flex;flex-direction:column;gap:18px}.landing-shot-frame{background:var(--surface);height:258px}.landing-shot-frame img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.hero-split{padding-top:60px;background:var(--surface);overflow:hidden}.hero-split-inner{max-width:1200px;margin:0 auto;padding:80px 32px 96px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.hero-split:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(67,97,130,.07) 0%,transparent 65%);pointer-events:none}.hero-split{position:relative}.hero-copy{z-index:1}.overline-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 10px;border-radius:999px;background:var(--surface-container);color:var(--on-surface-variant);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;margin-bottom:28px}.chip-dot{width:6px;height:6px;border-radius:50%;background:var(--primary);flex-shrink:0}.hero-title{font-family:Manrope,sans-serif;font-size:3.5rem;font-weight:800;letter-spacing:-.04em;line-height:1.08;color:var(--on-surface);margin-bottom:24px}.hero-title-accent{color:var(--primary);white-space:nowrap}.hero-sub{font-size:1.1rem;color:var(--on-surface-variant);line-height:1.65;max-width:640px;margin-bottom:36px}.hero-actions{display:flex;align-items:center;gap:16px;margin-bottom:18px}.hero-audience{color:var(--on-surface-variant);font-size:.9rem;line-height:1.55;max-width:620px;margin-bottom:38px}.hero-stats{display:flex;align-items:center;gap:24px;padding-top:36px;border-top:1px solid rgba(171,178,190,.25)}.hero-stat-item{display:flex;flex-direction:column;gap:3px}.hero-stat-num{font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:800;color:var(--on-surface);letter-spacing:-.03em;font-variant-numeric:tabular-nums}.hero-stat-label{font-size:.72rem;font-weight:500;color:var(--on-surface-variant)}.stat-divider{width:1px;height:32px;background:#abb2be59}.hero-visual{position:relative}.landing-proof-grid{width:min(100%,600px);margin-left:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.proof-shot{aspect-ratio:16 / 11;min-width:0}.proof-shot img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.proof-shot--prereg img{-o-object-position:left 28%;object-position:left 28%}.proof-shot--writeup img{-o-object-position:left 12%;object-position:left 12%}.hero-workspace-card{margin:16px 0 0 auto;width:min(100%,600px);background:var(--surface);border:1px solid rgba(171,178,190,.22);border-radius:14px;box-shadow:var(--shadow-ambient);padding:18px 20px;display:flex;flex-direction:column;gap:5px}.hero-workspace-card strong{font-family:Manrope,sans-serif;font-size:.95rem;color:var(--on-surface)}.hero-workspace-card span{font-size:.84rem;line-height:1.55;color:var(--on-surface-variant)}.feature-strip{background:var(--surface-low);border-top:1px solid rgba(171,178,190,.18);border-bottom:1px solid rgba(171,178,190,.18);padding:16px 0}.feature-strip-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;flex-wrap:wrap;gap:8px 32px;align-items:center;justify-content:center}.strip-item{display:flex;align-items:center;gap:7px;font-size:.8rem;font-weight:500;color:var(--on-surface-variant)}.strip-item svg{color:var(--primary);flex-shrink:0}.strip-dot{width:6px;height:6px;border-radius:50%;background:var(--primary);flex-shrink:0}.split-section{padding:112px 0}.bg-background{background:var(--background)}.bg-surface-low{background:var(--surface-low)}.split-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-inner.reverse{direction:rtl}.split-inner.reverse>*{direction:ltr}.feature-list{display:flex;flex-direction:column;gap:12px}.feature-list-item{display:flex;gap:16px;padding:18px 20px;background:var(--surface);border-radius:12px;box-shadow:var(--shadow-ambient);align-items:flex-start}.bg-surface-low .feature-list-item,.bg-background .feature-list-item{background:var(--surface)}.feature-icon-wrap{width:36px;height:36px;border-radius:8px;background:var(--primary-container);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.feature-list-item h4{font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;color:var(--on-surface);margin-bottom:4px}.feature-list-item p{font-size:.83rem;color:var(--on-surface-variant);line-height:1.55}.stat-card{background:var(--surface-low);border-radius:24px;padding:48px;display:flex;flex-direction:column}.bg-background .stat-card{background:var(--surface-low)}.stat-card-big{font-family:Manrope,sans-serif;font-size:5rem;font-weight:800;color:var(--primary);letter-spacing:-.05em;line-height:1;font-variant-numeric:tabular-nums;margin-bottom:12px}.stat-card-label{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:700;color:var(--on-surface);margin-bottom:10px}.stat-card-sub{font-size:.88rem;color:var(--on-surface-variant);line-height:1.6;margin-bottom:28px}.stat-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat-mini{background:var(--surface);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:3px;box-shadow:var(--shadow-ambient)}.stat-mini strong{font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;color:var(--on-surface)}.stat-mini span{font-size:.75rem;color:var(--on-surface-variant)}.accent-card{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dim) 100%);border-radius:24px;padding:48px;color:var(--on-primary);display:flex;flex-direction:column}.accent-card-num{font-family:Manrope,sans-serif;font-size:5rem;font-weight:800;letter-spacing:-.05em;line-height:1;font-variant-numeric:tabular-nums;margin-bottom:12px}.accent-card-label{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:10px}.accent-card-sub{font-size:.88rem;opacity:.8;line-height:1.6;margin-bottom:28px}.accent-card-btn{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;color:var(--primary);background:var(--surface);text-decoration:none;padding:11px 22px;border-radius:6px;align-self:flex-start;transition:opacity .2s}.accent-card-btn:hover{opacity:.9}.accent-card-quote{margin-top:32px;padding-top:28px;border-top:1px solid rgba(255,255,255,.2)}.accent-card-quote p{font-size:.85rem;opacity:.75;font-style:italic;line-height:1.6}.bullet-list{list-style:none;display:flex;flex-direction:column;gap:12px}.bullet-list li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:var(--on-surface);line-height:1.55}.bullet-dot{width:18px;height:18px;border-radius:50%;background:var(--primary-container);border:2px solid transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;position:relative}.bullet-dot:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--primary);display:block}.bullet-dot--filled{background:var(--primary)}.bullet-dot--filled:after{background:#fff;width:8px;height:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:0}.bullet-list li strong{color:var(--on-surface)}.bullet-list li span{color:var(--on-surface-variant)}.bullet-list li span strong{color:var(--on-surface)}.cta-section{background:var(--background);text-align:center;padding:128px 32px 140px;border-top:1px solid rgba(171,178,190,.18)}.cta-inner{max-width:640px;margin:0 auto}.cta-title{font-family:Manrope,sans-serif;font-size:3.25rem;font-weight:800;letter-spacing:-.045em;line-height:1.1;color:var(--on-surface);margin-bottom:20px}.cta-sub{font-size:1.05rem;color:var(--on-surface-variant);line-height:1.6;margin-bottom:36px}footer{background:var(--surface-low);border-top:1px solid rgba(171,178,190,.2);padding:24px 0}.footer-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.footer-left{font-size:.8rem;color:var(--on-surface-variant)}.footer-right{display:flex;gap:28px}.footer-right a{font-size:.8rem;color:var(--on-surface-variant);text-decoration:none;transition:color .2s}.footer-right a:hover{color:var(--on-surface)}@media(max-width:960px){.hero-split-inner{grid-template-columns:1fr;gap:48px;padding:72px 24px 80px}.hero-visual{display:none}.hero-title{font-size:2.75rem}.split-inner{grid-template-columns:1fr;gap:48px;padding:0 24px}.split-inner.reverse{direction:ltr}.split-section{padding:80px 0}.section-title{font-size:2.25rem}.screenshot-col{order:-1}.landing-shot-frame{height:auto;aspect-ratio:16 / 10}.landing-shot-frame img{height:100%}.stat-card,.accent-card{padding:36px}.stat-card-big,.accent-card-num{font-size:4rem}}@media(max-width:640px){.nav-links{gap:16px}.nav-link{display:none}.hero-title{font-size:2.2rem}.hero-sub{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.hero-stats{gap:16px}.hero-stat-num{font-size:1.2rem}.section-title{font-size:1.9rem}.cta-title{font-size:2rem}.stat-card-grid{grid-template-columns:1fr}.feature-strip-inner{justify-content:flex-start;gap:12px 24px}.footer-inner{flex-direction:column;gap:16px;text-align:center}.footer-right{flex-wrap:wrap;justify-content:center;gap:16px}}.fade-in.delay-4{transition-delay:.4s}.fade-in.delay-5{transition-delay:.5s}.workflow-section{--workflow-arrow-icon: url(https://cdn-icons-png.flaticon.com/512/339/339918.png);padding:96px 24px;background:var(--surface-low);border-top:1px solid var(--surface-container);border-bottom:1px solid var(--surface-container)}.workflow-inner{max-width:1280px;margin:0 auto}.workflow-title{text-align:center;margin:8px 0 16px}.workflow-sub{text-align:center;color:var(--on-surface-variant);font-size:16px;line-height:1.6;max-width:820px;margin:0 auto 56px}.workflow-pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;padding:8px 0 4px}.workflow-phase{position:relative;min-width:0;padding:24px;background:linear-gradient(180deg,var(--surface) 0%,#fbfcff 100%);border:1px solid var(--surface-container);border-radius:16px;text-align:left;box-shadow:var(--shadow-ambient);transition:transform .2s ease,box-shadow .2s ease}.workflow-phase:hover{transform:translateY(-2px);box-shadow:0 16px 36px #2b333c1a}.workflow-phase:not(:last-child):after{content:"";position:absolute;top:33px;right:-31px;width:22px;height:22px;background:#94a3b8c7;mask:var(--workflow-arrow-icon) center / contain no-repeat;-webkit-mask:var(--workflow-arrow-icon) center / contain no-repeat;pointer-events:none}.workflow-phase-head{display:flex;gap:13px;align-items:center;margin-bottom:16px}.workflow-phase-num{width:42px;height:42px;border-radius:12px;background:var(--primary);color:var(--on-primary);font-family:Manrope,sans-serif;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #1d4ed838}.workflow-phase-label{color:var(--primary);font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.workflow-phase h3{font-family:Manrope,sans-serif;font-size:1.04rem;font-weight:800;color:var(--on-surface);line-height:1.25}.workflow-phase-desc{font-size:.85rem;color:var(--on-surface-variant);line-height:1.55;min-height:84px}.workflow-tool-list{list-style:none;margin-top:18px;padding-top:16px;border-top:1px solid rgba(171,178,190,.24);display:flex;flex-direction:column;gap:7px}.workflow-tool-list li{position:relative;padding-left:15px;color:var(--on-surface);font-size:.78rem;line-height:1.35}.workflow-tool-list li:before{content:"";position:absolute;top:.52em;left:0;width:5px;height:5px;border-radius:50%;background:var(--primary)}@media(max-width:900px){.workflow-section{padding:64px 20px}.workflow-pipeline{grid-template-columns:1fr;gap:18px;max-width:640px;margin:0 auto}.workflow-phase{padding:22px}.workflow-phase:not(:last-child):before{inset:auto auto -18px 44px;width:2px;height:18px}.workflow-phase:not(:last-child):after{inset:auto auto -30px 33px;transform:rotate(90deg)}.workflow-phase-desc{min-height:0}}.compare-section{padding:120px 24px}.compare-inner{max-width:1100px;margin:0 auto}.compare-title{text-align:center;margin:8px 0 16px}.compare-sub{text-align:center;color:var(--on-surface-variant);font-size:16px;line-height:1.6;max-width:620px;margin:0 auto 48px}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.compare-col{background:var(--surface);border:1px solid var(--surface-container);border-radius:20px;padding:28px 28px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-ambient)}.compare-col--bad{border-color:#f1d6d6;background:linear-gradient(180deg,#fdf6f6 0%,var(--surface) 60%)}.compare-col--good{border-color:#cfe1d3;background:linear-gradient(180deg,#f0faf3 0%,var(--surface) 60%)}.compare-col-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--on-surface-variant)}.compare-col--bad .compare-col-title{color:#b3261e}.compare-col--good .compare-col-title{color:#1c7c3d}.compare-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.compare-list li{display:grid;grid-template-columns:minmax(140px,1fr) 2fr;gap:14px;align-items:baseline;font-size:14px;padding:8px 0;border-bottom:1px solid var(--surface-container)}.compare-list li:last-child{border-bottom:none}.compare-tool{font-weight:600;color:var(--on-surface)}.compare-list li>span:last-child{color:var(--on-surface-variant);font-size:13px}.compare-foot{margin-top:auto;padding-top:14px;border-top:1px dashed var(--surface-container);font-size:13px;font-style:italic;color:var(--on-surface-variant)}.compare-col--bad .compare-foot{color:#b3261e}.compare-col--good .compare-foot{color:#1c7c3d;font-style:normal;font-weight:500}.section-shell{max-width:1200px;margin:0 auto;padding:0 32px}.section-title-centered{text-align:center;max-width:780px;margin-left:auto;margin-right:auto}.section-kicker{max-width:720px;margin:-4px auto 44px;text-align:center;color:var(--on-surface-variant);font-size:1rem;line-height:1.65}.pillar-framing{max-width:780px;margin:-24px auto 42px;color:var(--on-surface);font-size:.98rem;line-height:1.65;text-align:center}.pillar-section,.audience-section,.example-section,.trust-section{padding:112px 0}.pillar-carousel{margin-top:0}@keyframes pillar-card-enter{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes pillar-progress{0%{width:0}to{width:100%}}.pillar-carousel-shell{background:var(--surface);border:1px solid rgba(171,178,190,.22);border-radius:18px;box-shadow:var(--shadow-screenshot);padding:24px}.pillar-carousel-top{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px}.pillar-carousel-counter{color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pillar-carousel-controls{display:flex;gap:8px}.pillar-carousel-controls button{width:38px;height:38px;border-radius:999px;border:1px solid rgba(171,178,190,.34);background:var(--surface);color:var(--primary);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.pillar-carousel-controls button:hover{background:var(--primary-container);border-color:#1d4ed847;transform:translateY(-1px)}.pillar-carousel-card{min-height:360px;display:grid;grid-template-columns:1fr;gap:24px;align-items:start;padding:16px 18px 28px;animation:pillar-card-enter .38s ease}.pillar-carousel-copy{width:100%;max-width:none}.pillar-detail-eyebrow{color:var(--primary);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}.pillar-carousel-card h3,.audience-card h3{font-family:Manrope,sans-serif;font-size:1.9rem;line-height:1.12;color:var(--on-surface)}.audience-card h3{font-size:1.05rem;line-height:1.3}.pillar-proof-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr);gap:34px;align-items:stretch}.pillar-proof-copy{display:grid;align-content:start;gap:18px}.pillar-proof-copy h3{margin-bottom:2px}.pillar-proof-block,.pillar-proof-result{border:1px solid rgba(171,178,190,.22);border-radius:12px;background:#fbfcff;padding:16px}.pillar-proof-result{background:var(--primary-container);border-color:#1d4ed829}.pillar-proof-block span,.pillar-proof-result span{color:var(--primary);display:block;font-size:.68rem;font-weight:800;letter-spacing:.1em;margin-bottom:7px;text-transform:uppercase}.pillar-proof-block p,.pillar-proof-result p{color:var(--on-surface);font-size:.9rem;line-height:1.58}.pillar-proof-visual{display:grid;grid-template-rows:minmax(360px,1fr) auto;gap:14px}.pillar-screenshot-frame,.pillar-screenshot-grid,.pillar-ui-preview{position:relative;overflow:hidden;min-height:360px;border:1px solid var(--surface-container);border-radius:16px;background:var(--surface);box-shadow:0 18px 44px #2b333c1f}.pillar-screenshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}.pillar-screenshot-grid-item{position:relative;overflow:hidden;min-height:160px;border:1px solid rgba(171,178,190,.2);border-radius:12px;background:#f7f9fd}.pillar-screenshot-grid-item img{width:100%;height:100%;min-height:160px;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.pillar-screenshot-grid-item span{position:absolute;left:10px;bottom:10px;border:1px solid rgba(171,178,190,.28);border-radius:999px;background:#ffffffeb;color:var(--primary);font-size:.62rem;font-weight:800;letter-spacing:.08em;padding:6px 8px;text-transform:uppercase}.pillar-screenshot-frame img{width:100%;height:100%;min-height:360px;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.pillar-screenshot-frame--questionnaire img{-o-object-position:left 48%;object-position:left 48%}.pillar-screenshot-frame.pillar-screenshot-frame--common-points{display:flex;align-items:flex-start;min-height:520px;padding:12px;background:#f7fbff}.pillar-screenshot-frame.pillar-screenshot-frame--common-points img{width:100%;height:auto;min-height:0;border:1px solid rgba(171,178,190,.24);border-radius:12px;-o-object-fit:contain;object-fit:contain}.pillar-screenshot-label{position:absolute;left:16px;bottom:16px;border:1px solid rgba(171,178,190,.28);border-radius:999px;background:#ffffffeb;color:var(--primary);font-size:.68rem;font-weight:800;letter-spacing:.08em;padding:7px 10px;text-transform:uppercase}.pillar-proof-caption{color:var(--on-surface-variant);font-size:.88rem;line-height:1.55}.pillar-ui-preview{display:flex;flex-direction:column;justify-content:center;padding:24px}.pillar-ui-preview-label{color:var(--primary);font-size:.68rem;font-weight:800;letter-spacing:.1em;margin-bottom:10px;text-transform:uppercase}.pillar-ui-preview h4{color:var(--on-surface);font-family:Manrope,sans-serif;font-size:1.1rem;line-height:1.3;margin-bottom:16px}.pillar-ui-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.pillar-ui-stat-grid div{border:1px solid rgba(171,178,190,.24);border-radius:12px;background:#fbfcff;padding:12px}.pillar-ui-stat-grid dt{color:var(--on-surface-variant);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pillar-ui-stat-grid dd{color:var(--primary);font-family:Manrope,sans-serif;font-size:1.28rem;font-weight:800;margin-top:4px}.pillar-ui-bullet-list{list-style:none;display:grid;gap:10px}.pillar-ui-bullet-list li{position:relative;padding-left:18px;color:var(--on-surface);font-size:.9rem;line-height:1.5}.pillar-ui-bullet-list li:before{content:"";position:absolute;top:.64em;left:0;width:5px;height:5px;border-radius:50%;background:var(--primary)}.pillar-ui-preview-footer{border-top:1px solid rgba(171,178,190,.22);color:var(--primary);font-size:.82rem;font-weight:800;line-height:1.45;margin-top:16px;padding-top:12px}.pillar-proof-copy .pillar-capability-panel{margin-top:4px}.pillar-proof-copy .pillar-capability-groups{grid-template-columns:1fr}.pillar-production-grid{width:100%;display:grid;gap:18px}.pillar-transformation-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pillar-stage{position:relative;min-height:142px;border:1px solid var(--surface-container);border-radius:14px;background:#fbfcff;padding:17px}.pillar-stage:not(:last-child):after{content:"›";position:absolute;top:50%;right:-13px;transform:translateY(-50%);color:var(--outline-variant);font-size:1.4rem;font-weight:800;line-height:1;z-index:1}.pillar-stage-process{background:var(--primary-container);border-color:#1d4ed82e}.pillar-stage-label{color:var(--primary);font-family:Manrope,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:9px}.pillar-stage p{color:var(--on-surface);font-size:.9rem;line-height:1.55}.pillar-artifact-preview{overflow:hidden;border:1px solid var(--surface-container);border-radius:16px;background:var(--surface);box-shadow:0 16px 38px #2b333c14}.artifact-window-bar{min-height:38px;display:flex;align-items:center;border-bottom:1px solid rgba(171,178,190,.22);background:#f7f9fd;padding:0 14px}.artifact-window-bar strong{color:var(--on-surface-variant);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.artifact-window-body{padding:18px}.artifact-window-body h4{color:var(--on-surface);font-family:Manrope,sans-serif;font-size:1rem;line-height:1.35;margin-bottom:14px}.artifact-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px}.artifact-stat-grid div{border:1px solid rgba(171,178,190,.24);border-radius:10px;background:#fbfcff;padding:10px}.artifact-stat-grid dt,.artifact-line span{color:var(--on-surface-variant);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.artifact-stat-grid dd{color:var(--primary);font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;margin-top:3px}.artifact-bullet-list{list-style:none;display:grid;gap:9px}.artifact-bullet-list li{position:relative;padding-left:17px;color:var(--on-surface);font-size:.9rem;line-height:1.48}.artifact-bullet-list li:before{content:"";position:absolute;top:.62em;left:0;width:5px;height:5px;border-radius:50%;background:var(--primary)}.artifact-line-list{display:grid;gap:0}.artifact-line{display:grid;grid-template-columns:minmax(120px,.32fr) minmax(0,1fr);gap:18px;padding:10px 0;border-top:1px solid rgba(171,178,190,.2)}.artifact-line:first-child{border-top:0;padding-top:0}.artifact-line:last-child{padding-bottom:0}.artifact-line p{color:var(--on-surface);font-size:.9rem;line-height:1.5}.artifact-footer{border-top:1px solid rgba(171,178,190,.22);color:var(--primary);font-size:.82rem;font-weight:800;line-height:1.5;margin-top:14px;padding-top:12px}.pillar-capability-panel{border-top:1px solid rgba(171,178,190,.22);padding-top:18px}.pillar-capability-heading{color:var(--on-surface-variant);font-family:Manrope,sans-serif;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:13px}.pillar-capability-groups{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px 22px}.pillar-capability-group{display:flex;flex-direction:column;gap:8px}.pillar-capability-label{color:var(--on-surface);font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pillar-capability-group ul{list-style:none;display:grid;gap:5px}.pillar-capability-group li{min-height:0;color:var(--on-surface-variant);font-size:.78rem;line-height:1.45}.pillar-capability-group li:before{content:none}.pillar-carousel-dots{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:16px}.pillar-carousel-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:0;border-top:2px solid rgba(171,178,190,.42);background:transparent;color:var(--on-surface-variant);cursor:pointer;padding:13px 4px 0;text-align:left;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:700;line-height:1.3;transition:color .18s ease,border-color .18s ease}.pillar-carousel-dot:after{content:"";position:absolute;top:-2px;left:0;width:0;height:2px;background:var(--primary);opacity:0}.pillar-carousel-dot span{display:block;color:var(--primary);font-size:.66rem;font-weight:800;margin-bottom:5px}.pillar-carousel-dot.active{color:var(--on-surface);border-top-color:#abb2be33}.pillar-carousel-dot.active:after{opacity:1;animation:pillar-progress 5.2s linear forwards}.pillar-carousel.paused .pillar-carousel-dot.active:after{animation:none;width:100%;opacity:.5}@media(prefers-reduced-motion:reduce){.pillar-carousel-card,.pillar-carousel-dot.active:after{animation:none}.pillar-carousel-dot.active:after{width:100%}}.audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:44px}.audience-card{background:var(--surface);border:1px solid rgba(171,178,190,.22);border-radius:16px;padding:24px;box-shadow:var(--shadow-ambient)}.audience-card p{color:var(--on-surface-variant);font-size:.9rem;line-height:1.6}.example-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);gap:72px;align-items:start}.example-project-label{display:inline-flex;align-items:center;border:1px solid rgba(29,78,216,.18);border-radius:999px;background:var(--primary-container);color:var(--primary);font-size:.78rem;font-weight:800;margin:4px 0 28px;padding:8px 12px}.example-timeline{list-style:none;display:grid;gap:20px}.example-phase{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);gap:16px}.example-phase:not(:last-child):before{content:"";position:absolute;top:38px;left:18px;bottom:-20px;width:2px;background:#abb2be4d}.example-phase-marker{position:relative;z-index:1;width:38px;height:38px;border-radius:12px;background:var(--primary);color:var(--on-primary);display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:800;box-shadow:0 10px 22px #1d4ed82e}.example-phase-body{background:var(--surface);border:1px solid rgba(171,178,190,.2);border-radius:12px;padding:20px;box-shadow:var(--shadow-ambient)}.example-phase-body h3{color:var(--on-surface);font-family:Manrope,sans-serif;font-size:1rem;line-height:1.3;margin-bottom:8px}.example-phase-body p{color:var(--on-surface-variant);font-size:.9rem;line-height:1.58}.example-phase-body ul{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;margin-top:14px}.example-phase-body li{position:relative;padding-left:15px;color:var(--on-surface);font-size:.8rem;line-height:1.45}.example-phase-body li:before{content:"";position:absolute;top:.6em;left:0;width:5px;height:5px;border-radius:50%;background:var(--primary)}.example-phase-output{border-top:1px solid rgba(171,178,190,.22);color:var(--primary);font-size:.86rem;font-weight:800;line-height:1.4;margin-top:16px;padding-top:12px}.example-phase-output span{color:var(--on-surface-variant);display:block;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.example-visual{display:grid;gap:16px;position:sticky;top:96px}.example-mockup{background:var(--surface);border:1px solid rgba(171,178,190,.22);border-radius:16px;box-shadow:var(--shadow-ambient);padding:20px}.example-mockup-label{color:var(--primary);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}.example-mockup-content h3{color:var(--on-surface);font-family:Manrope,sans-serif;font-size:1rem;line-height:1.3}.example-mockup--synthesis ul{list-style:none;display:grid;gap:9px;margin-top:14px}.example-mockup--synthesis li{position:relative;padding-left:17px;color:var(--on-surface-variant);font-size:.86rem;line-height:1.5}.example-mockup--synthesis li:before{content:"";position:absolute;top:.62em;left:0;width:5px;height:5px;border-radius:50%;background:var(--primary)}.example-source-row,.example-export-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.example-source-row span,.example-export-list span{border:1px solid rgba(171,178,190,.28);border-radius:999px;background:#fbfcff;color:var(--on-surface-variant);font-size:.72rem;font-weight:700;padding:6px 9px}.example-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.example-metric-grid div{border:1px solid rgba(171,178,190,.22);border-radius:10px;background:#fbfcff;padding:10px}.example-metric-grid span,.example-result-line span{color:var(--on-surface-variant);display:block;font-size:.68rem;font-weight:800;letter-spacing:.06em;line-height:1.35;text-transform:uppercase}.example-metric-grid strong{color:var(--primary);display:block;font-family:Manrope,sans-serif;font-size:1.2rem;margin-top:5px}.example-result-line{border-top:1px solid rgba(171,178,190,.22);color:var(--on-surface);font-size:.92rem;font-weight:700;line-height:1.5;margin-top:16px;padding-top:14px}.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trust-card{background:var(--surface);border:1px solid rgba(171,178,190,.22);border-radius:16px;padding:20px;display:flex;gap:13px;align-items:flex-start;box-shadow:var(--shadow-ambient)}.trust-check{width:24px;height:24px;border-radius:50%;background:var(--primary-container);color:var(--primary);font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.trust-card p{color:var(--on-surface-variant);font-size:.9rem;line-height:1.55}.beta-cta .cta-inner{max-width:880px}.beta-copy{max-width:760px;margin:-18px auto 30px;color:var(--on-surface-variant);font-size:1rem;line-height:1.65}.beta-fields{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 auto 34px;max-width:720px}.beta-fields span{background:var(--surface);border:1px solid rgba(171,178,190,.26);border-radius:999px;color:var(--on-surface-variant);font-size:.82rem;padding:8px 12px}@media(max-width:900px){.compare-section{padding:80px 20px}.compare-grid{grid-template-columns:1fr}.section-shell,.example-inner{padding:0 24px}.pillar-section,.audience-section,.example-section,.trust-section{padding:80px 0}.pillar-carousel-card,.pillar-proof-layout,.audience-grid,.trust-grid,.example-inner,.example-metric-grid{grid-template-columns:1fr}.pillar-carousel{margin-top:0}.pillar-carousel-card{min-height:0;gap:24px;padding:10px 8px 24px}.pillar-proof-visual{grid-template-rows:auto auto}.pillar-screenshot-frame,.pillar-screenshot-grid,.pillar-ui-preview,.pillar-screenshot-frame img{min-height:280px}.pillar-screenshot-frame.pillar-screenshot-frame--common-points,.pillar-screenshot-frame.pillar-screenshot-frame--common-points img{min-height:0}.pillar-transformation-flow{grid-template-columns:1fr}.pillar-stage{min-height:0}.pillar-stage:not(:last-child):after{inset:auto auto -18px 22px;transform:rotate(90deg)}.artifact-line{grid-template-columns:1fr;gap:4px}.pillar-capability-groups{grid-template-columns:1fr;gap:20px}.pillar-carousel-dots{grid-template-columns:repeat(2,minmax(0,1fr))}.example-visual{position:static}}@media(max-width:640px){.hero-title-accent{white-space:normal}.workflow-pipeline{grid-template-columns:1fr}.section-shell,.example-inner{padding:0 20px}.pillar-carousel-shell,.audience-card,.trust-card{border-radius:12px}.pillar-carousel-shell{padding:18px}.pillar-carousel-top{align-items:flex-start}.pillar-carousel-card h3{font-size:1.55rem}.pillar-proof-block,.pillar-proof-result,.pillar-ui-preview{padding:14px}.pillar-screenshot-frame,.pillar-screenshot-grid,.pillar-ui-preview,.pillar-screenshot-frame img{min-height:220px}.pillar-screenshot-grid,.pillar-carousel-dots{grid-template-columns:1fr}.trust-card{padding:18px}.example-phase-body,.example-mockup{padding:16px}.example-phase-body ul{grid-template-columns:1fr}}.pdf-viewer{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#525659}.pdf-viewer-canvas-wrap{flex:1 1 auto;overflow:hidden;display:flex;justify-content:center;align-items:flex-start;padding:12px}.pdf-page-wrapper{position:relative;flex-shrink:0;box-shadow:0 2px 12px #00000059;border-radius:2px}.pdf-viewer-canvas{display:block;position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.pdf-text-layer{position:absolute;inset:0;overflow:clip;z-index:2;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0}.pdf-text-layer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%;line-height:1;-moz-user-select:text!important;user-select:text!important;-webkit-user-select:text!important}.pdf-text-layer>:not(.markedContent),.pdf-text-layer .markedContent span:not(.markedContent){z-index:1}.pdf-text-layer span.markedContent{top:0;height:0}.pdf-text-layer ::-moz-selection{background-color:#6366f126;color:transparent}.pdf-text-layer ::selection{background-color:#6366f126;color:transparent}.pdf-viewer-overlay{position:absolute;inset:0;pointer-events:none;border-radius:2px;z-index:3}.pdf-selection-popup{background:#1e1e2e;border:1px solid rgba(99,102,241,.45);border-radius:8px;padding:5px 8px;display:flex;align-items:center;gap:6px;box-shadow:0 4px 20px #00000080;white-space:nowrap}.pdf-popup-save-btn{background:#6366f12e;border:1px solid rgba(99,102,241,.45);border-radius:5px;color:#a5b4fc;font-size:12px;padding:4px 10px;cursor:pointer;transition:background .15s,border-color .15s}.pdf-popup-save-btn:hover{background:#6366f152;border-color:#6366f1b3}.pdf-popup-cancel-btn{background:none;border:none;color:#666;font-size:13px;line-height:1;padding:3px 6px;cursor:pointer;border-radius:4px;transition:color .15s,background .15s}.pdf-popup-cancel-btn:hover{color:#aaa;background:#ffffff12}.pdf-viewer-loading,.pdf-viewer-error{flex:1;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:14px}.pdf-viewer-error{color:#f87171}.pdf-viewer-nav{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:6px 12px;background:#0000004d}.pdf-nav-btn{background:none;border:none;color:#ccc;font-size:20px;line-height:1;padding:0 10px;cursor:pointer;border-radius:4px;transition:color .15s,background .15s}.pdf-nav-btn:hover:not(:disabled){color:#fff;background:#ffffff1a}.pdf-nav-btn:disabled{opacity:.3;cursor:default}.pdf-nav-form{display:flex;align-items:center;gap:4px}.pdf-nav-input{width:38px;text-align:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:12px;padding:2px 4px;font-variant-numeric:tabular-nums}.pdf-nav-input:focus{outline:none;border-color:#6366f1b3;background:#ffffff26}.pdf-nav-total{color:#aaa;font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}.idp-panel{color:#0d1b3d;display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;min-height:0;overflow:hidden;background:transparent;position:relative}.idp-carousel-slide--split{flex-direction:row!important;position:relative}.idp-split-left{flex:0 0 50%;min-height:0;overflow:hidden;display:flex;flex-direction:column;position:relative}.idp-split-divider{width:1px;background:#e2e8f0;flex-shrink:0}[data-theme=dark] .idp-split-divider{background:#334155}.idp-split-right{flex:1 1 0;min-height:0;overflow:hidden;padding-top:24px}.idp-carousel-wrap{flex:1 1 auto;min-height:0;width:100%;overflow:clip;position:relative}.idp-carousel-track{display:flex;width:200%;height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.idp-carousel-slide{width:50%;height:100%;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.idp-slide-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px;padding:48px 24px 24px 48px;overflow:hidden}.idp-slide-content.idp-scroll{overflow-y:auto}.idp-chat-slide{padding:0;gap:0;display:flex;flex-direction:column;background:transparent;position:relative}.idp-title{font-size:24px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idp-subtitle{color:#4f5b7a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idp-no-chat-hint{display:flex;align-items:flex-start;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-top:12px;color:#64748b;font-size:13px;line-height:1.5}.idp-no-chat-hint span{font-size:18px;flex-shrink:0;margin-top:1px}.idp-no-chat-hint p{margin:0}[data-theme=dark] .idp-no-chat-hint{background:#1e293b;border-color:#334155;color:#94a3b8}.idp-error{background:#ffe7e7;color:#7d1a1a;padding:10px 12px;border-radius:10px;border:1px solid #f1b4b4}.idp-lang-toggle{display:flex;gap:6px}.idp-lang-btn{padding:4px 14px;border-radius:20px;border:1px solid #c8d4ff;background:#fff;color:#89c;font-size:11px;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .15s,color .15s}.idp-lang-btn.active{background:#3a5ccc;border-color:#3a5ccc;color:#fff}.idp-drop-zone{border:2px dashed #c8d4ff;background:#f7f9ff;border-radius:16px;padding:32px;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.idp-drop-zone.drag-over{border-color:#1e3a8a;background:#eef2ff}.drop-icon{font-size:32px;margin-bottom:8px}.drop-text{font-weight:600}.drop-hint{color:#4f5b7a;font-size:14px}.idp-progress-bar{position:relative;height:14px;background:#eef0f6;border-radius:999px;overflow:hidden}.idp-progress-fill{height:100%;background:#1e3a8a;transition:width .2s ease}.idp-progress-text{display:block;margin-top:8px;color:#4f5b7a;font-size:14px}.idp-processing-phase{position:relative}.idp-cancel-btn{margin-top:16px;padding:8px 18px;background:transparent;border:1px solid #e05252;color:#e05252;border-radius:6px;font-size:.82rem;cursor:pointer;transition:background .15s,color .15s}.idp-cancel-btn:hover{background:#e05252;color:#fff}.idp-processing-stream{margin-top:12px;display:flex;flex-direction:column;gap:10px;padding-bottom:120px}.idp-questions-container{display:flex;flex-direction:column;gap:12px}.idp-category-group{margin-top:12px}.idp-category-name{font-size:16px;margin-bottom:8px;color:#0d1b3d}.idp-qa-list{display:flex;flex-direction:column;gap:10px}.idp-qa-card{border:1px solid #e1e6f5;border-radius:12px;padding:12px;background:#fff;box-shadow:0 1px 2px #1018280d}.idp-qa-card.pending{opacity:.9}.idp-qa-question{font-weight:600;margin-bottom:6px}.idp-qa-answer{color:#0d1b3d}.idp-qa-pending{display:flex;align-items:center;gap:8px;color:#4f5b7a}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#1e3a8a;animation:pulse 1.2s infinite}@keyframes pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}to{transform:scale(.8);opacity:.5}}.idp-analysis-details{border:1px solid #e1e6f5;border-radius:12px;padding:10px 12px;background:#fff}.idp-pill-row{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden;animation:idpFadeIn .2s ease}.idp-pill-dot{width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55e99;flex-shrink:0}.idp-pill{flex:1;min-width:0;display:flex;gap:8px;align-items:center;padding:12px 18px;border-radius:999px;background:#244dff2e;border:1px solid rgba(36,77,255,.3);color:#0d1b3d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffff59,0 8px 18px #244dff26;overflow:hidden}.idp-pill-label{font-size:13px;font-weight:600;white-space:nowrap}.idp-pill-text{font-size:13px;font-weight:500;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idp-pill-text-anim{animation:idpTextSwap .28s ease}@keyframes idpTextSwap{0%{opacity:0;transform:translateY(4px)}to{opacity:.9;transform:translateY(0)}}@keyframes idpFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.idp-analysis-summary{cursor:pointer;font-weight:600}.idp-messages{display:flex;flex-direction:column;gap:12px}.idp-message{background:#fff;border:1px solid #e1e6f5;border-radius:12px;padding:12px}.idp-message.user{border-color:#d1e0ff;background:#f8fbff}.idp-message-role{font-size:12px;text-transform:uppercase;color:#4f5b7a;margin-bottom:6px}.idp-message-content{color:#0d1b3d}.idp-input-form{display:flex;gap:8px;margin-top:12px}.idp-input{flex:1;padding:10px 12px;border-radius:10px;border:1px solid #d7def0}.idp-send-btn{padding:10px 16px;background:#1e3a8a;color:#fff;border:none;border-radius:10px;cursor:pointer}.idp-send-btn:disabled{opacity:.6;cursor:not-allowed}.idp-input:disabled{background:#f1f3f9;color:#7f8aa3}.idp-input-disabled{opacity:.7}.idp-chat-left-wrap{position:relative;flex:1 1 auto;height:100%;display:flex;flex-direction:column;overflow:hidden;transition:width .05s linear}.idp-chat-stream{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none;padding:70px 8% 20px!important;display:flex;flex-direction:column;gap:16px}.idp-chat-stream::-webkit-scrollbar{display:none}.idp-chat-stream .bubble{max-width:100%}.idp-pdf-float{position:absolute;bottom:90px;right:20px;width:50%;height:50%;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 8px 32px #00000024;overflow:hidden;z-index:50;animation:idpPdfSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes idpPdfSlideIn{0%{transform:translate(calc(100% + 40px));opacity:0}to{transform:translate(0);opacity:1}}.idp-pdf-float:hover{box-shadow:0 12px 40px #0003}.idp-pdf-resize-handle{position:absolute;top:0;left:0;width:22px;height:22px;cursor:nwse-resize;z-index:10;border-radius:14px 0 8px;background:transparent;transition:background .15s}.idp-pdf-resize-handle:after{content:"";position:absolute;top:5px;left:5px;width:10px;height:10px;border-top:2px solid rgba(0,0,0,.25);border-left:2px solid rgba(0,0,0,.25);border-radius:2px 0 0;transition:border-color .15s}.idp-pdf-resize-handle:hover{background:#0000000f}.idp-pdf-resize-handle:hover:after{border-color:#00000080}[data-theme=dark] .idp-pdf-resize-handle:after{border-color:#ffffff40}[data-theme=dark] .idp-pdf-resize-handle:hover{background:#ffffff14}[data-theme=dark] .idp-pdf-resize-handle:hover:after{border-color:#fff9}.idp-source-chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px;max-height:96px;overflow-y:auto;margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}.idp-source-label{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.04em;margin-right:2px}.idp-source-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;border:1px solid rgba(99,102,241,.35);background:#6366f112;color:#6366f1;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.idp-source-chip:hover{background:#6366f12e;border-color:#6366f1}.idp-source-chip:disabled{cursor:default;opacity:.7}.idp-source-chip:disabled:hover{background:#6366f112;border-color:#6366f159}[data-theme=dark] .idp-pdf-float{border-color:#ffffff1a;box-shadow:0 8px 32px #0006}[data-theme=dark] .idp-source-chips{border-top-color:#ffffff0f}[data-theme=dark] .idp-source-label{color:#666}[data-theme=dark] .idp-source-chip{border-color:#8b5cf666;background:#8b5cf61a;color:#60a5fa}[data-theme=dark] .idp-source-chip:hover{background:#8b5cf638;border-color:#60a5fa}[data-theme=dark] .idp-source-chip:disabled:hover{background:#8b5cf61a;border-color:#8b5cf666}.idp-copy-btn{position:absolute;bottom:8px;right:8px;background:none;border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:2px 7px;font-size:13px;cursor:pointer;color:#888;opacity:0;transition:opacity .15s,color .15s}.assistant-card{position:relative}.assistant-card:hover .idp-copy-btn{opacity:1}.idp-copy-btn:hover{color:#6366f1;border-color:#6366f1}[data-theme=dark] .idp-copy-btn{border-color:#ffffff1f;color:#666}[data-theme=dark] .idp-copy-btn:hover{color:#60a5fa;border-color:#60a5fa}.idp-composer{position:static!important;bottom:auto;left:auto;right:auto;z-index:12;pointer-events:auto}.idp-composer-disabled{pointer-events:none}.idp-composer-disabled .composer-inner{filter:blur(2px);opacity:.7}[data-theme=dark] .idp-panel{color:#e2e8f0}[data-theme=dark] .idp-title{color:#fff}[data-theme=dark] .idp-drop-zone{border-color:#2f3a56;background:#0f172a99}[data-theme=dark] .idp-progress-bar{background:#94a3b833}[data-theme=dark] .idp-progress-fill{background:#3b82f6}[data-theme=dark] .idp-qa-card,[data-theme=dark] .idp-analysis-details,[data-theme=dark] .idp-message{background:#0f172ab3;border-color:#94a3b833;color:#e2e8f0}[data-theme=dark] .idp-qa-answer,[data-theme=dark] .idp-message-content,[data-theme=dark] .idp-category-name{color:#e2e8f0}[data-theme=dark] .idp-subtitle,[data-theme=dark] .idp-progress-text,[data-theme=dark] .session-meta{color:#94a3b8}[data-theme=dark] .idp-pill{background:#2563eb40;border-color:#60a5fa66;color:#e2e8f0;box-shadow:inset 0 1px #ffffff1a,0 8px 18px #1e40af4d}[data-theme=dark] .idp-pill-label,[data-theme=dark] .idp-pill-text{color:#e2e8f0}@media(max-width:720px){.idp-slide-content,.idp-chat-slide{padding:16px}.idp-title{font-size:20px}.idp-drop-zone{padding:22px}.idp-pill{border-radius:16px;flex-direction:column;align-items:flex-start;gap:6px}.idp-pill-text{white-space:normal}.idp-processing-stream{padding-bottom:140px}}.idp-sessions{margin-top:16px}.idp-sessions-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.idp-sessions-header h3{margin:0;flex:1}.idp-import-btn{font-size:11px;padding:3px 10px;border-radius:6px;border:1px solid rgba(100,100,120,.35);background:none;color:inherit;cursor:pointer;opacity:.7}.idp-import-btn:hover{opacity:1}.idp-doc-card-wrap{position:relative;width:100%}.idp-doc-export-btn{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:1px solid rgba(100,100,120,.3);background:#0000001f;color:inherit;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s;line-height:1}.idp-doc-card-wrap:hover .idp-doc-export-btn{opacity:1}.idp-sessions-grid{display:grid;grid-template-columns:repeat(3,30%);gap:10px;justify-items:start}.idp-doc-card{display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;padding:6px;cursor:pointer;border-radius:8px;width:100%;transition:background .15s}.idp-doc-card:hover{background:#244dff0f}.idp-doc-card:hover .idp-doc-sheet{border-color:#8da4ff;box-shadow:0 4px 12px #244dff26;transform:translateY(-2px)}.idp-doc-sheet{position:relative;width:100%;aspect-ratio:3 / 4;background:#f0f4ff;border:1.5px solid #c8d4ff;border-radius:4px 0 4px 4px;display:flex;flex-direction:column;justify-content:flex-end;padding:28% 14% 14%;gap:7%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s,transform .15s}.idp-doc-sheet:before{content:"";position:absolute;top:-1px;right:-1px;width:24%;aspect-ratio:1;background:linear-gradient(225deg,#c8d4ff 50%,transparent 50%)}.idp-doc-sheet:after{content:"";position:absolute;top:calc(24% - 1px);right:-1px;width:calc(24% + 1px);height:1.5px;background:#c8d4ff;transform-origin:right top;transform:rotate(-45deg) translateY(-50%) scaleX(1.41)}.idp-doc-line{height:2px;border-radius:2px;background:#a5b4fc;width:100%}.idp-doc-line--short{width:55%}.idp-doc-line--mid{width:75%}.idp-doc-name{font-size:11px;font-weight:600;color:#0d1b3d;text-align:center;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}[data-theme=dark] .idp-doc-sheet{background:#244dff1f;border-color:#60a5fa4d}[data-theme=dark] .idp-doc-sheet:before{background:linear-gradient(225deg,rgba(96,165,250,.4) 50%,transparent 50%)}[data-theme=dark] .idp-doc-sheet:after{background:#60a5fa66}[data-theme=dark] .idp-doc-line{background:#60a5fa80}[data-theme=dark] .idp-doc-name{color:#e2e8f0}[data-theme=dark] .idp-doc-card:hover{background:#60a5fa14}.idp-doc-badge{margin-right:8px}.idp-loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:14px;color:#6b7280}.idp-back-btn{background:transparent;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;pointer-events:auto}.idp-back-btn:hover{background:#eff6ff}.idp-export-btn{background:transparent;border:1px solid #d1d5db;color:#374151;border-radius:8px;padding:6px 12px;margin-right:30px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;pointer-events:auto}.idp-export-btn:hover{background:#f3f4f6}.idp-dashboard-btn{background:transparent;color:#1e3a8a;border:1.5px solid #1e3a8a;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}.idp-dashboard-btn:hover{background:#eff6ff}[data-theme=dark] .idp-dashboard-btn{color:#93c5fd;border-color:#3b82f6;background:transparent}[data-theme=dark] .idp-dashboard-btn:hover{background:#1e293b}[data-theme=dark] .idp-back-btn{color:#93c5fd;border-color:#1e40af}[data-theme=dark] .idp-back-btn:hover{background:#1e293b}[data-theme=dark] .idp-export-btn{color:#94a3b8;border-color:#334155}[data-theme=dark] .idp-export-btn:hover{background:#1e293b}.idp-chat-header{display:flex;flex-direction:row;align-items:center;gap:12px;padding:14px 20px;background:transparent;border-bottom:1px solid #e5e7eb;flex-shrink:0}[data-theme=dark] .idp-chat-header{border-bottom-color:#1e293b}.idp-chat-header .idp-title{flex:1;margin:0;font-size:15px;font-weight:600}.idp-docs-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:52px;background:#f59e0b;border:1px solid #d97706;border-radius:6px;cursor:pointer;color:#fff;font-size:9px;font-weight:800;letter-spacing:.06em;writing-mode:vertical-rl;text-orientation:mixed;box-shadow:0 2px 8px #f59e0b59;transition:background .15s,box-shadow .15s}.idp-docs-btn:hover{background:#d97706;box-shadow:0 3px 12px #f59e0b80}[data-theme=dark] .idp-docs-btn{background:#d97706;border-color:#b45309;box-shadow:0 2px 8px #f59e0b40}[data-theme=dark] .idp-docs-btn:hover{background:#b45309}.qq2-panel{display:flex;flex-direction:column;height:100%;padding:50px 20px;gap:16px;overflow:hidden;min-width:0}.qq2-title{font-size:25px;font-weight:700;color:#0d1b3d;margin:0;flex-shrink:0}.qq2-title sup{font-size:10px}.qq2-search-row{display:flex;gap:8px;flex-shrink:0}.qq2-input{flex:1;min-width:0;padding:9px 14px;border:1px solid #c8d4ff;border-radius:8px;font-size:13px;color:#0d1b3d;background:#f7f9ff;outline:none;transition:border-color .15s}.qq2-input:focus{border-color:#1e3a8a;background:#fff}.qq2-search-btn{padding:9px 14px;border-radius:8px;border:none;background:#1e3a8a;color:#fff;font-size:16px;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s}.qq2-search-btn:hover:not(:disabled){background:#1a3acc}.qq2-search-btn:disabled{opacity:.5;cursor:default}.qq2-error,.qq2-empty{font-size:13px;color:#64748b;margin:0}.qq2-generate-row{display:flex;justify-content:center;padding:12px 0 4px}.qq2-generate-btn{background:#1e40af;color:#fff;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.qq2-generate-btn:hover{background:#3a56d4}.qq2-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:14px}.qq2-tab{background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:8px 16px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:color .15s,border-color .15s}.qq2-tab:hover{color:#1e3a8a}.qq2-tab.active{color:#1e3a8a;border-bottom-color:#1e3a8a}.qq2-gen-panel{display:flex;flex-direction:column;gap:12px}.qq2-gen-input-row{display:flex;gap:8px;align-items:flex-start}.qq2-gen-textarea{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:13px;font-family:inherit;color:#111827;resize:vertical;outline:none;line-height:1.5}.qq2-gen-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.qq2-gen-loading{font-size:13px;color:#6b7280;font-style:italic;animation:qq2-pulse 1.4s ease-in-out infinite}@keyframes qq2-pulse{0%,to{opacity:1}50%{opacity:.4}}.qq2-gen-result{border:1px solid #e5e7eb;border-radius:10px;padding:16px;background:#f9fafb;display:flex;flex-direction:column;gap:12px}.qq2-gen-result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.qq2-gen-name{font-size:15px;font-weight:700;color:#111827;margin-bottom:4px}.qq2-gen-actions{display:flex;gap:8px;flex-shrink:0;align-items:center;flex-wrap:wrap}.qq2-gen-save-btn{background:#fff;border:1px solid #1e3a8a;color:#1e3a8a;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.qq2-gen-save-btn:hover:not(:disabled){background:#eff6ff}.qq2-gen-save-btn:disabled{opacity:.6;cursor:default}.qq2-gen-options{display:flex;flex-wrap:wrap;gap:6px}.qq2-gen-option{font-size:11px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:999px;padding:3px 9px}.qq2-rev-badge{display:inline-block;margin-left:6px;font-size:10px;font-weight:700;background:#fee2e2;color:#991b1b;border-radius:4px;padding:1px 5px}.qq2-builder{position:absolute;inset:0;display:flex;flex-direction:row;background:#f8faff;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:20;overflow:hidden}.qq2-builder.visible{transform:translate(0)}.qq2-builder-nav{display:flex;flex-direction:column;gap:8px;padding:20px 0;align-items:center;justify-content:flex-end}.qq2-builder-nav-btn{display:flex;align-items:center;justify-content:center;width:36px;height:52px;background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:0 8px 8px 0;cursor:pointer;color:#475569;font-size:10px;font-weight:700;letter-spacing:.04em;writing-mode:vertical-rl;text-orientation:mixed;box-shadow:2px 2px 10px #00000014;transition:background .15s,color .15s,box-shadow .15s}.qq2-builder-nav-btn:hover{background:#f1f5f9;color:#1e293b;box-shadow:3px 3px 14px #0000001f}[data-theme=dark] .qq2-builder-nav-btn{background:#1e293b;border-color:#334155;color:#94a3b8}[data-theme=dark] .qq2-builder-nav-btn:hover{background:#273549;color:#e2e8f0}.qq2-builder-body{flex:1;overflow-y:auto;padding:24px 20px;display:flex;flex-direction:column;gap:8px}.qq2-publish-btn{flex-shrink:0;padding:5px 14px;border-radius:6px;border:1px solid #c8d3f0;background:#eff6ff;color:#1e40af;font-size:11px;font-weight:600;cursor:not-allowed;opacity:.4;transition:opacity .2s,background .2s;white-space:nowrap}.qq2-publish-btn.active{opacity:1;cursor:pointer}.qq2-publish-btn.active:hover{background:#1e40af;color:#fff;border-color:#1e40af}[data-theme=dark] .qq2-publish-btn{background:#1e2640;border-color:#2a3050;color:#7a9cf7}[data-theme=dark] .qq2-publish-btn.active:hover{background:#1e40af;color:#fff}.qq2-preview{position:absolute;inset:0;background:#f8f9fc;display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding:20px 24px 32px;transform:translate(100%);transition:transform .3s ease;z-index:10;pointer-events:none}.qq2-preview.visible{transform:translate(0);pointer-events:all}.qq2-preview-back{align-self:flex-start;background:none;border:none;color:#1e40af;font-size:13px;font-weight:600;cursor:pointer;padding:0;margin-bottom:8px}.qq2-preview-heading{font-size:14px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px}.qq2-preview-box{width:100%;max-width:600px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:24px 28px;display:flex;flex-direction:column;gap:12px}.qq2-preview-title{font-size:18px;font-weight:700;color:#111827;margin:0}.qq2-preview-desc{font-size:13px;color:#6b7280;margin:0;line-height:1.6;border-bottom:1px solid #e2e8f0;padding-bottom:12px}.qq2-preview-questions{display:flex;flex-direction:column;gap:20px}.qq2-preview-question{display:flex;flex-direction:column;gap:8px}.qq2-preview-question-text{font-size:13px;font-weight:600;color:#1f2937;margin:0;line-height:1.5}.qq2-preview-options{display:flex;flex-direction:column;gap:5px}.qq2-preview-option{display:flex;align-items:center;gap:8px;font-size:12px;color:#374151;cursor:pointer}.qq2-preview-option input[type=radio]{accent-color:#1e40af;width:14px;height:14px;flex-shrink:0}.qq2-preview-option-val{font-weight:700;color:#1e40af;min-width:16px}.qq2-preview-option-lbl{color:#374151}[data-theme=dark] .qq2-preview{background:#141824}[data-theme=dark] .qq2-preview-heading{color:#94a3b8}[data-theme=dark] .qq2-preview-box{background:#1a1f2e;border-color:#2a3050}[data-theme=dark] .qq2-preview-title{color:#e2e8f0}[data-theme=dark] .qq2-preview-desc{color:#64748b;border-color:#2a3050}[data-theme=dark] .qq2-preview-question-text{color:#cbd5e1}[data-theme=dark] .qq2-preview-option,[data-theme=dark] .qq2-preview-option-lbl{color:#94a3b8}.qq2-submit-btn{display:block;margin:16px auto 0;padding:10px 36px;background:#1e40af;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s,opacity .2s}.qq2-submit-btn:hover{background:#3a57d4}.qq2-submit-btn.loading{opacity:.6;cursor:not-allowed}.qq2-published-box{display:flex;flex-direction:column;align-items:center;gap:14px;margin:40px auto 0;padding:32px 24px;background:#eff6ff;border:1px solid #c8d3f0;border-radius:12px;max-width:460px;text-align:center}.qq2-published-icon{width:48px;height:48px;border-radius:50%;background:#1e40af;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center}.qq2-published-label{font-size:15px;font-weight:600;color:#0d1b3d;margin:0}.qq2-published-link{font-size:12px;color:#1e40af;word-break:break-all;text-decoration:none}.qq2-published-link:hover{text-decoration:underline}.qq2-published-copy{padding:6px 20px;border-radius:6px;border:1px solid #1e40af;background:transparent;color:#1e40af;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.qq2-published-copy:hover{background:#eff6ff}[data-theme=dark] .qq2-published-box{background:#1a1f2e;border-color:#2a3050}[data-theme=dark] .qq2-published-label{color:#e2e8f0}[data-theme=dark] .qq2-published-copy{border-color:#1e40af;color:#1e40af}[data-theme=dark] .qq2-published-copy:hover{background:#1e2640}.qq2-builder-title-row{display:flex;align-items:center;gap:8px}.qq2-builder-title{font-size:18px;font-weight:700;color:#0d1b3d;margin:0;cursor:pointer;display:flex;align-items:center;gap:6px}.qq2-builder-title-input{font-size:18px;font-weight:700;color:#0d1b3d;border:none;border-bottom:2px solid #1e40af;background:transparent;outline:none;width:100%;padding:2px 0}.qq2-builder-pen{font-size:13px;color:#94a3b8;cursor:pointer}.qq2-builder-desc-row{margin-top:4px;display:flex;align-items:flex-start;gap:10px}.qq2-builder-desc-row>p,.qq2-builder-desc-row>textarea{flex:1;min-width:0}.qq2-builder-desc{font-size:12px;color:#64748b;margin:0;cursor:pointer;display:flex;align-items:center;gap:6px;min-height:20px}.qq2-builder-desc-placeholder{font-style:italic;color:#94a3b8}.qq2-builder-desc-input{font-size:12px;color:#0d1b3d;border:none;border-bottom:1px solid #1e40af;background:transparent;outline:none;width:100%;resize:none;min-height:40px;padding:2px 0;font-family:inherit}.qq2-custom-questions{margin-top:14px;display:flex;flex-direction:column;gap:6px}.qq2-custom-question-block{display:flex;flex-direction:column;gap:4px;padding:8px;border:1px solid #e2e8f0;border-radius:8px;background:#f8faff}.qq2-custom-question-row{display:flex;align-items:center;gap:6px}.qq2-custom-options{display:flex;flex-direction:column;gap:4px;padding-left:8px;border-left:2px solid #c8d3f0;margin-left:4px;margin-top:4px}.qq2-custom-option-row{display:flex;align-items:center;gap:5px}.qq2-custom-option-value{width:44px;font-size:12px;padding:4px 6px;border:1px solid #c8d3f0;border-radius:5px;background:#fff;outline:none;font-family:inherit;color:#0d1b3d;text-align:center}.qq2-custom-option-label{flex:1;font-size:12px;padding:4px 6px;border:1px solid #c8d3f0;border-radius:5px;background:#fff;outline:none;font-family:inherit;color:#0d1b3d}.qq2-custom-option-value:focus,.qq2-custom-option-label:focus{border-color:#1e40af}.qq2-add-option-btn{align-self:flex-start;background:none;border:none;color:#1e40af;font-size:11px;padding:2px 0;cursor:pointer;font-family:inherit}.qq2-add-option-btn:hover{text-decoration:underline}.qq2-custom-question-input{flex:1;font-size:13px;padding:6px 8px;border:1px solid #c8d3f0;border-radius:6px;background:#f8faff;outline:none;font-family:inherit;color:#0d1b3d}.qq2-custom-question-input:focus{border-color:#1e40af}.qq2-grouping-toggle{background:#f1f5f9;border:1px solid #cbd5e1;color:#64748b;font-size:11px;padding:3px 8px;border-radius:10px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s ease}.qq2-grouping-toggle:hover{border-color:#6366f1;color:#6366f1;background:#eef2ff}.qq2-grouping-toggle.active{background:#6366f1;border-color:#6366f1;color:#fff}[data-theme=dark] .qq2-grouping-toggle{background:#1e2640;border-color:#334155;color:#94a3b8}[data-theme=dark] .qq2-grouping-toggle:hover{border-color:#818cf8;color:#818cf8;background:#1e1b4b}[data-theme=dark] .qq2-grouping-toggle.active{background:#6366f1;border-color:#6366f1;color:#fff}.qq2-custom-question-remove{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:13px;padding:4px 6px;border-radius:4px;line-height:1}.qq2-custom-question-remove:hover{color:#ef4444}.qq2-add-question-btn{align-self:flex-start;margin-top:4px;background:none;border:1px dashed #1e40af;color:#1e40af;font-size:12px;padding:5px 12px;border-radius:6px;cursor:pointer;font-family:inherit}.qq2-add-question-btn:hover{background:#eff6ff}[data-theme=dark] .qq2-custom-question-block{background:#1a2340;border-color:#2a3050}[data-theme=dark] .qq2-custom-question-input{background:transparent;border-color:#2a3050;color:#e2e8f0}[data-theme=dark] .qq2-custom-question-input:focus{border-color:#1e40af}[data-theme=dark] .qq2-custom-options{border-color:#2a3050}[data-theme=dark] .qq2-custom-option-value,[data-theme=dark] .qq2-custom-option-label{background:#1e2640;border-color:#2a3050;color:#e2e8f0}[data-theme=dark] .qq2-custom-option-value:focus,[data-theme=dark] .qq2-custom-option-label:focus{border-color:#1e40af}[data-theme=dark] .qq2-add-option-btn{color:#7c9ef7}[data-theme=dark] .qq2-add-question-btn{border-color:#1e40af;color:#7c9ef7}[data-theme=dark] .qq2-add-question-btn:hover{background:#1a2340}.qq2-builder-scales{margin-top:16px;display:flex;flex-direction:column;gap:6px}.qq2-builder-scale-block{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.qq2-builder-scale-row{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #f1f5f9}.qq2-builder-items{margin:0;padding:8px 12px 8px 32px;display:flex;flex-direction:column;gap:4px}.qq2-builder-item{font-size:12px;color:#374151;line-height:1.5;display:flex;flex-direction:column;gap:4px}.qq2-builder-item-text{line-height:1.5}.qq2-builder-item-subscale{font-weight:600;color:#1e40af;font-size:11px}.qq2-builder-item-options{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.qq2-builder-option-chip{display:inline-flex;align-items:center;gap:3px;background:#eff6ff;border:1px solid #c8d3f0;border-radius:4px;padding:1px 6px;font-size:10px}.qq2-builder-option-val{font-weight:700;color:#1e40af}.qq2-builder-option-lbl{color:#374151}[data-theme=dark] .qq2-builder-option-chip{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qq2-builder-option-lbl{color:#cbd5e1}.qq2-builder-scale-order{font-size:11px;font-weight:700;color:#94a3b8;min-width:16px}.qq2-builder-scale-name{flex:1;font-size:12px;font-weight:600;color:#0d1b3d}.qq2-builder-scale-items{font-size:11px;color:#64748b}[data-theme=dark] .qq2-builder{background:#1a1f2e}[data-theme=dark] .qq2-builder-nav{background:#141827;border-color:#2a3050}[data-theme=dark] .qq2-builder-nav-btn{color:#7c9ff7}[data-theme=dark] .qq2-builder-nav-btn:hover{background:#1e2640}[data-theme=dark] .qq2-builder-title,[data-theme=dark] .qq2-builder-title-input{color:#e2e8f0}[data-theme=dark] .qq2-builder-desc{color:#94a3b8}[data-theme=dark] .qq2-builder-desc-input{color:#e2e8f0}[data-theme=dark] .qq2-builder-scale-block{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qq2-builder-scale-row{border-color:#2a3050}[data-theme=dark] .qq2-builder-scale-name{color:#e2e8f0}[data-theme=dark] .qq2-builder-item{color:#cbd5e1}[data-theme=dark] .qq2-builder-items{background:#1a1f2e}.qq2-error{color:#ef4444}.qq2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;overflow-y:auto;align-content:start;padding-bottom:12px}.qq2-card{border:1px solid #c8d4ff;border-radius:10px;padding:12px;cursor:pointer;background:#f7f9ff;transition:border-color .15s,box-shadow .15s,background .15s;display:flex;flex-direction:column;gap:10px;min-width:0}.qq2-card:hover{border-color:#1e3a8a;box-shadow:0 2px 10px #244dff1f}.qq2-card.open{grid-column:1 / -1;background:#fff;border-color:#1e3a8a;box-shadow:0 4px 18px #244dff24}.qq2-card-title{font-size:13px;font-weight:600;color:#0d1b3d;line-height:1.35;display:flex;align-items:center;gap:8px}.qq2-card-checkbox{flex-shrink:0;margin-top:2px;width:14px;height:14px;cursor:pointer;accent-color:#1e40af}.qq2-card-body{display:flex;flex-direction:column;gap:10px;cursor:default}.qq2-authors{font-size:12px;color:#64748b;margin:0}.qq2-abstract{font-size:13px;color:#334155;line-height:1.6;margin:0}.qq2-items{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:4px}.qq2-item{font-size:13px;color:#0d1b3d;line-height:1.5}.qq2-subscale{font-weight:600;color:#1e3a8a}[data-theme=dark] .qq2-title{color:#e2e8f0}[data-theme=dark] .qq2-input{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .qq2-input:focus{border-color:#6080ff;background:#0f172a}[data-theme=dark] .qq2-card{background:#1e293b;border-color:#334155}[data-theme=dark] .qq2-card.open{background:#0f172a;border-color:#6080ff}[data-theme=dark] .qq2-card-title{color:#e2e8f0}[data-theme=dark] .qq2-abstract{color:#94a3b8}[data-theme=dark] .qq2-item{color:#e2e8f0}[data-theme=dark] .qq2-authors{color:#64748b}.idp-multi-title{display:flex;align-items:center;gap:8px;font-size:14px;flex-wrap:wrap}.idp-multi-doc-list{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.idp-multi-doc-chip{background:#e0f2fe;color:#0369a1;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .idp-multi-doc-chip{background:#0c2d3f;color:#38bdf8}.idp-source-chips .idp-source-chip[title]{cursor:default}.ds-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:var(--space-5);animation:ds-modal-fade-in var(--dur-fast) var(--ease-out)}.ds-modal{position:relative;background:var(--color-bg);border-radius:var(--radius-xl);width:100%;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-modal);animation:ds-modal-slide-in var(--dur-base) var(--ease-out)}.ds-modal--sm{max-width:420px}.ds-modal--md{max-width:640px}.ds-modal--lg{max-width:900px}.ds-modal--xl{max-width:1100px}.ds-modal-stripe{height:3px;width:100%;background:var(--color-accent)}.ds-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);background:var(--color-bg-subtle)}.ds-modal-titleblock{flex:1;min-width:0}.ds-modal-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-text);line-height:var(--line-height-tight)}.ds-modal-subtitle{margin-top:var(--space-1);font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:var(--line-height-normal)}.ds-modal-close{border:none;background:transparent;font-size:24px;line-height:1;color:var(--color-text-muted);cursor:pointer;padding:var(--space-1) var(--space-2);border-radius:var(--radius-md);transition:background var(--dur-fast),color var(--dur-fast)}.ds-modal-close:hover{color:var(--color-text);background:var(--color-bg-tint)}.ds-modal-close:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.ds-modal-body{padding:var(--space-4) var(--space-5);overflow-y:auto;flex:1;color:var(--color-text);line-height:var(--line-height-normal)}.ds-modal-foot{padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-border);display:flex;gap:var(--space-3);justify-content:flex-end;background:var(--color-bg-subtle)}@keyframes ds-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ds-modal-slide-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.ds-modal-backdrop,.ds-modal{animation:none}}.ds-badge{display:inline-flex;align-items:center;gap:var(--space-1);border-radius:var(--radius-pill);font-weight:var(--font-weight-bold);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;vertical-align:middle;border:1px solid transparent;font-variant-numeric:tabular-nums}.ds-badge--sm{font-size:10px;padding:2px var(--space-2)}.ds-badge--md{font-size:var(--font-size-xs);padding:3px 10px}.ds-badge-icon{font-size:.9em;line-height:1}.ds-badge--soft.ds-badge--neutral{background:var(--color-neutral-bg);color:var(--color-neutral-fg)}.ds-badge--soft.ds-badge--info{background:var(--color-info-bg);color:var(--color-info-fg);border-color:var(--color-info-border)}.ds-badge--soft.ds-badge--success{background:var(--color-success-bg);color:var(--color-success-fg);border-color:var(--color-success-border)}.ds-badge--soft.ds-badge--warn{background:var(--color-warn-bg);color:var(--color-warn-fg);border-color:var(--color-warn-border)}.ds-badge--soft.ds-badge--danger{background:var(--color-danger-bg);color:var(--color-danger-fg);border-color:var(--color-danger-border)}.ds-badge--soft.ds-badge--accent{background:var(--color-accent-soft);color:var(--color-accent);border-color:var(--color-border)}.ds-badge--outline.ds-badge--neutral{color:var(--color-neutral-fg);border-color:var(--color-border-strong)}.ds-badge--outline.ds-badge--info{color:var(--color-info);border-color:var(--color-info)}.ds-badge--outline.ds-badge--success{color:var(--color-success);border-color:var(--color-success)}.ds-badge--outline.ds-badge--warn{color:var(--color-warn);border-color:var(--color-warn)}.ds-badge--outline.ds-badge--danger{color:var(--color-danger);border-color:var(--color-danger)}.ds-badge--outline.ds-badge--accent{color:var(--color-accent);border-color:var(--color-accent)}.lc-panel{display:flex;flex-direction:column;gap:10px;padding:12px;height:100%;overflow:hidden}.lc-search-row{display:flex;gap:6px;flex-shrink:0}.lc-search-input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff;color:#0f172a;outline:none;transition:border-color .15s}.lc-search-input:focus{border-color:#6366f1}.lc-search-btn,.lc-filter-toggle{padding:8px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;background:#f8fafc;color:#334155;transition:all .15s}.lc-search-btn:hover{background:#6366f1;color:#fff;border-color:#6366f1}.lc-search-btn:disabled{opacity:.5;cursor:not-allowed}.lc-filter-toggle{font-size:11px}.lc-filter-toggle:hover{background:#e2e8f0}.lc-filters{display:flex;flex-wrap:wrap;gap:8px;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0}.lc-filter-row{display:flex;align-items:center;gap:5px;font-size:12px}.lc-filter-row label{font-weight:600;color:#475569;white-space:nowrap}.lc-select{padding:4px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;background:#fff;color:#0f172a;max-width:200px}.lc-filter-loading{font-size:11px;color:#94a3b8;width:100%}.lc-filter-err{font-size:11px;color:#dc2626;width:100%}[data-theme=dark] .lc-filter-err{color:#fca5a5}.lc-filter-info{font-size:11px;color:#94a3b8;display:flex;align-items:center;margin-left:auto}.lc-error{color:#dc2626;font-size:12px;padding:6px 10px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px}.lc-results{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.lc-placeholder{font-size:13px;color:#94a3b8;text-align:center;padding:24px 0}.lc-card{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.lc-card:hover{border-color:#a5b4fc;box-shadow:0 1px 4px #6366f114}.lc-card.expanded{border-color:#818cf8}.lc-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.lc-card-title{font-size:13px;font-weight:600;color:#1e293b;line-height:1.3;flex:1}.lc-card-meta{display:flex;gap:4px;flex-wrap:wrap;flex-shrink:0}.lc-tag{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600;white-space:nowrap}.lc-tag-year{background:#f1f5f9;color:#475569}.lc-tag-cite{background:#fef3c7;color:#92400e}.lc-tag-oa{background:#dcfce7;color:#166534}.lc-tag-dist{background:#ede9fe;color:#5b21b6}.lc-card-authors{font-size:11px;color:#64748b;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-card-source{font-size:11px;color:#94a3b8;font-style:italic;margin-top:1px}.lc-card-cats{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}.lc-cat{font-size:10px;padding:1px 6px;border-radius:3px;background:#f0f9ff;color:#1e40af;border:1px solid #bfdbfe}.lc-cat-sub{background:#fef3c7;color:#92400e;border-color:#fde68a}.lc-cat-topic{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.lc-card-detail{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:12px;color:#475569}.lc-abstract{line-height:1.5;margin-bottom:6px}.lc-keywords,.lc-doi{margin-bottom:4px}.lc-doi a{color:#6366f1;text-decoration:none}.lc-doi a:hover{text-decoration:underline}.lc-card-links{display:flex;gap:8px;margin-top:6px}.lc-link{padding:3px 10px;border:1px solid #a5b4fc;border-radius:5px;font-size:11px;font-weight:600;color:#6366f1;text-decoration:none;transition:all .15s}.lc-link:hover{background:#6366f1;color:#fff}.lc-link-btn-beta{padding:3px 10px;border:1px dashed #0ea5e9;border-radius:5px;font-size:11px;font-weight:700;color:#0369a1;background:#f0f9ff;cursor:pointer;transition:all .15s}.lc-link-btn-beta:hover:not(:disabled){background:#0ea5e9;color:#fff;border-color:#0ea5e9}.lc-link-btn-beta:disabled{opacity:.6;cursor:not-allowed}.lc-beta-link-wrap{margin-top:6px}.lc-link-beta{border-color:#0ea5e9;color:#0369a1}.lc-link-error{margin-bottom:8px;font-size:12px;color:#b91c1c}.lc-link-success{margin-bottom:8px;font-size:12px;color:#166534}.lc-beta-feedback{margin-top:8px;display:flex;align-items:center;gap:8px;font-size:12px;color:#334155}.lc-beta-yes,.lc-beta-no{padding:2px 8px;border-radius:5px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:11px;font-weight:700;cursor:pointer}.lc-beta-yes:hover:not(:disabled){background:#16a34a;border-color:#16a34a;color:#fff}.lc-beta-no:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:#fff}.lc-beta-yes:disabled,.lc-beta-no:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .lc-search-input{background:#1a1f2e;border-color:#2a3050;color:#e2e8f0}[data-theme=dark] .lc-search-input:focus{border-color:#818cf8}[data-theme=dark] .lc-search-btn,[data-theme=dark] .lc-filter-toggle{background:#1e2640;border-color:#2a3050;color:#cbd5e1}[data-theme=dark] .lc-search-btn:hover{background:#6366f1;color:#fff;border-color:#6366f1}[data-theme=dark] .lc-filter-toggle:hover{background:#2a3050}[data-theme=dark] .lc-filters{background:#161b27;border-color:#2a3050}[data-theme=dark] .lc-filter-row label{color:#94a3b8}[data-theme=dark] .lc-select{background:#1a1f2e;border-color:#2a3050;color:#e2e8f0}[data-theme=dark] .lc-error{background:#2a1215;border-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .lc-card{background:#1a1f2e;border-color:#2a3050}[data-theme=dark] .lc-card:hover{border-color:#6366f1;box-shadow:0 1px 4px #6366f126}[data-theme=dark] .lc-card.expanded{border-color:#818cf8}[data-theme=dark] .lc-card-title{color:#e2e8f0}[data-theme=dark] .lc-tag-year{background:#1e2640;color:#94a3b8}[data-theme=dark] .lc-tag-cite{background:#451a03;color:#fcd34d}[data-theme=dark] .lc-tag-oa{background:#052e16;color:#86efac}[data-theme=dark] .lc-tag-dist{background:#2e1065;color:#c4b5fd}[data-theme=dark] .lc-card-authors{color:#94a3b8}[data-theme=dark] .lc-card-source{color:#64748b}[data-theme=dark] .lc-cat{background:#1e2640;color:#93c5fd;border-color:#1e3a8a}[data-theme=dark] .lc-cat-sub{background:#451a03;color:#fcd34d;border-color:#78350f}[data-theme=dark] .lc-cat-topic{background:#2e1065;color:#c4b5fd;border-color:#4c1d95}[data-theme=dark] .lc-card-detail{border-color:#2a3050;color:#94a3b8}[data-theme=dark] .lc-doi a{color:#a5b4fc}[data-theme=dark] .lc-link{color:#a5b4fc;border-color:#4338ca}[data-theme=dark] .lc-link:hover{background:#6366f1;color:#fff}[data-theme=dark] .lc-link-btn-beta{background:#082f49;color:#7dd3fc;border-color:#0369a1}[data-theme=dark] .lc-link-btn-beta:hover:not(:disabled){background:#0284c7;border-color:#0284c7;color:#fff}[data-theme=dark] .lc-link-beta{color:#7dd3fc;border-color:#0284c7}[data-theme=dark] .lc-link-error{color:#fca5a5}[data-theme=dark] .lc-link-success{color:#86efac}[data-theme=dark] .lc-beta-feedback{color:#cbd5e1}[data-theme=dark] .lc-beta-yes,[data-theme=dark] .lc-beta-no{background:#1e293b;border-color:#334155;color:#e2e8f0}.dash-wrap{height:100%;overflow-y:auto;overflow-x:hidden;padding:24px 32px 40px;font-family:Inter,Segoe UI,sans-serif;background:#f4f5f7}.dash-header{padding-top:5%;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;position:relative}.dash-back-btn{background:transparent;color:#1e3a8a;border:1px solid #bfdbfe;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600;cursor:pointer}.dash-header-actions{display:flex;align-items:center;justify-content:flex-end;min-width:180px}.dash-compendium-btn{display:inline-flex;align-items:center;gap:7px;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.dash-compendium-btn svg{width:15px;height:15px;flex:0 0 auto}.dash-compendium-btn:hover{background:#e0e7ff;border-color:#a5b4fc}.dash-compendium-btn:disabled{opacity:.6;cursor:not-allowed}.dash-tour-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #99f6e4;background:#f0fdfa;color:#0f766e;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.dash-tour-btn:hover{background:#ccfbf1;border-color:#2dd4bf}[data-theme=dark] .dash-tour-btn{background:#042f2e;border-color:#134e4a;color:#5eead4}[data-theme=dark] .dash-tour-btn:hover{background:#064e3b;border-color:#2dd4bf}.dash-header-alert{margin:-8px 0 14px auto;max-width:420px;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:7px 10px;font-size:12px}.dash-project-name{font-size:16px;font-weight:700;color:#111827;position:absolute;left:50%;transform:translate(-50%);text-align:center;width:-moz-max-content;width:max-content}.dash-title{font-size:22px;font-weight:700;color:#111827;margin:0}.dash-new-btn{background:#1e3a8a;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer}.dash-new-btn:hover{background:#1e40af}.dash-create{display:grid;grid-template-columns:1.2fr 1.6fr auto;gap:10px;margin-bottom:14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.dash-input{border:1px solid #d1d5db;border-radius:8px;font-size:13px;padding:10px 12px;outline:none;color:#111827;background:#fff}.dash-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.dash-card-btn{background:#1e3a8a;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:600;cursor:pointer}.dash-card-btn:disabled{opacity:.5;cursor:not-allowed}.dash-error{margin-bottom:10px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:8px 10px;font-size:13px}.dash-section-header{display:flex;align-items:center;justify-content:space-between;margin:8px 0 14px}.dash-section-title{font-size:18px;font-weight:700;color:#111827;margin:0}.dash-loading{font-size:13px;color:#6b7280;padding:14px 0}.dash-empty{font-size:13px;color:var(--color-text-muted);padding:8px 0}.dash-empty-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.dash-empty-box h3{margin:0;color:#111827}.dash-empty-box p{margin:0;color:#6b7280;font-size:14px}.dash-project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px}.dash-card{box-sizing:border-box;width:100%;background:#fff;border:2px solid #1e3a8a;border-radius:12px;padding:18px;display:flex;align-items:flex-start;gap:14px;cursor:pointer;text-align:left;box-shadow:0 1px 3px #0000000f;transition:box-shadow .15s,transform .15s}.dash-card:hover{box-shadow:0 4px 14px #1e3a8a26;transform:translateY(-1px)}.dash-card-icon{background:#eff6ff;border-radius:10px;width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.dash-card-icon svg{width:24px;height:24px;color:#1e3a8a}.dash-card-body{min-width:0}.dash-card-body .dash-card-title{font-size:14px;font-weight:700;color:#111827;line-height:1.25;overflow-wrap:anywhere;margin:0 0 6px}.dash-project-desc{margin:0 0 10px;color:#6b7280;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.dash-project-stats{display:flex;flex-wrap:wrap;gap:6px}.dash-project-stats span{border:1px solid #d1d5db;background:#f9fafb;border-radius:999px;padding:4px 8px;font-size:11px;color:#374151}.dash-workspace{display:grid;grid-template-columns:65% 35%;gap:16px;align-items:start;min-width:0}.dash-workspace-left{display:flex;flex-direction:column;gap:16px;min-width:0}.dash-workspace-right{min-height:100%;min-width:0}.dash-q2-cell{position:relative;width:100%}.dash-q2-cell .dash-project-card{width:100%}.dash-q2-dropdown{position:absolute;left:0;top:calc(100% + 8px);width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000d;overflow:hidden;z-index:40;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .32s ease,opacity .22s ease,transform .22s ease}.dash-q2-dropdown.open{max-height:56vh;opacity:1;transform:translateY(0)}.dash-q2-dropdown-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#f0f9ff}.dash-q2-dropdown-title{font-size:14px;font-weight:700;color:#1e3a8a}.dash-q2-dropdown .qq2-panel{height:calc(56vh - 52px);max-height:calc(56vh - 52px);overflow-y:auto;border-radius:0}.dash-widget{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d;min-width:0;max-width:100%}.dash-widget-title{font-size:15px;font-weight:600;color:#111827;margin:0 0 14px}.dash-widget-sub{font-size:12px;font-weight:400;color:#6b7280}.dash-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}.dash-responses-table-wrap{max-height:360px;overflow:auto}.dash-responses-table-wrap .qp-th{z-index:1}.dash-table{width:100%;border-collapse:collapse;font-size:13px}.dash-table thead tr{background:#f3f4f6;border-bottom:1px solid #e5e7eb}.dash-table th{padding:10px 14px;text-align:left;font-size:12px;font-weight:600;color:#374151}.dash-table td{padding:10px 14px;color:#374151;white-space:nowrap}.dash-td-q{color:#6b7280;font-style:italic;font-size:12px}.dash-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-width:0}.dash-lower-grid>.dash-widget{height:420px;display:flex;flex-direction:column;overflow:hidden}.dash-lower-grid>.dash-idp-history-widget.dash-idp-history-widget-expanded{height:840px}.dash-lower-grid>.dash-widget>.dash-widget-title,.dash-lower-grid>.dash-widget>.dash-empty,.dash-lower-grid>.dash-widget>.dash-empty-cta,.dash-lower-grid>.dash-widget>.dash-see-all-btn,.dash-lower-grid>.dash-widget>.dash-idp-action-bar{flex:0 0 auto}.dash-lower-grid>.dash-widget>.dash-list{flex:1 1 auto;overflow-y:auto;min-height:0;padding-right:4px}.dash-lower-grid>.dash-idp-history-widget-has-selection>.dash-list{gap:6px;min-height:var(--selected-idp-list-height, 0);scroll-padding-top:4px}.dash-idp-history-widget-has-selection .dash-list-item{padding:7px 10px}.dash-idp-history-widget-has-selection .dash-list-item-row{min-height:22px}.dash-idp-history-widget-has-selection .dash-list-name{max-width:260px}.dash-lower-grid>.dash-widget>.dash-common-points-panel{flex:0 1 auto;overflow-y:auto;min-height:0}.dash-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.dash-list-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.dash-list-item:hover{border-color:#1e3a8a;background:#f0f9ff}.dash-list-name{font-size:12px;color:#374151;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.dash-list-name-wide{max-width:100%}.dash-list-meta{font-size:11px;color:var(--color-text-muted)}.dash-list-meta-actions{display:inline-flex;align-items:center;gap:8px}.dash-doc-download-btn{border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600;cursor:pointer}.dash-doc-download-btn:hover{background:#dbeafe}.dash-doc-idp-btn{border:1px solid #a7f3d0;background:#ecfdf5;color:#065f46;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600;cursor:pointer;transition:background .15s}.dash-doc-idp-btn:hover:not(:disabled){background:#d1fae5}.dash-doc-idp-btn:disabled{opacity:.7;cursor:default}.dash-doc-idp-btn.idp-btn-busy{background:#fefce8;border-color:#fde68a;color:#92400e}.dash-doc-idp-btn.idp-btn-done{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.dash-doc-idp-btn.idp-btn-error{background:#fee2e2;border-color:#fca5a5;color:#991b1b}[data-theme=dark] .dash-doc-idp-btn{background:#052e16;border-color:#166534;color:#86efac}[data-theme=dark] .dash-doc-idp-btn:hover:not(:disabled){background:#14532d}[data-theme=dark] .dash-doc-idp-btn.idp-btn-busy{background:#1c1917;border-color:#78350f;color:#fcd34d}[data-theme=dark] .dash-doc-idp-btn.idp-btn-done{background:#14532d;border-color:#166534;color:#86efac}[data-theme=dark] .dash-doc-idp-btn.idp-btn-error{background:#450a0a;border-color:#991b1b;color:#fca5a5}.dash-doc-summarize-btn{border:1px solid #e9d5ff;background:#faf5ff;color:#6b21a8;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600;cursor:pointer;transition:background .15s}.dash-doc-summarize-btn:hover{background:#f3e8ff}.dash-doc-summarize-btn.active{background:#e9d5ff;border-color:#c084fc}.dash-doc-summarize-btn.busy{background:#fefce8;border-color:#fde68a;color:#92400e}[data-theme=dark] .dash-doc-summarize-btn{background:#2e1065;border-color:#6b21a8;color:#d8b4fe}[data-theme=dark] .dash-doc-summarize-btn:hover{background:#3b0764}[data-theme=dark] .dash-doc-summarize-btn.active{background:#4a044e;border-color:#a855f7}.dash-list-item-col{flex-direction:column;align-items:stretch;gap:0}.dash-list-item-row{display:flex;align-items:center;justify-content:space-between;width:100%}.dash-summary-panel{margin-top:8px;padding:10px 12px;background:#f8f5ff;border-left:3px solid #c084fc;border-radius:0 6px 6px 0;cursor:default}.dash-summary-text{font-size:12px;line-height:1.6;color:#374151;white-space:pre-wrap;margin:0}.dash-summary-loading{font-size:12px;color:var(--color-text-muted);font-style:italic;margin:0}[data-theme=dark] .dash-summary-panel{background:#1e1030;border-color:#7c3aed}[data-theme=dark] .dash-summary-text{color:#e5e7eb}[data-theme=dark] .dash-summary-loading{color:#6b7280}.dash-doc-diagram-btn{border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600;cursor:pointer}.dash-doc-diagram-btn:hover{background:#dbeafe}.dash-doc-diagram-btn.active{background:#bfdbfe;border-color:#60a5fa}.dash-doc-diagram-btn.busy{background:#fefce8;border-color:#fde68a;color:#92400e}[data-theme=dark] .dash-doc-diagram-btn{background:#0c1e3c;border-color:#1e40af;color:#93c5fd}[data-theme=dark] .dash-doc-diagram-btn:hover{background:#082344}[data-theme=dark] .dash-doc-diagram-btn.active{background:#0a2952;border-color:#3b82f6}.dash-diagram-panel{margin-top:8px;padding:10px 12px;background:#f0f7ff;border-left:3px solid #60a5fa;border-radius:0 6px 6px 0;cursor:default;overflow-x:auto}.dash-diagram-type{font-size:11px;color:#6b7280;margin-bottom:6px;font-style:italic}.mermaid-container{display:flex;justify-content:center;min-height:40px}.mermaid-container svg{max-width:100%;height:auto}.mermaid-error{font-size:12px;color:#991b1b;background:#fef2f2;padding:8px;border-radius:4px}.mermaid-error pre{margin-top:6px;font-size:11px;background:#fff;padding:6px;border-radius:3px;overflow-x:auto}[data-theme=dark] .dash-diagram-panel{background:#0f1a2e;border-color:#3b82f6}[data-theme=dark] .dash-diagram-type{color:var(--color-text-muted)}[data-theme=dark] .mermaid-error{background:#1f1012;color:#fca5a5}[data-theme=dark] .mermaid-error pre{background:#000;color:#e5e7eb}.dash-retrieved-knowledge{margin-top:16px}.dash-chart-wrap{margin-bottom:16px}.dash-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center;margin-bottom:20px}.dash-stat-label{font-size:10px;color:#6b7280;margin-bottom:4px}.dash-stat-value{font-size:26px;font-weight:800;color:#111827;line-height:1}.dash-alpha-labels{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:6px}.dash-alpha-name{font-size:13px;font-weight:500;color:#374151}.dash-alpha-val{font-size:16px;font-weight:700;color:#111827}.dash-alpha-track{width:100%;height:10px;background:#dbeafe;border-radius:99px;overflow:hidden}.dash-alpha-fill{height:100%;background:#2563eb;border-radius:99px}.dash-pagination{display:flex;justify-content:center;gap:6px;padding:12px 0 4px}.dash-page-btn{min-width:34px;height:34px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.dash-page-btn:hover{border-color:#1e3a8a;color:#1e3a8a}.dash-page-btn.active{background:#1e3a8a;border-color:#1e3a8a;color:#fff;font-weight:600}[data-theme=dark] .dash-page-btn{background:#1a1f2e;border-color:#2a2a45;color:var(--color-text-muted)}[data-theme=dark] .dash-page-btn:hover{border-color:#3b82f6;color:#60a5fa}[data-theme=dark] .dash-page-btn.active{background:#1e40af;border-color:#1e40af;color:#fff}[data-theme=dark] .dash-wrap{padding-top:70px;background:#0d1117}[data-theme=dark] .dash-title,[data-theme=dark] .dash-section-title,[data-theme=dark] .dash-project-name{color:#e2e8f0}[data-theme=dark] .dash-back-btn{color:#93c5fd;border-color:#1e40af}[data-theme=dark] .dash-compendium-btn{background:#1e1b4b;border-color:#3730a3;color:#c4b5fd}[data-theme=dark] .dash-compendium-btn:hover{background:#312e81}[data-theme=dark] .dash-header-alert{color:#fecaca;background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .dash-create,[data-theme=dark] .dash-empty-box,[data-theme=dark] .dash-card,[data-theme=dark] .dash-widget{background:#161b27;border-color:#1e40af}[data-theme=dark] .dash-widget{border-color:#2a2a45}[data-theme=dark] .dash-widget-title{color:#e2e8f0}[data-theme=dark] .dash-table thead tr{background:#1a1f2e}[data-theme=dark] .dash-table th{color:var(--color-text-muted)}[data-theme=dark] .dash-table td{color:#cbd5e1}[data-theme=dark] .dash-list-item{background:#1a1f2e;border-color:#2a2a45}[data-theme=dark] .dash-list-item:hover{background:#0f172a;border-color:#1e40af}[data-theme=dark] .dash-list-name{color:#cbd5e1}.dash-lc-cell{position:relative;width:100%}.dash-lc-cell .dash-project-card{width:100%}.dash-lc-dropdown{position:absolute;left:0;top:calc(100% + 8px);width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000d;overflow:hidden;z-index:40;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .32s ease,opacity .22s ease,transform .22s ease}.dash-lc-dropdown.open{max-height:56vh;opacity:1;transform:translateY(0)}.dash-lc-dropdown-head{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid #e5e7eb;background:#f0f9ff}.dash-lc-dropdown-title{font-size:14px;font-weight:700;color:#1e3a8a}.dash-lc-dropdown .lc-panel{height:calc(56vh - 52px);max-height:calc(56vh - 52px);overflow-y:auto}[data-theme=dark] .dash-q2-dropdown{background:#161b27;border-color:#2a2a45}[data-theme=dark] .dash-q2-dropdown-head{background:#0f172a;border-bottom-color:#2a2a45}[data-theme=dark] .dash-q2-dropdown-title{color:#93c5fd}[data-theme=dark] .dash-lc-dropdown{background:#161b27;border-color:#2a2a45}[data-theme=dark] .dash-lc-dropdown-head{background:#0f172a;border-bottom-color:#2a2a45}[data-theme=dark] .dash-lc-dropdown-title{color:#93c5fd}[data-theme=dark] .dash-doc-download-btn{background:#1e293b;border-color:#1e40af;color:#93c5fd}[data-theme=dark] .dash-doc-download-btn:hover{background:#273549}[data-theme=dark] .dash-stat-value{color:#e2e8f0}[data-theme=dark] .dash-alpha-name{color:var(--color-text-muted)}[data-theme=dark] .dash-alpha-val{color:#e2e8f0}[data-theme=dark] .dash-input{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .dash-card-icon{background:#1e293b}[data-theme=dark] .dash-card-body .dash-card-title{color:#e2e8f0}[data-theme=dark] .dash-project-desc,[data-theme=dark] .dash-loading,[data-theme=dark] .dash-empty-box p{color:var(--color-text-muted)}[data-theme=dark] .dash-project-stats span{background:#0f172a;border-color:#334155;color:#cbd5e1}@media(max-width:1250px){.dash-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.dash-workspace{grid-template-columns:1fr}.dash-workspace-right{min-height:unset}.dash-create,.dash-lower-grid{grid-template-columns:1fr}}@media(max-width:768px){.dash-wrap{padding:56px 20px 32px}.dash-header{flex-wrap:wrap;gap:8px;align-items:center}.dash-project-name{position:static;transform:none;width:auto;flex:1;text-align:center;font-size:15px}.dash-header-actions{min-width:0}.dash-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-card{padding:14px;gap:10px}.dash-card-icon{width:44px;height:44px}.dash-card-icon svg{width:20px;height:20px}.dash-widget{padding:16px}.dash-section-title{font-size:16px}.dash-widget-title{font-size:14px}.qp-analysis-btns{gap:4px}.qp-analysis-btn{font-size:11px;padding:5px 8px}.qp-analysis-settings{flex-wrap:wrap;gap:6px}.qp-as-row{flex-wrap:wrap}.dash-list-name{max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:640px){.dash-wrap{padding:52px 14px 28px}.dash-header{flex-direction:column;align-items:flex-start;gap:6px}.dash-project-name{position:static;transform:none;width:100%;text-align:left;font-size:15px;font-weight:700}.dash-header-actions{width:100%;justify-content:flex-start}.dash-compendium-btn{width:100%;justify-content:center}.dash-header-alert{margin:0 0 12px;max-width:none}.dash-project-grid,.dash-lower-grid{grid-template-columns:1fr}.dash-card{padding:12px 14px}.dash-card-body .dash-card-title{font-size:13px}.dash-project-stats span{font-size:10px;padding:3px 7px}.dash-notes-compose{flex-direction:column;gap:8px}.dash-notes-compose .dash-card-btn{width:100%;min-height:40px}.dash-table-wrap{-webkit-overflow-scrolling:touch}.dash-q2-dropdown{position:fixed;inset:auto 0 0;width:100%;border-radius:16px 16px 0 0;border-bottom:none;z-index:200}.dash-q2-dropdown.open{max-height:80vh}.dash-q2-dropdown .qq2-panel{height:calc(80vh - 52px);max-height:calc(80vh - 52px)}.dash-lc-dropdown{position:fixed;inset:auto 0 0;width:100%;border-radius:16px 16px 0 0;border-bottom:none;z-index:200}.dash-lc-dropdown.open{max-height:80vh}.dash-lc-dropdown .lc-panel{height:calc(80vh - 52px);max-height:calc(80vh - 52px)}.qp-analysis-settings{flex-direction:column;gap:6px}.qp-as-row{width:100%}.qp-as-seg{flex:1;justify-content:flex-start}.qp-analysis-btns{flex-wrap:wrap}.qp-analysis-btn{flex:1 1 calc(50% - 4px);text-align:center;min-height:36px;font-size:11px}.dash-list-item{min-height:44px}.dash-back-btn{min-height:36px}.dash-new-btn{min-height:40px}.dash-widget{padding:14px 12px}.dash-stats-grid{gap:6px}.dash-stat-value{font-size:22px}}@media(max-width:380px){.dash-wrap{padding:52px 10px 24px}.dash-widget{padding:12px 10px}.dash-card{padding:10px 12px;gap:8px}.dash-card-icon{width:38px;height:38px;border-radius:8px}.dash-card-icon svg{width:18px;height:18px}.dash-section-title{font-size:15px}.dash-stats-grid{grid-template-columns:repeat(3,1fr)}.dash-stat-value{font-size:19px}.qp-analysis-btn{font-size:10px;padding:5px}}.dash-notes-widget{margin-top:16px}.dash-notes-compose{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.dash-notes-textarea{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-size:13px;color:#111827;background:#fff;resize:none;outline:none;font-family:inherit;line-height:1.5}.dash-notes-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.dash-notes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;max-height:340px;overflow-y:auto}.dash-note-item{display:flex;align-items:flex-start;gap:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.dash-note-item.dash-note-linked{cursor:pointer;border-left:3px solid #2563eb}.dash-note-item.dash-note-linked:hover{background:#eff6ff;border-color:#2563eb}.dash-note-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.dash-note-text{margin:0;font-size:13px;color:#111827;line-height:1.5;white-space:pre-wrap}.dash-note-source{font-size:11px;color:#2563eb;font-weight:500}.dash-note-date{font-size:11px;color:var(--color-text-muted)}.dash-note-delete{background:transparent;border:none;color:var(--color-text-muted);font-size:16px;cursor:pointer;padding:0 2px;line-height:1;flex-shrink:0}.dash-note-delete:hover{color:#b91c1c}[data-theme=dark] .dash-notes-textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .dash-note-item{background:#1a1f2e;border-color:#2a2a45}[data-theme=dark] .dash-note-item.dash-note-linked:hover{background:#0f172a}[data-theme=dark] .dash-note-text{color:#e2e8f0}[data-theme=dark] .dash-note-date{color:#64748b}.dash-idp-upload{transition:border-color .15s,background .15s}.dash-idp-upload.drag-over{border-color:#1d4ed8!important;background:#eff6ff!important}[data-theme=dark] .dash-idp-upload.drag-over{border-color:#3b82f6!important;background:#1e293b!important}.dash-project-filter{width:100%;max-width:360px;margin-bottom:14px;box-sizing:border-box}.dash-project-card-wrap{position:relative;padding:0;flex-direction:column;align-items:stretch;gap:0}.dash-project-card-inner{display:flex;align-items:flex-start;gap:14px;padding:18px 18px 12px;background:transparent;border:none;cursor:pointer;text-align:left;width:100%}.dash-project-card-actions{display:flex;justify-content:flex-end;gap:4px;padding:0 10px 10px;opacity:0;transition:opacity .15s}.dash-project-card-wrap:hover .dash-project-card-actions{opacity:1}.dash-card-action-btn{background:transparent;border:1px solid #e5e7eb;border-radius:6px;padding:3px 7px;font-size:13px;cursor:pointer;transition:background .12s}.dash-card-action-btn:hover{background:#f3f4f6}.dash-card-action-danger:hover{background:#fee2e2;border-color:#fca5a5}.dash-stat-date{border:1px solid #d1d5db;background:#f9fafb;border-radius:999px;padding:4px 8px;font-size:11px;color:var(--color-text-muted)}.dash-confirm-overlay{position:fixed;inset:0;background:#00000059;z-index:200;display:flex;align-items:center;justify-content:center}.dash-confirm-box{background:#fff;border-radius:14px;padding:24px 28px;max-width:400px;width:90%;box-shadow:0 8px 32px #0000002e}.dash-confirm-box p{margin:0 0 18px;font-size:14px;color:#111827;line-height:1.5}.dash-confirm-title{font-size:16px;font-weight:700;color:#111827;margin:0 0 16px}.dash-confirm-actions{display:flex;gap:10px;justify-content:flex-end}.dash-confirm-danger{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;cursor:pointer}.dash-confirm-danger:hover{background:#b91c1c}.dash-confirm-danger:disabled{opacity:.6;cursor:not-allowed}.dash-confirm-cancel{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;cursor:pointer}.dash-confirm-cancel:hover{background:#e5e7eb}.dash-edit-box{max-width:460px}.dash-edit-form{display:flex;flex-direction:column;gap:10px}.dash-refresh-btn{background:transparent;border:1px solid #d1d5db;border-radius:8px;padding:6px 12px;font-size:12px;color:#6b7280;cursor:pointer;font-weight:500}.dash-refresh-btn:hover{background:#f3f4f6;color:#111827;border-color:var(--color-text-muted)}.dash-widget-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.dash-q-select{width:100%;padding:7px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#374151;background:#fff;margin-bottom:10px;cursor:pointer}.dash-q-select-inline{width:auto;max-width:240px;margin-bottom:0;font-size:12px;padding:5px 8px}.dash-q-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.dash-q-link-row{display:flex;align-items:center;gap:6px;padding:4px 0;margin-bottom:4px}.dash-q-link-url{flex:1;min-width:0;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}[data-theme=dark] .dash-q-link-url{color:var(--color-text-muted)}.dash-see-all-btn{margin-top:8px;background:transparent;border:1px solid #e5e7eb;border-radius:8px;padding:6px 12px;font-size:12px;color:#2563eb;cursor:pointer;font-weight:500;width:100%}.dash-see-all-btn:hover{background:#eff6ff;border-color:#bfdbfe}.dash-empty-cta{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-text-muted);padding:8px 0}.dash-cta-link{background:none;border:none;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.dash-cta-link:hover{color:#1d4ed8}.dash-note-item{position:relative}.dash-note-actions{display:flex;gap:4px;flex-shrink:0;align-items:flex-start}.dash-note-pin,.dash-note-edit-btn{background:transparent;border:none;cursor:pointer;font-size:13px;padding:2px 4px;border-radius:4px;opacity:.4;transition:opacity .12s;line-height:1}.dash-note-pin.active{opacity:1}.dash-note-item:hover .dash-note-pin,.dash-note-item:hover .dash-note-edit-btn{opacity:.8}.dash-note-pin:hover,.dash-note-edit-btn:hover{opacity:1!important}.dash-note-pin-indicator{font-size:11px;margin-right:4px}.dash-note-pinned{border-color:#fbbf24!important;background:#fffbeb!important}.dash-note-edit{display:flex;flex-direction:column;gap:8px;width:100%;padding:4px 0}.dash-note-edit-actions{display:flex;gap:8px;align-items:center}.dash-note-cancel-btn{background:transparent;border:1px solid #e5e7eb;border-radius:8px;padding:8px 14px;font-size:12px;color:#6b7280;cursor:pointer}.dash-note-cancel-btn:hover{background:#f3f4f6}.dash-reviews-section{margin-top:40px}.dash-reviews-list{display:flex;flex-direction:column;gap:12px}.dash-review-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px}.dash-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.dash-review-username{font-size:13px;font-weight:700;color:#111827}.dash-review-date{font-size:11px;color:var(--color-text-muted)}.dash-review-scores{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:10px}.dash-review-scores span{font-size:13px;color:#f59e0b}.dash-review-scores span em{font-style:normal;font-size:11px;color:#6b7280;margin-left:4px}.dash-visits-chart{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 12px 8px}.dash-review-comment{font-size:13px;color:#374151;line-height:1.5;margin:0;font-style:italic;border-left:3px solid #e5e7eb;padding-left:10px}[data-theme=dark] .dash-confirm-box{background:#161b27}[data-theme=dark] .dash-confirm-box p,[data-theme=dark] .dash-confirm-title{color:#e2e8f0}[data-theme=dark] .dash-confirm-cancel{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme=dark] .dash-confirm-cancel:hover{background:#273549}[data-theme=dark] .dash-q-select{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .dash-see-all-btn{background:transparent;border-color:#334155;color:#60a5fa}[data-theme=dark] .dash-see-all-btn:hover{background:#1e293b}[data-theme=dark] .dash-card-action-btn{border-color:#334155}[data-theme=dark] .dash-card-action-btn:hover{background:#1e293b}[data-theme=dark] .dash-card-action-danger:hover{background:#450a0a;border-color:#991b1b}[data-theme=dark] .dash-note-pinned{border-color:#b45309!important;background:#1c1500!important}[data-theme=dark] .dash-refresh-btn{border-color:#334155;color:var(--color-text-muted)}[data-theme=dark] .dash-refresh-btn:hover{background:#1e293b;color:#e2e8f0}[data-theme=dark] .dash-review-card{background:#161b27;border-color:#1e293b}[data-theme=dark] .dash-review-username{color:#e2e8f0}[data-theme=dark] .dash-review-comment{color:var(--color-text-muted);border-left-color:#334155}[data-theme=dark] .dash-review-scores span em{color:#64748b}[data-theme=dark] .dash-visits-chart{background:#161b27;border-color:#1e293b}[data-theme=dark] .dash-project-card-inner{color:#e2e8f0}.dash-list-item-left{display:flex;align-items:center;gap:8px;min-width:0}.dash-idp-checkbox{flex-shrink:0;width:15px;height:15px;cursor:pointer;accent-color:#1e3a8a}.dash-list-item-checked{border-color:#1e3a8a!important;background:#eff6ff!important}.dash-idp-action-bar{display:flex;align-items:center;gap:8px;margin-top:10px;padding:8px 10px;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px}.dash-idp-history-widget-has-selection .dash-idp-action-bar{margin-top:8px;padding:7px 10px}.dash-idp-action-count{font-size:12px;color:#1e40af;font-weight:600;flex:1}.dash-idp-common-btn{background:#1e3a8a;color:#fff;border:none;border-radius:7px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.dash-idp-common-btn:hover:not(:disabled){background:#1e40af}.dash-idp-common-btn:disabled{opacity:.6;cursor:default}.dash-idp-clear-btn{background:transparent;border:1px solid #bfdbfe;color:#6b7280;border-radius:7px;padding:5px 10px;font-size:12px;cursor:pointer}.dash-idp-clear-btn:hover{background:#e0f2fe}.dash-common-points-panel{margin-top:12px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.dash-common-points-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.dash-common-points-title{font-size:13px;font-weight:600;color:#1e3a8a}.dash-common-points-close{background:transparent;border:none;font-size:16px;color:var(--color-text-muted);cursor:pointer;line-height:1;padding:0 2px}.dash-common-points-close:hover{color:#374151}.dash-common-points-loading{padding:12px;font-size:12px;color:var(--color-text-muted);font-style:italic;animation:dash-pulse 1.4s ease-in-out infinite}@keyframes dash-pulse{0%,to{opacity:1}50%{opacity:.4}}.dash-common-points-text{padding:12px;font-size:13px;color:#374151;line-height:1.65;max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.dash-idp-history-widget-expanded .dash-common-points-text{max-height:720px}.dash-cp-heading{font-size:13px;font-weight:700;color:#1e3a8a;margin:10px 0 3px}.dash-cp-subheading{font-size:12px;font-weight:600;color:#374151;margin:6px 0 2px}.dash-cp-italic{font-size:12px;font-style:italic;color:#4b5563;margin:4px 0 2px}.dash-cp-para{font-size:12px;color:#374151;margin:0;line-height:1.65}.dash-cp-list{font-size:12px;color:#374151;line-height:1.65;margin:2px 0 2px 18px;padding:0}.dash-cp-list li{margin-bottom:2px}.dash-cp-hr{border:none;border-top:1px solid #e5e7eb;margin:8px 0}[data-theme=dark] .dash-list-item-checked{border-color:#1e40af!important;background:#0f172a!important}[data-theme=dark] .dash-idp-action-bar{background:#0f172a;border-color:#1e40af}[data-theme=dark] .dash-idp-action-count{color:#93c5fd}[data-theme=dark] .dash-idp-clear-btn{border-color:#1e40af;color:var(--color-text-muted)}[data-theme=dark] .dash-idp-clear-btn:hover{background:#1e293b}[data-theme=dark] .dash-common-points-panel{border-color:#2a2a45}[data-theme=dark] .dash-common-points-header{background:#161b27;border-bottom-color:#2a2a45}[data-theme=dark] .dash-common-points-text{color:#cbd5e1}[data-theme=dark] .dash-cp-heading{color:#93c5fd}[data-theme=dark] .dash-cp-subheading{color:#e2e8f0}[data-theme=dark] .dash-cp-italic{color:var(--color-text-muted)}[data-theme=dark] .dash-cp-para,[data-theme=dark] .dash-cp-list{color:#cbd5e1}[data-theme=dark] .dash-cp-hr{border-top-color:#2a2a45}.dash-cp-stage{padding:10px 12px 4px}.dash-cp-stage-label{font-size:12px;color:#1e40af;font-weight:500}.dash-cp-pulse{animation:dash-pulse 1.4s ease-in-out infinite}.dash-cp-progress-list{list-style:none;margin:0;padding:4px 12px 8px;display:flex;flex-direction:column;gap:3px}.dash-cp-progress-item{font-size:12px;color:#16a34a;font-weight:500}[data-theme=dark] .dash-cp-stage-label{color:#93c5fd}[data-theme=dark] .dash-cp-progress-item{color:#4ade80}.dash-cp-header-actions{display:flex;align-items:center;gap:8px}.dash-cp-save-btn{display:flex;align-items:center;gap:4px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s}.dash-cp-save-btn:hover{background:#dbeafe}.dash-cp-saved-toast{font-size:12px;font-weight:600;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:3px 9px;animation:dash-fadein .2s ease}@keyframes dash-fadein{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dash-cp-selection-popup{z-index:9999;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:5px 8px;display:flex;align-items:center;gap:6px;box-shadow:0 4px 16px #00000040;pointer-events:all}.dash-cp-sel-save-btn{background:#2563eb;border:none;color:#fff;border-radius:5px;padding:4px 10px;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s}.dash-cp-sel-save-btn:hover{background:#1d4ed8}.dash-cp-sel-cancel-btn{background:transparent;border:none;color:var(--color-text-muted);font-size:14px;cursor:pointer;padding:0 2px;line-height:1}.dash-cp-sel-cancel-btn:hover{color:#e2e8f0}[data-theme=dark] .dash-cp-save-btn{background:#1e293b;border-color:#1e40af;color:#93c5fd}[data-theme=dark] .dash-cp-save-btn:hover{background:#0f172a}[data-theme=dark] .dash-cp-saved-toast{background:#14532d;border-color:#166534;color:#4ade80}.dash-idp-chat-btn{background:#0f766e;color:#fff;border:none;border-radius:7px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.dash-idp-chat-btn:hover{background:#0d9488}[data-theme=dark] .dash-idp-chat-btn{background:#134e4a}[data-theme=dark] .dash-idp-chat-btn:hover{background:#0f766e}.hyp-widget{margin-top:16px}.hyp-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.hyp-header .dash-widget-title{margin:0}.hyp-add-btn{border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer}.hyp-add-btn:hover{background:#e0e7ff}.hyp-add-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .hyp-add-btn{background:#1e1b4b;border-color:#3730a3;color:#c7d2fe}[data-theme=dark] .hyp-add-btn:hover{background:#312e81}.hyp-list{gap:6px}.hyp-item{flex-direction:column;align-items:stretch;gap:4px;cursor:pointer}.hyp-item-row{display:flex;gap:8px;align-items:baseline}.hyp-label{font-weight:700;color:#3730a3;font-size:12px;min-width:32px;flex:0 0 auto}.hyp-statement{font-size:12px;color:#374151;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hyp-item-meta{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.hyp-status-pill{font-size:10px;font-weight:600;padding:2px 7px;border-radius:10px;border:1px solid transparent}.hyp-status-planned{background:#f3f4f6;color:#4b5563;border-color:#e5e7eb}.hyp-status-testing{background:#fefce8;color:#92400e;border-color:#fde68a}.hyp-status-supported{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.hyp-status-not_supported{background:#fef2f2;color:#991b1b;border-color:#fecaca}.hyp-status-mixed{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.hyp-status-inconclusive{background:#f5f3ff;color:#5b21b6;border-color:#ddd6fe}.hyp-status-abandoned{background:#f3f4f6;color:var(--color-text-muted);border-color:#e5e7eb;text-decoration:line-through}.hyp-type-pill,.hyp-prereg-pill,.hyp-links-count{font-size:10px;padding:2px 7px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280;font-weight:500}.hyp-type-pill{color:#7c3aed;border-color:#ddd6fe;background:#f5f3ff}.hyp-prereg-pill{color:#0369a1;border-color:#bae6fd;background:#f0f9ff}[data-theme=dark] .hyp-label{color:#a5b4fc}[data-theme=dark] .hyp-statement{color:#e5e7eb}[data-theme=dark] .hyp-status-planned{background:#1f2937;color:var(--color-text-muted);border-color:#374151}[data-theme=dark] .hyp-status-testing{background:#2a1c00;color:#fde68a;border-color:#78350f}[data-theme=dark] .hyp-status-supported{background:#022c22;color:#6ee7b7;border-color:#064e3b}[data-theme=dark] .hyp-status-not_supported{background:#2a0f0f;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .hyp-status-mixed{background:#2a1506;color:#fdba74;border-color:#7c2d12}[data-theme=dark] .hyp-status-inconclusive{background:#2a1065;color:#c4b5fd;border-color:#4c1d95}[data-theme=dark] .hyp-status-abandoned{background:#1f2937;color:#6b7280;border-color:#374151}[data-theme=dark] .hyp-type-pill,[data-theme=dark] .hyp-prereg-pill,[data-theme=dark] .hyp-links-count{background:#1f2937;border-color:#374151;color:var(--color-text-muted)}[data-theme=dark] .hyp-type-pill{color:#c4b5fd;border-color:#4c1d95;background:#1e1b4b}[data-theme=dark] .hyp-prereg-pill{color:#7dd3fc;border-color:#075985;background:#0c1e3c}.hyp-error{margin-top:8px;font-size:12px;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;padding:6px 10px;border-radius:4px}[data-theme=dark] .hyp-error{background:#2a0f0f;border-color:#7f1d1d;color:#fca5a5}.hyp-modal-overlay{position:fixed;inset:0;background:#0f172a80;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.hyp-modal{background:#fff;border-radius:10px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}[data-theme=dark] .hyp-modal{background:#1f2937;color:#e5e7eb}.hyp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e5e7eb}.hyp-modal-header h4{margin:0;font-size:15px;color:#111827}.hyp-modal-close{background:transparent;border:none;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;padding:0 4px}.hyp-modal-close:hover{color:#111827}[data-theme=dark] .hyp-modal-header{border-color:#374151}[data-theme=dark] .hyp-modal-header h4{color:#f3f4f6}[data-theme=dark] .hyp-modal-close{color:var(--color-text-muted)}[data-theme=dark] .hyp-modal-close:hover{color:#f3f4f6}.hyp-modal-body{padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.hyp-field{display:flex;flex-direction:column;gap:4px}.hyp-field-row{display:flex;gap:10px}.hyp-field-row .hyp-field{flex:1}.hyp-field-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.hyp-input,.hyp-textarea{border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:13px;font-family:inherit;color:#111827;background:#fff}.hyp-input-small{max-width:100px}.hyp-textarea{resize:vertical;min-height:60px}.hyp-input:focus,.hyp-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}[data-theme=dark] .hyp-input,[data-theme=dark] .hyp-textarea{background:#111827;border-color:#374151;color:#e5e7eb}[data-theme=dark] .hyp-field-label{color:var(--color-text-muted)}.hyp-checkbox-field{display:flex;align-items:center;gap:8px;font-size:12px;color:#374151;cursor:pointer}[data-theme=dark] .hyp-checkbox-field{color:#e5e7eb}.hyp-check-row{display:flex;justify-content:flex-end;margin-top:4px}.hyp-check-btn{border:1px solid #ddd6fe;background:#f5f3ff;color:#5b21b6;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;cursor:pointer}.hyp-check-btn:hover{background:#ede9fe}.hyp-check-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .hyp-check-btn{background:#1e1b4b;border-color:#4c1d95;color:#c4b5fd}.hyp-check-panel{border-radius:8px;padding:10px 12px;font-size:12px;border-left:3px solid #8b5cf6;background:#faf5ff;color:#4c1d95}.hyp-check-panel.hyp-check-warn{background:#fff7ed;border-color:#f59e0b;color:#7c2d12}.hyp-check-panel.hyp-check-ok{background:#ecfdf5;border-color:#10b981;color:#065f46}.hyp-check-title{font-weight:700;margin-bottom:4px}.hyp-check-issues{margin:0 0 8px 18px;padding:0}.hyp-check-issues li{margin-bottom:2px}.hyp-check-suggested-label{font-weight:600;font-size:11px;margin-top:4px}.hyp-check-suggested{margin:4px 0 8px;font-style:italic}.hyp-apply-btn{border:1px solid #a78bfa;background:#8b5cf6;color:#fff;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600;cursor:pointer}.hyp-apply-btn:hover{background:#7c3aed}[data-theme=dark] .hyp-check-panel{background:#1e1b4b;color:#ddd6fe}[data-theme=dark] .hyp-check-panel.hyp-check-warn{background:#2a1506;color:#fdba74}[data-theme=dark] .hyp-check-panel.hyp-check-ok{background:#022c22;color:#6ee7b7}.hyp-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.hyp-modal-footer-right{display:flex;gap:8px}.hyp-save-btn{border:1px solid #6366f1;background:#6366f1;color:#fff;border-radius:6px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer}.hyp-save-btn:hover{background:#4f46e5}.hyp-save-btn:disabled{opacity:.5;cursor:not-allowed}.hyp-cancel-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:500;cursor:pointer}.hyp-cancel-btn:hover{background:#f9fafb}.hyp-delete-btn{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:500;cursor:pointer}.hyp-delete-btn:hover{background:#fef2f2}[data-theme=dark] .hyp-modal-footer{background:#111827;border-color:#374151}[data-theme=dark] .hyp-cancel-btn{background:#1f2937;border-color:#374151;color:#e5e7eb}[data-theme=dark] .hyp-cancel-btn:hover{background:#111827}[data-theme=dark] .hyp-delete-btn{background:#1f2937;border-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .hyp-delete-btn:hover{background:#2a0f0f}.prereg-widget{margin-top:16px}.prereg-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.prereg-header .dash-widget-title{margin:0}.prereg-add-btn{border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer}.prereg-add-btn:hover{background:#fef3c7}.prereg-add-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .prereg-add-btn{background:#451a03;border-color:#92400e;color:#fde68a}[data-theme=dark] .prereg-add-btn:hover{background:#78350f}.prereg-list{gap:6px}.prereg-item{flex-direction:column;align-items:stretch;gap:4px;cursor:pointer;padding:8px 10px}.prereg-item-row{display:flex;gap:8px;align-items:center;justify-content:space-between}.prereg-title{font-size:13px;font-weight:600;color:#374151}[data-theme=dark] .prereg-title{color:#e5e7eb}.prereg-status-pill{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.4px;flex:0 0 auto}.prereg-status-draft{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.prereg-status-committed{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}[data-theme=dark] .prereg-status-draft{background:#1f2937;color:var(--color-text-muted);border-color:#374151}[data-theme=dark] .prereg-status-committed{background:#064e3b;color:#86efac;border-color:#065f46}.prereg-item-meta{display:flex;gap:10px;align-items:center;font-size:11px;color:#6b7280}.prereg-hash{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:10px;color:#6b7280}[data-theme=dark] .prereg-item-meta{color:var(--color-text-muted)}.prereg-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.prereg-modal{background:#fff;border-radius:12px;width:min(760px,100%);max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #00000040}[data-theme=dark] .prereg-modal{background:#111827;color:#e5e7eb}.prereg-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e5e7eb}.prereg-modal-header h4{margin:0;font-size:16px;font-weight:600;display:flex;align-items:center;gap:10px}.prereg-locked-badge{font-size:11px;font-weight:700;background:#dcfce7;color:#166534;padding:2px 8px;border-radius:4px;letter-spacing:.3px}[data-theme=dark] .prereg-locked-badge{background:#064e3b;color:#86efac}.prereg-modal-close{border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:#6b7280;padding:0 4px}.prereg-modal-close:hover{color:#111827}[data-theme=dark] .prereg-modal-header{border-color:#374151}[data-theme=dark] .prereg-modal-close{color:var(--color-text-muted)}[data-theme=dark] .prereg-modal-close:hover{color:#f9fafb}.prereg-modal-body{padding:16px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.prereg-field{display:flex;flex-direction:column;gap:4px}.prereg-field-label{font-size:12px;font-weight:600;color:#374151}.prereg-field-prompt{font-size:11px;color:#6b7280;font-style:italic;margin-bottom:2px}[data-theme=dark] .prereg-field-label{color:#d1d5db}[data-theme=dark] .prereg-field-prompt{color:var(--color-text-muted)}.prereg-input,.prereg-textarea{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:13px;font-family:inherit;background:#fff;color:#111827}.prereg-input:disabled,.prereg-textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.prereg-textarea{min-height:80px;resize:vertical}[data-theme=dark] .prereg-input,[data-theme=dark] .prereg-textarea{background:#1f2937;border-color:#374151;color:#f9fafb}[data-theme=dark] .prereg-input:disabled,[data-theme=dark] .prereg-textarea:disabled{background:#111827;color:var(--color-text-muted)}.prereg-hints-block{border:1px dashed #fde68a;background:#fffbeb;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}[data-theme=dark] .prereg-hints-block{border-color:#78350f;background:#2a1506}.prereg-hints-title{font-weight:600;font-size:12px;color:#92400e}[data-theme=dark] .prereg-hints-title{color:#fde68a}.prereg-hints-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prereg-generate-btn{align-self:flex-start;border:1px solid #fbbf24;background:#fef3c7;color:#92400e;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:600;cursor:pointer}.prereg-generate-btn:hover{background:#fde68a}.prereg-generate-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .prereg-generate-btn{background:#78350f;border-color:#b45309;color:#fef3c7}[data-theme=dark] .prereg-generate-btn:hover{background:#92400e}.prereg-hint-note{font-size:11px;color:#6b7280;font-style:italic}[data-theme=dark] .prereg-hint-note{color:var(--color-text-muted)}.prereg-section{padding-top:4px}.prereg-committed-banner{padding:10px 12px;border-radius:6px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;font-size:12px;line-height:1.5}.prereg-committed-banner code{font-size:11px;background:#0000000f;padding:1px 4px;border-radius:3px;word-break:break-all}[data-theme=dark] .prereg-committed-banner{background:#064e3b;color:#a7f3d0;border-color:#065f46}.prereg-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:8px 10px;border-radius:6px;font-size:12px}[data-theme=dark] .prereg-error{background:#2a0f0f;color:#fca5a5;border-color:#7f1d1d}.prereg-modal-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 18px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.prereg-modal-footer-right{display:flex;gap:8px;align-items:center}[data-theme=dark] .prereg-modal-footer{background:#0b1220;border-color:#374151}.prereg-save-btn{border:1px solid #4f46e5;background:#4f46e5;color:#fff;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer}.prereg-save-btn:hover{background:#4338ca}.prereg-save-btn:disabled{opacity:.5;cursor:not-allowed}.prereg-commit-btn{border:1px solid #059669;background:#059669;color:#fff;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer}.prereg-commit-btn:hover{background:#047857}.prereg-commit-btn:disabled{opacity:.5;cursor:not-allowed}.prereg-export-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:500;cursor:pointer}.prereg-export-btn:hover{background:#f9fafb}[data-theme=dark] .prereg-export-btn{background:#1f2937;border-color:#374151;color:#e5e7eb}[data-theme=dark] .prereg-export-btn:hover{background:#111827}.prereg-cancel-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:500;cursor:pointer}.prereg-cancel-btn:hover{background:#f9fafb}[data-theme=dark] .prereg-cancel-btn{background:#1f2937;border-color:#374151;color:#e5e7eb}[data-theme=dark] .prereg-cancel-btn:hover{background:#111827}.prereg-delete-btn{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:500;cursor:pointer}.prereg-delete-btn:hover{background:#fef2f2}[data-theme=dark] .prereg-delete-btn{background:#1f2937;border-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .prereg-delete-btn:hover{background:#2a0f0f}.prisma-widget{margin-top:16px}.prisma-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.prisma-header .dash-widget-title{margin:0}.prisma-count-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.prisma-field{display:flex;flex-direction:column;gap:4px;min-width:0}.prisma-field span,.prisma-subhead span{font-size:11px;font-weight:700;color:#9a3412;text-transform:uppercase;letter-spacing:.04em}.prisma-field input,.prisma-field textarea,.prisma-reason-row input,.prisma-reason-row select{width:100%;box-sizing:border-box;border:1px solid #fed7aa;border-radius:6px;background:#fff;color:#111827;font:inherit;font-size:13px;padding:7px 9px}.prisma-field textarea{resize:vertical;min-height:58px}.prisma-field input:focus,.prisma-field textarea:focus,.prisma-reason-row input:focus,.prisma-reason-row select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 2px #f9731624}.prisma-reasons{border:1px solid #ffedd5;border-radius:8px;padding:10px;background:#fff7ed;margin-bottom:12px}.prisma-subhead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.prisma-link-btn{border:1px solid #fdba74;background:#ffedd5;color:#9a3412;border-radius:6px;padding:4px 9px;font-size:12px;font-weight:700;cursor:pointer}.prisma-link-btn:hover{background:#fed7aa}.prisma-reason-row{display:grid;grid-template-columns:132px minmax(0,1fr) 72px 30px;gap:6px;align-items:center;margin-bottom:6px}.prisma-reason-row:last-child{margin-bottom:0}.prisma-icon-btn{width:30px;height:30px;border:1px solid #fed7aa;border-radius:6px;background:#fff;color:#9a3412;font-weight:800;cursor:pointer}.prisma-icon-btn:hover{background:#ffedd5}.prisma-notes{margin-bottom:12px}.prisma-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.prisma-generate-btn,.prisma-secondary-btn,.prisma-download-btn{border-radius:7px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer}.prisma-generate-btn{border:1px solid #ea580c;background:#ea580c;color:#fff}.prisma-generate-btn:hover:not(:disabled){background:#c2410c}.prisma-secondary-btn,.prisma-download-btn{border:1px solid #fdba74;background:#fff7ed;color:#9a3412}.prisma-secondary-btn:hover:not(:disabled),.prisma-download-btn:hover:not(:disabled){background:#ffedd5}.prisma-generate-btn:disabled,.prisma-secondary-btn:disabled,.prisma-download-btn:disabled{opacity:.55;cursor:not-allowed}.prisma-error,.prisma-note,.prisma-warnings{margin-top:10px;border-radius:7px;padding:8px 10px;font-size:12px;line-height:1.45}.prisma-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.prisma-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.prisma-warnings{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.prisma-result{margin-top:14px;border:1px solid #fed7aa;border-radius:9px;overflow:hidden;background:#fff}.prisma-result-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-bottom:1px solid #ffedd5;background:#fff7ed}.prisma-flow-counts{display:flex;flex-wrap:wrap;gap:6px}.prisma-flow-counts span{min-width:42px;text-align:center;border-radius:999px;padding:3px 8px;background:#ffedd5;color:#9a3412;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums}.prisma-diagram{padding:12px;overflow-x:auto}.prisma-diagram .mermaid-container{min-width:520px}[data-theme=dark] .prisma-field span,[data-theme=dark] .prisma-subhead span{color:#fdba74}[data-theme=dark] .prisma-field input,[data-theme=dark] .prisma-field textarea,[data-theme=dark] .prisma-reason-row input,[data-theme=dark] .prisma-reason-row select{background:#111827;border-color:#7c2d12;color:#e5e7eb}[data-theme=dark] .prisma-reasons,[data-theme=dark] .prisma-secondary-btn,[data-theme=dark] .prisma-download-btn,[data-theme=dark] .prisma-note{background:#2a1506;border-color:#7c2d12;color:#fdba74}[data-theme=dark] .prisma-link-btn,[data-theme=dark] .prisma-icon-btn{background:#451a03;border-color:#9a3412;color:#fed7aa}[data-theme=dark] .prisma-link-btn:hover,[data-theme=dark] .prisma-icon-btn:hover,[data-theme=dark] .prisma-secondary-btn:hover,[data-theme=dark] .prisma-download-btn:hover{background:#7c2d12}[data-theme=dark] .prisma-generate-btn{background:#c2410c;border-color:#ea580c}[data-theme=dark] .prisma-generate-btn:hover:not(:disabled){background:#9a3412}[data-theme=dark] .prisma-error{color:#fecaca;background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .prisma-warnings{color:#fcd34d;background:#422006;border-color:#92400e}[data-theme=dark] .prisma-result{background:#111827;border-color:#7c2d12}[data-theme=dark] .prisma-result-head{background:#2a1506;border-bottom-color:#7c2d12}[data-theme=dark] .prisma-flow-counts span{background:#451a03;color:#fed7aa}@media(max-width:640px){.prisma-count-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prisma-reason-row{grid-template-columns:1fr 68px 30px}.prisma-reason-row select{grid-column:1 / -1}.prisma-result-head{align-items:flex-start;flex-direction:column}.prisma-download-btn{width:100%}}.devil-widget{margin-top:16px}.devil-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.devil-header .dash-widget-title{margin:0}.devil-form{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #ddd6fe;border-radius:8px;background:#faf5ff}.devil-field{display:flex;flex-direction:column;gap:4px}.devil-field span{font-size:11px;font-weight:700;color:#6d28d9;text-transform:uppercase;letter-spacing:.04em}.devil-field input,.devil-field textarea{width:100%;box-sizing:border-box;border:1px solid #c4b5fd;border-radius:6px;background:#fff;color:#111827;font:inherit;font-size:13px;padding:7px 9px}.devil-field textarea{resize:vertical;min-height:58px}.devil-field input:focus,.devil-field textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf629}.devil-toggles{display:flex;flex-wrap:wrap;gap:10px}.devil-toggles label{display:inline-flex;align-items:center;gap:5px;color:#4c1d95;font-size:12px;font-weight:600}.devil-toggles input{accent-color:#7c3aed}.devil-actions{display:flex;flex-wrap:wrap;gap:8px}.devil-run-btn,.devil-secondary-btn{border-radius:7px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer}.devil-run-btn{border:1px solid #7c3aed;background:#7c3aed;color:#fff}.devil-run-btn:hover:not(:disabled){background:#6d28d9}.devil-secondary-btn{border:1px solid #c4b5fd;background:#fff;color:#5b21b6}.devil-secondary-btn:hover{background:#ede9fe}.devil-run-btn:disabled{opacity:.55;cursor:not-allowed}.devil-error,.devil-empty{margin-top:10px;border-radius:7px;padding:8px 10px;font-size:12px}.devil-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.devil-empty{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb}.devil-result{margin-top:12px;display:flex;flex-direction:column;gap:12px}.devil-summary{padding:10px 12px;border:1px solid #ddd6fe;border-left:3px solid #7c3aed;border-radius:8px;background:#faf5ff;color:#3b0764;font-size:13px;line-height:1.5}.devil-meta{display:flex;flex-wrap:wrap;gap:6px}.devil-meta span{border:1px solid #ddd6fe;background:#f5f3ff;color:#5b21b6;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.devil-section h4,.devil-risk h4{margin:0 0 6px;color:#111827;font-size:13px}.devil-list{margin:0;padding-left:18px;color:#374151;font-size:13px;line-height:1.45}.devil-list li{margin-bottom:4px}.devil-risk-list{display:flex;flex-direction:column;gap:9px}.devil-risk{border:1px solid #e5e7eb;border-left:4px solid #8b5cf6;border-radius:8px;padding:10px 12px;background:#fff}.devil-risk-high{border-left-color:#dc2626}.devil-risk-medium{border-left-color:#d97706}.devil-risk-low{border-left-color:#16a34a}.devil-risk-head{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:7px}.devil-severity,.devil-category,.devil-linked{border-radius:999px;padding:2px 8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.devil-severity-high{background:#fee2e2;color:#991b1b}.devil-severity-medium{background:#fef3c7;color:#92400e}.devil-severity-low{background:#dcfce7;color:#166534}.devil-category{background:#ede9fe;color:#5b21b6}.devil-linked{background:#eff6ff;color:#1d4ed8}.devil-risk p{margin:0 0 7px;color:#374151;font-size:13px;line-height:1.45}.devil-risk .devil-muted{color:#6b7280}.devil-mitigation{display:flex;flex-direction:column;gap:3px;border-radius:7px;background:#f9fafb;border:1px solid #e5e7eb;padding:8px 9px;color:#374151;font-size:12px;line-height:1.45}.devil-mitigation strong{color:#4c1d95}[data-theme=dark] .devil-form,[data-theme=dark] .devil-summary{background:#1e1b4b;border-color:#4c1d95}[data-theme=dark] .devil-field span,[data-theme=dark] .devil-mitigation strong{color:#c4b5fd}[data-theme=dark] .devil-field input,[data-theme=dark] .devil-field textarea{background:#111827;border-color:#4c1d95;color:#e5e7eb}[data-theme=dark] .devil-toggles label{color:#ddd6fe}[data-theme=dark] .devil-secondary-btn{background:#111827;border-color:#4c1d95;color:#c4b5fd}[data-theme=dark] .devil-secondary-btn:hover{background:#2e1065}[data-theme=dark] .devil-error{color:#fecaca;background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .devil-empty{color:var(--color-text-muted);background:#111827;border-color:#374151}[data-theme=dark] .devil-summary{color:#ede9fe}[data-theme=dark] .devil-meta span{background:#2e1065;border-color:#4c1d95;color:#ddd6fe}[data-theme=dark] .devil-section h4,[data-theme=dark] .devil-risk h4{color:#e5e7eb}[data-theme=dark] .devil-list,[data-theme=dark] .devil-risk p,[data-theme=dark] .devil-mitigation{color:#cbd5e1}[data-theme=dark] .devil-risk{background:#111827;border-color:#374151}[data-theme=dark] .devil-risk .devil-muted{color:var(--color-text-muted)}[data-theme=dark] .devil-category{background:#2e1065;color:#ddd6fe}[data-theme=dark] .devil-linked{background:#0c1e3c;color:#93c5fd}[data-theme=dark] .devil-severity-high{background:#450a0a;color:#fca5a5}[data-theme=dark] .devil-severity-medium{background:#422006;color:#fcd34d}[data-theme=dark] .devil-severity-low{background:#052e16;color:#86efac}[data-theme=dark] .devil-mitigation{background:#0f172a;border-color:#334155}.pow-widget{margin-top:16px}.pow-header{margin-bottom:10px}.pow-header .dash-widget-title{margin:0}.pow-form{display:flex;flex-direction:column;gap:10px;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}[data-theme=dark] .pow-form{background:#0b1220;border-color:#374151}.pow-field{display:flex;flex-direction:column;gap:4px}.pow-field-grow{flex:1}.pow-field-label{font-size:12px;font-weight:600;color:#374151;display:flex;gap:8px;align-items:center;flex-wrap:wrap}[data-theme=dark] .pow-field-label{color:#d1d5db}.pow-field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.pow-input{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:13px;font-family:inherit;background:#fff;color:#111827}[data-theme=dark] .pow-input{background:#1f2937;border-color:#374151;color:#f9fafb}.pow-preset-chips{display:inline-flex;gap:4px;margin-left:auto}.pow-preset-chip{border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600;cursor:pointer}.pow-preset-chip:hover{background:#e0e7ff}[data-theme=dark] .pow-preset-chip{background:#1e1b4b;border-color:#3730a3;color:#c7d2fe}[data-theme=dark] .pow-preset-chip:hover{background:#312e81}.pow-compute-btn{align-self:flex-start;border:1px solid #4f46e5;background:#4f46e5;color:#fff;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.pow-compute-btn:hover{background:#4338ca}.pow-compute-btn:disabled{opacity:.5;cursor:not-allowed}.pow-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:8px 10px;border-radius:6px;font-size:12px}[data-theme=dark] .pow-error{background:#2a0f0f;color:#fca5a5;border-color:#7f1d1d}.pow-result{margin-top:14px;display:flex;flex-direction:column;gap:12px}.pow-result-big{display:flex;align-items:baseline;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:10px}[data-theme=dark] .pow-result-big{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#065f46}.pow-result-label{font-size:12px;font-weight:600;color:#065f46;text-transform:uppercase;letter-spacing:.5px}.pow-result-n{font-size:38px;font-weight:700;color:#064e3b;font-variant-numeric:tabular-nums}[data-theme=dark] .pow-result-label{color:#a7f3d0}[data-theme=dark] .pow-result-n{color:#d1fae5}.pow-result-meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#374151;line-height:1.5}[data-theme=dark] .pow-result-meta{color:#d1d5db}.pow-chart{padding:10px 6px 6px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.pow-chart-title{font-size:12px;font-weight:600;color:#374151;padding-left:10px;margin-bottom:4px}[data-theme=dark] .pow-chart{background:#111827;border-color:#374151}[data-theme=dark] .pow-chart-title{color:#d1d5db}.pow-copy-block{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.pow-copy-title{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.pow-copy-text{margin:0;font-size:12px;color:#374151;line-height:1.5}.pow-copy-btn{align-self:flex-start;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:500;cursor:pointer}.pow-copy-btn:hover{background:#f3f4f6}[data-theme=dark] .pow-copy-block{background:#0b1220;border-color:#374151}[data-theme=dark] .pow-copy-title{color:var(--color-text-muted)}[data-theme=dark] .pow-copy-text{color:#e5e7eb}[data-theme=dark] .pow-copy-btn{background:#1f2937;border-color:#374151;color:#e5e7eb}[data-theme=dark] .pow-copy-btn:hover{background:#111827}.codebook-widget{border-left:3px solid #0ea5e9;background:#f0f9ff}.codebook-header{display:flex;align-items:center;gap:8px}.codebook-intro{font-size:12px;color:#475569;margin:8px 0 12px;line-height:1.45}.codebook-empty{padding:14px;font-size:13px;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;text-align:center}.codebook-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.codebook-item{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e0f2fe;border-radius:6px;padding:10px 12px}.codebook-item-main{min-width:0}.codebook-item-name{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.codebook-item-meta{font-size:11px;color:#64748b;margin-top:2px}.codebook-preview-btn{padding:6px 12px;border-radius:5px;background:#0ea5e9;color:#fff;border:none;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.codebook-preview-btn:hover{background:#0284c7}.codebook-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.codebook-modal{background:#fff;border-radius:10px;width:min(1000px,100%);max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #00000040}.codebook-modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.codebook-modal-title{font-size:16px;font-weight:700;color:#0f172a}.codebook-modal-sub{font-size:12px;color:#64748b;margin-top:4px;max-width:700px}.codebook-close-btn{background:transparent;border:none;font-size:28px;line-height:1;color:#64748b;cursor:pointer;padding:0 4px}.codebook-close-btn:hover{color:#0f172a}.codebook-modal-body{padding:16px 20px;overflow-y:auto;flex:1}.codebook-summary{display:flex;gap:20px;padding:10px 14px;background:#f0f9ff;border-radius:6px;margin-bottom:14px;font-size:13px;color:#334155}.codebook-section{margin-bottom:20px}.codebook-section h4{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#0369a1;margin:0 0 10px}.codebook-scale-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:10px 12px;margin-bottom:8px}.codebook-scale-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}.codebook-scale-name{font-weight:600;color:#0f172a;font-size:14px}.codebook-scale-abbr{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;padding:1px 6px;background:#0ea5e9;color:#fff;border-radius:3px}.codebook-scale-n{font-size:11px;color:#64748b;margin-left:auto}.codebook-scale-meta{font-size:12px;color:#475569;margin-top:4px;line-height:1.5}.codebook-scale-likert{font-size:12px;color:#334155;margin-top:4px;line-height:1.5}.codebook-subscale{margin-right:10px}.codebook-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;background:#e0f2fe;color:#0369a1;padding:1px 5px;border-radius:3px;margin:0 2px}.codebook-table-wrap{overflow-x:auto}.codebook-table{width:100%;border-collapse:collapse;font-size:12px}.codebook-table th,.codebook-table td{padding:6px 8px;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}.codebook-table th{background:#f1f5f9;color:#334155;font-weight:600;position:sticky;top:0}.codebook-table tr:hover td{background:#f8fafc}.codebook-q{max-width:400px;color:#334155}.codebook-error{padding:10px 12px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:5px;font-size:13px;margin-bottom:12px}.codebook-modal-foot{display:flex;gap:8px;justify-content:flex-end;padding:12px 20px;border-top:1px solid #e5e7eb;background:#f8fafc;border-radius:0 0 10px 10px}.codebook-dl-btn{padding:7px 14px;border-radius:5px;border:1px solid #0ea5e9;background:#fff;color:#0369a1;font-size:12px;font-weight:600;cursor:pointer}.codebook-dl-btn:hover:not(:disabled){background:#e0f2fe}.codebook-dl-btn:disabled{opacity:.4;cursor:not-allowed}.codebook-close-btn-secondary{padding:7px 14px;border-radius:5px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:12px;font-weight:600;cursor:pointer}.codebook-close-btn-secondary:hover{background:#f1f5f9}[data-theme=dark] .codebook-widget{background:#0c1a2b;border-left-color:#0284c7}[data-theme=dark] .codebook-intro{color:var(--color-text-muted)}[data-theme=dark] .codebook-empty{background:#0b1220;border-color:#334155;color:var(--color-text-muted)}[data-theme=dark] .codebook-item{background:#0b1220;border-color:#1e3a5f}[data-theme=dark] .codebook-item-name{color:#e2e8f0}[data-theme=dark] .codebook-item-meta{color:var(--color-text-muted)}[data-theme=dark] .codebook-modal{background:#0f172a}[data-theme=dark] .codebook-modal-head{border-bottom-color:#1f2937}[data-theme=dark] .codebook-modal-title{color:#e2e8f0}[data-theme=dark] .codebook-modal-sub,[data-theme=dark] .codebook-close-btn{color:var(--color-text-muted)}[data-theme=dark] .codebook-close-btn:hover{color:#e2e8f0}[data-theme=dark] .codebook-summary{background:#0c1a2b;color:#cbd5e1}[data-theme=dark] .codebook-section h4{color:#38bdf8}[data-theme=dark] .codebook-scale-card{background:#0b1220;border-color:#1f2937}[data-theme=dark] .codebook-scale-name{color:#e2e8f0}[data-theme=dark] .codebook-scale-n{color:var(--color-text-muted)}[data-theme=dark] .codebook-scale-meta,[data-theme=dark] .codebook-scale-likert{color:#cbd5e1}[data-theme=dark] .codebook-code{background:#0c1a2b;color:#7dd3fc}[data-theme=dark] .codebook-table th{background:#111827;color:#cbd5e1}[data-theme=dark] .codebook-table th,[data-theme=dark] .codebook-table td{border-bottom-color:#1f2937}[data-theme=dark] .codebook-table tr:hover td{background:#111827}[data-theme=dark] .codebook-q{color:#cbd5e1}[data-theme=dark] .codebook-error{background:#1f1015;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .codebook-modal-foot{background:#0b1220;border-top-color:#1f2937}[data-theme=dark] .codebook-dl-btn{background:#0b1220;border-color:#0284c7;color:#7dd3fc}[data-theme=dark] .codebook-dl-btn:hover:not(:disabled){background:#0c1a2b}[data-theme=dark] .codebook-close-btn-secondary{background:#0b1220;border-color:#334155;color:#cbd5e1}[data-theme=dark] .codebook-close-btn-secondary:hover{background:#111827}.writeup-widget{border-left:3px solid #8b5cf6;background:#faf5ff}.writeup-header{display:flex;align-items:center;gap:8px}.writeup-intro{font-size:12px;color:#475569;margin:8px 0 12px;line-height:1.45}.writeup-empty{padding:14px;font-size:13px;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;text-align:center}.writeup-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.writeup-item{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #ede9fe;border-radius:6px;padding:10px 12px}.writeup-item-main{min-width:0}.writeup-item-name{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.writeup-item-meta{font-size:11px;color:#64748b;margin-top:2px}.writeup-warn{color:#b45309}.writeup-open-btn{padding:6px 12px;border-radius:5px;background:#8b5cf6;color:#fff;border:none;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.writeup-open-btn:hover:not(:disabled){background:#7c3aed}.writeup-open-btn:disabled{opacity:.4;cursor:not-allowed}.writeup-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.writeup-modal{background:#fff;border-radius:10px;width:min(1100px,100%);max-height:92vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #00000040}.writeup-modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.writeup-modal-title{font-size:16px;font-weight:700;color:#0f172a}.writeup-modal-sub{font-size:12px;color:#64748b;margin-top:4px}.writeup-close-btn{background:transparent;border:none;font-size:28px;line-height:1;color:#64748b;cursor:pointer;padding:0 4px}.writeup-close-btn:hover{color:#0f172a}.writeup-modal-body{padding:16px 20px;overflow-y:auto;flex:1}.writeup-hints{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:10px 14px;margin-bottom:14px}.writeup-hints summary{cursor:pointer;font-size:12px;font-weight:600;color:#5b21b6;-webkit-user-select:none;-moz-user-select:none;user-select:none}.writeup-hint-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:12px}.writeup-hint-field{display:flex;flex-direction:column;gap:4px;font-size:12px}.writeup-hint-field span{color:#475569;font-weight:500}.writeup-hint-field input,.writeup-hint-field textarea{border:1px solid #cbd5e1;border-radius:5px;padding:6px 8px;font-size:12px;font-family:inherit}.writeup-hint-field input:focus,.writeup-hint-field textarea:focus{outline:none;border-color:#8b5cf6}.writeup-hint-wide{grid-column:1 / -1}.writeup-hint-check{grid-column:1 / -1;display:flex;align-items:center;gap:8px;font-size:12px;color:#475569}.writeup-actions{display:flex;gap:8px;margin-bottom:12px}.writeup-gen-btn{padding:8px 16px;border-radius:5px;border:none;background:#8b5cf6;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.writeup-gen-btn:hover:not(:disabled){background:#7c3aed}.writeup-gen-btn:disabled{opacity:.5;cursor:not-allowed}.writeup-gen-btn-alt{background:#fff;color:#6d28d9;border:1px solid #8b5cf6}.writeup-gen-btn-alt:hover:not(:disabled){background:#f5f3ff;color:#5b21b6}[data-theme=dark] .writeup-gen-btn-alt{background:#0b1220;color:#c4b5fd;border-color:#7c3aed}[data-theme=dark] .writeup-gen-btn-alt:hover:not(:disabled){background:#1a0f2e}.writeup-stats-btn{padding:8px 14px;border-radius:5px;border:1px solid #c4b5fd;background:#fff;color:#5b21b6;font-size:12px;font-weight:600;cursor:pointer}.writeup-stats-btn:hover:not(:disabled){background:#f5f3ff}.writeup-stats-btn:disabled{opacity:.4;cursor:not-allowed}.writeup-error{padding:10px 12px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:5px;font-size:13px;margin-bottom:12px}.writeup-hyps{background:#fefce8;border:1px solid #fde68a;border-radius:6px;padding:10px 12px;margin-bottom:12px;font-size:12px;color:#713f12}.writeup-hyps ul{margin:6px 0 0;padding-left:18px}.writeup-hyps code{font-family:ui-monospace,Menlo,monospace;font-size:11px;background:#fef3c7;padding:1px 5px;border-radius:3px;margin-right:4px}.writeup-sections{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:900px){.writeup-sections{grid-template-columns:1fr}}.writeup-section{background:#faf5ff;border:1px solid #ede9fe;border-radius:6px;padding:10px 12px}.writeup-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.writeup-section-head h4{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#6d28d9}.writeup-copy-btn{background:transparent;border:1px solid #c4b5fd;color:#5b21b6;font-size:11px;font-weight:500;padding:3px 8px;border-radius:4px;cursor:pointer}.writeup-copy-btn:hover{background:#ede9fe}.writeup-textarea{width:100%;box-sizing:border-box;border:1px solid #ddd6fe;border-radius:5px;padding:10px 12px;font-size:13px;font-family:ui-serif,Georgia,Times New Roman,serif;line-height:1.5;resize:vertical;background:#fff;color:#0f172a}.writeup-textarea:focus{outline:none;border-color:#8b5cf6}.writeup-stats-pack{margin-top:14px;background:#0f172a;color:#e2e8f0;padding:12px;border-radius:6px;font-size:11px;max-height:320px;overflow:auto}.writeup-stats-pack h4{margin:0 0 8px;color:#c4b5fd;font-size:12px}.writeup-stats-pack pre{margin:0;white-space:pre-wrap;word-break:break-word}.writeup-modal-foot{display:flex;gap:8px;justify-content:flex-end;padding:12px 20px;border-top:1px solid #e5e7eb;background:#f8fafc;border-radius:0 0 10px 10px}.writeup-dl-btn{padding:7px 14px;border-radius:5px;border:1px solid #8b5cf6;background:#fff;color:#6d28d9;font-size:12px;font-weight:600;cursor:pointer}.writeup-dl-btn:hover:not(:disabled){background:#f5f3ff}.writeup-dl-btn:disabled{opacity:.5;cursor:not-allowed}.writeup-close-btn-secondary{padding:7px 14px;border-radius:5px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:12px;font-weight:600;cursor:pointer}.writeup-close-btn-secondary:hover{background:#f1f5f9}[data-theme=dark] .writeup-widget{background:#1a0f2e;border-left-color:#7c3aed}[data-theme=dark] .writeup-intro{color:#a5b4fc}[data-theme=dark] .writeup-empty{background:#0b1220;border-color:#334155;color:var(--color-text-muted)}[data-theme=dark] .writeup-item{background:#0b1220;border-color:#2e1065}[data-theme=dark] .writeup-item-name{color:#e2e8f0}[data-theme=dark] .writeup-item-meta{color:var(--color-text-muted)}[data-theme=dark] .writeup-warn{color:#fbbf24}[data-theme=dark] .writeup-modal{background:#0f172a}[data-theme=dark] .writeup-modal-head{border-bottom-color:#1f2937}[data-theme=dark] .writeup-modal-title{color:#e2e8f0}[data-theme=dark] .writeup-modal-sub,[data-theme=dark] .writeup-close-btn{color:var(--color-text-muted)}[data-theme=dark] .writeup-close-btn:hover{color:#e2e8f0}[data-theme=dark] .writeup-hints{background:#0b1220;border-color:#1f2937}[data-theme=dark] .writeup-hints summary{color:#c4b5fd}[data-theme=dark] .writeup-hint-field span{color:var(--color-text-muted)}[data-theme=dark] .writeup-hint-field input,[data-theme=dark] .writeup-hint-field textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .writeup-section{background:#1a0f2e;border-color:#2e1065}[data-theme=dark] .writeup-section-head h4{color:#c4b5fd}[data-theme=dark] .writeup-textarea{background:#0b1220;border-color:#2e1065;color:#e2e8f0}[data-theme=dark] .writeup-error{background:#1f1015;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .writeup-hyps{background:#2a1f0a;border-color:#b45309;color:#fcd34d}[data-theme=dark] .writeup-hyps code{background:#422006;color:#fde68a}[data-theme=dark] .writeup-modal-foot{background:#0b1220;border-top-color:#1f2937}[data-theme=dark] .writeup-dl-btn{background:#0b1220;border-color:#7c3aed;color:#c4b5fd}[data-theme=dark] .writeup-dl-btn:hover:not(:disabled){background:#1a0f2e}[data-theme=dark] .writeup-stats-btn{background:#0b1220;border-color:#4c1d95;color:#c4b5fd}[data-theme=dark] .writeup-stats-btn:hover:not(:disabled){background:#1a0f2e}[data-theme=dark] .writeup-close-btn-secondary{background:#0b1220;border-color:#334155;color:#cbd5e1}[data-theme=dark] .writeup-close-btn-secondary:hover{background:#111827}[data-theme=dark] .writeup-copy-btn{border-color:#4c1d95;color:#c4b5fd}[data-theme=dark] .writeup-copy-btn:hover{background:#1a0f2e}.fx-widget{border-left:3px solid #0ea5a4}.fx-header{display:flex;align-items:center;justify-content:space-between}.fx-intro{color:#475569;font-size:13px;line-height:1.5;margin:6px 0 12px}.fx-empty{padding:12px;color:#64748b;font-size:13px;text-align:center}.fx-empty.fx-small{padding:8px;font-size:12px}.fx-warn{color:#b45309;font-weight:500}.fx-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.fx-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.fx-item-name{font-weight:600;color:#0f172a}.fx-item-meta{font-size:12px;color:#64748b;margin-top:2px}.fx-open-btn{border:1px solid #0ea5a4;background:#fff;color:#0f766e;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.fx-open-btn:hover:not(:disabled){background:#ecfeff}.fx-open-btn:disabled{opacity:.5;cursor:not-allowed}.fx-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.fx-modal{background:#fff;border-radius:12px;max-width:1100px;width:100%;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0f172a59}.fx-modal-head{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f0fdfa}.fx-modal-title{font-size:17px;font-weight:600;color:#0f172a}.fx-modal-sub{font-size:12px;color:#64748b;margin-top:2px}.fx-close-btn{border:none;background:transparent;font-size:24px;cursor:pointer;color:#64748b;line-height:1;padding:0 6px}.fx-close-btn:hover{color:#0f172a}.fx-modal-body{padding:16px 20px;overflow-y:auto;flex:1}.fx-modal-foot{padding:12px 20px;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;background:#f8fafc}.fx-close-btn-secondary{border:1px solid #cbd5e1;background:#fff;color:#475569;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px}.fx-close-btn-secondary:hover{background:#f1f5f9}.fx-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:10px}.fx-summary{display:flex;gap:14px;flex-wrap:wrap;align-items:center;padding:10px 12px;background:#ecfeff;border:1px solid #99f6e4;border-radius:8px;font-size:13px;color:#0f172a;margin-bottom:14px}.fx-top{margin-left:auto;font-size:13px}.fx-top em{font-style:italic;color:#0f766e}.fx-section{margin-top:18px}.fx-section h4{margin:0 0 8px;font-size:14px;color:#0f172a;display:flex;align-items:center;gap:6px}.fx-section h4 em{font-style:italic;color:#0f766e}.fx-section-sub{font-weight:400;font-size:12px;color:#64748b}.fx-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.fx-mag-negligible{background:#f1f5f9;color:#64748b}.fx-mag-small{background:#e0f2fe;color:#0369a1}.fx-mag-medium{background:#fef3c7;color:#92400e}.fx-mag-large{background:#fee2e2;color:#991b1b}.fx-table-wrap{overflow-x:auto}.fx-table{width:100%;border-collapse:collapse;font-size:13px}.fx-table th,.fx-table td{padding:8px 10px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.fx-table th{background:#f8fafc;font-weight:600;color:#475569;font-size:12px}.fx-table th em,.fx-table td em{font-style:italic}.fx-num{font-variant-numeric:tabular-nums;white-space:nowrap}.fx-pair{font-weight:500}.fx-x{color:var(--color-text-muted);margin:0 4px}.fx-interp{color:#475569;font-size:12px;max-width:380px}.fx-bf{display:inline-block;min-width:48px;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}.fx-bf-alt{background:#dcfce7;color:#166534;border:1px solid #86efac}.fx-bf-null{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.fx-bf-neutral{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.fx-bf-missing{background:#f8fafc;color:var(--color-text-muted);border:1px dashed #cbd5e1}.fx-cards{display:grid;gap:10px;grid-template-columns:1fr}.fx-card{border:1px solid #e2e8f0;border-left:3px solid #0ea5a4;border-radius:8px;padding:12px 14px;background:#fff}.fx-card-cohens_d{border-left-color:#0ea5a4}.fx-card-anova_eta2{border-left-color:#f59e0b}.fx-card-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px;font-weight:500;color:#0f172a;margin-bottom:6px}.fx-arrow{color:var(--color-text-muted)}.fx-card-grouping{color:#0369a1}.fx-card-scale{color:#7c3aed;font-weight:600}.fx-card-stats{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#334155;margin-bottom:8px;font-variant-numeric:tabular-nums}.fx-card-stats em{font-style:italic;color:#0f766e}.fx-card-groups{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#475569;padding:6px 0;border-top:1px dashed #e2e8f0;margin-top:4px}.fx-grp-meta{color:#64748b;font-variant-numeric:tabular-nums}.fx-card-interp{margin-top:6px;font-size:12px;color:#475569;font-style:italic}.fx-legend-grid{display:grid;gap:6px;font-size:12px;color:#475569;background:#f8fafc;padding:10px 12px;border-radius:6px;border:1px solid #e2e8f0}.fx-legend-grid em{font-style:italic;color:#0f766e}.fx-narr-hints{border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;background:#f8fafc;margin-bottom:10px}.fx-narr-hints summary{cursor:pointer;font-size:13px;color:#475569;font-weight:500}.fx-narr-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.fx-narr-field{display:flex;flex-direction:column;gap:4px;font-size:12px}.fx-narr-field span{color:#475569;font-weight:500}.fx-narr-field input,.fx-narr-field textarea{border:1px solid #cbd5e1;border-radius:6px;padding:6px 8px;font-size:13px;font-family:inherit;resize:vertical}.fx-narr-wide{grid-column:1 / -1}.fx-narr-actions{display:flex;gap:10px;margin:10px 0}.fx-narr-btn{border:1px solid #0ea5a4;background:#0ea5a4;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500}.fx-narr-btn:hover:not(:disabled){background:#0d9488}.fx-narr-btn:disabled{opacity:.6;cursor:not-allowed}.fx-copy-btn{border:1px solid #0ea5a4;background:#fff;color:#0f766e;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:12px}.fx-copy-btn:hover{background:#ecfeff}.fx-narr-textarea{width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:10px;font-size:13px;font-family:inherit;line-height:1.5;resize:vertical}[data-theme=dark] .fx-widget{border-left-color:#2dd4bf}[data-theme=dark] .fx-intro{color:var(--color-text-muted)}[data-theme=dark] .fx-empty{color:#64748b}[data-theme=dark] .fx-warn{color:#fbbf24}[data-theme=dark] .fx-item{background:#0b1220;border-color:#1f2937}[data-theme=dark] .fx-item-name{color:#e2e8f0}[data-theme=dark] .fx-item-meta{color:var(--color-text-muted)}[data-theme=dark] .fx-open-btn{background:#0b1220;border-color:#2dd4bf;color:#5eead4}[data-theme=dark] .fx-open-btn:hover:not(:disabled){background:#042f2e}[data-theme=dark] .fx-modal{background:#0f172a;box-shadow:0 20px 60px #0009}[data-theme=dark] .fx-modal-head{background:#042f2e;border-bottom-color:#134e4a}[data-theme=dark] .fx-modal-title{color:#e2e8f0}[data-theme=dark] .fx-modal-sub,[data-theme=dark] .fx-close-btn{color:var(--color-text-muted)}[data-theme=dark] .fx-close-btn:hover{color:#e2e8f0}[data-theme=dark] .fx-modal-foot{background:#0b1220;border-top-color:#1f2937}[data-theme=dark] .fx-close-btn-secondary{background:#0b1220;border-color:#334155;color:#cbd5e1}[data-theme=dark] .fx-close-btn-secondary:hover{background:#111827}[data-theme=dark] .fx-error{background:#1f1015;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .fx-summary{background:#042f2e;border-color:#134e4a;color:#e2e8f0}[data-theme=dark] .fx-top em{color:#5eead4}[data-theme=dark] .fx-section h4{color:#e2e8f0}[data-theme=dark] .fx-section h4 em{color:#5eead4}[data-theme=dark] .fx-section-sub{color:var(--color-text-muted)}[data-theme=dark] .fx-mag-negligible{background:#1f2937;color:var(--color-text-muted)}[data-theme=dark] .fx-mag-small{background:#082f49;color:#7dd3fc}[data-theme=dark] .fx-mag-medium{background:#422006;color:#fcd34d}[data-theme=dark] .fx-mag-large{background:#450a0a;color:#fca5a5}[data-theme=dark] .fx-table th{background:#0b1220;color:var(--color-text-muted)}[data-theme=dark] .fx-table td{border-bottom-color:#1f2937;color:#cbd5e1}[data-theme=dark] .fx-x{color:#475569}[data-theme=dark] .fx-interp{color:var(--color-text-muted)}[data-theme=dark] .fx-bf-alt{background:#052e16;color:#86efac;border-color:#15803d}[data-theme=dark] .fx-bf-null{background:#1f2937;color:#cbd5e1;border-color:#475569}[data-theme=dark] .fx-bf-neutral{background:#422006;color:#fcd34d;border-color:#92400e}[data-theme=dark] .fx-bf-missing{background:#0b1220;color:#64748b;border-color:#334155}[data-theme=dark] .fx-card{background:#0b1220;border-color:#1f2937}[data-theme=dark] .fx-card-cohens_d{border-left-color:#2dd4bf}[data-theme=dark] .fx-card-anova_eta2{border-left-color:#fbbf24}[data-theme=dark] .fx-card-head{color:#e2e8f0}[data-theme=dark] .fx-card-grouping{color:#7dd3fc}[data-theme=dark] .fx-card-scale{color:#c4b5fd}[data-theme=dark] .fx-card-stats{color:#cbd5e1}[data-theme=dark] .fx-card-stats em{color:#5eead4}[data-theme=dark] .fx-card-groups{color:var(--color-text-muted);border-top-color:#1f2937}[data-theme=dark] .fx-grp-meta{color:#64748b}[data-theme=dark] .fx-card-interp{color:var(--color-text-muted)}[data-theme=dark] .fx-legend-grid{background:#0b1220;border-color:#1f2937;color:#cbd5e1}[data-theme=dark] .fx-legend-grid em{color:#5eead4}[data-theme=dark] .fx-narr-hints{background:#0b1220;border-color:#1f2937}[data-theme=dark] .fx-narr-hints summary{color:#cbd5e1}[data-theme=dark] .fx-narr-field span{color:#cbd5e1}[data-theme=dark] .fx-narr-field input,[data-theme=dark] .fx-narr-field textarea,[data-theme=dark] .fx-narr-textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .fx-copy-btn{background:#0b1220;border-color:#2dd4bf;color:#5eead4}[data-theme=dark] .fx-copy-btn:hover{background:#042f2e}.fx-tost{margin-top:8px}.fx-tost-toggle{border:1px dashed #94a3b8;background:transparent;color:#475569;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;letter-spacing:.04em;text-transform:uppercase}.fx-tost-toggle:hover{background:#f1f5f9;border-style:solid;color:#0f172a}.fx-tost-open .fx-tost-toggle{background:#ecfeff;border-color:#0ea5a4;color:#0f766e;border-style:solid}.fx-tost-body{margin-top:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc}.fx-tost-form{display:flex;flex-wrap:wrap;gap:10px;align-items:end}.fx-tost-form label{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#475569}.fx-tost-form label span{font-weight:500}.fx-tost-form input{border:1px solid #cbd5e1;border-radius:4px;padding:4px 6px;font-size:12px;width:70px;font-variant-numeric:tabular-nums}.fx-tost-run{border:1px solid #0ea5a4;background:#0ea5a4;color:#fff;padding:5px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer}.fx-tost-run:hover:not(:disabled){background:#0d9488}.fx-tost-run:disabled{opacity:.6;cursor:not-allowed}.fx-tost-error{margin-top:8px;padding:6px 10px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:4px;font-size:12px}.fx-tost-result{margin-top:10px;padding:10px 12px;border-radius:6px;border-left:3px solid #94a3b8;background:#fff}.fx-tost-equivalent{border-left-color:#16a34a;background:#f0fdf4}.fx-tost-trivially_different{border-left-color:#0284c7;background:#f0f9ff}.fx-tost-not_equivalent{border-left-color:#dc2626;background:#fef2f2}.fx-tost-inconclusive{border-left-color:#d97706;background:#fffbeb}.fx-tost-decision{margin-bottom:6px}.fx-tost-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.fx-tost-badge-equivalent{background:#dcfce7;color:#166534}.fx-tost-badge-trivially_different{background:#e0f2fe;color:#075985}.fx-tost-badge-not_equivalent{background:#fee2e2;color:#991b1b}.fx-tost-badge-inconclusive{background:#fef3c7;color:#92400e}.fx-tost-stats,.fx-tost-pvals{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#334155;font-variant-numeric:tabular-nums;margin-top:4px}.fx-tost-stats em,.fx-tost-pvals em{font-style:italic;color:#0f766e}.fx-tost-pvals sub{font-size:9px}.fx-tost-interp{margin-top:6px;font-size:12px;color:#475569;font-style:italic}[data-theme=dark] .fx-tost-toggle{color:var(--color-text-muted);border-color:#475569}[data-theme=dark] .fx-tost-toggle:hover{background:#1f2937;color:#e2e8f0}[data-theme=dark] .fx-tost-open .fx-tost-toggle{background:#042f2e;border-color:#2dd4bf;color:#5eead4}[data-theme=dark] .fx-tost-body{background:#0b1220;border-color:#1f2937}[data-theme=dark] .fx-tost-form label{color:var(--color-text-muted)}[data-theme=dark] .fx-tost-form input{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .fx-tost-error{background:#1f1015;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .fx-tost-result{background:#0f172a;border-left-color:#475569}[data-theme=dark] .fx-tost-equivalent{background:#052e16;border-left-color:#22c55e}[data-theme=dark] .fx-tost-trivially_different{background:#082f49;border-left-color:#38bdf8}[data-theme=dark] .fx-tost-not_equivalent{background:#1f1015;border-left-color:#f87171}[data-theme=dark] .fx-tost-inconclusive{background:#1c1303;border-left-color:#fbbf24}[data-theme=dark] .fx-tost-badge-equivalent{background:#052e16;color:#86efac}[data-theme=dark] .fx-tost-badge-trivially_different{background:#082f49;color:#7dd3fc}[data-theme=dark] .fx-tost-badge-not_equivalent{background:#450a0a;color:#fca5a5}[data-theme=dark] .fx-tost-badge-inconclusive{background:#422006;color:#fcd34d}[data-theme=dark] .fx-tost-stats,[data-theme=dark] .fx-tost-pvals{color:#cbd5e1}[data-theme=dark] .fx-tost-stats em,[data-theme=dark] .fx-tost-pvals em{color:#5eead4}[data-theme=dark] .fx-tost-interp{color:var(--color-text-muted)}.fx-ci-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;margin-bottom:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px}.fx-ci-toggle{display:flex;align-items:center;gap:6px;cursor:pointer}.fx-ci-toggle input[type=checkbox]{accent-color:#0ea5a4;cursor:pointer}.fx-ci-toggle span{color:#0f172a;font-weight:500}.fx-ci-hint{color:#64748b;font-weight:400;font-size:12px}.fx-ci-hint em{font-style:italic;color:#0f766e}.fx-ci-num{display:flex;align-items:center;gap:4px;font-size:12px;color:#475569}.fx-ci-num span{font-weight:500}.fx-ci-num input{border:1px solid #cbd5e1;border-radius:4px;padding:3px 6px;font-size:12px;width:80px;font-variant-numeric:tabular-nums}.fx-ci-btn{border:1px solid #0ea5a4;background:#0ea5a4;color:#fff;padding:5px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer}.fx-ci-btn:hover:not(:disabled){background:#0d9488}.fx-ci-btn:disabled{opacity:.6;cursor:not-allowed}.fx-ci-method{margin-left:auto;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;font-variant-numeric:tabular-nums}.fx-ci-method-analytic{background:#f1f5f9;color:#475569}.fx-ci-method-bootstrap{background:#ecfeff;color:#0f766e;border:1px solid #99f6e4}.fx-ci-pill{display:inline-block;margin-left:6px;padding:1px 6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:3px;vertical-align:middle}.fx-ci-pill-boot{background:#ecfeff;color:#0f766e;border:1px solid #99f6e4}[data-theme=dark] .fx-ci-bar{background:#0b1220;border-color:#1f2937}[data-theme=dark] .fx-ci-toggle span{color:#e2e8f0}[data-theme=dark] .fx-ci-hint{color:var(--color-text-muted)}[data-theme=dark] .fx-ci-hint em{color:#5eead4}[data-theme=dark] .fx-ci-num{color:#cbd5e1}[data-theme=dark] .fx-ci-num input{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .fx-ci-method-analytic{background:#1f2937;color:#cbd5e1}[data-theme=dark] .fx-ci-method-bootstrap,[data-theme=dark] .fx-ci-pill-boot{background:#042f2e;color:#5eead4;border-color:#134e4a}.fx-overlap{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:6px;padding:5px 0;font-size:12px;color:#475569;border-top:1px dashed #e2e8f0}.fx-overlap-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.fx-overlap-stat{font-variant-numeric:tabular-nums;cursor:help;border-bottom:1px dotted transparent}.fx-overlap-stat:hover{border-bottom-color:var(--color-text-muted)}.fx-overlap-stat strong{color:#0f766e;font-weight:600}[data-theme=dark] .fx-overlap{color:var(--color-text-muted);border-top-color:#1f2937}[data-theme=dark] .fx-overlap-label{color:#64748b}[data-theme=dark] .fx-overlap-stat strong{color:#5eead4}.fx-hyp-bar{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:10px 12px;margin-bottom:10px;background:#fdf4ff;border:1px solid #f0abfc;border-radius:8px;font-size:13px}.fx-hyp-label{display:flex;align-items:center;gap:8px;flex:1;min-width:320px}.fx-hyp-label span{color:#6b21a8;font-weight:500;white-space:nowrap}.fx-hyp-label select{flex:1;min-width:250px;padding:5px 8px;border:1px solid #d8b4fe;border-radius:6px;background:#fff;font-size:13px;font-family:inherit;color:#0f172a;cursor:pointer}.fx-hyp-summary{font-size:12px;color:#6b21a8}.fx-hyp-banner{border:1px solid #d8b4fe;border-left:3px solid #a855f7;border-radius:8px;background:#faf5ff;padding:10px 14px;margin-bottom:14px}.fx-hyp-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#0f172a;margin-bottom:6px}.fx-hyp-head strong{color:#6b21a8;font-size:14px}.fx-hyp-dir{display:inline-block;padding:2px 8px;border-radius:999px;background:#e9d5ff;color:#6b21a8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.fx-hyp-statement{color:#475569;font-style:italic}.fx-hyp-vars{display:flex;flex-direction:column;gap:2px;font-size:12px;color:#334155}.fx-hyp-vars em{font-style:italic;color:#6b21a8;font-weight:500}.fx-hyp-resolved,.fx-hyp-resolved em{color:#15803d}.fx-match{display:inline-block;margin-right:6px;padding:1px 8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;vertical-align:middle;cursor:help}.fx-match-yes{background:#dcfce7;color:#166534;border:1px solid #86efac}.fx-match-no{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.fx-match-maybe{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}[data-theme=dark] .fx-hyp-bar{background:#2e1065;border-color:#6b21a8}[data-theme=dark] .fx-hyp-label span{color:#c4b5fd}[data-theme=dark] .fx-hyp-label select{background:#1f0833;border-color:#6b21a8;color:#e2e8f0}[data-theme=dark] .fx-hyp-summary{color:#c4b5fd}[data-theme=dark] .fx-hyp-banner{background:#2e1065;border-color:#6b21a8;border-left-color:#a855f7}[data-theme=dark] .fx-hyp-head strong{color:#c4b5fd}[data-theme=dark] .fx-hyp-head{color:#e2e8f0}[data-theme=dark] .fx-hyp-dir{background:#4c1d95;color:#c4b5fd}[data-theme=dark] .fx-hyp-statement{color:var(--color-text-muted)}[data-theme=dark] .fx-hyp-vars{color:#cbd5e1}[data-theme=dark] .fx-hyp-vars em{color:#c4b5fd}[data-theme=dark] .fx-hyp-resolved,[data-theme=dark] .fx-hyp-resolved em{color:#86efac}[data-theme=dark] .fx-match-yes{background:#052e16;color:#86efac;border-color:#15803d}[data-theme=dark] .fx-match-no{background:#450a0a;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .fx-match-maybe{background:#422006;color:#fcd34d;border-color:#92400e}.qp-panel{display:flex;flex-direction:column;height:100%;padding:28px 24px;gap:16px;overflow:hidden}.qp-header{flex-shrink:0}.qp-title{font-size:32px;font-weight:700;color:#0d1b3d;margin:0;padding-top:2.5%;text-align:center}.qp-loading,.qp-empty{font-size:13px;color:#94a3b8;padding:12px 0}.qp-list{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.qp-item{border-radius:8px;border:1px solid #e2e8f0;background:#fff;transition:background .15s,border-color .15s}.qp-item:hover{background:#f3e8ff;border-color:#c8d3f0}.qp-item.active{background:#f3e8ff;border-color:#7b1fa2}.qp-item-top{display:flex;align-items:center;gap:8px;padding:10px 14px}.qp-item-btn{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:none;border:none;cursor:pointer;text-align:left;padding:0}.qp-item-name{font-size:13px;font-weight:600;color:#0d1b3d}.qp-item-meta{font-size:11px;color:#94a3b8}.qp-item-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.qp-copy-link,.qp-open-link{font-size:10px;font-weight:600;padding:3px 8px;border-radius:5px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.qp-copy-link:hover{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.qp-open-link:hover{background:#f3e8ff;color:#7b1fa2;border-color:#d8b4fe}.qp-item-link{flex-shrink:0;font-size:15px;text-decoration:none;opacity:.5;transition:opacity .15s;line-height:1}.qp-item-link:hover{opacity:1}.qp-results{flex:1;display:flex;flex-direction:column;gap:12px;overflow:hidden;border-top:1px solid #e2e8f0;padding-top:16px}.qp-results-title{font-size:14px;font-weight:600;color:#0d1b3d;margin:0;flex-shrink:0}.qp-content-row{display:flex;flex:1;gap:16px;overflow:hidden}.qp-table-col{flex:0 0 60%;display:flex;flex-direction:column;overflow:hidden}.qp-analysis-col{flex:0 0 calc(40% - 16px);display:flex;flex-direction:column;overflow:hidden}.qp-analysis-panel{height:100%;border-radius:8px;border:1px solid #e2e8f0;padding:16px;overflow-y:auto}.qp-analysis-title{font-size:13px;font-weight:700;color:#0d1b3d;margin:0 0 12px}.qp-analysis-placeholder{font-size:12px;color:#94a3b8;margin:0}.qp-analysis-btns{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap}.qp-analysis-btn{font-size:11px;font-weight:600;padding:5px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#f8faff;color:#64748b;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.qp-analysis-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.qp-analysis-btn.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.qp-analysis-content{flex:1;overflow-y:auto;overflow-x:hidden;min-width:0;max-width:100%}.qp-analysis-error{font-size:12px;color:#ef4444}.qp-an-table{border-collapse:collapse;width:100%;font-size:11px}.qp-an-table th{padding:5px 8px;background:#eff6ff;color:#1d4ed8;font-weight:700;text-align:center;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.qp-an-table td{padding:4px 8px;text-align:center;border-bottom:1px solid #f1f5f9;color:#374151}.qp-an-q{font-weight:600;color:#1d4ed8!important;text-align:left!important}.qp-an-table tr:hover td{background:#f8faff}.qp-alpha-box{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:8px;background:#f8faff;border:1px solid #e2e8f0}.qp-alpha-value{font-size:28px;font-weight:700;color:#1d4ed8;line-height:1}.qp-alpha-label{font-size:12px;font-weight:600;color:#0d1b3d}.qp-alpha-note{font-size:11px;color:#94a3b8;margin:0;line-height:1.5}.qp-inter-item{display:flex;align-items:center;gap:12px;font-size:12px;color:#475569;margin-top:4px}.qp-inter-item-range{color:#94a3b8;font-size:11px}.qp-info-banner{font-size:11px;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:6px 10px;margin-bottom:6px;line-height:1.4}.qp-info-banner.qp-info-warn{color:#92400e;background:#fffbeb;border-color:#fde68a}.qp-rev-badge{display:inline-block;margin-left:3px;color:#7c3aed;font-size:10px;font-weight:700}.qp-row-reversed{background:#7c3aed0a}.qp-val-warn{color:#dc2626!important;font-weight:600}.qp-val-good{color:#16a34a}.qp-section-label{font-size:11px;font-weight:700;color:#1e3a8a;margin:10px 0 4px;text-transform:uppercase;letter-spacing:.3px}.qp-section-hint{font-size:11px;color:#94a3b8;line-height:1.5;margin:0 0 8px}.qp-subscale-section{margin-top:10px}.qp-scale-block{margin-top:16px;padding-top:12px;border-top:1px solid #e2e8f0}.qp-scale-block:first-child{margin-top:4px;border-top:none}[data-theme=dark] .qp-scale-block{border-top-color:#334155}.qp-item-analysis{display:flex;flex-direction:column;gap:4px}.qp-chart-wrap{overflow-y:auto}.qp-freq-list{display:flex;flex-direction:column;gap:8px}.qp-freq-item{display:flex;flex-direction:column}.qp-freq-q{font-size:11px;font-weight:700;color:#7b1fa2;margin-bottom:2px;cursor:default}.qp-freq-row{display:flex;align-items:center;gap:6px}.qp-freq-val{font-size:10px;font-weight:600;color:#64748b;width:14px;text-align:right;flex-shrink:0}.qp-freq-bar-wrap{flex:1;height:10px;background:#e2e8f0;border-radius:3px;overflow:hidden}.qp-freq-bar{height:100%;background:#7b1fa2;border-radius:3px;min-width:2px}.qp-freq-count{font-size:10px;color:#94a3b8;width:18px;flex-shrink:0}.qp-view-toggle{display:flex;gap:4px;margin-bottom:10px}.qp-view-btn{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;border:1px solid #e2e8f0;background:#f8faff;color:#94a3b8;cursor:pointer;transition:background .15s,color .15s}.qp-view-btn:hover{color:#0d1b3d}.qp-view-btn.active{background:#eff6ff;border-color:#1d4ed8;color:#1d4ed8}.qp-results-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.qp-csv-btn{font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#f8faff;color:#64748b;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.qp-csv-btn:hover{background:#f3e8ff;color:#7b1fa2;border-color:#c8d3f0}.qp-report-btn{border-color:#bfdbfe;color:#1d4ed8}.qp-report-btn.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.qp-import-btn{border-color:#d1d5db;color:#6b7280;cursor:pointer}.qp-import-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.qp-import-btn.loading{opacity:.6;cursor:default}.qp-export-spss-btn{border-color:#a7f3d0;color:#059669}.qp-export-spss-btn:hover{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.qp-csv-result{font-size:12px;color:#059669;padding:4px 8px;background:#ecfdf5;border-radius:4px;margin-top:4px}.qp-csv-skipped{color:#6b7280}.qp-csv-error{font-size:12px;color:#dc2626;padding:4px 8px;background:#fef2f2;border-radius:4px;margin-top:4px}[data-theme=dark] .qp-import-btn{border-color:#374151;color:#9ca3af}[data-theme=dark] .qp-import-btn:hover{background:#1f2937;color:#e5e7eb}[data-theme=dark] .qp-export-spss-btn{border-color:#065f46;color:#6ee7b7}[data-theme=dark] .qp-export-spss-btn:hover{background:#064e3b;color:#a7f3d0}[data-theme=dark] .qp-csv-result{background:#064e3b;color:#6ee7b7}[data-theme=dark] .qp-csv-error{background:#450a0a;color:#fca5a5}.qp-report-wrap{display:flex;flex-direction:column;gap:8px}.qp-report-loading{font-size:12px;color:#94a3b8;font-style:italic}.qp-report-text{display:flex;flex-direction:column;gap:6px}.qp-report-heading{font-size:12px;font-weight:700;color:#0d1b3d;margin:8px 0 2px}.qp-report-para{font-size:11px;color:#374151;line-height:1.6;margin:0}.qp-report-subheading{font-size:11px;font-weight:600;color:#1e40af;margin:6px 0 2px;font-style:italic}.qp-report-hr{border:none;border-top:1px solid #e2e8f0;margin:8px 0}.qp-report-list{font-size:11px;color:#374151;line-height:1.6;margin:4px 0 4px 16px;padding:0}.qp-report-list li{margin-bottom:2px}.qp-corr-wrap{display:flex;flex-direction:column;gap:10px}.qp-corr-type{font-size:10px;color:#94a3b8;font-style:italic}.qp-corr-scroll{overflow:auto}.qp-corr-table{border-collapse:collapse;font-size:10px}.qp-corr-th{padding:4px 6px;background:#f3e8ff;color:#7b1fa2;font-weight:700;text-align:center;border:1px solid #e2e8f0;white-space:nowrap;position:sticky;top:0}.qp-corr-th-blank{background:#fff;border-color:transparent}.qp-corr-row-label{padding:4px 6px;font-weight:700;color:#7b1fa2;white-space:nowrap;border:1px solid #e2e8f0;background:#f3e8ff;position:sticky;left:0}.qp-corr-cell{padding:4px 6px;text-align:center;border:1px solid #e2e8f0;color:#0d1b3d;min-width:36px;cursor:default;transition:filter .1s}.qp-corr-cell:hover{filter:brightness(.9)}.qp-corr-legend{display:flex;align-items:center;gap:4px;font-size:9px;color:#94a3b8}.qp-corr-leg-bar{flex:1;height:6px;border-radius:2px;background:linear-gradient(to right,rgba(239,68,68,.75),transparent)}.qp-corr-leg-bar-pos{background:linear-gradient(to right,transparent,rgba(123,31,162,.75))}.qp-table-wrap{overflow:auto;flex:1;border-radius:8px;border:1px solid #e2e8f0}.qp-table{border-collapse:collapse;width:100%;font-size:12px}.qp-th{padding:8px 12px;background:#eff6ff;color:#1d4ed8;font-weight:700;text-align:center;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;white-space:nowrap;position:sticky;top:0}.qp-th-r{color:#64748b;font-weight:600}.qp-td{padding:6px 12px;text-align:center;border-right:1px solid #e2e8f0;color:#374151}.qp-td-r{color:#94a3b8;font-size:11px;font-weight:600}.qp-tr-even{background:#fff}.qp-tr-odd{background:#f8faff}[data-theme=dark] .qp-title{color:#e2e8f0}[data-theme=dark] .qp-item{background:#1a1f2e;border-color:#2a3050}[data-theme=dark] .qp-item:hover{background:#1e2640;border-color:#3a4060}[data-theme=dark] .qp-item.active{background:#1e2640;border-color:#7b1fa2}[data-theme=dark] .qp-item-name,[data-theme=dark] .qp-item-btn{color:#e2e8f0}[data-theme=dark] .qp-results{border-color:#2a3050}[data-theme=dark] .qp-results-title{color:#e2e8f0}[data-theme=dark] .qp-table-wrap{border-color:#2a3050}[data-theme=dark] .qp-analysis-panel{border-color:#2a3050;background:#1a1f2e}[data-theme=dark] .qp-analysis-title{color:#e2e8f0}[data-theme=dark] .qp-analysis-btn{background:#1e2640;border-color:#2a3050;color:#94a3b8}[data-theme=dark] .qp-analysis-btn:hover{background:#252d4a;border-color:#3a4060;color:#e2e8f0}[data-theme=dark] .qp-analysis-btn.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}[data-theme=dark] .qp-an-table th{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-an-table td{color:#cbd5e1;border-color:#2a3050}[data-theme=dark] .qp-an-table tr:hover td{background:#252d4a}[data-theme=dark] .qp-alpha-box{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-alpha-label{color:#e2e8f0}[data-theme=dark] .qp-freq-bar-wrap{background:#2a3050}[data-theme=dark] .qp-copy-link,[data-theme=dark] .qp-open-link{background:#1e2640;border-color:#2a3050;color:#94a3b8}[data-theme=dark] .qp-copy-link:hover{background:#252d4a;color:#60a5fa;border-color:#3b82f6}[data-theme=dark] .qp-open-link:hover{background:#252d4a;color:#c084fc;border-color:#7c3aed}[data-theme=dark] .qp-csv-btn{background:#1e2640;border-color:#2a3050;color:#94a3b8}[data-theme=dark] .qp-csv-btn:hover{background:#252d4a;color:#7b1fa2}[data-theme=dark] .qp-inter-item{color:#94a3b8}[data-theme=dark] .qp-inter-item-range{color:#64748b}[data-theme=dark] .qp-info-banner{background:#1e2640;border-color:#2a3050;color:#93c5fd}[data-theme=dark] .qp-info-banner.qp-info-warn{background:#1f1a0e;border-color:#78350f;color:#fbbf24}[data-theme=dark] .qp-rev-badge{color:#a78bfa}[data-theme=dark] .qp-row-reversed{background:#a78bfa0f}[data-theme=dark] .qp-section-label{color:#93c5fd}[data-theme=dark] .qp-section-hint{color:#64748b}[data-theme=dark] .qp-report-heading{color:#e2e8f0}[data-theme=dark] .qp-report-para{color:#cbd5e1}[data-theme=dark] .qp-report-subheading{color:#93c5fd}[data-theme=dark] .qp-report-hr{border-top-color:#2a3050}[data-theme=dark] .qp-report-list{color:#cbd5e1}[data-theme=dark] .qp-view-btn{background:#1e2640;border-color:#2a3050;color:#64748b}[data-theme=dark] .qp-view-btn.active{background:#1e2a40;border-color:#3b82f6;color:#3b82f6}[data-theme=dark] .qp-corr-th{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-corr-th-blank{background:#1a1f2e;border-color:transparent}[data-theme=dark] .qp-corr-row-label{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-corr-cell{border-color:#2a3050;color:#e2e8f0}[data-theme=dark] .qp-th{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-td{color:#cbd5e1;border-color:#2a3050}[data-theme=dark] .qp-tr-even{background:#1a1f2e}[data-theme=dark] .qp-tr-odd{background:#1e2640}.qp-fa-wrap{display:flex;flex-direction:column;gap:10px}.qp-fa-suitability{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.qp-fa-stat-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;text-align:center}.qp-fa-stat-label{font-size:10px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.qp-fa-stat-value{font-size:18px;font-weight:700;color:#0d1b3d;margin:2px 0}.qp-fa-stat-sub{font-size:10px;color:#94a3b8}.qp-fa-section-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.qp-fa-scree{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 4px}.qp-fa-loadings-wrap{overflow-x:auto}.qp-fa-table{width:100%;border-collapse:collapse;font-size:11px}.qp-fa-th{background:#f1f5f9;border:1px solid #e2e8f0;padding:5px 8px;text-align:center;font-weight:600;color:#475569;white-space:nowrap}.qp-fa-th-item{text-align:left}.qp-fa-td-item{padding:4px 8px;border:1px solid #e2e8f0;font-weight:600;color:#7b1fa2;white-space:nowrap;background:#f8fafc}.qp-fa-td-val{padding:4px 8px;border:1px solid #e2e8f0;text-align:center;color:#1e293b;transition:background .15s}.qp-fa-td-h2{padding:4px 8px;border:1px solid #e2e8f0;text-align:center;color:#64748b;font-style:italic}.qp-fa-var-row td{background:#f1f5f9!important;font-weight:600;color:#475569}[data-theme=dark] .qp-fa-stat-box{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-fa-stat-value{color:#e2e8f0}[data-theme=dark] .qp-fa-stat-sub{color:#64748b}[data-theme=dark] .qp-fa-scree{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-fa-th{background:#1e2640;border-color:#2a3050;color:#94a3b8}[data-theme=dark] .qp-fa-td-item{background:#1a1f2e;border-color:#2a3050}[data-theme=dark] .qp-fa-td-val{border-color:#2a3050;color:#e2e8f0}[data-theme=dark] .qp-fa-td-h2{border-color:#2a3050;color:#64748b}[data-theme=dark] .qp-fa-var-row td{background:#1e2640!important;color:#94a3b8}.qp-analysis-settings{display:flex;flex-wrap:wrap;gap:8px 16px;padding:8px 0 10px;border-bottom:1px solid #e2e8f0;margin-bottom:8px}.qp-as-row{display:flex;align-items:center;gap:6px}.qp-as-label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.qp-as-seg{display:flex;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.qp-as-btn{background:#f8fafc;border:none;border-right:1px solid #e2e8f0;padding:3px 8px;font-size:10px;color:#64748b;cursor:pointer;transition:background .12s,color .12s;white-space:nowrap}.qp-as-btn:last-child{border-right:none}.qp-as-btn:hover{background:#eff6ff;color:#1d4ed8}.qp-as-btn.active{background:#1d4ed8;color:#fff;font-weight:600}[data-theme=dark] .qp-analysis-settings,[data-theme=dark] .qp-as-seg{border-color:#2a3050}[data-theme=dark] .qp-as-btn{background:#1e2640;border-color:#2a3050;color:#64748b}[data-theme=dark] .qp-as-btn:hover{background:#1e3a5f;color:#60a5fa}[data-theme=dark] .qp-as-btn.active{background:#1d4ed8;color:#fff}.qp-reliability-metrics{display:flex;gap:10px;margin-bottom:10px}.qp-reliability-card{flex:1;display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:8px;background:#f8faff;border:1px solid #e2e8f0}.qp-reliability-stat{font-size:28px;font-weight:700;color:#1d4ed8;line-height:1}.qp-reliability-label{font-size:12px;font-weight:600;color:#0d1b3d}.qp-reliability-interp{font-size:11px;color:#94a3b8;margin:0;line-height:1.5}[data-theme=dark] .qp-reliability-card{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-reliability-stat{color:#60a5fa}[data-theme=dark] .qp-reliability-label{color:#e2e8f0}[data-theme=dark] .qp-reliability-interp{color:#64748b}.qp-disc-excellent{color:#16a34a;font-weight:700}.qp-disc-good{color:#2563eb;font-weight:600}.qp-disc-acceptable{color:#d97706;font-weight:600}.qp-disc-poor{color:#dc2626;font-weight:700}[data-theme=dark] .qp-disc-excellent{color:#4ade80}[data-theme=dark] .qp-disc-good{color:#60a5fa}[data-theme=dark] .qp-disc-acceptable{color:#fbbf24}[data-theme=dark] .qp-disc-poor{color:#f87171}.qp-dist-wrap{display:flex;flex-direction:column;gap:14px}.qp-dist-item{display:flex;flex-direction:column;gap:4px;padding:8px 10px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.qp-dist-header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.qp-dist-q{font-size:11px;font-weight:700;color:#7b1fa2}.qp-dist-badges{display:flex;gap:4px;flex-wrap:wrap}.qp-dist-badge{font-size:9px;font-weight:600;padding:2px 6px;border-radius:4px;white-space:nowrap}.qp-dist-badge-ok{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.qp-dist-badge-warn{background:#fffbeb;color:#d97706;border:1px solid #fde68a}[data-theme=dark] .qp-dist-item{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-dist-q{color:#c084fc}[data-theme=dark] .qp-dist-badge-ok{background:#064e3b;color:#6ee7b7;border-color:#065f46}[data-theme=dark] .qp-dist-badge-warn{background:#1f1a0e;color:#fbbf24;border-color:#78350f}.qp-tip{display:inline-block;font-size:10px;color:#94a3b8;cursor:help;vertical-align:middle;margin-left:2px;opacity:.7;transition:opacity .15s,color .15s}.qp-tip:hover{opacity:1;color:#1d4ed8}[data-theme=dark] .qp-tip{color:#64748b}[data-theme=dark] .qp-tip:hover{color:#60a5fa}.qp-item-del{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:none;background:none;border-radius:4px;font-size:12px;color:#cbd5e1;cursor:pointer;transition:background .15s,color .15s}.qp-item-del:hover{background:#fee2e2;color:#dc2626}[data-theme=dark] .qp-item-del:hover{background:#dc262626;color:#f87171}.qp-insights-btn{border-color:#a7f3d0!important;color:#059669!important}.qp-insights-btn:hover{background:#ecfdf5!important}.qp-insights-btn.active{background:#059669!important;border-color:#059669!important;color:#fff!important}[data-theme=dark] .qp-insights-btn{border-color:#065f46!important;color:#6ee7b7!important}[data-theme=dark] .qp-insights-btn:hover{background:#064e3b!important}[data-theme=dark] .qp-insights-btn.active{background:#059669!important;color:#fff!important}.qp-insights{display:flex;flex-direction:column;gap:14px}.qp-ins-overall{display:flex;align-items:center;gap:14px;padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.qp-ins-score{font-size:42px;font-weight:800;line-height:1;min-width:56px;text-align:center}.qp-ins-score-meta{display:flex;flex-direction:column;gap:2px}.qp-ins-quality{font-size:14px;font-weight:700}.qp-ins-score-hint{font-size:10px;color:#94a3b8;line-height:1.4}.qp-ins-areas{display:flex;flex-direction:column;gap:6px}.qp-ins-area{padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.qp-ins-area-good{border-left:3px solid #16a34a}.qp-ins-area-acceptable{border-left:3px solid #d97706}.qp-ins-area-poor{border-left:3px solid #dc2626}.qp-ins-area-top{display:flex;align-items:center;gap:6px;margin-bottom:3px}.qp-ins-area-icon{font-size:13px;font-weight:700}.qp-ins-area-name{font-size:11px;font-weight:700;color:#0d1b3d}.qp-ins-area-val{margin-left:auto;font-size:11px;font-weight:600;color:#64748b}.qp-ins-area-explain{font-size:10px;color:#64748b;line-height:1.5}.qp-ins-flagged{display:flex;flex-direction:column;gap:6px}.qp-ins-flag{padding:6px 10px;border-radius:6px;background:#fffbeb;border:1px solid #fde68a}.qp-ins-flag-label{font-size:11px;font-weight:700;color:#92400e;margin-bottom:2px}.qp-ins-flag-issue{font-size:10px;color:#78350f;line-height:1.5}.qp-ins-recs{display:flex;flex-direction:column;gap:4px}.qp-ins-rec{font-size:11px;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:6px 10px;line-height:1.5}[data-theme=dark] .qp-ins-overall{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-ins-score-hint{color:#64748b}[data-theme=dark] .qp-ins-area{background:#1a1f2e;border-color:#2a3050}[data-theme=dark] .qp-ins-area-name{color:#e2e8f0}[data-theme=dark] .qp-ins-area-val,[data-theme=dark] .qp-ins-area-explain{color:#94a3b8}[data-theme=dark] .qp-ins-flag{background:#1f1a0e;border-color:#78350f}[data-theme=dark] .qp-ins-flag-label{color:#fbbf24}[data-theme=dark] .qp-ins-flag-issue{color:#fcd34d}[data-theme=dark] .qp-ins-rec{background:#1e2640;border-color:#2a3050;color:#93c5fd}.qp-compare-btn{border-color:#c4b5fd!important;color:#7c3aed!important}.qp-compare-btn:hover{background:#f5f3ff!important}.qp-compare-btn.active{background:#7c3aed!important;border-color:#7c3aed!important;color:#fff!important}[data-theme=dark] .qp-compare-btn{border-color:#5b21b6!important;color:#c4b5fd!important}[data-theme=dark] .qp-compare-btn:hover{background:#2e1065!important}[data-theme=dark] .qp-compare-btn.active{background:#7c3aed!important;color:#fff!important}.qp-compare-wrap{display:flex;flex-direction:column;gap:8px}.qp-compare-results{display:flex;flex-direction:column;gap:10px;margin-top:6px}.qp-compare-item{border:1px solid #e2e8f0;border-radius:8px;padding:10px;background:#f8fafc;display:flex;flex-direction:column;gap:6px}.qp-compare-item-header{font-size:11px;color:#0d1b3d;line-height:1.4}.qp-compare-test{padding:6px 8px;border-radius:6px;background:#fff;border:1px solid #e2e8f0}.qp-compare-nonparam{background:#faf5ff;border-color:#e9d5ff}.qp-compare-test-name{font-size:10px;font-weight:700;color:#1d4ed8;text-transform:uppercase;letter-spacing:.3px;margin-bottom:3px}.qp-compare-nonparam .qp-compare-test-name{color:#7c3aed}.qp-compare-stats{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:#374151}.qp-compare-groups{display:flex;flex-wrap:wrap;gap:6px;font-size:10px;color:#64748b;margin-top:2px}.qp-compare-normality{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.qp-compare-posthoc{margin-top:4px}[data-theme=dark] .qp-compare-item{background:#1e2640;border-color:#2a3050}[data-theme=dark] .qp-compare-item-header{color:#e2e8f0}[data-theme=dark] .qp-compare-test{background:#1a1f2e;border-color:#2a3050}[data-theme=dark] .qp-compare-nonparam{background:#1a1530;border-color:#3b2570}[data-theme=dark] .qp-compare-test-name{color:#60a5fa}[data-theme=dark] .qp-compare-nonparam .qp-compare-test-name{color:#c4b5fd}[data-theme=dark] .qp-compare-stats{color:#cbd5e1}[data-theme=dark] .qp-compare-groups{color:#94a3b8}.qp-section-title{font-size:13px;font-weight:600;color:#334155;margin:14px 0 6px;letter-spacing:.01em}[data-theme=dark] .qp-section-title{color:#e2e8f0}.qp-table{width:100%;border-collapse:collapse;font-size:12px;margin:6px 0 12px}.qp-table th,.qp-table td{padding:5px 8px;border-bottom:1px solid #e2e8f0;text-align:left}.qp-table th{font-weight:600;color:#475569;background:#f8fafc;position:sticky;top:0}[data-theme=dark] .qp-table th{background:#1e2640;color:#94a3b8;border-color:#2a3050}[data-theme=dark] .qp-table td{border-color:#2a3050;color:#cbd5e1}.qp-td-label{font-weight:600;color:#475569}[data-theme=dark] .qp-td-label{color:#94a3b8}.qp-sig-row{background:#f0fdf4}[data-theme=dark] .qp-sig-row{background:#0a2515}.qp-sig-text{color:#16a34a;font-weight:600;margin:4px 0}.qp-ns-text{color:#dc2626;font-weight:600;margin:4px 0}[data-theme=dark] .qp-sig-text{color:#4ade80}[data-theme=dark] .qp-ns-text{color:#f87171}.qp-cfa-syntax{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:10px 12px;font-size:12px;font-family:monospace;white-space:pre-wrap;margin:6px 0 10px}[data-theme=dark] .qp-cfa-syntax{background:#1a1f2e;border-color:#2a3050;color:#cbd5e1}.qp-cfa-structure{margin:6px 0 10px}.qp-cfa-factor{font-size:12px;color:#475569;margin:2px 0}[data-theme=dark] .qp-cfa-factor{color:#94a3b8}.qp-cfa-interp{margin-top:10px}.qp-cfa-interp p{font-size:12px;color:#475569;margin:2px 0}[data-theme=dark] .qp-cfa-interp p{color:#94a3b8}.qp-reg-form{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.qp-reg-row{display:flex;align-items:center;gap:8px;font-size:12px}.qp-reg-row label{min-width:160px;color:#475569;font-weight:500}[data-theme=dark] .qp-reg-row label{color:#94a3b8}.qp-reg-input{flex:1;padding:5px 8px;border:1px solid #e2e8f0;border-radius:5px;font-size:12px;background:#fff;color:#0f172a}[data-theme=dark] .qp-reg-input{background:#1a1f2e;border-color:#2a3050;color:#e2e8f0}.qp-reg-vars{font-size:11px;color:#94a3b8;margin-top:4px}.qp-reg-summary,.qp-mod-summary{font-size:12px;color:#475569;margin:6px 0}[data-theme=dark] .qp-reg-summary,[data-theme=dark] .qp-mod-summary{color:#94a3b8}.qp-med-paths{font-size:12px;color:#475569}.qp-med-paths>div{margin:3px 0}[data-theme=dark] .qp-med-paths{color:#94a3b8}.qp-med-pathlabel{font-weight:400;color:#94a3b8;font-size:11px;margin-left:6px}.qp-med-r2{margin-top:8px;font-size:12px;color:#64748b;font-variant-numeric:tabular-nums}.qp-med-indirect{margin-top:12px;padding:10px 12px;border-left:3px solid #0ea5a4;background:#f0fdfa;border-radius:6px;font-size:13px;display:flex;flex-direction:column;gap:4px}.qp-med-indirect-row{display:flex;flex-wrap:wrap;gap:12px;align-items:baseline;font-variant-numeric:tabular-nums}.qp-med-indirect-row em{font-style:italic;color:#0f766e}.qp-med-indirect-row sub{font-size:9px}.qp-med-sobel{color:#64748b;font-size:12px}.qp-med-hint{color:#94a3b8;font-style:italic;font-size:11px}.qp-med-apa{margin-top:10px;padding:10px 12px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;font-size:12px;color:#334155;line-height:1.55}.qp-med-apa strong{color:#0f172a}.qp-section-sub{font-size:12px;font-weight:400;color:#64748b}[data-theme=dark] .qp-med-pathlabel{color:#64748b}[data-theme=dark] .qp-med-r2{color:#94a3b8}[data-theme=dark] .qp-med-indirect{background:#042f2e;border-left-color:#2dd4bf}[data-theme=dark] .qp-med-indirect-row em{color:#5eead4}[data-theme=dark] .qp-med-sobel{color:#94a3b8}[data-theme=dark] .qp-med-hint{color:#64748b}[data-theme=dark] .qp-med-apa{background:#0b1220;border-color:#334155;color:#cbd5e1}[data-theme=dark] .qp-med-apa strong{color:#e2e8f0}[data-theme=dark] .qp-section-sub{color:#94a3b8}.qp-careless-summary{font-size:13px;margin-bottom:8px}.qp-careless-warn{color:#dc2626;font-weight:600}.qp-careless-ok{color:#16a34a;font-weight:600}[data-theme=dark] .qp-careless-warn{color:#f87171}[data-theme=dark] .qp-careless-ok{color:#4ade80}.qp-flagged-row{background:#fef2f2}[data-theme=dark] .qp-flagged-row{background:#2a1215}.qp-ok-cell{color:#16a34a}[data-theme=dark] .qp-ok-cell{color:#4ade80}.qp-careless-more{font-size:11px;color:#94a3b8;margin-top:6px}.qp-power-form{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.qp-power-summary{font-size:13px;margin-bottom:10px}.qp-power-summary>div{margin:3px 0}.qp-missing-summary{font-size:13px;color:#475569;margin-bottom:8px}[data-theme=dark] .qp-missing-summary{color:#94a3b8}.qp-mcar-result{margin:8px 0}.qp-missing-recs p{font-size:12px;color:#475569;margin:3px 0}[data-theme=dark] .qp-missing-recs p{color:#94a3b8}.qp-apa-table-block{margin-bottom:20px}.qp-apa-table{width:100%;border-collapse:collapse;font-size:12px;font-family:Times New Roman,Times,serif;margin:6px 0}.qp-apa-table th,.qp-apa-table td{padding:4px 8px;text-align:left}.qp-apa-table thead tr{border-top:2px solid #0f172a;border-bottom:1px solid #0f172a}.qp-apa-table tbody tr:last-child{border-bottom:2px solid #0f172a}.qp-apa-table th{font-weight:400;font-style:italic}[data-theme=dark] .qp-apa-table thead tr{border-color:#e2e8f0}[data-theme=dark] .qp-apa-table tbody tr:last-child{border-color:#e2e8f0}[data-theme=dark] .qp-apa-table td{color:#cbd5e1}.qp-apa-note{font-size:11px;color:#64748b;margin-top:4px}[data-theme=dark] .qp-apa-note{color:#94a3b8}.fsm-overlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;animation:fsm-fade-in .2s ease}@keyframes fsm-fade-in{0%{opacity:0}to{opacity:1}}.fsm-box{background:#fff;border-radius:18px;padding:32px 36px 28px;width:100%;max-width:480px;position:relative;box-shadow:0 12px 48px #00000038;animation:fsm-slide-up .25s ease}@keyframes fsm-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.fsm-close{position:absolute;top:14px;right:16px;background:transparent;border:none;font-size:22px;line-height:1;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .15s,background .15s}.fsm-close:hover{color:#374151;background:#f3f4f6}.fsm-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 8px;padding-right:32px;line-height:1.35}.fsm-subtitle{font-size:13px;color:#6b7280;margin:0 0 22px}.fsm-form{display:flex;flex-direction:column;gap:14px}.fsm-rating-row{display:flex;flex-direction:column;gap:6px}.fsm-rating-label{font-size:13px;font-weight:600;color:#374151}.fsm-stars{display:flex;align-items:center;gap:4px}.fsm-star{background:transparent;border:none;font-size:28px;cursor:pointer;color:#d1d5db;padding:0 2px;line-height:1;transition:color .1s,transform .1s}.fsm-star.active{color:#f59e0b}.fsm-star:hover{transform:scale(1.15)}.fsm-star-value{font-size:12px;color:#9ca3af;margin-left:6px}.fsm-comment-wrap{display:flex;flex-direction:column;gap:5px}.fsm-comment-label{font-size:13px;font-weight:600;color:#374151}.fsm-comment{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:13px;color:#111827;resize:vertical;font-family:inherit;outline:none;transition:border-color .15s;background:#fafafa}.fsm-comment:focus{border-color:#1e3a8a;background:#fff}.fsm-char-count{font-size:11px;color:#9ca3af;text-align:right}.fsm-error{font-size:13px;color:#dc2626;margin:0}.fsm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.fsm-skip-btn{background:transparent;border:1px solid #d1d5db;border-radius:8px;padding:9px 16px;font-size:13px;color:#6b7280;cursor:pointer;transition:background .15s}.fsm-skip-btn:hover{background:#f3f4f6}.fsm-submit-btn{background:#1e3a8a;color:#fff;border:none;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.fsm-submit-btn:hover:not(:disabled){background:#1e40af}.fsm-submit-btn:disabled{opacity:.6;cursor:default}.fsm-done{text-align:center;padding:16px 0 8px}.fsm-done-icon{font-size:48px;margin-bottom:12px}.fsm-done p{font-size:15px;font-weight:600;color:#111827;margin:0}[data-theme=dark] .fsm-box{background:#161b27;box-shadow:0 12px 48px #0000008c}[data-theme=dark] .fsm-title{color:#e2e8f0}[data-theme=dark] .fsm-subtitle{color:#94a3b8}[data-theme=dark] .fsm-rating-label,[data-theme=dark] .fsm-comment-label{color:#cbd5e1}[data-theme=dark] .fsm-close{color:#64748b}[data-theme=dark] .fsm-close:hover{color:#cbd5e1;background:#1e293b}[data-theme=dark] .fsm-comment{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .fsm-comment:focus{border-color:#60a5fa}[data-theme=dark] .fsm-skip-btn{border-color:#334155;color:#94a3b8}[data-theme=dark] .fsm-skip-btn:hover{background:#1e293b}[data-theme=dark] .fsm-done p{color:#e2e8f0}.chat-page{height:100vh;height:100svh;overflow:hidden;background:#f4f5f7;font-family:Inter,Segoe UI,sans-serif}.chat-shell{height:100vh;height:100svh;display:flex;overflow:hidden}.sidebar{flex:0 0 280px;height:100vh;height:100svh;overflow:hidden;background:#fff;border-right:1px solid #e7eef7;display:flex;flex-direction:column}.sidebar-top{padding:18px 16px}.sidebar-brand{font-weight:700;font-size:18px;color:#1e3a8a}.menu-item{width:100%;padding:12px;border-radius:12px;border:1px solid transparent;background:transparent;color:#0f172a;text-align:left;cursor:pointer;display:flex;gap:10px;align-items:center;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.menu-item.primary{background:#1e3a8a;color:#fff}.menu-item.active:not(.primary){background:#eff6ff;border-color:#dbeafe}.menu-item:not(.menu-item-search):hover{transform:translateY(-1px);box-shadow:0 6px 14px #0f172a1f}.menu-item:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.sidebar-bottom{margin-top:auto;padding:14px;border-top:1px solid #e7eef7}.user{display:flex;gap:10px;align-items:center}.avatar{width:36px;height:36px;border-radius:999px;background:#eff6ff;display:grid;place-items:center}.user-meta{display:flex;flex-direction:column}.user-name{font-weight:600}.logout{border:none;background:transparent;padding:0;color:#1e3a8a;cursor:pointer;text-align:left}@media(max-width:900px){.sidebar{width:240px;flex:0 0 240px}.composer-inner{max-width:720px;padding:0 16px}}@media(max-width:720px){.chat-page{height:auto;min-height:100vh;overflow:auto}.chat-shell{height:auto;flex-direction:column}.sidebar{width:100%;flex:0 0 auto;height:auto;border-right:none;border-bottom:1px solid #e7eef7}.sidebar-menu{flex-direction:row;flex-wrap:wrap;gap:8px}.menu-item{width:auto}.my-chats{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;min-height:0}.main{height:auto;min-height:60vh}.chat-stream{padding:14px 14px 120px}.composer{bottom:12px}.composer-inner{max-width:100%;padding:0 14px}}.floating-model-selector{position:absolute;top:20px;right:20px;z-index:100}.model-display{border:1px solid #dbeafe;background:#fff;padding:10px 12px;border-radius:12px;display:flex;gap:10px;align-items:center;font-size:.9rem;color:#4f5b7a}.model-btn{border:1px solid #dbeafe;background:#fff;padding:10px 12px;border-radius:12px;cursor:pointer;display:flex;gap:10px;align-items:center}.model-menu{position:absolute;right:0;top:46px;background:#fff;border:1px solid #dbeafe;border-radius:12px;overflow:hidden;min-width:180px;box-shadow:0 10px 24px #00000014}.model-menu button{width:100%;border:none;background:#fff;padding:10px 12px;text-align:left;cursor:pointer}.model-menu button:hover{background:#eff6ff}.chat-area{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:clip}.newchat-brain{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;opacity:.92;transition:opacity .42s ease,filter .42s ease,transform .52s ease}.newchat-brain-svg{width:min(520px,56vw);max-width:82vw;height:auto;filter:drop-shadow(0 10px 18px rgba(15,23,42,.16));animation:brainMeshFloat 4.8s ease-in-out infinite}.brain-edge{stroke:#0f172a80;stroke-width:1.15;animation:brainEdgePulse 3.8s ease-in-out infinite;animation-delay:var(--edge-pulse-delay, 0s)}.brain-node{fill:#0c0f17f5;opacity:.96;transform-box:fill-box;transform-origin:center;animation:brainNodeWiggle var(--node-wiggle-duration, 2.7s) ease-in-out infinite;animation-delay:var(--node-wiggle-delay, 0s)}[data-theme=dark] .newchat-brain-svg{filter:drop-shadow(0 10px 20px rgba(59,130,246,.25))}[data-theme=dark] .brain-edge{stroke:#60a5fad1}[data-theme=dark] .brain-node{fill:#a855f7f5}.newchat-brain.is-fading{animation:brainFadeToBackground .9s cubic-bezier(.2,.7,.2,1) forwards}.newchat-brain.is-background{opacity:.16;filter:blur(.6px);transform:translateY(6px) scale(.985)}@keyframes brainMeshFloat{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(-1.4px,1px) rotate(-.16deg) scale(1.002)}50%{transform:translate(1.3px,-1.1px) rotate(.16deg) scale(.998)}75%{transform:translate(-.8px,-.6px) rotate(-.1deg) scale(1.001)}}@keyframes brainEdgePulse{0%,to{opacity:.42}50%{opacity:.65}}@keyframes brainNodeWiggle{0%,to{transform:translate(0) scale(1)}50%{transform:translate(var(--node-wiggle-x, .35px),var(--node-wiggle-y, -.25px)) scale(1.06)}}@keyframes brainFadeToBackground{0%{opacity:.92;transform:translateY(0) scale(1) rotate(0);filter:blur(0px)}55%{opacity:.34;transform:translateY(4px) scale(.992) rotate(.22deg)}to{opacity:.16;transform:translateY(6px) scale(.985) rotate(0);filter:blur(.6px)}}.chat-stream{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 18px 100px 48px;position:relative;z-index:2;display:flex;flex-direction:column;gap:12px}.bubble{max-width:780px}.bubble.user{align-self:flex-end;background:#1e3a8a;color:#fff;padding:12px 14px;border-radius:16px}.bubble.assistant{align-self:flex-start}.assistant-card{background:#fff;border:1px solid #e7eef7;border-radius:16px;padding:14px}.line{margin:0 0 10px;color:#0d1531}.md-bullet{display:flex;gap:8px;align-items:baseline}.md-bullet-marker{flex-shrink:0;color:#6b7280;font-size:.85em}[data-theme=dark] .md-bullet-marker{color:#9ca3af}.md-heading{margin:14px 0 6px;font-weight:700;color:#0d1531;line-height:1.3}.md-h1{font-size:1.4rem}.md-h2{font-size:1.25rem}.md-h3{font-size:1.1rem}.md-h4{font-size:1rem}.md-hr{border:none;border-top:1px solid #e5e7eb;margin:10px 0}.md-blockquote{margin:8px 0 12px;padding:8px 12px;border-left:3px solid #bfdbfe;background:#f8fafc;color:#334155;border-radius:0 8px 8px 0;line-height:1.55}[data-theme=dark] .md-heading{color:#f3f4f6}[data-theme=dark] .md-hr{border-top-color:#374151}[data-theme=dark] .md-blockquote{border-left-color:#3b82f6;background:#111827;color:#cbd5e1}.line:last-child{margin-bottom:0}.composer{position:absolute;bottom:20px;left:0;right:0;padding:0;background:transparent;border:none;pointer-events:none;z-index:10}.composer-inner{display:flex;align-items:center;gap:12px;max-width:800px;margin:0 auto;padding:0 24px;pointer-events:auto}.composer-inner input{flex:1;height:48px;padding:0 16px;border:1px solid #dbeafe;border-radius:14px;outline:none;font-size:15px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a}.composer-inner button{flex:0 0 auto;width:auto;min-width:110px;height:48px;padding:0 18px;border-radius:14px;border:none;background:#1d4ed8;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #1d4ed84d;transition:all .3s ease}.composer .composer-inner button{width:auto!important}.composer-inner button:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px #1d4ed866}.composer-inner button:active{transform:translateY(0)}.composer-export-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);margin-top:-1px;min-width:28px!important;width:28px!important;height:28px!important;padding:0!important;border-radius:8px!important;background:transparent!important;color:#6b7280!important;box-shadow:none!important;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.composer-export-btn:hover{background:#eef2ff!important;color:#1d4ed8!important;transform:translateY(-50%) translateY(-2px)!important;box-shadow:none!important}[data-theme=dark] .composer-export-btn{color:#94a3b8!important}[data-theme=dark] .composer-export-btn:hover{background:#1e293bb3!important;color:#e2e8f0!important}.my-chats{margin-top:10px;display:flex;flex-direction:column;gap:6px;padding-left:8px;padding-right:8px;flex:1;overflow-y:auto;min-height:0;scrollbar-width:thin;scrollbar-color:transparent transparent}.my-chats.is-scrolling{scrollbar-color:rgba(130,140,160,.7) transparent}.my-chats::-webkit-scrollbar{width:8px}.my-chats::-webkit-scrollbar-track{background:transparent}.my-chats::-webkit-scrollbar-thumb{background:transparent;border-radius:999px}.my-chats.is-scrolling::-webkit-scrollbar-thumb{background:#828ca0b3}[data-theme=dark] .my-chats.is-scrolling::-webkit-scrollbar-thumb{background:#94a3b899}[data-theme=dark] .my-chats.is-scrolling{scrollbar-color:rgba(148,163,184,.6) transparent}.chat-item{padding:10px 12px;border-radius:10px;border:1px solid transparent;background:transparent;text-align:left;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:8px;color:#0f172a;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.chat-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.chat-item-spinner{width:12px;height:12px;border:2px solid #c7d2fe;border-top-color:#6366f1;border-radius:50%;animation:ragSpin .8s linear infinite;flex-shrink:0}.chat-item-dots{display:inline-flex;align-items:center;gap:4px;height:14px;flex:1}.chat-item-dots span{width:6px;height:6px;border-radius:50%;background:#6366f1;opacity:.25;animation:chatDots 1s ease-in-out infinite}.chat-item-dots span:nth-child(2){animation-delay:.2s}.chat-item-dots span:nth-child(3){animation-delay:.4s}@keyframes chatDots{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}.chat-item:hover{background:#eff6ff;transform:translateY(-1px);box-shadow:0 6px 12px #0f172a14}.chat-item.active{background:#e2eeff;border-color:#cfe2ff;font-weight:700}.chat-link{width:100%;padding:10px 14px;border-radius:10px;background:transparent;border:none;text-align:left;font-weight:500;cursor:pointer}.chat-link:hover{background:#eef4ff}.chat-link.active{background:#e6efff;font-weight:600}.sources{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;opacity:.95}.sources-title{font-weight:600;margin-bottom:6px}.sources-list{margin:0;padding-left:18px}.source-name{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.line strong{font-weight:700}.line em{font-style:italic}.inline-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#00000014;padding:2px 6px;border-radius:4px;font-size:.9em}[data-theme=dark] .inline-code{background:#ffffff1a}.composer-textarea{width:100%;resize:none;overflow:hidden;font:inherit;padding:12px 44px 12px 14px;border-radius:12px;border:1px solid #dbeafe;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:inherit;outline:none;box-shadow:0 4px 12px #0000001a}.composer-input-wrap{position:relative;flex:1;display:flex;align-items:center}.stop-stream-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;flex-shrink:0;transition:all .15s ease}.stop-stream-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444;transform:translateY(-1px);box-shadow:0 6px 12px #ef44442e}[data-theme=dark] .stop-stream-btn{background:#1e293b;border-color:#475569;color:#94a3b8}[data-theme=dark] .stop-stream-btn:hover{background:#450a0a;border-color:#dc2626;color:#f87171}.my-chats{margin-top:10px;display:flex;flex-direction:column;gap:6px;padding-left:8px;padding-right:8px;flex:1;overflow-y:auto;min-height:0}.sidebar-menu{padding:14px;display:flex;flex-direction:column;gap:10px;flex:1;overflow:hidden}.rag-papers-panel{padding:24px;max-width:900px;margin:0 auto;height:100%;display:flex;flex-direction:column;overflow:hidden}.rag-papers-panel h2{flex-shrink:0;font-size:24px;font-weight:700;color:#0d1531;margin-bottom:8px}.subtitle{flex-shrink:0;color:#6b7280;margin-bottom:24px}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-state .hint{margin-top:12px;font-size:14px}.empty-state code{background:#eff6ff;padding:2px 6px;border-radius:4px;color:#1e3a8a;font-family:monospace}.rag-papers-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-right:8px}.rag-paper-card{background:#fff;border:1px solid #e7eef7;border-radius:12px;padding:18px;flex-shrink:0}.paper-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.paper-title{font-size:16px;font-weight:600;color:#0d1531;margin:0;flex:1}.paper-download{flex:0 0 auto;padding:8px 16px;border-radius:8px;border:1px solid #1e3a8a;background:transparent;color:#1e3a8a;font-weight:600;cursor:pointer;font-size:14px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.paper-download:hover{background:#eff6ff;transform:translateY(-1px);box-shadow:0 6px 12px #0f172a1f}.paper-meta{font-size:14px;color:#6b7280;margin-bottom:8px}.meta-label{font-weight:600;color:#374151}.query-text{font-style:italic;color:#4b5563}.view-chat-btn{margin-top:12px;padding:8px 14px;border-radius:8px;border:1px solid #e7eef7;background:#f8fbff;color:#1e3a8a;font-weight:600;cursor:pointer;font-size:14px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.view-chat-btn:hover{background:#eff6ff;border-color:#dbeafe;transform:translateY(-1px);box-shadow:0 6px 12px #0f172a1f}.search-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;margin-bottom:10px;animation:expandSearch .3s cubic-bezier(.4,0,.2,1)}@keyframes expandSearch{0%{opacity:0;transform:scaleX(.8);transform-origin:left}to{opacity:1;transform:scaleX(1)}}.search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#0d1531}.search-close-btn{background:none;border:none;font-size:20px;color:#64748b;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.search-close-btn:hover{background:#0000000d;color:#0d1531}.menu-item .search-icon{width:16px;height:16px;display:inline-block;stroke:#0d1531}.search-bar .search-icon{width:16px;height:16px;flex-shrink:0;stroke:#64748b}.search-results-panel{padding:24px;height:100%;overflow-y:auto}.search-results-panel h2{font-size:24px;font-weight:700;color:#0d1531;margin-bottom:20px}.search-loading{text-align:center;padding:40px;color:#6b7280;font-size:16px}.search-results-list{display:flex;flex-direction:column;gap:16px}.search-result-item{background:#fff;border:1px solid #e7eef7;border-radius:12px;padding:18px}.search-result-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e7eef7}.search-result-title{font-size:16px;font-weight:600;color:#0d1531;margin:0;flex:1}.search-match{background:#f8fbff;border-left:3px solid #1e3a8a;padding:12px 14px;margin-bottom:10px;border-radius:4px}.search-match:last-child{margin-bottom:0}.search-match-sentence{font-size:14px;color:#0d1531;line-height:1.6;margin-bottom:8px}.search-match-meta{display:flex;gap:12px;font-size:12px;color:#6b7280}.search-match-role{font-weight:600;text-transform:capitalize}.search-match-time{opacity:.8}[data-theme=dark] .search-bar{background:#334155;border-color:#475569}[data-theme=dark] .search-bar .search-icon{stroke:#94a3b8}[data-theme=dark] .menu-item .search-icon{stroke:#e2e8f0}[data-theme=dark] .search-input{color:#e2e8f0}[data-theme=dark] .search-close-btn{color:#94a3b8}[data-theme=dark] .search-close-btn:hover{background:#ffffff0d;color:#e2e8f0}[data-theme=dark] .search-results-panel h2{color:#e2e8f0}[data-theme=dark] .search-loading{color:#94a3b8}[data-theme=dark] .search-result-item{background:#1e293b;border-color:#334155}[data-theme=dark] .search-result-header{border-color:#334155}[data-theme=dark] .search-result-title{color:#e2e8f0}[data-theme=dark] .search-match{background:#0f172a;border-left-color:#60a5fa}[data-theme=dark] .search-match-sentence{color:#e2e8f0}[data-theme=dark] .search-match-meta{color:#94a3b8}.settings-panel{padding:24px;max-width:600px;margin:0 auto;height:100%;overflow-y:auto}.settings-panel h2{font-size:24px;font-weight:700;color:#0d1531;margin-bottom:24px}.settings-section{background:#fff;border:1px solid #e7eef7;border-radius:12px;padding:20px;margin-bottom:20px}.settings-section h3{font-size:16px;font-weight:600;color:#0d1531;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e7eef7}.settings-message{background:#e8f5e9;color:#2e7d32;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.settings-info{display:flex;gap:8px;margin-bottom:12px;font-size:14px}.info-label{color:#6b7280}.info-value{font-weight:600;color:#0d1531}.settings-form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.settings-form:last-child{margin-bottom:0}.settings-form input{padding:12px 14px;border:1px solid #dbeafe;border-radius:8px;font-size:14px;outline:none;background:#fff}.settings-form input:focus{border-color:#1e3a8a}.settings-form button{padding:12px 18px;border:none;border-radius:8px;background:#1e3a8a;color:#fff;font-weight:600;cursor:pointer;font-size:14px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.settings-form button:hover{background:#1c3de0;transform:translateY(-1px);box-shadow:0 6px 12px #244dff33}.theme-toggle{display:flex;justify-content:space-between;align-items:center}.theme-btn{padding:10px 20px;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;cursor:pointer;font-weight:600;font-size:14px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.theme-btn:hover{background:#eff6ff;transform:translateY(-1px);box-shadow:0 6px 12px #0f172a1f}.danger-btn{padding:12px 18px;border:1px solid #ef4444;border-radius:8px;background:transparent;color:#ef4444;font-weight:600;cursor:pointer;font-size:14px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.danger-btn:hover{background:#fef2f2;transform:translateY(-1px);box-shadow:0 6px 12px #ef444433}[data-theme=dark] .chat-page{background:#0f172a}[data-theme=dark] .sidebar{background:#1e293b;border-color:#334155}[data-theme=dark] .sidebar-top,[data-theme=dark] .sidebar-bottom{border-color:#334155}[data-theme=dark] .menu-item.active:not(.primary){background:#334155;border-color:#475569}[data-theme=dark] .menu-item:not(.menu-item-search):hover{box-shadow:0 6px 14px #00000059}[data-theme=dark] .chat-item:hover{background:#334155;box-shadow:0 6px 12px #00000059}[data-theme=dark] .chat-item.active{background:#334155;border-color:#475569}[data-theme=dark] .model-display,[data-theme=dark] .model-btn{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .model-menu{background:#1e293b;border-color:#334155}[data-theme=dark] .model-menu button{background:#1e293b;color:#e2e8f0}[data-theme=dark] .model-menu button:hover{background:#334155}[data-theme=dark] .assistant-card{background:#1e293b;border-color:#334155}[data-theme=dark] .line{color:#e2e8f0}[data-theme=dark] .composer{background-color:transparent;border-color:transparent}[data-theme=dark] .composer-textarea,[data-theme=dark] .composer-inner input{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#334155;color:#e2e8f0;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .settings-panel h2{color:#e2e8f0}[data-theme=dark] .settings-section{background:#1e293b;border-color:#334155}[data-theme=dark] .settings-section h3{color:#e2e8f0;border-color:#334155}[data-theme=dark] .info-label{color:#94a3b8}[data-theme=dark] .info-value{color:#e2e8f0}[data-theme=dark] .settings-form input{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .theme-btn{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .theme-btn:hover{background:#475569}[data-theme=dark] .user-name{color:#e2e8f0}[data-theme=dark] .avatar{background:#334155}[data-theme=dark] .rag-papers-panel h2,[data-theme=dark] .paper-title{color:#e2e8f0}[data-theme=dark] .rag-paper-card{background:#1e293b;border-color:#334155}[data-theme=dark] .empty-state code{background:#334155;color:#60a5fa}[data-theme=dark] .sidebar-brand{color:#60a5fa}[data-theme=dark] .menu-item{color:#e2e8f0}[data-theme=dark] .menu-item .icon{color:#94a3b8}[data-theme=dark] .chat-item{color:#e2e8f0;font-weight:500}[data-theme=dark] .chat-item-spinner{border-color:#3730a3;border-top-color:#818cf8}[data-theme=dark] .chat-item-dots span{background:#a5b4fc}[data-theme=dark] .logout{color:#60a5fa}[data-theme=dark] .subtitle,[data-theme=dark] .paper-meta{color:#94a3b8}[data-theme=dark] .meta-label{color:#cbd5e1}[data-theme=dark] .query-text,[data-theme=dark] .empty-state{color:#94a3b8}[data-theme=dark] .theme-toggle span{color:#e2e8f0}[data-theme=dark] .settings-message{background:#064e3b;color:#6ee7b7}[data-theme=dark] .send-btn{background:#2563eb}[data-theme=dark] .send-btn:hover{background:#1d4ed8}[data-theme=dark] .sources{border-color:#334155}[data-theme=dark] .sources-title{color:#e2e8f0}[data-theme=dark] .source-name{color:#cbd5e1}[data-theme=dark] .source-section{color:#94a3b8}[data-theme=dark] .source-download{color:#60a5fa}[data-theme=dark] .paper-download{color:#60a5fa;border-color:#60a5fa}[data-theme=dark] .paper-download:hover{background:#1e3a5f}[data-theme=dark] .view-chat-btn{background:#1e293b;border-color:#334155;color:#60a5fa}[data-theme=dark] .view-chat-btn:hover{background:#334155}[data-theme=dark] .danger-btn{color:#f87171;border-color:#f87171}[data-theme=dark] .danger-btn:hover{background:#450a0a}.selection-popup{z-index:1000;animation:popup-fade-in .15s ease-out}.selection-popup-actions{display:flex;gap:8px}.selection-popup button{background:#1e3a8a;color:#fff;border:none;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #0003;white-space:nowrap}.selection-popup button:hover{background:#1c3de0}.selection-popup .selection-link-btn{background:#0f766e}.selection-popup .selection-link-btn:hover{background:#0b5c55}.selection-popup .selection-cancel-btn{background:#e2e8f0;color:#1f2937}.selection-popup .selection-cancel-btn:hover{background:#cbd5f5}.selection-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e3a8a}@keyframes popup-fade-in{0%{opacity:0;transform:translate(-50%,-100%) translateY(4px)}to{opacity:1;transform:translate(-50%,-100%) translateY(0)}}[data-theme=dark] .selection-popup button{background:#3b82f6;box-shadow:0 4px 12px #0006}[data-theme=dark] .selection-popup button:hover{background:#2563eb}[data-theme=dark] .selection-popup .selection-link-btn{background:#14b8a6}[data-theme=dark] .selection-popup .selection-link-btn:hover{background:#0f9f8f}[data-theme=dark] .selection-popup .selection-cancel-btn{background:#334155;color:#e2e8f0}[data-theme=dark] .selection-popup .selection-cancel-btn:hover{background:#475569}[data-theme=dark] .selection-popup:after{border-top-color:#3b82f6}.link-pending-bubble{display:inline-flex;align-items:flex-start;justify-content:space-between;gap:12px;background:#ecfeff;border:1px solid #99f6e4;border-radius:12px;padding:10px 12px;margin-bottom:10px;width:-moz-fit-content;width:fit-content;max-width:800px;align-self:center;pointer-events:auto}.link-pending-content{display:flex;flex-direction:column;gap:4px;min-width:0}.link-pending-label{font-size:12px;font-weight:700;color:#0f766e}.link-pending-text{font-size:13px;color:#134e4a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.link-pending-hint{font-size:11px;color:#0f766e;opacity:.8}.link-pending-close{background:none;border:none;font-size:16px;color:#0f766e;cursor:pointer;padding:0;line-height:1}[data-theme=dark] .link-pending-bubble{background:#0f172a;border-color:#0f766e}[data-theme=dark] .link-pending-label,[data-theme=dark] .link-pending-hint,[data-theme=dark] .link-pending-close{color:#5eead4}[data-theme=dark] .link-pending-text{color:#ccfbf1}.branch-indicator{display:inline-flex;align-items:center;gap:10px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:8px 12px;margin-bottom:10px;width:-moz-fit-content;width:fit-content;max-width:800px;align-self:center;pointer-events:auto}.branch-label{font-size:10px;font-weight:700;letter-spacing:.6px;color:#4338ca;text-transform:uppercase;white-space:nowrap}.branch-detail{font-size:12px;color:#1f2937;opacity:.9;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-clear-btn{border:none;background:#4f46e5;color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:999px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.branch-clear-btn:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 6px 14px #4f46e540}.branch-clear-btn:active{transform:translateY(0)}[data-theme=dark] .branch-indicator{background:#1e293be6;border-color:#4338ca}[data-theme=dark] .branch-label{color:#a5b4fc}[data-theme=dark] .branch-detail{color:#e2e8f0}[data-theme=dark] .branch-clear-btn{background:#6366f1}[data-theme=dark] .branch-clear-btn:hover{background:#818cf8}.quoted-context-bubble{display:inline-flex;align-items:flex-start;gap:12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;margin-bottom:10px;min-height:48px;width:-moz-fit-content;width:fit-content;max-width:800px;align-self:center;pointer-events:auto}.quote-icon-wrapper{flex-shrink:0;margin-top:2px}.quote-icon{font-size:18px;opacity:.5;color:#64748b}.quote-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.quoted-label{display:block;font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.6px}.quoted-text{margin:0;font-size:13px;color:#475569;line-height:1.5;font-style:italic;word-break:break-word;max-height:80px;overflow-y:auto}.quote-close-btn{background:none;border:none;font-size:24px;color:#94a3b8;cursor:pointer;padding:0;line-height:1;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.quote-close-btn:hover{color:#64748b;background:#0000000d}.user-quoted-context{display:flex;align-items:flex-start;gap:6px;background:#ffffff26;border-radius:8px;padding:8px 10px;margin-bottom:8px;font-size:12px;opacity:.9}.quote-icon{font-size:14px;opacity:.7;flex-shrink:0}.quote-text{font-style:italic;line-height:1.4;word-break:break-word}[data-theme=dark] .quoted-context-bubble{background:#334155;border-color:#475569}[data-theme=dark] .quote-icon,[data-theme=dark] .quoted-label{color:#94a3b8}[data-theme=dark] .quoted-text{color:#f1f5f9}[data-theme=dark] .quote-close-btn{color:#94a3b8}[data-theme=dark] .quote-close-btn:hover{color:#cbd5e1;background:#ffffff0d}[data-theme=dark] .quoted-context-close{color:#94a3b8!important}[data-theme=dark] .quoted-context-close:hover{color:#f1f5f9!important}[data-theme=dark] .user-quoted-context{background:#0003}.rag-thinking-bubble{display:inline-flex;align-items:center;gap:10px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;padding:10px 14px;margin-bottom:8px;width:-moz-fit-content;width:fit-content;max-width:800px;margin-left:auto;margin-right:auto;pointer-events:auto;animation:ragFadeIn .2s ease}@keyframes ragFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.rag-thinking-spinner{width:16px;height:16px;border:2px solid #c7d2fe;border-top-color:#6366f1;border-radius:50%;animation:ragSpin .8s linear infinite;flex-shrink:0}@keyframes ragSpin{to{transform:rotate(360deg)}}.rag-thinking-content{display:flex;flex-direction:column;gap:2px}.rag-thinking-step{font-size:13px;font-weight:500;color:#4338ca}.rag-thinking-rephrased{font-size:12px;color:#6366f1;font-style:italic;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thinking-block{margin-bottom:12px;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#f9fafb}.thinking-summary{display:flex;align-items:center;gap:6px;padding:7px 12px;font-size:.8rem;font-weight:600;color:#6b7280;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style:none}.thinking-summary::-webkit-details-marker{display:none}.thinking-summary:after{content:"▸";margin-left:auto;transition:transform .2s}.thinking-block[open] .thinking-summary:after{transform:rotate(90deg)}.thinking-icon{font-size:.9rem}.thinking-content{padding:8px 14px 10px;border-top:1px solid #e5e7eb;font-size:.82rem;color:#4b5563;max-height:300px;overflow-y:auto}.thinking-line{margin:2px 0;line-height:1.5}[data-theme=dark] .thinking-block{background:#1a1a2e;border-color:#374151}[data-theme=dark] .thinking-summary{color:#9ca3af}[data-theme=dark] .thinking-content{border-top-color:#374151;color:#d1d5db}[data-theme=dark] .rag-thinking-bubble{background:#1e1b4b;border-color:#3730a3}[data-theme=dark] .rag-thinking-spinner{border-color:#3730a3;border-top-color:#818cf8}[data-theme=dark] .rag-thinking-step{color:#a5b4fc}[data-theme=dark] .rag-thinking-rephrased{color:#818cf8}.message-wrapper{display:flex;align-items:flex-start;gap:8px;width:100%;padding:2px 0}.chat-stream[data-density=compact] .message-wrapper{padding:0}.chat-stream[data-density=compact] .bubble.user{padding:8px 11px}.chat-stream[data-density=compact] .assistant-card{padding:9px 11px}.chat-stream[data-density=compact] .message-meta{margin-top:4px}.user-wrapper{justify-content:flex-end}.assistant-wrapper{justify-content:flex-start}.message-actions-left,.message-actions-right{display:flex;align-items:center;gap:4px;opacity:0;animation:fadeIn .15s ease forwards;flex-shrink:0;padding-top:8px}@keyframes fadeIn{to{opacity:1}}.action-btn{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#64748b;transition:all .15s ease}.action-btn:hover{background:#f1f5f9;color:#334155;transform:translateY(-1px);box-shadow:0 6px 12px #0f172a1f}[data-theme=dark] .action-btn{background:#334155e6;border-color:#475569;color:#94a3b8}[data-theme=dark] .action-btn:hover{background:#475569;color:#e2e8f0}.message-meta{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:11px;color:#94a3b8}.bubble.user .message-meta{color:#ffffffb3}.message-time{opacity:.8}.message-model{background:#e2e8f0;padding:2px 6px;border-radius:4px;font-size:10px;color:#64748b}[data-theme=dark] .message-meta{color:#64748b}[data-theme=dark] .message-model{background:#334155;color:#94a3b8}.copy-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:#1e293b;color:#f1f5f9;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;z-index:1000;box-shadow:0 4px 12px #0000004d;animation:toastSlideUp .2s ease}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}[data-theme=dark] .copy-toast{background:#475569;color:#f1f5f9}.chat-shell{display:grid;grid-template-columns:320px 1fr}.sidebar{padding:18px 16px;background:var(--apple-panel);border-right:1px solid var(--apple-line)}.sidebar-top{padding:0;margin-bottom:8px}.sidebar-brand{font-weight:600;font-size:20px;letter-spacing:-.02em;color:var(--apple-text);display:inline-flex;align-items:center;gap:10px}.sidebar-brand:before{content:"";width:10px;height:10px;border-radius:999px;background:var(--apple-blue)}.sidebar-menu{padding:0;gap:10px}.menu-item{border:1px solid var(--apple-line);background:var(--apple-panel);color:var(--apple-text);font-weight:600;border-radius:12px;justify-content:space-between}.menu-item.primary{background:var(--apple-blue);color:#fff;border-color:transparent;box-shadow:0 8px 20px #0071e340}.menu-item .icon{font-size:16px}.menu-item .plus{font-size:18px;line-height:1}.my-chats{padding:0;margin-top:6px}.chat-item{background:var(--apple-chip);border-radius:12px;color:var(--apple-text)}.chat-item:hover{background:#0071e314}.chat-item.active{background:#eaf2ff;border-color:#d6e4ff}.sidebar-bottom{padding:12px 0 0;border-top:1px solid var(--apple-line)}.main{background:var(--apple-bg)}.topbar{height:clamp(48px,3.8vw,76px);border-bottom:1px solid var(--apple-line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,1.6vw,36px);background:var(--apple-panel-elevated);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-title{font-weight:600;letter-spacing:-.01em}.pill{padding:6px 12px;border-radius:999px;background:var(--apple-chip);font-size:12px;color:var(--apple-muted)}.chat-stream{padding:28px 32px 140px;gap:16px}.bubble{max-width:680px}.bubble.user{background:#eaf2ff;border:1px solid #d6e4ff;color:var(--apple-text)}.assistant-card{background:var(--apple-panel);border:1px solid var(--apple-line);box-shadow:var(--apple-shadow)}.composer{position:sticky;bottom:0;padding:16px 24px 24px;background:linear-gradient(180deg,#f5f5f700,#f5f5f7e6 30%,#f5f5f7);pointer-events:auto}.composer-inner{max-width:820px;margin:0 auto;gap:12px;padding:0}.composer-textarea{min-height:56px;border-radius:16px;padding:16px 54px 16px 16px;background:var(--apple-glass);border-color:var(--apple-line);box-shadow:var(--apple-shadow)}.send-btn{width:34px;height:34px;border-radius:10px;border:none;background:var(--apple-blue);color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,background .2s ease;box-shadow:0 10px 20px #0071e340}.send-btn:hover{background:var(--apple-blue-pressed);transform:translateY(-2px)}.send-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.stop-stream-btn{width:34px;height:34px;border-radius:10px}@media(max-width:980px){.chat-shell{grid-template-columns:1fr}.sidebar{display:none}}:root{--apple-bg: #f5f5f7;--apple-panel: #ffffff;--apple-panel-elevated: rgba(255, 255, 255, .92);--apple-text: #1d1d1f;--apple-muted: #6e6e73;--apple-blue: #0071e3;--apple-blue-pressed: #0063c9;--apple-line: #e8e8ed;--apple-chip: #f2f2f7;--apple-glass: rgba(255, 255, 255, .72);--apple-shadow: 0 18px 36px rgba(0, 0, 0, .12);--apple-user-bubble: #eaf2ff;--apple-user-bubble-border: #d6e4ff;--apple-hover-overlay: rgba(0, 0, 0, .06);--apple-avatar: #d1d1d6;--apple-shadow-sm: 0 4px 8px rgba(0, 0, 0, .08);--apple-shadow-md: 0 12px 30px rgba(0, 0, 0, .12);--apple-blue-shadow: 0 8px 20px rgba(0, 113, 227, .25);--apple-input: #f2f2f7;--apple-glass-border: #e8e8ed;--apple-assistant-bg: #ffffff;--apple-assistant-border: #e8e8ed}:root[data-theme=dark]{--apple-bg: #0b0e14;--apple-panel: #121722;--apple-panel-elevated: rgba(18, 23, 34, .88);--apple-text: #f5f7fb;--apple-muted: #9aa3b2;--apple-blue: #4f8dfb;--apple-blue-pressed: #3f7be6;--apple-line: rgba(255, 255, 255, .08);--apple-chip: rgba(255, 255, 255, .06);--apple-glass: rgba(18, 23, 34, .7);--apple-glass-border: rgba(255, 255, 255, .08);--apple-input: rgba(255, 255, 255, .04);--apple-shadow: 0 18px 36px rgba(0, 0, 0, .45);--apple-user-bubble: rgba(79, 141, 251, .16);--apple-user-bubble-border: rgba(79, 141, 251, .5);--apple-hover-overlay: rgba(255, 255, 255, .06);--apple-avatar: rgba(255, 255, 255, .18);--apple-shadow-sm: 0 10px 22px rgba(0, 0, 0, .45);--apple-shadow-md: 0 18px 36px rgba(0, 0, 0, .45);--apple-blue-shadow: 0 10px 24px rgba(79, 141, 251, .35);--apple-assistant-bg: rgba(18, 23, 34, .85);--apple-assistant-border: rgba(255, 255, 255, .06)}.chat-page{background:var(--apple-bg);color:var(--apple-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-weight:520}:root[data-theme=dark] .chat-page{background:radial-gradient(circle at top,rgba(79,141,251,.08),transparent 55%),var(--apple-bg)}.main{background:linear-gradient(180deg,rgba(255,255,255,.01),transparent 40%)}.sidebar{background:var(--apple-panel);border-color:var(--apple-line)}.sidebar-brand{color:var(--apple-text);letter-spacing:-.02em}.sidebar-bottom{border-color:var(--apple-line)}.avatar{background:var(--apple-chip);color:var(--apple-muted)}.user-name{color:var(--apple-text)}.logout{color:var(--apple-blue)}.menu-item{color:var(--apple-text)}.menu-item.primary{background:var(--apple-blue);color:#fff;box-shadow:0 8px 20px #0071e340}.menu-item.active:not(.primary){background:var(--apple-chip);border-color:var(--apple-line)}.menu-item:not(.menu-item-search):hover{background:var(--apple-chip);box-shadow:0 10px 22px #0000001f}.menu-item .icon,.menu-item .search-icon{color:var(--apple-muted);stroke:var(--apple-muted)}.search-bar{background:var(--apple-chip);border-color:var(--apple-line)}.search-input{color:var(--apple-text)}.search-close-btn{color:var(--apple-muted)}.search-close-btn:hover{background:#0000000d;color:var(--apple-text)}.chat-item{color:var(--apple-text)}.chat-item:hover{background:var(--apple-chip);box-shadow:0 10px 22px #0000001a}.chat-item.active{background:#0071e31f;border-color:#0071e359}.chat-item-dots span{background:var(--apple-blue)}.chat-item-spinner{border-color:#0071e340;border-top-color:var(--apple-blue)}.model-display,.model-btn,.model-menu{background:var(--apple-panel);border-color:var(--apple-line);color:var(--apple-muted)}.model-menu button:hover{background:var(--apple-chip)}.assistant-card{background:var(--apple-panel);border-color:var(--apple-line);box-shadow:var(--apple-shadow)}.line{color:var(--apple-text)}.bubble.user{background:var(--apple-blue);border-radius:18px}.message-meta{color:var(--apple-muted)}.message-model{background:var(--apple-chip);color:var(--apple-muted)}.composer{background:linear-gradient(180deg,#f5f5f700,#f5f5f7d9 35%,#f5f5f7)}:root[data-theme=dark] .composer{background:linear-gradient(180deg,#0b0e1400,#0b0e14d9 35%,#0b0e14)}.composer-inner input,.composer-textarea{background:var(--apple-glass);border-color:var(--apple-line);color:var(--apple-text);box-shadow:0 10px 24px #0000001f}.composer-inner button{background:var(--apple-blue);box-shadow:0 10px 24px #0071e340}.composer-inner button:hover{background:var(--apple-blue-pressed)}.stop-stream-btn{background:var(--apple-panel);border-color:var(--apple-line);color:var(--apple-muted)}.stop-stream-btn:hover{background:#ef44441a;border-color:#fca5a5;color:#ef4444}.composer-export-btn{color:var(--apple-muted)!important}.composer-export-btn:hover{background:var(--apple-chip)!important;color:var(--apple-blue)!important}.action-btn{background:var(--apple-glass);border-color:var(--apple-line);color:var(--apple-muted)}.action-btn:hover{background:var(--apple-chip);color:var(--apple-text)}.search-results-panel h2,.settings-panel h2,.rag-papers-panel h2{color:var(--apple-text)}.search-result-item,.settings-section,.rag-paper-card{background:var(--apple-panel);border-color:var(--apple-line)}.settings-form input{background:var(--apple-glass);border-color:var(--apple-line);color:var(--apple-text)}.settings-form button,.paper-download,.view-chat-btn{color:var(--apple-blue)}.settings-form button{background:var(--apple-blue);color:#fff}.settings-form button:hover{background:var(--apple-blue-pressed)}.theme-btn{background:var(--apple-chip);border-color:var(--apple-line);color:var(--apple-text)}.danger-btn{border-color:#ef4444;color:#ef4444}.danger-btn:hover{background:#ef44441a}.rag-thinking-bubble,.branch-indicator,.quoted-context-bubble{background:var(--apple-chip);border-color:var(--apple-line)}.rag-thinking-step,.branch-detail,.quoted-text{color:var(--apple-text)}.copy-toast{background:#1e293b;color:#f1f5f9}.chat-page.apple-chat{background:var(--apple-bg);color:var(--apple-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:clamp(13px,1vw,18px)}.chat-page.apple-chat .chat-shell{display:grid;grid-template-columns:clamp(260px,22vw,400px) 1fr}.chat-page.apple-chat .sidebar{background:var(--apple-panel);border-right:1px solid var(--apple-line);padding:clamp(12px,1.2vw,24px) clamp(10px,1vw,20px);gap:clamp(10px,1vw,20px)}.chat-page.apple-chat .sidebar-top{padding:0;margin-bottom:clamp(4px,.5vw,12px)}.chat-page.apple-chat .sidebar-brand{display:inline-flex;align-items:center;gap:clamp(6px,.6vw,14px);font-weight:600;font-size:clamp(16px,1.3vw,26px);letter-spacing:-.02em;color:var(--apple-text)}.chat-page.apple-chat .sidebar-brand:before{content:"";width:clamp(8px,.6vw,14px);height:clamp(8px,.6vw,14px);border-radius:999px;background:var(--apple-blue);box-shadow:0 0 10px #4f8dfb99}.chat-page.apple-chat .sidebar-menu{padding:0;gap:clamp(6px,.6vw,14px)}.chat-page.apple-chat .search-bar{position:relative;border:1px solid var(--apple-line);background:var(--apple-input);padding:clamp(8px,.6vw,14px) clamp(10px,.8vw,16px) clamp(8px,.6vw,14px) clamp(30px,2.2vw,44px);border-radius:clamp(8px,.8vw,16px);display:flex;align-items:center}.chat-page.apple-chat .search-input{flex:1;border:none;background:transparent;outline:none;font-size:clamp(12px,.9vw,17px);color:var(--apple-text)}.chat-page.apple-chat .search-icon{position:absolute;left:clamp(8px,.8vw,16px);top:50%;transform:translateY(-50%);width:clamp(14px,1vw,20px);height:clamp(14px,1vw,20px);color:var(--apple-muted)}.chat-page.apple-chat .search-clear-btn{border:none;background:transparent;color:var(--apple-muted);width:clamp(18px,1.2vw,26px);height:clamp(18px,1.2vw,26px);border-radius:50%;display:grid;place-items:center;cursor:pointer}.chat-page.apple-chat .search-clear-btn:hover{background:var(--apple-hover-overlay);color:var(--apple-text)}.chat-page.apple-chat .menu-item{border:1px solid var(--apple-line);background:var(--apple-panel);color:var(--apple-text);padding:clamp(5px,.5vw,10px) clamp(8px,.8vw,16px);border-radius:clamp(8px,.8vw,16px);font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:clamp(5px,.5vw,12px);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.chat-page.apple-chat .menu-item span:first-child{font-weight:700}.chat-page.apple-chat .menu-item.primary{background:linear-gradient(135deg,#4f8dfbf2,#3f7be6f2);color:#fff;border-color:transparent;box-shadow:none}.chat-page.apple-chat .menu-item:hover{transform:translateY(-1px);box-shadow:var(--apple-shadow-sm)}.chat-page.apple-chat .menu-item.primary:hover{background:linear-gradient(135deg,#4f8dfb,#3f7be6)}.chat-page.apple-chat .menu-item .icon{font-size:clamp(12px,.9vw,18px)}.chat-page.apple-chat .menu-item .plus{font-size:clamp(15px,1.1vw,24px);line-height:1}.chat-page.apple-chat .menu-label{font-size:clamp(12px,.9vw,17px);font-weight:700}.chat-page.apple-chat .menu-icon{display:inline-flex;align-items:center;justify-content:center}.chat-page.apple-chat .my-chats{margin-top:clamp(4px,.4vw,10px);gap:clamp(5px,.5vw,12px);padding:0}.chat-page.apple-chat .chat-item{border-radius:clamp(8px,.8vw,16px);background:var(--apple-chip);font-size:clamp(12px,.9vw,17px);color:var(--apple-text);border:1px solid transparent;box-shadow:none}.chat-page.apple-chat .chat-item:hover{box-shadow:var(--apple-shadow-sm)}.chat-page.apple-chat .chat-item.active{background:#4f8dfb2e;border:1px solid rgba(79,141,251,.45)}.chat-page.apple-chat .sidebar-bottom{margin-top:auto;padding-top:clamp(8px,.8vw,18px);border-top:1px solid var(--apple-line)}.chat-page.apple-chat .avatar{width:clamp(28px,2.2vw,44px);height:clamp(28px,2.2vw,44px);border-radius:999px;background:var(--apple-avatar);color:var(--apple-muted)}.chat-page.apple-chat .logout{color:var(--apple-blue);font-size:clamp(12px,.85vw,16px);font-weight:600}.chat-page.apple-chat .user-name{font-size:clamp(12px,.9vw,17px)}.chat-page.apple-chat .topbar{height:clamp(48px,3.8vw,76px);min-height:clamp(48px,3.8vw,76px);max-height:clamp(48px,3.8vw,76px);border-bottom:none;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,1.6vw,36px);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;position:absolute;top:0;left:0;right:0;z-index:10}.chat-page.apple-chat .chat-title{font-size:clamp(14px,1.1vw,20px);font-weight:600;letter-spacing:-.01em}.chat-page.apple-chat .pill{padding:clamp(4px,.4vw,8px) clamp(8px,.8vw,16px);border-radius:999px;background:var(--apple-chip);font-size:clamp(10px,.8vw,15px);color:var(--apple-muted)}.chat-page.apple-chat .chat-area{padding-top:0}.chat-page.apple-chat .chat-stream{padding:calc(clamp(48px,3.8vw,76px) + clamp(18px,1.8vw,40px)) 15% clamp(80px,8vw,160px)!important;gap:clamp(10px,1vw,24px)}.chat-page.apple-chat .bubble{max-width:clamp(320px,80%,100%)}.chat-page.apple-chat .assistant-card{background:var(--apple-assistant-bg);border:1px solid var(--apple-assistant-border);border-radius:clamp(10px,1vw,20px);padding:clamp(10px,.9vw,20px) clamp(12px,1vw,22px);box-shadow:var(--apple-shadow)}.chat-page.apple-chat .bubble.user{background:var(--apple-user-bubble);border:1px solid var(--apple-user-bubble-border);color:var(--apple-text);border-radius:clamp(10px,1vw,20px);padding:clamp(10px,.9vw,20px) clamp(12px,1vw,22px);box-shadow:var(--apple-shadow)}.chat-page.apple-chat .message-meta{font-size:clamp(10px,.8vw,15px);color:var(--apple-muted);margin-top:clamp(4px,.4vw,10px)}.chat-page.apple-chat .bubble.user .message-meta{color:var(--apple-muted)}.chat-page.apple-chat .line{color:var(--apple-text);font-size:clamp(13px,1vw,18px)}.chat-page.apple-chat .composer{position:absolute;bottom:0;left:0;right:0;padding:clamp(10px,1vw,22px) clamp(16px,1.6vw,36px) clamp(16px,1.6vw,36px);background:transparent;pointer-events:none}.chat-page.apple-chat .composer-inner{position:relative;max-width:clamp(560px,55vw,1080px);margin:0 auto;padding:0}.chat-page.apple-chat .composer-input-wrap{width:100%}.chat-page.apple-chat .composer-textarea{width:80%;min-height:clamp(40px,3vw,52px);border-radius:clamp(10px,1vw,20px);border:1px solid var(--apple-line);background:var(--apple-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:clamp(8px,.7vw,14px) clamp(60px,5.6vw,92px) clamp(8px,.7vw,14px) clamp(10px,1vw,20px);font-size:clamp(13px,1vw,18px);outline:none;color:var(--apple-text);box-shadow:var(--apple-shadow-md)}.chat-page.apple-chat .send-btn{position:absolute;right:clamp(8px,.8vw,14px);top:50%;transform:translateY(-50%) scale(1);width:clamp(26px,2vw,36px);min-width:clamp(26px,2vw,36px);height:clamp(26px,2vw,36px);border-radius:50%;background:#82829614;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--apple-text);display:grid;place-items:center;cursor:pointer;transition:opacity .18s ease,transform .18s ease,background .15s ease;box-shadow:none;padding:0;flex:none;opacity:1;pointer-events:auto;border:none;outline:none}.chat-page.apple-chat .send-btn--hidden{opacity:0;transform:translateY(-50%) scale(.6);pointer-events:none}.chat-page.apple-chat .send-btn:not(.send-btn--hidden):hover{background:#82829652}.chat-page.apple-chat .send-btn-icon{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;transition:opacity .18s ease,transform .18s ease}.chat-page.apple-chat .send-btn--play .send-btn-icon--play{opacity:1;transform:scale(1)}.chat-page.apple-chat .send-btn--play .send-btn-icon--pause,.chat-page.apple-chat .send-btn--hidden .send-btn-icon--pause{opacity:0;transform:scale(.5)}.chat-page.apple-chat .send-btn--pause .send-btn-icon--pause{opacity:1;transform:scale(1)}.chat-page.apple-chat .send-btn--pause .send-btn-icon--play,.chat-page.apple-chat .send-btn--hidden .send-btn-icon--play{opacity:0;transform:scale(.5)}.chat-page.apple-chat .composer-export-btn{right:clamp(40px,3.4vw,68px)}.settings-overlay-backdrop{position:fixed;inset:0;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:900;animation:settingsFadeIn .2s ease}.settings-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(360px,32vw,560px);max-width:90vw;max-height:80vh;overflow-y:auto;scrollbar-width:none;background:var(--apple-panel);border:1px solid var(--apple-line);border-radius:clamp(14px,1.3vw,26px);padding:clamp(18px,1.8vw,36px) clamp(20px,2vw,40px);z-index:901;box-shadow:0 24px 64px #0003;animation:settingsSlideIn .25s cubic-bezier(.4,0,.2,1)}.settings-overlay-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(16px,1.5vw,32px)}.settings-overlay-header h2{font-size:clamp(18px,1.4vw,28px);font-weight:700;color:var(--apple-text);margin:0}.settings-overlay-close{width:clamp(26px,2vw,40px);height:clamp(26px,2vw,40px);border-radius:999px;border:none;background:var(--apple-chip);color:var(--apple-muted);font-size:clamp(15px,1.1vw,24px);display:grid;place-items:center;cursor:pointer;transition:background .15s ease,color .15s ease}.settings-overlay-close:hover{background:var(--apple-line);color:var(--apple-text)}.settings-overlay .settings-section{background:var(--apple-chip);border:1px solid var(--apple-line);border-radius:clamp(10px,.9vw,18px);padding:clamp(12px,1.2vw,24px) clamp(14px,1.3vw,26px);margin-bottom:clamp(10px,1vw,22px)}.settings-overlay .settings-section h3{font-size:15px;font-weight:600;color:var(--apple-text);margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--apple-line)}.settings-overlay .settings-info{display:flex;gap:8px;margin-bottom:10px;font-size:14px}.settings-overlay .info-label{color:var(--apple-muted)}.settings-overlay .info-value{font-weight:600;color:var(--apple-text)}.settings-overlay .settings-form input{padding:10px 14px;border:1px solid var(--apple-line);border-radius:10px;font-size:14px;outline:none;background:var(--apple-panel);color:var(--apple-text)}.settings-overlay .settings-form input:focus{border-color:var(--apple-blue)}.settings-overlay .settings-form button{padding:10px 16px;border:none;border-radius:10px;background:var(--apple-blue);color:#fff;font-weight:600;cursor:pointer;font-size:14px;transition:background .15s ease}.settings-overlay .settings-form button:hover{background:var(--apple-blue-pressed)}.settings-overlay .theme-toggle{display:flex;justify-content:space-between;align-items:center;color:var(--apple-text)}.settings-overlay .theme-btn{padding:8px 18px;border:1px solid var(--apple-line);border-radius:10px;background:var(--apple-panel);cursor:pointer;font-weight:600;font-size:14px;color:var(--apple-text);transition:background .15s ease}.settings-overlay .theme-btn:hover{background:var(--apple-chip)}.settings-overlay .danger-btn{padding:10px 16px;border:1px solid #ef4444;border-radius:10px;background:transparent;color:#ef4444;font-weight:600;cursor:pointer;font-size:14px;transition:background .15s ease}.settings-overlay .danger-btn:hover{background:#ef44441a}.settings-overlay .settings-message{background:#22c55e1a;color:#22c55e;padding:10px 14px;border-radius:10px;margin-bottom:16px;font-size:14px}@keyframes settingsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes settingsSlideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}@media(max-width:980px){.chat-page.apple-chat .chat-shell{grid-template-columns:1fr}.chat-page.apple-chat .sidebar{display:none}}.chat-map-mini{position:absolute;bottom:80px;right:16px;width:260px;height:200px;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 24px #0000001a;z-index:50;overflow:visible;display:flex;flex-direction:column;transition:all .3s ease;animation:slideInFromRight .3s cubic-bezier(.4,0,.2,1)}.chat-map-mini .chat-map-header,.chat-map-mini>div:last-child{border-radius:0 0 12px 12px;overflow:hidden}.chat-map-mini .chat-map-header{border-radius:12px 12px 0 0}@media(max-width:640px){.chat-map-mini{width:200px;height:150px;right:10px;bottom:64px}}@media(max-width:420px){.chat-map-mini{width:170px;height:130px}}@keyframes slideInFromRight{0%{transform:translate(calc(100% + 32px));opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}to{transform:translate(calc(100% + 32px));opacity:0}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}to{transform:translate(calc(-100% - 32px));opacity:0}}.chat-map-mini:hover{box-shadow:0 8px 32px #0000002e}.chat-map-show-btn{animation:slideInShowBtn .3s cubic-bezier(.4,.5,.2,1)}@keyframes slideInShowBtn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.chat-map-show-btn:hover{background:#f1f5f9!important}[data-theme=dark] .chat-map-show-btn:hover{background:#475569!important}.chat-map-collapse-btn{transition:all .2s ease;border-radius:20px}.chat-map-collapse-btn:active{transform:translateY(-50%) scale(.95);border-radius:20px}.chat-map-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;flex-shrink:0}.chat-map-expanded{position:absolute;inset:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;flex-direction:column;align-items:center;border-radius:0;animation:mapFadeIn .2s ease}@keyframes mapFadeIn{0%{opacity:0}to{opacity:1}}.chat-map-close{position:absolute;top:16px;right:16px;background:none;border:1px solid #cbd5e1;border-radius:8px;padding:6px 14px;font-size:13px;cursor:pointer;z-index:101;transition:background .15s ease}.chat-map-close:hover{background:#0000000d}[data-theme=dark] .chat-map-close{border-color:#475569}[data-theme=dark] .chat-map-close:hover{background:#ffffff0d}.chat-map-scroll{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;padding:60px 30px 30px;width:100%}.chat-right-cluster{position:absolute;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;z-index:90;pointer-events:none}.chat-right-cluster.drawer-open .chat-map-mini,.chat-right-cluster.drawer-open .chat-map-show-btn{display:none}.chat-right-cluster>*{pointer-events:auto}.idp-trigger-btn{display:flex;align-items:center;justify-content:center;width:54px;height:82px;background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:0 8px 8px 0;cursor:pointer;color:#475569;font-size:10px;font-weight:700;letter-spacing:.04em;writing-mode:vertical-rl;text-orientation:mixed;box-shadow:2px 2px 10px #00000014;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.idp-main-btn{display:flex;align-items:center;justify-content:center;width:36px;height:52px;background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:0 8px 8px 0;cursor:pointer;color:#475569;font-size:10px;font-weight:700;letter-spacing:.04em;writing-mode:vertical-rl;text-orientation:mixed;box-shadow:2px 2px 10px #00000014;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.idp-trigger-btn:hover{background:#f1f5f9;color:#1e293b;box-shadow:3px 3px 14px #0000001f}.idp-trigger-btn.active{background:#4f46e5;border-color:#4338ca;color:#fff;box-shadow:2px 2px 12px #4f46e559}[data-theme=dark] .idp-trigger-btn{background:#334155;border-color:#475569;color:#94a3b8}[data-theme=dark] .idp-trigger-btn:hover{background:#3d5068;color:#e2e8f0}[data-theme=dark] .idp-trigger-btn.active{background:#4f46e5;border-color:#4338ca;color:#fff}.idp-fullpage-dash-btn{position:fixed;bottom:32px;left:50%;transform:translate(-50%);width:auto!important;padding:0 20px!important;height:44px!important;z-index:50}.idp-drawer{position:absolute;inset:0;z-index:80;background:#fff;transform:translate(100%);visibility:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,visibility 0s linear .35s;display:flex;flex-direction:column;overflow:hidden}.idp-drawer.open{transform:translate(0);visibility:visible;box-shadow:-8px 0 32px #0000001f;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,visibility 0s linear 0s}[data-theme=dark] .idp-drawer{background:#0f172a}.chat-right-cluster .idp-docs-btn{display:flex;align-items:center;justify-content:center;width:36px;height:52px;background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:0 8px 8px 0;cursor:pointer;color:#475569;font-size:10px;font-weight:700;letter-spacing:.04em;writing-mode:vertical-rl;text-orientation:mixed;box-shadow:2px 2px 10px #00000014;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.highlight-flash{animation:msgFlash 1.5s ease}@keyframes msgFlash{0%,to{background:transparent}25%{background:#4f46e51a}}[data-theme=dark] .highlight-flash{animation:msgFlashDark 1.5s ease}@keyframes msgFlashDark{0%,to{background:transparent}25%{background:#6366f126}}.search-highlight{position:relative;padding:0 0 6px;color:inherit;background:transparent;background-image:linear-gradient(#f59e0b,#f59e0b);background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;animation:readingPaceUnderline 4.4s linear .2s forwards;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone}@keyframes readingPaceUnderline{0%{background-size:0% 2px;opacity:1}50%{background-size:100% 2px;opacity:1}to{background-size:100% 2px;opacity:0}}[data-theme=dark] .search-highlight{color:inherit;background-image:linear-gradient(#fbbf24,#fbbf24)}@media(max-width:720px){.sidebar-menu{gap:10px}.menu-item{padding:10px 12px;font-size:14px}.menu-item.primary{flex:1 1 calc(50% - 8px);justify-content:center}.my-chats{order:3;width:100%;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:8px;padding:8px 6px 6px}.chat-item{flex:0 0 auto;border-radius:999px;padding:8px 12px;font-size:13px;background:#eff6ff;border-color:#dbeafe;color:#1e293b;white-space:nowrap}.chat-item.active{background:#e0e7ff;border-color:#c7d2fe}.chat-item-title{white-space:nowrap}.sidebar-bottom{padding:12px 14px}.user-name{font-size:14px}.logout{font-size:13px}}@media(max-width:480px){.menu-item.primary{flex:1 1 100%}}.chat-shell,.chat-page.apple-chat .chat-shell{display:flex!important;flex-direction:column!important}@media(max-width:980px){.chat-shell{flex-direction:column!important}}.main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.topnav{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;width:100%;padding:14px 24px 0;font-family:Inter,Segoe UI,sans-serif}.topnav-brand-row{margin-bottom:12px}.topnav-home .topnav-brand-row{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.topnav-home-spacer{flex:1}.topnav-home-actions{flex:1;display:flex;justify-content:flex-end}.topnav-cog-btn{background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;color:#64748b;display:flex;align-items:center;transition:color .15s,background .15s}.topnav-cog-btn:hover{color:#1e3a8a;background:#1e3a8a12}.topnav-cog-btn.active{color:#1e3a8a}.floating-dashboard-btn{position:fixed;top:14px;right:56px;z-index:300;background:#1e3a8a;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:background .15s}.floating-dashboard-btn:hover,[data-theme=dark] .floating-dashboard-btn{background:#1e40af}[data-theme=dark] .floating-dashboard-btn:hover{background:#2563eb}.note-saved-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#1e3a8a;color:#fff;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;z-index:2000;pointer-events:none;animation:toast-fade .2s ease-out}@keyframes toast-fade{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}[data-theme=dark] .note-saved-toast{background:#1e40af}.chat-topbar{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0;background:#fff}.chat-topbar-title{font-size:16px;font-weight:600;color:#1e3a8a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-topbar-dashboard-btn{padding:6px 14px;background:transparent;color:#1e3a8a;border:1.5px solid #1e3a8a;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:background .15s,color .15s;flex-shrink:0}.chat-topbar-dashboard-btn:hover{background:#eff6ff}[data-theme=dark] .chat-topbar{background:#1e2030;border-bottom-color:#2d3555}[data-theme=dark] .chat-topbar-title{color:#93c5fd}[data-theme=dark] .chat-topbar-dashboard-btn{color:#93c5fd;border-color:#3b82f6;background:transparent}[data-theme=dark] .chat-topbar-dashboard-btn:hover{background:#1e293b}.floating-cog-btn{position:fixed;top:14px;right:16px;z-index:300;background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;color:#64748b;display:flex;align-items:center;transition:color .15s,background .15s}.floating-cog-btn:hover{color:#1e3a8a;background:#1e3a8a12}.floating-cog-btn.active{color:#1e3a8a}[data-theme=dark] .topnav-cog-btn{color:#94a3b8}[data-theme=dark] .topnav-cog-btn:hover{color:#60a5fa;background:#60a5fa1a}[data-theme=dark] .floating-cog-btn{color:#94a3b8}[data-theme=dark] .floating-cog-btn:hover{color:#60a5fa;background:#60a5fa1a}.topnav-home{min-height:1%;padding-left:24px;padding-right:24px;padding-bottom:12px;justify-content:center}.topnav-home .topnav-brand-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center}.topnav-brand-btn{background:none;border:none;cursor:pointer;padding:0}.topnav-brand{font-size:22px;font-weight:700;letter-spacing:-.5px;color:#111827;font-family:Inter,Segoe UI,sans-serif;transition:color .15s}.topnav-brand-btn:hover .topnav-brand{color:#1e3a8a}.topnav-links-row{display:flex;align-items:center;gap:4px}.topnav-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px 10px;border:none;border-bottom:2px solid transparent;background:transparent;color:#6b7280;font-size:13px;font-weight:500;font-family:Inter,Segoe UI,sans-serif;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s;border-radius:0}.topnav-btn:hover{color:#111827}.topnav-btn.active{color:#1e3a8a;border-bottom-color:#1e3a8a;font-weight:600}.topnav-icon{width:15px;height:15px;flex-shrink:0}.topnav-user{display:inline-flex;align-items:center;gap:6px;padding:6px 12px 10px;font-size:13px;font-weight:500;color:#6b7280;font-family:Inter,Segoe UI,sans-serif}.topnav-chats-wrap{position:relative;display:inline-flex;align-items:center;cursor:pointer}.topnav-chats-wrap .topnav-btn{pointer-events:none}.topnav-chats-wrap:hover>.topnav-btn{color:#111827}.chats-dropdown{display:flex;flex-direction:column;gap:6px;position:absolute;top:100%;left:0;right:0;max-height:0;overflow:hidden;background:#ffffffd1;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:none;border-radius:0 0 10px 10px;padding:0 8px;box-shadow:none;z-index:200;opacity:0;transition:max-height .25s ease,opacity .2s ease,padding .2s ease,box-shadow .2s ease}.topnav-chats-wrap:hover .chats-dropdown{max-height:630px;overflow-y:auto;opacity:1;padding:8px;box-shadow:0 8px 24px #0000001f;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.topnav-chats-wrap:hover .chats-dropdown::-webkit-scrollbar{width:4px}.topnav-chats-wrap:hover .chats-dropdown::-webkit-scrollbar-track{background:transparent}.topnav-chats-wrap:hover .chats-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.chats-dropdown-empty{font-size:12px;color:#94a3b8;padding:12px;text-align:center}.chat-card{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s;width:100%}.chat-card:hover{border-color:#1e3a8a;box-shadow:0 2px 8px #1e3a8a1a}.chat-card.active{border-color:#1e3a8a;background:#eff6ff}.chat-card-title{font-size:13px;font-weight:700;color:#0d1b3d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-card-preview{font-size:11px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.chat-stream{gap:20px!important}.message-wrapper{padding:0!important;margin:0!important}.settings-footer{padding:16px 0 4px;border-top:1px solid #e2e8f0;margin-top:8px}.settings-logout-btn{width:100%;padding:10px;border-radius:8px;border:1px solid #e2e8f0;background:transparent;color:#ef4444;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.settings-logout-btn:hover{background:#fef2f2}[data-theme=dark] .topnav{background:#0f0f1a;border-bottom-color:#ffffff14}[data-theme=dark] .topnav-brand{color:#e2e8f0}[data-theme=dark] .topnav-btn{color:#94a3b8}[data-theme=dark] .topnav-btn:hover{color:#e2e8f0}[data-theme=dark] .topnav-btn.active{color:#93c5fd;border-bottom-color:#93c5fd}[data-theme=dark] .topnav-user{color:#64748b}[data-theme=dark] .topnav-chats-wrap:hover>.topnav-btn{color:#e2e8f0}[data-theme=dark] .chats-dropdown{background:#1a1a2e;border-color:#2a2a45}[data-theme=dark] .chat-card{background:#111827;border-color:#1e2a4a}[data-theme=dark] .chat-card:hover{border-color:#1e40af}[data-theme=dark] .chat-card.active{background:#0f172a;border-color:#1e40af}[data-theme=dark] .chat-card-title{color:#e2e8f0}[data-theme=dark] .chat-card-preview{color:#64748b}[data-theme=dark] .settings-footer{border-top-color:#1e2a4a}[data-theme=dark] .settings-logout-btn{border-color:#1e2a4a;color:#f87171}[data-theme=dark] .settings-logout-btn:hover{background:#2d1515}[data-fontsize=small] .main{zoom:.88}[data-fontsize=medium] .main{zoom:1}[data-fontsize=large] .main{zoom:1.15}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0}.settings-row>span{font-size:13px;color:#374151;flex-shrink:0}.settings-seg{display:flex;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;flex-shrink:0}.seg-btn{background:#fff;border:none;border-right:1px solid #d1d5db;padding:5px 12px;font-size:12px;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.seg-btn:last-child{border-right:none}.seg-btn:hover{background:#f3f4f6;color:#111827}.seg-btn.active{background:#1e3a8a;color:#fff;font-weight:600}.settings-row-label{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.settings-row-label>span:first-child{font-size:13px;color:#374151}.settings-row-hint{font-size:11px;color:#9ca3af}[data-theme=dark] .settings-row>span{color:#cbd5e1}[data-theme=dark] .settings-row-label>span:first-child{color:#cbd5e1}[data-theme=dark] .settings-row-hint{color:#64748b}[data-theme=dark] .settings-seg{border-color:#374151}[data-theme=dark] .seg-btn{background:#1e293b;border-color:#374151;color:#94a3b8}[data-theme=dark] .seg-btn:hover{background:#273244;color:#e2e8f0}[data-theme=dark] .seg-btn.active{background:#1d4ed8;color:#fff}.topnav-notes-btn{background:transparent;color:#1e3a8a;border:1px solid #bfdbfe;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.topnav-notes-btn:hover{background:#dbeafe}[data-theme=dark] .topnav-notes-btn{color:#93c5fd;border-color:#1e3a8a}[data-theme=dark] .topnav-notes-btn:hover{background:#1e3a8a40}.selection-popup .selection-notes-btn{background:#7c3aed}.selection-popup .selection-notes-btn:hover{background:#6d28d9}[data-theme=dark] .selection-popup .selection-notes-btn{background:#7c3aed}[data-theme=dark] .selection-popup .selection-notes-btn:hover{background:#6d28d9}@keyframes highlight-flash{0%{background:#2563eb40}to{background:transparent}}.highlight-flash{animation:highlight-flash 1.5s ease-out forwards;border-radius:6px}@media(max-width:900px){.chat-page,.chat-page.apple-chat{position:fixed!important;inset:0!important;height:100%!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.chat-shell,.chat-page.apple-chat .chat-shell{flex:1!important;min-height:0!important;overflow:hidden!important;flex-direction:column!important;display:flex!important}.main{flex:1!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.topnav{flex-shrink:0!important;position:relative!important;z-index:100}.chat-area{flex:1!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;position:relative!important}.chat-stream,.chat-page.apple-chat .chat-stream{flex:1!important;overflow-y:auto!important;min-height:0!important;height:auto!important}.composer,.chat-page.apple-chat .composer{flex-shrink:0!important;position:relative!important;bottom:auto!important}.chat-page.apple-chat .chat-stream{padding-left:16px!important;padding-right:16px!important}.chat-page.apple-chat .bubble.assistant,.bubble.assistant{width:100%;max-width:100%}.chat-page.apple-chat .assistant-card,.assistant-card{border:none;border-radius:0;background:transparent;box-shadow:none;padding:4px 0}[data-theme=dark] .chat-page.apple-chat .assistant-card,[data-theme=dark] .assistant-card{border:none;background:transparent;box-shadow:none}.chat-page.apple-chat .bubble.user,.bubble.user{max-width:80%}.message-wrapper{width:100%}.assistant-wrapper{align-items:flex-start}.composer-inner{max-width:100%;padding:0 12px}.link-pending-bubble,.quoted-context-bubble,.rag-thinking-bubble{max-width:100%}}@supports (padding: env(safe-area-inset-bottom)){.topnav{padding-top:calc(env(safe-area-inset-top) + 14px)}.composer{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}.chat-page,.chat-page.apple-chat{background-color:var(--apple-bg);min-height:100dvh}}@media(max-width:480px){.chat-page.apple-chat .chat-stream{padding-left:10px!important;padding-right:10px!important}.chat-page.apple-chat .bubble.user,.bubble.user{max-width:88%;font-size:14px;padding:10px 12px}.composer-inner{padding:0 8px}.topnav{padding-left:12px;padding-right:12px}}:root{--login-apple-bg: #f5f5f7;--login-apple-panel: #ffffff;--login-apple-text: #1d1d1f;--login-apple-muted: #6e6e73;--login-apple-blue: #0071e3;--login-apple-blue-pressed: #0063c9;--login-apple-line: #e8e8ed;--login-apple-shadow: 0 18px 40px rgba(0, 0, 0, .12);--login-apple-glass: rgba(255, 255, 255, .75)}.login-apple-page{min-height:100svh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--login-apple-bg);color:var(--login-apple-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Arial,sans-serif}.login-apple-hero{padding:48px 56px;background:radial-gradient(circle at top left,rgba(0,113,227,.18),transparent 55%),linear-gradient(180deg,#f7f7fb,#f5f5f7);display:flex;flex-direction:column;justify-content:center;gap:24px}.login-apple-brand{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:20px;letter-spacing:-.02em;color:var(--login-apple-text);text-decoration:none}.login-apple-dot{width:10px;height:10px;border-radius:999px;background:var(--login-apple-blue)}.login-apple-hero h1{font-size:44px;line-height:1.08;letter-spacing:-.03em;max-width:480px}.login-apple-hero p{color:var(--login-apple-muted);font-size:17px;max-width:460px;line-height:1.6}.login-apple-card{margin-top:20px;padding:18px 20px;background:#ffffffb3;border:1px solid rgba(0,0,0,.04);border-radius:18px;box-shadow:0 12px 30px #00000014;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-apple-card strong{display:block;font-size:15px;margin-bottom:6px}.login-apple-card span{color:var(--login-apple-muted);font-size:14px}.login-apple-form-wrap{display:flex;align-items:center;justify-content:center;padding:48px}.login-apple-panel{width:min(420px,100%);background:var(--login-apple-panel);border-radius:22px;padding:32px 32px 28px;box-shadow:var(--login-apple-shadow);border:1px solid var(--login-apple-line)}.login-apple-panel h2{font-size:24px;letter-spacing:-.02em;margin-bottom:8px}.login-apple-subtitle{color:var(--login-apple-muted);font-size:14px;margin-bottom:22px}.login-apple-field{margin-bottom:14px}.login-apple-field label{display:block;font-size:12px;color:var(--login-apple-muted);margin-bottom:6px;letter-spacing:.02em;text-transform:uppercase}.login-apple-field input{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--login-apple-line);background:var(--login-apple-glass);outline:none;font-size:15px}.login-apple-field input:focus{border-color:#0071e380;box-shadow:0 0 0 4px #0071e31f}.login-apple-password{position:relative;display:flex;align-items:center}.login-apple-password input{flex:1;padding-right:64px}.login-apple-toggle{all:unset;position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:var(--login-apple-blue);cursor:pointer;display:inline-flex;align-items:center;line-height:1}.login-apple-primary{width:100%;margin-top:4px;padding:12px 16px;border-radius:14px;border:none;background:var(--login-apple-blue);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease}.login-apple-primary:hover{background:var(--login-apple-blue-pressed);transform:translateY(-1px)}.login-apple-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-apple-error{margin-top:12px;background:#fdecea;color:#b42318;border:1px solid #f5c2c7;border-radius:12px;padding:10px 12px;font-size:13px}.login-apple-secondary{margin-top:14px;display:flex;justify-content:center;font-size:13px;color:var(--login-apple-muted)}.login-apple-secondary a{color:var(--login-apple-blue);text-decoration:none;margin-left:6px;font-weight:600}.login-apple-secondary a:hover{text-decoration:underline}@media(max-width:960px){.login-apple-page{grid-template-columns:1fr}.login-apple-hero{padding:40px 28px 20px}.login-apple-form-wrap{padding:28px}}@media(max-width:520px){.login-apple-hero h1{font-size:32px}.login-apple-panel{padding:28px 22px}}:root{--register-apple-bg: #f5f5f7;--register-apple-panel: #ffffff;--register-apple-panel-elevated: rgba(255, 255, 255, .92);--register-apple-text: #1d1d1f;--register-apple-muted: #6e6e73;--register-apple-blue: #0071e3;--register-apple-blue-pressed: #0063c9;--register-apple-line: #e8e8ed;--register-apple-shadow: 0 18px 40px rgba(0, 0, 0, .12);--register-apple-glass: rgba(255, 255, 255, .75)}.register-apple-page{min-height:100svh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--register-apple-bg);color:var(--register-apple-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Arial,sans-serif}.register-apple-hero{padding:48px 56px;background:radial-gradient(circle at top left,rgba(0,113,227,.18),transparent 55%),linear-gradient(180deg,#f7f7fb,#f5f5f7);display:flex;flex-direction:column;justify-content:center;gap:24px}.register-apple-brand{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:20px;letter-spacing:-.02em;color:var(--register-apple-text);text-decoration:none}.register-apple-dot{width:10px;height:10px;border-radius:999px;background:var(--register-apple-blue)}.register-apple-hero h1{font-size:44px;line-height:1.08;letter-spacing:-.03em;max-width:480px}.register-apple-hero p{color:var(--register-apple-muted);font-size:17px;max-width:460px;line-height:1.6}.register-apple-card{margin-top:20px;padding:18px 20px;background:#ffffffb3;border:1px solid rgba(0,0,0,.04);border-radius:18px;box-shadow:0 12px 30px #00000014;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.register-apple-card strong{display:block;font-size:15px;margin-bottom:6px}.register-apple-card span{color:var(--register-apple-muted);font-size:14px}.register-apple-form-wrap{display:flex;align-items:center;justify-content:center;padding:48px}.register-apple-panel{width:min(440px,100%);background:var(--register-apple-panel);border-radius:22px;padding:32px 32px 28px;box-shadow:var(--register-apple-shadow);border:1px solid var(--register-apple-line)}.register-apple-panel form{text-align:left}.register-apple-panel h2{font-size:24px;letter-spacing:-.02em;margin-bottom:8px}.register-apple-subtitle{color:var(--register-apple-muted);font-size:14px;margin-bottom:22px}.register-apple-field{margin-bottom:14px}.register-apple-field label{display:block;font-size:12px;color:var(--register-apple-muted);margin-bottom:6px;letter-spacing:.02em;text-transform:uppercase}.register-apple-field input,.register-apple-field select{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--register-apple-line);background:var(--register-apple-glass);outline:none;font-size:15px}.register-apple-field select{cursor:pointer}.register-apple-field input:focus,.register-apple-field select:focus{border-color:#0071e380;box-shadow:0 0 0 4px #0071e31f}.register-apple-password{position:relative;display:flex;align-items:center}.register-apple-password input{flex:1;padding-right:64px}.register-apple-toggle{all:unset;position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:var(--register-apple-blue);cursor:pointer;display:inline-flex;align-items:center;line-height:1}.register-apple-checkbox{display:grid;grid-template-columns:16px 1fr;align-items:start;-moz-column-gap:10px;column-gap:10px;margin:12px 0 18px;font-size:13px;color:var(--register-apple-muted);text-align:left}.register-apple-checkbox input{margin-top:3px;justify-self:start}.register-apple-checkbox label{line-height:1.4;text-align:left;margin:0}.register-apple-checkbox a{color:var(--register-apple-blue);text-decoration:none;font-weight:600}.register-apple-checkbox a:hover{text-decoration:underline}.register-apple-primary{width:100%;margin-top:4px;padding:12px 16px;border-radius:14px;border:none;background:var(--register-apple-blue);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease}.register-apple-primary:hover{background:var(--register-apple-blue-pressed);transform:translateY(-1px)}.register-apple-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.register-apple-error{margin-top:12px;background:#fdecea;color:#b42318;border:1px solid #f5c2c7;border-radius:12px;padding:10px 12px;font-size:13px}.register-apple-secondary{margin-top:14px;display:flex;justify-content:center;font-size:13px;color:var(--register-apple-muted)}.register-apple-secondary a{color:var(--register-apple-blue);text-decoration:none;margin-left:6px;font-weight:600}.register-apple-secondary a:hover{text-decoration:underline}.register-apple-confirmation{text-align:center}.register-apple-confirmation-icon{width:64px;height:64px;border-radius:50%;background:#0071e31f;color:var(--register-apple-blue);display:grid;place-items:center;font-size:26px;margin:0 auto 18px}.register-apple-confirmation-text{color:var(--register-apple-muted);font-size:15px;margin-bottom:8px}.register-apple-confirmation-email{color:var(--register-apple-blue);font-weight:600;font-size:16px;margin-bottom:16px;word-break:break-word}.register-apple-confirmation-instructions{color:var(--register-apple-muted);font-size:14px;line-height:1.6;margin-bottom:14px}.register-apple-confirmation-note{color:#94a3b8;font-size:13px;margin-bottom:20px}.register-apple-secondary-link{display:inline-block;padding:12px 32px;background:var(--register-apple-blue);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:14px;box-shadow:0 6px 16px #0071e340;transition:transform .2s ease,background .2s ease}.register-apple-secondary-link:hover{background:var(--register-apple-blue-pressed);transform:translateY(-1px)}@media(max-width:960px){.register-apple-page{grid-template-columns:1fr}.register-apple-hero{padding:40px 28px 20px}.register-apple-form-wrap{padding:28px}}@media(max-width:520px){.register-apple-hero h1{font-size:32px}.register-apple-panel{padding:28px 22px}}.verify-page{background:linear-gradient(135deg,#f8fbff 0% 100%);display:flex;justify-content:center;align-items:center;min-height:100svh;padding:20px}.verify-container{width:100%;max-width:500px}.verify-box{background:#fff;border-radius:20px;padding:60px 40px;text-align:center;box-shadow:0 20px 60px #0000004d}.verify-icon{width:80px;height:80px;margin:0 auto 24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700}.verify-icon.verifying{background:#fef3c7;color:#f59e0b;animation:pulse 1.5s ease-in-out infinite}.verify-icon.success{background:#d1fae5;color:#10b981}.verify-icon.error{background:#fee2e2;color:#ef4444}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.verify-box h1{color:#1e293b;font-size:28px;font-weight:700;margin-bottom:16px}.verify-message{color:#64748b;font-size:16px;line-height:1.6;margin-bottom:12px}.verify-message.error-message{color:#dc2626}.verify-instructions{color:#94a3b8;font-size:14px;line-height:1.6;margin-bottom:32px}.verify-btn{display:inline-block;padding:14px 32px;background:#1d4ed8;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:15px;transition:all .3s;box-shadow:0 4px 12px #667eea4d;margin:0 8px}.verify-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.verify-btn.secondary{background:#e2e8f0;color:#475569;box-shadow:0 4px 12px #0000001a}.verify-btn.secondary:hover{background:#cbd5e1;box-shadow:0 6px 20px #00000026}.verify-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:600px){.verify-box{padding:40px 24px}.verify-box h1{font-size:24px}.verify-icon{width:64px;height:64px;font-size:36px}.verify-btn{padding:12px 24px;font-size:14px;margin:4px}}@media(max-width:420px){.verify-page{padding:16px 12px}.verify-box{padding:32px 20px}.verify-box h1{font-size:22px}}@media(max-width:414px){.verify-box{padding:28px 18px}}@media(max-width:390px){.verify-box h1{font-size:20px}}.mfa-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--login-apple-bg, #f5f5f7);padding:20px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Arial,sans-serif}.mfa-card{background:#fff;border-radius:12px;box-shadow:0 18px 40px #0000001f;padding:40px;max-width:400px;width:100%}.mfa-header{text-align:center;margin-bottom:30px}.mfa-header h1{font-size:28px;font-weight:600;color:#1d1d1f;margin:0 0 10px}.mfa-subtitle{font-size:14px;color:#6e6e73;margin:0}.mfa-form{display:flex;flex-direction:column;gap:20px}.mfa-input-group{display:flex;flex-direction:column;gap:8px}.mfa-input-group label{font-size:14px;font-weight:500;color:#1d1d1f}.mfa-input-group input{padding:14px 16px;border:2px solid #e8e8ed;border-radius:8px;font-size:18px;font-weight:600;letter-spacing:4px;text-align:center;font-family:Courier New,monospace;transition:border-color .3s ease}.mfa-input-group input:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px #0071e31a}.mfa-input-group input.input-error{border-color:#e74c3c}.mfa-input-group input:disabled{background-color:#f5f5f7;cursor:not-allowed}.code-hint{font-size:12px;color:#6e6e73;margin:0}.mfa-error{background-color:#fdecea;border-left:4px solid #e74c3c;border-radius:4px;padding:12px 16px}.mfa-error p{margin:0;font-size:14px;color:#c0392b}.mfa-error .attempts-warning{font-size:12px;color:#e74c3c;margin-top:4px;font-weight:500}.mfa-success{background-color:#ecfdf3;border-left:4px solid #1f9d55;border-radius:4px;padding:12px 16px}.mfa-success p{margin:0;font-size:14px;color:#137333}.mfa-button{padding:12px 20px;background:#0071e3;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease}.mfa-button:hover:not(:disabled){background:#0063c9;transform:translateY(-2px);box-shadow:0 6px 20px #0071e366}.mfa-button:active:not(:disabled){transform:translateY(0)}.mfa-button:disabled{opacity:.5;cursor:not-allowed}.mfa-footer{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid #e8e8ed}.mfa-footer p{font-size:14px;color:#6e6e73;margin:0 0 10px}.mfa-link-button{background:none;border:none;color:#0071e3;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;padding:0;transition:color .2s ease}.mfa-link-button:hover{color:#0063c9;text-decoration:underline}.mfa-link-button:disabled{color:#8a8a8e;cursor:not-allowed;text-decoration:none}@media(max-width:480px){.mfa-card{padding:30px 20px}.mfa-header h1{font-size:24px}.mfa-input-group input{font-size:16px;letter-spacing:2px}}.legal-page{min-height:100svh;background:#f8fbff;padding:40px 20px}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:60px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.back-link{display:inline-block;color:#244dff;text-decoration:none;font-size:14px;margin-bottom:30px;transition:opacity .2s}.back-link:hover{opacity:.7}.legal-container h1{font-size:36px;color:#0d1b3d;margin-bottom:10px}.last-updated{color:#4f5b7a;font-size:14px;margin-bottom:40px}.legal-content{line-height:1.8;color:#0d1b3d}.legal-content section{margin-bottom:40px}.legal-content h2{font-size:24px;color:#0d1b3d;margin-bottom:15px;margin-top:30px}.legal-content p{margin-bottom:15px;color:#4f5b7a}.legal-content ul{margin-left:30px;margin-bottom:15px}.legal-content li{margin-bottom:10px;color:#4f5b7a}@media(max-width:1024px){.legal-container{padding:50px 40px}}@media(max-width:768px){.legal-container{padding:30px 20px}.legal-container h1{font-size:28px}.legal-content h2{font-size:20px}}@media(max-width:480px){.legal-page{padding:24px 14px}.legal-container{padding:24px 18px;border-radius:10px}.legal-container h1{font-size:24px}.back-link{margin-bottom:20px}}@media(max-width:414px){.legal-container h1{font-size:22px}.legal-content h2{font-size:18px}}@media(max-width:390px){.legal-container{padding:20px 16px}}.qs-page{min-height:100vh;background:#f0f4ff;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px 80px}.qs-card{width:100%;max-width:680px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;overflow:hidden}.qs-header{background:#4f6ef7;padding:32px 40px 28px;color:#fff}.qs-logo{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.7;margin-bottom:12px}.qs-title{font-size:24px;font-weight:700;margin:0 0 8px;line-height:1.3}.qs-desc{font-size:14px;opacity:.85;margin:0;line-height:1.6}.qs-questions{padding:24px 40px;display:flex;flex-direction:column;gap:28px}.qs-question{border-bottom:1px solid #f0f4ff;padding-bottom:24px}.qs-question:last-child{border-bottom:none}.qs-question-text{font-size:14px;font-weight:500;color:#0d1b3d;margin:0 0 12px;line-height:1.6}.qs-question-num{color:#4f6ef7;font-weight:700;margin-right:4px}.qs-options{display:flex;flex-wrap:wrap;gap:8px}.qs-option{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1.5px solid #d1d9f5;border-radius:8px;cursor:pointer;font-size:13px;color:#374151;transition:border-color .15s,background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qs-option input[type=radio]{display:none}.qs-option:hover{border-color:#4f6ef7;background:#f0f4ff}.qs-option.selected{border-color:#4f6ef7;background:#eef1ff;color:#0d1b3d}.qs-option-val{font-weight:700;color:#4f6ef7;font-size:12px}.qs-option-lbl{color:inherit}.qs-footer{padding:20px 40px 32px;display:flex;flex-direction:column;align-items:center;gap:10px;border-top:1px solid #f0f4ff}.qs-submit{padding:12px 48px;border-radius:10px;border:none;background:#d1d9f5;color:#6b7280;font-size:15px;font-weight:600;cursor:not-allowed;transition:background .2s,color .2s}.qs-submit.ready{background:#4f6ef7;color:#fff;cursor:pointer}.qs-submit.ready:hover{background:#3a57d4}.qs-hint{font-size:12px;color:#94a3b8;margin:0}.qs-loading,.qs-error{margin-top:80px;font-size:16px;color:#64748b}.qs-error{color:#ef4444}.qs-thankyou{margin-top:80px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.qs-thankyou-icon{width:56px;height:56px;border-radius:50%;background:#4f6ef7;color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center}.qs-thankyou h2{font-size:22px;color:#0d1b3d;margin:0}.qs-thankyou p{font-size:14px;color:#64748b;margin:0}:root{--color-text: #0f172a;--color-text-muted: #475569;--color-text-subtle: #94a3b8;--color-text-inverse: #ffffff;--color-bg: #ffffff;--color-bg-subtle: #f8fafc;--color-bg-tint: #f1f5f9;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-border-focus: #0ea5a4;--color-accent: #0ea5a4;--color-accent-hover: #0d9488;--color-accent-soft: #ecfeff;--color-purple: #7c3aed;--color-purple-hover: #6d28d9;--color-purple-soft: #faf5ff;--color-magenta: #a855f7;--color-magenta-soft: #fdf4ff;--color-blue: #2563eb;--color-blue-hover: #1e40af;--color-blue-soft: #eff6ff;--color-orange: #d97706;--color-orange-soft: #fffbeb;--color-success: #16a34a;--color-success-bg: #dcfce7;--color-success-fg: #166534;--color-success-border: #86efac;--color-warn: #d97706;--color-warn-bg: #fef3c7;--color-warn-fg: #92400e;--color-warn-border: #fcd34d;--color-danger: #dc2626;--color-danger-bg: #fee2e2;--color-danger-fg: #991b1b;--color-danger-border: #fca5a5;--color-info: #0284c7;--color-info-bg: #e0f2fe;--color-info-fg: #075985;--color-info-border: #7dd3fc;--color-neutral-bg: #f1f5f9;--color-neutral-fg: #64748b;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-pill: 999px;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-md: 13px;--font-size-lg: 15px;--font-size-xl: 18px;--font-size-2xl: 22px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.45;--line-height-relaxed: 1.6;--shadow-card: 0 4px 14px rgba(30, 58, 138, .15);--shadow-modal: 0 20px 60px rgba(15, 23, 42, .35);--shadow-pop: 0 8px 24px rgba(15, 23, 42, .18);--dur-fast: .12s;--dur-base: .2s;--dur-slow: .32s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--z-dropdown: 100;--z-sticky: 200;--z-modal: 1000;--z-toast: 1100}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px;border-radius:var(--radius-sm)}[data-theme=dark]{--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-text-subtle: #64748b;--color-bg: #0f172a;--color-bg-subtle: #0b1220;--color-bg-tint: #1f2937;--color-border: #1f2937;--color-border-strong: #334155;--color-border-focus: #2dd4bf;--color-accent: #2dd4bf;--color-accent-hover: #5eead4;--color-accent-soft: #042f2e;--color-purple: #c4b5fd;--color-purple-hover: #a78bfa;--color-purple-soft: #2e1065;--color-magenta: #d8b4fe;--color-magenta-soft: #2e1065;--color-blue: #60a5fa;--color-blue-hover: #3b82f6;--color-blue-soft: #082f49;--color-orange: #fbbf24;--color-orange-soft: #422006;--color-success: #22c55e;--color-success-bg: #052e16;--color-success-fg: #86efac;--color-success-border: #15803d;--color-warn: #fbbf24;--color-warn-bg: #422006;--color-warn-fg: #fcd34d;--color-warn-border: #92400e;--color-danger: #f87171;--color-danger-bg: #450a0a;--color-danger-fg: #fca5a5;--color-danger-border: #7f1d1d;--color-info: #38bdf8;--color-info-bg: #082f49;--color-info-fg: #7dd3fc;--color-info-border: #075985;--color-neutral-bg: #1f2937;--color-neutral-fg: #cbd5e1;--shadow-card: 0 4px 14px rgba(0, 0, 0, .4);--shadow-modal: 0 20px 60px rgba(0, 0, 0, .6);--shadow-pop: 0 8px 24px rgba(0, 0, 0, .45)}
