@charset "UTF-8";.splash-screen{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#eef2ff);animation:splash-fade-in .35s ease-out}.splash-brand{display:flex;flex-direction:column;align-items:center;gap:12px}.splash-logo{width:88px;height:88px;object-fit:contain;filter:none;animation:splash-pop .45s ease-out}.splash-title{font-size:20px;font-weight:800;letter-spacing:.22em;color:#0f172a}@keyframes splash-fade-in{0%{opacity:0}to{opacity:1}}@keyframes splash-pop{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.custom-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e7eb;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-modal-header{display:flex;align-items:center;gap:12px;padding:24px 24px 16px;border-bottom:1px solid #f3f4f6}.custom-modal-icon{font-size:24px;flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.custom-modal-title{font-size:18px;font-weight:700;color:#1d1d1f;margin:0;letter-spacing:-.025em}.custom-modal-body{padding:16px 24px 24px}.custom-modal-message{font-size:14px;line-height:1.5;color:#4b5563;margin:0}.custom-modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:0 24px 24px}.custom-modal-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent;min-width:80px}.custom-modal-button.primary{background:#111827;color:#fff;border:none}.custom-modal-button.primary:hover{background:#020617;box-shadow:0 4px 12px #0f172a40}.custom-modal-button.confirm{background:#ef4444;color:#fff;border:none}.custom-modal-button.confirm:hover{background:#dc2626;box-shadow:0 4px 12px #dc262640}.custom-modal-button.cancel{background:#fff;color:#4b5563;border:1px solid #e5e7eb}.custom-modal-button.cancel:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.custom-modal-content.warning .custom-modal-icon{background:#fef3c7;color:#f59e0b}.custom-modal-content.warning .custom-modal-title{color:#92400e}.custom-modal-content.warning .custom-modal-button.confirm{background:#f97316}.custom-modal-content.warning .custom-modal-button.confirm:hover{background:#ea580c;box-shadow:0 4px 12px #ea580c40}.custom-modal-content.warning .custom-modal-button.primary,.custom-modal-content.alert .custom-modal-button.primary,.custom-modal-content.info .custom-modal-button.primary{background:#111827;color:#fff;border:none}.custom-modal-content.warning .custom-modal-button.primary:hover,.custom-modal-content.alert .custom-modal-button.primary:hover,.custom-modal-content.info .custom-modal-button.primary:hover{background:#020617;box-shadow:0 4px 12px #0f172a40}.custom-modal-content.error .custom-modal-icon{background:#fee2e2;color:#dc2626}.custom-modal-content.error .custom-modal-title{color:#dc2626}.custom-modal-content.error .custom-modal-button.confirm{background:#ef4444}.custom-modal-content.error .custom-modal-button.confirm:hover{background:#dc2626;box-shadow:0 4px 12px #dc262640}.custom-modal-content.success .custom-modal-icon{background:#dcfce7;color:#16a34a}.custom-modal-content.success .custom-modal-title{color:#16a34a}.custom-modal-content.success .custom-modal-button.confirm{background:#16a34a;color:#fff}.custom-modal-content.success .custom-modal-button.confirm:hover{background:#15803d;box-shadow:0 4px 12px #16a34a40}.custom-modal-content.success .custom-modal-button.primary{background:#111827;color:#fff}.custom-modal-content.success .custom-modal-button.primary:hover{background:#020617;box-shadow:0 4px 12px #0f172a40}.custom-modal-content.info .custom-modal-icon{background:#dbeafe;color:#2563eb}.custom-modal-content.info .custom-modal-title{color:#111827}.custom-modal-content.premium-upsell-modal{max-width:520px;border-radius:16px;border-color:#e5e7eb;background:#fff;box-shadow:0 18px 45px #0f172a1f,0 0 0 1px #0f172a05;overflow:hidden}.custom-modal-content.premium-upsell-modal .custom-modal-header{display:none}.custom-modal-content.premium-upsell-modal .custom-modal-body{padding:22px 24px 18px;background:linear-gradient(180deg,#f9fafb,#fff 40%)}.premium-upsell-modal__content{display:flex;flex-direction:column;gap:14px}.premium-upsell-modal__brand{display:flex;align-items:center;justify-content:space-between;gap:12px}.premium-upsell-modal__brand-left{display:flex;align-items:center;gap:10px}.premium-upsell-modal__logo{width:28px;height:28px;object-fit:contain}.premium-upsell-modal__brand-text{display:flex;flex-direction:column}.premium-upsell-modal__brand-name{font-size:14px;font-weight:800;letter-spacing:.08em;color:#111827}.premium-upsell-modal__brand-tagline{font-size:12px;color:#6b7280}.premium-upsell-modal__pill{padding:4px 10px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#111827;background:#f9fafb;border:1px solid #e5e7eb}.premium-upsell-modal__title{margin:4px 0;font-size:18px;font-weight:700;letter-spacing:-.02em;color:#111827}.premium-upsell-modal__subtitle{margin:0 0 4px;font-size:14px;color:#4b5563}.premium-upsell-modal__features{margin:8px 0 4px;padding-left:18px;list-style:disc;color:#111827}.premium-upsell-modal__features li{font-size:13px;margin-bottom:4px}.premium-upsell-modal__note{margin:8px 0 0;font-size:12px;color:#6b7280}.custom-modal-content.premium-upsell-modal .custom-modal-footer{padding:0 24px 20px;border-top:1px solid #f3f4f6;background:#fff;margin-top:18px}.custom-modal-content.premium-upsell-modal .custom-modal-button.confirm{position:relative;background:linear-gradient(135deg,#111827,#000);color:#fff;border:none;padding:12px 26px;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:10px;box-shadow:0 8px 22px #0f172a73,0 3px 6px #0f172a59;overflow:hidden}.custom-modal-content.premium-upsell-modal .custom-modal-button.confirm:hover{background:#000;box-shadow:0 10px 26px #0f172a8c,0 4px 10px #0f172a66}.custom-modal-content.premium-upsell-modal .custom-modal-button.confirm:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(249,250,251,.5),transparent);transition:left .5s ease}.custom-modal-content.premium-upsell-modal .custom-modal-button.confirm:hover:before{left:100%}.custom-modal-content.premium-upsell-modal .custom-modal-button.cancel{background:#fff;color:#4b5563;border:1px solid #e5e7eb}.custom-modal-content.premium-upsell-modal .custom-modal-button.cancel:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.custom-modal-content.confirm .custom-modal-icon{background:#fef2f2;color:#b91c1c}.custom-modal-content.confirm .custom-modal-title{color:#111827}.custom-modal-content.confirm.subscription-cancel .custom-modal-message{background:#fef2f2;padding:16px;border-radius:8px;border:1px solid #fecaca;margin-bottom:16px}.custom-modal-content.confirm.subscription-cancel .custom-modal-button.confirm{background:#ef4444;color:#fff}.custom-modal-content.confirm.subscription-cancel .custom-modal-button.confirm:hover{background:#dc2626;box-shadow:0 4px 12px #dc444440}.custom-modal-content.confirm.account-delete{max-width:430px;border-radius:10px}.custom-modal-content.confirm.account-delete .custom-modal-header{padding:16px 18px 10px;border-bottom:1px solid #f3f4f6}.custom-modal-content.confirm.account-delete .custom-modal-title{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;letter-spacing:0;color:#111827}.custom-modal-content.confirm.account-delete .custom-modal-title:before{content:"";width:16px;height:16px;flex-shrink:0;background-image:url(/BlackTr.png);background-repeat:no-repeat;background-position:center;background-size:contain}.custom-modal-content.confirm.account-delete .custom-modal-body{padding:10px 18px 12px}.custom-modal-content.confirm.account-delete .custom-modal-message{background:#fef2f2;border:1px solid #fecaca;border-radius:7px;padding:12px 13px;margin-bottom:8px;font-size:13px;line-height:1.45;color:#7f1d1d}.custom-modal-content.confirm.account-delete .custom-modal-footer{padding:14px 18px 16px;gap:8px;align-items:center;border-top:1px solid #f3f4f6}.custom-modal-content.confirm.account-delete .custom-modal-button.confirm,.custom-modal-content.confirm.account-delete .custom-modal-button.cancel{display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;padding:8px 14px;min-height:34px;font-size:12px;font-weight:600;min-width:0;line-height:1.15;box-shadow:none}.custom-modal-content.confirm.account-delete .custom-modal-button.cancel{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.custom-modal-content.confirm.account-delete .custom-modal-button.cancel:hover{background:#f9fafb;border-color:#d1d5db;color:#111827;box-shadow:none}.custom-modal-content.confirm.account-delete .custom-modal-button.cancel:focus-visible{outline:2px solid rgba(148,163,184,.28);outline-offset:1px;box-shadow:none}.custom-modal-content.confirm.account-delete .custom-modal-button.confirm{background:#ef4444;border:1px solid #ef4444;color:#fff}.custom-modal-content.confirm.account-delete .custom-modal-button.confirm:hover{background:#dc2626;border-color:#dc2626;box-shadow:none}.custom-modal-content.confirm.account-delete .custom-modal-button.confirm:focus-visible{outline:2px solid rgba(248,113,113,.3);outline-offset:1px;box-shadow:none}.custom-modal-content.confirm.subscription-renew{max-width:430px;border-radius:10px}.custom-modal-content.confirm.subscription-renew .custom-modal-header{padding:16px 18px 10px;border-bottom:1px solid #f3f4f6}.custom-modal-content.confirm.subscription-renew .custom-modal-title{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;letter-spacing:0}.custom-modal-content.confirm.subscription-renew .custom-modal-title:before{content:"";width:16px;height:16px;flex-shrink:0;background-image:url(/BlackTr.png);background-repeat:no-repeat;background-position:center;background-size:contain}.custom-modal-content.confirm.subscription-renew .custom-modal-body{padding:10px 18px 12px}.custom-modal-content.confirm.subscription-renew .custom-modal-message{background:#f8fafc;padding:12px 13px;border-radius:7px;border:1px solid #e5e7eb;margin-bottom:8px;font-size:13px;line-height:1.45;color:#4b5563}.custom-modal-content.confirm.subscription-renew .custom-modal-footer{padding:14px 18px 16px;gap:8px;align-items:center}.custom-modal-content.confirm.subscription-renew .custom-modal-button.confirm,.custom-modal-content.confirm.subscription-renew .custom-modal-button.cancel{display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;padding:8px 14px;min-height:34px;font-size:12px;font-weight:600;min-width:0;line-height:1.15}.custom-modal-content.confirm.subscription-renew .custom-modal-button.confirm{background:#f3f4f6;color:#1f2937;border:1px solid #d7dce2;box-shadow:none}.custom-modal-content.confirm.subscription-renew .custom-modal-button.confirm:hover{background:#fff;color:#111827;border-color:#cfd6de;box-shadow:none}.custom-modal-content.confirm.subscription-renew .custom-modal-button.confirm:focus-visible{outline:none;border-color:#bac4cf;box-shadow:0 0 0 3px #94a3b833}html[data-theme=dark] .custom-modal-content.confirm.account-delete{background:#111214;border-color:#2a2a2a}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-header{border-bottom-color:#2a2a2a}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-title{color:#fff}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-title:before{background-image:url(/WhiteTr.png)}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-message{background:#7f1d1d33;border-color:#f871715c;color:#fecaca}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-footer{border-top-color:#2a2a2a}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-button.cancel{border-color:#35353a;background-color:#1c1c20;color:#d4d4d8}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-button.cancel:hover{border-color:#45454d;background-color:#24242a;color:#f5f5f5}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-button.cancel:focus-visible{outline:2px solid rgba(161,161,170,.28);outline-offset:1px;box-shadow:none}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-button.confirm{background:#b91c1c;border-color:#b91c1c;color:#fff}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-button.confirm:hover{background:#991b1b;border-color:#991b1b;color:#fff}html[data-theme=dark] .custom-modal-content.confirm.account-delete .custom-modal-button.confirm:focus-visible{outline:2px solid rgba(248,113,113,.26);outline-offset:1px;box-shadow:none}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew{background:#111214;border-color:#2a2a2a}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-message{background:#171717;border-color:#2a2a2a;color:#d4d4d8}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-header{border-bottom-color:#2a2a2a}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-title{color:#f4f4f5}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-title:before{background-image:url(/WhiteTr.png)}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-footer{border-top:1px solid #2a2a2a}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-button.cancel{border-color:#35353a;background-color:#1c1c20;color:#d4d4d8}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-button.cancel:hover{border-color:#45454d;background-color:#24242a;color:#f5f5f5}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-button.cancel:focus-visible{outline:2px solid rgba(161,161,170,.28);outline-offset:1px;box-shadow:none}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-button.confirm{border-color:#3a3a40;background-color:#2a2a31;color:#f1f5f9}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-button.confirm:hover{border-color:#4a4a53;background-color:#353540;color:#fff}html[data-theme=dark] .custom-modal-content.confirm.subscription-renew .custom-modal-button.confirm:focus-visible{border-color:#5a5a66;box-shadow:none;outline:2px solid rgba(161,161,170,.26);outline-offset:1px}@media (max-width: 768px){.custom-modal-overlay{padding:16px}.custom-modal-content{max-width:100%;margin:0;border-radius:12px}.custom-modal-header{padding:20px 20px 16px}.custom-modal-body{padding:16px 20px 20px}.custom-modal-footer{padding:0 20px 20px;flex-direction:column}.custom-modal-button{width:100%;margin:0}}.custom-modal-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.custom-modal-button:disabled:hover{transform:none;box-shadow:none}.custom-modal-overlay.closing{animation:fadeOut .2s ease-out}.custom-modal-content.closing{animation:slideOut .2s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}.toast{position:fixed;top:24px;right:24px;z-index:9999;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 4px 16px #0000000a,0 8px 32px #00000005;max-width:400px;min-width:320px;opacity:0;transform:translate(100%) scale(.96);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;-webkit-user-select:none;user-select:none;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif}.toast-visible{opacity:1;transform:translate(0) scale(1)}.toast-leaving{opacity:0;transform:translate(100%) scale(.96)}.toast-content{display:flex;align-items:center;gap:12px;padding:16px 20px;min-height:52px}.toast-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.toast-icon{width:16px;height:16px;flex-shrink:0}.toast-message{flex:1;font-size:14px;font-weight:500;line-height:1.4;color:#09090b;letter-spacing:-.01em}.toast-close{width:20px;height:20px;padding:0;background:none;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#71717a;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0}.toast-close:hover{background:#0000000a;color:#09090b}.toast-close:active{background:#00000014}.toast-close svg{width:14px;height:14px}.toast-success{border-left:3px solid #22c55e}.toast-success .toast-icon{color:#22c55e}.toast-info{border-left:3px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-warning{border-left:3px solid #f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast-error{border-left:3px solid #ef4444}.toast-error .toast-icon{color:#ef4444}@media (prefers-color-scheme: dark){.toast{background:#18181bf2;border-color:#ffffff14;box-shadow:0 4px 16px #0003,0 8px 32px #0000001a}.toast-message{color:#fafafa}.toast-close{color:#a1a1aa}.toast-close:hover{background:#ffffff14;color:#fafafa}.toast-close:active{background:#ffffff1f}}@media (max-width: 480px){.toast{top:16px;right:16px;left:16px;max-width:none;min-width:auto}}.toast:hover{box-shadow:0 6px 20px #0000000f,0 12px 40px #0000000a}.toast-close:focus{outline:2px solid #09090b;outline-offset:2px}@media (prefers-color-scheme: dark){.toast-close:focus{outline-color:#fafafa}}@media (prefers-reduced-motion: reduce){.toast{animation:none;transition:opacity .2s ease}}.app{height:100vh;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:rgb(var(--background))}@supports (height: 100dvh){.app{height:100dvh;min-height:100dvh}}.main-content{flex:1;overflow-y:auto;min-height:0}.landing-content{flex:1;overflow-y:auto;background:rgb(var(--background))}html.landing-surface-page,html.landing-surface-page body{background:rgb(var(--background))!important}body.landing-surface-page{--landing-surface: rgb(var(--background))}body.landing-surface-page,body.landing-surface-page #root,body.landing-surface-page .app,body.landing-surface-page .main-content,body.landing-surface-page .landing-content{background:var(--landing-surface)!important}.landing{--landing-gap: 56px;--landing-pad-top: 36px}.payment-success-message{position:fixed;top:16px;right:16px;background:linear-gradient(135deg,#34d399,#10b981);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 10px 25px #10b9814d;z-index:10000;animation:slideInRight .4s ease;font-weight:500;font-size:14px}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}html[data-theme=dark].dashboard-surface-page,html[data-theme=dark].dashboard-surface-page body,html[data-theme=dark] body.dashboard-surface-page,html[data-theme=dark] body.dashboard-surface-page #root,html[data-theme=dark] body.dashboard-surface-page .app,html[data-theme=dark] body.dashboard-surface-page .main-content{background:rgb(var(--background))!important}@media (max-width: 800px){.app{height:auto;min-height:100vh;overflow-x:hidden;overflow-y:visible}.main-content,.landing-content{flex:0 0 auto;min-height:auto;overflow-y:visible}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100vh;min-height:100vh;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:rgb(var(--background));color:rgb(var(--foreground))}#root{height:100vh;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;background:rgb(var(--background))}:root{--background: 255 255 255;--foreground: 29 29 31;--muted-foreground: 107 114 128;--border: 229 229 231;--radius: 8px}:root[data-theme=dark]{--background: 29 29 29;--foreground: 245 245 245;--muted-foreground: 163 163 163;--border: 38 38 38}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark],html[data-theme=dark] body{background:rgb(var(--background));color:#e5e7eb}@supports (height: 100dvh){html,body,#root{height:100dvh;min-height:100dvh}}h1{font-size:32px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#1d1d1f}h2{font-size:24px;font-weight:600;line-height:1.2;color:#1d1d1f}p{line-height:1.5;color:#6b7280;font-size:16px}button{font-family:inherit;font-size:14px;font-weight:500;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s ease;outline:none}input,textarea{font-family:inherit;font-size:14px;border:1px solid rgb(var(--border));border-radius:var(--radius);padding:8px 12px;background:rgb(var(--background));transition:all .2s ease;outline:none}@media (max-width: 800px){input,textarea,select{font-size:16px}html,body,#root{height:auto;min-height:100vh;overflow-x:hidden;overflow-y:auto}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6b72804d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6b728080}.fade-on-load>:not(.loading-overlay):not(.loading-center){opacity:0;transform:translateY(6px);transition:opacity .24s ease,transform .24s ease;will-change:opacity,transform}.fade-on-load.is-loaded>:not(.loading-overlay):not(.loading-center){opacity:1;transform:none}.fade-in-once{animation:fadeInUp .26s ease-out both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.fade-on-load>*,.fade-on-load.is-loaded>*{transition:none!important;opacity:1!important;transform:none!important}.fade-in-once{animation:none!important}}
