body{font-family:Assistant,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:.01em;background-color:#f8fafc;background-image:radial-gradient(at 0% 0%,hsla(161,84%,90%,.1) 0,transparent 50%),radial-gradient(at 50% 0%,hsla(220,100%,95%,.1) 0,transparent 50%),radial-gradient(at 100% 0%,hsla(262,84%,90%,.1) 0,transparent 50%);background-attachment:fixed;color:#1e293b}:root{--premium-shadow: 0 10px 15px -3px rgba(0, 0, 0, .04), 0 4px 6px -2px rgba(0, 0, 0, .02), 0 0 0 1px rgba(0, 0, 0, .02);--premium-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .05), 0 10px 10px -5px rgba(0, 0, 0, .03), 0 0 0 1px rgba(0, 0, 0, .1);--glass-bg: rgba(255, 255, 255, .75);--glass-border: rgba(255, 255, 255, .5)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--premium-shadow)}.premium-gradient-emerald{background:linear-gradient(135deg,#10b981,#059669)}.premium-gradient-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#00000003}::-webkit-scrollbar-thumb{background:#00000014;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#00000026}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes reminder-pulse{0%,to{box-shadow:0 4px 20px #facc1533;border-color:#fde047}50%{box-shadow:0 4px 30px #eab30880;border-color:#eab308}}.animate-float{animation:float 4s ease-in-out infinite}.animate-in{animation:fadeIn .4s cubic-bezier(.16,1,.3,1) forwards}.premium-card{transition:all .4s cubic-bezier(.16,1,.3,1)}.premium-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:var(--premium-shadow-lg)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.chat-history-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(16,185,129,.45) rgba(15,23,42,.06);scrollbar-gutter:stable}.chat-history-scrollbar::-webkit-scrollbar{width:10px}.chat-history-scrollbar::-webkit-scrollbar-track{background:#0f172a0f;border-radius:999px}.chat-history-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#10b9818c,#059669b3);border-radius:999px;border:2px solid rgba(255,255,255,.85)}.chat-history-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#10b981bf,#059669e6)}.recharts-wrapper,.recharts-surface,.recharts-legend-wrapper,.recharts-tooltip-wrapper{outline:none!important;border:none!important;box-shadow:none!important}svg,rect,path{outline:none!important}.auth-shell{min-height:100vh;display:grid;place-items:center;background:#eceff3;padding:20px}.auth-frame{width:min(1100px,100%);min-height:min(700px,calc(100vh - 40px));background:#f7f9fc;border:1px solid #d9dee6;border-radius:16px;box-shadow:0 12px 32px #171f3014;padding:18px;display:grid;grid-template-columns:1fr 1.12fr;gap:18px}.auth-login-panel{background:#fff;border-radius:14px;border:1px solid #e5e9ef;padding:24px 26px;display:flex;flex-direction:column}.auth-login-header{display:flex;align-items:center;margin-bottom:46px}.auth-logo-image{height:40px;width:auto;object-fit:contain;display:block}.auth-login-copy{text-align:center;margin-bottom:18px}.auth-inline-cta{margin:12px 0 0;text-align:center;font-size:.87rem;color:#5fa83d}.auth-inline-link-btn{background:transparent;border:none;color:#5fa83d;cursor:pointer;font-size:.87rem;font-weight:700;padding:0;text-decoration:none;display:inline}.auth-inline-link-btn:hover{text-decoration:underline;color:#4d8d31}.auth-login-copy h1{margin:0;font-size:clamp(2.05rem,2.1vw,2.4rem);color:#1a202e;font-weight:800}.auth-login-copy p{margin:6px 0 0;color:#6d7485;font-size:.95rem}.auth-form-fields{display:flex;flex-direction:column;gap:11px}.auth-input-group{display:flex;flex-direction:column;gap:6px}.auth-input-group span{font-size:.8rem;font-weight:600;color:#5e6578}.auth-input-group input{border:1px solid #d7deea;border-radius:8px;background:#fff;padding:11px 12px;font-size:.92rem;color:#1f2937;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.auth-input-group input:focus{border-color:#85d360;box-shadow:0 0 0 3px #85d36033}.auth-submit-btn{margin-top:14px;border:0;border-radius:9px;padding:11px 12px;background:linear-gradient(135deg,#85d360,#6eb84b);color:#fff;font-size:.94rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:7px;box-shadow:0 4px 16px #6eb84b57}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-link-btn{margin-top:12px;border:0;background:transparent;color:#5fa83d;font-size:.87rem;font-weight:700;cursor:pointer;text-align:center}.auth-link-btn:hover{color:#4d8d31;text-decoration:underline}.auth-forgot-password-wrap{margin:0 0 2px;text-align:center;color:#c35555;font-size:.79rem;font-weight:500;opacity:.92}.auth-forgot-password-label{color:inherit}.auth-forgot-password-btn{border:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;padding:0}.auth-forgot-password-btn:hover{color:#ad3f3f;text-decoration:underline}.auth-error-banner{display:flex;align-items:center;gap:10px;margin-bottom:14px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:10px;padding:11px 12px;font-size:.9rem}.auth-info-banner{border:1px solid #bfe7ab;background:#eef9e7;color:#2f6f1f;border-radius:10px;padding:12px;font-size:.9rem;line-height:1.4}.auth-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:#4b5563;font-size:.92rem;margin:10px 0 14px}.auth-terms-note{margin:2px 0 0;text-align:center;color:#8b93a4;font-size:.76rem}.auth-terms-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.session-conflict-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;animation:scOverlayIn .2s ease}.session-conflict-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.session-conflict-popup{position:relative;background:#fff;border-radius:18px;box-shadow:0 20px 60px #00000040,0 0 0 1px #0000000f;padding:36px 32px 28px;max-width:400px;width:90%;text-align:center;animation:scPopupIn .25s ease}.session-conflict-icon{font-size:2.5rem;margin-bottom:10px}.session-conflict-title{margin:0 0 8px;font-size:1.25rem;font-weight:800;color:#1f2937}.session-conflict-text{margin:0 0 4px;font-size:.92rem;color:#4b5563;line-height:1.6}.session-conflict-subtext{margin:0 0 22px;font-size:.88rem;color:#6b7280}.session-conflict-actions{display:flex;flex-direction:column;gap:10px}.session-conflict-btn-confirm{border:0;border-radius:10px;padding:12px 16px;background:linear-gradient(135deg,#85d360,#6eb84b);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #6eb84b59;transition:transform .15s ease,box-shadow .15s ease}.session-conflict-btn-confirm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #6eb84b73}.session-conflict-btn-confirm:disabled{opacity:.7;cursor:not-allowed}.session-conflict-btn-cancel{border:1px solid #d1d5db;border-radius:10px;padding:10px 16px;background:#fff;color:#6b7280;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.session-conflict-btn-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.session-conflict-btn-cancel:disabled{opacity:.6;cursor:not-allowed}@keyframes scOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes scPopupIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-register-terms{margin-top:12px;display:flex;align-items:center;justify-content:flex-start;width:100%;gap:2px;flex-wrap:wrap;text-align:right;color:#8b93a4;font-size:.76rem}.auth-register-terms-checkbox{display:inline-flex;align-items:center;gap:6px;cursor:pointer;position:relative}.auth-register-terms-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.auth-register-terms-indicator{width:16px;height:16px;border:1.5px solid #c9d1de;border-radius:999px;background:#fff;display:inline-block;flex-shrink:0;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:none}.auth-register-terms-indicator:after{content:"";display:block;width:8px;height:8px;margin:2.5px auto 0;border-radius:999px;background:#6eb84b;transform:scale(0);transition:transform .2s ease}.auth-register-terms-input:checked+.auth-register-terms-indicator{border-color:#6eb84b}.auth-register-terms-input:checked+.auth-register-terms-indicator:after{transform:scale(1)}.auth-register-terms-input:focus+.auth-register-terms-indicator,.auth-register-terms-input:active+.auth-register-terms-indicator,.auth-register-terms-input:focus-visible+.auth-register-terms-indicator{box-shadow:none}.auth-register-terms-link{color:#4d8d31;text-decoration:underline;text-underline-offset:2px;font-weight:600;font-size:inherit}.auth-security-notes{margin-top:auto;padding-top:14px;text-align:center}.auth-security-note{margin:0;color:#8b93a4;font-size:.76rem}.auth-security-note+.auth-security-note{margin-top:4px}.auth-payment-methods-image{width:100%;max-width:280px;margin:8px auto 0;display:block}.auth-visual-panel{position:relative;border-radius:14px;overflow:hidden;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.12),transparent 43%),radial-gradient(circle at 85% 78%,rgba(90,160,58,.42),transparent 40%),linear-gradient(147deg,#7ac752,#69b947 42%,#4f9734);border:1px solid rgba(255,255,255,.2)}.auth-visual-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,.035) 1px,transparent 1px,transparent 82px)}.auth-visual-content{position:relative;z-index:1;padding:clamp(24px,4vw,46px);color:#f3ffec}.auth-visual-content h2{margin:0;font-weight:800;line-height:1.12;letter-spacing:.1px;font-size:clamp(1.8rem,2.2vw,2.45rem);max-width:none;white-space:nowrap}.auth-visual-content p{margin:8px 0 0;color:#f4ffece0;font-size:.98rem;line-height:1.5;max-width:520px}.auth-visual-tags{margin-top:78px;display:flex;flex-wrap:wrap;gap:8px}.auth-visual-tags span{border:1px solid rgba(255,255,255,.34);background:#ffffff1f;color:#f4ffe9;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:600}.auth-dashboard-mock{margin-top:16px;border-radius:16px;border:1px solid rgba(255,255,255,.45);background:linear-gradient(180deg,#fffffffa,#f2faeef5);color:#1f2937;padding:12px;box-shadow:0 20px 60px #27531845}.auth-dashboard-toolbar{display:flex;align-items:center;gap:7px;padding-bottom:10px}.auth-dashboard-toolbar i{width:8px;height:8px;border-radius:50%;background:#9acb86}.auth-dashboard-toolbar span{margin-right:6px;font-size:.74rem;color:#5a6a53;font-weight:700}.auth-dashboard-image{border:1px solid #d7e9cf;border-radius:12px;background:#f6fbf4;min-height:220px;display:grid;grid-template-columns:110px 1fr;overflow:hidden}.auth-dashboard-side{border-left:1px solid #deeed8;background:#edf7e8;padding:12px 8px;display:flex;flex-direction:column;gap:7px}.auth-dashboard-side span{font-size:.7rem;color:#4f5f48;border-radius:8px;padding:6px 7px}.auth-dashboard-side span.is-active{background:#dff0d6;color:#2f6d20;font-weight:700}.auth-dashboard-main{padding:12px;display:flex;flex-direction:column;gap:10px}.auth-dashboard-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.auth-mini-card{border:1px solid #e1eddc;background:#fff;border-radius:9px;padding:7px}.auth-mini-card small{display:block;font-size:.63rem;color:#6f7f6a}.auth-mini-card strong{display:block;margin-top:3px;font-size:.95rem;color:#1e2d1b}.auth-dashboard-graph{display:flex;align-items:end;gap:6px;height:62px;padding:8px 10px;border:1px solid #e0ebdb;border-radius:10px;background:#fff}.auth-dashboard-graph i{width:12px;background:linear-gradient(180deg,#9de27d,#6bb94a);border-radius:4px}.auth-dashboard-graph i:nth-child(1){height:32%}.auth-dashboard-graph i:nth-child(2){height:65%}.auth-dashboard-graph i:nth-child(3){height:48%}.auth-dashboard-graph i:nth-child(4){height:82%}.auth-dashboard-graph i:nth-child(5){height:58%}.auth-dashboard-line{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:6px;padding:7px 10px;border:1px solid #e0ebdb;border-radius:10px;background:#fff;font-size:.72rem;align-items:center}.auth-dashboard-line span{color:#33452e}.auth-dashboard-line b{color:#2f6f20;font-size:.72rem}.auth-dashboard-line em{color:#758772;font-style:normal}@media(max-width:980px){.auth-frame{grid-template-columns:1fr;min-height:auto}.auth-visual-content h2{white-space:normal}.auth-visual-panel{min-height:320px;order:-1}.auth-dashboard-image{grid-template-columns:1fr}.auth-dashboard-side{border-left:0;border-bottom:1px solid #deeed8;flex-direction:row;flex-wrap:wrap}}
