.splash-screen{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;background:#0a0a1a;overflow:hidden;transition:opacity .6s ease}.splash-house-stage{position:relative;width:280px;height:240px}.splash-house-svg{width:100%;height:100%;overflow:visible}.splash-before-group{opacity:0;transition:opacity .5s ease}.splash-before-line{fill:none;stroke:#4a4a5a;stroke-width:2;stroke-linecap:round;stroke-dasharray:var(--len, 200);stroke-dashoffset:var(--len, 200)}.splash-crack{stroke:#3a3a48;stroke-width:1.5;fill:none;stroke-dasharray:var(--len, 50);stroke-dashoffset:var(--len, 50)}.splash-sparkle{position:absolute;border-radius:50%;opacity:0;background:#818cf8;filter:blur(1px)}.splash-shimmer{position:absolute;inset:0;opacity:0;background:linear-gradient(90deg,transparent,rgba(129,140,248,.15),rgba(103,232,249,.1),transparent);transform:translate(-100%)}.splash-after-group,.splash-window-glow,.splash-warm-light{opacity:0}.splash-flash{position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(129,140,248,.35) 0%,rgba(103,232,249,.12) 40%,transparent 70%);opacity:0;filter:blur(35px);pointer-events:none;z-index:4}.splash-wordmark{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:3rem;font-weight:900;letter-spacing:-.03em;opacity:0;transform:translateY(15px);transition:all .6s cubic-bezier(.16,1,.3,1);z-index:5}.splash-renov{color:#818cf8}.splash-hub{background:linear-gradient(135deg,#818cf8,#67e8f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.splash-tagline{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.8rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#67e8f9d9;opacity:0;transform:translateY(8px);transition:all .5s ease .15s;z-index:5}@media(max-width:400px){.splash-house-stage{width:220px;height:190px}.splash-wordmark{font-size:2.2rem}.splash-tagline{font-size:.65rem}}@media(prefers-reduced-motion:reduce){.splash-screen,.splash-before-line,.splash-crack,.splash-sparkle,.splash-shimmer,.splash-after-group,.splash-before-group,.splash-window-glow,.splash-warm-light,.splash-flash,.splash-wordmark,.splash-tagline{animation-duration:.01ms!important;transition-duration:.01ms!important}}.pwa-install-banner{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-toast);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3, .75rem);padding:var(--space-3, .75rem) var(--space-4, 1rem);background:linear-gradient(135deg,var(--primary, #6366f1) 0%,var(--primary-hover, #4f46e5) 100%);color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:pwa-slide-up .4s cubic-bezier(.16,1,.3,1);padding-bottom:calc(var(--space-3, .75rem) + env(safe-area-inset-bottom,0px))}@keyframes pwa-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.pwa-install-content{display:flex;align-items:center;gap:var(--space-3, .75rem);min-width:0}.pwa-install-icon{font-size:1.6rem;flex-shrink:0}.pwa-install-text{display:flex;flex-direction:column;gap:2px;min-width:0}.pwa-install-text strong{font-size:var(--text-sm, .875rem);font-weight:600}.pwa-install-text span{font-size:var(--text-xs, .75rem);opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pwa-install-actions{display:flex;align-items:center;gap:var(--space-2, .5rem);flex-shrink:0}.pwa-install-btn{padding:var(--space-2, .5rem) var(--space-4, 1rem);background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-md, 8px);color:#fff;font-size:var(--text-sm, .875rem);font-weight:600;cursor:pointer;transition:background .15s;min-height:44px}.pwa-install-btn:hover{background:#ffffff4d}.pwa-install-btn:focus-visible{outline:2px solid var(--brand-primary, #818cf8);outline-offset:2px}.pwa-dismiss-btn{background:none;border:none;color:#ffffffb3;font-size:1.1rem;cursor:pointer;padding:var(--space-2, .5rem);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.pwa-dismiss-btn:hover{color:#fff}.pwa-dismiss-btn:focus-visible{outline:2px solid var(--brand-primary, #818cf8);outline-offset:2px}.pwa-offline-banner{position:fixed;top:0;left:0;right:0;z-index:var(--z-overlay);display:flex;align-items:center;justify-content:center;gap:var(--space-2, .5rem);padding:var(--space-2, .5rem) var(--space-3, .75rem);background:var(--warning, #f59e0b);color:#000;font-size:var(--text-xs, .75rem);font-weight:600;text-align:center;animation:pwa-slide-down .3s ease;padding-top:calc(var(--space-2, .5rem) + env(safe-area-inset-top,0px))}@keyframes pwa-slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.pwa-offline-dot{width:8px;height:8px;border-radius:50%;background:#dc2626;animation:pwa-pulse 2s infinite}@keyframes pwa-pulse{0%,to{opacity:1}50%{opacity:.4}}.pwa-online-banner{position:fixed;top:0;left:0;right:0;z-index:var(--z-top, 9999);display:flex;align-items:center;justify-content:center;gap:var(--space-2, .5rem);padding:var(--space-2, .5rem) var(--space-3, .75rem);background:var(--success, #22c55e);color:#fff;font-size:var(--text-xs, .75rem);font-weight:600;text-align:center;animation:pwa-slide-down .3s ease;padding-top:calc(var(--space-2, .5rem) + env(safe-area-inset-top,0px))}.pwa-online-dot{width:8px;height:8px;border-radius:50%;background:#fff}.pwa-update-banner{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-toast);display:flex;align-items:center;justify-content:center;gap:var(--space-3, .75rem);padding:var(--space-3, .75rem) var(--space-4, 1rem);background:#1e293b;color:#e2e8f0;font-size:var(--text-sm, .875rem);animation:pwa-slide-up .4s cubic-bezier(.16,1,.3,1);padding-bottom:calc(var(--space-3, .75rem) + env(safe-area-inset-bottom,0px))}.pwa-update-text{font-weight:500}.pwa-update-btn{padding:var(--space-2, .5rem) var(--space-4, 1rem);background:var(--primary, #6366f1);border:none;border-radius:var(--radius-md, 8px);color:#fff;font-size:var(--text-sm, .875rem);font-weight:600;cursor:pointer;transition:background .15s;min-height:40px}.pwa-update-btn:hover{background:var(--primary-hover, #4f46e5)}.pwa-update-dismiss{background:none;border:none;color:#ffffff80;font-size:1rem;cursor:pointer;padding:var(--space-2, .5rem);min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.pwa-update-dismiss:hover{color:#fff}.pwa-update-dismiss:focus-visible{outline:2px solid var(--brand-primary, #818cf8);outline-offset:2px}@media(max-width:380px){.pwa-install-text span{display:none}}@media(prefers-reduced-motion:reduce){.pwa-install-banner,.pwa-offline-banner,.pwa-online-banner,.pwa-update-banner,.pwa-offline-dot{animation:none}}html,body{background-color:var(--bg-primary, #0f1629);color:var(--text-primary, #ffffff);transition:background-color .35s ease,color .35s ease}.app-container{min-height:100vh;min-height:100dvh;position:relative;overflow-x:hidden}@media(max-width:767.98px){.app-container{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}}.page-enter{animation:pageEnter .35s cubic-bezier(.22,1,.36,1)}@keyframes pageEnter{0%{opacity:0;transform:translateY(12px) scale(.99);filter:blur(2px)}50%{filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.page-enter{animation:none!important}}.login-container{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:var(--space-4);background:var(--surface-0);color:var(--text-primary)}.login-container h2{font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-2)}.login-container p{font-size:var(--text-sm);color:var(--text-secondary)}.spinner{width:40px;height:40px;border:3px solid var(--border-default);border-top-color:var(--brand-primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}*:focus-visible{outline:2px solid #6366f1;outline-offset:3px;border-radius:4px}.bottom-nav-item:focus-visible{outline:2px solid #818cf8;outline-offset:2px;border-radius:8px}@media(max-width:768px){body{font-size:var(--text-md)}.workplan-container,.project-details-container,.dashboard-container{padding:var(--space-4)!important}}:root{--keyboard-height: 0px;--status-bar-height: env(safe-area-inset-top, 0px);--bottom-safe: env(safe-area-inset-bottom, 0px);--left-safe: env(safe-area-inset-left, 0px);--right-safe: env(safe-area-inset-right, 0px)}.native-app body{padding-top:var(--status-bar-height);padding-bottom:var(--bottom-safe);padding-left:var(--left-safe);padding-right:var(--right-safe)}@media(pointer:coarse){body{overscroll-behavior-y:contain;-webkit-user-select:none;user-select:none}}p,span,h1,h2,h3,h4,h5,h6,li,td,th,input,textarea,pre,code,blockquote,article{-webkit-user-select:text;user-select:text}body.keyboard-open .scroll-to-top,body.keyboard-open .bottom-nav{display:none}body.keyboard-open .app-container{padding-bottom:var(--keyboard-height);transition:padding-bottom .2s ease}.bottom-nav{padding-bottom:var(--bottom-safe)}@supports (-webkit-touch-callout: none){input,select,textarea{font-size:16px!important}}@media(pointer:coarse){button,a,[role=button],[role=tab],select,input[type=checkbox],input[type=radio],.bottom-nav-item,.cf-action-btn,.cn-item,.qc-card-compare,.qc-card-delete{min-height:44px;min-width:44px}.qc-line-remove,.qc-card-delete{padding:8px 12px}}*{-webkit-tap-highlight-color:transparent}.community-container,.cn-panel-body,.cf-comments-body,.qc-detail-table-wrap,.workplan-steps{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.native-app .community-modal-overlay,.native-app .helpModalOverlay,.native-app [role=dialog]{padding-top:var(--status-bar-height);padding-bottom:var(--bottom-safe)}@supports (-webkit-touch-callout: none){.community-modal-overlay,.helpModalOverlay,[role=dialog]>div{position:fixed;inset:0;overflow:hidden}.helpModalBody,.community-modal-body{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media(pointer:coarse){button:active,a:active,[role=button]:active,.community-btn:active,.cf-action-btn:active,.bottom-nav-item:active,.qc-btn-primary:active,.qc-btn-secondary:active,.qc-upload-btn:active{opacity:.8;transform:scale(.97);transition:all .08s ease}}@media(hover:none)and (pointer:coarse){button:hover,a:hover,.qc-card:hover,.qc-upload-zone:hover{filter:none;transform:none}}.page-enter{animation:pageEnter .25s var(--ease-out, cubic-bezier(.16, 1, .3, 1))}@keyframes pageEnter{0%{opacity:.85;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){html{scrollbar-gutter:stable}}img{content-visibility:auto}@media(max-height:500px)and (orientation:landscape){.bottom-nav{height:48px;padding-bottom:0}.bottom-nav-label{display:none}.onb-slide{padding:var(--space-3, 12px)}}@media(prefers-reduced-motion:reduce){.page-enter{animation:none}button:active{transform:none!important}}.dlpage{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--surface-0, #090d1a);font-family:var(--font-sans, "Inter", system-ui, sans-serif);padding:24px 16px}.dlpage-card{background:var(--surface-1, #111827);border:1px solid var(--border-subtle, rgba(255,255,255,.08));border-radius:20px;padding:40px 32px 36px;max-width:420px;width:100%;text-align:center;box-shadow:0 24px 64px #0006}.dlpage-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px}.dlpage-logo img{width:44px;height:44px;border-radius:10px}.dlpage-logo span{font-size:1.25rem;font-weight:700;color:var(--text-primary, #f0f2f5);letter-spacing:-.02em}.dlpage-emoji{font-size:3rem;margin-bottom:12px;line-height:1}.dlpage-title{font-size:1.5rem;font-weight:700;color:var(--text-primary, #f0f2f5);margin:0 0 12px;letter-spacing:-.02em;line-height:1.25}.dlpage-sub{font-size:.9375rem;color:var(--text-secondary, #94a3b8);line-height:1.6;margin:0 0 32px}.dlpage-stores{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.dlpage-store-btn{display:flex;align-items:center;gap:14px;padding:14px 20px;background:var(--surface-2, #1e293b);border:1px solid var(--border-default, rgba(255,255,255,.12));border-radius:14px;color:var(--text-primary, #f0f2f5);text-decoration:none;transition:background .18s,border-color .18s,transform .12s;cursor:pointer}.dlpage-store-btn:hover{background:var(--surface-3, #273449);border-color:var(--brand-primary, #818cf8);transform:translateY(-1px)}.dlpage-store-btn:active{transform:translateY(0)}.dlpage-store-icon{width:28px;height:28px;flex-shrink:0;color:var(--text-secondary, #94a3b8)}.dlpage-store-text{display:flex;flex-direction:column;text-align:left}.dlpage-store-sub{font-size:.7rem;color:var(--text-muted, #64748b);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.dlpage-store-name{font-size:1rem;font-weight:700;letter-spacing:-.01em}.dlpage-admin-link{background:none;border:none;padding:0;font-size:.8125rem;color:var(--text-muted, #64748b);cursor:pointer;transition:color .18s}.dlpage-admin-link:hover{color:var(--brand-primary, #818cf8)}@media(min-width:480px){.dlpage-stores{flex-direction:row}.dlpage-store-btn{flex:1;justify-content:center}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--surface-2, #0f1419);border-top:1px solid var(--border-default, rgba(255, 255, 255, .1));box-shadow:0 -4px 24px #0000004d;z-index:var(--z-cookie-banner, 9999);padding:var(--space-4, 16px);animation:cookieBannerSlideUp .3s cubic-bezier(.22,1,.36,1)}@media(max-width:767.98px){.cookie-banner{bottom:calc(64px + env(safe-area-inset-bottom,0px))}}@keyframes cookieBannerSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner__content{max-width:1200px;margin:0 auto;display:flex;gap:var(--space-4, 16px);align-items:flex-start;justify-content:space-between;flex-wrap:wrap}@media(max-width:768px){.cookie-banner__content{flex-direction:column;gap:var(--space-3, 12px)}}.cookie-banner__text{flex:1;min-width:200px}.cookie-banner__message{margin:0 0 var(--space-2, 8px) 0;color:var(--text-primary, rgba(255, 255, 255, .95));font-size:var(--text-sm, 14px);line-height:var(--leading-normal, 1.5);font-weight:500}.cookie-banner__link{color:var(--brand-primary, #4f46e5);font-size:var(--text-xs, 12px);text-decoration:none;transition:color var(--duration-normal, .2s) ease}.cookie-banner__link:hover{color:var(--brand-secondary, #6366f1);text-decoration:underline}.cookie-banner__actions{display:flex;gap:var(--space-2, 8px);flex-wrap:wrap}@media(max-width:768px){.cookie-banner__actions{width:100%}}.cookie-banner__btn{padding:var(--space-2, 8px) var(--space-3, 12px);border:none;border-radius:var(--radius-md, 8px);font-size:var(--text-sm, 14px);font-weight:600;cursor:pointer;transition:all var(--duration-normal, .2s) ease;white-space:nowrap;flex-shrink:0;min-height:44px}@media(max-width:767.98px){.cookie-banner__btn{flex:1 1 100%;white-space:normal}}.cookie-banner__btn--primary{background:var(--brand-primary, #4f46e5);color:#fff}.cookie-banner__btn--primary:hover{background:var(--brand-secondary, #6366f1);transform:translateY(-2px)}.cookie-banner__btn--primary:active{transform:translateY(0)}.cookie-banner__btn--secondary{background:transparent;color:var(--text-primary, rgba(255, 255, 255, .95));border:1px solid var(--border-default, rgba(255, 255, 255, .1))}.cookie-banner__btn--secondary:hover{background:#ffffff0d;border-color:#fff3}.cookie-banner__btn--secondary:active{background:#ffffff14}.cookie-banner__btn--tertiary{background:transparent;color:var(--brand-primary, #4f46e5);border:1px solid var(--brand-primary, #4f46e5)}.cookie-banner__btn--tertiary:hover{background:#4f46e514}.cookie-banner__btn--tertiary:active{background:#4f46e51f}.cookie-banner__toggles{display:flex;flex-direction:column;gap:var(--space-3, 12px);width:100%;max-width:400px;margin:var(--space-3, 12px) 0}.cookie-toggle{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3, 12px);background:var(--surface-1, #0e1425);border:1px solid var(--border-default, rgba(255, 255, 255, .1));border-radius:var(--radius-md, 8px);cursor:pointer;transition:all var(--duration-normal, .2s) ease}.cookie-toggle:hover{background:var(--surface-2, #131a2e);border-color:var(--border-strong, rgba(255, 255, 255, .2))}.cookie-toggle__content{display:flex;flex-direction:column;gap:var(--space-1, 4px);flex:1}.cookie-toggle__label{font-weight:600;color:var(--text-primary, #f0f2f5);font-size:var(--text-sm, 14px)}.cookie-toggle__desc{font-size:var(--text-xs, 12px);color:var(--text-secondary, #a0a8c0)}.cookie-toggle__input{position:absolute;opacity:0;width:0;height:0}.cookie-toggle__switch{position:relative;display:inline-flex;align-items:center;width:44px;height:24px;background:#ffffff1a;border-radius:var(--radius-full, 9999px);margin-left:var(--space-2, 8px);flex-shrink:0;transition:background var(--duration-normal, .2s) ease}.cookie-toggle__switch:after{content:"";position:absolute;left:2px;width:20px;height:20px;background:#fff;border-radius:var(--radius-full, 9999px);transition:left var(--duration-normal, .2s) ease}.cookie-toggle__input:checked+.cookie-toggle__switch{background:var(--brand-primary, #4f46e5)}.cookie-toggle__input:checked+.cookie-toggle__switch:after{left:22px}.cookie-toggle__input:disabled+.cookie-toggle__switch{background:#ffffff1a;cursor:not-allowed}.cookie-toggle__input:disabled+.cookie-toggle__switch:after{background:#ffffff80}@media(prefers-color-scheme:light){.cookie-banner{background:var(--surface-light, #ffffff);border-top-color:#0000001a;box-shadow:0 -4px 24px #0000001a}.cookie-banner__message{color:var(--text-primary, #1e293b)}.cookie-banner__link{color:var(--brand-primary, #4f46e5)}.cookie-banner__btn--secondary{color:var(--text-primary, #1e293b);border-color:#0000001a}.cookie-banner__btn--secondary:hover{background:#0000000d;border-color:#00000026}.cookie-banner__btn--secondary:active{background:#00000014}}[data-theme=light] .cookie-banner{background:var(--surface-light, #ffffff);border-top-color:#0000001a;box-shadow:0 -4px 24px #0000001a}[data-theme=light] .cookie-banner__message{color:var(--text-primary, #1e293b)}[data-theme=light] .cookie-banner__link{color:var(--brand-primary, #4f46e5)}[data-theme=light] .cookie-banner__btn--secondary{color:var(--text-primary, #1e293b);border-color:#0000001a}[data-theme=light] .cookie-banner__btn--secondary:hover{background:#0000000d;border-color:#00000026}[data-theme=light] .cookie-banner__btn--secondary:active{background:#00000014}@media(prefers-reduced-motion:reduce){.cookie-banner{animation:none}.cookie-banner__btn{transition:none}}.generation-banner{position:fixed;top:0;left:0;right:0;width:100%;z-index:9998;padding:12px 16px;font-size:14px;font-weight:500;text-align:center;transition:opacity .3s ease-out,transform .3s ease-out;transform:translateY(0);opacity:1}.generation-banner--active{background-color:#4f46e5f2;color:#fff;box-shadow:0 2px 8px #00000026}.generation-banner--ready{background-color:#10b981f2;color:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer}.generation-banner--ready:hover{background-color:#10b981}.generation-banner-content{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.generation-banner-progress{position:absolute;bottom:0;left:0;height:3px;background-color:#fff6;transition:width .5s ease-out;width:0%}.generation-banner--active .generation-banner-progress{background-color:#fff9}@media(prefers-reduced-motion:reduce){.generation-banner,.generation-banner-progress{transition:none}}@media(max-width:640px){.generation-banner{padding:10px 12px;font-size:13px}.generation-banner-content{gap:6px}}:root{--bg-primary: var(--jean-bg-primary, #f8f9fa);--bg-secondary: var(--jean-bg-secondary, #ffffff);--bg-tertiary: var(--jean-bg-tertiary, #f1f3f5);--bg-card: var(--jean-card-bg, #ffffff);--bg-input: var(--jean-input-bg, #ffffff);--text-primary: var(--jean-text-primary, #111827);--text-secondary: var(--jean-text-secondary, #374151);--text-muted: var(--jean-text-tertiary, #6b7280);--color-brand: var(--jean-accent, #4f46e5);--color-success: var(--jean-success, #059669);--color-warning: var(--jean-warning, #d97706);--color-error: var(--jean-danger, #dc2626);--border-default: var(--jean-border, rgba(0, 0, 0, .1))}[data-theme]{--bg-primary: var(--jean-bg-primary);--bg-secondary: var(--jean-bg-secondary);--bg-tertiary: var(--jean-bg-tertiary);--bg-card: var(--jean-card-bg);--bg-input: var(--jean-input-bg);--text-primary: var(--jean-text-primary);--text-secondary: var(--jean-text-secondary);--text-muted: var(--jean-text-tertiary);--color-brand: var(--jean-accent);--color-success: var(--jean-success);--color-warning: var(--jean-warning);--color-error: var(--jean-danger);--border-default: var(--jean-border)}:root,[data-theme=light]{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-tertiary: #f1f3f5;--bg-card: #ffffff;--bg-input: #ffffff;--bg-overlay: rgba(0, 0, 0, .5);--text-primary: #111827;--text-secondary: #374151;--text-muted: #6b7280;--text-disabled: #9ca3af;--text-inverse: #ffffff;--color-brand: #4f46e5;--color-brand-hover: #4338ca;--color-brand-light: #eef2ff;--color-brand-text: #4f46e5;--color-success: #059669;--color-success-bg: #d1fae5;--color-warning: #d97706;--color-warning-bg: #fef3c7;--color-error: #dc2626;--color-error-bg: #fee2e2;--color-info: #2563eb;--color-info-bg: #dbeafe;--border-default: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .2);--border-brand: rgba(79, 70, 229, .4);--shadow-sm: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.05);--nav-bg: #ffffff;--nav-border: rgba(0,0,0,.08);--nav-item-active: #4f46e5;--nav-item-inactive: #6b7280;--xp-color: #f59e0b;--badge-bg: #fef3c7;--scrollbar-thumb: rgba(0,0,0,.2);--scrollbar-track: rgba(0,0,0,.05)}[data-theme=dark]{--bg-primary: #0f1629;--bg-secondary: #1a2340;--bg-tertiary: #252d45;--bg-card: #1a2340;--bg-input: #252d45;--bg-overlay: rgba(0, 0, 0, .7);--text-primary: #ffffff;--text-secondary: #d1d5db;--text-muted: #9ca3af;--text-disabled: #6b7280;--text-inverse: #111827;--color-brand: #818cf8;--color-brand-hover: #6366f1;--color-brand-light: rgba(129, 140, 248, .15);--color-brand-text: #818cf8;--color-success: #34d399;--color-success-bg: rgba(52, 211, 153, .15);--color-warning: #fbbf24;--color-warning-bg: rgba(251, 191, 36, .15);--color-error: #f87171;--color-error-bg: rgba(248, 113, 113, .15);--color-info: #60a5fa;--color-info-bg: rgba(96, 165, 250, .15);--border-default: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--border-brand: rgba(129, 140, 248, .3);--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 6px rgba(0,0,0,.4);--shadow-lg: 0 10px 15px rgba(0,0,0,.5);--nav-bg: #0f1629;--nav-border: rgba(255,255,255,.08);--nav-item-active: #818cf8;--nav-item-inactive: #9ca3af;--xp-color: #fbbf24;--badge-bg: rgba(251, 191, 36, .15);--scrollbar-thumb: rgba(255,255,255,.15);--scrollbar-track: rgba(255,255,255,.05)}@media(prefers-color-scheme:light){[data-theme=auto],:root:not([data-theme]){--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-tertiary: #f1f3f5;--bg-card: #ffffff;--bg-input: #ffffff;--bg-overlay: rgba(0, 0, 0, .5);--text-primary: #111827;--text-secondary: #374151;--text-muted: #6b7280;--text-disabled: #9ca3af;--text-inverse: #ffffff;--color-brand: #4f46e5;--color-brand-hover: #4338ca;--color-brand-light: #eef2ff;--color-brand-text: #4f46e5;--color-success: #059669;--color-success-bg: #d1fae5;--color-warning: #d97706;--color-warning-bg: #fef3c7;--color-error: #dc2626;--color-error-bg: #fee2e2;--color-info: #2563eb;--color-info-bg: #dbeafe;--border-default: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .2);--border-brand: rgba(79, 70, 229, .4);--shadow-sm: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.05);--nav-bg: #ffffff;--nav-border: rgba(0,0,0,.08);--nav-item-active: #4f46e5;--nav-item-inactive: #6b7280;--xp-color: #f59e0b;--badge-bg: #fef3c7;--scrollbar-thumb: rgba(0,0,0,.2);--scrollbar-track: rgba(0,0,0,.05)}}@media(prefers-color-scheme:dark){[data-theme=auto],:root:not([data-theme]){--bg-primary: #0f1629;--bg-secondary: #1a2340;--bg-tertiary: #252d45;--bg-card: #1a2340;--bg-input: #252d45;--bg-overlay: rgba(0, 0, 0, .7);--text-primary: #ffffff;--text-secondary: #d1d5db;--text-muted: #9ca3af;--text-disabled: #6b7280;--text-inverse: #111827;--color-brand: #818cf8;--color-brand-hover: #6366f1;--color-brand-light: rgba(129, 140, 248, .15);--color-brand-text: #818cf8;--color-success: #34d399;--color-success-bg: rgba(52, 211, 153, .15);--color-warning: #fbbf24;--color-warning-bg: rgba(251, 191, 36, .15);--color-error: #f87171;--color-error-bg: rgba(248, 113, 113, .15);--color-info: #60a5fa;--color-info-bg: rgba(96, 165, 250, .15);--border-default: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--border-brand: rgba(129, 140, 248, .3);--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 6px rgba(0,0,0,.4);--shadow-lg: 0 10px 15px rgba(0,0,0,.5);--nav-bg: #0f1629;--nav-border: rgba(255,255,255,.08);--nav-item-active: #818cf8;--nav-item-inactive: #9ca3af;--xp-color: #fbbf24;--badge-bg: rgba(251, 191, 36, .15);--scrollbar-thumb: rgba(255,255,255,.15);--scrollbar-track: rgba(255,255,255,.05)}}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--text-xs: 11px;--text-sm: 13px;--text-base: 15px;--text-lg: 17px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--duration-fast: .1s;--duration-normal: .2s;--duration-slow: .35s;--ease-out: cubic-bezier(.4, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1)}:root{--surface-0: #090d1a;--surface-1: #0e1425;--surface-2: #131a2e;--surface-3: #182038;--surface-4: #1e2844;--border-subtle: rgba(255, 255, 255, .04);--border-default: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .12);--border-focus: rgba(129, 140, 248, .5);--text-primary: #f0f2f5;--text-secondary: #a0a8c0;--text-tertiary: #8890a8;--text-inverse: #090d1a;--brand-primary: #818cf8;--brand-secondary: #67e8f9;--brand-gradient: linear-gradient(135deg, #818cf8 0%, #67e8f9 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(129, 140, 248, .15) 0%, rgba(103, 232, 249, .08) 100%);--brand-glow: 0 0 20px rgba(129, 140, 248, .15);--brand-accent: #8b5cf6;--color-emerald: #10b981;--color-amber: #f59e0b;--color-gold: #fbbf24;--color-brand-orange: #ff6b35;--brand-primary-light: #a5b4fc;--success: #66bb6a;--success-soft: rgba(102, 187, 106, .12);--success-border: rgba(102, 187, 106, .3);--warning: #ff9e5e;--warning-soft: rgba(255, 158, 94, .1);--warning-border: rgba(255, 158, 94, .25);--danger: #ef5350;--danger-soft: rgba(198, 40, 40, .08);--danger-border: rgba(198, 40, 40, .25);--info: #60a5fa;--info-soft: rgba(96, 165, 250, .1);--info-border: rgba(96, 165, 250, .25);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--space-9: 48px;--space-10: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .15);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .12);--shadow-md: 0 4px 16px rgba(0, 0, 0, .16);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .2);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .25);--shadow-glow: 0 0 24px rgba(129, 140, 248, .12);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", monospace;--text-xs: 11px;--text-sm: 13px;--text-base: 14px;--text-md: 15px;--text-lg: 17px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 36px;--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.65;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--duration-enter: .35s;--duration-exit: .2s;--z-base: 0;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-nav: 900;--z-modal-backdrop: 1000;--z-modal: 1100;--z-notification: 6000;--z-toast: 8000;--z-overlay: 9000;--z-top: 9999;--z-camera: 10000;--icon-xs: 14px;--icon-sm: 16px;--icon-md: 20px;--icon-lg: 24px;--icon-xl: 32px;--btn-sm: 36px;--btn-md: 44px;--btn-lg: 56px;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--touch-target-min: 44px;--bottom-nav-height: 64px;--medal-gold: #FFD700;--medal-silver: #C0C0C0;--medal-bronze: #CD7F32;--streak-color: #ff6400;--particle-accent: #f472b6}[data-theme=light]{--surface-0: #f8f9fc;--surface-1: #ffffff;--surface-2: #f1f4f9;--surface-3: #e8ecf4;--surface-4: #dde3ef;--border-subtle: rgba(0, 0, 0, .04);--border-default: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .14);--border-focus: rgba(99, 102, 241, .5);--text-primary: #111827;--text-secondary: #4b5563;--text-tertiary: #6b7280;--text-inverse: #f0f2f5;--color-emerald: #059669;--color-amber: #d97706;--color-gold: #f59e0b;--color-brand-orange: #ea580c;--brand-primary-light: #818cf8;--brand-primary: #6366f1;--brand-secondary: #0ea5e9;--brand-gradient: linear-gradient(135deg, #6366f1 0%, #0ea5e9 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(99, 102, 241, .08) 0%, rgba(14, 165, 233, .05) 100%);--brand-glow: 0 0 20px rgba(99, 102, 241, .12);--brand-accent: #7c3aed;--success: #15803d;--success-soft: rgba(21, 128, 61, .1);--success-border: rgba(21, 128, 61, .25);--warning: #c2410c;--warning-soft: rgba(194, 65, 12, .1);--warning-border: rgba(194, 65, 12, .25);--danger: #dc2626;--danger-soft: rgba(220, 38, 38, .08);--danger-border: rgba(220, 38, 38, .25);--info: #2563eb;--info-soft: rgba(37, 99, 235, .1);--info-border: rgba(37, 99, 235, .25);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .06);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .15);--shadow-glow: 0 0 24px rgba(99, 102, 241, .1);--streak-color: #b45309;--particle-accent: #db2777}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}[data-paused=true] *,[data-paused=true]:before,[data-paused=true]:after{animation-play-state:paused!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}button:focus-visible{outline-offset:3px}[role=button]:focus-visible,.interactive-card:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:var(--radius-md)}::selection{background:#818cf84d;color:var(--text-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#ffffff24}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}button,a,[role=button],input,select,textarea{min-height:44px;min-width:44px}a:not([class]){min-height:unset;min-width:unset}.back-button{background:transparent;border:none;color:var(--text-primary);font-size:var(--text-xl);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-md);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;transition:background var(--duration-normal) var(--ease-out)}.back-button:hover{background:var(--surface-2)}.back-button:active{transform:scale(.95)}@keyframes xp-pop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes claim-success{0%{background-color:var(--brand-primary)}50%{background-color:var(--success)}to{background-color:var(--brand-primary)}}.anim-xp-pop{animation:xp-pop .4s cubic-bezier(.34,1.56,.64,1)}.anim-claim-success{animation:claim-success .6s ease}.icon-inline{display:inline-block;margin-right:4px;vertical-align:text-bottom}.icon-inline-md{display:inline-block;margin-right:8px;vertical-align:middle}.clickable{cursor:pointer}:root{--color-difficulty-easy: #10b981;--color-difficulty-medium: #f59e0b;--color-difficulty-hard: #ef4444;--color-status-done: #10b981;--color-status-in-progress: #3b82f6;--color-status-pending: #94a3b8;--color-status-critical: #ef4444;--color-primary: #f97316;--color-primary-light: #fed7aa;--color-surface: #ffffff;--color-surface-secondary: #f8fafc;--color-border: #e2e8f0;--color-text-primary: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease;--color-overlay: rgba(0, 0, 0, .5)}@media(prefers-color-scheme:dark){:root{--color-surface: #1e293b;--color-surface-secondary: #0f172a;--color-border: #334155;--color-text-primary: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-muted: #64748b}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{color-scheme:light dark}@media(prefers-color-scheme:light){html:not([data-theme]){color-scheme:light}}@media(prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark}}html,body{margin:0;padding:0;font-family:var(--font-sans);background:var(--surface-0);color:var(--text-primary);line-height:var(--leading-normal);font-weight:400;min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;text-rendering:optimizeLegibility}body{display:flex;flex-direction:column;min-width:320px}#root{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{line-height:var(--leading-tight);font-weight:700;color:var(--text-primary)}p{line-height:var(--leading-relaxed)}a{color:var(--brand-primary);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--brand-secondary)}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none;transition:all var(--duration-normal) var(--ease-out)}input,textarea,select{font-family:var(--font-sans);font-size:16px}.ai-disclaimer{display:flex;align-items:flex-start;gap:8px;padding:10px 16px;background:#f59e0b14;border-left:3px solid rgba(245,158,11,.6);color:var(--text-secondary, #94a3b8);font-size:.75rem;line-height:1.5;margin:0}.ai-disclaimer svg{color:#f59e0bcc;flex-shrink:0}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid var(--brand-primary, #818cf8);outline-offset:2px;border-radius:4px}@media(pointer:coarse){button,[role=button],a,input[type=checkbox],input[type=radio],select,.btn,.bottom-nav-item,.task-head,.task-state-dot,.acc-header{min-height:44px;min-width:44px}.btn.sm,.btn.ghost.sm{padding:10px 12px}}.pricing-page{min-height:100vh;background:var(--bg-primary, #0f172a);color:var(--text-primary, #f1f5f9);padding-bottom:4rem}.pricing-header{background:linear-gradient(135deg,#1e293b,#0f172a);padding:1.5rem 1rem 2rem;border-bottom:1px solid var(--border-color, #1e293b)}.pricing-back-btn{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:var(--text-secondary, #94a3b8)}.pricing-hero{text-align:center}.pricing-title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.pricing-subtitle{color:var(--text-secondary, #94a3b8);max-width:480px;margin:0 auto 1.5rem}.billing-toggle{display:inline-flex;background:var(--bg-secondary, #1e293b);border-radius:2rem;padding:4px;gap:4px}.billing-btn{padding:.4rem 1.2rem;border-radius:2rem;border:none;background:transparent;color:var(--text-secondary, #94a3b8);cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.4rem;transition:background .2s,color .2s}.billing-btn--active{background:var(--brand-primary, #818cf8);color:#fff}.billing-badge{background:#22c55e;color:#fff;border-radius:1rem;font-size:.7rem;font-weight:700;padding:2px 6px}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1100px;margin:2.5rem auto 0;padding:0 1rem}.pricing-card{background:var(--bg-secondary, #1e293b);border:1px solid var(--border-color, #334155);border-radius:1.25rem;padding:2rem 1.5rem;position:relative;display:flex;flex-direction:column;gap:.75rem;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0006}.pricing-card--featured{border-color:var(--brand-primary, #818cf8);box-shadow:0 0 0 1px var(--brand-primary, #818cf8),0 8px 32px #818cf833}.pricing-card-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--brand-primary, #818cf8);color:#fff;font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:2rem;text-transform:uppercase;letter-spacing:.05em}.pricing-card-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:var(--bg-primary, #0f172a);color:var(--brand-primary, #818cf8)}.pricing-card--premium .pricing-card-icon{color:#818cf8}.pricing-card--pro .pricing-card-icon{color:#f59e0b}.pricing-card-name{font-size:1.2rem;font-weight:700;margin:0}.pricing-card-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.pricing-amount{font-size:2rem;font-weight:800;color:var(--text-primary, #f1f5f9)}.pricing-amount-old{font-size:1.1rem;color:var(--text-secondary, #94a3b8);text-decoration:line-through}.pricing-period{font-size:.85rem;color:var(--text-secondary, #94a3b8)}.pricing-annual-note{font-size:.8rem;color:var(--text-secondary, #94a3b8);margin:-.25rem 0 0}.pricing-card-tagline{font-size:.85rem;color:var(--text-secondary, #94a3b8);margin:0}.pricing-savings-badge{display:inline-block;font-size:.8rem;font-weight:600;color:#16a34a;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);border-radius:20px;padding:4px 12px;margin:4px 0 0}.pricing-annual-savings{font-size:.75rem;font-weight:600;color:#f59e0b;margin:2px 0 0}.pricing-cta{width:100%;justify-content:center;padding:.75rem;border-radius:.75rem;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem;margin-top:.5rem;border:none;cursor:pointer;transition:opacity .2s,transform .15s}.pricing-cta:hover:not(:disabled){transform:scale(1.02)}.pricing-cta:disabled{opacity:.6;cursor:not-allowed}.pricing-cta--free{background:var(--bg-primary, #0f172a);color:var(--text-secondary, #94a3b8);border:1px solid var(--border-color, #334155)}.pricing-cta--premium{background:var(--brand-primary, #818cf8);color:#fff}.pricing-cta--current{background:#22c55e;color:#fff}.pricing-cta--pro{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}.pricing-card-features{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.pricing-card-feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--text-secondary, #94a3b8)}.pricing-card-feature--highlight{color:var(--text-primary, #f1f5f9);font-weight:500}.pricing-icon--yes{color:#22c55e;flex-shrink:0;margin-top:2px}.pricing-icon--no{color:var(--text-secondary, #64748b);flex-shrink:0;margin-top:2px}.pricing-error{max-width:600px;margin:1.5rem auto;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;padding:1rem 1.5rem;color:#fca5a5;text-align:center}.pricing-credit-note{max-width:800px;margin:1.5rem auto 0;padding:1rem 1.5rem;background:#818cf80f;border:1px solid rgba(129,140,248,.18);border-radius:.75rem;font-size:.85rem;color:var(--text-secondary, #a0a8c0);line-height:1.6}.pricing-credit-note strong{color:var(--text-primary, #f0f2f5)}.pricing-table-section{max-width:1100px;margin:3rem auto 0;padding:0 1rem}.pricing-table-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.pricing-table-wrapper{overflow-x:auto}.pricing-table{width:100%;border-collapse:collapse;font-size:.875rem}.pricing-table th,.pricing-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border-color, #1e293b);text-align:center;vertical-align:middle}.pricing-table th{color:var(--text-secondary, #94a3b8);font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;white-space:nowrap;display:table-cell}.pricing-table th svg{display:inline;margin-right:4px;vertical-align:middle}.pricing-table-feature-col,.pricing-table-feature-label{text-align:left;color:var(--text-primary, #f1f5f9)}.pricing-table-col--featured{background:#818cf80f}.pricing-table-row--highlight td{background:#818cf80a}.pricing-table-cell{text-align:center}.pricing-cell-text{font-size:.8rem;color:var(--text-secondary, #94a3b8);white-space:nowrap}.pricing-faq{max-width:800px;margin:3rem auto 0;padding:0 1rem}.pricing-faq-title{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.pricing-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1rem}.pricing-faq-item{background:var(--bg-secondary, #1e293b);border:1px solid var(--border-color, #334155);border-radius:.75rem;padding:1rem 1.25rem}.pricing-faq-item summary{cursor:pointer;font-weight:600;font-size:.9rem;-webkit-user-select:none;user-select:none;list-style:none}.pricing-faq-item summary::-webkit-details-marker{display:none}.pricing-faq-item[open] summary{margin-bottom:.75rem;color:var(--brand-primary, #818cf8)}.pricing-faq-item p{font-size:.85rem;color:var(--text-secondary, #94a3b8);margin:0;line-height:1.6}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.hof-page{min-height:100vh;background:var(--bg-primary, #0f172a);color:var(--text-primary, #f1f5f9);padding-bottom:4rem}.hof-header{background:linear-gradient(135deg,#1e293b,#0f172a);padding:1.5rem 1rem 2rem;border-bottom:1px solid var(--border-color, #1e293b);text-align:center}.hof-back-btn{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:var(--text-secondary, #94a3b8)}.hof-hero{display:flex;flex-direction:column;align-items:center;gap:.5rem}.hof-hero-icon{color:#f59e0b}.hof-title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin:0}.hof-subtitle{color:var(--text-secondary, #94a3b8);max-width:480px;margin:0 auto;font-size:.9rem}.hof-loading{text-align:center;padding:4rem 1rem;color:var(--text-secondary, #94a3b8);display:flex;flex-direction:column;align-items:center;gap:1rem}.hof-error{max-width:600px;margin:2rem auto;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;padding:1rem 1.5rem;color:#fca5a5;text-align:center}.hof-podium{display:flex;align-items:flex-end;justify-content:center;gap:1rem;padding:3rem 1rem 0;max-width:600px;margin:0 auto}.hof-podium-slot{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1}.hof-podium-avatar{position:relative;width:56px;height:56px}.hof-podium-avatar--large{width:72px;height:72px}.hof-podium-medal{position:absolute;bottom:-6px;right:-6px;font-size:1.1rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.hof-podium-crown{font-size:1.8rem;line-height:1;margin-bottom:.25rem;animation:bob 2s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hof-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.hof-avatar-placeholder{width:100%;height:100%;border-radius:50%;background:var(--brand-primary, #818cf8);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff}.hof-podium-name{font-size:.85rem;font-weight:600;text-align:center;margin:0}.hof-podium-name--champion{font-size:1rem;color:#f59e0b}.hof-podium-xp{font-size:.8rem;color:var(--text-secondary, #94a3b8);margin:0}.hof-podium-xp--champion{color:#f59e0b;font-weight:700}.hof-podium-base{width:100%;text-align:center;font-size:1.5rem;font-weight:800;border-radius:.5rem .5rem 0 0;padding:.5rem 0;color:#fff}.hof-podium-base--1{background:linear-gradient(180deg,#f59e0b,#d97706);min-height:80px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:.75rem}.hof-podium-base--2{background:linear-gradient(180deg,#94a3b8,#64748b);min-height:60px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:.75rem}.hof-podium-base--3{background:linear-gradient(180deg,#cd7f32,#9a5c00);min-height:45px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:.75rem}.hof-list-section{max-width:700px;margin:2rem auto 0;padding:0 1rem}.hof-list-title{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.hof-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.hof-row{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary, #1e293b);border:1px solid var(--border-color, #334155);border-radius:.75rem;padding:.75rem 1rem;transition:background .2s}.hof-row--gold{border-color:#f59e0b;background:#f59e0b14}.hof-row--silver{border-color:#94a3b8;background:#94a3b80f}.hof-row--bronze{border-color:#cd7f32;background:#cd7f320f}.hof-row--self{border-color:var(--brand-primary, #818cf8);box-shadow:0 0 0 2px #818cf84d}.hof-rank{min-width:2rem;text-align:center;font-size:1.1rem}.hof-rank-num{font-size:.9rem;font-weight:700;color:var(--text-secondary, #94a3b8)}.hof-avatar-sm{width:36px!important;height:36px!important}.hof-row-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.hof-row-pseudo{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.4rem}.hof-row-you{font-size:.7rem;background:var(--brand-primary, #818cf8);color:#fff;padding:1px 6px;border-radius:1rem}.hof-row-level{font-size:.75rem;color:var(--text-secondary, #94a3b8)}.hof-row-stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.hof-row-xp{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:700;color:#f59e0b}.hof-row-streak{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#f97316}.hof-user-rank-banner{display:flex;align-items:center;gap:.75rem;max-width:700px;margin:1.5rem auto 0;padding:.75rem 1rem;background:var(--bg-secondary, #1e293b);border:1px solid var(--brand-primary, #818cf8);border-radius:.75rem;font-size:.9rem}.hof-user-rank-xp{margin-left:auto;font-weight:700;color:#f59e0b}.hof-empty{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.hof-empty-icon{color:#f59e0b;opacity:.4}.hof-empty-sub{font-size:.85rem;color:var(--text-secondary, #94a3b8)}.pf-section{padding:0}.pf-header{padding:0 0 1rem}.pf-title-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.pf-title{font-size:1.2rem;font-weight:700;margin:0;flex:1}.pf-title-icon{color:var(--brand-primary, #818cf8)}.pf-refresh-btn{padding:.3rem;border-radius:.5rem;color:var(--text-secondary, #94a3b8)}.pf-subtitle{font-size:.8rem;color:var(--text-secondary, #94a3b8);margin:0 0 1rem}.pf-filters{display:flex;flex-wrap:wrap;gap:.5rem}.pf-filter-pill{padding:.3rem .8rem;border-radius:2rem;border:1px solid var(--border-color, #334155);background:var(--bg-secondary, #1e293b);color:var(--text-secondary, #94a3b8);font-size:.78rem;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.pf-filter-pill--active{background:var(--brand-primary, #818cf8);border-color:var(--brand-primary, #818cf8);color:#fff}.pf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.pf-grid--compact{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.pf-card{background:var(--bg-secondary, #1e293b);border:1px solid var(--border-color, #334155);border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:transform .15s,box-shadow .15s,border-color .15s}.pf-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.pf-card-header{display:flex;justify-content:space-between;align-items:flex-start}.pf-card-emoji{font-size:1.5rem;line-height:1}.pf-card-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pf-card-title{font-size:.9rem;font-weight:700;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pf-card-desc{font-size:.8rem;color:var(--text-secondary, #94a3b8);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.pf-card-footer{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--border-color, #1e293b)}.pf-card-meta{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;color:var(--text-secondary, #94a3b8);background:var(--bg-primary, #0f172a);padding:2px 7px;border-radius:1rem}.pf-card-meta--xp{color:#f59e0b;background:#f59e0b1a}.pf-card-meta--dur{color:#60a5fa}.pf-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.pf-card-skeleton{height:160px;background:linear-gradient(90deg,var(--bg-secondary, #1e293b) 25%,rgba(255,255,255,.04) 50%,var(--bg-secondary, #1e293b) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:1rem}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pf-error{padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;color:#fca5a5;font-size:.85rem}.pf-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;text-align:center;color:var(--text-secondary, #94a3b8);font-size:.85rem}.pf-empty-icon{opacity:.4}.theme-transitioning *{transition:background-color .3s ease,color .3s ease,border-color .3s ease!important}@media(prefers-reduced-motion:reduce){.theme-transitioning *{transition:none!important}}.page-skeleton{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.page-skeleton-header{padding:1rem 0}.page-skeleton-content{display:flex;flex-direction:column;gap:1rem}.page-skeleton-block{border-radius:.75rem;overflow:hidden;background:var(--bg-secondary, #1e293b)}.skeleton-shimmer{background:linear-gradient(90deg,var(--bg-secondary, #1e293b) 25%,rgba(255,255,255,.04) 50%,var(--bg-secondary, #1e293b) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:.5rem}.work-plan-welcome-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;animation:fadeIn .3s ease}.work-plan-welcome-card{background:var(--surface-1, #0f1428);border-radius:20px;padding:32px 24px;max-width:400px;width:100%;text-align:center;border:1px solid var(--border-color, rgba(255,255,255,.1));animation:slideUp .4s ease}.work-plan-welcome-emoji{font-size:48px;margin-bottom:16px}.work-plan-welcome-title{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:var(--text-primary, #e2e8f0)}.work-plan-welcome-subtitle{font-size:.9rem;color:var(--text-secondary, #a0a8c0);margin-bottom:24px}.work-plan-welcome-stats{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;text-align:left}.work-plan-welcome-stat{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--text-secondary, #a0a8c0)}.work-plan-welcome-stat strong{color:var(--text-primary, #e2e8f0)}.work-plan-welcome-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.empty-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;gap:12px}.empty-hero svg{opacity:.9}.empty-hero h2{color:var(--text-primary, #F0F2F5);font-size:20px;font-weight:700;margin:0}.empty-hero p{color:var(--text-secondary, #9CA3AF);font-size:14px;margin:0;line-height:1.5}.wizard-stepper{flex-shrink:0;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.skip-to-content:focus{top:16px!important}.modal-overlay{animation:fade-in .2s ease-out}@media(prefers-reduced-motion:reduce){.modal-overlay{animation:none}}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}[data-theme=light]{--jean-bg-primary: #f5f6fa;--jean-bg-secondary: #ffffff;--jean-bg-tertiary: #f0f1f5;--jean-text-primary: #1a1a1a;--jean-text-secondary: #4a4a4a;--jean-text-tertiary: #7a7a7a;--jean-text-inverted: #ffffff;--jean-accent: #2563eb;--jean-accent-hover: #1d4ed8;--jean-accent-light: #dbeafe;--jean-success: #10b981;--jean-success-light: #d1fae5;--jean-warning: #f59e0b;--jean-warning-light: #fef3c7;--jean-danger: #ef4444;--jean-danger-light: #fee2e2;--jean-info: #0ea5e9;--jean-info-light: #cffafe;--jean-border: #e5e7eb;--jean-border-light: #f3f4f6;--jean-divider: #d1d5db;--jean-dark-bg: #ffffff;--jean-light-text: #1a1a1a;--jean-surface: #f9fafb;--jean-surface-hover: #f3f4f6;--jean-shadow-sm: rgba(0, 0, 0, .05);--jean-shadow-md: rgba(0, 0, 0, .1);--jean-shadow-lg: rgba(0, 0, 0, .15);--jean-code-bg: #f3f4f6;--jean-code-text: #374151;--jean-link: #2563eb;--jean-link-hover: #1d4ed8;--jean-button-bg: #2563eb;--jean-button-text: #ffffff;--jean-button-border: #2563eb;--jean-input-bg: #ffffff;--jean-input-border: #d1d5db;--jean-input-focus: #2563eb;--jean-card-bg: #ffffff;--jean-card-border: #e5e7eb;--jean-modal-overlay: rgba(0, 0, 0, .3);--jean-tooltip-bg: #ffffff;--jean-tooltip-text: #1a1a1a;--jean-tooltip-border: #e5e7eb;--jean-badge-primary: #dbeafe;--jean-badge-primary-text: #1e40af;--jean-badge-success: #d1fae5;--jean-badge-success-text: #065f46;--jean-badge-warning: #fef3c7;--jean-badge-warning-text: #92400e;--jean-badge-danger: #fee2e2;--jean-badge-danger-text: #7f1d1d;--jean-gradient-primary: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--jean-gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);--jean-gradient-warning: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--jean-gradient-danger: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--jean-font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--jean-font-mono: "Courier New", monospace;--jean-font-size-xs: 12px;--jean-font-size-sm: 14px;--jean-font-size-base: 16px;--jean-font-size-lg: 18px;--jean-font-size-xl: 20px;--jean-font-size-2xl: 24px;--jean-space-xs: 4px;--jean-space-sm: 8px;--jean-space-md: 16px;--jean-space-lg: 24px;--jean-space-xl: 32px;--jean-space-2xl: 48px;--jean-radius-sm: 4px;--jean-radius-md: 6px;--jean-radius-lg: 8px;--jean-radius-xl: 12px;--jean-radius-full: 999px;--jean-transition-fast: .15s ease-in-out;--jean-transition-base: .25s ease-in-out;--jean-transition-slow: .35s ease-in-out;--jean-z-base: 0;--jean-z-dropdown: 100;--jean-z-sticky: 200;--jean-z-fixed: 300;--jean-z-modal-backdrop: 400;--jean-z-modal: 500;--jean-z-popover: 600;--jean-z-tooltip: 700;--jean-z-notification: 800;--jean-opacity-disabled: .5;--jean-opacity-hover: .9;--jean-opacity-focus: .95}[data-theme=dark]{--jean-bg-primary: #0f0f1e;--jean-bg-secondary: #1a1a2e;--jean-bg-tertiary: #242442;--jean-text-primary: #e0e0e0;--jean-text-secondary: #a0a0a0;--jean-text-tertiary: #707080;--jean-text-inverted: #0f0f1e;--jean-accent: #4fa3f5;--jean-accent-hover: #3d91e8;--jean-accent-light: #1a3a52;--jean-success: #10b981;--jean-success-light: #064e3b;--jean-warning: #f59e0b;--jean-warning-light: #5a3a1a;--jean-danger: #ef4444;--jean-danger-light: #5a1a1a;--jean-info: #0ea5e9;--jean-info-light: #0a2644;--jean-border: #2d2d4a;--jean-border-light: #3a3a52;--jean-divider: #242442;--jean-dark-bg: #1a1a2e;--jean-light-text: #e0e0e0;--jean-surface: #16192b;--jean-surface-hover: #1f2238;--jean-shadow-sm: rgba(0, 0, 0, .3);--jean-shadow-md: rgba(0, 0, 0, .5);--jean-shadow-lg: rgba(0, 0, 0, .7);--jean-code-bg: #0f1419;--jean-code-text: #a0a0a0;--jean-link: #4fa3f5;--jean-link-hover: #3d91e8;--jean-button-bg: #4fa3f5;--jean-button-text: #0f0f1e;--jean-button-border: #4fa3f5;--jean-input-bg: #16192b;--jean-input-border: #2d2d4a;--jean-input-focus: #4fa3f5;--jean-card-bg: #1a1a2e;--jean-card-border: #2d2d4a;--jean-modal-overlay: rgba(0, 0, 0, .6);--jean-tooltip-bg: #242442;--jean-tooltip-text: #e0e0e0;--jean-tooltip-border: #3a3a52;--jean-badge-primary: #1a3a52;--jean-badge-primary-text: #4fa3f5;--jean-badge-success: #064e3b;--jean-badge-success-text: #10b981;--jean-badge-warning: #5a3a1a;--jean-badge-warning-text: #f59e0b;--jean-badge-danger: #5a1a1a;--jean-badge-danger-text: #ef4444;--jean-gradient-primary: linear-gradient(135deg, #4fa3f5 0%, #3d91e8 100%);--jean-gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);--jean-gradient-warning: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--jean-gradient-danger: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--jean-font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--jean-font-mono: "Courier New", monospace;--jean-font-size-xs: 12px;--jean-font-size-sm: 14px;--jean-font-size-base: 16px;--jean-font-size-lg: 18px;--jean-font-size-xl: 20px;--jean-font-size-2xl: 24px;--jean-space-xs: 4px;--jean-space-sm: 8px;--jean-space-md: 16px;--jean-space-lg: 24px;--jean-space-xl: 32px;--jean-space-2xl: 48px;--jean-radius-sm: 4px;--jean-radius-md: 6px;--jean-radius-lg: 8px;--jean-radius-xl: 12px;--jean-radius-full: 999px;--jean-transition-fast: .15s ease-in-out;--jean-transition-base: .25s ease-in-out;--jean-transition-slow: .35s ease-in-out;--jean-z-base: 0;--jean-z-dropdown: 100;--jean-z-sticky: 200;--jean-z-fixed: 300;--jean-z-modal-backdrop: 400;--jean-z-modal: 500;--jean-z-popover: 600;--jean-z-tooltip: 700;--jean-z-notification: 800;--jean-opacity-disabled: .5;--jean-opacity-hover: .9;--jean-opacity-focus: .95}[data-theme=high-contrast]{--jean-bg-primary: #ffffff;--jean-bg-secondary: #f5f5f5;--jean-bg-tertiary: #eeeeee;--jean-text-primary: #000000;--jean-text-secondary: #1a1a1a;--jean-text-tertiary: #333333;--jean-text-inverted: #ffffff;--jean-accent: #0000ee;--jean-accent-hover: #000080;--jean-accent-light: #e6e6ff;--jean-success: #008000;--jean-success-light: #ccffcc;--jean-warning: #ff8c00;--jean-warning-light: #ffe6cc;--jean-danger: #cc0000;--jean-danger-light: #ffcccc;--jean-info: #0066cc;--jean-info-light: #cce5ff;--jean-border: #000000;--jean-border-light: #333333;--jean-divider: #666666;--jean-dark-bg: #ffffff;--jean-light-text: #000000;--jean-surface: #f5f5f5;--jean-surface-hover: #eeeeee;--jean-shadow-sm: rgba(0, 0, 0, .3);--jean-shadow-md: rgba(0, 0, 0, .5);--jean-shadow-lg: rgba(0, 0, 0, .7);--jean-code-bg: #f5f5f5;--jean-code-text: #000000;--jean-link: #0000ee;--jean-link-hover: #000080;--jean-button-bg: #0000ee;--jean-button-text: #ffffff;--jean-button-border: #0000ee;--jean-input-bg: #ffffff;--jean-input-border: #000000;--jean-input-focus: #0000ee;--jean-card-bg: #ffffff;--jean-card-border: #000000;--jean-modal-overlay: rgba(0, 0, 0, .7);--jean-tooltip-bg: #ffffff;--jean-tooltip-text: #000000;--jean-tooltip-border: #000000;--jean-badge-primary: #e6e6ff;--jean-badge-primary-text: #0000cc;--jean-badge-success: #ccffcc;--jean-badge-success-text: #006600;--jean-badge-warning: #ffe6cc;--jean-badge-warning-text: #cc6600;--jean-badge-danger: #ffcccc;--jean-badge-danger-text: #cc0000;--jean-gradient-primary: linear-gradient(135deg, #0000ee 0%, #000080 100%);--jean-gradient-success: linear-gradient(135deg, #008000 0%, #006600 100%);--jean-gradient-warning: linear-gradient(135deg, #ff8c00 0%, #cc6600 100%);--jean-gradient-danger: linear-gradient(135deg, #cc0000 0%, #990000 100%);--jean-font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--jean-font-mono: "Courier New", monospace;--jean-font-size-xs: 12px;--jean-font-size-sm: 14px;--jean-font-size-base: 16px;--jean-font-size-lg: 18px;--jean-font-size-xl: 20px;--jean-font-size-2xl: 24px;--jean-space-xs: 4px;--jean-space-sm: 8px;--jean-space-md: 16px;--jean-space-lg: 24px;--jean-space-xl: 32px;--jean-space-2xl: 48px;--jean-radius-sm: 4px;--jean-radius-md: 6px;--jean-radius-lg: 8px;--jean-radius-xl: 12px;--jean-radius-full: 999px;--jean-transition-fast: .15s ease-in-out;--jean-transition-base: .25s ease-in-out;--jean-transition-slow: .35s ease-in-out;--jean-z-base: 0;--jean-z-dropdown: 100;--jean-z-sticky: 200;--jean-z-fixed: 300;--jean-z-modal-backdrop: 400;--jean-z-modal: 500;--jean-z-popover: 600;--jean-z-tooltip: 700;--jean-z-notification: 800;--jean-opacity-disabled: .5;--jean-opacity-hover: .9;--jean-opacity-focus: .95;--jean-border-width: 2px}[data-theme=pastel]{--jean-bg-primary: #faf8f3;--jean-bg-secondary: #fefcf9;--jean-bg-tertiary: #f5f1eb;--jean-text-primary: #4a4a48;--jean-text-secondary: #7a7a78;--jean-text-tertiary: #9a9a98;--jean-text-inverted: #fefcf9;--jean-accent: #b8a4d8;--jean-accent-hover: #a890cc;--jean-accent-light: #ede5f5;--jean-success: #a8d5ba;--jean-success-light: #e3f0eb;--jean-warning: #f5c9a8;--jean-warning-light: #fde8dd;--jean-danger: #e8b4b8;--jean-danger-light: #f5e4e6;--jean-info: #a8d5e8;--jean-info-light: #e3f0f5;--jean-border: #e8e0d8;--jean-border-light: #f0e8e0;--jean-divider: #dcd4cc;--jean-dark-bg: #fefcf9;--jean-light-text: #4a4a48;--jean-surface: #faf8f3;--jean-surface-hover: #f5f1eb;--jean-shadow-sm: rgba(157, 127, 127, .1);--jean-shadow-md: rgba(157, 127, 127, .15);--jean-shadow-lg: rgba(157, 127, 127, .25);--jean-code-bg: #f5f1eb;--jean-code-text: #7a7a78;--jean-link: #b8a4d8;--jean-link-hover: #a890cc;--jean-button-bg: #b8a4d8;--jean-button-text: #fefcf9;--jean-button-border: #b8a4d8;--jean-input-bg: #fefcf9;--jean-input-border: #e8e0d8;--jean-input-focus: #b8a4d8;--jean-card-bg: #fefcf9;--jean-card-border: #e8e0d8;--jean-modal-overlay: rgba(74, 74, 72, .2);--jean-tooltip-bg: #fefcf9;--jean-tooltip-text: #4a4a48;--jean-tooltip-border: #e8e0d8;--jean-badge-primary: #ede5f5;--jean-badge-primary-text: #7a5fa8;--jean-badge-success: #e3f0eb;--jean-badge-success-text: #5a8a70;--jean-badge-warning: #fde8dd;--jean-badge-warning-text: #a87a50;--jean-badge-danger: #f5e4e6;--jean-badge-danger-text: #a85a60;--jean-gradient-primary: linear-gradient(135deg, #b8a4d8 0%, #a890cc 100%);--jean-gradient-success: linear-gradient(135deg, #a8d5ba 0%, #8fbfa4 100%);--jean-gradient-warning: linear-gradient(135deg, #f5c9a8 0%, #e8b599 100%);--jean-gradient-danger: linear-gradient(135deg, #e8b4b8 0%, #dba0a4 100%);--jean-font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--jean-font-mono: "Courier New", monospace;--jean-font-size-xs: 12px;--jean-font-size-sm: 14px;--jean-font-size-base: 16px;--jean-font-size-lg: 18px;--jean-font-size-xl: 20px;--jean-font-size-2xl: 24px;--jean-space-xs: 4px;--jean-space-sm: 8px;--jean-space-md: 16px;--jean-space-lg: 24px;--jean-space-xl: 32px;--jean-space-2xl: 48px;--jean-radius-sm: 4px;--jean-radius-md: 6px;--jean-radius-lg: 8px;--jean-radius-xl: 12px;--jean-radius-full: 999px;--jean-transition-fast: .15s ease-in-out;--jean-transition-base: .25s ease-in-out;--jean-transition-slow: .35s ease-in-out;--jean-z-base: 0;--jean-z-dropdown: 100;--jean-z-sticky: 200;--jean-z-fixed: 300;--jean-z-modal-backdrop: 400;--jean-z-modal: 500;--jean-z-popover: 600;--jean-z-tooltip: 700;--jean-z-notification: 800;--jean-opacity-disabled: .5;--jean-opacity-hover: .9;--jean-opacity-focus: .95}[data-theme=pro]{--jean-bg-primary: #f8f9fb;--jean-bg-secondary: #ffffff;--jean-bg-tertiary: #f2f4f7;--jean-text-primary: #1f2937;--jean-text-secondary: #4b5563;--jean-text-tertiary: #6b7280;--jean-text-inverted: #ffffff;--jean-accent: #1e3a8a;--jean-accent-hover: #1e40af;--jean-accent-light: #dbeafe;--jean-success: #166534;--jean-success-light: #dcfce7;--jean-warning: #b45309;--jean-warning-light: #fef3c7;--jean-danger: #b91c1c;--jean-danger-light: #fee2e2;--jean-info: #0369a1;--jean-info-light: #cffafe;--jean-border: #d1d5db;--jean-border-light: #e5e7eb;--jean-divider: #c4cfd8;--jean-dark-bg: #ffffff;--jean-light-text: #1f2937;--jean-surface: #f9fafb;--jean-surface-hover: #f3f4f6;--jean-shadow-sm: rgba(0, 0, 0, .08);--jean-shadow-md: rgba(0, 0, 0, .12);--jean-shadow-lg: rgba(0, 0, 0, .16);--jean-code-bg: #f3f4f6;--jean-code-text: #374151;--jean-link: #1e3a8a;--jean-link-hover: #1e40af;--jean-button-bg: #1e3a8a;--jean-button-text: #ffffff;--jean-button-border: #1e3a8a;--jean-input-bg: #ffffff;--jean-input-border: #d1d5db;--jean-input-focus: #1e3a8a;--jean-card-bg: #ffffff;--jean-card-border: #d1d5db;--jean-modal-overlay: rgba(0, 0, 0, .25);--jean-tooltip-bg: #f9fafb;--jean-tooltip-text: #1f2937;--jean-tooltip-border: #d1d5db;--jean-badge-primary: #dbeafe;--jean-badge-primary-text: #1e40af;--jean-badge-success: #dcfce7;--jean-badge-success-text: #166534;--jean-badge-warning: #fef3c7;--jean-badge-warning-text: #92400e;--jean-badge-danger: #fee2e2;--jean-badge-danger-text: #7f1d1d;--jean-gradient-primary: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);--jean-gradient-success: linear-gradient(135deg, #166534 0%, #15803d 100%);--jean-gradient-warning: linear-gradient(135deg, #b45309 0%, #d97706 100%);--jean-gradient-danger: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);--jean-font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;--jean-font-mono: "Source Code Pro", "Consolas", "Monaco", monospace;--jean-font-size-xs: 12px;--jean-font-size-sm: 13px;--jean-font-size-base: 14px;--jean-font-size-lg: 16px;--jean-font-size-xl: 18px;--jean-font-size-2xl: 20px;--jean-space-xs: 4px;--jean-space-sm: 8px;--jean-space-md: 12px;--jean-space-lg: 16px;--jean-space-xl: 24px;--jean-space-2xl: 32px;--jean-radius-sm: 3px;--jean-radius-md: 4px;--jean-radius-lg: 6px;--jean-radius-xl: 8px;--jean-radius-full: 999px;--jean-transition-fast: .1s ease-in-out;--jean-transition-base: .2s ease-in-out;--jean-transition-slow: .3s ease-in-out;--jean-z-base: 0;--jean-z-dropdown: 100;--jean-z-sticky: 200;--jean-z-fixed: 300;--jean-z-modal-backdrop: 400;--jean-z-modal: 500;--jean-z-popover: 600;--jean-z-tooltip: 700;--jean-z-notification: 800;--jean-opacity-disabled: .4;--jean-opacity-hover: .95;--jean-opacity-focus: .98;--jean-letter-spacing: 0px;--jean-line-height-tight: 1.4;--jean-line-height-normal: 1.6;--jean-line-height-relaxed: 1.75}[data-theme=nuit-dor]{--surface-0: #0d0a06;--surface-1: #14100a;--surface-2: #1c1610;--surface-3: #241c14;--surface-4: #2e2418;--border-subtle: rgba(251, 191, 36, .06);--border-default: rgba(251, 191, 36, .14);--border-strong: rgba(251, 191, 36, .28);--border-focus: rgba(245, 158, 11, .6);--text-primary: #fef3c7;--text-secondary: #d4a847;--text-tertiary: #92785a;--text-inverse: #0d0a06;--brand-primary: #fbbf24;--brand-secondary: #f59e0b;--brand-gradient: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(251, 191, 36, .15) 0%, rgba(217, 119, 6, .08) 100%);--brand-glow: 0 0 24px rgba(251, 191, 36, .18);--brand-accent: #f59e0b;--brand-primary-light: #fde68a;--color-gold: #fbbf24;--color-amber: #f59e0b;--color-emerald: #10b981;--color-brand-orange: #f97316;--success: #6ee7b7;--success-soft: rgba(110, 231, 183, .1);--success-border: rgba(110, 231, 183, .25);--warning: #fbbf24;--warning-soft: rgba(251, 191, 36, .12);--warning-border: rgba(251, 191, 36, .3);--danger: #f87171;--danger-soft: rgba(248, 113, 113, .08);--danger-border: rgba(248, 113, 113, .25);--info: #93c5fd;--info-soft: rgba(147, 197, 253, .08);--info-border: rgba(147, 197, 253, .2);--shadow-xs: 0 1px 3px rgba(0, 0, 0, .4);--shadow-sm: 0 2px 10px rgba(0, 0, 0, .35);--shadow-md: 0 4px 20px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .5);--shadow-xl: 0 16px 60px rgba(0, 0, 0, .6);--shadow-glow: 0 0 30px rgba(251, 191, 36, .15);--toast-bg: #1c1610;--toast-border: rgba(251, 191, 36, .15);--modal-backdrop: rgba(0, 0, 0, .7);--jean-bg-primary: #0d0a06;--jean-bg-secondary: #14100a;--jean-bg-tertiary: #1c1610;--jean-text-primary: #fef3c7;--jean-text-secondary: #d4a847;--jean-text-tertiary: #92785a;--jean-text-inverted: #0d0a06;--jean-accent: #fbbf24;--jean-accent-hover: #f59e0b;--jean-accent-light: #3a2a0a;--jean-success: #6ee7b7;--jean-success-light: #0a2e1e;--jean-warning: #fbbf24;--jean-warning-light: #3a2a0a;--jean-danger: #f87171;--jean-danger-light: #2e0a0a;--jean-border: #2e2418;--jean-border-light: #3a3020;--jean-divider: #241c14;--jean-card-bg: #14100a;--jean-card-border: rgba(251, 191, 36, .14);--jean-surface: #1c1610;--jean-surface-hover: #241c14;--jean-shadow-sm: rgba(0, 0, 0, .4);--jean-shadow-md: rgba(0, 0, 0, .6);--jean-shadow-lg: rgba(0, 0, 0, .8);--jean-input-bg: #1c1610;--jean-input-border: rgba(251, 191, 36, .2);--jean-input-focus: #fbbf24;--jean-button-bg: #fbbf24;--jean-button-text: #0d0a06;--jean-button-border: #fbbf24;--jean-modal-overlay: rgba(0, 0, 0, .75);--jean-tooltip-bg: #1c1610;--jean-tooltip-text: #fef3c7;--jean-tooltip-border: rgba(251, 191, 36, .2);--jean-link: #fbbf24;--jean-link-hover: #f59e0b;--theme-body-bg: radial-gradient(ellipse at 20% 0%, rgba(251, 191, 36, .05) 0%, transparent 60%), radial-gradient(ellipse at 80% 100%, rgba(217, 119, 6, .04) 0%, transparent 50%), #0d0a06;--theme-card-border-style: 1px solid rgba(251, 191, 36, .18);--theme-card-border-radius: 16px;--theme-card-glow: 0 0 0 1px rgba(251, 191, 36, .06), 0 4px 24px rgba(0, 0, 0, .4)}[data-theme=nuit-dor] body{background:var(--theme-body-bg)}[data-theme=nuit-dor] ::-webkit-scrollbar-track{background:var(--surface-1)}[data-theme=nuit-dor] ::-webkit-scrollbar-thumb{background:#fbbf2440;border-radius:8px}[data-theme=nuit-dor] ::-webkit-scrollbar-thumb:hover{background:#fbbf2473}[data-theme=foret-enchantee]{--surface-0: #050e08;--surface-1: #0a1610;--surface-2: #0f1e16;--surface-3: #142818;--surface-4: #1a321e;--border-subtle: rgba(52, 211, 153, .06);--border-default: rgba(52, 211, 153, .12);--border-strong: rgba(52, 211, 153, .24);--border-focus: rgba(16, 185, 129, .55);--text-primary: #ecfdf5;--text-secondary: #6ee7b7;--text-tertiary: #4a8c6a;--text-inverse: #050e08;--brand-primary: #34d399;--brand-secondary: #6ee7b7;--brand-gradient: linear-gradient(135deg, #34d399 0%, #059669 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(52, 211, 153, .15) 0%, rgba(5, 150, 105, .08) 100%);--brand-glow: 0 0 24px rgba(52, 211, 153, .15);--brand-accent: #10b981;--brand-primary-light: #a7f3d0;--color-gold: #fbbf24;--color-amber: #f59e0b;--color-emerald: #34d399;--color-brand-orange: #fb923c;--success: #34d399;--success-soft: rgba(52, 211, 153, .12);--success-border: rgba(52, 211, 153, .28);--warning: #fde68a;--warning-soft: rgba(253, 230, 138, .1);--warning-border: rgba(253, 230, 138, .25);--danger: #fca5a5;--danger-soft: rgba(252, 165, 165, .08);--danger-border: rgba(252, 165, 165, .22);--info: #7dd3fc;--info-soft: rgba(125, 211, 252, .08);--info-border: rgba(125, 211, 252, .2);--shadow-xs: 0 1px 3px rgba(0, 0, 0, .45);--shadow-sm: 0 2px 10px rgba(0, 0, 0, .38);--shadow-md: 0 4px 20px rgba(0, 0, 0, .44);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .52);--shadow-xl: 0 16px 60px rgba(0, 0, 0, .6);--shadow-glow: 0 0 28px rgba(52, 211, 153, .12);--toast-bg: #0f1e16;--toast-border: rgba(52, 211, 153, .14);--modal-backdrop: rgba(0, 0, 0, .72);--jean-bg-primary: #050e08;--jean-bg-secondary: #0a1610;--jean-bg-tertiary: #0f1e16;--jean-text-primary: #ecfdf5;--jean-text-secondary: #6ee7b7;--jean-text-tertiary: #4a8c6a;--jean-text-inverted: #050e08;--jean-accent: #34d399;--jean-accent-hover: #10b981;--jean-accent-light: #0a3020;--jean-success: #34d399;--jean-success-light: #06200e;--jean-warning: #fde68a;--jean-warning-light: #2a2000;--jean-danger: #fca5a5;--jean-danger-light: #2a0808;--jean-border: #142818;--jean-border-light: #1a321e;--jean-divider: #0f1e16;--jean-card-bg: #0a1610;--jean-card-border: rgba(52, 211, 153, .12);--jean-surface: #0f1e16;--jean-surface-hover: #142818;--jean-shadow-sm: rgba(0, 0, 0, .45);--jean-shadow-md: rgba(0, 0, 0, .6);--jean-shadow-lg: rgba(0, 0, 0, .8);--jean-input-bg: #0f1e16;--jean-input-border: rgba(52, 211, 153, .18);--jean-input-focus: #34d399;--jean-button-bg: #34d399;--jean-button-text: #050e08;--jean-button-border: #34d399;--jean-modal-overlay: rgba(0, 0, 0, .75);--jean-tooltip-bg: #0f1e16;--jean-tooltip-text: #ecfdf5;--jean-tooltip-border: rgba(52, 211, 153, .18);--jean-link: #34d399;--jean-link-hover: #10b981;--theme-body-bg: radial-gradient(ellipse at 10% 10%, rgba(52, 211, 153, .06) 0%, transparent 55%), radial-gradient(ellipse at 90% 90%, rgba(5, 150, 105, .05) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(16, 46, 24, .8) 0%, transparent 80%), #050e08;--theme-card-border-style: 1px solid rgba(52, 211, 153, .14);--theme-card-border-radius: 20px;--theme-card-glow: 0 0 0 1px rgba(52, 211, 153, .06), 0 4px 24px rgba(0, 0, 0, .45)}[data-theme=foret-enchantee] body{background:var(--theme-body-bg)}[data-theme=foret-enchantee] ::-webkit-scrollbar-track{background:var(--surface-1)}[data-theme=foret-enchantee] ::-webkit-scrollbar-thumb{background:#34d39938;border-radius:8px}[data-theme=foret-enchantee] ::-webkit-scrollbar-thumb:hover{background:#34d39966}[data-theme=cosmos]{--surface-0: #04020e;--surface-1: #080518;--surface-2: #0e0a24;--surface-3: #140f30;--surface-4: #1a153c;--border-subtle: rgba(167, 139, 250, .07);--border-default: rgba(167, 139, 250, .15);--border-strong: rgba(167, 139, 250, .3);--border-focus: rgba(139, 92, 246, .65);--text-primary: #f5f3ff;--text-secondary: #c4b5fd;--text-tertiary: #7c6fad;--text-inverse: #04020e;--brand-primary: #a78bfa;--brand-secondary: #f472b6;--brand-gradient: linear-gradient(135deg, #a78bfa 0%, #f472b6 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(167, 139, 250, .15) 0%, rgba(244, 114, 182, .08) 100%);--brand-glow: 0 0 30px rgba(167, 139, 250, .2);--brand-accent: #8b5cf6;--brand-primary-light: #ddd6fe;--color-gold: #fbbf24;--color-amber: #f59e0b;--color-emerald: #34d399;--color-brand-orange: #fb923c;--success: #86efac;--success-soft: rgba(134, 239, 172, .1);--success-border: rgba(134, 239, 172, .25);--warning: #fde68a;--warning-soft: rgba(253, 230, 138, .1);--warning-border: rgba(253, 230, 138, .22);--danger: #fda4af;--danger-soft: rgba(253, 164, 175, .08);--danger-border: rgba(253, 164, 175, .25);--info: #93c5fd;--info-soft: rgba(147, 197, 253, .08);--info-border: rgba(147, 197, 253, .22);--shadow-xs: 0 1px 4px rgba(0, 0, 0, .5);--shadow-sm: 0 2px 12px rgba(0, 0, 0, .45);--shadow-md: 0 4px 24px rgba(0, 0, 0, .52);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .6);--shadow-xl: 0 16px 72px rgba(0, 0, 0, .7);--shadow-glow: 0 0 36px rgba(167, 139, 250, .18);--toast-bg: #0e0a24;--toast-border: rgba(167, 139, 250, .18);--modal-backdrop: rgba(0, 0, 0, .8);--jean-bg-primary: #04020e;--jean-bg-secondary: #080518;--jean-bg-tertiary: #0e0a24;--jean-text-primary: #f5f3ff;--jean-text-secondary: #c4b5fd;--jean-text-tertiary: #7c6fad;--jean-text-inverted: #04020e;--jean-accent: #a78bfa;--jean-accent-hover: #8b5cf6;--jean-accent-light: #1a103a;--jean-success: #86efac;--jean-success-light: #06180e;--jean-warning: #fde68a;--jean-warning-light: #1e1600;--jean-danger: #fda4af;--jean-danger-light: #1e0610;--jean-border: #140f30;--jean-border-light: #1a153c;--jean-divider: #0e0a24;--jean-card-bg: #080518;--jean-card-border: rgba(167, 139, 250, .14);--jean-surface: #0e0a24;--jean-surface-hover: #140f30;--jean-shadow-sm: rgba(0, 0, 0, .5);--jean-shadow-md: rgba(0, 0, 0, .65);--jean-shadow-lg: rgba(0, 0, 0, .85);--jean-input-bg: #0e0a24;--jean-input-border: rgba(167, 139, 250, .2);--jean-input-focus: #a78bfa;--jean-button-bg: #7c3aed;--jean-button-text: #f5f3ff;--jean-button-border: #a78bfa;--jean-modal-overlay: rgba(0, 0, 0, .82);--jean-tooltip-bg: #0e0a24;--jean-tooltip-text: #f5f3ff;--jean-tooltip-border: rgba(167, 139, 250, .2);--jean-link: #a78bfa;--jean-link-hover: #c4b5fd;--theme-body-bg: radial-gradient(ellipse at 15% 15%, rgba(139, 92, 246, .12) 0%, transparent 50%), radial-gradient(ellipse at 85% 20%, rgba(244, 114, 182, .08) 0%, transparent 45%), radial-gradient(ellipse at 50% 80%, rgba(99, 102, 241, .08) 0%, transparent 55%), radial-gradient(ellipse at 70% 60%, rgba(167, 139, 250, .06) 0%, transparent 40%), #04020e;--theme-card-border-style: 1px solid rgba(167, 139, 250, .18);--theme-card-border-radius: 14px;--theme-card-glow: 0 0 0 1px rgba(167, 139, 250, .08), 0 4px 32px rgba(139, 92, 246, .1), 0 8px 40px rgba(0, 0, 0, .5)}[data-theme=cosmos] body{background:var(--theme-body-bg)}[data-theme=cosmos] ::-webkit-scrollbar-track{background:var(--surface-1)}[data-theme=cosmos] ::-webkit-scrollbar-thumb{background:#a78bfa40;border-radius:8px}[data-theme=cosmos] ::-webkit-scrollbar-thumb:hover{background:#a78bfa73}
