@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap";:root{--bg:#f5f6f8;--bg-soft:#ececf1;--surface:#fff;--text:#1a1d24;--text-muted:#6b7280;--border:#e2e5ea;--accent:#6d28d9;--accent-hover:#5b21b6;--error:#d64545;--success:#16a34a;--hero-bg:#09090f}@media (prefers-color-scheme:dark){:root{--bg:#0f1115;--bg-soft:#171a21;--surface:#1a1d24;--text:#eef0f4;--text-muted:#9aa1ad;--border:#2b2f3a;--accent:#8b5cf6;--accent-hover:#a78bfa;--error:#f07575;--success:#4ade80}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit}.app-loading{height:100vh;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.home-v2{--hv2-bg:#fafbfa;--hv2-surface:#fff;--hv2-text:#1c2321;--hv2-muted:#58635f;--hv2-faint:#8b948f;--hv2-border:#e1e6e3;--hv2-border-soft:#eef1ef;--hv2-border-faint:#e9edeb;--hv2-accent:#1f6f5c;--hv2-accent-hover:#15503f;background:var(--hv2-bg);min-height:100vh;color:var(--hv2-text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.home-v2 a{color:var(--hv2-accent);text-decoration:none}.home-v2 a:hover{color:var(--hv2-accent-hover)}.home-v2-nav{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1200px;margin:0 auto;padding:28px 32px 0;display:flex}.home-v2 .home-v2-logo{letter-spacing:-.01em;color:var(--hv2-text);font-family:Manrope,sans-serif;font-size:17px;font-weight:700}.home-v2-logo-accent{color:var(--hv2-accent)}.home-v2-nav-links{flex-wrap:wrap;align-items:center;gap:32px;font-size:14.5px;font-weight:500;display:flex}.home-v2 .home-v2-nav-link{color:var(--hv2-muted)}.home-v2 .home-v2-nav-link:hover{color:var(--hv2-text)}.home-v2 .home-v2-signin-btn{color:var(--hv2-text);background:var(--hv2-surface);border:1px solid var(--hv2-border);border-radius:8px;padding:9px 18px;font-weight:600}.home-v2 .home-v2-signin-btn:hover{color:var(--hv2-text);border-color:#c4cec9}.home-v2-hero{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:84px 32px 0;display:flex}.home-v2-hero-title{letter-spacing:-.025em;max-width:840px;margin:0;font-family:Manrope,sans-serif;font-size:clamp(32px,6vw,62px);font-weight:700;line-height:1.06}.home-v2-hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;display:flex}.home-v2-btn-primary,.home-v2-btn-secondary{border-radius:10px;padding:15px 28px;font-size:16px;font-weight:600;display:inline-block}.home-v2 .home-v2-btn-primary{background:var(--hv2-accent);color:#fff}.home-v2 .home-v2-btn-primary:hover{background:var(--hv2-accent-hover);color:#fff}.home-v2 .home-v2-btn-secondary{background:var(--hv2-surface);color:var(--hv2-text);border:1px solid var(--hv2-border)}.home-v2 .home-v2-btn-secondary:hover{color:var(--hv2-text);border-color:#c4cec9}.home-v2-hero-note{color:var(--hv2-faint);margin-top:24px;font-size:14px}.home-v2-preview-wrap{box-sizing:border-box;width:100%;max-width:1080px;margin:68px auto 0;padding:0 32px}.home-v2-preview-frame{background:var(--hv2-surface);border:1px solid var(--hv2-border);border-bottom:none;border-radius:16px 16px 0 0;overflow:hidden}.home-v2-preview-chrome{border-bottom:1px solid var(--hv2-border-soft);align-items:center;gap:8px;padding:12px 18px;display:flex}.home-v2-preview-dot{background:var(--hv2-border);border-radius:50%;width:10px;height:10px}.home-v2-preview-url{color:#9aa39e;margin-left:12px;font-family:ui-monospace,monospace;font-size:12px}.home-v2-preview-placeholder{aspect-ratio:1016/500;background:#0e1512;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;display:flex}.home-v2-play-btn{cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:72px;height:72px;display:grid}.home-v2-preview-caption{color:#ffffff8c;font-family:ui-monospace,monospace;font-size:13px}.home-v2-faq{background:var(--hv2-surface);border-top:1px solid var(--hv2-border);margin-top:88px}.home-v2-faq-inner{max-width:760px;margin:0 auto;padding:88px 32px 96px}.home-v2-faq-title{letter-spacing:-.02em;text-align:center;margin:0 0 40px;font-family:Manrope,sans-serif;font-size:34px;font-weight:700}.home-v2-faq-list{flex-direction:column;display:flex}.home-v2-faq-item{border-bottom:1px solid var(--hv2-border-faint)}.home-v2-faq-question{cursor:pointer;text-align:left;width:100%;color:var(--hv2-text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;font-family:inherit;font-size:17px;font-weight:600;display:flex}.home-v2-faq-mark{color:var(--hv2-faint);flex-shrink:0;font-size:20px;font-weight:400}.home-v2-faq-answer{color:var(--hv2-muted);max-width:640px;margin:0;padding:0 4px 22px;font-size:15.5px;line-height:1.65}.home-v2-footer{background:var(--hv2-bg);border-top:1px solid var(--hv2-border)}.home-v2-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:40px 32px;display:flex}.home-v2-footer-logo{letter-spacing:-.01em;font-family:Manrope,sans-serif;font-size:16px;font-weight:700}.home-v2-footer-links{flex-wrap:wrap;gap:28px;font-size:14px;font-weight:500;display:flex}.home-v2-footer-links a{color:var(--hv2-muted)}.home-v2-footer-copy{color:var(--hv2-faint);font-size:13px}@media (width<=720px){.home-v2-nav{padding:20px 20px 0}.home-v2-nav-links{justify-content:flex-end;gap:16px}}.home-v2 .home-v2-nav-link--active{color:var(--hv2-text);font-weight:600}.templates-gallery-body{box-sizing:border-box;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:64px 32px 96px}.templates-gallery-title{letter-spacing:-.02em;margin:0;font-family:Manrope,sans-serif;font-size:42px;font-weight:700}.templates-gallery-subtitle{color:var(--hv2-muted);max-width:560px;margin:14px 0 0;font-size:17px;line-height:1.6}.templates-gallery-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:36px;display:flex}.templates-gallery-filters{flex-wrap:wrap;gap:8px;display:flex}.templates-gallery-filter{border:1px solid var(--hv2-border);background:var(--hv2-surface);color:var(--hv2-muted);cursor:pointer;border-radius:999px;padding:9px 18px;font-family:inherit;font-size:14px;font-weight:600}.home-v2 .templates-gallery-filter--active{border-color:var(--hv2-accent);background:var(--hv2-accent);color:#fff}.templates-gallery-search{width:280px;max-width:100%;color:var(--hv2-faint);position:relative}.templates-gallery-search svg{pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.templates-gallery-search input{box-sizing:border-box;width:100%;color:var(--hv2-text);background:var(--hv2-surface);border:1px solid var(--hv2-border);border-radius:999px;outline:none;padding:10px 16px 10px 40px;font-family:inherit;font-size:14px}.templates-gallery-search input:focus{border-color:var(--hv2-accent)}.templates-gallery-empty{color:var(--hv2-faint);text-align:center;padding:48px 0;font-size:15px}.templates-gallery-error{color:#b3402e;background:#b3402e1a;border:1px solid #b3402e4d;border-radius:10px;margin-top:20px;padding:12px 16px;font-size:14px}.templates-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:32px;display:grid}.templates-gallery-card{text-align:left;cursor:pointer;background:var(--hv2-surface);border:1px solid var(--hv2-border);border-radius:14px;flex-direction:column;width:100%;padding:0;font-family:inherit;display:flex;overflow:hidden}.templates-gallery-card:hover:not(:disabled){border-color:var(--hv2-accent)}.templates-gallery-card:disabled{opacity:.7;cursor:default}.templates-gallery-card-preview{border-bottom:1px solid var(--hv2-border-soft);background:#f4f7f5;width:100%;display:block}.templates-gallery-card-preview rect{fill:#e7ede9}.templates-gallery-card-preview text{fill:#9aa39e}.templates-gallery-card-body{flex-direction:column;flex:1;gap:8px;padding:20px 22px 22px;display:flex}.templates-gallery-card-category{color:var(--hv2-accent);font-size:12px;font-weight:600}.templates-gallery-card-name{letter-spacing:-.01em;margin:0;font-family:Manrope,sans-serif;font-size:19px;font-weight:700}.templates-gallery-card-desc{color:var(--hv2-muted);flex:1;margin:0;font-size:14px;line-height:1.55}.templates-gallery-card-link{margin-top:10px;font-size:14px;font-weight:600}.templates-gallery-cta{border:1px dashed #cdd6d1;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:56px;padding:28px 32px;display:flex}.templates-gallery-cta-title{font-size:16px;font-weight:600}.templates-gallery-cta-desc{color:var(--hv2-muted);margin-top:4px;font-size:14px}.home-v2 .templates-gallery-cta-btn{background:var(--hv2-surface);color:var(--hv2-text);border:1px solid var(--hv2-border);border-radius:9px;padding:11px 20px;font-size:14.5px;font-weight:600}.home-v2 .templates-gallery-cta-btn:hover{color:var(--hv2-text);border-color:#c4cec9}.pricing-body{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:64px 32px 96px;display:flex}.pricing-header{text-align:center}.pricing-title{letter-spacing:-.02em;margin:0;font-family:Manrope,sans-serif;font-size:42px;font-weight:700}.pricing-subtitle{color:var(--hv2-muted);max-width:480px;margin:14px auto 0;font-size:17px;line-height:1.6}.pricing-empty{text-align:center;color:var(--hv2-faint);padding:64px 0;font-size:15px}.faq-body{box-sizing:border-box;flex:1;width:100%;max-width:760px;margin:0 auto;padding:64px 32px 96px}.faq-title{letter-spacing:-.02em;text-align:center;margin:0;font-family:Manrope,sans-serif;font-size:42px;font-weight:700}.faq-subtitle{color:var(--hv2-muted);text-align:center;margin:14px 0 32px;font-size:17px;line-height:1.6}.faq-search{color:var(--hv2-faint);margin-bottom:20px;position:relative}.faq-search svg{pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.faq-search input{box-sizing:border-box;width:100%;color:var(--hv2-text);background:var(--hv2-surface);border:1px solid var(--hv2-border);border-radius:10px;outline:none;padding:13px 16px 13px 44px;font-family:inherit;font-size:15px}.faq-search input:focus{border-color:var(--hv2-accent)}.faq-filters{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;display:flex}.faq-filter{border:1px solid var(--hv2-border);background:var(--hv2-surface);color:var(--hv2-muted);cursor:pointer;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13.5px;font-weight:600}.home-v2 .faq-filter--active{border-color:var(--hv2-accent);background:var(--hv2-accent);color:#fff}.faq-empty{text-align:center;color:var(--hv2-faint);padding:32px 0;font-size:15px}.faq-list{flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--hv2-border-faint)}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--hv2-text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;font-family:inherit;font-size:17px;font-weight:600;display:flex}.faq-question-text{flex-direction:column;gap:5px;display:flex}.faq-question-cat{color:var(--hv2-accent);text-transform:uppercase;letter-spacing:.04em;font-size:11.5px;font-weight:600}.faq-mark{color:var(--hv2-faint);flex-shrink:0;font-size:20px;font-weight:400}.faq-answer{color:var(--hv2-muted);max-width:640px;margin:0;padding:0 4px 22px;font-size:15.5px;line-height:1.65}.legal-body{box-sizing:border-box;flex:1;width:100%;max-width:760px;margin:0 auto;padding:64px 32px 96px}.legal-title{letter-spacing:-.02em;margin:0;font-family:Manrope,sans-serif;font-size:38px;font-weight:700}.legal-updated{color:var(--hv2-faint);margin:10px 0 36px;font-size:14px}.legal-body h2{letter-spacing:-.01em;color:var(--hv2-text);margin:36px 0 12px;font-family:Manrope,sans-serif;font-size:20px;font-weight:700}.legal-body p,.legal-body li{color:var(--hv2-muted);font-size:15.5px;line-height:1.7}.legal-body p{margin:0 0 16px}.legal-body ul{margin:0 0 16px;padding-left:22px}.legal-body li{margin-bottom:8px}.legal-body a{color:var(--hv2-accent)}.contact-body{box-sizing:border-box;flex:1;width:100%;max-width:560px;margin:0 auto;padding:64px 32px 96px}.contact-title{letter-spacing:-.02em;text-align:center;margin:0;font-family:Manrope,sans-serif;font-size:42px;font-weight:700}.contact-subtitle{color:var(--hv2-muted);text-align:center;margin:14px 0 32px;font-size:17px;line-height:1.6}.contact-tabs{justify-content:center;gap:8px;margin-bottom:32px;display:flex}.contact-tab{border:1px solid var(--hv2-border);background:var(--hv2-surface);color:var(--hv2-muted);cursor:pointer;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13.5px;font-weight:600}.home-v2 .contact-tab--active{border-color:var(--hv2-accent);background:var(--hv2-accent);color:#fff}.contact-track-message{color:var(--hv2-text);white-space:pre-wrap;background:var(--hv2-surface);border:1px solid var(--hv2-border);text-align:left;border-radius:12px;margin:0 0 16px;padding:16px;font-size:14.5px;line-height:1.6}.contact-track-note{text-align:left;background:var(--hv2-surface);border:1px solid var(--hv2-accent);border-radius:12px;margin:0 0 16px;padding:16px}.contact-track-note-label{color:var(--hv2-accent);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:11.5px;font-weight:600}.contact-track-note p{color:var(--hv2-text);white-space:pre-wrap;margin:0;font-size:14.5px;line-height:1.6}.contact-status-pill{background:var(--hv2-border-faint);color:var(--hv2-muted);border-radius:999px;margin:0 0 16px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.contact-form{flex-direction:column;gap:18px;display:flex}.contact-form-row{gap:16px;display:flex}.contact-form-row .contact-field{flex:1}.contact-field{color:var(--hv2-muted);flex-direction:column;gap:8px;font-size:13.5px;font-weight:600;display:flex}.contact-field input,.contact-field textarea{color:var(--hv2-text);background:var(--hv2-surface);border:1px solid var(--hv2-border);resize:vertical;border-radius:10px;outline:none;padding:13px 16px;font-family:inherit;font-size:15px;font-weight:400}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--hv2-accent)}.contact-signed-in-as{color:var(--hv2-faint);margin:-4px 0 0;font-size:14px}.contact-error{color:var(--error);margin:0;font-size:14px}.contact-submit{cursor:pointer;border:none;align-self:flex-start}.contact-submit:disabled{opacity:.6;cursor:default}.contact-success{text-align:center;padding:32px 0}.contact-success-lead{color:var(--hv2-muted);margin:0 0 14px;font-size:15px}.contact-success-ticket{letter-spacing:.06em;color:var(--hv2-accent);background:var(--hv2-surface);border:1px solid var(--hv2-border);border-radius:12px;margin:0 0 16px;padding:16px;font-family:Manrope,sans-serif;font-size:26px;font-weight:700}.contact-success-note{color:var(--hv2-faint);margin:0 0 24px;font-size:14px}.auth-v2{--bg:#fafbfa;--bg-soft:#f2f4f3;--surface:#fff;--text:#1c2321;--text-muted:#58635f;--border:#e1e6e3;--accent:#1f6f5c;--accent-hover:#15503f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.auth-v2 a{color:var(--accent);text-decoration:none}.auth-v2 a:hover{color:var(--accent-hover)}.auth-v2-nav{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:28px 32px 0;display:flex}.auth-v2 .auth-v2-logo{letter-spacing:-.01em;color:var(--text);font-family:Manrope,sans-serif;font-size:17px;font-weight:700}.auth-v2-logo-accent{color:var(--accent)}.auth-v2-nav-note{color:var(--text-muted);font-size:14.5px}.auth-v2-body{flex:1;justify-content:center;align-items:center;padding:100px 24px;display:flex}.auth-v2-body--top{align-items:flex-start}.auth-v2--fill{height:100vh;overflow:hidden}.auth-v2-body--fill{align-items:stretch;min-height:0}.auth-v2-card-wrap{width:100%;max-width:400px}.auth-v2-card-wrap--modules{max-width:1000px}.auth-v2-card-wrap--templates{max-width:1200px}.auth-v2-title{letter-spacing:-.02em;text-align:center;margin:0;font-family:Manrope,sans-serif;font-size:30px;font-weight:700}.auth-v2-title--left{text-align:left}.auth-v2-subtitle{color:var(--text-muted);text-align:center;margin:10px 0 32px;font-size:15px}.auth-v2-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:18px;padding:28px;display:flex}.auth-v2-form{flex-direction:column;gap:18px;display:flex}.auth-v2-field{flex-direction:column;gap:7px;display:flex}.auth-v2-label{color:#3a443f;font-size:13.5px;font-weight:600}.auth-v2-label-row{justify-content:space-between;align-items:baseline;display:flex}.auth-v2-forgot{font-size:13px}.auth-v2-field input{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:9px;outline:none;padding:12px 14px;font-family:inherit;font-size:15px}.auth-v2-field input::placeholder{color:#9aa3ae}.auth-v2-field input:focus{border-color:var(--accent);background:var(--surface)}.auth-v2-error{color:#b3402e;background:#b3402e1a;border:1px solid #b3402e4d;border-radius:10px;margin-top:12px;padding:10px 14px;font-size:13.5px}.auth-v2-success{color:#16a34a;background:#16a34a1a;border:1px solid #16a34a4d;border-radius:10px;margin-top:12px;padding:10px 14px;font-size:13.5px}.auth-v2-submit{background:var(--accent);cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;padding:13px;font-family:inherit;font-size:15.5px;font-weight:600;display:flex}.auth-v2 .auth-v2-submit{color:#fff}.auth-v2-submit:hover:not(:disabled){background:var(--accent-hover);color:#fff}.auth-v2-submit:disabled{opacity:.7;cursor:default}.auth-v2-divider{color:#9aa3ae;align-items:center;gap:12px;font-size:12.5px;display:flex}.auth-v2-divider:before,.auth-v2-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-v2-social{flex-direction:column;gap:10px;display:flex}.odoo-signin-btn{border:1px solid var(--border);background:var(--surface);width:100%;height:44px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.odoo-signin-btn:hover{background:#f2f4f3;border-color:#cbd5e1}.auth-v2-terms{color:var(--text-muted);text-align:center;margin:24px 0 0;font-size:13px;line-height:1.6}.auth-v2-message{color:var(--text-muted);margin:0;font-size:15px;line-height:1.6}.auth-v2-field input:disabled{opacity:.6;cursor:not-allowed}.auth-v2-signout{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:14.5px}.auth-v2-signout:hover{color:var(--text)}.auth-v2-link-danger{color:#b3402e;cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-family:inherit;font-size:.85rem;display:inline-block}.auth-v2-link-danger:hover{text-decoration:underline}.auth-v2-link-danger:disabled{opacity:.6;cursor:default}.auth-v2-link-btn{color:var(--accent);font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;display:inline}.auth-v2-link-btn:hover:not(:disabled){text-decoration:underline}.auth-v2-link-btn:disabled{opacity:.6;cursor:default}.auth-v2-wizard-main{flex-direction:column;height:100%;display:flex}.auth-v2-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.auth-v2-page-subtitle{color:var(--text-muted);margin:6px 0 0;font-size:15px}.auth-v2-icon-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;flex:none;align-items:center;gap:.4rem;padding:9px 16px;font-family:inherit;font-size:13.5px;font-weight:600;display:flex}.auth-v2-icon-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.auth-v2-icon-btn:disabled{opacity:.6;cursor:default}.auth-v2-icon-btn svg.spin{animation:.8s linear infinite dash-hero-spin}.auth-v2-footer-row{justify-content:flex-end;align-items:center;margin-top:60px;display:flex}.auth-v2 .auth-v2-submit--auto{padding:13px 28px;display:inline-flex}.auth-error{background:color-mix(in srgb, var(--error) 15%, transparent);color:var(--error);border-radius:8px;padding:.5rem .75rem;font-size:.85rem}.auth-success{color:#16a34a;background:#16a34a26;border-radius:8px;padding:.5rem .75rem;font-size:.85rem}.field-error{color:var(--error);font-size:.8rem;font-weight:500}.google-signin-mask{border:1px solid var(--border);background:var(--surface);width:100%;height:44px;color:var(--text);border-radius:10px;justify-content:center;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.google-signin-mask:hover{background:var(--bg-soft);border-color:#cbd5e1}.google-signin-real{opacity:.01;cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.auth-split-form{flex-direction:column;gap:1.1rem;display:flex}.auth-split-form label{color:var(--text);flex-direction:column;gap:.4rem;font-size:.82rem;font-weight:600;display:flex}.auth-split-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:.7rem .85rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.auth-split-form input::placeholder{color:var(--text-muted)}.auth-split-form input:disabled{opacity:.6;cursor:not-allowed}.phone-input-row{gap:.5rem;display:flex}.phone-input-row input{flex:1;min-width:0}.phone-code-select{flex:0 0 74px;position:relative}.phone-code-trigger{border:1px solid var(--border);background:var(--surface);width:100%;height:100%;color:var(--text);white-space:nowrap;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.3rem;padding:.7rem .5rem;font-family:inherit;font-size:.9375rem;display:flex}.phone-code-trigger:focus-visible,.phone-code-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent);outline:none}.phone-code-menu{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:12px;width:260px;max-height:260px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 12px 32px #14141e29}.phone-code-option{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .6rem;font-family:inherit;font-size:.875rem;display:flex}.phone-code-option:hover{background:var(--bg-soft)}.phone-code-option--active{background:color-mix(in srgb, var(--accent) 12%, transparent);font-weight:600}.phone-code-option-code{color:var(--text-muted);flex:none;min-width:2.5rem}.phone-code-option--active .phone-code-option-code{color:var(--accent)}.phone-code-option-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select-dropdown{position:relative}.select-dropdown-trigger{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem .85rem;font-family:inherit;font-size:.9375rem;display:flex}.select-dropdown-trigger svg{color:var(--text-muted);flex:none}.select-dropdown-placeholder{color:var(--text-muted)}.select-dropdown-trigger:focus-visible,.select-dropdown-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent);outline:none}.select-dropdown-menu{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:12px;max-height:260px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #14141e29}.select-dropdown-option{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .6rem;font-family:inherit;font-size:.875rem;display:block}.select-dropdown-option:hover{background:var(--bg-soft)}.select-dropdown-option--active{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent);font-weight:600}.auth-split-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent);outline:none}.auth-split-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.8rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:filter .2s,transform .1s;display:flex}.auth-split-submit:hover:not(:disabled){filter:brightness(1.08)}.auth-split-submit:active:not(:disabled){transform:scale(.995)}.auth-split-submit:disabled{opacity:.6;cursor:default}.dash-hero-shell{--bg:#f5f6f8;--bg-soft:#ececf1;--surface:#fff;--text:#1a1d24;--text-muted:#6b7280;--border:#e2e5ea;--accent:#6d28d9;--accent-hover:#5b21b6;--error:#d64545;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-height:100vh;color:var(--text);background-color:#0000;background-image:linear-gradient(160deg,#f5f6f88c 0%,#e1d9f28c 100%),url(/hero-bg.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;padding:40px 24px;display:flex}.dash-hero-card{background:var(--surface);text-align:center;border-radius:20px;width:100%;max-width:480px;padding:40px;box-shadow:0 20px 60px #14141e1f}.dash-hero-subtitle{color:var(--text-muted);margin:0;font-size:.9rem}.dash-hero-icon{background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 18px;display:flex;position:relative}.dash-hero-icon-badge{background:var(--error);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 6px #0000002e}.dash-hero-title{color:var(--text);margin:0 0 10px;font-size:1.25rem;font-weight:700}.dash-hero-error-detail{text-align:left;margin:0 0 22px}.dash-hero-actions{gap:10px;display:flex}.dash-hero-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:4px 20px;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-flex}.dash-hero-btn:hover:not(:disabled){background:var(--accent-hover)}.dash-hero-btn:disabled{opacity:.7;cursor:default}.dash-hero-btn svg.spin{animation:.8s linear infinite dash-hero-spin}.dash-hero-btn--ghost{color:var(--text);border:1px solid var(--border);background:0 0}.dash-hero-btn--ghost:hover{background:var(--bg-soft)}.dashboard-action-btn svg.spin{animation:.8s linear infinite dash-hero-spin}@keyframes dash-hero-spin{to{transform:rotate(360deg)}}.module-search-input{box-sizing:border-box;width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:9px;outline:none;margin-top:1.5rem;padding:10px 14px;font-family:inherit;font-size:14px}.auth-v2-scroll-area{scrollbar-width:none;-ms-overflow-style:none;flex:0 auto;min-height:0;overflow-y:auto}.auth-v2-scroll-area::-webkit-scrollbar{display:none}.module-search-input::placeholder{color:#9aa3ae}.module-search-input:focus{border-color:var(--accent);background:var(--surface)}.module-card-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-top:1rem;display:grid}.module-group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:1.5rem 0 0;font-size:.78rem;font-weight:700}.template-card-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:1.75rem;display:grid}.template-card{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;width:100%;padding:0;font-family:inherit;display:flex;overflow:hidden}.template-card:hover:not(:disabled){border-color:var(--accent)}.template-card:disabled{opacity:.7;cursor:default}.template-preview{aspect-ratio:16/10;background:var(--bg-soft);border-bottom:1px solid var(--border);width:100%;position:relative;overflow:hidden}.template-preview-block{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 20%, var(--bg-soft)), color-mix(in srgb, var(--accent) 8%, var(--bg-soft)));border-radius:6px;position:absolute}.template-card-body{flex-direction:column;flex:1;gap:8px;padding:20px 22px 22px;display:flex}.template-card-category{color:var(--accent);font-size:12px;font-weight:600}.template-card-name{letter-spacing:-.01em;margin:0;font-family:Manrope,sans-serif;font-size:19px;font-weight:700}.template-card-desc{color:var(--text-muted);flex:1;margin:0;font-size:14px;line-height:1.55}.template-card-link{color:var(--accent);margin-top:10px;font-size:14px;font-weight:600}.module-card{border:1px solid var(--border);background:var(--bg-soft);min-height:104px;color:var(--text);text-align:center;cursor:pointer;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;padding:1.1rem .75rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s,background .15s;display:flex}.module-card-label{flex-direction:column;gap:.3rem;display:flex}.module-card:hover{border-color:var(--accent)}.module-card--selected{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--accent)}.module-card--disabled{cursor:not-allowed;opacity:.5}.module-card--disabled:hover{border-color:var(--border)}.module-card-hint{color:var(--text-muted);font-size:.7rem;font-weight:500}.module-card img,.module-card svg{width:44px;height:44px}.dashboard-page{--bg:#fff;--bg-soft:#f5f6f8;--surface:#fff;--text:#1a1d24;--text-muted:#6b7280;--border:#e2e5ea;--accent:#6d28d9;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;height:100vh;color:var(--text);flex-direction:column;padding:2rem 3rem;display:flex;overflow:hidden}.dashboard-page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-title-intro{align-items:center;min-height:2.4rem;display:flex}.dti-greeting{color:var(--text);opacity:1;font-size:1.4rem;font-weight:700;transition:opacity .4s,transform .4s;transform:translateY(0)}.dti-greeting--out{opacity:0;transform:translateY(-6px)}.dti-title{opacity:0;margin:0;font-size:1.4rem;font-weight:700;animation:.45s forwards dti-title-in;transform:translateY(6px)}.dti-title-btn{color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-family:inherit;display:flex}.dti-title-btn:hover{color:var(--accent)}.dti-title-btn svg{opacity:.6;flex:none}@keyframes dti-title-in{to{opacity:1;transform:translateY(0)}}.dashboard-page-actions{align-items:center;gap:.5rem;display:flex}.company-picker{align-items:center;gap:.4rem;display:flex;position:relative}.company-picker-trigger{max-width:190px}.company-picker-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-picker-icon{color:var(--accent);flex:none}.company-picker-menu{width:250px;left:0;right:auto}.company-picker-option{align-items:center;gap:.5rem;display:flex}.company-picker-option:hover:not(:disabled){background:var(--bg-soft)}.company-picker-option-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.company-picker-option-currency{background:var(--bg-soft);color:var(--text-muted);letter-spacing:.03em;border-radius:5px;flex:none;padding:.05rem .35rem;font-size:.68rem;font-weight:700}.company-picker-option--active{color:var(--accent);font-weight:600}.company-picker-option--active .company-picker-option-currency{background:color-mix(in srgb, var(--accent) 14%, transparent);color:var(--accent)}.company-picker--field{flex-direction:column;align-items:stretch;gap:.4rem}.company-picker-label{color:var(--text);font-size:.82rem;font-weight:600}.company-picker--field .company-picker-trigger{border:1px solid var(--border);background:var(--surface);max-width:none;color:var(--text);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .85rem;font-family:inherit;font-size:.9rem;display:flex}.company-picker--field .company-picker-name{text-align:left;flex:1}.company-picker--field .company-picker-menu{width:100%}.company-picker-error{color:var(--error);font-size:.75rem;font-weight:600}.dashboard-action-btn{background:var(--surface);color:var(--text);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;display:flex;position:relative;box-shadow:0 2px 6px #14141e14,inset 0 1px #ffffffb3}.dashboard-action-btn--icon{border-radius:50%;justify-content:center;width:34px;height:34px;padding:0}.shortcut-hint{background:var(--accent);color:#fff;pointer-events:none;z-index:5;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;font-size:.62rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-7px;right:-7px;box-shadow:0 1px 3px #00000040}.dashboard-action-btn:hover:not(:disabled){color:var(--accent);box-shadow:0 4px 10px #14141e1f,inset 0 1px #ffffffb3}.dashboard-action-btn:disabled{opacity:.6;cursor:default}.dashboard-action-btn--danger:hover:not(:disabled){color:var(--error)}.dashboard-switch{position:relative}.dashboard-switch-menu{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:12px;width:220px;max-height:260px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 12px 32px #14141e29}.dashboard-switch-menu--left{left:0;right:auto}.dashboard-switch-empty{color:var(--text-muted);padding:.5rem .6rem;font-size:.82rem}.dashboard-switch-option{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .6rem;font-family:inherit;font-size:.85rem;display:block;position:relative}.dashboard-switch-option:hover:not(:disabled){background:var(--bg-soft)}.dashboard-switch-option--danger:hover:not(:disabled){color:var(--error)}.dashboard-switch-option:disabled{opacity:.6;cursor:default}.account-tabs{border-bottom:1px solid var(--border);gap:.4rem;margin-bottom:1.25rem;display:flex}.account-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.6rem .2rem;font-family:inherit;font-size:.88rem;font-weight:600}.account-tab+.account-tab{margin-left:1.25rem}.account-tab:hover{color:var(--text)}.account-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.account-panel{flex-direction:column;gap:1rem;max-width:none;display:flex}.account-field{border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;padding-bottom:.9rem;display:flex}.account-field--row{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.account-field--row .account-field-value{text-align:right}.account-field-label{color:var(--text-muted);flex:none;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:inline-flex}.account-field-value{color:var(--text);font-size:.95rem}.account-field-input{border:1px solid var(--border);background:var(--bg);min-width:0;max-width:320px;color:var(--text);border-radius:8px;flex:1;padding:.4rem .6rem;font-family:inherit;font-size:.9rem}.account-field-input:focus{border-color:var(--accent);outline:none}.account-field-input::placeholder{color:var(--text-muted)}.profile-modules-row{gap:.6rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.module-card--sm{border-radius:10px;flex:none;width:76px;min-height:68px;padding:.55rem .35rem;font-size:.68rem}.module-card--sm img,.module-card--sm svg{width:24px;height:24px}.profile-modal-overlay{z-index:100;background:#0f111580;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.profile-modal{background:var(--surface);border:1px solid var(--border);width:100%;max-width:850px;height:700px;max-height:85vh;color:var(--text);border-radius:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0000004d}.profile-modal-close{z-index:1;background:var(--surface);width:30px;height:30px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;left:14px}.profile-modal-close:hover{color:var(--text)}.profile-modal-sidebar{background:var(--bg-soft);border-right:1px solid var(--border);flex-direction:column;flex:none;gap:2px;width:200px;padding:60px 12px 16px;display:flex;overflow-y:auto}.profile-modal-nav-item{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .7rem;font-family:inherit;font-size:.85rem;font-weight:500;display:flex}.profile-modal-nav-item:hover{background:var(--border)}.profile-modal-nav-item--active{background:var(--surface);font-weight:600;box-shadow:0 1px 3px #0000001f}.profile-modal-content{flex:1;min-width:0;padding:24px 28px;overflow-y:auto}.profile-modal-content-title{margin:0 0 1.25rem;font-size:1.05rem;font-weight:700}.profile-modal-save-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;align-self:flex-start;margin-top:.5rem;padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600}.profile-modal-save-btn:hover:not(:disabled){background:var(--accent-hover)}.profile-modal-save-btn:disabled{opacity:.7;cursor:default}.dashboard-switch-option--active{color:var(--accent);font-weight:600}.theme-swatch-trio{margin-right:6px;display:inline-flex}.theme-swatch-trio span{border:1px solid #00000014;border-radius:50%;width:10px;height:10px;margin-left:-4px}.theme-swatch-trio span:first-child{margin-left:0}.appearance-picker-menu{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:12px;width:240px;max-height:70vh;padding:6px;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 12px 32px #14141e29}.appearance-picker-section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:.4rem .6rem .2rem;font-size:.72rem;font-weight:600}.appearance-picker-divider{background:var(--border);height:1px;margin:6px .6rem}.theme-picker-option{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:.5rem .6rem;font-family:inherit;font-size:.85rem;display:flex}button.theme-picker-option:hover{background:var(--bg-soft)}.theme-picker-option--active{color:var(--accent);font-weight:600}.theme-picker-custom{border-top:1px solid var(--border);margin-top:4px;padding-top:6px}.theme-picker-custom-inputs{gap:.6rem;padding:.3rem .6rem .6rem;display:flex}.theme-picker-custom-inputs label{color:var(--text-muted);flex-direction:column;align-items:center;gap:.25rem;font-size:.72rem;display:flex}.theme-picker-custom-inputs input[type=color]{border:1px solid var(--border);cursor:pointer;border-radius:6px;width:28px;height:28px;padding:0}.theme-picker-custom .dashboard-action-btn{justify-content:center;width:calc(100% - 1.2rem);margin:0 .6rem .4rem}.shade-toggle{width:calc(100% - 1.2rem);color:var(--text);cursor:pointer;align-items:center;gap:.5rem;margin:4px .6rem 2px;padding:.4rem 0;font-size:.82rem;display:flex}.shade-toggle input[type=checkbox]{width:15px;height:15px;accent-color:var(--accent);cursor:pointer}.bg-color-picker-grid{grid-template-columns:repeat(5,1fr);gap:8px;padding:4px .6rem .4rem;display:grid}.bg-color-picker-swatch{cursor:pointer;border:1px solid #0000001f;border-radius:50%;width:24px;height:24px;padding:0}.bg-color-picker-swatch--active{outline:2px solid var(--accent);outline-offset:2px}.search-bar{margin-bottom:1.25rem;position:relative}.search-bar-input{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.4rem;max-width:1140px;min-height:2.6rem;padding:.5rem .9rem;display:flex}.search-bar-placeholder{color:var(--text-muted);font-size:.85rem}.search-bar-chip{color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:6px;align-items:center;gap:.2rem;padding:.15rem .4rem;font-size:.8rem;font-weight:600;display:inline-flex}.search-bar-chip-remove{color:inherit;cursor:pointer;background:0 0;border:none;padding:0 .1rem;font-size:.9rem;line-height:1}.search-bar-chip-compare{color:var(--text-muted);font-size:.75rem}.search-bar-input-icon{color:var(--text-muted);flex-shrink:0;margin-left:auto}.search-bar-modal{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:flex-start;width:min(1140px,100%);padding:.75rem 0;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #14141e29}.search-bar-column{flex:auto;min-width:0;max-height:60vh;padding:0 .9rem;overflow-y:auto}.search-bar-column+.search-bar-column{border-left:1px solid var(--border)}@media (width<=720px){.search-bar-modal{flex-direction:column}.search-bar-column{max-height:none;overflow-y:visible}.search-bar-column+.search-bar-column{border-left:none;border-top:1px solid var(--border);margin-top:.5rem;padding-top:.5rem}}.search-bar-section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);align-items:center;gap:.35rem;padding:.2rem .6rem .4rem;font-size:.72rem;font-weight:700;display:flex}.search-bar-section-icon{color:var(--accent);flex:none}.search-bar-caret{color:var(--text-muted);flex:none;margin-left:.3rem;font-size:.7rem}.search-bar-list-item--expanded{background:var(--bg-soft);font-weight:600}.search-bar-detail{border-left:2px solid color-mix(in srgb, var(--accent) 35%, transparent);margin:.15rem 0 .4rem .6rem;padding-left:.5rem}.search-bar-detail-hint{color:var(--text-muted);padding:.1rem .6rem .3rem;font-size:.72rem}.search-bar-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.search-bar-list-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.9rem;padding:.5rem .6rem;font-family:inherit;font-size:.85rem;display:flex}.search-bar-list-item:hover{background:var(--bg-soft)}.search-bar-check{width:1rem;color:var(--accent);flex:none;font-weight:700}.search-bar-list-label{white-space:nowrap;flex:1}.search-bar-list-value{white-space:nowrap;color:var(--accent);flex:none;font-size:.78rem;font-weight:600}.search-bar-divider{border-top:1px solid var(--border);margin-top:.3rem;padding-top:.3rem}.search-bar-compare-section{border-top:1px solid var(--border);margin-top:.6rem;padding-top:.6rem}.search-bar-subheader{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.3rem;font-size:.72rem;font-weight:700}.search-bar-done{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;border-radius:8px;margin-top:.4rem;padding:.5rem;font-family:inherit;font-size:.82rem;font-weight:600}.search-bar-done:hover{border-color:var(--accent);color:var(--accent)}.search-bar-custom{flex-direction:column;gap:.6rem;display:flex}.search-bar-custom label{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.78rem;display:flex}.search-bar-custom input[type=date]{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:.5rem .6rem;font-family:inherit;font-size:.85rem}.search-bar-search-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;margin-bottom:.5rem;padding:.5rem .6rem;font-family:inherit;font-size:.85rem}.search-bar-option-list{flex-direction:column;gap:.1rem;max-height:260px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.search-bar-option-item{width:100%;color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.85rem;display:flex}.search-bar-option-item:hover{background:var(--bg-soft)}.search-bar-option-checkbox{flex-shrink:0}.search-bar-load-more{border:1px dashed var(--border);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;margin-top:.3rem;padding:.4rem;font-family:inherit;font-size:.78rem}.search-bar-load-more:hover{color:var(--accent);border-color:var(--accent)}.search-bar-loading,.search-bar-empty{color:var(--text-muted);padding:.5rem .6rem;font-size:.8rem}.dashboard-view{--dashboard-view-unit-height:100%;flex:auto;width:100%;min-height:0;overflow:hidden auto}.dashboard-view,.dashboard-view-widget-body{scrollbar-width:thin;scrollbar-color:transparent transparent}.dashboard-view:hover,.dashboard-view-widget-body:hover{scrollbar-color:var(--accent) transparent}.dashboard-view::-webkit-scrollbar{width:8px;height:8px}.dashboard-view-widget-body::-webkit-scrollbar{width:8px;height:8px}.dashboard-view::-webkit-scrollbar-track{background:0 0}.dashboard-view-widget-body::-webkit-scrollbar-track{background:0 0}.dashboard-view::-webkit-scrollbar-thumb{background-color:#0000;background-clip:padding-box;border:2px solid #0000;border-radius:8px;transition:background-color .15s}.dashboard-view-widget-body::-webkit-scrollbar-thumb{background-color:#0000;background-clip:padding-box;border:2px solid #0000;border-radius:8px;transition:background-color .15s}.dashboard-view:hover::-webkit-scrollbar-thumb{background-color:var(--accent);opacity:.5}.dashboard-view-widget-body:hover::-webkit-scrollbar-thumb{background-color:var(--accent);opacity:.5}.dashboard-view::-webkit-scrollbar-thumb:hover{background-color:var(--accent-hover)}.dashboard-view-widget-body::-webkit-scrollbar-thumb:hover{background-color:var(--accent-hover)}.dashboard-view-canvas{width:100%;height:100%;min-height:100%;position:relative}.dashboard-view-widget{-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffff8c;border:1px solid #fff6;border-radius:12px;flex-direction:column;display:flex;position:absolute;overflow:hidden;box-shadow:0 8px 24px #14141e0f,inset 0 1px #fff9}.dashboard-page--shaded .dashboard-view-widget--shade-eligible{background:var(--shade-gradient,linear-gradient(135deg, var(--accent) 0%, var(--accent-secondary,#f43f5e) 100%));-webkit-backdrop-filter:none;border-color:#ffffff2e;box-shadow:0 8px 24px #14141e0f}.dashboard-page--shaded .dashboard-view-widget--shade-eligible .dashboard-view-widget-label--kpi,.dashboard-page--shaded .dashboard-view-widget--shade-eligible .widget-kpi-value{color:#fff}.dashboard-page--shaded .dashboard-view-widget--shade-eligible .dashboard-view-widget-info{color:#ffffffd9;border-color:#fff6}.dashboard-page--shaded .dashboard-view-widget--shade-eligible .widget-kpi-insight,.dashboard-page--shaded .dashboard-view-widget--shade-eligible .widget-kpi-insight-segment--neutral{color:#ffffffeb}.dashboard-page--shaded .dashboard-view-widget--shade-eligible .widget-kpi-insight-segment--positive{color:#86efac}.dashboard-page--shaded .dashboard-view-widget--shade-eligible .widget-kpi-insight-segment--negative{color:#fca5a5}.dashboard-view-group-body{flex:auto;width:100%;height:100%;min-height:0;position:relative}.dashboard-view-group-body--stacked{flex-direction:column;display:flex}.dashboard-view-group-body--stacked>.dashboard-view-group-member{width:100%;position:static}.dashboard-view-group-member{flex-direction:column;display:flex;position:absolute;overflow:hidden}.dashboard-view-widget-header{border-bottom:1px solid var(--border);flex:none;padding:.7rem .9rem .5rem}.dashboard-view-widget-header--kpi{border-bottom:none;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dashboard-view-widget-header-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.widget-aspect-switcher.widget-aspect-switcher--inline{max-width:none;position:static;top:auto;right:auto}.dashboard-view-widget-label--kpi{color:var(--text);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.85rem;font-weight:700;overflow:hidden}.dashboard-view-widget-info{border:1px solid var(--border);width:16px;height:16px;color:var(--text-muted);cursor:default;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.65rem;font-style:italic;font-weight:700;display:inline-flex}.dashboard-view-widget-body{flex:1;min-height:0;padding:.75rem .9rem;overflow:auto}.widget-kpi{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.4rem;height:100%;display:flex}.widget-kpi-empty{text-align:center;height:100%;color:var(--success);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.widget-kpi-empty p{color:var(--text-muted);max-width:22rem;font-size:.8rem;font-weight:500}.widget-kpi-value{font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--text);flex-shrink:0;font-family:Manrope,Poppins,sans-serif;font-size:2rem;font-weight:800}@keyframes widget-kpi-insight-roll-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.widget-kpi-insight{color:#18181b;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.2rem;max-height:2.2rem;font-size:.8rem;font-weight:400;animation:.35s widget-kpi-insight-roll-in;display:flex;overflow:hidden}.widget-kpi-insight-icon{align-items:center;margin:0 .05rem;display:inline-flex}.widget-kpi-insight-segment--bold{font-weight:700}.widget-kpi-insight-segment--positive{color:#16a34a}.widget-kpi-insight-segment--negative{color:#dc2626}.widget-kpi-insight-segment--neutral{color:#18181b}.widget-kpi-recent{flex-direction:column;flex:1;width:100%;min-height:0;margin-top:.2rem;display:flex}.widget-kpi-recent-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;flex-shrink:0;margin-bottom:.3rem;font-size:.72rem;font-weight:600}.widget-kpi-recent-table{border-collapse:collapse;flex:1;width:100%;height:100%;font-size:.78rem}.widget-kpi-recent-table td{border-bottom:1px solid var(--border);white-space:nowrap;padding:.25rem 0}.widget-kpi-recent-cell-text{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:9rem;display:inline-block;overflow:hidden}.widget-kpi-recent-amount{text-align:right;font-variant-numeric:tabular-nums}.widget-chart-wrap{width:100%;height:100%;position:relative}.widget-chart-switcher{z-index:2;border:1px solid var(--border);width:24px;height:24px;color:var(--text-muted);cursor:pointer;opacity:0;pointer-events:none;background:#ffffffd9;border-radius:7px;justify-content:center;align-items:center;padding:0;transition:opacity .15s,color .15s,border-color .15s;display:flex;position:absolute;bottom:4px;right:4px}.dashboard-view-widget:hover .widget-chart-switcher{opacity:1;pointer-events:auto}.widget-chart-switcher:hover{color:var(--accent);border-color:var(--accent)}.widget-aspect-switcher{z-index:2;background:#0000000d;border-radius:8px;flex-wrap:wrap;justify-content:flex-end;gap:2px;max-width:calc(100% - 8px);padding:2px;display:flex;position:absolute;top:4px;right:4px}.widget-aspect-pill{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.15rem .55rem;font-size:.68rem;font-weight:600;line-height:1.4;transition:color .15s,background-color .15s,box-shadow .15s}.widget-aspect-pill:hover:not(.widget-aspect-pill--active){color:var(--text)}.widget-aspect-pill--active{color:var(--text);background:#fff;box-shadow:0 1px 3px #14141e2e}.widget-error{color:var(--error);margin:0;font-size:.85rem}.widget-empty,.widget-text{color:var(--text-muted);margin:0;font-size:.85rem}.widget-empty-state{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.widget-empty-state svg{opacity:.5}.widget-empty-state--error{color:var(--error)}.widget-empty-state--error svg{opacity:.75}.widget-empty-state p{margin:0;font-size:.82rem}.widget-table-wrap{overflow-x:auto}.widget-table{border-collapse:collapse;width:100%;font-size:.82rem}.widget-table th,.widget-table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.4rem .6rem}.widget-table th{color:var(--text-muted);font-weight:600}.widget-table td a{color:var(--accent);font-weight:600;text-decoration:none}.widget-table td a:hover{text-decoration:underline}.widget-list{color:var(--text);margin:0;padding-left:1rem;font-size:.82rem}.widget-list li{margin-bottom:.3rem}.mini-calendar{flex-direction:column;height:100%;font-size:.75rem;display:flex}.mini-calendar-header{color:var(--text-muted);flex:none;margin-bottom:.4rem;font-weight:600}.mini-calendar-grid{flex:1;grid-template-columns:repeat(7,1fr);grid-auto-rows:1fr;gap:2px;min-height:0;display:grid}.mini-calendar-weekday{color:var(--text-muted);justify-content:center;align-items:center;font-size:.68rem;font-weight:600;display:flex}.mini-calendar-day{color:var(--text);border-radius:6px;justify-content:center;align-items:center;display:flex;position:relative}.mini-calendar-day--today{background:var(--bg-soft);font-weight:700}.mini-calendar-day--event{color:var(--accent);font-weight:600}.mini-calendar-dot{background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:2px}.admin-page{max-width:1100px;margin:0 auto}.admin-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-toolbar-count{color:var(--text-muted);font-size:.82rem}.admin-search-input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;min-width:240px;padding:.5rem .8rem;font-family:inherit;font-size:.85rem}.admin-table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.85rem}.admin-table th{text-align:left;border-bottom:1px solid var(--border);color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;padding:.7rem 1rem;font-size:.72rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border);color:var(--text);white-space:nowrap;vertical-align:top;padding:.7rem 1rem}.admin-table tr:last-child>td{border-bottom:none}.admin-table-desc{white-space:normal;max-width:320px}.admin-table-muted{color:var(--text-muted);font-size:.78rem}.admin-badge{white-space:nowrap;border-radius:6px;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.admin-badge--active,.admin-badge--resolved{background:color-mix(in srgb, var(--success) 15%, transparent);color:var(--success)}.admin-badge--suspended{background:color-mix(in srgb, var(--error) 15%, transparent);color:var(--error)}.admin-badge--open{background:color-mix(in srgb, var(--accent) 15%, transparent);color:var(--accent)}.admin-badge--in_progress{color:#d97706;background:#d9770626}.admin-empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.85rem}.admin-manage-panel{white-space:normal;flex-direction:column;gap:.75rem;padding:1rem 0;display:flex}.admin-manage-field{flex-direction:column;gap:.3rem;display:flex}.admin-manage-field select,.admin-manage-field textarea{color:var(--text);background:var(--bg);border:1px solid var(--border);resize:vertical;border-radius:8px;padding:.5rem .7rem;font-family:inherit;font-size:.85rem}
