@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-background:#0a0a0f;--bg-card:#ffffff06;--bg-sidebar:#0a0a0feb;--bg-secondary:#ffffff0a;--bg-elevated:#111118;--foreground:#f1f5f9;--foreground-muted:#94a3b8;--muted-foreground:#64748b;--primary:#a855f7;--primary-rgb:168, 85, 247;--primary-foreground:#fff;--emerald:#34d399;--emerald-rgb:52, 211, 153;--amber:#f59e0b;--amber-rgb:245, 158, 11;--warning:#f59e0b;--red:#ef4444;--orange:#fb923c;--yellow:#eab308;--fuchsia:#d946ef;--slate:#94a3b8;--border:#ffffff1a;--border-sidebar:#ffffff0f;--border-primary:#a855f733;--ring:#a855f74d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-3xl:28px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-xl:0 12px 48px #0009;--shadow-2xl:0 20px 64px #000000b3;--shadow-glow-primary:0 0 30px #a855f733;--shadow-glow-emerald:0 0 30px #34d39926;--sidebar-width:288px;--header-height:72px;--font-mono:"JetBrains Mono", "Fira Code", monospace;--bg-base:#0a0a0f;--primary-muted:#a855f726;--accent:#34d399;--accent-muted:#34d39926;--info:#60a5fa;--danger:#ef4444;--danger-muted:#ef44441f;--warning-muted:#f59e0b26;--border-subtle:#ffffff0a;--border-default:#ffffff1a;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-tertiary:#64748b}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 60% at 50% -20%,#a855f714,#0000),radial-gradient(60% 50% at 80% 80%,#34d3990a,#0000);position:fixed;inset:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff1f}.app-container{z-index:1;min-height:100vh;display:flex;position:relative}.main-content-wrapper{margin-left:var(--sidebar-width);flex:1;min-height:100vh;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.main-content{max-width:1600px;min-height:100vh;margin-left:0;padding:1rem}@media (width>=768px){.main-content{padding:1.5rem}}@media (width>=1024px){.main-content{margin-left:2rem;padding:2rem}}.sidebar{z-index:50;height:100%;width:var(--sidebar-width);border-right:1px solid var(--border-sidebar);background:var(--bg-sidebar);-webkit-backdrop-filter:blur(24px);flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar-bg{pointer-events:none;background:radial-gradient(circle at top,#a855f71f,#0000 35%);position:absolute;inset:0}.sidebar-brand-wrap{z-index:10;border-bottom:1px solid var(--border-sidebar);padding:1.5rem;position:relative}.sidebar-brand-inner{justify-content:space-between;align-items:center;display:flex}.sidebar-brand{align-items:center;gap:1rem;display:flex}.sidebar-brand-icon{border-radius:var(--radius-lg);background:#a855f726;border:1px solid #a855f733;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 0 24px #a855f71f}.sidebar-brand-icon svg{color:var(--primary)}.sidebar-brand h1{color:var(--foreground);font-size:1.5rem;font-weight:900;line-height:1}.sidebar-brand h1 span{color:var(--primary)}.sidebar-brand-sub{text-transform:uppercase;letter-spacing:.3em;color:var(--muted-foreground);margin-top:4px;font-size:10px}.sidebar-close-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.sidebar-close-btn:hover{color:var(--foreground)}.sidebar-progress-card{z-index:10;margin-top:1rem;padding:0 1rem;position:relative}.sidebar-progress-card-inner{border-radius:var(--radius-lg);background:#a855f71a;border:1px solid #a855f733;padding:1rem}.sidebar-progress-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.sidebar-progress-icon{border-radius:var(--radius-md);background:#a855f726;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-progress-icon svg{color:var(--primary)}.sidebar-progress-title{color:var(--primary);font-size:.875rem;font-weight:900}.sidebar-progress-desc{color:var(--muted-foreground);font-size:10px}.sidebar-progress-bar-wrap{margin-bottom:.5rem}.sidebar-progress-label-row{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.sidebar-progress-label{color:var(--muted-foreground);font-size:10px}.sidebar-progress-pct{color:var(--primary);font-size:10px;font-weight:900}.sidebar-progress-bar{background:#0003;border-radius:9999px;height:8px;overflow:hidden}.sidebar-progress-fill{background:var(--primary);border-radius:9999px;height:100%;transition:width .6s}.sidebar-progress-footer{color:var(--muted-foreground);font-size:10px;line-height:1.4}.sidebar-nav{z-index:10;flex-direction:column;flex:1;gap:4px;padding:1.25rem .75rem;display:flex;position:relative;overflow-y:auto}.nav-item{border-radius:var(--radius-lg);color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.nav-item:hover{color:var(--foreground);background:#ffffff0f}.nav-item--active{color:var(--primary);background:#a855f726;border:1px solid #a855f733;box-shadow:0 4px 12px #a855f714}.nav-item-bg{pointer-events:none;background:radial-gradient(circle at 0,#a855f71f,#0000 60%);position:absolute;inset:0}.nav-item-content{z-index:10;align-items:center;gap:.75rem;width:100%;display:flex;position:relative}.nav-item-icon{border-radius:var(--radius-md);background:#ffffff0a;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.nav-item:not(.nav-item--active):hover .nav-item-icon{background:#ffffff14}.nav-item--active .nav-item-icon{color:var(--primary);background:#a855f726}.nav-item-label{flex:1}.nav-item-badge{color:var(--primary);letter-spacing:.05em;background:#a855f726;border:1px solid #a855f733;border-radius:9999px;padding:2px 8px;font-size:9px;font-weight:900}.sidebar-footer{z-index:10;border-top:1px solid var(--border-sidebar);padding:1rem;position:relative}.sidebar-footer-card{border-radius:var(--radius-lg);background:#34d3991a;border:1px solid #34d39933;padding:1rem}.sidebar-footer-card-inner{align-items:flex-start;gap:.75rem;display:flex}.sidebar-footer-icon{border-radius:var(--radius-md);background:#34d39926;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-footer-icon svg{color:var(--emerald)}.sidebar-footer-title{color:var(--emerald);margin-bottom:4px;font-size:.875rem;font-weight:900}.sidebar-footer-desc{color:var(--muted-foreground);font-size:11px;line-height:1.4}.header{z-index:40;-webkit-backdrop-filter:blur(24px);background:#0a0a0fe6;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:none;position:sticky;top:0}.header-mobile-left{align-items:center;gap:.75rem;display:flex}.header-menu-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.header-menu-btn:hover{background:#ffffff0f}.header-mobile-brand p:first-child{color:var(--foreground);font-size:.875rem;font-weight:900}.header-mobile-brand p:first-child span{color:var(--primary)}.header-mobile-brand p:last-child{color:var(--muted-foreground);font-size:10px}.header-mobile-bell{border-radius:var(--radius-md);background:#a855f71a;border:1px solid #a855f733;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.header-mobile-bell svg{color:var(--primary)}.header-desktop{z-index:30;-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-sm);background:#0a0a0fcc;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin:4px 4px 0 2rem;padding:.5rem 1.25rem 1.25rem;display:none;position:sticky;top:0}.header-search-wrap{border-radius:var(--radius-lg);border:1px solid var(--border);background:#ffffff0a;align-items:center;gap:.5rem;width:320px;padding:.5rem 1rem;display:flex}.header-search-wrap svg{color:var(--muted-foreground);flex-shrink:0}.header-search-input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.875rem}.header-search-input::placeholder{color:var(--muted-foreground)}.header-stats{align-items:center;gap:.75rem;display:flex}.header-stat-card{border-radius:var(--radius-lg);min-width:150px;padding:.75rem 1rem}.header-stat-card--revenue{background:#34d3991a;border:1px solid #34d39933}.header-stat-card--profit{background:#a855f71a;border:1px solid #a855f733}.header-stat-label{text-transform:uppercase;color:var(--muted-foreground);margin-bottom:4px;font-size:10px}.header-stat-value{font-family:monospace;font-size:1.125rem;font-weight:900}.header-stat-value--revenue{color:var(--emerald)}.header-stat-value--profit{color:var(--primary)}.header-bell-wrap{border-radius:var(--radius-lg);border:1px solid var(--border);background:#ffffff0a;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.header-bell-wrap svg{color:var(--foreground)}.header-bell-badge{background:var(--red);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:10px;font-weight:900;display:flex;position:absolute;top:-4px;right:-4px}.notif-dropdown{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);width:320px;box-shadow:var(--shadow-lg);z-index:50;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden}.notif-dropdown-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;font-size:.875rem;font-weight:600;display:flex}.notif-list{max-height:300px;overflow-y:auto}.notif-item{border-bottom:1px solid #ffffff0a;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:background .15s;display:flex}.notif-item:hover{background:#ffffff08}.notif-item-icon{flex-shrink:0;margin-top:2px}.notif-item-content{flex:1;min-width:0}.notif-item-title{margin-bottom:2px;font-size:.8rem;font-weight:500;display:block}.notif-item-desc{color:var(--muted-foreground);font-size:.75rem;display:block}.notif-item-time{color:var(--muted-foreground);flex-shrink:0;font-size:.7rem}.notif-dropdown-footer{border-top:1px solid var(--border);text-align:center;padding:.75rem 1rem}.notif-dropdown-footer button{color:var(--primary);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.8rem;font-weight:500}.page-content{padding:1rem}@media (width>=768px){.page-content{padding:1.5rem}}@media (width>=1024px){.page-content{padding:2rem 2rem 2rem 2.5rem}}.page-content-inner{max-width:1600px;margin:0 auto}.page-header{margin-bottom:1.25rem}.page-title{color:var(--foreground);font-size:1.5rem;font-weight:900;line-height:1.2}.page-subtitle{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.kv-list{flex-direction:column;gap:0;list-style:none;display:flex}.kv-item{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.65rem 0;display:flex}.kv-item:last-child{border-bottom:none}.kv-label{color:var(--foreground);font-size:.8rem;font-weight:500}.kv-value{color:var(--foreground);font-family:monospace;font-size:.85rem;font-weight:600}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th{text-align:left;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.7rem;font-weight:600}.table td{color:var(--foreground-muted);border-bottom:1px solid #ffffff08;padding:.75rem 1rem;font-size:.8rem}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:#ffffff05}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.card-header h3{color:var(--foreground);font-size:.9rem;font-weight:700}.card-body{padding:1.25rem}.card-body--flush{padding:0}.chart-container{width:100%;height:240px}.chart-tooltip{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:.5rem .75rem}.stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-icon--primary{color:var(--primary);background:#a855f726}.stat-icon--accent{color:var(--emerald);background:#34d39926}.stat-icon--warning{color:var(--amber);background:#f59e0b26}.stat-icon--info{color:#60a5fa;background:#60a5fa26}.stat-icon--danger{color:var(--red);background:#ef444426}.stat-info{flex-direction:column;gap:.35rem;display:flex}.stat-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.stat-value{color:var(--foreground);font-family:monospace;font-size:1.5rem;font-weight:700}.stat-value--accent{color:var(--emerald)}.stat-value--warning{color:var(--amber)}.stat-value--danger{color:var(--red)}.stat-change{align-items:center;gap:.25rem;font-size:.7rem;font-weight:500;display:flex}.stat-change--up{color:var(--emerald)}.stat-change--down{color:var(--red)}.badge-neutral{color:var(--muted-foreground);background:#ffffff0f}.badge-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.badge-dot--success{background:var(--emerald)}.badge-dot--warning{background:var(--amber)}.badge-dot--danger{background:var(--red)}.grid-1-2{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=1024px){.grid-1-2{grid-template-columns:1fr 2fr}}.grid-2-1{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=1024px){.grid-2-1{grid-template-columns:2fr 1fr}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);position:relative;overflow:hidden}.card--glow-primary{background:linear-gradient(135deg, #a855f71a, var(--bg-card), var(--bg-card));border-color:#a855f733;box-shadow:0 0 30px #a855f70f}.card--glow-emerald{background:linear-gradient(135deg, #34d3991a, var(--bg-card), var(--bg-card));border-color:#34d39933}.card--glow-amber{background:linear-gradient(135deg, #f59e0b1a, var(--bg-card), var(--bg-card));border-color:#f59e0b33}.card--glow-orange{background:linear-gradient(135deg, #fb923c1a, var(--bg-card), var(--bg-card));border-color:#fb923c33}.stat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width>=1024px){.stat-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.stat-grid{grid-template-columns:repeat(6,1fr)}}.stat-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);padding:1.25rem .5rem 1.25rem .75rem;position:relative;overflow:hidden}.stat-card--glow-primary{box-shadow:0 0 20px #a855f70d}.stat-card--glow-success{box-shadow:0 0 20px #34d3990d}.stat-card-inner{justify-content:space-between;align-items:flex-start;display:flex}.stat-card-info{flex-direction:column;gap:.5rem;display:flex}.stat-card-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.stat-card-value{color:var(--foreground);font-family:monospace;font-size:1.5rem;font-weight:700}@media (width>=768px){.stat-card-value{font-size:1.875rem}}.stat-card-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-card-icon--primary{color:var(--primary);background:#a855f726}.stat-card-icon--emerald{color:var(--emerald);background:#34d39926}.stat-card-icon--blue{color:#60a5fa;background:#60a5fa26}.stat-card-icon--purple{color:#c084fc;background:#c084fc26}.stat-card-icon--amber{color:var(--amber);background:#f59e0b26}.stat-card-icon--pink{color:#f472b6;background:#f472b626}.stat-card-bg{background:#a855f70d;border-radius:50%;width:96px;height:96px;position:absolute;bottom:-24px;right:-24px}.section-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.section-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.section-icon--primary{background:#a855f71a}.section-icon--primary svg{color:var(--primary)}.section-icon--emerald{background:#34d3991a}.section-icon--emerald svg{color:var(--emerald)}.section-title{color:var(--foreground);font-size:.875rem;font-weight:900}.section-subtitle{color:var(--muted-foreground);font-size:10px}.insight-card{border-radius:var(--radius-lg);background:#a855f70d;border:1px solid #a855f733;padding:1rem}.insight-card-inner{align-items:flex-start;gap:.75rem;display:flex}.insight-card-inner svg{color:var(--primary);flex-shrink:0;margin-top:2px}.insight-card-title{color:var(--primary);margin-bottom:4px;font-size:.875rem;font-weight:900}.insight-card-text{color:var(--foreground);font-size:.875rem;line-height:1.5}.store-level-card{border-radius:var(--radius-3xl);background:#cbd5e11a;border:1px solid #cbd5e133;padding:1.5rem;position:relative;overflow:hidden}.store-level-bg{filter:blur(64px);opacity:.2;background:#cbd5e11a;border-radius:50%;width:224px;height:224px;position:absolute;top:-64px;right:-64px}.store-level-inner{z-index:10;position:relative}.store-level-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.store-level-badge-wrap{align-items:center;gap:1rem;display:flex}.store-level-badge-icon{border-radius:var(--radius-3xl);background:#cbd5e11a;border:1px solid #cbd5e133;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 0 32px #cbd5e10d}.store-level-badge-icon svg{color:var(--slate)}.store-level-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:4px;font-size:11px}.store-level-name{color:var(--slate);font-size:1.875rem;font-weight:900}.store-level-status{color:var(--muted-foreground);margin-top:4px;font-size:.75rem}.store-level-revenue-wrap{text-align:right}.store-level-revenue-label{text-transform:uppercase;color:var(--muted-foreground);margin-bottom:4px;font-size:10px}.store-level-revenue-value{color:var(--foreground);font-family:monospace;font-size:1.25rem;font-weight:900}.level-progress-wrap{margin-bottom:1.25rem}.level-progress-label-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.level-progress-label{color:var(--muted-foreground);font-size:.75rem}.level-progress-pct{color:var(--slate);font-size:.75rem;font-weight:900}.level-progress-bar{background:#0003;border-radius:9999px;height:12px;margin-bottom:.5rem;overflow:hidden}.level-progress-fill{background:var(--slate);border-radius:9999px;height:100%;transition:width .6s}.level-next-text{color:var(--muted-foreground);font-size:11px}.level-next-text span{color:var(--slate);font-weight:900}.level-badges{align-items:center;gap:.5rem;padding-bottom:4px;display:flex;overflow-x:auto}.level-badge{border-radius:var(--radius-md);white-space:nowrap;border:1px solid;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem .75rem;line-height:1;transition:all .2s;display:inline-flex}.level-badge--current{box-shadow:0 0 0 2px var(--primary);background:#cbd5e11a;border-color:#cbd5e133}.level-badge--completed{background:#b453091a;border-color:#b4530933}.level-badge--locked{border-color:var(--border);opacity:.4;background:#ffffff0a}.level-badge-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.level-badge-name{font-size:10px;font-weight:900}.level-badge-name--current{color:var(--slate)}.level-badge-name--completed{color:#b45309}.level-badge-name--locked{color:var(--muted-foreground)}.progress-wrap{margin-bottom:1rem}.progress-label-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.progress-label{color:var(--muted-foreground);font-size:.75rem}.progress-label-icon{margin-right:.25rem}.progress-pct{font-size:.75rem;font-weight:900}.progress-bar{background:#0003;border-radius:9999px;height:10px;margin-bottom:.5rem;overflow:hidden}.progress-fill{border-radius:9999px;height:100%;transition:width .6s}.progress-fill--amber{background:var(--amber)}.progress-fill--accent{background:var(--emerald)}.progress-fill--danger{background:var(--red)}.progress-fill--warning{background:var(--amber)}.progress-fill--primary{background:var(--primary)}.progress-note{font-size:.75rem;font-weight:600}.grid-2,.grid-3,.grid-2-3{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=1024px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2-3{grid-template-columns:repeat(2,1fr)}}@media (width>=1280px){.grid-2-3{grid-template-columns:repeat(3,1fr)}}.forecast-card{border-radius:var(--radius-3xl);background:linear-gradient(135deg, #a855f71a, var(--bg-card), var(--bg-card));border:1px solid #a855f733;padding:1.5rem;position:relative;overflow:hidden}.forecast-bg{pointer-events:none;background:radial-gradient(circle at 100% 0,#a855f724,#0000 35%);position:absolute;inset:0}.forecast-inner{z-index:10;position:relative}.forecast-header-row{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.forecast-header{align-items:center;gap:1rem;display:flex}.forecast-header-icon{border-radius:var(--radius-lg);background:#a855f726;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.forecast-header-icon svg{color:var(--primary)}.forecast-header-title{color:var(--foreground);font-size:1.5rem;font-weight:900}.forecast-header-sub{color:var(--muted-foreground);font-size:.875rem}.forecast-days-badge{border-radius:var(--radius-lg);text-align:right;background:#0006;border:1px solid #ffffff0a;padding:.75rem 1rem}.forecast-days-label{text-transform:uppercase;color:var(--muted-foreground);font-size:10px}.forecast-days-value{color:var(--primary);font-size:1.5rem;font-weight:900}.forecast-main-stat{border-radius:var(--radius-3xl);background:#a855f70d;border:1px solid #a855f733;margin-bottom:1.25rem;padding:1.25rem}.forecast-main-stat-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.forecast-main-stat-label{text-transform:uppercase;color:var(--muted-foreground);margin-bottom:4px;font-size:11px}.forecast-main-stat-value{color:var(--foreground);font-family:monospace;font-size:1.875rem;font-weight:900}.forecast-main-stat-icon{border-radius:var(--radius-lg);background:#a855f71a;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.forecast-main-stat-icon svg{color:var(--primary)}.forecast-sub-stats{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.forecast-sub-stat{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff0a;padding:1rem}.forecast-sub-stat-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.forecast-sub-stat-label{text-transform:uppercase;color:var(--muted-foreground);font-size:10px}.forecast-sub-stat-value{font-family:monospace;font-size:1.25rem;font-weight:900}.forecast-sub-stat-value--emerald{color:var(--emerald)}.forecast-sub-stat-value--default{color:var(--foreground)}.alert-center{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.alert-center-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.alert-center-header-left{align-items:center;gap:.75rem;display:flex}.alert-center-header-icon{border-radius:var(--radius-md);background:#ef44441a;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.alert-center-header-icon svg{color:var(--red)}.alert-center-header-title{color:var(--foreground);font-size:.875rem;font-weight:700}.alert-center-header-sub{color:var(--muted-foreground);font-size:10px}.alert-center-status{color:var(--emerald);background:#34d39926;border-radius:9999px;padding:2px 10px;font-size:11px;font-weight:900}.alert-center-list{flex-direction:column;gap:.5rem;max-height:320px;padding:1rem;display:flex;overflow-y:auto}.alert-item{border-radius:var(--radius-md);background:#f59e0b1a;border:1px solid #f59e0b33;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.alert-item-icon{flex-shrink:0;margin-top:2px}.alert-item-content{min-width:0}.alert-item-type{text-transform:uppercase;color:var(--amber);margin-bottom:2px;font-size:10px;font-weight:900}.alert-item-desc{color:var(--foreground);font-size:.75rem;line-height:1.4}.empty-state{text-align:center;border-radius:var(--radius-lg);border:1px dashed var(--border);background:#ffffff05;padding:2.5rem}.empty-state svg{opacity:.3;margin:0 auto .75rem}.empty-state-title{color:var(--foreground);margin-bottom:4px;font-size:.875rem;font-weight:600}.empty-state-desc{color:var(--muted-foreground);font-size:.75rem}.chart-card{border-radius:var(--radius-3xl);background:var(--bg-card);border:1px solid #a855f733;padding:1.25rem}.chart-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.chart-header-icon{border-radius:var(--radius-md);background:#a855f71a;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chart-header-icon svg{color:var(--primary)}.chart-header-title{color:var(--foreground);font-size:.875rem;font-weight:900}.chart-header-sub{color:var(--muted-foreground);font-size:10px}.chart-body{width:100%;height:260px}.btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 2px 8px #a855f74d}.btn-primary:hover{background:#9333ea;box-shadow:0 4px 16px #a855f766}.btn-secondary{color:var(--foreground);border:1px solid var(--border);background:#ffffff0f}.btn-secondary:hover{background:#ffffff1a}.btn-accent{background:var(--emerald);color:#022c22;font-weight:700;box-shadow:0 2px 8px #34d39933}.btn-accent:hover{background:#2dd4bf;box-shadow:0 4px 16px #34d3994d}.btn-sm{border-radius:6px;padding:.4rem .85rem;font-size:.8rem}.time-btn{border-radius:var(--radius-md);border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;background:#ffffff0a;padding:.375rem .75rem;font-family:inherit;font-size:11px;font-weight:900;transition:all .2s}.time-btn:hover{color:var(--foreground)}.time-btn--active{color:var(--primary);background:#a855f726;border-color:#a855f733}.fab{z-index:50;border-radius:var(--radius-lg);background:var(--primary);color:#fff;cursor:pointer;border:none;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-family:inherit;font-weight:900;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 0 32px #a855f733}.fab:hover{transform:translateY(-2px);box-shadow:0 0 40px #a855f759}.fab-icon{border-radius:var(--radius-md);background:#ffffff1a;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fab-label{text-align:left}.fab-label-title{font-size:.875rem;line-height:1}.fab-label-sub{opacity:.8;margin-top:4px;font-size:10px}.modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);width:90%;max-width:520px;box-shadow:var(--shadow-lg);animation:.25s cubic-bezier(.16,1,.3,1) modalSlide}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{font-size:1.1rem;font-weight:600}.modal-close{border:1px solid var(--border);color:var(--foreground-muted);cursor:pointer;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.modal-close:hover{color:var(--foreground);background:#ffffff1a}.modal-body{padding:1.5rem}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.form-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:500}.form-input,.form-select{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--foreground);background:#00000040;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-input:focus,.form-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #a855f726}.form-input::placeholder{color:var(--muted-foreground)}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2.25rem}.form-select option{color:var(--foreground);background:#1a1a24}.form-row{gap:1rem;display:flex}.callout{border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.8rem;line-height:1.4}.callout-danger{color:var(--red);background:#ef44441a;border:1px solid #ef444433}.callout-warning{color:var(--amber);background:#f59e0b1a;border:1px solid #f59e0b33}.callout-info{color:#60a5fa;background:#60a5fa1a;border:1px solid #60a5fa33}.callout-success{color:var(--emerald);background:#34d3991a;border:1px solid #34d39933}.divider{background:var(--border);height:1px;margin:1rem 0}.btn-icon{justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.badge{white-space:nowrap;border-radius:9999px;align-items:center;gap:.25rem;padding:.2rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge-success{color:var(--emerald);background:#34d3991f}.badge-warning{color:var(--amber);background:#f59e0b1f}.badge-danger{color:var(--red);background:#ef44441f}.badge-primary{color:var(--primary);background:#a855f71f}.combo-section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.combo-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=640px){.combo-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.combo-grid{grid-template-columns:repeat(3,1fr)}}.combo-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffff0a;padding:1rem;transition:all .3s;position:relative;overflow:hidden}.combo-card:hover{border-color:#a855f766;transform:scale(1.02)}.combo-card-bg{pointer-events:none;background:linear-gradient(135deg,#a855f70d,#0000);position:absolute;inset:0}.combo-tags{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.combo-tag{border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:900}.combo-tag--count{color:var(--primary);background:#a855f71a}.combo-tag--conversion{color:var(--emerald);background:#34d3991a}.combo-tag--warning{color:var(--red);background:#ef44441a;align-items:center;gap:4px;display:flex}.combo-products{align-items:center;gap:.5rem;display:flex}.combo-product{min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:700;overflow:hidden}.combo-product:last-child{text-align:right}.combo-plus{background:#a855f733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.combo-plus span{color:var(--primary);font-size:10px;font-weight:900}.combo-stats{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem;display:grid}.combo-stat{border-radius:var(--radius-md);background:#0006;padding:.5rem}.combo-stat-label{color:var(--muted-foreground);font-size:9px}.combo-stat-value{font-size:11px;font-weight:900}.combo-stat-value--emerald{color:var(--emerald)}.combo-stat-value--primary{color:var(--primary)}.combo-score-wrap{margin-top:.75rem}.combo-score-label-row{justify-content:space-between;margin-bottom:4px;display:flex}.combo-score-label{color:var(--muted-foreground);font-size:10px}.combo-score-value{color:var(--primary);font-size:10px;font-weight:900}.combo-score-bar{background:#0006;border-radius:9999px;height:8px;overflow:hidden}.combo-score-fill{background:linear-gradient(90deg, var(--primary), var(--fuchsia));border-radius:9999px;height:100%}.combo-footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.combo-footer-trend{color:var(--emerald);align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.combo-footer-note{color:var(--muted-foreground);font-size:9px}.ia-combo-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=640px){.ia-combo-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.ia-combo-grid{grid-template-columns:repeat(3,1fr)}}.ia-combo-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#a855f70d,#ffffff0a);border:1px solid #a855f726;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.ia-combo-header{justify-content:space-between;gap:.5rem;display:flex}.ia-combo-title{color:var(--primary);font-size:.75rem;font-weight:900}.ia-combo-subtitle{color:var(--muted-foreground);margin-top:4px;font-size:10px}.ia-combo-score{text-align:right}.ia-combo-score-val{color:var(--emerald);font-size:1.125rem;font-weight:900}.ia-combo-score-label{color:var(--muted-foreground);font-size:9px}.ia-combo-item-row{align-items:center;gap:.375rem;font-size:10px;display:flex}.ia-combo-item{text-overflow:ellipsis;white-space:nowrap;background:#ffffff0a;border-radius:9999px;padding:.25rem .5rem;overflow:hidden}.ia-combo-plus{color:var(--primary);font-weight:900}.ia-combo-quote{border-radius:var(--radius-md);background:#f59e0b1a;border:1px solid #f59e0b33;padding:.75rem}.ia-combo-quote p{color:#fcd34d;font-size:11px;font-weight:600}.ia-combo-metrics{flex-wrap:wrap;gap:.5rem;display:flex}.ia-combo-metric{border-radius:var(--radius-sm);padding:2px 8px;font-size:10px;font-weight:700}.ia-combo-metric--pct{color:var(--emerald);background:#34d3991a}.ia-combo-metric--gain{color:var(--primary);background:#a855f71a}.ia-combo-metric--tag{color:var(--orange);background:#fb923c1a}.ia-combo-footer{justify-content:space-between;align-items:center;display:flex}.ia-combo-footer-desc{color:var(--muted-foreground);font-size:10px}.bi-card{border-radius:var(--radius-3xl);background:linear-gradient(135deg, #a855f71a, var(--bg-card), var(--bg-card));border:1px solid #a855f733;padding:1.5rem;position:relative;overflow:hidden}.bi-bg{pointer-events:none;background:radial-gradient(circle at 100% 0,#a855f72e,#0000 35%);position:absolute;inset:0}.bi-inner{z-index:10;position:relative}.bi-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.bi-header{align-items:center;gap:1rem;display:flex}.bi-header-icon{border-radius:var(--radius-lg);background:#a855f726;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 0 24px #a855f71a}.bi-header-icon svg{color:var(--primary)}.bi-header-title{color:var(--foreground);font-size:1.5rem;font-weight:900}.bi-header-sub{color:var(--muted-foreground);margin-top:4px;font-size:.875rem}.bi-stat-badge{border-radius:var(--radius-lg);background:#0006;border:1px solid #ffffff0a;min-width:180px;padding:1rem 1.25rem}.bi-stat-badge-header{align-items:center;gap:.5rem;margin-bottom:4px;display:flex}.bi-stat-badge-label{color:var(--muted-foreground);font-size:10px}.bi-stat-badge-value{color:var(--emerald);font-size:1.25rem;font-weight:900}.bi-insight-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.bi-insight-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1280px){.bi-insight-grid{grid-template-columns:repeat(3,1fr)}}.bi-insight-item{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff0a;padding:1rem;transition:all .2s;position:relative;overflow:hidden}.bi-insight-item:hover{border-color:#a855f733}.bi-insight-item-bg{pointer-events:none;background:linear-gradient(135deg,#a855f70d,#0000);position:absolute;inset:0}.bi-insight-item-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.bi-insight-item-icon{border-radius:var(--radius-lg);border:1px solid;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.bi-insight-item-icon--amber{color:var(--amber);background:#f59e0b1a;border-color:#f59e0b33}.bi-insight-item-icon--emerald{color:var(--emerald);background:#34d3991a;border-color:#34d39933}.bi-insight-item-icon--primary{color:var(--primary);background:#a855f71a;border-color:#a855f733}.bi-insight-item-icon--fuchsia{color:var(--fuchsia);background:#d946ef1a;border-color:#d946ef33}.bi-insight-item-icon--orange{color:var(--orange);background:#fb923c1a;border-color:#fb923c33}.bi-insight-item-icon--red{color:var(--red);background:#ef44441a;border-color:#ef444433}.bi-insight-item-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:.5rem;font-size:10px;font-weight:700}.bi-insight-item-value{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;font-weight:900;overflow:hidden}.bi-insight-item-desc{color:var(--muted-foreground);margin-top:.5rem;font-size:11px;line-height:1.4}.collapse-trigger{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;color:var(--foreground);cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem;font-family:inherit;transition:all .2s;display:flex}.collapse-trigger:hover{background:#ffffff05}.collapse-trigger-left{align-items:center;gap:.75rem;display:flex}.collapse-trigger-icon{border-radius:var(--radius-lg);background:#f59e0b1a;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.collapse-trigger-icon svg{color:var(--amber)}.collapse-trigger-content{text-align:left}.collapse-trigger-title{color:var(--foreground);font-size:.875rem;font-weight:900}.collapse-trigger-sub{color:var(--muted-foreground);font-size:10px}.collapse-trigger-chevron{color:var(--muted-foreground);transition:transform .3s}.collapse-trigger-chevron--open{transform:rotate(180deg)}.collapse-content{padding:0 1.25rem 1.25rem;overflow:hidden}.ia-banner{border-radius:var(--radius-lg);background:linear-gradient(90deg,#a855f71a,#d946ef0d);border:1px solid #a855f733;padding:1rem}.ia-banner-inner{justify-content:space-between;align-items:center;display:flex}.ia-banner-title{color:var(--foreground);font-size:.875rem;font-weight:900}.ia-banner-sub{color:var(--muted-foreground);margin-top:4px;font-size:.75rem}.ia-banner-value{text-align:right}.ia-banner-value-num{color:var(--primary);font-size:1.5rem;font-weight:900}.ia-banner-value-label{color:var(--muted-foreground);font-size:10px}.ia-tip{border-radius:var(--radius-md);background:#a855f70d;border:1px solid #a855f71a;padding:.75rem}.ia-tip p{color:var(--primary);font-size:.75rem;font-weight:600}.section-divider{color:var(--muted-foreground);align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:flex}.section-divider-dot{background:var(--emerald);border-radius:50%;width:6px;height:6px;display:inline-block}.funnel-card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff0a;padding:1rem}.funnel-card--dark{background:#ffffff14}.funnel-card--primary{background:#a855f71a}.funnel-card--yellow{background:#eab3081a}.funnel-card--red{background:#ef44441a}.funnel-card-inner{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.funnel-card-icon{border-radius:var(--radius-md);background:#0006;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.funnel-card-info{flex:1;min-width:0}.funnel-card-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.funnel-card-label{color:var(--foreground);font-size:.875rem;font-weight:600}.funnel-card-value{font-size:1.125rem;font-weight:900}.funnel-card-value--default{color:var(--foreground)}.funnel-card-value--primary{color:var(--primary)}.funnel-card-value--yellow{color:#eab308}.funnel-card-value--red{color:var(--red)}.funnel-card-bar{background:#0003;border-radius:9999px;height:8px;overflow:hidden}.funnel-card-bar-fill{border-radius:9999px;height:100%}.funnel-card-bar-fill--default{background:var(--foreground)}.funnel-card-bar-fill--primary{background:var(--primary)}.funnel-card-bar-fill--yellow{background:#eab308}.funnel-card-bar-fill--red{background:var(--red)}.funnel-card-pct{color:var(--muted-foreground);flex-shrink:0;font-size:11px;font-weight:700}.customer-metrics{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.customer-metric{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff0a;padding:1rem}.customer-metric-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.customer-metric-label{color:var(--muted-foreground);font-size:10px}.customer-metric-value{font-size:1.5rem;font-weight:900}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.animate-fade-in{animation:.3s fadeIn}.animate-spin{animation:1s linear infinite spin}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#ffffff0d}.recharts-text{fill:var(--muted-foreground);font-family:Inter,sans-serif;font-size:10px}.recharts-tooltip-cursor{fill:#ffffff08}.dash-container{max-width:1600px;margin:0 auto;padding:1rem}@media (width>=768px){.dash-container{padding:1.5rem}}@media (width>=1024px){.dash-container{padding:2rem}}.dash-section{margin-left:2rem}.dash-grid-6{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-left:.25rem;display:grid}@media (width>=1024px){.dash-grid-6{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.dash-grid-6{grid-template-columns:repeat(6,1fr)}}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.toolbar-left,.toolbar-right{align-items:center;gap:.5rem;display:flex}.tabs{gap:.25rem;display:flex}.tab{border-radius:var(--radius-md);cursor:pointer;border:1px solid var(--border);color:var(--muted-foreground);background:0 0;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s}.tab:hover{color:var(--foreground)}.tab.active{background:var(--primary-muted);color:var(--primary);border-color:var(--border-primary)}.chart-container--sm{height:180px}.chart-container--lg{height:320px}.progress-bar--sm{background:#0003;border-radius:9999px;height:6px;margin-bottom:.25rem;overflow:hidden}.progress-bar--lg{background:#0003;border-radius:9999px;height:16px;margin-bottom:1rem;overflow:hidden}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg:first-child{color:var(--muted-foreground);pointer-events:none;z-index:1;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.input-with-icon input,.input-with-icon .form-input{width:100%;padding-left:2.5rem}.sidebar-overlay{z-index:40;-webkit-backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}.modal-order-summary{border-radius:var(--radius-md);color:var(--foreground);background:#a855f71a;border:1px solid #a855f733;margin-bottom:1rem;padding:.75rem;font-size:.8rem}.page-wrapper{flex-direction:column;gap:1.25rem;display:flex}.chart-card--emerald{border-color:#34d39933}.chart-header-icon--emerald{color:var(--emerald);background:#34d3991a}.bi-insight-item-inner{z-index:10;position:relative}.ia-combo-skeleton{border-radius:var(--radius-md);background:#ffffff0a;height:128px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.collapse-content--visible{display:block}.checkout-step{border-radius:var(--radius-md);border:1px solid var(--border-subtle);color:var(--muted-foreground);background:#ffffff05;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.checkout-step--active{background:var(--primary-muted);border-color:var(--border-primary);color:var(--primary)}.checkout-step-connector{background:var(--border-subtle);align-self:center;width:24px;height:1px}.product-pick-card{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;background:#ffffff05;padding:1.25rem;transition:all .2s}.product-pick-card:hover{border-color:var(--primary);background:#a855f70d;transform:translateY(-2px)}.pix-qr-wrap{border-radius:var(--radius-lg);background:#fff;margin-bottom:1rem;padding:1rem;display:inline-block}.pix-success-icon{background:var(--accent-muted);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex}.payment-product-card{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;background:#ffffff05;padding:1.25rem;transition:all .2s}.payment-product-card:hover{border-color:var(--primary);background:#a855f70d}.cost-item-row{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.chat-message{gap:.75rem;max-width:80%;display:flex}.chat-message--ia{align-self:flex-start}.chat-message--user{flex-direction:row-reverse;align-self:flex-end}.chat-bubble{border-radius:var(--radius-md);color:var(--foreground);padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.chat-bubble--ia{background:#a855f714;border:1px solid #a855f71a}.chat-bubble--user{background:#a855f726;border:1px solid #a855f733}.chat-avatar{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-avatar--ia{background:#a855f726}.chat-avatar--user{background:#a855f733}.login-page{background:var(--bg-base);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-canvas{z-index:0;pointer-events:none;position:fixed;inset:0}.login-blob{filter:blur(100px);opacity:.12;pointer-events:none;z-index:0;border-radius:50%;position:fixed}.login-blob--tl{background:var(--primary);width:500px;height:500px;top:-15%;left:-10%}.login-blob--br{background:var(--emerald);width:500px;height:500px;bottom:-15%;right:-10%}.login-card{z-index:10;-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:var(--radius-3xl);width:100%;max-width:420px;box-shadow:var(--shadow-xl), 0 0 40px #a855f70d;background:#0a0a0fcc;padding:2.5rem;animation:.5s fadeIn;position:relative}.login-logo-icon{border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--primary-muted), #a855f714);border:1px solid var(--border-primary);justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex;box-shadow:0 0 24px #a855f71a}.login-brand{text-align:center;color:var(--foreground);margin-bottom:.25rem;font-size:1.75rem;font-weight:900}.login-brand span{color:var(--primary)}.login-subtitle{text-align:center;color:var(--muted-foreground);margin-bottom:2rem;font-size:.85rem}.login-error{color:var(--red);border-radius:var(--radius-md);background:#ef44441a;border:1px solid #ef444433;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.8rem;animation:.5s shake}.login-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:block}.login-input-wrap{margin-bottom:1.25rem;position:relative}.login-input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--foreground);background:#0003;outline:none;padding:.75rem .85rem;font-family:inherit;font-size:.9rem;transition:all .2s}.login-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #a855f726}.login-input::placeholder{color:var(--muted-foreground)}.login-input--icon{padding-left:2.75rem}.login-input--icon-right{padding-right:2.75rem}.login-input-icon{color:var(--muted-foreground);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.login-pw-toggle{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.login-pw-toggle:hover{color:var(--foreground)}.login-checkbox-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.login-checkbox-label{color:var(--muted-foreground);cursor:pointer;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.login-submit-btn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--primary), #7c3aed);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 12px #a855f74d}.login-submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #a855f773}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-hint{border-radius:var(--radius-md);background:#ffffff05;border:1px solid #ffffff0a;margin-top:1.5rem;padding:1rem}.login-hint p:first-child{color:var(--muted-foreground);margin-bottom:.5rem;font-size:.75rem}.login-hint-code{color:var(--primary);border-radius:var(--radius-sm);font-size:.7rem;font-weight:600;font-family:var(--font-mono);background:#a855f71a;padding:.25rem .5rem}.page-loader{background:var(--bg-base);justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:3px solid #a855f733;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite spin}@media (width<=1023px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar-close-btn{display:block}.main-content-wrapper{margin-left:0}.header{display:flex}}@media (width>=1024px){.header-desktop{display:flex}}
