@font-face{font-family:Title;src:url(/assets/Title--Iv49NJ1.woff2)format("woff2"),url(/assets/Title-C26PAJKY.woff)format("woff");font-style:normal;font-weight:700;font-display:swap;font-synthesis:none}:root{--bg:#180414;--surface:#22081d;--surface-soft:#2e1b3a;--surface-muted:#2c1230;--line:#beb1e22e;--text:#f4eef8;--text-soft:#f4eef8b8;--text-muted:#f4eef880;--accent:#b3b0ff;--accent-soft:#302445;--warning:#ffcf60;--font-title:"Title", Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);width:100%;min-height:100%}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif}button,input,textarea,select{font:inherit}button{background:0 0}#root{min-height:100vh}.toast{z-index:1000;max-width:360px;color:var(--text);-webkit-backdrop-filter:blur(16px)saturate(140%);background:#ffffff29;border-radius:32px;align-items:center;gap:12px;padding:12px 20px 12px 16px;animation:.22s ease-out toast-enter;display:inline-flex;position:fixed;top:40px;left:50%;transform:translate(-50%)}.toast--inline{width:min(100%,420px);max-width:none;position:relative;top:auto;left:auto;transform:none}.toast__icon{flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.toast__icon-image{width:28px;height:28px;display:block}.toast__message{font-size:.98rem;font-weight:600}.toast--success{background:#9afaa229}.toast--error{background:#ffaaaa29}.toast--warning{background:#ffeaaa29}.toast--info{background:#aaddff29}.toast--success,.toast--error,.toast--warning,.toast--info{color:var(--text)}@keyframes toast-enter{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media (width<=640px){.toast{gap:14px;max-width:768px}.toast--inline{width:100%}.toast__message{font-size:.95rem}}.app-footer{justify-content:space-between;align-items:center;gap:24px;width:min(100%,1280px);margin:0 auto;padding-top:24px;padding-bottom:4rem;display:flex}.app-footer__meta,.app-footer__links{color:var(--text-muted);font-size:.88rem;line-height:1.6}.app-footer__links span{margin:0 8px;display:inline-block}.app-footer__links a{color:var(--text-muted);transition:color .14s}.app-footer__links a:hover{color:var(--text)}.app-footer__copyright{margin:0}@media (width<=1100px){.app-footer{flex-direction:column;align-items:center}.app-footer__links{text-align:center}span.app-footer__copyright{text-align:center;margin-top:24px;display:block}span.app-footer__lastBullet{display:none}}@media (width<=760px){.app-footer{flex-direction:column;align-items:center;margin-top:48px}.app-footer__links{text-align:center}span.app-footer__copyright{text-align:center;margin-top:24px;display:block}span.app-footer__lastBullet{display:none}}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:18px 38px;font-size:1rem;font-weight:700;line-height:1;transition:opacity .14s,transform .14s;display:inline-flex;position:relative}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{background:var(--accent);color:#1b0b1f;transition:background .14s,border .14s,color .14s}.button--primary:hover{background:var(--text);color:#1b0b1f}.button--secondary{-webkit-backdrop-filter:blur(8px)saturate(140%);color:var(--text);background:#0003;border:1px solid #f4eef82e;transition:background .14s,border .14s,color .14s}.button--secondary:hover{background:var(--text);border:1px solid var(--text);color:#1b0b1f}.purchase-result-modal{z-index:45;position:fixed;inset:0}.purchase-result-modal__backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080007b8;position:absolute;inset:0}.purchase-result-modal__dialog{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.purchase-result-modal__shell{text-align:center;background:#1c0317f5;border:1px solid #b3b0ff38;border-radius:40px;flex-direction:column;align-items:center;gap:28px;width:min(100%,760px);padding:clamp(32px,5vw,64px);display:flex;position:relative;box-shadow:0 28px 72px #0000006b}.purchase-result-modal__close{width:40px;height:40px;color:var(--text-soft);cursor:pointer;background:0 0;border:0;position:absolute;top:28px;right:28px}.purchase-result-modal__close span{transform-origin:50%;background:currentColor;border-radius:999px;width:28px;height:3px;position:absolute;top:50%;left:50%}.purchase-result-modal__close span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.purchase-result-modal__close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.purchase-result-modal__close:hover,.purchase-result-modal__close:focus-visible{color:var(--text);outline:none}.purchase-result-modal__icon-wrap{justify-content:center;align-items:center;width:80px;height:80px;display:inline-flex}.purchase-result-modal__icon{width:80px;height:80px;display:block}.purchase-result-modal__copy{flex-direction:column;gap:16px;max-width:560px;display:flex}.purchase-result-modal__title{color:var(--text-strong);font-family:var(--font-title);letter-spacing:-.03em;margin:0;font-size:clamp(2.4rem,5vw,3rem);line-height:.94}.purchase-result-modal__description{color:var(--text);margin:0;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.65}.purchase-result-modal__actions{justify-content:center;gap:16px;width:100%;max-width:520px;display:flex}.purchase-result-modal__action{flex:1 1 0;min-width:0}.purchase-result-modal__action--primary{order:2}@media (width<=760px){.purchase-result-modal__shell{border-radius:28px;gap:24px;padding:28px 20px 24px}.purchase-result-modal__close{top:18px;right:18px}.purchase-result-modal__title{padding-top:24px}.purchase-result-modal__actions{flex-direction:column}.purchase-result-modal__action--primary{order:0}}.credit-packages-modal{z-index:1250;position:fixed;inset:0}.credit-packages-modal--inline{z-index:auto;position:static;inset:auto}.credit-packages-modal__backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 16% 14%,#b3b0ff24,#0000 14%),radial-gradient(circle at 82% 22%,#b3b0ff1a,#0000 18%),#180414e0;position:absolute;inset:0}.credit-packages-modal__dialog{z-index:1;width:100%;height:100%;position:relative;overflow-y:auto}.credit-packages-modal__shell{flex-direction:column;gap:3rem;width:min(100%,1328px);min-height:100%;margin:0 auto;padding:6rem 24px 72px;display:flex;position:relative}.credit-packages-modal__shell--inline{width:100%;min-height:auto;padding:0}.credit-packages-modal__close{cursor:pointer;border:0;width:44px;height:44px;position:fixed;top:2rem;right:2rem}.credit-packages-modal__close span{background:#f4eef8b8;border-radius:999px;width:28px;height:2px;position:absolute;top:50%;left:50%}.credit-packages-modal__close span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.credit-packages-modal__close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.credit-packages-modal__header{flex-direction:column;align-items:center;gap:12px;max-width:800px;margin:0 auto;display:flex}.credit-packages-modal__eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.9rem;font-weight:700}.credit-packages-modal__title{color:var(--text-strong);font-family:var(--font-title);text-align:center;margin:0;font-size:clamp(3rem,6vw,4.8rem);line-height:.94}.credit-packages-modal__intro,.credit-packages-modal__state-copy,.credit-packages-modal__footer-note{color:var(--text-soft);margin:0;font-size:1rem;line-height:1.7}.credit-packages-modal__state,.credit-packages-modal__card{border:1px solid var(--line);background:#1c0317b8;border-radius:32px;box-shadow:inset 0 0 0 1px #ffffff05}.credit-packages-modal__state{flex-direction:column;align-items:flex-start;gap:12px;padding:28px;display:flex}.credit-packages-modal__state-title{color:var(--text-strong);margin:0;font-size:1.3rem;font-weight:700;line-height:1.35}.credit-packages-modal__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.credit-packages-modal__card{flex-direction:column;gap:1.5rem;min-height:312px;padding:2.5rem;display:flex;position:relative}.credit-packages-modal__badge{background:var(--surface);border:1px solid var(--line);width:fit-content;color:var(--accent);border-radius:999px;margin:0 auto;padding:10px 14px;font-size:.9rem;font-weight:700;line-height:1;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.credit-packages-modal__card-main{text-align:center;flex-direction:column;gap:.2rem;display:flex}.credit-packages-modal__card-title{color:var(--text-strong);margin:0;font-size:1.5rem;font-weight:700;line-height:1.25}.credit-packages-modal__card-quantity{color:var(--text-soft);margin:0;font-size:1rem;line-height:1.6}.credit-packages-modal__card-price{color:var(--accent);font-size:clamp(2.8rem,5vw,3.2rem);font-weight:700;line-height:1;font-family:var(--font-title);margin:0}.credit-packages-modal__card-price-part{display:inline-block}.credit-packages-modal__card-price-part--minor{vertical-align:top;font-size:.6em;line-height:1;transform:translateY(.08em)}.credit-packages-modal__card-pricing{text-align:center;flex-direction:column;gap:.2rem;display:flex}.credit-packages-modal__card-per-analysis{color:var(--text-soft);margin:0;font-size:.98rem;line-height:1.4}.credit-packages-modal__card-meta{flex-direction:column;gap:1rem;display:flex}.credit-packages-modal__card-meta p{color:var(--text-soft);margin:0;font-size:.98rem;line-height:1.55}.credit-packages-modal__card-description{color:var(--text)}.credit-packages-modal__card-key-points{flex-direction:column;gap:8px;display:flex}.credit-packages-modal__card-key-points p:before{content:"•";color:var(--accent);margin-right:10px;display:inline-block}.credit-packages-modal__checkout-error{color:#ffb6be;margin:0;font-size:.96rem;line-height:1.55}.credit-packages-modal__footer{flex-direction:column;align-items:center;gap:18px;margin-top:2rem;display:flex}.credit-packages-modal__footer-note{text-align:center;max-width:600px;margin-bottom:2rem}.credit-packages-modal__legal-links{flex-wrap:wrap;gap:2rem;display:flex}.credit-packages-modal__legal-links a{color:var(--text-soft);text-underline-offset:3px;font-size:.95rem;text-decoration:underline}.credit-packages-modal__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=980px){.credit-packages-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.credit-packages-modal__shell{gap:24px;padding:120px 16px 40px}.credit-packages-modal__shell--inline{padding:0}.credit-packages-modal__close{top:32px;right:16px}.credit-packages-modal__state,.credit-packages-modal__card{border-radius:24px;padding:22px}.credit-packages-modal__grid{grid-template-columns:1fr;gap:16px}.credit-packages-modal__card{min-height:auto;margin-top:1rem;padding:2.5rem}.credit-packages-modal__legal-links{gap:14px}}.app-header{z-index:10;justify-content:space-between;align-items:center;gap:16px;width:min(100%,1328px);margin:0 auto;padding:24px;display:flex;position:fixed;top:0;left:0;right:0}.app-header__brand-link{align-items:center;display:inline-flex}.app-header__brand-image{width:clamp(140px,6vw,160px);height:auto;display:block}.app-header__actions{align-items:center;gap:12px;display:flex}.app-header__public-link{color:var(--text);text-underline-offset:4px;margin-right:1.5rem;font-size:1rem;line-height:1;text-decoration:underline;transition:color .14s}.app-header__public-link:hover,.app-header__public-link:focus-visible{color:var(--accent);outline:none}.app-header__usage-badge{border:1px solid var(--line);min-height:52px;color:var(--text);white-space:nowrap;cursor:pointer;font:inherit;background:#180414d1;border-radius:999px;align-items:center;gap:12px;padding:0 22px;transition:background .14s,border .14s,color .14s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff05}.app-header__usage-badge:hover{background:var(--text);color:var(--surface)}.app-header__usage-badge:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-header__usage-ring{--usage-progress:0;background:conic-gradient(var(--accent) 0turn, var(--accent) calc(var(--usage-progress) * 1turn), #ffffff29 calc(var(--usage-progress) * 1turn), #ffffff29 1turn);border-radius:50%;flex:none;width:28px;height:28px;position:relative}.app-header__usage-ring-inner{background:var(--surface);border-radius:50%;transition:background .14s,all;position:absolute;inset:7px}.app-header__usage-badge:hover .app-header__usage-ring-inner{background:var(--text)}.app-header__usage-badge:hover .app-header__usage-ring{background:conic-gradient(var(--accent) 0turn, var(--accent) calc(var(--usage-progress) * 1turn), #00000014 calc(var(--usage-progress) * 1turn), #00000014 1turn)}.app-header__usage-text{font-size:1rem;font-weight:600;line-height:1}.app-header__usage-modal{z-index:40;pointer-events:none;position:fixed;inset:0}.app-header__usage-modal-backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;opacity:0;background:#080007b8;border:0;transition:opacity .22s;position:absolute;inset:0}.app-header__usage-modal-dialog{z-index:1;opacity:0;justify-content:center;align-items:center;min-height:100vh;padding:24px;transition:opacity .22s,transform .22s;display:flex;position:relative;transform:translateY(20px)scale(.98)}.app-header__usage-modal-content{background:#1c0317f5;border:1px solid #b3b0ff38;border-radius:40px;width:min(100%,800px);padding:clamp(32px,5vw,72px);position:relative;box-shadow:0 28px 72px #0000006b}.app-header__usage-modal[data-state=open]{pointer-events:auto}.app-header__usage-modal[data-state=open] .app-header__usage-modal-backdrop{opacity:1}.app-header__usage-modal[data-state=open] .app-header__usage-modal-dialog{opacity:1;transform:translateY(0)scale(1)}.app-header__usage-modal-close{width:48px;height:48px;color:var(--text-soft);cursor:pointer;opacity:.92;background:0 0;border:0;justify-content:center;align-items:center;font-size:3rem;line-height:1;display:inline-flex;position:absolute;top:28px;right:28px}.app-header__usage-modal-close:hover,.app-header__usage-modal-close:focus-visible{opacity:1;outline:none}.app-header__usage-modal-title{color:var(--text-strong);font-family:var(--font-title);letter-spacing:-.03em;max-width:100%;margin:0;font-size:clamp(2.6rem,5vw,3rem);line-height:.9}.app-header__usage-modal-body,.app-header__usage-modal-note,.app-header__usage-modal-remaining{color:var(--text);margin:0;font-size:clamp(1.1rem,2vw,1.2rem);line-height:1.6}.app-header__usage-modal-body{margin-top:2rem}.app-header__usage-modal-summary{align-items:center;gap:clamp(24px,5vw,2rem);margin-top:clamp(48px,6vw,1.5rem);display:flex}.app-header__usage-modal-ring{--usage-progress:0;background:conic-gradient(var(--accent) 0turn, var(--accent) calc(var(--usage-progress) * 1turn), #b3b0ff2e calc(var(--usage-progress) * 1turn), #b3b0ff2e 1turn);border-radius:50%;flex:none;width:clamp(160px,18vw,200px);height:clamp(160px,18vw,200px);position:relative}.app-header__usage-modal-ring-inner{background:var(--surface);border-radius:50%;position:absolute;inset:15%}.app-header__usage-modal-summary-copy{flex-direction:column;gap:14px;min-width:0;display:flex}.app-header__usage-modal-remaining{font-size:clamp(1.6rem,3.1vw,1.8rem);font-weight:600;line-height:1.2}.app-header__usage-modal-note{color:var(--text-soft);font-size:1.2rem;line-height:1.5}.app-header__usage-modal-actions{justify-content:flex-end;gap:16px;margin-top:clamp(44px,7vw,1.5rem);display:flex}.app-header__usage-modal-action{flex:1 1 0;min-width:0}.app-header__usage-modal-action--primary{order:2}.app-header__language{margin-right:12px;position:relative}.app-header__profile{position:relative}.app-header__language-button,.app-header__login,.app-header__admin-link,.app-header__profile-button{height:52px}.app-header__language-trigger{-webkit-backdrop-filter:none;height:auto;min-height:0;color:var(--text);background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:1rem;font-weight:400;line-height:1;display:inline-flex}.app-header__language-trigger:hover,.app-header__language-trigger:focus-visible{color:var(--accent);background:0 0;border:0;outline:none}.app-header__language-trigger-label{text-underline-offset:4px;text-decoration:underline}.app-header__language-trigger-caret{font-size:.85em;line-height:1;text-decoration:none;transform:translateY(1px)}.app-header__admin-link{text-decoration:none}.app-header__profile-button{background:#180414cc;align-items:center;gap:8px;min-width:0;padding-left:24px;padding-right:24px;display:inline-flex}.app-header__profile-button:hover .app-header__profile-initial{background:var(--surface);color:var(--text)}.app-header__profile-button--active{background:var(--text);color:var(--surface)}.app-header__profile-button--active .app-header__profile-initial{background:var(--surface);color:var(--text)}.app-header__profile-initial{width:28px;height:28px;color:var(--accent);background:#b3b0ff29;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;line-height:1;transition:background .14s,color .14s;display:inline-flex}.app-header__profile-text{min-width:0}.app-header__language-menu{border:1px solid var(--line);background:#180414f5;border-radius:20px;min-width:180px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #00000047}.app-header__profile-menu{border:1px solid var(--line);background:#180414f5;border-radius:20px;min-width:280px;padding:8px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 18px 40px #00000047}.app-header__profile-menu-email{color:var(--text-soft);word-break:break-word;border-bottom:1px solid #f4eef814;margin-bottom:6px;padding:12px 14px 10px;font-size:.88rem;line-height:1.45}.app-header__profile-menu-group{position:relative}.app-header__profile-option,.app-header__profile-link{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:.96rem;text-decoration:none;transition:background-color .14s,color .14s;display:flex}.app-header__profile-link-content{align-items:center;gap:10px;min-width:0;display:inline-flex}.app-header__profile-link-icon{flex:none;width:18px;height:18px;transition:color .14s,opacity .14s}.app-header__profile-option:hover,.app-header__profile-option:focus-visible,.app-header__profile-link:hover,.app-header__profile-link:focus-visible,.app-header__profile-option--active{color:var(--accent);background:#b3b0ff1f;outline:none}.app-header__profile-option-caret{margin-left:14px;font-size:1rem;line-height:1}.app-header__profile-submenu{border:1px solid var(--line);background:#180414fa;border-radius:20px;min-width:180px;padding:8px;position:absolute;top:-8px;right:calc(100% + 12px);box-shadow:0 18px 40px #00000047}.app-header__language-option{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;padding:12px 14px;transition:background-color .14s,color .14s}.app-header__language-option:hover,.app-header__language-option:focus-visible{color:var(--accent);background:#b3b0ff1f;outline:none}.app-header__language-option--active{color:var(--accent);background:#b3b0ff2e}@media (width<=760px){.app-header{flex-direction:row;align-items:center;padding:2rem 1.2rem}.app-header__actions{gap:6px}.app-header__usage-badge{gap:8px;min-height:52px;padding:0 14px}.app-header__usage-ring{width:24px;height:24px}.app-header__usage-ring-inner{inset:6px}.app-header__public-link{margin-right:1rem}.app-header__usage-text{text-overflow:ellipsis;white-space:nowrap;max-width:126px;font-size:.92rem;display:none;overflow:hidden}.app-header__profile-text{display:none}.app-header__language-button,.app-header__login,.app-header__admin-link,.app-header__profile-button{min-height:44px;padding-inline:14px;font-size:.92rem}.app-header__language-trigger{min-height:0;padding-inline:0;font-size:.92rem}.app-header__profile-button{gap:8px}.app-header__profile-initial{width:24px;height:24px;font-size:.8rem}.app-header__profile-menu{min-width:200px;left:auto;right:0}.app-header__profile-submenu{top:calc(100% + 8px);left:auto;right:0}.app-header__brand-image{width:140px}.app-header__usage-modal-dialog{align-items:center;padding:16px}.app-header__usage-modal-content{border-radius:28px;width:100%;padding:3rem 2rem 2rem}.app-header__usage-modal-close{width:40px;height:40px;font-size:2.4rem;top:18px;right:18px}.app-header__usage-modal-title{max-width:10ch;font-size:clamp(2rem,11vw,3rem)}.app-header__usage-modal-body,.app-header__usage-modal-note,.app-header__usage-modal-remaining{font-size:1rem}.app-header__usage-modal-body{max-width:none;margin-top:28px}.app-header__usage-modal-summary{flex-direction:column;align-items:center;gap:16px;margin-top:24px}.app-header__usage-modal-ring{width:100px;height:100px}.app-header__usage-modal-remaining{font-size:1.45rem}.app-header__usage-modal-actions{flex-direction:column;margin-top:32px}.app-header__usage-modal-action{width:100%}}.centered-page-loader{background:var(--bg);place-items:center;width:100%;min-height:100vh;padding:24px;display:grid}.centered-page-loader__inner{justify-items:center;gap:20px;width:min(100%,760px);display:grid}.centered-page-loader__spinner{border:5px solid #b3b0ff33;border-top-color:var(--accent);border-radius:999px;width:64px;height:64px;animation:.9s linear infinite centered-page-loader-spin}.centered-page-loader__label{color:var(--text);font-family:var(--font-title);text-align:center;margin:0;font-size:clamp(1.4rem,2.8vw,2rem);line-height:1.2}.centered-page-loader__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes centered-page-loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=760px){.centered-page-loader{padding:20px}.centered-page-loader__spinner{border-width:4px;width:56px;height:56px}}@media (prefers-reduced-motion:reduce){.centered-page-loader__spinner{animation-duration:1.8s}}.admin-analytics-shell{--analytics-anonymous:#73a4ff;--analytics-logged-in:#64fd8f;--analytics-total:#b6a8ff;--analytics-accounts:#d6a0ff;background:var(--bg);flex-direction:column;min-height:100vh;padding:24px 32px 32px;display:flex}.admin-analytics-page{flex:1;width:min(100%,1280px);margin:0 auto;padding-top:clamp(120px,14vh,144px)}.admin-analytics-page__blocked{padding:28px}.admin-analytics-page__hero{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.admin-analytics-page__hero-copy{max-width:720px}.admin-analytics-page__eyebrow,.admin-analytics-page__section-eyebrow{color:#ffffff7a;letter-spacing:.08em;text-transform:uppercase;font-size:.86rem;font-weight:700}.admin-analytics-page__title{color:var(--text);margin-top:12px;font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif;font-size:clamp(2.3rem,4vw,3.5rem);font-weight:700;line-height:1.02}.admin-analytics-page__intro,.admin-analytics-page__blocked p,.admin-analytics-page__loading,.admin-analytics-page__note{color:var(--text-soft);margin-top:14px;font-size:1.02rem;line-height:1.7}.admin-analytics-page__range-picker{border:1px solid #ffffff14;border-radius:22px;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding:8px;display:inline-flex}.admin-analytics-page__range-button{color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:16px;padding:12px 16px;font-size:.96rem;font-weight:600;transition:background-color .14s,color .14s}.admin-analytics-page__range-button:hover,.admin-analytics-page__range-button:focus-visible{color:var(--text);background:#ffffff1f;outline:none}.admin-analytics-page__range-button--active,.admin-analytics-page__range-button--active:hover{background:var(--text);color:var(--surface)}.admin-analytics-page__error{flex-wrap:wrap;align-items:center;gap:14px;margin-top:24px;display:flex}.admin-analytics-page__error .admin-analytics-page__loading{margin-top:0}.admin-analytics-page__loading-shell{background:#ffffff14;border:1px solid #ffffff14;border-radius:28px;justify-content:center;align-items:center;min-height:360px;margin-top:28px;display:flex}.admin-analytics-page__loading-state{justify-items:center;gap:16px;display:grid}.admin-analytics-page__loading-spinner{border:4px solid #b3b0ff33;border-top-color:var(--accent);border-radius:999px;width:54px;height:54px;animation:.9s linear infinite admin-analytics-page-spin}.admin-analytics-page__loading-copy{color:var(--text);font-family:var(--font-title);text-align:center;font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.2}.admin-analytics-page__summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.admin-analytics-page__summary-card,.admin-analytics-page__chart-card,.admin-analytics-page__mix-card{background:#ffffff1a;border:1px solid #ffffff14;border-radius:28px;box-shadow:0 12px 28px #111a2d0f}.admin-analytics-page__summary-card{--analytics-accent:var(--analytics-total);grid-template-columns:60px minmax(0,1fr);align-items:start;gap:16px;padding:20px;display:grid}.admin-analytics-page__summary-card--total{--analytics-accent:var(--analytics-total)}.admin-analytics-page__summary-card--anonymous{--analytics-accent:var(--analytics-anonymous)}.admin-analytics-page__summary-card--logged-in{--analytics-accent:var(--analytics-logged-in)}.admin-analytics-page__summary-card--accounts{--analytics-accent:var(--analytics-accounts)}.admin-analytics-page__summary-icon{background:color-mix(in srgb, var(--analytics-accent) 18%, transparent);width:60px;height:60px;color:var(--analytics-accent);border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.admin-analytics-page__summary-icon svg{width:28px;height:28px}.admin-analytics-page__summary-label{color:var(--text-soft);font-size:.96rem;font-weight:600;line-height:1.4}.admin-analytics-page__summary-value{color:var(--text);margin-top:10px;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:.96;display:block}.admin-analytics-page__summary-range,.admin-analytics-page__summary-comparison{color:var(--text-soft);margin-top:10px;font-size:.94rem;line-height:1.55}.admin-analytics-page__summary-comparison{color:#ffffffad}.admin-analytics-page__visual-grid{grid-template-columns:minmax(0,1.8fr) minmax(300px,.9fr);gap:18px;margin-top:18px;display:grid}.admin-analytics-page__chart-card,.admin-analytics-page__mix-card{padding:24px}.admin-analytics-page__section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-analytics-page__section-title{color:var(--text);margin-top:10px;font-size:1.5rem;font-weight:700;line-height:1.18}.admin-analytics-page__section-supporting{color:var(--text-soft);text-align:right;font-size:.96rem;line-height:1.5}.admin-analytics-page__chart-shell{margin-top:18px}.admin-analytics-page__mix-chart-shell{margin-top:8px}.admin-analytics-page__mix-legend{gap:12px;margin-top:8px;display:grid}.admin-analytics-page__mix-legend-item,.admin-analytics-page__tooltip-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.admin-analytics-page__mix-label-group,.admin-analytics-page__tooltip-metric{align-items:center;gap:10px;display:inline-flex}.admin-analytics-page__mix-label,.admin-analytics-page__tooltip-metric{color:var(--text-soft);font-size:.96rem;line-height:1.5}.admin-analytics-page__mix-label-group{flex:1;justify-content:flex-start;min-width:0}.admin-analytics-page__mix-label{text-align:left}.admin-analytics-page__mix-swatch,.admin-analytics-page__tooltip-dot{border-radius:999px;width:12px;height:12px;display:inline-flex}.admin-analytics-page__mix-value{color:var(--text);font-size:1rem;font-weight:700}.admin-analytics-page__tooltip{background:#1b0a1cf5;border:1px solid #ffffff14;border-radius:16px;min-width:180px;padding:12px 14px;box-shadow:0 14px 30px #0000003d}.admin-analytics-page__tooltip-title{color:var(--text);font-size:.92rem;font-weight:700;line-height:1.4}.admin-analytics-page__tooltip-list{gap:8px;margin-top:10px;display:grid}.admin-analytics-page__tooltip-row strong{color:var(--text);font-size:.92rem}.admin-analytics-page__empty-state{text-align:center;justify-content:center;align-items:center;min-height:340px;display:flex}.admin-analytics-page__empty-state p{max-width:360px;color:var(--text-soft);font-size:1rem;line-height:1.7}.admin-analytics-page__note{margin-top:22px}@keyframes admin-analytics-page-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1180px){.admin-analytics-page__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-analytics-page__visual-grid{grid-template-columns:1fr}}@media (width<=860px){.admin-analytics-page__hero,.admin-analytics-page__section-head{flex-direction:column;align-items:stretch}.admin-analytics-page__range-picker{justify-content:flex-start}.admin-analytics-page__section-supporting{text-align:left}}@media (width<=760px){.admin-analytics-shell{padding:18px 2rem 28px}.admin-analytics-page{padding-top:6.6rem}.admin-analytics-page__panel,.admin-analytics-page__blocked{border-radius:26px;padding:22px}.admin-analytics-page__panel{padding-left:0;padding-right:0}.admin-analytics-page__summary-grid{grid-template-columns:1fr}.admin-analytics-page__range-picker{gap:6px;padding:6px}.admin-analytics-page__range-button{padding:11px 14px;font-size:.92rem}.admin-analytics-page__chart-card,.admin-analytics-page__mix-card{border-radius:24px;padding:20px}.admin-analytics-page__summary-card{grid-template-columns:56px minmax(0,1fr);padding:18px}.admin-analytics-page__summary-icon{border-radius:16px;width:56px;height:56px}.admin-analytics-page__summary-icon svg{width:24px;height:24px}}.input-field{width:100%;min-height:62px;color:var(--text);background:#f4eef817;border:0;border-radius:999px;padding:0 24px;font-size:1.1rem}.input-field::placeholder{color:#f4eef885}.input-field:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=680px){.input-field{min-height:60px;padding:0 24px}}.admin-credits-shell{background:var(--bg);flex-direction:column;min-height:100vh;padding:24px 32px 32px;display:flex}.admin-credits-page{flex:1;width:min(100%,1328px);margin:0 auto;padding-top:clamp(120px,14vh,144px)}.admin-credits-page__layout{grid-template-columns:260px minmax(0,1fr);gap:28px;display:grid}.admin-credits-page__nav,.admin-credits-page__panel,.admin-credits-page__blocked,.admin-credits-page__package-card,.admin-credits-page__result{border:1px solid var(--line);background:#21081cb8;border-radius:28px}.admin-credits-page__nav{align-self:start;padding:20px}.admin-credits-page__nav-title,.admin-credits-page__eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;font-weight:700}.admin-credits-page__nav-list{gap:10px;margin-top:16px;display:grid}.admin-credits-page__nav-link{color:var(--text-soft);border-radius:16px;padding:14px 16px;font-weight:600;text-decoration:none;transition:background-color .14s,color .14s;display:block}.admin-credits-page__nav-link:hover,.admin-credits-page__nav-link--active{color:var(--text);background:#b3b0ff29}.admin-credits-page__panel,.admin-credits-page__blocked{padding:28px}.admin-credits-page__title{color:var(--text);font-family:var(--font-title);margin-top:12px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:.98}.admin-credits-page__intro,.admin-credits-page__blocked p,.admin-credits-page__empty,.admin-credits-page__result p{color:var(--text-soft);margin-top:14px;font-size:1rem;line-height:1.75}.admin-credits-page__intro--small{margin-top:10px}.admin-credits-page__packages{gap:22px;margin-top:26px;display:grid}.admin-credits-page__packages-header,.admin-credits-page__actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.admin-credits-page__section-title{color:var(--text);font-size:1.25rem;font-weight:700}.admin-credits-page__package-cards{gap:14px;margin-top:18px;display:grid}.admin-credits-page__packages-empty{border:1px dashed var(--line);background:#ffffff05;border-radius:24px;margin-top:18px;padding:22px}.admin-credits-page__packages-cta{margin-top:20px}.admin-credits-page__packages-cta .button{min-width:180px}.admin-credits-page__package-card{width:100%;color:var(--text-soft);text-align:left;cursor:pointer;gap:8px;padding:2rem;transition:border-color .14s,background-color .14s,color .14s;display:grid}.admin-credits-page__package-card strong{color:var(--text)}.admin-credits-page__package-card p{font-size:.95rem;line-height:1.6}.admin-credits-page__package-card-top{justify-content:space-between;align-items:center;gap:14px;font-size:1.2rem;display:flex}.admin-credits-page__package-card--active,.admin-credits-page__package-card:hover{background:#b3b0ff1a;border-color:#b3b0ff5c}.admin-credits-page__modal{z-index:1300;position:fixed;inset:0}.admin-credits-page__modal-backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;background:radial-gradient(circle at 20% 16%,#b3b0ff1f,#0000 18%),#180414e0;border:0;position:absolute;inset:0}.admin-credits-page__modal-dialog{z-index:1;place-items:center;min-height:100%;padding:24px;display:grid;position:relative}.admin-credits-page__modal-card{border:1px solid var(--line);background:#21081cf5;border-radius:28px;width:min(100%,920px);max-height:min(88vh,960px);padding:28px;overflow-y:auto;box-shadow:0 24px 64px #0a010857}.admin-credits-page__modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.admin-credits-page__section-title--modal{margin-top:10px;font-size:clamp(1.6rem,3vw,2rem)}.admin-credits-page__modal-close{cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:999px;flex:none;width:44px;height:44px;position:relative}.admin-credits-page__modal-close span{background:#f4eef8b8;border-radius:999px;width:18px;height:2px;position:absolute;top:50%;left:50%}.admin-credits-page__modal-close span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.admin-credits-page__modal-close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.admin-credits-page__modal-close:hover,.admin-credits-page__modal-close:focus-visible{background:#b3b0ff14;border-color:#b3b0ff47;outline:none}.admin-credits-page__editor,.admin-credits-page__adjustments{gap:18px;display:grid}.admin-credits-page__form-grid,.admin-credits-page__adjustment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-credits-page__field{gap:10px;display:grid}.admin-credits-page__field--full{grid-column:1/-1}.admin-credits-page__label{color:var(--text);font-size:.94rem;font-weight:700}.admin-credits-page__field-hint{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.5}.admin-credits-page__textarea{resize:vertical;width:100%;min-height:124px;color:var(--text);font:inherit;background:#f4eef817;border:0;border-radius:24px;padding:18px 24px;line-height:1.6}.admin-credits-page__textarea::placeholder{color:#f4eef885}.admin-credits-page__textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.admin-credits-page__toggle{color:var(--text);align-items:center;gap:12px;font-size:.96rem;font-weight:600;display:flex}.admin-credits-page__toggle input{width:18px;height:18px}.admin-credits-page__adjustments{border-top:1px solid var(--line);margin-top:30px;padding-top:26px}.admin-credits-page__result{padding:18px}.admin-credits-page__result strong{color:var(--text);font-size:1rem}@media (width<=960px){.admin-credits-page__layout{grid-template-columns:1fr}}@media (width<=760px){.admin-credits-shell{padding:18px 2rem 28px}.admin-credits-page{padding-top:6.6rem}.admin-credits-page__panel,.admin-credits-page__blocked,.admin-credits-page__nav,.admin-credits-page__package-card,.admin-credits-page__result{border-radius:24px;padding:22px}.admin-credits-page__form-grid,.admin-credits-page__adjustment-grid{grid-template-columns:1fr}.admin-credits-page__modal-dialog{padding:18px}.admin-credits-page__modal-card{border-radius:24px;padding:22px}}.admin-feedback-shell{background:var(--bg);flex-direction:column;min-height:100vh;padding:24px 32px 32px;display:flex}.admin-feedback-page{flex:1;width:min(100%,1328px);margin:0 auto;padding-top:clamp(120px,14vh,144px)}.admin-feedback-page__blocked{border:1px solid var(--line);background:#21081cb8;border-radius:28px;padding:28px}.admin-feedback-page__eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;font-weight:700}.admin-feedback-page__title{color:var(--text);font-family:var(--font-title);margin-top:12px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:.98}.admin-feedback-page__intro,.admin-feedback-page__blocked p,.admin-feedback-page__loading{color:var(--text-soft);margin-top:14px;font-size:1rem;line-height:1.75}.admin-feedback-page__list{gap:16px;margin-top:24px;display:grid}.admin-feedback-page__card{background:#34142b85;border:1px solid #b3b0ff1f;border-radius:22px;padding:20px}.admin-feedback-page__card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-feedback-page__category{min-height:34px;color:var(--accent);background:#b3b0ff1f;border-radius:999px;align-items:center;padding:0 14px;font-size:.88rem;font-weight:700;display:inline-flex}.admin-feedback-page__time,.admin-feedback-page__author{color:var(--text-muted);font-size:.92rem;line-height:1.6}.admin-feedback-page__author{margin-top:10px}.admin-feedback-page__message{color:var(--text);white-space:pre-wrap;margin-top:10px;font-size:1.2rem;line-height:1.75}@media (width<=760px){.admin-feedback-shell{padding:18px 2rem 28px}.admin-feedback-page{padding-top:6.6rem}.admin-feedback-page__panel,.admin-feedback-page__blocked{border-radius:24px;padding:22px}.admin-feedback-page__card-top{flex-direction:column;align-items:flex-start}}.rich-text-editor{gap:14px;display:grid}.rich-text-editor__toolbar,.rich-text-editor__group{flex-wrap:wrap;gap:10px;display:flex}.rich-text-editor__tool{border:1px solid var(--line);min-width:52px;min-height:42px;color:var(--text);cursor:pointer;background:#f4eef80a;border-radius:14px;padding:0 14px;font-size:.92rem;font-weight:700;transition:border-color .14s,background-color .14s,color .14s}.rich-text-editor__tool:hover,.rich-text-editor__tool--active{color:var(--accent);background:#b3b0ff1f;border-color:#b3b0ff6b}.rich-text-editor__tool:disabled{opacity:.42;cursor:not-allowed}.rich-text-editor__surface{border:1px solid var(--line);background:#f4eef80f;border-radius:24px;min-height:460px}.rich-text-editor__surface:focus-within{border-color:#b3b0ff6b;box-shadow:0 0 0 2px #b3b0ff33}.rich-text-editor__surface .tiptap{min-height:460px;color:var(--text);outline:none;padding:24px 26px;font-size:1rem;line-height:1.8}.rich-text-editor__surface .tiptap>:first-child{margin-top:0}.rich-text-editor__surface .tiptap h2,.rich-text-editor__surface .tiptap h3{color:var(--text);margin:20px 0 10px;line-height:1.3}.rich-text-editor__surface .tiptap h1{color:var(--text);font-family:var(--font-title);margin:24px 0 12px;font-size:2rem;line-height:1}.rich-text-editor__surface .tiptap h2{font-size:1.5rem}.rich-text-editor__surface .tiptap h3{font-size:1.2rem}.rich-text-editor__surface .tiptap ul,.rich-text-editor__surface .tiptap ol{padding-left:1.4rem}.rich-text-editor__surface .tiptap a{color:var(--accent)}.rich-text-editor__surface .tiptap strong{color:var(--text)}.rich-text-editor__surface .tiptap blockquote{border-left:2px solid var(--line);margin:20px 0;padding-left:18px}.rich-text-editor__surface .tiptap hr{border:0;border-top:1px solid var(--line);margin:26px 0}@media (width<=760px){.rich-text-editor__surface{min-height:320px}.rich-text-editor__surface .tiptap{min-height:320px;padding:20px}}.admin-legal-shell{background:var(--bg);flex-direction:column;min-height:100vh;padding:24px 32px 32px;display:flex}.admin-legal-page{flex:1;width:min(100%,1328px);margin:0 auto;padding-top:clamp(120px,14vh,144px)}.admin-legal-page__layout{grid-template-columns:260px minmax(0,1fr);gap:28px;display:grid}.admin-legal-page__nav,.admin-legal-page__panel,.admin-legal-page__blocked{border:1px solid var(--line);background:#21081cb8;border-radius:28px}.admin-legal-page__nav{align-self:start;padding:20px}.admin-legal-page__nav-title{color:var(--text);letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;font-weight:700}.admin-legal-page__nav-list{gap:10px;margin-top:16px;display:grid}.admin-legal-page__nav-link{color:var(--text-soft);border-radius:16px;padding:14px 16px;font-weight:600;text-decoration:none;transition:background-color .14s,color .14s;display:block}.admin-legal-page__nav-link:hover,.admin-legal-page__nav-link--active{color:var(--text);background:#b3b0ff29}.admin-legal-page__panel,.admin-legal-page__blocked{padding:28px}.admin-legal-page__eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;font-weight:700}.admin-legal-page__title{color:var(--text);font-family:var(--font-title);margin-top:12px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:.98}.admin-legal-page__intro,.admin-legal-page__meta,.admin-legal-page__blocked p,.admin-legal-page__loading{color:var(--text-soft);margin-top:14px;font-size:1rem;line-height:1.75}.admin-legal-page__locale-picker{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.admin-legal-page__locale-button{border:1px solid var(--line);color:var(--text-soft);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:.75rem 1rem;font-weight:700;transition:border-color .14s,background-color .14s,color .14s}.admin-legal-page__locale-button:hover,.admin-legal-page__locale-button--active{color:var(--text);background:#b3b0ff29;border-color:#b3b0ff52}.admin-legal-page__form{gap:18px;margin-top:24px;display:grid}.admin-legal-page__field{gap:10px;display:grid}.admin-legal-page__label{color:var(--text);font-size:.94rem;font-weight:700}.admin-legal-page__actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.admin-legal-page__status{color:var(--text-muted);font-size:.92rem}@media (width<=960px){.admin-legal-page__layout{grid-template-columns:1fr}}@media (width<=760px){.admin-legal-shell{padding:18px 2rem 28px}.admin-legal-page{padding-top:6.6rem}.admin-legal-page__panel,.admin-legal-page__blocked,.admin-legal-page__nav{border-radius:24px;padding:22px}}.account-transactions-shell{min-height:100svh}.account-transactions-page{width:min(100%,1328px);margin:0 auto;padding:160px 24px 96px}.account-transactions-page__panel{flex-direction:column;gap:24px;display:flex}.account-transactions-page__content{grid-template-columns:minmax(0,1fr) minmax(240px,320px);align-items:start;gap:24px;display:grid}.account-transactions-page__sidebar{order:2;position:sticky;top:144px}.account-transactions-page__main{flex-direction:column;order:1;gap:24px;min-width:0;display:flex}.account-transactions-page__header{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.account-transactions-page__eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;text-align:center;margin:0;font-size:.9rem;font-weight:700}.account-transactions-page__title{color:var(--text-strong);font-family:var(--font-title);text-align:center;margin:0;font-size:clamp(3.2rem,7vw,4.6rem);line-height:.92}.account-transactions-page__intro,.account-transactions-page__balance-note,.account-transactions-page__empty-copy,.account-transactions-page__error-copy,.account-transactions-page__mobile-date{color:var(--text-soft);text-align:center;margin:0;font-size:1rem;line-height:1.7}.account-transactions-page__balance-card,.account-transactions-page__empty,.account-transactions-page__error{border:1px solid var(--line);background:#1c0317b3;border-radius:32px;box-shadow:inset 0 0 0 1px #ffffff05}.account-transactions-page__balance-card{flex-direction:column;align-items:center;gap:20px;padding:28px;display:flex}.account-transactions-page__balance-actions{width:100%;padding-top:10px;display:flex}.account-transactions-page__balance-actions .button{width:100%}.account-transactions-page__balance-label{color:var(--text-soft);margin:0;font-size:.95rem;font-weight:600}.account-transactions-page__balance-value{color:var(--text-strong);font-family:var(--font-title);letter-spacing:-.03em;margin:0;font-size:clamp(2.8rem,7vw,3rem);font-weight:700;line-height:1}.account-transactions-page__balance-ring{justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.account-transactions-page__balance-ring-svg{width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.account-transactions-page__balance-ring-track,.account-transactions-page__balance-ring-progress{fill:none;stroke-width:32px}.account-transactions-page__balance-ring-track{stroke:#b3b0ff2e}.account-transactions-page__balance-ring-progress{--balance-circumference:301.593;stroke:var(--accent);stroke-dasharray:calc(var(--balance-circumference) * var(--balance-progress)) var(--balance-circumference)}.account-transactions-page__balance-ring-inner{background:#1c0317;border-radius:50%;justify-content:center;align-items:center;width:70%;height:70%;display:flex;position:absolute}.account-transactions-page__table-card{overflow:hidden}.account-transactions-page__pagination{justify-content:space-between;align-items:center;gap:16px;padding:0 4px;display:flex}.account-transactions-page__pagination-summary,.account-transactions-page__pagination-page{color:var(--text-soft);margin:0;font-size:.94rem;line-height:1.5}.account-transactions-page__pagination-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.account-transactions-page__pagination-actions .button{min-width:118px}.account-transactions-page__table{border-collapse:collapse;width:100%}.account-transactions-page__table th,.account-transactions-page__table td{text-align:left;border-bottom:1px solid #f4eef814;padding:18px 24px}.account-transactions-page__table th{color:var(--text-soft);letter-spacing:.06em;text-transform:uppercase;font-size:.88rem;font-weight:700}.account-transactions-page__table td{color:var(--text);vertical-align:top;font-size:1rem;line-height:1.5}.account-transactions-page__table tr:last-child td{border-bottom:0}.account-transactions-page__table th:first-child,.account-transactions-page__table td:first-child{width:44%}.account-transactions-page__table th:last-child,.account-transactions-page__table td:last-child{text-align:right}.account-transactions-page__activity-cell{flex-direction:column;gap:6px;display:flex}.account-transactions-page__activity-subtext,.account-transactions-page__mobile-activity-subtext{color:var(--text-soft);margin:0;font-size:.94rem;line-height:1.5}.account-transactions-page__receipt-link{color:var(--accent);text-underline-offset:3px;width:fit-content;font-size:.92rem;text-decoration:underline}.account-transactions-page__change{white-space:nowrap;font-weight:700;text-align:right!important}.account-transactions-page__table td.account-transactions-page__change--positive,.account-transactions-page__mobile-change.account-transactions-page__change--positive{color:#91e0a6}.account-transactions-page__table td.account-transactions-page__change--negative,.account-transactions-page__mobile-change.account-transactions-page__change--negative{color:var(--accent)}.account-transactions-page__status-pill{text-align:center;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px .8rem;font-size:.88rem;font-weight:700;line-height:1.2;display:inline-flex}.account-transactions-page__status-pill--completed,.account-transactions-page__status-pill--adjusted{color:#9be98d;background:#9be98d1f}.account-transactions-page__status-pill--failed,.account-transactions-page__status-pill--canceled,.account-transactions-page__status-pill--expired{color:#ffb19f;background:#ffb19f1f}.account-transactions-page__status-pill--pending{color:#ffe6a8;background:#ffe6a81f}.account-transactions-page__status-pill--returned{color:var(--accent);background:#b3b0ff24}.account-transactions-page__status-pill--refunded{color:var(--text-strong);background:#b3b0ff47}.account-transactions-page__mobile-list{display:none}.account-transactions-page__empty,.account-transactions-page__error{flex-direction:column;gap:12px;padding:28px;display:flex}.account-transactions-page__empty-title,.account-transactions-page__error-title{color:var(--text-strong);margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}@media (width<=1024px){.account-transactions-page{padding:144px 20px 88px}.account-transactions-page__panel{gap:18px}.account-transactions-page__content{grid-template-columns:1fr;gap:18px}.account-transactions-page__sidebar{order:1;position:static;top:auto}.account-transactions-page__main{order:2;gap:18px}.account-transactions-page__balance-card,.account-transactions-page__empty,.account-transactions-page__error{border-radius:24px;padding:22px}.account-transactions-page__table-card{display:none}.account-transactions-page__mobile-list{flex-direction:column;gap:14px;display:flex}.account-transactions-page__pagination{flex-direction:column;align-items:stretch;gap:12px}.account-transactions-page__pagination-summary,.account-transactions-page__pagination-page{text-align:center}.account-transactions-page__pagination-actions{justify-content:stretch}.account-transactions-page__pagination-actions .button{flex:1 1 0;min-width:0}.account-transactions-page__mobile-item{border:1px solid var(--line);background:#1c0317b3;border-radius:24px;flex-direction:column;gap:18px;padding:22px;display:flex;box-shadow:inset 0 0 0 1px #ffffff05}.account-transactions-page__mobile-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.account-transactions-page__mobile-activity-block{flex-direction:column;flex:auto;gap:10px;min-width:0;display:flex}.account-transactions-page__mobile-activity,.account-transactions-page__mobile-change{color:var(--text);margin:0;line-height:1.4}.account-transactions-page__mobile-activity{font-size:1.08rem;font-weight:600}.account-transactions-page__mobile-change{flex:none;font-size:1.2rem;font-weight:700}.account-transactions-page__mobile-meta{color:var(--text-soft);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700;line-height:1.3}.account-transactions-page__mobile-details{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;display:grid}.account-transactions-page__mobile-detail{flex-direction:column;gap:8px;min-width:0;display:flex}.account-transactions-page__mobile-detail--status{align-items:flex-end}.account-transactions-page__mobile-date{text-align:left}.account-transactions-page__receipt-link--mobile{margin-top:-2px}.account-transactions-page__status-pill{padding:6px 16px;font-size:.84rem}}@media (width<=760px){.account-transactions-page{padding:132px 16px 88px}.account-transactions-page__balance-card,.account-transactions-page__empty,.account-transactions-page__error,.account-transactions-page__mobile-item{border-radius:24px;padding:20px}.account-transactions-page__mobile-row{gap:14px}.account-transactions-page__mobile-activity,.account-transactions-page__mobile-change{font-size:1rem}.account-transactions-page__mobile-change{font-size:1.12rem}.account-transactions-page__status-pill{width:fit-content}.account-transactions-page__balance-card{gap:16px}.account-transactions-page__balance-ring:before,.account-transactions-page__balance-ring:after{width:18px;height:18px}.account-transactions-page__balance-value{font-size:4rem}}.generic-page-shell{background:var(--bg);flex-direction:column;min-height:100vh;padding:24px 32px 32px;display:flex}.generic-page{flex:1;width:min(100%,1280px);margin:0 auto;padding-top:clamp(120px,14vh,144px);padding-bottom:4rem}.generic-page__panel{width:min(100%,860px);margin:0 auto}.generic-page__back{color:var(--text-soft);text-align:center;width:200px;margin:0 auto;font-size:.96rem;font-weight:600;text-decoration:none;transition:color .14s;display:block}.generic-page__back:hover{color:var(--text)}.generic-page__title{color:var(--text);font-family:var(--font-title);text-align:center;margin-top:20px;font-size:clamp(2.8rem,6vw,4.4rem);line-height:.98}.generic-page__updated-at{color:var(--text-muted);text-align:center;margin-top:14px;font-size:.96rem;line-height:1.6}.generic-page__content{gap:16px;margin-top:36px;display:grid}.generic-page__content>:first-child{margin-top:0}.generic-page__content h2{color:var(--text);font-size:2rem;font-weight:600;line-height:1.4;font-family:var(--font-title);margin-top:2rem}.generic-page__content h3{color:var(--text);margin-top:26px;font-size:1.3rem;font-weight:700;line-height:1.4}.generic-page__content p,.generic-page__content li,.generic-page__content blockquote{color:var(--text-soft);font-size:1.1rem;line-height:1.8}.generic-page__content ul,.generic-page__content ol{padding-left:2rem}.generic-page__content a{color:var(--accent)}.generic-page__content blockquote{border-left:2px solid var(--line);padding-left:18px}.generic-page__loading,.generic-page__error{color:var(--text-soft);text-align:center;margin-top:36px;font-size:1rem;line-height:1.8}@media (width<=760px){.generic-page-shell{padding:18px 2rem 28px}.generic-page{padding-top:6.6rem}.generic-page__panel{width:100%;padding:24px 22px}.generic-page__title{margin-top:16px;font-size:clamp(2.2rem,11vw,3rem)}.generic-page__content{margin-top:28px}}.account-gate-form{width:100%}.account-gate-form--modal,.account-gate-form--inline{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.account-gate-form--inline{background:#1c0618f7;border:1px solid #beb1e22e;border-radius:28px;min-height:100%;padding:56px 48px 48px}.account-gate-form__block{text-align:center;gap:24px;width:min(100%,470px);display:grid}.account-gate-form__title{color:var(--text);font-family:var(--font-title);font-size:clamp(2rem,4vw,2.2rem);line-height:1.2}.account-gate-form__body{color:var(--text-soft);white-space:pre-line;font-size:1.1rem;line-height:1.65}.account-gate-form__input{width:100%}.account-gate-form__primary{width:100%;min-height:60px;font-size:1.2rem}.account-gate-form__help,.account-gate-form__legal,.account-gate-form__resend,.account-gate-form__resent-message{color:var(--text-muted);font-size:1rem;line-height:1.7}.account-gate-form__legal{margin-top:-6px}.account-gate-form__legal-link{color:var(--text-muted)}.account-gate-form__legal-link:hover,.account-gate-form__legal-link:focus-visible{color:var(--text);outline:none}.account-gate-form__error{color:#f2b8c6;font-size:.98rem;line-height:1.6}.account-gate-form__resend-link{color:var(--accent);cursor:pointer;border:0;font-size:1rem;font-weight:600}.account-gate-form__secondary-link{color:var(--text-soft);cursor:pointer;border:0;font-size:1rem;font-weight:600}.account-gate-form__resend-link:disabled{cursor:not-allowed;opacity:.6}.account-gate-form__secondary-link:focus-visible,.account-gate-form__secondary-link:hover{color:var(--accent);outline:none}.account-gate-form__code-inputs{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.account-gate-form__code-input{width:100%;min-height:84px;color:var(--text);text-align:center;background:#f4eef817;border:0;border-radius:999px;padding:0;font-size:2rem;font-weight:700;line-height:1}.account-gate-form__code-input::placeholder{color:#f4eef866}.account-gate-form__code-input:focus-visible,.account-gate-form__resend-link:focus-visible,.account-gate-form__secondary-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=920px){.account-gate-form--inline{padding:40px 24px 28px}}@media (width<=680px){.account-gate-form__title{font-size:2rem}.account-gate-form__body{font-size:1.05rem}.account-gate-form__primary{min-height:64px}.account-gate-form__code-inputs{gap:10px}.account-gate-form__code-input{min-height:64px;font-size:1.7rem}}.account-gate-modal{z-index:1200;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.account-gate-modal__backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 15% 12%,#b3b0ff24,#0000 12%),radial-gradient(circle at 80% 20%,#b3b0ff1a,#0000 18%),#180414d1;position:absolute;inset:0}.account-gate-modal__dialog{z-index:1;background:#1c0618f7;border:1px solid #beb1e247;border-radius:40px;grid-template-columns:minmax(0,.98fr) minmax(0,1fr);width:min(100%,1160px);min-height:min(760px,100vh - 48px);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000006b}.account-gate-modal__story{background:#b3b0ff2e;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:3rem;display:flex}.account-gate-modal__story-stage{gap:24px;animation:.42s account-gate-story-enter;display:grid}.account-gate-modal__illustration{flex:1;justify-content:center;align-items:center;min-height:200px;display:flex}.account-gate-modal__illustration img{width:min(100%,220px);height:auto}.account-gate-modal__story-copy{text-align:center;gap:16px;display:grid}.account-gate-modal__story-title{font-family:var(--font-title);color:var(--accent);font-size:clamp(2.4rem,4vw,2.8rem);line-height:.98}.account-gate-modal__story-text{max-width:420px;color:var(--text-soft);margin:0 auto;font-size:1.1rem;line-height:1.6}.account-gate-modal__dots{justify-content:center;align-items:center;gap:10px;display:flex}.account-gate-modal__dot{cursor:pointer;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.account-gate-modal__dot-visual{background:#b3b0ff3d;border-radius:999px;width:12px;height:12px;transition:width .22s,background-color .22s,transform .22s}.account-gate-modal__dot--active .account-gate-modal__dot-visual{background:var(--accent);width:28px;transform:scale(1.02)}.account-gate-modal__form-panel{justify-content:center;align-items:center;padding:56px 48px 48px;display:flex;position:relative}.account-gate-modal__form-inner{width:min(100%,470px)}.account-gate-modal__close{cursor:pointer;border:0;width:44px;height:44px;position:absolute;top:28px;right:28px}.account-gate-modal__close span{background:#f4eef8b8;border-radius:999px;width:28px;height:2px;position:absolute;top:50%;left:50%}.account-gate-modal__close span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.account-gate-modal__close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.account-gate-modal__resend-link:focus-visible,.account-gate-modal__dot:focus-visible,.account-gate-modal__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=920px){.account-gate-modal{padding:16px}.account-gate-modal__dialog{grid-template-columns:1fr;min-height:auto;max-height:calc(100vh - 32px);overflow-y:auto}.account-gate-modal__story{gap:20px;padding:24px 24px 20px}.account-gate-modal__illustration{min-height:220px}.account-gate-modal__illustration img{width:min(100%,220px)}.account-gate-modal__story-title{font-size:2rem}.account-gate-modal__story-text{font-size:1rem}.account-gate-modal__form-panel{padding:72px 24px 28px}}@media (width<=680px){.account-gate-modal__story{display:none}.account-gate-modal__dialog{border-radius:32px;width:min(100%,520px)}}@keyframes account-gate-story-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.account-gate-modal__story-stage{animation:none}.account-gate-modal__dot-visual{transition:none}}.feedback-widget{z-index:16;position:fixed;bottom:24px;right:24px}.feedback-widget__trigger{background:var(--accent);color:#171219;width:48px;height:48px;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:transform .16s,box-shadow .16s,background .16s,color .16s;display:inline-flex}.feedback-widget__trigger:hover{background:var(--text);color:var(--surface)}.feedback-widget__trigger-icon{width:28px;height:28px}.feedback-widget__panel{background:var(--surface);width:min(100vw - 32px,380px);color:var(--text);border:1px solid #ffffff1a;border-radius:28px;padding:2rem;box-shadow:0 26px 70px #00000052}.feedback-widget__panel--expanded{width:min(100vw - 32px,420px)}.feedback-widget__close{width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin-left:auto;font-size:2.4rem;line-height:1;display:inline-flex;position:absolute;top:1rem;right:1rem}.feedback-widget__hero{justify-items:center;gap:10px;margin-top:-4px;display:grid}.feedback-widget__hero-icon img{width:40px;height:40px;fill:var(--text)}.feedback-widget__title{color:var(--text);letter-spacing:-.04em;text-align:center;margin:0;font-family:Title;font-size:clamp(2rem,5vw,2rem);line-height:1.05}.feedback-widget__categories{flex-wrap:wrap;place-content:flex-start center;align-items:flex-start;gap:14px;margin-top:22px;display:flex}.feedback-widget__category-slot{opacity:1;justify-content:center;max-width:100%;max-height:56px;transition:opacity .12s,transform .16s,all;display:flex;overflow:hidden}.feedback-widget__category-slot--hidden{opacity:0;pointer-events:none;margin:0;display:none;transform:scale(.96)}.feedback-widget__category{min-height:40px;color:var(--text);font:inherit;cursor:pointer;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:8px 16px;font-size:.9rem;font-weight:700;transition:background-color .14s,color .14s,border-color .14s,transform .14s,box-shadow .14s;display:inline-flex;position:relative}.feedback-widget__category:hover{color:var(--surface);background:var(--text)}.feedback-widget__category--active{background:var(--text);color:var(--surface);padding-right:16px}.feedback-widget__category-clear{color:currentColor;cursor:pointer;width:20px;height:20px;font:inherit;background:#1712191f;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;line-height:1;transition:background-color .14s,color .14s,transform .14s;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.feedback-widget__category-clear:hover{background:#17121933;transform:translateY(-50%)scale(1.05)}.feedback-widget__category-clear:focus-visible{outline-offset:2px;outline:2px solid #ffffff1a}.feedback-widget__category-emoji{flex:none;font-size:1.2rem;line-height:1}.feedback-widget__category-label{line-height:1.2;display:block}.feedback-widget__category--active .feedback-widget__category-label{padding-right:20px}.feedback-widget__contact{justify-items:center;gap:10px;margin-top:20px;display:grid}.feedback-widget__contact-divider{width:100%;color:var(--text-muted);letter-spacing:.04em;text-transform:lowercase;align-items:center;gap:10px;font-size:.85rem;display:flex}.feedback-widget__contact-divider:before,.feedback-widget__contact-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.feedback-widget__contact-link{color:var(--text);text-underline-offset:.2em;font-size:.95rem;text-decoration-thickness:1px;transition:color .14s}.feedback-widget__contact-link:hover{color:var(--accent)}.feedback-widget__detail-shell{opacity:0;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .18s,margin-top .18s,opacity .14s;display:grid}.feedback-widget__detail-shell--visible{opacity:1;grid-template-rows:1fr;margin-top:26px}.feedback-widget__detail{gap:18px;min-height:0;display:grid;overflow:hidden}.feedback-widget__prompt{color:var(--text);margin:0;font-size:1rem;line-height:1.55}.feedback-widget__optional{color:var(--text-muted)}.feedback-widget__textarea{resize:vertical;background:var(--surface);width:100%;min-height:148px;color:var(--text);font:inherit;border:1px solid #ffffff1a;border-radius:22px;padding:20px 18px;font-size:1rem;line-height:1.6}.feedback-widget__textarea::placeholder{color:var(--text-muted)}.feedback-widget__textarea:focus-visible,.feedback-widget__submit:focus-visible,.feedback-widget__category:focus-visible,.feedback-widget__trigger:focus-visible,.feedback-widget__close:focus-visible{outline:2px solid #ffffff1a}.feedback-widget__submit{color:#fff;min-width:220px;min-height:56px;font:inherit;cursor:pointer;background:#080608;border:0;border-radius:999px;justify-self:start;padding:0 28px;font-size:1.2rem;font-weight:700}.feedback-widget__submit:disabled{opacity:.6;cursor:progress}@media (width<=760px){.feedback-widget{bottom:16px;right:8px}.feedback-widget__panel,.feedback-widget__panel--expanded{border-radius:24px;width:min(100vw - 24px,420px);padding:18px}.feedback-widget__trigger{width:58px;height:58px}.feedback-widget__submit{justify-self:stretch;width:100%}}.evidence-list{display:grid}.evidence-list__item{grid-template-columns:64px minmax(0,1fr) 360px;align-items:flex-start;gap:0;padding:2rem 0;display:grid}.evidence-list__item+.evidence-list__item{border-top:1px solid var(--line)}.evidence-list__check{background:var(--accent);border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.evidence-list__check img{width:22px;height:22px}.evidence-list__fact{color:var(--text);font-size:1.1rem;font-weight:400;line-height:1.5}.evidence-list__content{flex-direction:column;gap:0;width:100%;min-width:0;padding-top:8px;padding-right:24px;display:flex}.evidence-list__excerpt{width:100%;max-width:100%;color:var(--accent);white-space:normal;overflow-wrap:anywhere;background:#b3b0ff12;border-radius:24px;margin-top:18px;padding:14px 28px;font-size:1rem;line-height:1.5;display:block}.evidence-list__meta{flex:0 0 360px;align-items:center;gap:22px;width:360px;min-width:360px;display:flex}.evidence-list__thumbnail{object-fit:contain;flex:none;width:100px;height:121px;display:block;box-shadow:0 18px 42px #0000002e}.evidence-list__location-group{gap:8px;width:216px;min-width:216px;display:grid}.evidence-list__location-title{color:var(--text);font-family:var(--font-title);font-size:1.1rem;line-height:1.1}.evidence-list__location-detail{color:var(--text-soft);font-size:.95rem;line-height:1.5}@media (width<=760px){.evidence-list__item{grid-template-columns:1fr;align-items:start;gap:18px;padding:1.6rem 0}.evidence-list__meta{flex:initial;align-items:center;gap:16px;width:100%;min-width:0}.evidence-list__thumbnail{width:78px;height:98px}.evidence-list__excerpt{max-width:100%}.evidence-list__location-group{width:auto;min-width:0}}.key-insight-card{border-bottom:1px solid var(--line);align-items:flex-start;gap:24px;padding:1.6rem 0;display:flex}.key-insight-card__icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.key-insight-card__icon-mark{flex:none;width:24px;height:24px;display:block}.key-insight-card__icon-mark svg{width:24px;height:24px;display:block}.key-insight-card__content{flex:1;min-width:0;margin-top:12px}.key-insight-card__meta{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:28px;display:grid}.key-insight-card__label{color:var(--text);font-size:1.1rem;line-height:1.5}.key-insight-card__summary{gap:.6rem;min-width:0;display:grid}.key-insight-card__value{color:var(--text);overflow-wrap:anywhere;font-size:1.14rem;font-weight:700;line-height:1.45}.key-insight-card__explanation{color:var(--text-soft);font-size:1rem;line-height:1.65}.key-insight-card__confidence{background:#f4eef80a;border-radius:999px;flex-direction:row;align-items:center;gap:.5rem;margin-top:.2rem;padding:.5rem 1rem;display:flex}.key-insight-card__confidence img{width:18px;height:18px;display:block}.key-insight-card__confidence-note{color:var(--text-muted);font-size:.94rem;line-height:1.55}@media (width<=760px){.key-insight-card{gap:18px}.key-insight-card__meta{grid-template-columns:1fr;gap:6px}}.analysis-results{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:40px;margin-bottom:8rem;display:grid}.analysis-results__sidebar{gap:6rem;display:grid;position:sticky;top:8rem}.results-nav{gap:10px;display:grid}.results-nav__item{color:var(--text-soft);border-radius:999px;align-items:center;gap:14px;padding:16px 18px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .14s,color .14s,opacity .14s;display:inline-flex}.results-nav__label{min-width:0}.results-nav__item:hover{color:var(--text);background:#b3b0ff14}.results-nav__item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.results-nav__icon{color:#fffc;flex:none;width:24px;height:24px;transition:color .14s}.results-nav__icon svg{fill:currentColor;width:100%;height:100%;display:block}.results-nav__item--active{color:var(--text);background:#b3b0ff33}.results-nav__item--active .results-nav__icon{color:var(--accent)}.results-help{border:1px solid var(--line);border-radius:32px;min-height:380px;padding:2.4rem 2.4rem 0;position:relative}.results-help__title{color:var(--text);font-size:1.2rem;font-weight:600;line-height:1.35}.results-help__figure{color:var(--text-soft);position:absolute;bottom:2rem;left:auto;right:auto}.analysis-results__content{gap:4rem;display:grid}.analysis-results__ai-notice{background:#f4eef80a;border-radius:999px;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-top:.4rem;margin-bottom:-2rem;padding:.6rem 1.25rem;display:flex}.analysis-results__ai-notice img{width:20px;height:20px}.analysis-results__ai-notice p{color:var(--text-muted);text-align:center;vertical-align:middle;margin:0;font-size:.92rem;line-height:20px}.analysis-results__outcome-note{background:#b3b0ff14;border-radius:24px;align-items:center;gap:.75rem;margin-bottom:-2rem;padding:1rem 1.2rem;display:flex}.analysis-results__outcome-note img{flex:none;width:20px;height:20px}.analysis-results__outcome-note p{color:var(--text);margin:0;font-size:.98rem;line-height:1.5}.analysis-results__quality{background:#f4eef80a;border-radius:24px;grid-template-columns:auto 1fr;align-items:start;gap:.9rem;margin-bottom:-2rem;padding:2rem;display:grid}.analysis-results__quality-icon{width:24px;height:24px;margin-top:.1rem}.analysis-results__quality-copy{gap:.45rem;margin-top:.3rem;display:grid}.analysis-results__quality-title,.analysis-results__quality-message,.analysis-results__quality-note{margin:0}.analysis-results__quality-title{color:var(--text);letter-spacing:.01em;font-size:.92rem;font-weight:700}.analysis-results__quality-message{color:var(--text);font-size:1rem;line-height:1.55}.analysis-results__quality-note{color:var(--text-muted);font-size:.95rem;line-height:1.55}.analysis-summary-card{border:1px solid var(--line);background:var(--accent);color:#231225;border-radius:2rem;grid-template-columns:auto 1fr;align-items:start;gap:2rem;padding:6rem;display:grid}.analysis-summary-card__icon{place-items:center;width:180px;height:180px;display:grid}.analysis-summary-card__icon img{width:100%;height:100%}.analysis-summary-card__eyebrow{color:#231225bd;font-size:.95rem;line-height:1.4}.analysis-summary-card__title,.analysis-block__title{font-family:var(--font-title)}.analysis-summary-card__title{margin-top:10px;font-size:clamp(2.6rem,4vw,2.4rem);line-height:1.24}.analysis-summary-card__body{color:#231225db;max-width:100%;margin-top:18px;font-size:1.2rem;line-height:1.7}.analysis-block{gap:2rem;scroll-margin-top:7rem;display:grid}.analysis-summary-card{scroll-margin-top:7rem}.analysis-block__title{color:var(--text);font-size:clamp(2rem,3vw,2.2rem);line-height:.96}.analysis-insights-list .key-insight-card:last-child{border-bottom:none}.analysis-surface,.analysis-uncertainty{border-radius:32px}.analysis-surface{border:1px solid var(--line);padding:1.8rem 2.4rem}.analysis-uncertainty{background:#4023169e;padding:3.2rem 2.8rem}.analysis-uncertainty .result-empty{font-size:1.24rem;line-height:1.7}.uncertainty-list{gap:24px;list-style:none;display:grid}.uncertainty-list__item{color:var(--text);align-items:flex-start;gap:24px;font-size:1.24rem;line-height:1.7;display:flex}.uncertainty-list__item p{padding-top:6px}.uncertainty-list__icon{background:#ffd466;border-radius:999px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;margin-top:2px;display:flex}.uncertainty-list__icon img{width:24px;height:24px}.analysis-results__privacy{border-bottom:1px solid var(--line);color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin-top:3rem;padding:0 2rem 4rem;font-size:1rem;line-height:1.6;display:flex}.analysis-results__privacy span{max-width:600px;margin:0 auto;display:block}.analysis-results__privacy-link{color:var(--accent);text-underline-offset:.16em;text-decoration:underline;text-decoration-thickness:1px}.analysis-results__privacy-link:hover,.analysis-results__privacy-link:focus-visible{color:var(--text)}.analysis-results__privacy-icon{flex:none;width:26px;height:26px}.analysis-results__reset{justify-self:center;min-width:460px}.analysis-results__mobile-nav-sentinel{display:none}@media (width<=1100px){.analysis-results{grid-template-columns:1fr}.analysis-results__sidebar{display:none}}@media (width<=760px){.analysis-results{gap:0;margin-bottom:0}.analysis-summary-card__icon{margin:0 auto;display:block}.analysis-results__sidebar{z-index:9999;gap:0;transition:opacity .14s,transform .14s;position:fixed;inset:auto 0 0}.analysis-results__sidebar--hidden-mobile{opacity:0;pointer-events:none;transform:translateY(100%)}.results-help{display:none}.results-nav{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;padding:10px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:#180414f0;border-bottom:0;border-left:0;border-right:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid;box-shadow:0 18px 40px #00000047}.results-nav__item{text-align:center;flex-direction:column;justify-content:center;gap:8px;min-width:0;min-height:68px;padding:10px 8px;font-size:.76rem;line-height:1.2;display:flex;overflow:hidden}.results-nav__icon{width:22px;height:22px}.results-nav__label{text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;overflow:hidden}.analysis-results__content{gap:3rem;padding-bottom:7rem}.analysis-results__ai-notice{border-radius:20px;padding:.9rem 1rem}.analysis-results__ai-notice p{text-align:left;font-size:.88rem}.results-help,.analysis-summary-card,.analysis-surface,.analysis-uncertainty{border-radius:28px}.analysis-summary-card{grid-template-columns:1fr;gap:1rem}.analysis-summary-card,.analysis-surface,.analysis-uncertainty{padding:2rem}.analysis-results__privacy{text-align:left;justify-content:flex-start;align-items:flex-start}.analysis-results__reset{min-width:100%}.analysis-summary-card__title{word-break:break-word}.uncertainty-list__item{flex-direction:column;gap:1rem;display:flex}.results-nav__item:hover,.results-nav__item--active{border-radius:16px}.analysis-results__mobile-nav-sentinel{display:block}}.dot-matrix-loader{color:#b3b0fffa;justify-items:center;gap:1.5rem;width:100%;display:grid}.dot-matrix-loader__label{color:var(--text);font-family:var(--font-title);text-align:center;margin:0;font-size:clamp(2rem,2.8vw,2.8rem);font-weight:500;line-height:1.2}.dot-matrix-loader__field{--dot-matrix-columns:22;--dot-size:clamp(.24rem, .58vw, .42rem);grid-template-columns:repeat(var(--dot-matrix-columns), minmax(0, 1fr));gap:clamp(.42rem,.75vw,.68rem);width:min(100%,44rem);max-width:100%;padding:clamp(.5rem,1.4vw,.9rem);display:grid}.dot-matrix-loader__dot{width:var(--dot-size);height:var(--dot-size);opacity:calc(.1 + (var(--dot-strength) * .24));transform:scale(calc(.38 + (var(--dot-strength) * .42)));animation:3.6s ease-in-out infinite dot-matrix-loader-wave;animation-delay:var(--dot-delay);will-change:opacity, transform;background:currentColor;border-radius:999px;place-self:center}.dot-matrix-loader__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes dot-matrix-loader-wave{0%,to{opacity:calc(.08 + (var(--dot-strength) * .2));transform:scale(calc(.34 + (var(--dot-strength) * .38)))}38%{opacity:calc(.18 + (var(--dot-strength) * .46));transform:scale(calc(.7 + (var(--dot-strength) * .52)))}58%{opacity:calc(.14 + (var(--dot-strength) * .32));transform:scale(calc(.52 + (var(--dot-strength) * .44)))}}@media (width<=760px){.dot-matrix-loader{gap:1.1rem}.dot-matrix-loader__field{--dot-size:clamp(.2rem, .72vw, .32rem);gap:clamp(.32rem,.9vw,.5rem);padding:.35rem;width:12rem!important;height:12rem!important}.dot-matrix-loader__label{font-size:clamp(1.2rem,5vw,1.5rem)}}@media (prefers-reduced-motion:reduce){.dot-matrix-loader__dot{opacity:calc(.12 + (var(--dot-strength) * .28));transform:scale(calc(.42 + (var(--dot-strength) * .4)));animation:none}}.file-dropzone-section{flex-direction:column;flex:1;min-height:100%;margin-top:0;display:flex}.file-dropzone{text-align:center;cursor:pointer;background:0 0;border:2px dashed #f4eef82e;border-radius:28px;flex-direction:column;flex:auto;align-items:center;height:100%;min-height:100%;padding:2rem;display:flex;position:relative}.file-dropzone--static{cursor:default}.file-dropzone__content{flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:16px;display:flex}.file-dropzone__content--consent{gap:28px;width:min(100%,44rem);padding:1rem}.file-dropzone--active,.file-dropzone:hover,.file-dropzone:focus-visible{border-color:#b3b0ff57}.file-dropzone:focus-visible{outline:none}.file-dropzone__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-dropzone__icon{width:160px;height:160px;color:var(--accent);background:#b3b0ff1a;border-radius:999px;place-items:center;font-size:3rem;font-weight:700;transition:background .14s;display:grid}.file-dropzone:hover .file-dropzone__icon{background:#b3b0ff4d}.file-dropzone__icon img{width:72px;height:72px}.file-dropzone__title{color:var(--accent);font-family:var(--font-title);margin-top:10px;font-size:clamp(2rem,3vw,2rem);line-height:1.05}.file-dropzone__title--consent{margin-top:0;font-size:clamp(2.2rem,4vw,2.4rem)}.file-dropzone__description{color:var(--text)}.file-dropzone__consent-file-card{text-align:left;background:#b3b0ff1a;border-radius:1rem;align-items:center;gap:1.5rem;width:100%;padding:1.5rem;display:flex}.file-dropzone__consent-file-icon{background:#b3b0ff1f;border-radius:1rem;flex:none;place-items:center;width:60px;height:60px;display:grid}.file-dropzone__consent-file-icon img{width:34px;height:34px}.file-dropzone__consent-file-copy{min-width:0}.file-dropzone__consent-file-name{color:var(--text);word-break:break-word;font-size:1.05rem;font-weight:700;line-height:1.45}.file-dropzone__consent-file-meta{color:var(--text-muted);margin-top:.2rem;font-size:.95rem;line-height:1.5}.file-dropzone__consent-statement,.file-dropzone__consent-notice{color:var(--text);text-align:left;width:100%;font-size:1rem;line-height:1.65}.file-dropzone__consent-statement{font-size:1.05rem}.file-dropzone__consent-notice{color:var(--text-muted);max-width:38rem;margin-top:-.5rem}.file-dropzone__consent-actions{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:.4rem;display:flex}.file-dropzone__consent-action{width:min(100%,340px)}.file-dropzone__formats,.selected-file__meta,.file-dropzone__error{color:var(--text-muted);font-size:1rem;line-height:1.6}.file-dropzone__analysis-error{color:#ff8e98;text-align:left;background:#ff8e981a;border-radius:999px;flex-direction:row;align-items:center;gap:.8rem;margin-bottom:1rem;padding:.8rem 1rem;font-size:1rem;line-height:1.4;display:flex}.file-dropzone__analysis-error img{width:20px;height:20px;display:inline-block}.file-dropzone__action{pointer-events:none;margin-top:8px}.file-dropzone__formats{margin-top:12px}.file-dropzone__feedback{margin-top:16px}.file-dropzone__legal{max-width:32rem;color:var(--text-muted);margin-top:auto;font-size:.95rem;line-height:1.6}.file-dropzone__legal-link{color:var(--text-muted);text-underline-offset:.16em;text-decoration:underline;text-decoration-thickness:1px}.file-dropzone__legal-link:hover,.file-dropzone__legal-link:focus-visible{color:var(--text)}.selected-file{background:#27162fe6;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.selected-file__label{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.selected-file__name{color:var(--text);word-break:break-word;margin-top:6px;font-size:1rem;font-weight:600;line-height:1.5}.selected-file__remove{border-radius:999px;padding:12px 18px}.file-dropzone__error{color:#ff8e98}@media (width<=760px){.file-dropzone{height:auto;min-height:clamp(260px,42vh,340px);padding:40px 18px 24px}.file-dropzone__legal{margin-top:2rem;font-size:.88rem}.file-dropzone__content--consent{gap:2rem;padding:1rem}.file-dropzone__consent-file-card{gap:1rem;padding:1.1rem 1.15rem}.file-dropzone__consent-file-icon{border-radius:1rem;width:60px;height:60px}.file-dropzone__consent-file-icon img{width:30px;height:30px}.selected-file{flex-direction:column;align-items:flex-start}.file-dropzone__analysis-error{margin-bottom:3rem}}.usage-limit-card{background:#1c0618f7;border:1px solid #beb1e22e;border-radius:28px;justify-content:center;align-items:center;width:100%;min-height:100%;padding:56px 48px 48px;display:flex}.usage-limit-card__content{text-align:center;gap:20px;width:min(100%,470px);display:grid}.usage-limit-card__title{color:var(--text);font-family:var(--font-title);font-size:clamp(2rem,4vw,2.2rem);line-height:1.2}.usage-limit-card__icon{width:220px;height:220px;margin:0 auto;display:inline-block}.usage-limit-card__body{color:var(--text-soft);font-size:1.1rem;line-height:1.65}.usage-limit-card__action{justify-content:center;display:flex}.usage-limit-card__action .button{min-width:min(100%,320px)}.usage-limit-card__note{color:var(--text-muted);font-size:1rem;line-height:1.7}@media (width<=920px){.usage-limit-card{padding:40px 24px 28px}}@media (width<=680px){.usage-limit-card__title{font-size:2rem}.usage-limit-card__body{font-size:1.05rem}}.experience--upload,.experience--analyzing,.experience--results,.upload-view{width:100%}.upload-view__main{grid-template-columns:minmax(0,1fr) minmax(420px,1.15fr);align-items:stretch;gap:clamp(28px,5vw,72px);min-height:clamp(560px,100svh - 180px,820px);display:grid}.upload-view__content{flex-direction:column;justify-content:center;gap:clamp(32px,5vh,64px);height:100%;display:flex}.upload-view__intro{flex-direction:column;gap:clamp(20px,3vh,36px);display:flex}.upload-view__title,.analyzing-view__title{font-family:var(--font-title);letter-spacing:.02em;line-height:4.4rem}.upload-view__title{color:var(--accent);font-size:clamp(4.2rem,7vw,4.2rem)}.upload-view__description,.analyzing-view__description,.analyzing-view__note,.analysis-error{font-size:1rem;line-height:1.6}.upload-view__description{color:var(--text-soft);max-width:28rem;font-size:1.2rem;line-height:1.75}.privacy-banner{background:#b3b0ff1a;border-radius:28px;grid-template-columns:auto 1fr;align-items:start;gap:20px;max-width:100%;margin:0;padding:2rem;display:grid}.privacy-banner__icon{border-radius:18px;place-items:center;width:32px;height:32px;display:grid}.privacy-banner__icon img{width:32px;height:32px}.privacy-banner__title{color:var(--text);font-size:1rem;font-weight:700;line-height:1.45}.privacy-banner__text{color:var(--text-muted);margin-top:6px;font-size:1rem;line-height:1.65}.privacy-banner__link{color:var(--text-muted);text-underline-offset:.16em;text-decoration:underline;text-decoration-thickness:1px}.privacy-banner__link:hover,.privacy-banner__link:focus-visible{color:var(--text)}.upload-view__actions{gap:0;height:100%;min-height:100%;display:grid}.upload-view__card{flex-direction:column;height:100%;min-height:100%;display:flex}.upload-view__account-gate-card,.upload-view__usage-limit-card{flex:auto;min-height:100%;display:flex}.upload-view__loading-card{border:2px dashed #f4eef82e;border-radius:28px;flex:auto;justify-content:center;align-items:center;min-height:100%;display:flex}.upload-view__loading-spinner{border:4px solid #b3b0ff2e;border-top-color:var(--accent);border-radius:999px;width:64px;height:64px;animation:.9s linear infinite upload-view-spinner}.analyzing-view{background:#0003;border-radius:32px}.analysis-error{color:#ff8e98}.analyzing-view{text-align:center;justify-items:center;gap:2.25rem;max-width:900px;margin:0 auto 4rem;padding:6rem;display:grid}.analyzing-view__loader{width:min(100%,22rem);padding:1rem}.analyzing-view__loader .dot-matrix-loader__field{border:1px solid #b3b0ff17;border-radius:50%;height:20rem;overflow:hidden}.analyzing-view__title{color:var(--accent);font-size:clamp(2.8rem,4.6vw,2.8rem);line-height:.98}.analyzing-view__note{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;display:inline-flex}.analyzing-view__note-icon{flex:none;width:24px;height:24px}.analyzing-view__hold-note{color:var(--text-soft);font-size:.95rem;line-height:1.6}.analyzing-view__file{color:var(--text-soft);font-size:1rem;line-height:1.6}.analyzing-view__continue{min-width:240px}.analyzing-view__content{flex-direction:column;gap:16px;display:flex}@media (width<=1100px){.upload-view__main{grid-template-columns:1fr;min-height:auto}.upload-view__content{gap:28px;height:auto}.privacy-banner{align-self:auto}}@media (width<=760px){.upload-view__main{grid-template-areas:"intro""actions""privacy"}.upload-view__content{display:contents}.upload-view__intro{grid-area:intro}.upload-view__actions{grid-area:actions}.privacy-banner{grid-area:privacy}.upload-view__title{word-break:break-word;max-width:100%;font-size:3.8rem;line-height:1}.upload-view__description{max-width:none}.privacy-banner{grid-template-columns:1fr;gap:16px;padding:2rem}.upload-view__card,.analyzing-view{border-radius:28px}.upload-view__loading-card,.upload-view__account-gate-card,.upload-view__usage-limit-card{min-height:clamp(260px,42vh,340px)}.analyzing-view{padding:4rem 2rem}}@media (prefers-reduced-motion:reduce){.upload-view__loading-spinner{animation:none;transform:none}}@keyframes upload-view-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-shell{background:var(--bg);flex-direction:column;min-height:100vh;padding:24px 32px 32px;display:flex}.home-page{background:0 0;flex:1;align-items:stretch;width:min(100%,1280px);margin:0 auto;padding-top:clamp(84px,10vh,120px);padding-bottom:4rem;display:flex}@media (width<=760px){.app-shell{padding:18px 1.2rem 28px}.home-page{padding-top:6rem}}.packages-page{flex:1;width:min(100%,1328px);margin:0 auto;padding-top:clamp(84px,10vh,120px);padding-bottom:72px}@media (width<=760px){.packages-page{padding-top:6rem;padding-bottom:40px}}.toast-preview-shell{min-height:100svh}.toast-preview-page{flex-direction:column;gap:24px;width:min(100%,1100px);margin:0 auto;padding:160px 24px 96px;display:flex}.toast-preview-page__hero{flex-direction:column;gap:12px;max-width:760px;display:flex}.toast-preview-page__eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.86rem;font-weight:700}.toast-preview-page__title{color:var(--text);font-family:var(--font-title);margin:0;font-size:clamp(3rem,7vw,4.8rem);line-height:.92}.toast-preview-page__intro,.toast-preview-page__section-copy{color:var(--text-soft);margin:0;font-size:1rem;line-height:1.7}.toast-preview-page__panel{border:1px solid var(--line);background:#1c0317b3;border-radius:32px;flex-direction:column;gap:20px;padding:28px;display:flex;box-shadow:inset 0 0 0 1px #ffffff05}.toast-preview-page__section-head{flex-direction:column;gap:8px;display:flex}.toast-preview-page__section-title{color:var(--text);margin:0;font-size:1.35rem;font-weight:700}.toast-preview-page__actions{flex-wrap:wrap;gap:12px;display:flex}.toast-preview-page__stack{flex-direction:column;gap:18px;max-width:420px;display:flex}@media (width<=760px){.toast-preview-page{padding:132px 20px 72px}.toast-preview-page__panel{border-radius:24px;padding:22px}.toast-preview-page__actions{flex-direction:column}}
