:root{--bg:#f9f9f9;--paper:#ffffff;--paper-2:#f7f7f7;--paper-3:#efefef;--ink:#181818;--ink-2:#282828;--subtle:#444444;--muted:#616161;--gold:#92400e;--gold-mid:#d97706;--gold-light:#fef3c7;--gold-bdr:#fcd34d;--red:#991b1b;--red-bg:#fef2f2;--red-bdr:#fecaca;--green:#166534;--green-bg:#f0fdf4;--green-bdr:#bbf7d0;--blue:#1d4ed8;--accent:#0a6e4a;--border:#d0d0d0;--border-2:#b0b0b0;--focus:#2563eb;--shadow-xs:0 1px 3px rgba(0,0,0,.10);--shadow-sm:0 2px 6px rgba(0,0,0,.10),0 1px 3px rgba(0,0,0,.07);--shadow-md:0 4px 12px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.08);--shadow-lg:0 10px 30px rgba(0,0,0,.14),0 4px 10px rgba(0,0,0,.08);--shadow-xl:0 24px 50px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.10);--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--r-2xl:28px;--r-full:9999px;--line:var(--border);--line-2:var(--border-2);--shadow-soft:var(--shadow-xs);--shadow-card:var(--shadow-lg);--shadow-deep:var(--shadow-xl);--radius-1:var(--r-lg);--radius-2:var(--r-xl);--radius-3:var(--r-2xl);--muted-2:var(--muted)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;overflow-x:clip;-webkit-tap-highlight-color:transparent}body,html{overscroll-behavior:none}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--font-display,"Space Grotesk"),Inter,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.6}.skip-link{position:fixed;top:-9999px;left:0;right:0;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:.6rem 1.25rem;background:var(--focus);color:#fff;font-weight:700;font-size:.9rem;text-decoration:none;border-radius:0 0 var(--r-md) var(--r-md);z-index:9999;white-space:nowrap}.skip-link:focus{top:0;position:fixed;z-index:9999;outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus)}a{color:inherit;touch-action:manipulation}a:not([class]){color:var(--blue);text-decoration:underline;text-underline-offset:3px}a:not([class]):hover{text-decoration:none}:focus{outline:none}:focus-visible{outline:none;position:relative;z-index:1;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.button,button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:40px;min-width:40px;padding:.55rem 1.125rem;border:1px solid transparent;border-radius:var(--r-full);background:var(--ink);color:#fff;font:inherit;font-weight:600;font-size:.875rem;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation}.button{box-shadow:var(--shadow-xs)}.button:hover,button:hover{background:var(--ink-2)}.button:hover{box-shadow:0 4px 16px rgba(0,0,0,.14),var(--shadow-sm);transform:translateY(-1px)}.notif-close-btn:hover,.sidebar-hamburger:hover{background:transparent}.mobile-bell-btn:hover{background:color-mix(in srgb,#0a6e4a 10%,transparent);border-color:#0a6e4a!important}.button:active,button:active{transition-duration:.06s}.button:active{transform:translateY(1px);box-shadow:none}.button[aria-disabled=true],button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.button:focus-visible,a.button:focus-visible,button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.pw-toggle-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.3rem;min-height:unset;min-width:unset;border-radius:4px;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:0;transition:color .12s,background .12s}.pw-toggle-btn:hover{background:var(--paper-2);color:var(--subtle)}.pg-nav{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;gap:.75rem;flex-wrap:wrap;background:var(--paper-2)}.pg-info{font-size:.75rem;color:var(--muted);white-space:nowrap}.pg-buttons{display:flex;align-items:center;gap:.2rem}.pg-btn{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;padding:0 .35rem;border-radius:6px;border:1px solid transparent;background:none;color:var(--subtle);font-size:.75rem;font-weight:500;cursor:pointer;line-height:1;transition:background .12s,color .12s,border-color .12s}.pg-btn:hover{background:var(--paper);color:var(--ink);border-color:var(--border)}.pg-btn--active{background:#0a6e4a;color:#fff;border-color:#0a6e4a;font-weight:700}.pg-btn--active:hover{background:#085c3d;border-color:#085c3d;color:#fff}.pg-btn:disabled{opacity:.35;cursor:default;pointer-events:none}.pg-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:.75rem;color:var(--muted);-webkit-user-select:none;-moz-user-select:none;user-select:none}.secondary{background:var(--paper);color:var(--ink);border-color:var(--border-2);box-shadow:var(--shadow-xs)}.secondary:hover{background:var(--paper-2);border-color:#64748b;box-shadow:0 3px 10px rgba(0,0,0,.09),var(--shadow-xs)}.secondary:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.ghost{background:transparent;color:var(--subtle);border-color:transparent;box-shadow:none}.ghost:hover{background:var(--paper-2);color:var(--ink);border-color:var(--border-2)}label{display:block;margin:0 0 .375rem;font-size:.84rem;font-weight:600;color:var(--ink-2);letter-spacing:-.005em}.field{margin-bottom:1.125rem}input,select,textarea{width:100%;padding:.6rem .875rem;border:1.5px solid var(--border-2);border-radius:var(--r-md);background:var(--paper);color:var(--ink);font:inherit;font-size:.9rem;line-height:1.5;min-height:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s}@media (hover:none) and (pointer:coarse),screen and (max-width:1024px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),select,textarea{font-size:16px!important}}input:hover,select:hover,textarea:hover{border-color:#94a3b8}.avatar-crop-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;cursor:pointer;border:none;background:linear-gradient(to right,#0a6e4a 0,#0a6e4a var(--fill,0),#a7f3d0 var(--fill,0),#a7f3d0 100%);outline:none;min-height:unset;padding:0;touch-action:none}.avatar-crop-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#0a6e4a;border:3px solid #fff;box-shadow:0 0 0 2px #0a6e4a,0 2px 6px rgba(10,110,74,.4);cursor:pointer;margin-top:-8px}.avatar-crop-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#0a6e4a;border:3px solid #fff;box-shadow:0 0 0 2px #0a6e4a,0 2px 6px rgba(10,110,74,.4);cursor:pointer}.avatar-crop-slider::-moz-range-track{height:6px;background:transparent}.avatar-crop-slider:focus-visible{outline:3px solid var(--focus);outline-offset:4px;border-radius:3px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--focus)!important;box-shadow:0 0 0 3px rgba(37,99,235,.28)!important}input::placeholder,textarea::placeholder{color:#63717e}input::placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}textarea::placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.14)}textarea{min-height:160px;resize:vertical;line-height:1.65}.container{width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:2.25rem 0 4.5rem}.brand-logo{display:inline-flex;align-items:center;text-decoration:none;line-height:1;flex-shrink:0;border-radius:var(--r-sm)}.brand-logo:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.brand-logo-image{width:116px;height:auto;max-height:34px;object-fit:contain;display:block}.brand-logo-image.compact{width:100px}.brand-logo-image.on-dark{filter:brightness(0) invert(1)}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);border-bottom:1px solid var(--border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.app-header-inner{width:min(1240px,calc(100% - 2rem));margin:0 auto;height:64px;display:flex;align-items:center;gap:1.5rem;position:relative}.container :is(a,button,input,textarea,select,[tabindex]){scroll-margin-top:calc(64px + 1.25rem)}.shell-content .container :is(a,button,input,textarea,select,[tabindex]){scroll-margin-top:1.25rem}@media (max-width:1024px){.shell-content .container :is(a,button,input,textarea,select,[tabindex]){scroll-margin-top:calc(56px + 1.25rem)}}.nav-toggle{display:none;margin-left:auto;background:transparent;border:1px solid var(--border-2);border-radius:var(--r-md);color:var(--ink);padding:0;width:40px;height:40px;min-width:40px;min-height:40px;box-shadow:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.nav-toggle:hover{background:var(--paper-2)}.nav-toggle-bar{display:block;width:18px;height:2px;background:var(--ink);border-radius:1px;transition:transform .2s,opacity .15s}.nav-toggle[aria-expanded=true] .nav-toggle-bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.app-nav{display:flex;align-items:center;gap:.125rem;margin-left:auto}.app-nav a,.signout-link{display:inline-flex;align-items:center;height:34px;padding:0 .8rem;border-radius:var(--r-full);color:var(--subtle);font-size:.85rem;font-weight:500;text-decoration:none;white-space:nowrap;border:1px solid transparent;transition:background .12s,color .12s}.app-nav a:hover{background:var(--paper-3);color:var(--ink);border-color:var(--border-2)}.app-nav a[aria-current=page]{background:var(--ink);color:#fff;font-weight:600}.app-nav a[aria-current=page]:hover{background:#334155;color:#fff;border-color:transparent}.app-nav a:focus-visible,.signout-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.signout-link{margin-left:.375rem;background:var(--paper);color:var(--subtle);border-color:var(--border-2)}.pub-nav-drop-wrap{display:none}@media (max-width:380px){.pub-nav-link{display:none!important}.pub-nav-drop-wrap{display:block}}.pub-nav-drop-btn{display:inline-flex;align-items:center;gap:.3rem;height:32px;padding:0 .625rem;border:1px solid transparent;border-radius:var(--r-md);background:transparent;color:var(--ink);font-size:.78rem;font-weight:500;cursor:pointer;white-space:nowrap}.pub-nav-drop-btn:hover{background:var(--paper-2)}.pub-nav-drop-btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--focus)}.pub-nav-drop-menu{position:absolute;top:calc(100% + 6px);right:0;background:var(--paper);border:1px solid var(--border);border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1);min-width:150px;overflow:hidden;z-index:200}.pub-nav-drop-item{display:block;padding:.625rem 1rem;text-align:center;font-size:.88rem;color:var(--ink);text-decoration:none;white-space:nowrap}.pub-nav-drop-item:hover{background:var(--paper-2)}.pub-nav-drop-item:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--focus)}.app-nav a.pub-nav-cta,.pub-nav-cta{background:#0a6e4a;color:#fff;font-weight:600;padding:0 1rem;border:none;box-shadow:none}.app-nav a.pub-nav-cta:hover{background:#085c3d;color:#fff;border-color:transparent}.pub-nav-cta:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--focus)}.pwa-install-btn{cursor:pointer;font:inherit;display:inline-flex;align-items:center;gap:.35rem;height:34px;padding:0 .75rem;border-radius:var(--r-full);color:var(--subtle);font-size:.85rem;font-weight:500;white-space:nowrap;background:var(--paper);border:1px solid var(--border-2);box-shadow:none;min-height:unset;transition:background .12s,color .12s}.pwa-install-btn:hover{background:var(--paper-3);color:var(--ink);box-shadow:none}.app-shell{min-height:100vh;min-height:100svh;max-width:100%;overflow-x:clip}.app-shell,.sidebar{display:flex;flex-direction:column}.sidebar{width:232px;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;background:var(--paper);border-right:1px solid var(--border);overflow-y:auto;overflow-x:hidden;z-index:40;transition:transform .15s ease}.sidebar-logo{padding:1.2rem 1rem .75rem;flex-shrink:0}.sidebar-section-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:.625rem .5rem .2rem;margin:0}.sidebar--open .workspace-label{margin-top:1rem}.sidebar-footer{padding:.75rem;border-top:1px solid var(--border);flex-shrink:0}.shell-content{margin-left:232px;flex:1 1;display:flex;flex-direction:column}.shell-content>main{flex:1 1}.sidebar-mobile-bar{display:none;align-items:center;gap:.5rem;height:56px;padding:0 1rem;background:var(--paper);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:41}.sidebar-mobile-bar .brand-logo{flex-shrink:0}.sidebar-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;background:transparent;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--r-md);color:var(--ink);cursor:pointer;flex-shrink:0;padding:0;transition:background .12s}.sidebar-hamburger:hover{transform:none;box-shadow:none}.sidebar-close-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;margin-left:auto;background:transparent;border:none;border-radius:var(--r-md);color:var(--subtle);cursor:pointer;flex-shrink:0;transition:background .12s,color .12s}.sidebar-close-btn:hover{background:var(--paper-2);color:var(--ink)}.sidebar-close-btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus);border-radius:var(--r-md)}@media (max-width:1024px){.sidebar-close-btn{display:flex}}.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:39}@media (max-width:1024px){.sidebar{transform:translateX(-100%);box-shadow:none}.sidebar--open{transform:translateX(0);box-shadow:var(--shadow-xl)}.sidebar-mobile-bar{display:flex}.shell-content{margin-left:0}.sidebar-desktop-only{display:none!important}}.sidebar-bell-btn:focus-visible,.sidebar-hamburger:focus-visible,.sidebar-link-item:focus-visible,.sidebar-search-btn:focus-visible,.sidebar-user-btn:focus-visible{outline:none;position:relative;z-index:1;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus);border-radius:var(--r-md)}.sidebar-mobile-bar button:hover{transform:none;box-shadow:none}.sidebar-mobile-bar button:focus-visible{outline:none;position:relative;z-index:1;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus);border-radius:var(--r-md)}[role=dialog] a:focus-visible,[role=dialog] button:focus-visible{outline:none;position:relative;z-index:1;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus);border-radius:var(--r-sm)}.snip-toggle:focus-visible{box-shadow:none;outline:2px solid var(--focus);outline-offset:-3px;border-radius:var(--r-lg) var(--r-lg) 0 0}.snip-toggle:last-child:focus-visible{border-radius:var(--r-lg)}.cmd-search-field{flex:1 1;display:flex;align-items:center;gap:.75rem;border:1.5px solid var(--border);border-radius:8px;padding:.375rem .75rem;transition:border-color .15s,box-shadow .15s}.cmd-search-field:focus-within{border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(29,78,216,.25)}.cmd-search-field input:focus-visible{box-shadow:none}.admin-layout{display:flex;min-height:100dvh;background:var(--bg)}.admin-content{flex:1 1;min-width:0;overflow-x:hidden}.admin-mobile-bar{display:none;align-items:center;gap:.5rem;height:56px;padding:0 1rem;background:var(--paper);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100;flex-shrink:0}.admin-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;background:transparent;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--r-md);color:var(--ink);cursor:pointer;flex-shrink:0;padding:0;transition:background .12s}.admin-hamburger:hover{background:var(--paper-2);transform:none;box-shadow:none}.admin-hamburger:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px #1d4ed8;border-radius:var(--r-md)}.admin-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:99}.admin-user-btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px #1d4ed8;border-radius:var(--r-md)}.admin-mobile-bar button:hover{transform:none;box-shadow:none}.admin-mobile-bar button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px #1d4ed8;border-radius:var(--r-md)}@media (max-width:1024px){.admin-layout{flex-direction:column}.admin-mobile-bar{display:flex;z-index:300}.admin-nav-desktop-only{display:none!important}.admin-nav{position:fixed!important;top:56px!important;left:0!important;width:260px!important;height:calc(100dvh - 56px)!important;min-height:calc(100dvh - 56px)!important;transform:translateX(-100%);transition:transform .25s ease;z-index:200;flex-direction:column!important;flex-wrap:nowrap!important;overflow-y:auto!important;overflow-x:hidden!important;box-shadow:none}.admin-nav--open{transform:translateX(0);box-shadow:var(--shadow-xl)}.admin-nav-body{flex-direction:column!important;flex-wrap:nowrap!important;padding:.75rem .5rem!important;gap:0!important}.admin-nav-link{padding:.55rem .75rem!important;font-size:.84rem!important;white-space:normal!important;margin-bottom:2px!important}.admin-nav-footer{flex-direction:column!important;padding:.5rem .5rem .75rem!important;border-top:1px solid var(--border)!important;gap:0!important;width:auto!important}}.admin-nav-link:focus-visible{box-shadow:none;outline:2px solid var(--focus);outline-offset:-2px}.team-detail-tab:focus-visible{outline:2px solid var(--focus);outline-offset:1px}.notif-close-btn:focus-visible{box-shadow:none;outline:2px solid var(--focus);outline-offset:-2px;border-radius:4px}.sidebar-notifications{padding:0 .75rem .5rem}.sidebar-bell-btn{display:flex;align-items:center;gap:.6rem;width:100%;padding:.46rem .75rem;border-radius:var(--r-md);border:1px solid var(--border);background:var(--paper-2);color:var(--subtle);font-size:.855rem;font-weight:500;cursor:pointer;text-align:left;transition:background .1s,border-color .1s,color .1s}.sidebar-bell-btn:hover{background:var(--paper-3);border-color:var(--border-2);color:var(--ink);transform:none;box-shadow:none}.sidebar-bell-btn[aria-expanded=true]{background:var(--paper-2);color:var(--ink);border-color:var(--border-2)}.notif-badge{display:inline-block;min-width:18px;height:18px;line-height:18px;text-align:center;padding:0 .3rem;border-radius:99px;background:#dc2626;color:#fff;font-size:.65rem;font-weight:700;box-sizing:border-box;white-space:nowrap;vertical-align:middle}@media (min-width:1025px) and (max-width:1300px){.shell-content .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1025px) and (max-width:1150px){.shell-content .ai-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:600px){.activity-table{overflow-x:auto;-webkit-overflow-scrolling:touch}}.usage-bar-wrap{height:6px;background:var(--paper-3);overflow:hidden;margin-top:.5rem}.usage-bar-fill,.usage-bar-wrap{border-radius:99px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1.5rem;text-align:center;color:var(--muted)}.empty-state svg{opacity:.35}.empty-state p{margin:0;font-size:.875rem}.empty-state .button,.empty-state a{margin-top:.25rem}.site-footer{padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--border);font-size:.75rem;color:var(--muted)}.site-footer p{margin:0}.app-shell--no-footer~.site-footer{display:none}.cookie-prefs-link{background:none;border:none;padding:0;margin-left:.5rem;color:var(--muted);font-size:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cookie-prefs-link:hover{color:var(--ink);background:none}.cookie-prefs-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--focus);border-radius:3px}.cookie-consent{position:fixed;inset:auto 0 0 0;z-index:400;border-top:1px solid var(--border);background:var(--paper);box-shadow:0 -4px 24px rgba(0,0,0,.1);padding:1rem 1.25rem}.cookie-consent-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:.875rem}.cookie-consent-inner p{margin:0;font-size:.84rem;line-height:1.6;color:var(--ink-2)}.cookie-consent-inner a{color:var(--accent);font-weight:600;text-decoration:none}.cookie-consent-inner a:hover{color:#085c3d;text-decoration:underline}.cookie-consent-actions{display:flex;gap:.625rem;flex-shrink:0}.cookie-consent-accept,.cookie-consent-decline{border-radius:var(--r-full);padding:.5rem 1.125rem;font-size:.84rem;font-weight:600;cursor:pointer;min-height:auto;box-shadow:none}.cookie-consent-decline{background:transparent;border:1px solid var(--border-2);color:var(--ink)}.cookie-consent-decline:hover{background:var(--paper-2)}.cookie-consent-accept{background:#0a6e4a;border:none;color:#fff}.cookie-consent-accept:hover{background:#085c3d}.cookie-consent-accept:focus-visible,.cookie-consent-decline:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--focus)}@media (min-width:700px){.cookie-consent-inner{flex-direction:row;align-items:center;justify-content:space-between}.cookie-consent-inner p{flex:1 1;margin-right:1.5rem}}.auth-layout{height:100vh;height:100dvh;display:grid;grid-template-columns:1fr minmax(0,460px);overflow:hidden}.auth-brand-panel{grid-column:1;grid-row:1}.auth-form-panel{grid-column:2;grid-row:1}.auth-brand-panel{display:flex;flex-direction:column;padding:clamp(1.5rem,4vh,2.5rem) clamp(2rem,4vw,3.5rem);color:var(--ink);border-right:1px solid var(--border)}.auth-brand-top{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-bottom:clamp(1.25rem,2.5vh,2.5rem)}.auth-back-link{font-size:.82rem;font-weight:600;color:rgba(255,255,255,.7);text-decoration:none;white-space:nowrap}.auth-back-link:hover{color:#fff;text-decoration:underline}.auth-back-link:focus-visible{outline:none;box-shadow:0 0 0 2px #0b1c3d,0 0 0 4px #fff;border-radius:var(--r-sm)}.auth-info-trigger{display:none;position:fixed;top:max(1rem,env(safe-area-inset-top,0px));right:1rem;z-index:40;align-items:center;gap:.4rem;padding:.5rem .875rem;border-radius:var(--r-full);border:1px solid rgba(15,35,80,.16);background:var(--paper);color:#0f2350;font-size:.78rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow-sm)}.auth-info-trigger:hover{background:var(--paper-2)}.auth-info-trigger:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}[data-theme=dark] .auth-info-trigger{background:var(--paper-2);color:#f1f5f9;border-color:var(--border)}[data-theme=dark] .auth-info-trigger:hover{background:var(--paper-3)}.auth-info-overlay{position:fixed;inset:0;z-index:900;visibility:hidden}.auth-info-overlay--open{visibility:visible}.auth-info-backdrop{position:absolute;inset:0;background:rgba(8,15,35,.5);opacity:0;transition:opacity .22s ease}.auth-info-overlay--open .auth-info-backdrop{opacity:1}.auth-info-panel{position:absolute;top:0;right:0;bottom:0;width:min(400px,100vw);display:flex;flex-direction:column;padding:1.5rem clamp(1.25rem,5vw,2rem);overflow-y:auto;background:linear-gradient(160deg,#0f2350,#15316b 45%,#0d7a52 130%);transform:translateX(100%);transition:transform .28s cubic-bezier(.32,.72,0,1);box-shadow:-12px 0 40px rgba(0,0,0,.3)}.auth-info-overlay--open .auth-info-panel{transform:translateX(0)}@media (prefers-reduced-motion:reduce){.auth-info-backdrop,.auth-info-panel{transition:none}}.auth-info-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:auto;min-height:auto;padding:0;flex-shrink:0;border-radius:50%;border:none;background:transparent;color:#fff;cursor:pointer}.auth-info-close:hover{background:rgba(255,255,255,.14)}.auth-info-close:focus-visible{outline:none;box-shadow:0 0 0 2px #0b1c3d,0 0 0 4px #fff}.auth-info-panel .auth-brand-copy{flex:none;overflow:visible;justify-content:flex-start;padding-bottom:1.5rem}.eyebrow{display:inline-block;margin:0 0 .875rem;color:var(--accent);text-transform:uppercase;letter-spacing:.13em;font-size:.7rem}.auth-brand-copy{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:0 0 clamp(.75rem,2vh,2rem)}.auth-brand-copy h1{margin:0;font-size:clamp(1.9rem,3.5vw,2.9rem);line-height:1.08;letter-spacing:-.03em;font-weight:800;color:var(--ink);max-width:22ch}.auth-brand-copy>p{margin:clamp(.5rem,1.5vh,1rem) 0 0;color:var(--subtle);font-size:.925rem;line-height:1.7;max-width:44ch}.auth-features{list-style:none;margin:clamp(.875rem,2vh,1.75rem) 0 0;padding:0;display:flex;flex-direction:column;gap:clamp(.5rem,1vh,.875rem)}.auth-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--ink-2)}.auth-feat-icon{flex-shrink:0;margin-top:1px;color:var(--accent)}.auth-panel-footer{flex-shrink:0;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.775rem;color:var(--muted);line-height:1.5}.auth-form-panel{display:flex;flex-direction:column;align-items:center;padding:2rem 1.75rem;background:var(--paper);overflow-y:auto}.auth-card{width:100%;max-width:380px;margin:auto 0}.auth-card h1{margin:.875rem 0 .3rem;font-size:1.625rem;letter-spacing:-.025em;line-height:1.15;color:var(--ink)}.auth-card>p{margin:0 0 1.5rem;font-size:.875rem;line-height:1.6}.auth-footer{margin-top:1.375rem;display:flex;flex-direction:column;gap:.5rem;font-size:.84rem}.auth-footer a{color:var(--blue);font-weight:500}.error,.notice{display:flex;align-items:flex-start;gap:.625rem;border-radius:var(--r-md);padding:.75rem .875rem;font-size:.84rem;font-weight:500;line-height:1.5;margin:.875rem 0}.notice{background:var(--gold-light);border:1px solid var(--gold-bdr);color:#78350f}.error{background:var(--red-bg);border:1px solid var(--red-bdr);color:var(--red)}.dashboard-hero{position:relative;overflow:hidden;border-radius:var(--r-2xl);padding:2.25rem 2.5rem;color:#fff;box-shadow:var(--shadow-xl);background:radial-gradient(ellipse 75% 100% at 95% 50%,rgba(29,78,216,.9) 0,transparent 60%),radial-gradient(ellipse 55% 70% at 10% 50%,rgba(37,99,235,.45) 0,transparent 58%),radial-gradient(ellipse 45% 55% at 5% 88%,rgba(15,40,100,.5) 0,transparent 52%),#060e1e}.dashboard-hero>*{position:relative;z-index:1}.dashboard-hero-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.dashboard-hero h1{margin:.25rem 0 .5rem;font-size:clamp(1.6rem,3vw,2.5rem);letter-spacing:-.03em;font-weight:800;line-height:1.1;color:#fff;max-width:580px}.dashboard-hero p:not(.eyebrow){margin:0;color:rgba(255,255,255,.85);font-size:.9rem;line-height:1.7;max-width:520px}.dashboard-hero .eyebrow{color:#6ee7b7}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.hero-actions .button{background:#fff;color:var(--ink);font-size:.85rem;padding:.5rem 1.125rem;min-height:38px}.hero-actions .button:hover{background:#f1f5f9}.hero-actions .button.ghost-white{background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.2)}.hero-actions .button.ghost-white:hover{background:rgba(255,255,255,.18)}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.875rem;gap:.875rem;margin:1.375rem 0 1.75rem}.metric-card{background:var(--paper);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.375rem;box-shadow:var(--shadow-xs);display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.metric-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-sm)}.metric-header{display:flex;align-items:center;gap:.45rem;margin-bottom:.5rem}.metric-icon{display:inline-flex;align-items:center;color:var(--muted);flex-shrink:0}.metric-card p{margin:0;font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.metric-card strong{display:block;margin:.2rem 0 .1rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;letter-spacing:-.04em;color:var(--ink);line-height:1}.metric-card span{font-size:.78rem;color:var(--muted);line-height:1.4}.metric-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:var(--r-full);font-size:.7rem;font-weight:700;margin-top:.5rem;width:-moz-fit-content;width:fit-content}.metric-badge.positive{background:var(--green-bg);color:var(--green);border:1px solid var(--green-bdr)}.metric-badge.neutral{background:var(--paper-2);color:var(--subtle);border:1px solid var(--border)}.metric-badge.warning{background:var(--gold-light);color:var(--gold);border:1px solid var(--gold-bdr)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:2.25rem 0 1.125rem}.section-heading h2{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.015em;color:var(--ink)}.section-heading p{margin:0;font-size:.84rem;color:var(--muted);max-width:420px;line-height:1.55}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.875rem;gap:.875rem}.card{background:var(--paper);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.375rem 1.5rem;box-shadow:var(--shadow-xs);transition:border-color .15s,box-shadow .15s}.card:hover{border-color:var(--border-2);box-shadow:var(--shadow-sm)}.tool-card{display:flex;flex-direction:column;gap:.375rem;transition:border-color .15s,box-shadow .15s}.tool-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-md)}.tool-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--paper-2);border:1px solid var(--border);border-radius:var(--r-md);color:var(--ink-2);flex-shrink:0;margin-bottom:.875rem}.card h2,.tool-card h2{margin:0 0 .25rem;font-size:.975rem;font-weight:700;letter-spacing:-.015em;color:var(--ink);line-height:1.35}.card p,.tool-card p{margin:0;color:var(--subtle);font-size:.84rem;line-height:1.65;flex:1 1}.tool-card .button,.tool-card a.button{margin-top:1.25rem;align-self:flex-start;font-size:.82rem;padding:.45rem 1rem;min-height:34px}.coming-soon{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;align-self:flex-start;padding:.25rem .625rem;border-radius:var(--r-sm);background:var(--paper-2);border:1px solid var(--border);color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.activity-table{border-radius:var(--r-xl)}.activity-row{grid-template-columns:1.6fr 1.4fr .9fr .9fr;grid-gap:1rem;gap:1rem;padding:.8rem 1.25rem;font-size:.84rem}.activity-empty{padding:2.5rem 1.25rem;text-align:center;color:var(--muted);font-size:.875rem}.feature-pill{padding:.2rem .6rem;border-radius:var(--r-full);background:var(--paper-2);border:1px solid var(--border);font-size:.72rem;color:var(--subtle);text-transform:capitalize}.page-title{margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.page-title h1{margin:.25rem 0 .375rem;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--ink)}.page-title p{margin:0;color:var(--muted);font-size:.875rem;line-height:1.65;max-width:65ch}.form-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem;margin-bottom:.875rem}.ai-shell{display:grid;grid-template-columns:200px 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start;margin-top:1.375rem;min-width:0}.ai-sidebar{position:-webkit-sticky;position:sticky;top:1rem;background:var(--paper-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:.375rem;z-index:1}.ai-sidebar-group-label{font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:.625rem .625rem .2rem;margin:0;pointer-events:none}.ai-sidebar-divider{height:1px;background:var(--border);margin:.375rem}.ai-tab{gap:.5rem;width:100%;text-align:left;min-height:36px;padding:.38rem .625rem;color:var(--muted);border:1px solid transparent;border-radius:var(--r-md);font-size:.82rem;font-weight:500;box-shadow:none;scroll-margin-top:1.25rem;position:relative}.ai-tab,.ai-tab-icon{display:flex;align-items:center;background:transparent}.ai-tab-icon{flex-shrink:0;justify-content:center;width:26px;height:26px;border-radius:7px;transition:background .15s}.ai-tab-label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-tab:hover{background:var(--paper);color:var(--ink);box-shadow:none;border-color:var(--border)}.ai-tab:hover .ai-tab-icon{background:rgba(10,110,74,.09);color:#0a6e4a}.ai-tab[aria-selected=true]{background:var(--paper);color:#0a6e4a;font-weight:600;border-color:var(--border);border-left-color:#0a6e4a;border-left-width:2.5px;padding-left:calc(.625rem - 1.5px);box-shadow:var(--shadow-xs)}.ai-tab[aria-selected=true] .ai-tab-icon{color:#0a6e4a}.ai-tab[aria-selected=true]:hover{background:var(--paper);color:#085c3d}.ai-tab:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.ai-tab[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%) translateX(-4px);opacity:0;pointer-events:none;background:#064e3b;color:#fff;font-size:.72rem;font-weight:600;white-space:nowrap;padding:.3rem .7rem;border-radius:7px;box-shadow:0 4px 14px rgba(0,0,0,.22);transition:opacity .15s ease,transform .15s ease;z-index:200}.ai-tab[data-tooltip]:focus-visible:after,.ai-tab[data-tooltip]:hover:after{opacity:1;transform:translateY(-50%) translateX(0)}@media (max-width:1024px){.ai-shell{grid-template-columns:minmax(0,1fr)}.ai-sidebar{position:static;display:flex;align-items:center;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding:6px 3px;gap:0;touch-action:pan-x;overscroll-behavior:contain none}.ai-sidebar::-webkit-scrollbar{display:none}.ai-sidebar-brand{border-bottom:none;border-right:1px solid var(--border);margin-bottom:0;margin-right:.375rem;padding:.25rem .5rem;flex-shrink:0;align-self:stretch;display:flex;align-items:center}.ai-tab-strip{display:flex;flex-wrap:nowrap;justify-content:flex-start;flex:1 1;min-width:0;overflow:visible;gap:0;touch-action:pan-x}.ai-sidebar-group{display:contents}.ai-sidebar-divider,.ai-sidebar-group-label{display:none}.ai-tab{flex-shrink:0;width:auto;padding:.4rem .5rem;gap:0;scroll-margin-inline:.375rem;touch-action:pan-x}.ai-tab-icon{width:20px;height:20px;border-radius:5px}.ai-tab-label{font-size:.78rem}.ai-tab[aria-selected=true]{border-left-color:var(--border);border-left-width:1px;padding-left:.75rem}.ai-tab[data-tooltip]:after,.ai-tab[data-tooltip]:focus-visible:after,.ai-tab[data-tooltip]:hover:after{display:none}}.ai-panel{display:block;min-width:0;outline:none}.ai-panel:focus-visible{box-shadow:none}.ai-tab-strip{display:contents}.ai-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);grid-gap:1.125rem;gap:1.125rem;align-items:start}.ai-blurb{margin:0 0 1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.ai-input-card,.ai-output-card{min-width:0;align-self:start}.ai-output-card{overflow:clip}.ai-input-card textarea{min-height:100px}.ai-input-card .field{position:relative;border-radius:var(--r-md)}.ai-input-card input:focus,.ai-input-card textarea:focus{outline:2px solid var(--focus);outline-offset:2px;border-color:var(--focus)!important;box-shadow:none!important}.ai-remaining{color:var(--muted);font-size:.78rem;font-weight:500}.ai-output-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.ai-output-head h2{margin:0;font-size:.875rem;font-weight:700;color:var(--ink)}.ai-copy{min-height:32px;padding:.3rem .8rem;font-size:.78rem}.ai-output{min-height:220px;max-height:58vh;overflow-y:auto;overflow-x:clip;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--paper-2);padding:.875rem 1rem}.ai-chat-divider{height:1px;background:var(--border);margin:1.25rem 0;opacity:.7}.ai-followup-question{display:flex;justify-content:flex-end;margin-bottom:.75rem}.ai-followup-question p{margin:0;background:#0a6e4a;color:#fff;border-radius:16px 16px 4px 16px;padding:.5rem .875rem;font-size:.875rem;line-height:1.5;max-width:82%;white-space:pre-wrap;word-break:break-word}.ai-followup-wrap{margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--border)}.ai-followup-form{display:flex;gap:.5rem;align-items:center}.ai-followup-input{flex:1 1;min-height:58px;max-height:140px;resize:none;border:1.5px solid var(--border);border-radius:var(--r-md);background:var(--paper-2);color:var(--ink);font-size:.875rem;line-height:1.5;padding:.5rem .75rem;font-family:inherit;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.ai-followup-input:focus{outline:none;border-color:#0a6e4a;box-shadow:0 0 0 3px rgba(10,110,74,.12)}.ai-followup-input:disabled{opacity:.55;cursor:not-allowed}.ai-followup-btn{width:52px;height:52px;flex-shrink:0;border-radius:8px;border:none;background:transparent;color:var(--muted);cursor:default;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s;outline:none}.ai-followup-btn:not(:disabled){color:#0a6e4a;cursor:pointer}.ai-followup-btn:not(:disabled):hover{background:rgba(10,110,74,.08)}.ai-followup-btn:disabled{opacity:.35;cursor:default}.ai-followup-btn:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #0a6e4a;border-radius:4px 22px 22px 4px}.ai-placeholder{color:var(--muted);font-size:.84rem;margin:0}.ai-result-text{margin:0;white-space:pre-wrap;word-break:break-word;font:inherit;font-size:.84rem;line-height:1.75;color:var(--ink-2)}.ai-cost{margin:.625rem 0 0;color:var(--muted);font-size:.75rem}.usage-meter-card{margin-bottom:1.25rem}.usage-meter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.875rem}.usage-meter-label{margin:0 0 .25rem;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.usage-meter-value{display:flex;align-items:center;gap:.3rem;font-size:1.75rem;font-weight:800;letter-spacing:-.035em;color:var(--ink);line-height:1.1}.usage-meter-value span{color:var(--muted);font-size:.95rem;font-weight:500;line-height:1.1}.usage-plan-pill{display:inline-flex;align-items:center;min-height:auto;min-width:auto;padding:.22rem .65rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:default;pointer-events:none;color:var(--subtle);border:1.5px solid var(--border-2)}.usage-plan-pill,.usage-plan-pill:hover{box-shadow:none;background:var(--paper-3)}.usage-plan-pill--business,.usage-plan-pill--enterprise,.usage-plan-pill--pro{background:rgba(10,110,74,.07);color:#0a6e4a;border-color:rgba(10,110,74,.22)}.usage-bar{height:8px;border-radius:var(--r-full);background:var(--paper-3);border:1px solid var(--border)}.usage-bar-fill{display:block;border-radius:var(--r-full);transition:width .4s ease}.usage-meter-foot{margin:.625rem 0 0;color:var(--muted);font-size:.78rem}@media (max-width:768px){.nav-toggle{display:flex}.app-nav{display:none;position:fixed;top:65px;left:0;right:0;flex-direction:column;align-items:stretch;gap:.25rem;padding:.625rem;background:var(--paper);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);margin-left:0;z-index:50;max-height:calc(100dvh - 65px);overflow-y:auto;scroll-padding-top:.625rem}.app-nav.app-nav--open{display:flex}.app-nav--public{display:flex;position:static;flex-direction:row;align-items:center;padding:0;background:none;border:none;box-shadow:none;max-height:none;overflow-y:visible;margin-left:auto;gap:.25rem}.app-nav--public a{height:32px;padding:0 .625rem;font-size:.78rem}.app-nav a,.pwa-install-btn,.signout-link{height:auto;padding:.75rem 1rem;border-radius:var(--r-md);font-size:.9rem}.pwa-install-btn,.signout-link{margin-left:0}}@media (max-width:480px){.ws-tab-bar{width:100%;flex-shrink:0}.ws-tab-pill{flex:1 1;display:flex}.ws-tab-pill button{flex:1 1;text-align:center;justify-content:center}}.ws-page-main{min-height:0}@media (max-width:768px) and (pointer:coarse){.app-shell--chat{position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}.app-shell--chat>.shell-content{overflow:hidden;min-height:0}.app-shell--chat .ws-chat-card{height:auto;flex:1 1;min-height:0}}.ws-chat-card{height:calc(100svh - 112px);min-height:350px;display:flex;flex-direction:column;overflow:hidden}.ws-chat-msg-list{flex:1 1;min-height:0;overflow-y:auto;touch-action:pan-y}@media (pointer:coarse){.ws-chat-msg-list{overscroll-behavior:none}}.ws-snippets-scroll{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem}@keyframes export-spin{to{transform:rotate(1turn)}}@media (max-width:860px){.auth-layout{grid-template-columns:minmax(0,1fr);height:auto;overflow:visible;min-height:100vh;min-height:100dvh}.auth-brand-panel{display:none}.auth-form-panel{grid-column:auto;grid-row:auto;padding:2rem;overflow-y:visible}.auth-info-trigger{display:inline-flex}}@media (max-width:900px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid{grid-template-columns:1fr}.section-heading{align-items:flex-start}.dashboard-hero-header,.section-heading{flex-direction:column}}@media (max-width:760px){.activity-row{grid-template-columns:1fr 1fr}.activity-head{display:none}}@media (max-width:900px){.ai-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:480px){html{font-size:15px}.container{width:calc(100% - 1.5rem);padding:1.5rem 0 3rem}.kpi-grid{grid-template-columns:1fr 1fr;gap:.625rem}.hero-actions{flex-direction:column}.hero-actions .button{width:100%;justify-content:center}.dashboard-hero{border-radius:var(--r-xl);padding:1.5rem}}@media (max-width:360px){.kpi-grid{grid-template-columns:1fr}}.settings-tabs-wrap{display:flex;align-items:stretch;border-bottom:1px solid var(--border);margin-bottom:2rem}.settings-tabs{display:flex;gap:.25rem;justify-content:flex-start;flex:1 1;min-width:0;overflow-x:auto;scrollbar-width:none;border-bottom:none;margin-bottom:0;touch-action:pan-x;overscroll-behavior-x:contain;padding:2px 2px 0}.settings-tab{display:inline-flex;align-items:center;background:none;border:none;border-bottom:3px solid transparent;border-radius:0;box-shadow:none;min-height:unset;min-width:unset;margin-bottom:-1px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:var(--muted);white-space:nowrap;cursor:pointer;transition:color .12s,border-color .12s,background .12s;border-radius:var(--r-sm) var(--r-sm) 0 0;letter-spacing:normal;touch-action:pan-x}.settings-tab:hover{color:var(--ink);background:var(--paper-2);border-bottom-color:var(--border-2)}.settings-tab[aria-selected=true]{color:var(--ink);border-bottom-color:var(--accent);font-weight:600;background:rgba(10,110,74,.04)}.settings-tab[aria-selected=true]:hover{background:rgba(10,110,74,.1);color:var(--ink)}.settings-tab:focus-visible{outline:2px solid var(--focus);outline-offset:1px;box-shadow:none}.settings-panel:focus-visible{outline:none;box-shadow:none}.settings-section{max-width:700px}.settings-section h2{margin:0 0 .375rem;font-size:1rem;font-weight:700;color:var(--ink);letter-spacing:-.015em}.settings-section>p{margin:0 0 1.5rem;font-size:.875rem;color:var(--muted);line-height:1.65}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}@media (max-width:480px){.field-row{grid-template-columns:1fr}}.cf-turnstile{max-width:100%;overflow-x:auto}.pw-strength{display:flex;gap:.25rem;margin-top:.375rem}.pw-strength-bar{flex:1 1;height:3px;border-radius:2px;background:var(--border);transition:background .2s}.pw-strength-bar.active-weak{background:#dc2626}.pw-strength-bar.active-fair{background:#d97706}.pw-strength-bar.active-good{background:#2563eb}.pw-strength-bar.active-strong{background:#16a34a}.pw-strength-label{font-size:.72rem;font-weight:600;margin-top:.25rem;min-height:1em;color:var(--muted)}.theme-picker{display:flex;gap:.625rem;flex-wrap:wrap}.theme-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;border:none;background:none;padding:0;min-height:auto;min-width:auto;box-shadow:none;border-radius:var(--r-lg)}.theme-option:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.theme-preview{width:96px;height:66px;border-radius:var(--r-md);border:2px solid var(--border);overflow:hidden;transition:border-color .15s,box-shadow .15s;position:relative}.theme-option:hover .theme-preview{border-color:#34d399;box-shadow:0 0 0 3px rgba(10,110,74,.12)}.theme-option--selected .theme-preview{border:2.5px solid #085c3d;box-shadow:0 0 0 3px rgba(10,110,74,.18),0 2px 12px rgba(10,110,74,.14)}.theme-check-badge{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;background:#085c3d;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff,0 1px 4px rgba(0,0,0,.18);flex-shrink:0}.theme-selected-text{color:#085c3d;font-size:.75rem;margin-left:.1rem}.theme-preview-light{background:#f1f5f9}.theme-preview-dark,.theme-preview-light{display:flex;flex-direction:column;gap:4px;padding:6px}.theme-preview-dark{background:#0f172a}.theme-preview-system{background:linear-gradient(135deg,#f1f5f9 50%,#0f172a 0)}.theme-preview-bar{height:4px;border-radius:2px}.theme-preview-bar.light{background:#e2e8f0}.theme-preview-bar.dark{background:#334155}.theme-preview-dot{width:8px;height:8px;border-radius:50%}.theme-preview-dot.light{background:#cbd5e1}.theme-preview-dot.dark{background:#475569}.theme-option-label{font-size:.8rem;font-weight:500;color:var(--subtle)}.theme-option--selected .theme-option-label{color:#085c3d;font-weight:700}.pricing-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--paper)}.pricing-header-nav{display:flex;gap:.625rem}.pricing-main{max-width:1140px;margin:0 auto;padding:3rem 1.5rem 5rem}.pricing-hero{text-align:center;margin-bottom:3rem;padding:2.5rem 1rem 2rem;background:transparent;border-radius:20px}.pricing-hero .eyebrow{color:#0a6e4a}.pricing-hero h1{font-size:clamp(1.8rem,4vw,2.9rem);font-weight:800;letter-spacing:-.035em;color:var(--ink);margin:.375rem 0 .875rem;line-height:1.1}.pricing-hero>p{color:var(--subtle);font-size:1rem;margin:0 auto;max-width:44ch;line-height:1.65}.pricing-section-nav{display:flex;gap:.25rem;padding:.3rem;background:var(--paper);border:1px solid var(--border);border-radius:999px;position:-webkit-sticky;position:sticky;top:.75rem;z-index:20;width:-moz-fit-content;width:fit-content;margin:0 auto 2.5rem;box-shadow:var(--shadow-xs);overflow-x:auto;scrollbar-width:none;max-width:calc(100vw - 2rem)}.pricing-section-nav::-webkit-scrollbar{display:none}.pricing-section-link{padding:.375rem .875rem;border-radius:999px;font-size:.82rem;font-weight:500;color:var(--muted);text-decoration:none;white-space:nowrap;transition:color .12s,background .12s;outline:none}.pricing-section-link:hover{background:var(--paper-2);color:var(--ink)}.pricing-section-link:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.pricing-wrapper{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.autostart-banner{display:flex;align-items:center;gap:.625rem;width:100%;padding:.75rem 1rem;border-radius:var(--r-md);background:rgba(10,110,74,.08);border:1px solid rgba(10,110,74,.2);color:#085c3d;font-size:.86rem;font-weight:600}.autostart-spinner{width:15px;height:15px;border-radius:50%;border:2px solid rgba(10,110,74,.25);border-top-color:#0a6e4a;flex-shrink:0;animation:autostart-spin .7s linear infinite}@media (prefers-reduced-motion:reduce){.autostart-spinner{animation:none}}@keyframes autostart-spin{to{transform:rotate(1turn)}}.billing-toggle{display:inline-flex;background:var(--paper-2);border:1px solid var(--border);border-radius:999px;padding:3px;gap:2px}.billing-toggle-btn{display:flex;align-items:center;gap:.375rem;padding:.4rem 1.1rem;border-radius:999px;border:none;background:transparent;font-size:.84rem;font-weight:500;color:var(--subtle);cursor:pointer;transition:background .15s,color .15s}.billing-toggle-btn:hover{background:var(--paper-3);box-shadow:none}.billing-toggle-btn:focus-visible{box-shadow:none;outline:2px solid var(--focus);outline-offset:-2px}.billing-toggle-btn--active{background:var(--paper);color:#0a6e4a;font-weight:600;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 0 1.5px rgba(10,110,74,.25)}.billing-toggle-btn--active:hover{background:var(--paper);color:#085c3d;box-shadow:0 1px 4px rgba(0,0,0,.14),0 0 0 1.5px rgba(10,110,74,.4)}.billing-save-badge{font-size:.7rem;font-weight:700;background:#dcfce7;color:#15803d;padding:.1rem .375rem;border-radius:999px;letter-spacing:.02em}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem;width:100%;align-items:start}.pricing-card{background:var(--paper);border:1px solid var(--border);border-radius:18px;padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:box-shadow .22s,border-color .22s,transform .22s}.pricing-card:hover{box-shadow:0 10px 40px rgba(10,110,74,.12),0 3px 12px rgba(0,0,0,.06);border-color:#34d399;transform:translateY(-5px)}.pricing-card:active{transform:translateY(-2px);transition-duration:.08s}.pricing-card--featured{background:linear-gradient(145deg,#041237,#071b4d 55%,#0a6e4a);box-shadow:0 24px 64px rgba(7,27,77,.45),0 8px 28px rgba(10,110,74,.3),inset 0 1px 0 rgba(255,255,255,.18);padding-top:3.25rem;padding-bottom:2.25rem;z-index:2}.pricing-card--featured:hover{box-shadow:0 32px 80px rgba(7,27,77,.55),0 12px 36px rgba(10,110,74,.38),inset 0 1px 0 rgba(255,255,255,.22);transform:translateY(-2px)}.pricing-card--featured .pricing-amount,.pricing-card--featured .pricing-currency,.pricing-card--featured .pricing-plan-name{color:#fff}.pricing-card--featured .pricing-plan-desc{color:rgba(255,255,255,.88)}.pricing-card--featured .pricing-annual-note,.pricing-card--featured .pricing-period{color:rgba(255,255,255,.8)}.pricing-card--featured .pricing-limit{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.8)}.pricing-card--featured .pricing-features li{color:rgba(255,255,255,.88)}.pricing-popular-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:.3rem;background:linear-gradient(135deg,#0a6e4a,#0a6e4a);color:#fff;font-size:.67rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.3rem 1rem;border-radius:0 0 10px 10px;white-space:nowrap;box-shadow:0 2px 8px rgba(10,110,74,.4)}.pricing-card-header{display:flex;flex-direction:column;gap:.375rem}.pricing-plan-name{margin:0;font-size:1rem;font-weight:700;color:var(--ink)}.pricing-plan-desc{margin:0;font-size:.8rem;color:var(--muted);line-height:1.55}.pricing-price{display:flex;align-items:baseline;gap:.125rem;margin-top:.75rem}.pricing-currency{font-size:1.25rem;font-weight:700;color:var(--ink);align-self:flex-start;padding-top:.5rem}.pricing-amount{font-size:2.75rem;font-weight:800;letter-spacing:-.04em;color:var(--ink);line-height:1}.pricing-period{font-size:.84rem;color:var(--muted);margin-left:.25rem;align-self:flex-end;padding-bottom:.25rem}.pricing-annual-note{margin:.25rem 0 0;font-size:.75rem;color:var(--muted)}.pricing-limit{margin:.5rem 0 0;font-size:.74rem;font-weight:600;color:var(--subtle);background:var(--paper-2);border:1px solid var(--border);border-radius:20px;display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .7rem}.pricing-limit:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0}.pricing-card-header:after{content:"";display:block;height:1px;background:var(--border);margin-top:.75rem;opacity:.7}.pricing-card--featured .pricing-card-header:after{background:rgba(255,255,255,.15)}.pricing-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem;flex:1 1}.pricing-features li{display:flex;align-items:flex-start;gap:.55rem;font-size:.82rem;color:var(--ink-2);line-height:1.5}.pricing-card-footer{margin-top:auto;padding-top:.25rem}.pricing-cta{width:100%;justify-content:center}.pricing-card--featured .pricing-cta{color:#065f46!important;box-shadow:0 2px 12px rgba(0,0,0,.15)!important;font-weight:700}.pricing-card--featured .pricing-cta:hover{background:#f0f0ff!important;box-shadow:0 4px 16px rgba(0,0,0,.2)!important}.pricing-card--featured .pricing-cta:focus-visible{outline:3px solid #fff!important;outline-offset:4px!important;box-shadow:0 0 0 7px rgba(10,110,74,.55)!important}.pricing-current-badge{display:block;text-align:center;padding:.65rem 1rem;border-radius:10px;border:1px solid var(--border);font-size:.84rem;font-weight:600;color:var(--subtle);background:var(--paper-2)}.pricing-card--featured .pricing-current-badge{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.8)}.pricing-footer-note{text-align:center;font-size:.8rem;color:var(--muted);margin:0;line-height:1.6}@media (max-width:960px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.pricing-grid{grid-template-columns:1fr;gap:1rem}.pricing-header{padding:1rem}}[data-theme=dark]{--bg:#0f172a;--paper:#1e293b;--paper-2:#253347;--paper-3:#334155;--ink:#f1f5f9;--ink-2:#e2e8f0;--subtle:#c4cdd9;--muted:#94a3b8;--border:#334155;--border-2:#4e6077;--focus:#60a5fa;--indigo:#34d399;--blue:#60a5fa;--gold:#fbbf24;--gold-light:#1c1409;--gold-bdr:#78350f;--red:#f87171;--red-bg:#1f0a0a;--red-bdr:#7f1d1d;--green:#4ade80;--green-bg:#052e16;--green-bdr:#14532d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--bg:#0f172a;--paper:#1e293b;--paper-2:#253347;--paper-3:#334155;--ink:#f1f5f9;--ink-2:#e2e8f0;--subtle:#c4cdd9;--muted:#94a3b8;--border:#334155;--border-2:#4e6077;--focus:#60a5fa;--indigo:#34d399;--blue:#60a5fa;--gold:#fbbf24;--gold-light:#1c1409;--gold-bdr:#78350f;--red:#f87171;--red-bg:#1f0a0a;--red-bdr:#7f1d1d;--green:#4ade80;--green-bg:#052e16;--green-bdr:#14532d}}[data-theme=dark] .auth-layout{background:#0d0d14}[data-theme=dark] .auth-form-panel{flex:1 1;min-height:100dvh}[data-theme=dark] body:has(.auth-layout){background:#0d0d14}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .auth-layout{background:#0d0d14}:root:not([data-theme=light]):not([data-theme=dark]) .auth-form-panel{background:#0d0d14;flex:1 1;min-height:100dvh}:root:not([data-theme=light]):not([data-theme=dark]) body:has(.auth-layout){background:#0d0d14}}[data-theme=dark] .app-header{background:rgba(15,23,42,.94);border-bottom-color:#334155}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .app-header{background:rgba(15,23,42,.94);border-bottom-color:#334155}}[data-theme=dark] .button:not(.secondary),[data-theme=dark] a.button:not(.secondary),[data-theme=dark] button:not(.secondary):not(.nav-toggle):not(.settings-tab):not(.theme-option):not(.hist-close):not(.hist-delete-btn):not(.hist-clear-btn):not(.hist-item){background:#0a6e4a;color:#fff}[data-theme=dark] .button:not(.secondary):hover,[data-theme=dark] a.button:not(.secondary):hover,[data-theme=dark] button:not(.secondary):not(.nav-toggle):not(.settings-tab):not(.theme-option):not(.hist-close):not(.hist-delete-btn):not(.hist-clear-btn):not(.hist-item):hover{background:#085c3d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .button:not(.secondary),:root:not([data-theme=light]):not([data-theme=dark]) a.button:not(.secondary),:root:not([data-theme=light]):not([data-theme=dark]) button:not(.secondary):not(.nav-toggle):not(.settings-tab):not(.theme-option):not(.hist-close):not(.hist-delete-btn):not(.hist-clear-btn):not(.hist-item){background:#0a6e4a;color:#fff}:root:not([data-theme=light]):not([data-theme=dark]) .button:not(.secondary):hover,:root:not([data-theme=light]):not([data-theme=dark]) a.button:not(.secondary):hover,:root:not([data-theme=light]):not([data-theme=dark]) button:not(.secondary):not(.nav-toggle):not(.settings-tab):not(.theme-option):not(.hist-close):not(.hist-delete-btn):not(.hist-clear-btn):not(.hist-item):hover{background:#085c3d}}[data-theme=dark] .app-nav a[aria-current=page]{background:rgba(10,110,74,.22);color:#6ee7b7;border:1px solid rgba(10,110,74,.35)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .app-nav a[aria-current=page]{background:rgba(10,110,74,.22);color:#6ee7b7;border:1px solid rgba(10,110,74,.35)}}[data-theme=dark] .nav-toggle{border-color:#4e6077;background:rgba(255,255,255,.07)}[data-theme=dark] .nav-toggle:hover{background:rgba(255,255,255,.13)}[data-theme=dark] .nav-toggle-bar{background:#e2e8f0;height:2.5px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .nav-toggle{border-color:#4e6077;background:rgba(255,255,255,.07)}:root:not([data-theme=light]):not([data-theme=dark]) .nav-toggle:hover{background:rgba(255,255,255,.13)}:root:not([data-theme=light]):not([data-theme=dark]) .nav-toggle-bar{background:#e2e8f0;height:2.5px}}@media (max-width:768px){[data-theme=dark] .app-nav--open{background:#1a2744;border-bottom-color:#334155}}@media (max-width:768px) and (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .app-nav--open{background:#1a2744;border-bottom-color:#334155}}[data-theme=dark] .app-nav a,[data-theme=dark] .signout-link{color:var(--ink-2)}[data-theme=dark] .app-nav a:hover,[data-theme=dark] .signout-link:hover{color:var(--ink);background:rgba(255,255,255,.1)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .app-nav a,:root:not([data-theme=light]):not([data-theme=dark]) .signout-link{color:var(--ink-2)}:root:not([data-theme=light]):not([data-theme=dark]) .app-nav a:hover,:root:not([data-theme=light]):not([data-theme=dark]) .signout-link:hover{color:var(--ink);background:rgba(255,255,255,.1)}}[data-theme=dark] .theme-check-badge{box-shadow:0 0 0 2px #1e293b,0 1px 4px rgba(0,0,0,.4)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .theme-check-badge{box-shadow:0 0 0 2px #1e293b,0 1px 4px rgba(0,0,0,.4)}}[data-theme=dark] .theme-selected-text{color:#34d399}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .theme-selected-text{color:#34d399}}[data-theme=dark] .theme-option--selected .theme-option-label{color:#34d399}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .theme-option--selected .theme-option-label{color:#34d399}}[data-theme=dark] .signout-link{background:transparent;border-color:var(--border-2)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .signout-link{background:transparent;border-color:var(--border-2)}}[data-theme=dark] .brand-logo-image{filter:brightness(0) invert(1);opacity:.92}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .brand-logo-image{filter:brightness(0) invert(1);opacity:.92}}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--paper-2);border-color:var(--border-2);color:var(--ink)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) input,:root:not([data-theme=light]):not([data-theme=dark]) select,:root:not([data-theme=light]):not([data-theme=dark]) textarea{background:var(--paper-2);border-color:var(--border-2);color:var(--ink)}}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--muted)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) input::placeholder,:root:not([data-theme=light]):not([data-theme=dark]) textarea::placeholder{color:var(--muted)}}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:var(--focus)!important;box-shadow:0 0 0 3px rgba(96,165,250,.35)!important}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) input:focus,:root:not([data-theme=light]):not([data-theme=dark]) select:focus,:root:not([data-theme=light]):not([data-theme=dark]) textarea:focus{border-color:var(--focus)!important;box-shadow:0 0 0 3px rgba(96,165,250,.35)!important}}[data-theme=dark] .card{background:var(--paper);border-color:var(--border)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .card{background:var(--paper);border-color:var(--border)}}[data-theme=dark] .app-nav a:focus-visible,[data-theme=dark] .brand-logo:focus-visible,[data-theme=dark] .signout-link:focus-visible{box-shadow:0 0 0 2px #0f172a,0 0 0 5px var(--focus)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .app-nav a:focus-visible,:root:not([data-theme=light]):not([data-theme=dark]) .brand-logo:focus-visible,:root:not([data-theme=light]):not([data-theme=dark]) .signout-link:focus-visible{box-shadow:0 0 0 2px #0f172a,0 0 0 5px var(--focus)}}[data-theme=dark] .button:focus-visible,[data-theme=dark] a.button:focus-visible,[data-theme=dark] button:focus-visible{box-shadow:0 0 0 2px var(--paper),0 0 0 5px var(--focus)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .button:focus-visible,:root:not([data-theme=light]):not([data-theme=dark]) a.button:focus-visible,:root:not([data-theme=light]):not([data-theme=dark]) button:focus-visible{box-shadow:0 0 0 2px var(--paper),0 0 0 5px var(--focus)}}[data-theme=dark] .notice{color:var(--gold)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .notice{color:var(--gold)}}[data-theme=dark] .settings-tab{color:var(--subtle)}[data-theme=dark] .settings-tab[aria-selected=true]{background:var(--paper-2);color:var(--ink);border-color:var(--border-2)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .settings-tab{color:var(--subtle)}:root:not([data-theme=light]):not([data-theme=dark]) .settings-tab[aria-selected=true]{background:var(--paper-2);color:var(--ink);border-color:var(--border-2)}}[data-theme=dark] .auth-card{background:transparent;border-color:var(--border)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .auth-card{background:transparent;border-color:var(--border)}}[data-theme=dark] .auth-feat-icon{color:#6ee7b7}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .auth-feat-icon{color:#6ee7b7}}[data-theme=dark] .pricing-card{background:#1e293b;border-color:#334155}[data-theme=dark] .pricing-card:hover{border-color:#059669;box-shadow:0 4px 24px rgba(0,0,0,.25)}[data-theme=dark] .pricing-card--featured{background:linear-gradient(160deg,#064e3b,#065f46 50%,#0a6e4a);border-color:transparent}[data-theme=dark] .pricing-limit{background:#0f172a;border-color:#334155}[data-theme=dark] .pricing-hero{background:radial-gradient(ellipse 65% 55% at 50% 100%,rgba(10,110,74,.12) 0,transparent 70%)}[data-theme=dark] .pricing-current-badge{background:rgba(255,255,255,.05);border-color:#334155}[data-theme=dark] .pricing-card-header:after{background:#334155}[data-theme=dark] .pricing-card--featured .pricing-card-header:after{background:rgba(255,255,255,.15)}[data-theme=dark] .testimonial-card{background:var(--paper);border-color:var(--border)}[data-theme=dark] .compare-table-wrap{box-shadow:none}[data-theme=dark] .compare-plan-col{background:var(--paper-2)}[data-theme=dark] .compare-plan-col--featured{background:rgba(10,110,74,.18);color:#6ee7b7;border-top-color:#059669}[data-theme=dark] .compare-cell--featured{background:rgba(10,110,74,.07)}[data-theme=dark] .compare-group-row td{background:var(--paper-3)}[data-theme=dark] .compare-table thead th:first-child{background:var(--paper-2)}[data-theme=dark] .faq-btn:hover,[data-theme=dark] .faq-item--open .faq-btn,[data-theme=dark] .faq-item--open .faq-icon{color:#6ee7b7}[data-theme=dark] .ent-section{background:linear-gradient(135deg,rgba(30,27,75,.6),rgba(49,46,129,.5));border-color:rgba(10,110,74,.3)}[data-theme=dark] .ent-copy{color:#a7f3d0}[data-theme=dark] .ent-copy h2{color:#fff}[data-theme=dark] .ent-copy p,[data-theme=dark] .ent-highlights li{color:#a7f3d0}[data-theme=dark] .ent-highlights li:before{color:#34d399}[data-theme=dark] .ent-form-wrap{background:rgba(255,255,255,.06);border-color:rgba(10,110,74,.3)}[data-theme=dark] .ent-form label,[data-theme=dark] .ent-form-wrap h3{color:#a7f3d0}[data-theme=dark] .ent-form input,[data-theme=dark] .ent-form select,[data-theme=dark] .ent-form textarea{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}[data-theme=dark] .ent-form input::placeholder,[data-theme=dark] .ent-form textarea::placeholder{color:rgba(255,255,255,.35)}[data-theme=dark] .ent-form select option{color:#1e293b;background:#fff}[data-theme=dark] .ent-form-done,[data-theme=dark] .ent-form-done p:last-child{color:#a7f3d0}[data-theme=dark] .billing-toggle-btn:hover{background:rgba(255,255,255,.12)}[data-theme=dark] .billing-save-badge{background:#14532d;color:#86efac}[data-theme=dark] .billing-toggle-btn:focus-visible{box-shadow:none;outline:2px solid var(--focus);outline-offset:-2px}[data-theme=dark] .billing-toggle-btn--active{background:rgba(255,255,255,.08);color:#6ee7b7;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 0 1.5px rgba(110,231,183,.3)}[data-theme=dark] .billing-toggle-btn--active:hover{background:rgba(255,255,255,.1);color:#a7f3d0;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 0 1.5px rgba(110,231,183,.5)}.btn-upgrade{background:#0a6e4a}.btn-upgrade:hover{background:#085c3d;box-shadow:0 4px 14px rgba(10,110,74,.35)}.btn-upgrade:focus-visible{box-shadow:0 0 0 2px var(--paper),0 0 0 5px var(--focus)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .billing-toggle-btn:hover{background:rgba(255,255,255,.12)}:root:not([data-theme=light]):not([data-theme=dark]) .billing-save-badge{background:#14532d;color:#86efac}:root:not([data-theme=light]):not([data-theme=dark]) .billing-toggle-btn:focus-visible{box-shadow:none;outline:2px solid var(--focus);outline-offset:-2px}:root:not([data-theme=light]):not([data-theme=dark]) .billing-toggle-btn--active{background:rgba(255,255,255,.08);color:#6ee7b7;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 0 1.5px rgba(110,231,183,.3)}}.wlc-shell{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem 5rem;background:#f0fdf4;overflow:hidden}.wlc-bg-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.wlc-bg-blob--1{width:600px;height:600px;top:-200px;right:-150px;background:radial-gradient(circle,rgba(10,110,74,.18) 0,transparent 70%)}.wlc-bg-blob--2{width:500px;height:500px;bottom:-100px;left:-150px;background:radial-gradient(circle,rgba(10,110,74,.12) 0,transparent 70%)}.wlc-stepper{position:relative;z-index:1;margin-bottom:2rem;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(10,110,74,.15);border-radius:999px;padding:.375rem .875rem}.wlc-step,.wlc-stepper{display:flex;align-items:center;gap:.5rem}.wlc-step{background:transparent;border:none;box-shadow:none;padding:.25rem .375rem;border-radius:999px;cursor:default;min-height:auto}.wlc-step--done{cursor:pointer}.wlc-step-dot{display:block;width:8px;height:8px;border-radius:99px;background:#a7f3d0;transition:background .2s,width .2s}.wlc-step--active .wlc-step-dot{width:20px;background:#0a6e4a}.wlc-step--done .wlc-step-dot{background:#34d399}.wlc-step-label{font-size:.72rem;font-weight:600;color:#4b5563;letter-spacing:.04em}.wlc-step--active .wlc-step-label{color:#0a6e4a}.wlc-card{position:relative;z-index:1;width:100%;max-width:800px;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(10,110,74,.18),0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(10,110,74,.15)}.wlc-card--narrow{max-width:660px}.wlc-hero{background:linear-gradient(135deg,#064e3b,#0a6e4a 45%,#0a6e4a);padding:2.75rem 2.75rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative;overflow:hidden}.wlc-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.wlc-hero--compact{padding:2rem 2.5rem}.wlc-hero-content{flex:1 1;position:relative;z-index:1}.wlc-hero-art{flex-shrink:0;position:relative;z-index:1}.welcome-hero-svg{display:block}.wlc-badge{display:inline-flex;align-items:center;padding:.28rem .8rem;border-radius:999px;font-size:.71rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.18);color:#ffffff;border:1px solid rgba(255,255,255,.3);margin-bottom:1rem}.wlc-hero-heading{font-size:2rem;font-weight:800;line-height:1.2;margin:0 0 .75rem;color:#ffffff}.wlc-hero-heading--sm{font-size:1.6rem}.wlc-hero-sub{font-size:.93rem;line-height:1.7;margin:0;color:rgba(255,255,255,.88);max-width:44ch}.wlc-back-row{display:block;margin-bottom:1rem}.wlc-back{display:inline-flex;align-items:center;gap:.375rem;border:none;color:rgba(255,255,255,.75);font-size:.82rem;font-weight:500;padding:0;min-height:auto;cursor:pointer}.wlc-back,.wlc-back:hover{background:transparent;box-shadow:none}.wlc-back:hover{color:#ffffff}.wlc-body{background:#ffffff;padding:2rem 2.75rem 2.5rem}.wlc-section-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4b5563;margin:0 0 1.125rem}.wlc-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:2rem}@media (max-width:600px){.wlc-features{grid-template-columns:1fr}}.wlc-feature{display:flex;gap:1rem;padding:1.125rem;border-radius:12px;border:1px solid #e5e7eb;background:#fafafa;align-items:flex-start;transition:border-color .15s,box-shadow .15s}.wlc-feature:hover{border-color:#a7f3d0;box-shadow:0 0 0 3px rgba(10,110,74,.06)}.wlc-feature-icon{flex-shrink:0;width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center}.wlc-feature-text{flex:1 1}.wlc-feature-title{font-size:.88rem;font-weight:600;margin:0 0 .3rem;color:#111827}.wlc-feature-desc{font-size:.79rem;color:#4b5563;line-height:1.65;margin:0}.wlc-actions{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;padding-top:.25rem}.wlc-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:#0a6e4a;color:#ffffff;font-weight:600;font-size:.93rem;padding:0 1.5rem;min-height:44px;border-radius:10px;border:none;cursor:pointer;box-shadow:0 2px 8px rgba(10,110,74,.3);transition:background .15s,box-shadow .15s}.wlc-btn-primary:hover{background:#085c3d;box-shadow:0 4px 16px rgba(10,110,74,.4)}.wlc-btn-primary:focus-visible{outline:3px solid #0a6e4a;outline-offset:3px}.wlc-btn-primary:disabled{opacity:.65;cursor:not-allowed}.wlc-btn-ghost{background:transparent;color:#374151;font-weight:500;font-size:.88rem;padding:0 .875rem;min-height:44px;border-radius:10px;border:1.5px solid #d1d5db;cursor:pointer;transition:border-color .15s,background .15s;box-shadow:none}.wlc-btn-ghost:hover{border-color:#059669;background:rgba(10,110,74,.04);box-shadow:none}.wlc-btn-ghost:focus-visible{outline:3px solid #0a6e4a;outline-offset:3px}.wlc-btn-ghost:disabled{opacity:.65;cursor:not-allowed}.wlc-demo{border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.wlc-demo-header{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.wlc-demo-label{font-size:.76rem;font-weight:600;color:#374151}.wlc-demo-badge{font-size:.7rem;font-weight:700;padding:.18rem .6rem;border-radius:999px;background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.wlc-demo-code{font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:.82rem;line-height:1.75;color:#111827;background:#ffffff;padding:1.125rem 1.25rem;margin:0;white-space:pre;overflow-x:auto}.wlc-demo-footer{display:flex;flex-direction:column;gap:.625rem;padding:.875rem 1.125rem;background:#eff6ff;border-top:1px solid #bfdbfe}.wlc-digger-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:700;letter-spacing:.03em;color:#1d4ed8}.wlc-digger-tags{display:flex;flex-wrap:wrap;gap:.375rem}.wlc-dtag{display:inline-block;padding:.22rem .65rem;border-radius:999px;font-size:.74rem;font-weight:600}.wlc-dtag--red{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.wlc-dtag--amber{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.wlc-tool-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:1.75rem}@media (max-width:480px){.wlc-tool-grid{grid-template-columns:1fr}}.wlc-tool-card{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border-radius:12px;border:1.5px solid #e5e7eb;background:#fafafa;text-decoration:none;color:#111827;transition:border-color .15s,box-shadow .15s,background .15s}.wlc-tool-card:hover{border-color:#6ee7b7;background:#ffffff;box-shadow:0 0 0 3px rgba(10,110,74,.08);color:#111827}.wlc-tool-card--featured{border-color:#6ee7b7;background:rgba(10,110,74,.03)}.wlc-tool-card-icon{flex-shrink:0;width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center}.wlc-tool-name{display:block;font-size:.88rem;font-weight:600;color:#111827}.wlc-tool-desc{display:block;font-size:.76rem;color:#4b5563}.wlc-tool-arrow{margin-left:auto;color:#9ca3af;flex-shrink:0}.wlc-tool-card:hover .wlc-tool-arrow{color:#0a6e4a}@media (max-width:640px){.wlc-hero{flex-direction:column;padding:2rem 1.75rem}.wlc-hero-art{display:none}.wlc-body{padding:1.75rem}.wlc-hero-heading{font-size:1.65rem}}[data-theme=dark] .wlc-shell{background:#064e3b}[data-theme=dark] .wlc-card{border-color:rgba(110,231,183,.2);box-shadow:0 8px 40px rgba(0,0,0,.4)}[data-theme=dark] .wlc-body{background:#064e3b}[data-theme=dark] .wlc-feature{background:rgba(255,255,255,.04);border-color:rgba(110,231,183,.15)}[data-theme=dark] .wlc-feature-title{color:#f9fafb}[data-theme=dark] .wlc-feature-desc{color:#d1d5db}[data-theme=dark] .wlc-section-label{color:#6ee7b7}[data-theme=dark] .wlc-btn-ghost{color:#e5e7eb;border-color:rgba(255,255,255,.2)}[data-theme=dark] .wlc-stepper{background:rgba(30,27,75,.7);border-color:rgba(110,231,183,.2)}[data-theme=dark] .wlc-step-label{color:#a7f3d0}[data-theme=dark] .wlc-demo{border-color:rgba(110,231,183,.2)}[data-theme=dark] .wlc-demo-header{background:rgba(255,255,255,.05);border-color:rgba(110,231,183,.15)}[data-theme=dark] .wlc-demo-label{color:#e5e7eb}[data-theme=dark] .wlc-demo-code{background:rgba(0,0,0,.2);color:#f9fafb}[data-theme=dark] .wlc-demo-footer{background:rgba(29,78,216,.15);border-color:rgba(147,197,253,.2)}[data-theme=dark] .wlc-digger-label{color:#93c5fd}[data-theme=dark] .wlc-dtag--red{background:rgba(239,68,68,.15);color:#fca5a5;border-color:rgba(239,68,68,.3)}[data-theme=dark] .wlc-dtag--amber{background:rgba(245,158,11,.12);color:#fcd34d;border-color:rgba(245,158,11,.3)}[data-theme=dark] .wlc-tool-card{background:rgba(255,255,255,.04);border-color:rgba(110,231,183,.15);color:#f9fafb}[data-theme=dark] .wlc-tool-card:hover{background:rgba(255,255,255,.07);border-color:#34d399}[data-theme=dark] .wlc-tool-name{color:#f9fafb}[data-theme=dark] .wlc-tool-desc{color:#d1d5db}[data-theme=dark] .wlc-bg-blob--1{background:radial-gradient(circle,rgba(10,110,74,.25) 0,transparent 70%)}[data-theme=dark] .wlc-bg-blob--2{background:radial-gradient(circle,rgba(10,110,74,.2) 0,transparent 70%)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .wlc-body,:root:not([data-theme=light]):not([data-theme=dark]) .wlc-shell{background:#064e3b}:root:not([data-theme=light]):not([data-theme=dark]) .wlc-feature{background:rgba(255,255,255,.04);border-color:rgba(110,231,183,.15)}:root:not([data-theme=light]):not([data-theme=dark]) .wlc-feature-title{color:#f9fafb}:root:not([data-theme=light]):not([data-theme=dark]) .wlc-feature-desc{color:#d1d5db}:root:not([data-theme=light]):not([data-theme=dark]) .wlc-tool-card{background:rgba(255,255,255,.04);border-color:rgba(110,231,183,.15);color:#f9fafb}:root:not([data-theme=light]):not([data-theme=dark]) .wlc-demo-code{background:rgba(0,0,0,.2);color:#f9fafb}}.ai-panel-hero{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,rgba(10,110,74,.05),rgba(10,110,74,.05));border:1px solid rgba(10,110,74,.13);border-radius:var(--r-lg);margin-bottom:1.25rem}.ai-panel-hero-icon{flex-shrink:0;width:42px;height:42px;border-radius:11px;background:rgba(10,110,74,.1);color:#0a6e4a;display:flex;align-items:center;justify-content:center}.ai-panel-hero-icon svg{width:20px;height:20px}.ai-panel-title{margin:0 0 .3rem;font-size:1.05rem;font-weight:700;color:var(--ink);line-height:1.25}.ai-panel-title:focus{outline:none}.ai-panel-title:focus-visible{box-shadow:none}.ai-blurb{margin:0;line-height:1.65}.ai-blurb,.ai-loading-state{color:var(--muted);font-size:.84rem}.ai-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;padding:2.5rem 1rem}.ai-loading-dots{display:flex;gap:.375rem}.ai-loading-dots span{width:8px;height:8px;border-radius:50%;background:#6ee7b7;animation:dotPulse 1.4s ease-in-out infinite}.ai-loading-dots span:nth-child(2){animation-delay:.2s}.ai-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.ai-empty-state{flex-direction:column;gap:.75rem;padding:2.5rem 1rem;text-align:center}.ai-empty-icon,.ai-empty-state{display:flex;align-items:center;justify-content:center}.ai-empty-icon{width:48px;height:48px;border-radius:12px;background:var(--paper-2);border:1px solid var(--border);color:var(--muted)}.ai-empty-icon svg{width:20px;height:20px}.ai-empty-state p{color:var(--muted);font-size:.84rem;margin:0;max-width:28ch;line-height:1.6}.ai-color-field-wrap{position:relative}.ai-color-field-wrap input{padding-right:2.5rem}.ai-color-dot{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:5px;border:1px solid rgba(0,0,0,.12);pointer-events:none}.ai-upload-row{margin-bottom:1rem}.iu-zone{border:2px dashed var(--border-2);border-radius:var(--r-lg);padding:1rem 1.25rem;transition:border-color .15s,background .15s;min-height:72px}.iu-zone--drag,.iu-zone:hover{border-color:#34d399;background:rgba(10,110,74,.03)}.iu-idle{display:flex;align-items:center;gap:.875rem;color:var(--muted);font-size:.82rem;width:100%;pointer-events:none}.iu-idle svg{flex-shrink:0;color:var(--muted)}.iu-hint{font-size:.72rem;color:var(--subtle);margin-left:auto}.iu-zone--has-preview{cursor:default}.iu-preview-row{display:flex;align-items:center;gap:.875rem;width:100%}.iu-thumb{width:60px;height:44px;object-fit:cover;border-radius:6px;border:1px solid var(--border);flex-shrink:0}.iu-preview-status{flex:1 1;font-size:.8rem;color:var(--muted);display:flex;align-items:center;gap:.5rem}.iu-spinner{width:14px;height:14px;flex-shrink:0}@keyframes recPulse{0%,to{box-shadow:0 0 0 0 rgba(220,38,38,.45)}50%{box-shadow:0 0 0 6px rgba(220,38,38,0)}}.iu-check{color:#16a34a;font-weight:700}.iu-x{color:#dc2626;font-weight:700}.iu-clear{border-radius:50%;width:24px;height:24px;padding:0;font-size:.9rem}.iu-clear:hover{color:var(--ink);border-color:var(--border-2);background:transparent}.cp-wrap{border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem;margin-bottom:1rem;background:var(--paper-2)}.cp-targets{display:flex;align-items:stretch;gap:.625rem;margin-bottom:.75rem;flex-wrap:wrap}.cp-target{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1.5px solid var(--border);border-radius:9px;background:var(--paper);cursor:pointer;font-size:.76rem;color:var(--ink);min-height:auto;box-shadow:none;text-align:left;line-height:1.4;transition:border-color .15s,box-shadow .15s}.cp-target--active{border-color:#0a6e4a;box-shadow:0 0 0 3px rgba(10,110,74,.1)}.cp-target:hover{border-color:#34d399;box-shadow:none;background:var(--paper)}.cp-target code{font-size:.72rem;color:var(--muted);display:block}.cp-swatch-preview{display:block;width:26px;height:26px;border-radius:6px;flex-shrink:0}.cp-ratio-live{margin-left:auto;display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:9px;border:1.5px solid rgba(0,0,0,.08);min-width:120px}.cp-ratio-text{font-size:1.4rem;font-weight:800;line-height:1}.cp-ratio-info{display:flex;flex-direction:column;gap:.125rem}.cp-ratio-info strong{font-size:.82rem}.cp-pass{font-size:.7rem;font-weight:700}.cp-pass--aaa{color:#16a34a}.cp-pass--aa{color:#2563eb}.cp-fail{font-size:.7rem;font-weight:700;color:#dc2626}.cp-instruction{font-size:.72rem;color:var(--muted);margin:0 0 .625rem}.cp-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:5px;gap:5px}.cp-swatch{position:relative;z-index:0;width:100%;aspect-ratio:1;border-radius:5px;border:none;box-shadow:none;cursor:pointer;padding:0;min-height:auto;transition:transform .1s,outline .1s;outline:2px solid transparent;outline-offset:2px}.cp-swatch:hover{transform:scale(1.08);z-index:1;outline:2px solid rgba(255,255,255,.6);outline-offset:-2px}.cp-swatch[aria-selected=true]{outline-color:#0a6e4a;transform:scale(1.1);z-index:1}.cp-swatch:focus-visible{outline-color:#0a6e4a}.rich-output{line-height:1.7;overflow-wrap:break-word;word-break:break-word;max-width:100%}.ro-heading{color:var(--ink);line-height:1.3;margin:1.25rem 0 .5rem}.ro-heading:first-child{margin-top:0}.ro-heading--2{font-size:1rem;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:.375rem}.ro-heading--3{font-size:.95rem;font-weight:700}.ro-heading--4,.ro-heading--5{font-size:.88rem;font-weight:600;color:var(--ink-2)}.ro-para{margin:0 0 .75rem;font-size:.86rem;color:var(--ink-2)}.ro-para:last-child{margin-bottom:0}.ro-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.ro-list{margin:0 0 .75rem 1.1rem;padding:0}.ro-list--unordered{list-style:disc}.ro-list--unordered li::marker{color:#059669}.ro-list--ordered{list-style:decimal}.ro-code-block{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;max-width:100%;margin:.75rem 0}.ro-code-header{display:flex;align-items:center;justify-content:space-between;padding:.375rem .75rem;background:#f1f5f9;border-bottom:1px solid var(--border)}.ro-code-lang{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.ro-code-pre{margin:0;padding:.875rem 1rem;background:#1e1e2e;overflow-x:auto;font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:.8rem;line-height:1.7;color:#cdd6f4;-moz-tab-size:2;tab-size:2}.ro-code-pre code{font:inherit}.tok-kw{color:#cba6f7}.tok-str{color:#a6e3a1}.tok-num{color:#fab387}.tok-cmt{color:#6c7086;font-style:italic}.tok-tag{color:#89dceb}.tok-attr,.tok-fn{color:#89b4fa}.tok-cls{color:#f9e2af}.tok-op{color:#89dceb}.tok-px{color:#cba6f7}.ro-inline-code{font-family:ui-monospace,Cascadia Code,monospace;font-size:.82em;background:rgba(10,110,74,.08);color:#085c3d;padding:.1em .35em;border-radius:4px}.ro-wcag-badge{border-radius:5px;background:rgba(10,110,74,.1);color:#085c3d;border:1px solid rgba(10,110,74,.2)}.ro-sev,.ro-wcag-badge{display:inline-flex;align-items:center;padding:.1rem .45rem;font-size:.76em;font-weight:700;white-space:nowrap}.ro-sev{border-radius:5px}.ro-sev--critical{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.ro-sev--serious{background:#ffedd5;color:#9a3412;border:1px solid #fdba74}.ro-sev--moderate{background:#fef9c3;color:#854d0e;border:1px solid #fde047}.ro-sev--minor{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.ro-sev--best-practice{background:#f0fdf4;color:#166534;border:1px solid #86efac}.ro-tool-tag{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;font-size:.72rem;font-weight:600;color:var(--subtle);letter-spacing:.04em;text-transform:uppercase}.ro-tool-tag svg{width:12px;height:12px}.ro-plain{margin:0;white-space:pre-wrap;word-break:break-word;font:inherit;font-size:.84rem;line-height:1.75;color:var(--ink-2)}[data-theme=dark] .ro-code-header{background:rgba(255,255,255,.05)}[data-theme=dark] .ro-code-pre{background:rgba(0,0,0,.25);color:#e2e8f0}[data-theme=dark] .ro-code-lang{color:#94a3b8}[data-theme=dark] .ro-wcag-badge{background:rgba(10,110,74,.2);color:#6ee7b7;border-color:rgba(10,110,74,.3)}[data-theme=dark] .ro-inline-code{background:rgba(10,110,74,.15);color:#6ee7b7}[data-theme=dark] .ro-sev--critical{background:rgba(239,68,68,.15);color:#fca5a5;border-color:rgba(239,68,68,.3)}[data-theme=dark] .ro-sev--serious{background:rgba(251,146,60,.12);color:#fdba74;border-color:rgba(251,146,60,.3)}[data-theme=dark] .ro-sev--moderate{background:rgba(250,204,21,.1);color:#fde047;border-color:rgba(250,204,21,.3)}[data-theme=dark] .ro-sev--minor{background:rgba(59,130,246,.12);color:#93c5fd;border-color:rgba(59,130,246,.3)}[data-theme=dark] .cp-wrap{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1)}[data-theme=dark] .cp-target{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}[data-theme=dark] .cp-target code{color:#94a3b8}.srs-open-anchor{display:inline-flex;align-items:center;gap:.5rem;margin-top:.875rem;padding:.55rem .95rem;background:rgba(10,110,74,.07);border:1.5px solid rgba(10,110,74,.22);border-radius:var(--r-md);color:#085c3d;font-size:.82rem;font-weight:600;cursor:pointer;min-height:auto;box-shadow:none;transition:background .15s,border-color .15s}.srs-open-anchor:hover{background:rgba(10,110,74,.13);border-color:rgba(10,110,74,.38);box-shadow:none}.srs-close{flex-shrink:0;width:28px;height:28px;border-radius:7px;background:transparent;border:none;color:var(--muted);font-size:1.1rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;min-height:auto;box-shadow:none;padding:0;margin-left:.25rem;transition:background .12s,color .12s;outline:none}.srs-close:hover{background:var(--paper-2);color:var(--ink)}.srs-close:focus-visible{box-shadow:0 0 0 3px rgba(10,110,74,.35)}.srs-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:200}.srs-modal-wrap{position:fixed;inset:0;z-index:201;display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:none}.srs-modal-wrap>.srs-wrap{pointer-events:auto;width:100%;max-width:700px;max-height:calc(100dvh - 3rem);display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(0,0,0,.22),0 4px 16px rgba(0,0,0,.12)}.srs-modal-wrap>.srs-wrap .srs-screen{flex:1 1;max-height:none;overflow-y:auto}.srs-wrap{border:1.5px solid rgba(10,110,74,.2);border-radius:var(--r-lg);overflow:hidden;background:var(--paper)}.srs-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.875rem 1.125rem;background:linear-gradient(135deg,rgba(10,110,74,.06),rgba(10,110,74,.06));border-bottom:1px solid rgba(10,110,74,.15)}.srs-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;color:#085c3d;letter-spacing:.03em}.srs-controls{display:flex;align-items:center;gap:.625rem}.srs-speed{padding:.3rem .6rem;border:1px solid var(--border);background:var(--paper);color:var(--ink)}.srs-btn,.srs-speed{font-size:.78rem;border-radius:7px;cursor:pointer;min-height:auto}.srs-btn{font-weight:600;padding:.35rem .875rem;border:1.5px solid;box-shadow:none;transition:background .15s,box-shadow .15s;outline:none}.srs-btn:focus-visible{box-shadow:0 0 0 3px rgba(10,110,74,.4)}.srs-btn--play{background:#0a6e4a;color:#fff;border-color:#0a6e4a}.srs-btn--play:hover{background:#085c3d;box-shadow:0 2px 8px rgba(10,110,74,.3)}.srs-btn--stop{background:var(--paper-2);color:var(--ink-2);border-color:var(--border)}.srs-btn--stop:hover{background:var(--paper);color:var(--ink);box-shadow:none}.srs-reader-list{padding:.25rem 0}.srs-reader-row{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.125rem;border-bottom:1px solid var(--border);transition:background .12s}.srs-reader-row:last-child{border-bottom:none}.srs-reader-row--playing{background:rgba(10,110,74,.04)}.srs-reader-meta{display:flex;align-items:center;gap:.625rem}.srs-reader-icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:rgba(10,110,74,.08);color:#0a6e4a;display:flex;align-items:center;justify-content:center}.srs-reader-name{font-size:.84rem;font-weight:600;color:var(--ink)}.srs-output-block{display:flex;flex-direction:column;gap:.625rem}.srs-no-output{margin:0;font-size:.8rem;color:var(--muted);font-style:italic}.srs-reader-actions{flex-wrap:wrap}.srs-reader-actions,.srs-speaking-output{display:flex;gap:.5rem;align-items:center}.srs-speaking-output{width:100%;padding:.45rem .75rem;background:rgba(10,110,74,.07);border-radius:var(--r-md);font-size:.82rem;color:#085c3d;font-weight:500;line-height:1.5;animation:srsFadeIn .18s ease}@keyframes srsFadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.srs-modes{border-top:1px solid var(--border);padding:.5rem 0 .25rem;display:flex;flex-direction:column;gap:.625rem}.srs-mode-row{padding:.5rem .75rem;background:var(--paper);border-radius:var(--r-md);border:1px solid var(--border)}.srs-mode-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-2);margin-bottom:.4rem}.srs-mode-phases{gap:.5rem}.srs-mode-phases,.srs-phase{display:flex;flex-direction:column}.srs-phase{gap:.35rem}.srs-phase-tag{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.srs-phase-tag--before{background:rgba(234,88,12,.12);color:#b45309}.srs-phase-tag--after{background:rgba(22,163,74,.12);color:#15803d}.srs-ann-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.2rem}.srs-ann-list li{font-size:.8rem;color:var(--ink-2);padding:.25rem .5rem;border-radius:4px;line-height:1.5;transition:background .12s,color .12s}.srs-ann--active{background:rgba(10,110,74,.1);color:#085c3d;font-weight:500}.srs-btn--toggle{font-size:.75rem;padding:.2rem .55rem;height:auto}.srs-corrected-code{border-top:1px solid var(--border);padding:.75rem}.srs-corrected-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.srs-code-block{margin:0;padding:.75rem;background:var(--paper);border:1px solid var(--border);border-radius:var(--r-md);font-size:.78rem;line-height:1.6;overflow-x:auto;white-space:pre;-moz-tab-size:2;tab-size:2}[data-theme=dark] .srs-mode-row{background:var(--paper-2)}[data-theme=dark] .srs-phase-tag--before{background:rgba(234,88,12,.18);color:#fb923c}[data-theme=dark] .srs-phase-tag--after{background:rgba(22,163,74,.18);color:#4ade80}[data-theme=dark] .srs-ann--active{background:rgba(10,110,74,.2);color:#6ee7b7}[data-theme=dark] .srs-code-block{background:var(--paper-3)}.app-header{background:rgba(255,255,255,.88);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(10,110,74,.1);box-shadow:0 1px 12px rgba(0,0,0,.05)}[data-theme=dark] .app-header{background:rgba(15,14,35,.88);border-bottom-color:rgba(10,110,74,.15)}.activity-table{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.activity-row{display:grid;grid-template-columns:1.6fr 1fr 1.2fr;padding:.625rem 1.125rem;border-bottom:1px solid var(--border);align-items:center;transition:background .12s}.activity-row:last-child{border-bottom:none}.activity-head,.activity-row:not(.activity-head):hover{background:var(--paper-2)}.activity-head{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.feature-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .625rem;border-radius:6px;font-size:.76rem;font-weight:600;background:rgba(10,110,74,.08);color:#085c3d;border:1px solid rgba(10,110,74,.15)}.usage-meter-card{background:linear-gradient(135deg,var(--paper) 0,rgba(10,110,74,.02) 100%)}.usage-bar{height:10px;background:var(--border);border-radius:999px;overflow:hidden;margin:.75rem 0 .5rem}.usage-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#0a6e4a,#0a6e4a);transition:width .6s cubic-bezier(.4,0,.2,1)}.pricing-card{position:relative;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.pricing-card--featured{background:linear-gradient(160deg,#064e3b,#065f46);box-shadow:0 8px 32px rgba(10,110,74,.35)}.pricing-card--featured:hover{box-shadow:0 16px 48px rgba(10,110,74,.45)}.pricing-card--featured .pricing-feature,.pricing-card--featured .pricing-limit,.pricing-card--featured .pricing-plan-desc,.pricing-card--featured .pricing-plan-name,.pricing-card--featured .pricing-price,.pricing-card--featured .pricing-price-sub{color:rgba(255,255,255,.9)}.pricing-card--featured .pricing-price-amount{color:#ffffff}.pricing-card--featured .pricing-feature-icon{color:#6ee7b7}.pricing-card--featured .pricing-popular-badge{background:rgba(255,255,255,.15);color:#ffffff;border-color:rgba(255,255,255,.2)}.auth-brand-panel{background:linear-gradient(160deg,#0f2350,#15316b 45%,#0d7a52 130%);position:relative;overflow:hidden;border-right-color:transparent}.auth-brand-panel:before{content:"";position:absolute;inset:0;background-image:radial-gradient(ellipse 65% 50% at 80% 25%,rgba(110,231,183,.18) 0,transparent 60%),radial-gradient(ellipse 55% 45% at 15% 75%,rgba(10,110,74,.13) 0,transparent 55%);pointer-events:none}.auth-brand-panel .eyebrow,.auth-info-panel .eyebrow{color:#6ee7b7}.auth-brand-panel .auth-brand-copy h1,.auth-info-panel .auth-brand-copy h1{color:#ffffff}.auth-brand-panel .auth-brand-copy>p:not(.eyebrow),.auth-info-panel .auth-brand-copy>p:not(.eyebrow){color:rgba(255,255,255,.72)}.auth-brand-panel .auth-features li,.auth-info-panel .auth-features li{color:rgba(255,255,255,.82)}.auth-brand-panel .auth-features li strong,.auth-info-panel .auth-features li strong{color:#ffffff}.auth-brand-panel .auth-feat-icon,.auth-info-panel .auth-feat-icon{color:#86efac}.auth-brand-panel .auth-panel-footer,.auth-info-panel .auth-panel-footer{color:rgba(255,255,255,.82);border-top-color:rgba(255,255,255,.15)}.button:not(.secondary):not(.ghost):not(.ghost-white){background:#0a6e4a}.button:not(.secondary):not(.ghost):not(.ghost-white):hover{background:#085c3d}.auth-ai-panel{width:100%;max-width:360px;margin:clamp(.75rem,1.5vh,1.5rem) auto 0;padding:1.1rem 1.25rem 1.25rem;border-radius:var(--r-lg);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);flex-shrink:0}.auth-ai-panel-header{display:flex;align-items:center;gap:.5rem}.auth-ai-panel-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ffffff}.auth-ai-panel-live{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;color:rgba(255,255,255,.65)}.auth-ai-live-dot{width:6px;height:6px;border-radius:50%;background:#34d399}.auth-ai-bubble-user{margin:.85rem 0 0 auto;max-width:85%;width:-moz-fit-content;width:fit-content;border-radius:var(--r-md) var(--r-md) 4px var(--r-md);background:rgba(255,255,255,.12);padding:.6rem .8rem;font-size:.82rem;line-height:1.4;color:#ffffff}.auth-ai-bubble-answer{margin-top:.5rem;max-width:92%;border-radius:var(--r-md) var(--r-md) var(--r-md) 4px;background:#ffffff;padding:.65rem .85rem}.auth-ai-bubble-answer-label{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#0a6e4a}.auth-ai-bubble-answer-text{margin:.3rem 0 0;font-size:.8rem;line-height:1.45;color:var(--ink-2)}@media (max-width:1080px){.auth-ai-panel{max-width:300px}}@media (max-height:740px) and (min-width:861px){.auth-ai-panel{display:none}}.ai-sidebar-brand{display:flex;align-items:center;justify-content:space-between;padding:.5rem .625rem .375rem;margin-bottom:.125rem;border-bottom:1px solid var(--border)}.ai-brand-name{font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#0a6e4a}.ai-hist-btn{display:inline-flex;align-items:center;gap:.35rem;height:26px;border-radius:6px;background:transparent;border:1px solid transparent;color:var(--muted);padding:0 .5rem 0 .35rem;min-height:auto;box-shadow:none;cursor:pointer;transition:background .12s,color .12s;scroll-margin-top:1.25rem;position:relative}.ai-hist-btn:hover{background:var(--paper-2);color:#0a6e4a;border-color:var(--border);box-shadow:none}.ai-hist-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%) translateX(-4px);opacity:0;pointer-events:none;background:#064e3b;color:#fff;font-size:.72rem;font-weight:600;white-space:nowrap;padding:.3rem .7rem;border-radius:7px;box-shadow:0 4px 14px rgba(0,0,0,.22);transition:opacity .15s ease,transform .15s ease;z-index:200}.ai-hist-btn[data-tooltip]:focus-visible:after,.ai-hist-btn[data-tooltip]:hover:after{opacity:1;transform:translateY(-50%) translateX(0)}.ai-tab-badge{font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.1rem .375rem;border-radius:5px;background:rgba(10,110,74,.12);color:#0a6e4a;border:1px solid rgba(10,110,74,.2);flex-shrink:0;line-height:1.4}.field-hint{margin:.2rem 0 .4rem;font-size:.73rem;color:var(--muted);line-height:1.4}.ex-row{margin:.25rem 0 1rem}.ex-label{font-size:.72rem;font-weight:600;color:var(--subtle);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem}.ex-chips{display:flex;flex-wrap:wrap;gap:.375rem}.ex-chip{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:20px;font-size:.74rem;font-weight:600;border:1.5px solid;border-color:color-mix(in srgb,var(--chip-color,#0a6e4a) 35%,transparent);background:color-mix(in srgb,var(--chip-color,#0a6e4a) 8%,transparent);color:var(--chip-color,#0a6e4a);cursor:pointer;box-shadow:none;min-height:auto;transition:background .12s,box-shadow .12s,transform .08s;line-height:1}.ex-chip:hover{background:color-mix(in srgb,var(--chip-color,#0a6e4a) 14%,transparent);box-shadow:0 2px 8px color-mix(in srgb,var(--chip-color,#0a6e4a) 20%,transparent);transform:translateY(-1px)}.ex-chip:active{transform:translateY(0)}.ai-copy--done{border-color:rgba(52,211,153,.4)!important;color:#059669!important;box-shadow:none!important}.ai-copy--done,.ro-code-copy--done{background:rgba(52,211,153,.12)!important}.ai-color-wrap,.ci-wrap{position:relative}.ai-color-wrap{display:flex;align-items:center}.ai-color-wrap input{padding-right:2.75rem}.ci-swatch-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:5px;border:1.5px solid var(--border);background:transparent;padding:0;cursor:pointer;min-height:auto;box-shadow:none;color:var(--muted);transition:border-color .12s,color .12s;flex-shrink:0}.ci-swatch-btn:hover{background:var(--paper-2);border-color:#059669;color:#059669;box-shadow:none}.ci-dot{width:16px;height:16px;border-radius:3px;display:block;border:1px solid rgba(0,0,0,.15)}.ci-dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:220px;z-index:200;padding:.625rem;background:var(--paper);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 8px 24px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.06)}.ci-eyedrop-btn{display:flex;align-items:center;gap:.4rem;width:100%;padding:.35rem .5rem;font-size:.75rem;font-weight:500;color:var(--muted);background:var(--paper-2);border:1px solid var(--border);border-radius:6px;cursor:pointer;min-height:auto;box-shadow:none;margin-bottom:.5rem;transition:border-color .12s,color .12s}.ci-eyedrop-btn:hover{border-color:#059669;color:#0a6e4a;background:rgba(10,110,74,.05);box-shadow:none}[data-theme=dark] .ci-dropdown{background:#1e293b;border-color:rgba(255,255,255,.1)}[data-theme=dark] .ci-swatch-btn{border-color:rgba(255,255,255,.1);color:#64748b}[data-theme=dark] .ci-swatch-btn:hover{border-color:#34d399;color:#6ee7b7}[data-theme=dark] .ci-eyedrop-btn{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.08)}.ro-h{color:var(--ink);line-height:1.3;margin:1.25rem 0 .5rem}.ro-h:first-child{margin-top:0}.ro-h--1,.ro-h--2{font-size:1rem;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:.375rem}.ro-h--3{font-size:.95rem;font-weight:700}.ro-h--4,.ro-h--5{font-size:.88rem;font-weight:600;color:var(--ink-2)}.ro-p{margin:0 0 .75rem;font-size:.86rem;color:var(--ink-2)}.ro-p:last-child{margin-bottom:0}.ro-ic{font-family:ui-monospace,Cascadia Code,monospace;background:rgba(10,110,74,.08);padding:.1em .35em}.ro-ic,.ro-wcag{font-size:.82em;color:#085c3d;border-radius:4px}.ro-wcag{display:inline;padding:.05rem .35rem;font-weight:700;background:rgba(10,110,74,.1)}.ro-hr{border:none;border-top:1px solid var(--border);margin:1rem 0}.ro-list{margin:0 0 .75rem;padding:0 0 0 1.1rem}.ro-list li{margin-bottom:.35rem;font-size:.86rem;color:var(--ink-2)}.ro-ul{list-style:disc}.ro-ul li::marker{color:#059669}.ro-ol{list-style:decimal}.ro-code-hdr{display:flex;align-items:center;justify-content:space-between;padding:.375rem .75rem;background:#f1f5f9;border-bottom:1px solid var(--border)}.ro-code-copy{background:transparent;border:1px solid var(--border);color:var(--muted);font-size:.72rem;padding:.15rem .6rem;min-height:auto;border-radius:5px;box-shadow:none;cursor:pointer}.ro-code-copy:hover{color:var(--ink);background:var(--paper);box-shadow:none}.ro-code-copy--done{color:#059669!important;background:rgba(52,211,153,.1)!important;border-color:rgba(52,211,153,.4)!important}[data-theme=dark] .ro-code-hdr{background:rgba(255,255,255,.05)}[data-theme=dark] .ro-ic{background:rgba(10,110,74,.15);color:#6ee7b7}[data-theme=dark] .ro-wcag{background:rgba(10,110,74,.2);color:#6ee7b7}.srs-pulse{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#0a6e4a;animation:srsSpeak 1s ease-in-out infinite}@keyframes srsSpeak{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.srs-na{font-size:.76rem;color:var(--muted)}.hist-backdrop{position:fixed;inset:0;z-index:49;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.hist-panel{position:fixed;top:0;right:0;bottom:0;z-index:50;width:min(400px,92vw);background:var(--paper);border-left:1px solid var(--border);box-shadow:-4px 0 32px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden}.hist-header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.hist-header h2{margin:0;font-size:1rem;font-weight:700;color:var(--ink)}.hist-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:auto;min-height:auto;padding:0;border-radius:50%;background:transparent;border:none;color:var(--muted);cursor:pointer;box-shadow:none;transition:background .12s,color .12s}.hist-close:hover{background:var(--paper-2);color:var(--ink)}.hist-close:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--focus)}.hist-empty{padding:1.5rem 1.25rem;font-size:.84rem;color:var(--muted);line-height:1.6}.hist-list{flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:.5rem;display:flex;flex-direction:column;gap:3px}.hist-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem .875rem;border-radius:9px;background:transparent;border:1px solid transparent;text-align:left;flex:1 1;min-width:0;cursor:pointer;min-height:auto;box-shadow:none;transition:background .12s,border-color .12s}.hist-item:focus-visible,.hist-item:hover{background:var(--paper-2);border-color:var(--border);box-shadow:none;outline:2px solid var(--focus);outline-offset:-2px}.hist-item-icon{flex-shrink:0;width:28px;height:28px;border-radius:7px;background:rgba(10,110,74,.08);border:1px solid rgba(10,110,74,.15);display:flex;align-items:center;justify-content:center;color:#0a6e4a}.hist-item-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.hist-item-body strong{font-size:.8rem;font-weight:700;color:var(--ink)}.hist-item-body span{font-size:.76rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hist-item-time{flex-shrink:0;font-size:.7rem;color:var(--subtle);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-top:.1rem}[data-theme=dark] .hist-panel{background:#0f172a;border-left-color:#334155}[data-theme=dark] .hist-header{border-bottom-color:#334155}[data-theme=dark] .hist-close{background:transparent;color:var(--muted)}[data-theme=dark] .hist-close:hover{background:var(--paper-2);color:var(--ink)}[data-theme=dark] .hist-delete-btn{background:var(--paper-2);color:var(--muted)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}.iu-zone{border:2px dashed #a7f3d0;border-radius:14px;background:#fafbff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px;padding:1.5rem 1.25rem;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.iu-zone--drag,.iu-zone:hover{border-color:#0a6e4a;background:#f0fdf4;box-shadow:0 0 0 4px rgba(10,110,74,.06)}.iu-zone--filled{min-height:auto;padding:.875rem 1rem;flex-direction:row;align-items:flex-start}.iu-zone:focus-visible{outline:3px solid #0a6e4a;outline-offset:2px}.iu-empty{flex-direction:column;gap:.875rem;pointer-events:none}.iu-empty,.iu-empty-icon{display:flex;align-items:center}.iu-empty-icon{justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(10,110,74,.08);border:1px solid rgba(10,110,74,.15);color:#0a6e4a;flex-shrink:0}.iu-empty-icon svg{width:20px;height:20px}.iu-empty-copy{display:flex;flex-direction:column;align-items:center;gap:.3rem}.iu-empty-copy strong{font-size:.88rem;font-weight:700;color:var(--ink);display:block}.iu-empty-copy>span{font-size:.8rem;color:var(--subtle);display:block}.iu-hint-small{font-size:.72rem;color:var(--muted);margin-top:.15rem;display:block}.iu-link{color:#0a6e4a;text-decoration:underline;text-underline-offset:2px;pointer-events:all;cursor:pointer}.iu-filled-row{display:flex;align-items:flex-start;gap:.875rem;width:100%}.iu-fill-status{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.iu-fill-hint{font-size:.75rem;color:var(--muted);margin:0;line-height:1.4}.iu-status-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;padding:.25rem .625rem;border-radius:20px}.iu-status-badge--reading{background:rgba(10,110,74,.08);color:#0a6e4a;border:1px solid rgba(10,110,74,.2)}.iu-status-badge--done{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.iu-status-badge--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.iu-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(10,110,74,.2);border-top-color:#0a6e4a;border-radius:50%;animation:spin .7s linear infinite}.iu-clear{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;flex-shrink:0;background:transparent;border:1px solid var(--border);color:var(--muted);font-size:1rem;line-height:1;cursor:pointer;min-height:auto;box-shadow:none;transition:background .12s,color .12s}.iu-clear:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:none}[data-theme=dark] .iu-zone{background:rgba(10,110,74,.04);border-color:rgba(10,110,74,.3)}[data-theme=dark] .iu-zone--drag,[data-theme=dark] .iu-zone:hover{background:rgba(10,110,74,.08);border-color:#34d399}[data-theme=dark] .iu-empty-icon{background:rgba(10,110,74,.15);border-color:rgba(10,110,74,.3)}.pricing-card--featured{background:#ffffff;border-color:transparent;box-shadow:0 0 0 2px #34d399,0 12px 48px rgba(10,110,74,.18),0 4px 16px rgba(10,110,74,.08),inset 0 1px 0 rgba(255,255,255,1);position:relative}.pricing-card--featured:after{content:"";position:absolute;inset:0;border-radius:18px;background:linear-gradient(160deg,rgba(238,242,255,.6),rgba(245,243,255,.6) 50%,rgba(255,255,255,0));pointer-events:none}.pricing-card--featured:hover{box-shadow:0 0 0 2.5px #0a6e4a,0 16px 56px rgba(10,110,74,.22),0 4px 20px rgba(10,110,74,.12);border-color:transparent}.pricing-card--featured .pricing-plan-name{color:#064e3b}.pricing-card--featured .pricing-plan-desc{color:#0a6e4a}.pricing-card--featured .pricing-currency{color:#085c3d;-webkit-text-fill-color:unset}.pricing-card--featured .pricing-amount{background:linear-gradient(135deg,#085c3d,#0a6e4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card--featured .pricing-annual-note,.pricing-card--featured .pricing-period{color:#34d399;-webkit-text-fill-color:unset}.pricing-card--featured .pricing-limit{background:rgba(10,110,74,.07);border-color:rgba(10,110,74,.18);color:#085c3d}.pricing-card--featured .pricing-limit:before{background:#0a6e4a}.pricing-card--featured .pricing-features li{color:#064e3b}.pricing-card--featured .pricing-card-header:after{background:rgba(10,110,74,.1)}.pricing-card--featured .pricing-current-badge{background:rgba(10,110,74,.07);border-color:rgba(10,110,74,.2);color:#085c3d}.pricing-popular-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#451a03;box-shadow:0 2px 10px rgba(245,158,11,.35)}.pricing-card--featured .pricing-cta{background:linear-gradient(135deg,#0a6e4a,#0a6e4a)!important;color:#fff!important;box-shadow:0 4px 16px rgba(10,110,74,.4)!important}.pricing-card--featured .pricing-cta:hover{background:linear-gradient(135deg,#085c3d,#6d28d9)!important;box-shadow:0 6px 24px rgba(10,110,74,.5)!important}[data-theme=dark] .pricing-card--featured{background:#064e3b;box-shadow:0 0 0 2px #34d399,0 12px 48px rgba(10,110,74,.3)}[data-theme=dark] .pricing-card--featured .pricing-features li,[data-theme=dark] .pricing-card--featured .pricing-plan-desc,[data-theme=dark] .pricing-card--featured .pricing-plan-name{color:#fff}[data-theme=dark] .pricing-card--featured .pricing-period,[data-theme=dark] .pricing-card--featured .pricing-plan-desc{color:rgba(255,255,255,.65)}[data-theme=dark] .pricing-card--featured .pricing-limit{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#a7f3d0}[data-theme=dark] .pricing-card--featured .pricing-card-header:after{background:rgba(255,255,255,.12)}[data-theme=dark] .pricing-card--featured:after{display:none}.ai-panel-hero{background:linear-gradient(135deg,rgba(10,110,74,.05),rgba(10,110,74,.05))!important;border:1px solid rgba(10,110,74,.12)!important;border-radius:var(--r-xl)!important}.auth-brand-panel .auth-brand-copy h1{font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.12}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em}.eyebrow{letter-spacing:.12em;font-weight:700}code,kbd,pre,samp{font-family:ui-monospace,Cascadia Code,Fira Code,monospace}.auth-form-panel{background:#f8f8fc}.auth-card{max-width:clamp(340px,90vw,460px);padding:0 .25rem}.auth-card .brand-logo{margin-bottom:2rem}.auth-card h1{font-size:2.1rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin:0 0 .5rem;color:#0f0e1a}.auth-card>p{font-size:.88rem;font-weight:400;color:var(--muted);margin:0 0 2rem;line-height:1.7}.auth-form-panel label{font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem;display:block;transition:color .2s}.auth-form-panel .field:focus-within label{color:#0a6e4a}.auth-form-panel input:not([type=checkbox]):not([type=radio]){border:none!important;border-bottom:2px solid #8896a8!important;border-radius:0!important;background:transparent!important;padding:.5rem 0!important;min-height:auto!important;box-shadow:none!important;font-size:.97rem!important;color:#0f0e1a!important;outline:none!important;transform:none!important;transition:border-color .18s,box-shadow .18s!important}.auth-form-panel input:not([type=checkbox]):not([type=radio])::placeholder{color:#b0bec5!important;font-weight:400}.auth-form-panel input:not([type=checkbox]):not([type=radio]):hover{border-bottom-color:#475569!important;box-shadow:none!important;transform:none!important}.auth-form-panel input:not([type=checkbox]):not([type=radio]):focus{border-bottom-color:#0a6e4a!important;box-shadow:0 2px 0 0 #0a6e4a!important;transform:none!important}.auth-form-panel input[aria-invalid=true]:not([type=checkbox]),.auth-form-panel input[style*="#dc2626"]:not([type=checkbox]){border-bottom-color:#dc2626!important;box-shadow:0 2px 0 0 #dc2626!important;transform:none!important}.auth-form-panel .field{margin-bottom:1.625rem}.auth-form-panel .field-row{gap:1.5rem}.auth-form-panel .field p[id^=err-],.auth-form-panel .field p[style*="#dc2626"]{font-size:.73rem;letter-spacing:.01em}.auth-form-panel .error,.auth-form-panel .notice{border-radius:8px;font-size:.82rem;border-left-width:3px;border-left-style:solid;border-top:none;border-right:none;border-bottom:none;padding:.75rem 1rem}.auth-form-panel .error{background:#fff1f2;border-left-color:#ef4444;color:#991b1b}.auth-form-panel .notice{background:#fffbeb;border-left-color:#f59e0b;color:#78350f}.auth-form-panel [role=alert]{border-radius:8px;font-size:.81rem}.auth-form-panel button[type=submit]{width:100%;justify-content:center;min-height:48px;font-size:.95rem;font-weight:700;letter-spacing:.01em;border-radius:12px;background:linear-gradient(135deg,#0a6e4a,#0a6e4a);color:#fff;border:none;box-shadow:0 4px 16px rgba(10,110,74,.35);transition:box-shadow .2s,transform .15s}.auth-form-panel button[type=submit]:hover:not(:disabled){box-shadow:0 6px 24px rgba(10,110,74,.45);transform:translateY(-1px)}.auth-form-panel button[type=submit]:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 10px rgba(10,110,74,.3)}.auth-form-panel button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.auth-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e8eaf0;font-size:.82rem;color:var(--muted);gap:.375rem}.auth-footer a{color:#0a6e4a;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline;text-underline-offset:3px}.auth-form-panel .pw-strength{margin-top:.6rem;gap:.3rem}.auth-form-panel .pw-strength-bar{height:2px;border-radius:2px}.auth-form-panel .pw-strength-label{font-size:.7rem;margin-top:.3rem}.auth-form-panel label[for=terms]{font-size:.8rem;font-weight:400;letter-spacing:0;text-transform:none;color:var(--muted);cursor:pointer}.auth-form-panel>p[style*="var(--muted)"]{font-size:.7rem;color:var(--muted);letter-spacing:.02em}.auth-brand-panel .eyebrow{font-size:.65rem;letter-spacing:.2em}.auth-brand-panel .auth-brand-copy h1{font-size:clamp(1.65rem,2.8vw,2.2rem);font-weight:800;letter-spacing:-.035em;line-height:1.1}.auth-brand-panel .auth-brand-copy>p:not(.eyebrow){font-size:.88rem;line-height:1.75}.auth-features li{font-size:.84rem;line-height:1.55}.auth-features li strong{font-weight:700;letter-spacing:-.01em}[data-theme=dark] .auth-form-panel{background:#0d0d14}[data-theme=dark] .auth-card h1{color:#f1f5f9}[data-theme=dark] .auth-card>p,[data-theme=dark] .auth-form-panel label{color:#94a3b8}[data-theme=dark] .auth-form-panel .field:focus-within label{color:#34d399}[data-theme=dark] .auth-form-panel input:not([type=checkbox]):not([type=radio]){color:#f1f5f9!important;border-bottom-color:rgba(255,255,255,.32)!important}[data-theme=dark] .auth-form-panel input:not([type=checkbox]):not([type=radio]):hover{border-bottom-color:rgba(255,255,255,.6)!important}[data-theme=dark] .auth-form-panel input:not([type=checkbox]):not([type=radio]):focus{border-bottom-color:#34d399!important;box-shadow:0 2px 0 0 #34d399!important}[data-theme=dark] .auth-form-panel input::placeholder{color:rgba(255,255,255,.45)!important}[data-theme=dark] .auth-footer{border-top-color:rgba(255,255,255,.07);color:#94a3b8}[data-theme=dark] .auth-footer a{color:#34d399}@media (min-width:900px){.pricing-card--featured{margin-top:-22px!important;margin-bottom:-22px!important;padding-top:3.75rem!important;padding-bottom:2.75rem!important}}.pricing-card--featured:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:140px;background:radial-gradient(ellipse at 50% -10%,rgba(255,255,255,.22) 0,transparent 65%);pointer-events:none;border-radius:18px 18px 0 0}.pricing-card--featured{background:linear-gradient(145deg,#0f2350,#15316b 55%,#0d7a52)!important;box-shadow:0 24px 64px rgba(21,49,107,.4),0 8px 28px rgba(13,122,82,.28),inset 0 1px 0 rgba(255,255,255,.18)!important;border-color:transparent!important}.pricing-card--featured:after{display:none!important}.pricing-card--featured .pricing-plan-name{color:#fff!important;font-size:1.1rem!important;font-weight:800!important;letter-spacing:-.025em}.pricing-card--featured .pricing-plan-desc{color:rgba(255,255,255,.88)!important;-webkit-text-fill-color:rgba(255,255,255,.88)!important}.pricing-card--featured .pricing-amount,.pricing-card--featured .pricing-currency{color:#fff!important;-webkit-text-fill-color:#fff!important}.pricing-card--featured .pricing-amount{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;font-size:3.25rem!important}.pricing-card--featured .pricing-period{color:rgba(255,255,255,.82)!important;-webkit-text-fill-color:rgba(255,255,255,.82)!important}.pricing-card--featured .pricing-annual-note{color:rgba(255,255,255,.8)!important;-webkit-text-fill-color:rgba(255,255,255,.8)!important}.pricing-card--featured .pricing-limit{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.22)!important;color:rgba(255,255,255,.9)!important}.pricing-card--featured .pricing-limit:before{background:#6ee7b7!important}.pricing-card--featured .pricing-features li{color:rgba(255,255,255,.9)!important}.pricing-card--featured .pricing-card-header:after{background:rgba(255,255,255,.15)!important}.pricing-card--featured .pricing-current-badge{background:rgba(255,255,255,.15)!important;border-color:rgba(255,255,255,.25)!important;color:#fff!important}.pricing-card--featured .pricing-cta{background:#fff!important;color:#085c3d!important;border-color:transparent!important;box-shadow:0 4px 16px rgba(0,0,0,.16)!important;font-weight:700!important}.pricing-card--featured .pricing-cta:hover{background:rgba(255,255,255,.93)!important;box-shadow:0 8px 28px rgba(0,0,0,.22)!important;transform:translateY(-1px)}.pricing-popular-badge{background:linear-gradient(135deg,#fcd34d,#f59e0b)!important;color:#1a0a00!important;font-size:.69rem!important;font-weight:800!important;letter-spacing:.08em!important;padding:.35rem 1rem!important;box-shadow:0 4px 14px rgba(245,158,11,.55)!important;border-radius:0 0 12px 12px!important}[data-theme=dark] .pricing-card--featured{background:linear-gradient(145deg,#041237,#071b4d 55%,#0a6e4a)!important;box-shadow:0 24px 64px rgba(7,27,77,.55),0 8px 28px rgba(10,110,74,.35),inset 0 1px 0 rgba(255,255,255,.18)!important}[data-theme=dark] .pricing-card--featured:after{display:none!important}.ai-tab,.ai-tab:active,.ai-tab:hover,.app-nav a:active,.app-nav a:hover,.auth-form-panel input,.billing-toggle-btn,.billing-toggle-btn:active,.billing-toggle-btn:hover,.hist-close,.hist-close:active,.hist-close:hover,.iu-clear,.iu-clear:active,.iu-clear:hover,.nav-toggle,.nav-toggle:active,.nav-toggle:hover,.settings-tab,.settings-tab:active,.settings-tab:hover,.signout-link:active,.signout-link:hover,.theme-option,.theme-option:active,.theme-option:hover,.wlc-step,.wlc-step:active,.wlc-step:hover{transform:none!important}.billing-toggle-btn:hover{background:var(--paper);color:var(--ink);box-shadow:0 1px 5px rgba(0,0,0,.09)!important}.billing-toggle-btn--active{box-shadow:0 2px 8px rgba(10,110,74,.22),0 0 0 1.5px rgba(10,110,74,.35)!important}.pricing-cta.secondary:hover{border-color:#64748b;box-shadow:0 4px 14px rgba(0,0,0,.1)}.ai-copy:hover{background:var(--paper-2);border-color:var(--border-2);color:var(--ink)}.hist-item{transition:background .14s,border-color .14s}.hist-item:hover{background:var(--paper-3);border-color:var(--border-2)}.ex-chip{transition:background .15s,border-color .15s,box-shadow .15s,transform .12s}.ex-chip:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.09)}.ex-chip:active{transform:translateY(0)!important}.ex-chip:focus-visible{outline:none;box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--chip-color,var(--focus))}.iu-zone:active{background:#eef0ff!important;border-color:#085c3d!important}.wlc-step-dot{transition:background .2s,width .2s,transform .2s}.wlc-step--done:hover .wlc-step-dot{background:#0a6e4a;transform:scale(1.25)}a:not([class]):hover{color:#085c3d;text-decoration-thickness:2px}.signout-link:hover{background:var(--paper-3);color:var(--ink);border-color:var(--border-2)}@media (max-width:768px){.app-nav a[aria-current=page]{border-left:3px solid #0a6e4a;padding-left:calc(1rem - 3px)}}[data-theme=dark] input:hover,[data-theme=dark] select:hover,[data-theme=dark] textarea:hover{border-color:#64748b}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:#34d399;box-shadow:0 0 0 4px rgba(10,110,74,.2)}[data-theme=dark] .card:hover{border-color:rgba(10,110,74,.3);box-shadow:0 4px 20px rgba(10,110,74,.14)}[data-theme=dark] .tool-card:hover{border-color:rgba(37,99,235,.4);box-shadow:0 8px 28px rgba(10,110,74,.18)}[data-theme=dark] .pricing-card:hover{border-color:#34d399;box-shadow:0 10px 40px rgba(10,110,74,.22),0 3px 12px rgba(0,0,0,.4)}[data-theme=dark] .ghost:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.16)}[data-theme=dark] .ai-sidebar{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.09)}[data-theme=dark] .ai-sidebar-brand{border-bottom-color:rgba(255,255,255,.07)}[data-theme=dark] .ai-brand-name{color:#34d399}[data-theme=dark] .ai-sidebar-group-label{color:#475569}[data-theme=dark] .ai-sidebar-divider{background:rgba(255,255,255,.06)}
/* !important throughout this block: an earlier attempt at this same fix
   (transparent, no !important) visibly did not take effect, meaning some
   other rule with equal-or-higher specificity is winning that an exhaustive
   search of every .ai-tab-related selector in this file did not turn up —
   !important forces this to win regardless of what that rule turns out to
   be, rather than continuing to guess at the exact conflict. */[data-theme=dark] .ai-tab{color:#94a3b8!important;background:transparent!important}[data-theme=dark] .ai-tab:hover{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.1)!important;color:#e2e8f0!important}[data-theme=dark] .ai-tab:hover .ai-tab-icon{background:rgba(52,211,153,.14)!important;color:#6ee7b7!important}[data-theme=dark] .ai-tab[aria-selected=true]{background:transparent!important;border-color:transparent transparent transparent #34d399!important;color:#a7f3d0!important}[data-theme=dark] .ai-tab[aria-selected=true] .ai-tab-icon{color:#6ee7b7!important}[data-theme=dark] .ai-tab:focus-visible{outline:none;box-shadow:0 0 0 2px #34d399,0 0 0 4px rgba(52,211,153,.22)}[data-theme=dark] .ai-hist-btn{color:#64748b;border-color:rgba(255,255,255,.07)}[data-theme=dark] .ai-hist-btn:hover{background:rgba(10,110,74,.12);border-color:rgba(10,110,74,.25);color:#6ee7b7;box-shadow:none}[data-theme=dark] .ai-more-btn{border-color:rgba(255,255,255,.1);color:#94a3b8}[data-theme=dark] .ai-more-btn:hover,[data-theme=dark] .ai-more-btn[aria-expanded=true]{background:rgba(255,255,255,.06);color:#a7f3d0;border-color:rgba(10,110,74,.4)}[data-theme=dark] .ai-more-menu{background:#064e3b;border-color:rgba(255,255,255,.1)}[data-theme=dark] .ai-more-group+.ai-more-group{border-color:rgba(255,255,255,.07)}[data-theme=dark] .ai-more-item{color:#94a3b8}[data-theme=dark] .ai-more-item:hover{background:rgba(255,255,255,.07);color:#e2e8f0}[data-theme=dark] .ai-more-item--active{color:#6ee7b7;background:rgba(52,211,153,.16)}[data-theme=dark] .st-more-btn{color:#64748b}[data-theme=dark] .st-more-btn:hover,[data-theme=dark] .st-more-btn[aria-expanded=true]{color:#a7f3d0;background:rgba(255,255,255,.05)}[data-theme=dark] .st-more-wrap{border-left-color:rgba(255,255,255,.07)}[data-theme=dark] .st-more-menu{background:#1e293b;border-color:rgba(255,255,255,.1)}[data-theme=dark] .st-more-item{color:#64748b}[data-theme=dark] .st-more-item:hover{color:#e2e8f0;background:rgba(255,255,255,.07)}[data-theme=dark] .st-more-item--active{color:#6ee7b7;background:rgba(10,110,74,.18)}[data-theme=dark] .ai-tab-badge{background:rgba(129,140,248,.18);color:#6ee7b7;border-color:rgba(129,140,248,.3)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .ai-sidebar{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.09)}:root:not([data-theme=light]):not([data-theme=dark]) .ai-sidebar-brand{border-bottom-color:rgba(255,255,255,.07)}:root:not([data-theme=light]):not([data-theme=dark]) .ai-brand-name{color:#34d399}:root:not([data-theme=light]):not([data-theme=dark]) .ai-sidebar-group-label{color:#475569}:root:not([data-theme=light]):not([data-theme=dark]) .ai-sidebar-divider{background:rgba(255,255,255,.06)}:root:not([data-theme=light]):not([data-theme=dark]) .ai-tab{color:#94a3b8!important;background:transparent!important}:root:not([data-theme=light]):not([data-theme=dark]) .ai-tab:hover{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.1)!important;color:#e2e8f0!important}:root:not([data-theme=light]):not([data-theme=dark]) .ai-tab:hover .ai-tab-icon{background:rgba(52,211,153,.14)!important;color:#6ee7b7!important}:root:not([data-theme=light]):not([data-theme=dark]) .ai-tab[aria-selected=true]{background:transparent!important;border-color:transparent transparent transparent #34d399!important;color:#a7f3d0!important}:root:not([data-theme=light]):not([data-theme=dark]) .ai-tab[aria-selected=true] .ai-tab-icon{color:#6ee7b7!important}:root:not([data-theme=light]):not([data-theme=dark]) .ai-tab:focus-visible{outline:none;box-shadow:0 0 0 2px #34d399,0 0 0 4px rgba(52,211,153,.22)}:root:not([data-theme=light]):not([data-theme=dark]) .ai-hist-btn{color:#64748b;border-color:rgba(255,255,255,.07)}:root:not([data-theme=light]):not([data-theme=dark]) .ai-hist-btn:hover{background:rgba(10,110,74,.12);border-color:rgba(10,110,74,.25);color:#6ee7b7;box-shadow:none}:root:not([data-theme=light]):not([data-theme=dark]) .ai-tab-badge{background:rgba(129,140,248,.18);color:#6ee7b7;border-color:rgba(129,140,248,.3)}}[data-theme=dark] .settings-tab:hover{background:var(--paper-2);border-bottom-color:var(--border-2)}[data-theme=dark] .settings-tab[aria-selected=true]{background:rgba(10,110,74,.08);border-bottom-color:#34d399;color:#6ee7b7}.hero-actions .button:not(.ghost-white){background:#fff!important;color:#0f172a!important}.hero-actions .button:not(.ghost-white):hover{background:#f1f5f9!important;color:#0f172a!important}.dashboard-hero .form-actions .button:focus-visible,.dashboard-hero .form-actions a.button:focus-visible,.hero-actions .button:focus-visible,.hero-actions a.button:focus-visible{outline:3px solid #fff!important;outline-offset:3px!important;box-shadow:none!important}.dashboard-hero .form-actions .secondary:focus-visible,.dashboard-hero .form-actions a.button.secondary:focus-visible{outline:3px solid rgba(255,255,255,.88)!important;outline-offset:3px!important;box-shadow:none!important}.hero-actions .button.ghost-white:focus-visible{outline:3px solid rgba(255,255,255,.85)!important;outline-offset:3px!important;box-shadow:0 0 0 6px rgba(255,255,255,.15)!important}.auth-form-panel button[type=submit]:focus-visible{outline:3px solid #085c3d!important;outline-offset:4px!important;box-shadow:0 0 0 8px rgba(10,110,74,.15)!important}.auth-form-panel span:has(>input[type=checkbox]:focus-visible){outline:3px solid #0a6e4a}.rm-btn-cta,.rm-btn-outline,.rm-btn-signin,.rm-btn-solid{transition:background .15s,color .15s,box-shadow .15s,transform .12s;text-decoration:none}.rm-btn-outline:hover{background:var(--paper-2)!important;color:var(--ink)!important}.rm-btn-cta:hover,.rm-btn-solid:hover{background:#1e293b!important}.rm-btn-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(15,23,42,.22)}.rm-btn-signin:hover{background:var(--paper-2)!important}.rm-btn-cta:focus-visible,.rm-btn-outline:focus-visible,.rm-btn-signin:focus-visible,.rm-btn-solid:focus-visible{outline:3px solid var(--focus);outline-offset:3px;box-shadow:0 0 0 6px rgba(37,99,235,.15)}.billing-cancel-btn{background:transparent;color:var(--red);border:1px solid color-mix(in srgb,var(--red) 40%,transparent)}.billing-cancel-btn:hover:not(:disabled){background:color-mix(in srgb,var(--red) 8%,transparent);border-color:var(--red);color:var(--red);box-shadow:0 4px 12px color-mix(in srgb,var(--red) 18%,transparent);transform:translateY(-1px)}.billing-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.billing-modal{background:var(--paper);border:1px solid var(--border);border-radius:calc(var(--r) * 1.5);box-shadow:0 24px 48px rgba(0,0,0,.18);padding:1.75rem;width:100%;max-width:440px;animation:billing-modal-in .15s ease}@keyframes billing-modal-in{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:none}}.billing-modal-title{margin:0 0 1rem;font-size:1.05rem;font-weight:700;color:var(--ink)}.billing-modal-body{color:var(--ink);font-size:.88rem;line-height:1.55}.billing-modal-actions{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1.25rem}.billing-modal-cancel-confirm{background:color-mix(in srgb,var(--red) 12%,transparent);color:var(--red);border:1px solid color-mix(in srgb,var(--red) 35%,transparent)}.billing-modal-cancel-confirm:hover:not(:disabled){background:color-mix(in srgb,var(--red) 20%,transparent)}.billing-modal-close{flex:1 1}.billing-retention-skip{background:none;border:none;padding:.25rem 0;color:var(--muted);font-size:.8rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font:inherit;align-self:flex-start}.billing-retention-skip:hover{color:var(--red)}.ai-feedback{display:flex;align-items:center;gap:.375rem;margin-top:.875rem}.ai-feedback span{font-size:.76rem;color:var(--muted);margin-right:.125rem}.ai-fb-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .625rem;border-radius:var(--r);border:1px solid var(--border);background:var(--paper);color:var(--muted);font-size:.78rem;cursor:pointer;transition:background .12s,color .12s,border-color .12s;line-height:1;min-height:30px}.ai-fb-btn:hover:not(:disabled){border-color:var(--border-2);color:var(--ink);background:var(--paper-2)}.ai-fb-btn--active{color:var(--green);border-color:color-mix(in srgb,var(--green) 45%,transparent);background:color-mix(in srgb,var(--green) 8%,transparent)}.ai-fb-btn--down{color:var(--red);border-color:color-mix(in srgb,var(--red) 45%,transparent);background:color-mix(in srgb,var(--red) 8%,transparent)}.ai-usage-bar-wrap{display:flex;align-items:center;gap:.625rem;margin-top:.75rem;padding:.625rem .875rem;background:var(--paper-2);border:1px solid var(--border);border-radius:var(--r)}.ai-usage-bar{flex:1 1;height:5px;background:var(--border);border-radius:99px;overflow:hidden}.ai-usage-bar-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue),#059669);transition:width .3s}.ai-usage-reset{font-size:.72rem;color:var(--muted);white-space:nowrap;flex-shrink:0}.btn-spinner{display:inline-block;width:12px;height:12px;border:1.5px solid;border-top:1.5px solid transparent;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}.ai-output-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ai-regen-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:var(--r);border:1px solid var(--border);background:var(--paper);color:var(--muted);font-size:.78rem;cursor:pointer;min-height:30px;transition:background .12s,color .12s}.ai-regen-btn:hover:not(:disabled){background:var(--paper-2);color:var(--ink)}.ro-copy-inline{display:inline-flex;align-items:center;margin-left:.375rem;padding:.15rem .4rem;border-radius:4px;border:1px solid var(--border);background:var(--paper);color:var(--muted);font-size:.7rem;cursor:pointer;vertical-align:middle;transition:color .12s,background .12s;line-height:1;min-height:22px;white-space:nowrap}.ro-copy-inline:hover{color:var(--ink);background:var(--paper-2)}.ro-copy-inline--done{color:var(--green);border-color:color-mix(in srgb,var(--green) 45%,transparent)}.ro-li-copyable,.ro-p-copyable{display:flex;align-items:baseline;gap:.25rem;flex-wrap:wrap}.hist-header-actions{display:flex;align-items:center;gap:.375rem}.hist-search-wrap{flex-shrink:0;position:relative;display:flex;align-items:center;padding:.625rem 1rem .75rem;border-bottom:1px solid var(--border)}.hist-search{width:100%;padding:.375rem .6rem .375rem 1.9rem;border:1px solid var(--border);border-radius:var(--r);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none' stroke='%23888' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5.5' cy='5.5' r='4.5'/%3E%3Cline x1='9.5' y1='9.5' x2='12' y2='12'/%3E%3C/svg%3E") no-repeat left .55rem center /13px 13px,var(--paper-2);color:var(--ink);font:inherit;font-size:.78rem;min-height:32px;transition:border-color .12s}.hist-search:focus{outline:none;border-color:var(--focus)}.hist-clear-btn{display:inline-flex;align-items:center;padding:.3rem .55rem;border-radius:var(--r);border:1px solid var(--border);background:var(--paper);color:var(--muted);font-size:.72rem;cursor:pointer;white-space:nowrap;min-height:30px;transition:color .12s,background .12s}.hist-clear-btn:hover{color:var(--red);background:color-mix(in srgb,var(--red) 8%,transparent);border-color:color-mix(in srgb,var(--red) 35%,transparent)}.hist-item-wrap{display:flex;align-items:center;gap:4px;padding:2px}.hist-delete-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;border-radius:50%;border:1px solid var(--border);background:var(--paper-2);color:var(--subtle);cursor:pointer;transition:background .12s,color .12s,border-color .12s}.hist-delete-btn:hover{background:color-mix(in srgb,#dc2626 8%,transparent);color:#dc2626}.hist-delete-btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px}[data-theme=dark] .hist-delete-btn{color:rgba(255,255,255,.4)}[data-theme=dark] .hist-delete-btn:hover{color:#f87171;background:rgba(248,113,113,.08)}.activity-range{display:inline-flex;gap:.375rem}.activity-range-btn{padding:.25rem .7rem;border:1px solid var(--border);border-radius:var(--r-full);background:var(--paper);color:var(--subtle);font-size:.78rem;font-weight:500;cursor:pointer;min-height:30px;transition:background .12s,color .12s,border-color .12s}.activity-range-btn:hover{background:var(--paper-2);color:var(--ink);border-color:var(--border-2)}.activity-range-btn:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.activity-range-btn--active{font-weight:600}.activity-range-btn--active,.activity-range-btn--active:hover{background:var(--blue);border-color:var(--blue);color:#fff}.notify-me-btn{margin-top:.5rem;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .8rem;border-radius:var(--r);border:1px dashed var(--border-2);background:transparent;color:var(--muted);font-size:.78rem;cursor:pointer;transition:color .12s,border-color .12s,background .12s}.notify-me-btn:hover:not(:disabled){color:var(--blue);border-color:var(--blue);background:color-mix(in srgb,var(--blue) 6%,transparent)}.alert-threshold-form{max-width:520px}.pricing-trust-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.375rem 1.75rem;padding:.25rem 0 .5rem}.pricing-trust-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted);font-weight:500}.testimonials-section{width:100%}.testimonials-header{text-align:center;margin-bottom:2rem}.testimonials-header h2{font-size:1.5rem;font-weight:800;color:var(--ink);margin:.375rem 0 0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}@media (max-width:860px){.testimonial-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.testimonial-grid{grid-template-columns:1fr}}.testimonial-card{display:flex;flex-direction:column;gap:1rem;padding:1.625rem;background:var(--paper);border:1px solid var(--border);border-top:3px solid #059669;border-radius:var(--r-xl);box-shadow:var(--shadow-sm);margin:0}.testimonial-stars{display:flex;gap:2px}.testimonial-quote{flex:1 1;font-size:.875rem;color:var(--ink-2);line-height:1.75;margin:0;font-style:normal;position:relative;padding-top:1.5rem}.testimonial-quote:before{content:"\201C";position:absolute;top:-.75rem;left:-.125rem;font-size:4rem;line-height:1;color:#059669;opacity:.13;font-family:Georgia,serif;pointer-events:none}.testimonial-footer{display:flex;align-items:center;gap:.75rem;font-style:normal;margin-top:auto}.testimonial-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#059669,#0a6e4a);color:#fff;font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.02em}.testimonial-author{display:flex;flex-direction:column;gap:.1rem}.testimonial-author strong{font-size:.84rem;color:var(--ink);font-weight:700;font-style:normal}.testimonial-author span{font-size:.76rem;color:var(--muted)}.compare-section{width:100%}.compare-header{text-align:center;margin-bottom:2.25rem}.compare-title{font-size:1.5rem;font-weight:800;color:var(--ink);margin:.375rem 0 .5rem}.compare-subtitle{font-size:.88rem;color:var(--muted);margin:0}.compare-table-wrap{border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-md);overflow-x:auto}.compare-table{width:100%;border-collapse:collapse;min-width:560px}.compare-feature-col{width:36%}.compare-plan-col{width:16%;text-align:center;padding:1.125rem .75rem .875rem;font-size:.8rem;font-weight:700;color:var(--ink);border-bottom:1px solid var(--border);background:var(--paper-2);vertical-align:middle}.compare-plan-col--featured{background:linear-gradient(180deg,#d1fae5,#a7f3d0);color:#085c3d;border-top:3px solid #059669;padding-top:calc(1.125rem - 2px)}.compare-table thead th:first-child{background:var(--paper-2);border-bottom:1px solid var(--border);padding:1rem .875rem;text-align:left;vertical-align:middle}.compare-plan-name{display:block;font-size:.9rem;font-weight:700}.compare-popular-pip{display:inline-block;margin-top:.35rem;padding:.15rem .6rem;background:#085c3d;color:#fff;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em}.compare-group-row td{padding:.6rem .875rem;font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);background:var(--paper-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.compare-feature-label{text-align:left;padding:.875rem;font-size:.84rem;color:var(--ink);border-bottom:1px solid var(--border)}.compare-row--last .compare-cell,.compare-row--last .compare-feature-label{border-bottom:none}.compare-cell{text-align:center;padding:.875rem .75rem;font-size:.84rem;color:var(--muted);border-bottom:1px solid var(--border)}.compare-cell--featured{background:rgba(10,110,74,.04)}.compare-check,.compare-dash{display:inline-flex;align-items:center;justify-content:center}.compare-val{font-size:.82rem;font-weight:600;color:var(--ink)}.faq-section{width:100%;max-width:900px;margin-left:auto;margin-right:auto}.faq-header{text-align:center;margin-bottom:2rem}.faq-title{font-size:1.5rem;font-weight:800;color:var(--ink);margin:.375rem 0 0}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.125rem .75rem;margin:0 -.75rem;width:calc(100% + 1.5rem);background:none;border:none;border-radius:0;font:inherit;font-size:.92rem;font-weight:600;color:var(--ink);cursor:pointer;text-align:left;transition:color .15s,background .15s,box-shadow .15s}.faq-btn:hover{background:#d1fae5;color:#085c3d;box-shadow:inset 0 0 0 1px #a7f3d0;border-radius:0}.faq-btn:focus-visible{outline:2px solid var(--focus);outline-offset:0;border-radius:0}.faq-item--open .faq-btn{color:#0a6e4a}.faq-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;color:var(--muted);transition:color .2s,transform .2s}.faq-item--open .faq-icon{color:#0a6e4a}.faq-body{max-height:0;overflow:hidden;transition:max-height .32s ease;font-size:.875rem;color:var(--muted);line-height:1.72}.faq-item--open .faq-body{max-height:600px}.faq-body p{margin:0 0 1.125rem}.ent-section{margin-top:3rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:calc(var(--r) * 2);border:1px solid #a7f3d0;overflow:hidden}.ent-section-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;padding:2.5rem;align-items:start}@media (max-width:640px){.ent-section-inner{grid-template-columns:1fr}}.ent-copy,.ent-copy h2{color:#064e3b}.ent-copy h2{margin:0 0 .875rem;font-size:1.5rem}.ent-copy p{color:#374151;font-size:.88rem;line-height:1.65;margin:0 0 1.25rem}.ent-highlights{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.ent-highlights li{display:flex;align-items:center;gap:.5rem;font-size:.84rem;color:#374151}.ent-highlights li:before{content:"✓";color:#0a6e4a;font-weight:700;flex-shrink:0}.ent-form-wrap{background:#fff;border-radius:var(--r-lg);border:1px solid #a7f3d0;padding:1.75rem}.ent-form-wrap h3{color:#064e3b;margin:0 0 1.25rem;font-size:1rem}.ent-form{display:flex;flex-direction:column;gap:.875rem}.ent-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.875rem;gap:.875rem}@media (max-width:480px){.ent-form-grid{grid-template-columns:1fr}}.ent-form label{display:block;font-size:.78rem;font-weight:600;color:#374151;margin-bottom:.3rem}.ent-form input,.ent-form select,.ent-form textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:var(--r);background:#fff;color:#111827;font:inherit;font-size:.84rem;box-sizing:border-box}.ent-form input::placeholder,.ent-form textarea::placeholder{color:#9ca3af}.ent-form input:focus,.ent-form select:focus,.ent-form textarea:focus{outline:2px solid var(--focus);outline-offset:1px;border-color:transparent}.ent-form select option{color:#111827;background:#fff}.ent-form textarea{resize:vertical;min-height:80px}.ent-form-done{text-align:center;padding:1.5rem;color:#064e3b}.ent-form-done p:first-child{font-size:1.5rem;margin:0 0 .5rem}.ent-form-done p:last-child{font-size:.84rem;margin:0;color:#374151}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:49;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;background:var(--paper);border-radius:calc(var(--r) * 1.5);box-shadow:0 24px 48px rgba(0,0,0,.22);padding:1.75rem;width:calc(100% - 2rem);max-width:480px;max-height:calc(100dvh - 2rem);overflow-y:auto;animation:modal-in .15s ease}@keyframes modal-in{0%{opacity:0;transform:translate(-50%,-52%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.proration-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:49;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1rem}.proration-modal{background:var(--paper);border-radius:calc(var(--r) * 1.5);box-shadow:0 24px 48px rgba(0,0,0,.22);padding:1.75rem;width:100%;max-width:440px;animation:modal-in .15s ease}.proration-modal h2{margin:0 0 .875rem;font-size:1.05rem;font-weight:700;color:var(--ink)}.proration-modal p{font-size:.86rem;color:var(--muted);line-height:1.6;margin:0 0 .75rem}.auth-divider{display:flex;align-items:center;gap:.875rem;margin:1.25rem 0 1rem;color:var(--muted);font-size:.78rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.oauth-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;gap:.625rem}.oauth-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1rem;border:1px solid var(--border);border-radius:var(--r-md);background:var(--paper);color:var(--ink);font-size:.84rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background .12s,border-color .12s;min-height:40px}.oauth-btn:hover{background:var(--paper-2);border-color:var(--border-2)}.oauth-btn:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@keyframes price-flip{0%{opacity:0;transform:translateY(-6px) scale(.94)}to{opacity:1;transform:none}}.pricing-amount--animate{display:inline-block;animation:price-flip .22s cubic-bezier(.22,1,.36,1)}.auth-form-panel span:has(>input[type=checkbox]:focus-visible){outline:2px solid var(--blue);outline-offset:2px;border-radius:5px}.auth-card .auth-footer{margin-top:1.25rem}[data-theme=dark] .oauth-btn{background:var(--paper-2);border-color:var(--border-2);color:var(--ink)}[data-theme=dark] .oauth-btn:hover{background:var(--paper);border-color:var(--ink)}@media (prefers-color-scheme:dark){:not([data-theme]) .oauth-btn{background:var(--paper-2);border-color:var(--border-2);color:var(--ink)}}.billing-modal{max-height:calc(100dvh - 2rem);overflow-y:auto}.pricing-amount{display:inline-block}@keyframes msgSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes srsPulse{0%,to{opacity:1}50%{opacity:.35}}.cmp-btn-attach:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #0a6e4a;border-radius:22px 4px 4px 22px!important}.cmp-ta:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #0a6e4a;border-radius:2px}.cmp-btn-mic:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #0a6e4a;border-radius:4px!important}.cmp-btn-send:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #0a6e4a;border-radius:4px 22px 22px 4px!important}.ptr-indicator{position:fixed;top:max(14px,env(safe-area-inset-top));left:50%;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--paper);box-shadow:0 2px 10px rgba(0,0,0,.14);opacity:0;pointer-events:none;z-index:60}.ptr-spinner{width:20px;height:20px;border-radius:50%;border:2.5px solid var(--border-2);border-top-color:var(--accent);transition:border-color .15s ease}.ptr-spinner.is-ready{border-color:#d1fae5}.ptr-spinner.is-spinning{animation:ptr-spin .7s linear infinite}@keyframes ptr-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.ptr-spinner.is-spinning{animation:none}}