@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap";
:root{--bg:#0b0d13;--bg-light:#fff;--surface:#fff;--surface-dark:#0f1219;--surface-hover:#f8fafc;--text:#1e293b;--text-heading:#0f172a;--text-light:#eef2ff;--text-secondary:#334155;--muted:#64748b;--muted-light:#94a3b8;--primary:#39b6ff;--primary-dark:#0f172a;--secondary:#27d6a5;--accent:#2563eb;--ring:#39b6ff73;--success:#16a34a;--success-light:#15803d;--danger:#ef4444;--danger-dark:#dc2626;--danger-light:#ff7a90;--warning:#fbbf24;--border:#e2e8f0;--border-light:#f1f5f9;--line:#0c0f1a1a;--line-dark:#ffffff14;--shadow-card:0 8px 20px #0f172a0d;--shadow-sm:0 1px 2px #0f172a0a;--shadow-hover:0 4px 12px #0f172a14;--shadow-modal:0 24px 64px #0f172a26;--radius:12px;--radius-sm:8px;--radius-xs:6px;--radius-lg:14px;--radius-xl:16px;--space-xs:.25rem;--space-sm:.5rem;--space-md:.75rem;--space-lg:1rem;--space-xl:1.5rem;--space-2xl:2rem}*{box-sizing:border-box}@keyframes pulse{0%{box-shadow:0 0 #39b6ff66}70%{box-shadow:0 0 0 15px #39b6ff00}to{box-shadow:0 0 #39b6ff00}}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;transition:box-shadow .15s,transform .15s}.card:hover{box-shadow:var(--shadow-hover)}.card-flat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);gap:var(--space-xs);flex-direction:column;padding:1.25rem;transition:box-shadow .15s;display:flex}.kpi-card:hover{box-shadow:var(--shadow-hover)}.kpi-value{color:var(--text-heading);font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2}.kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.page-header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.page-title{color:var(--text-heading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700}.page-subtitle{color:var(--muted);margin-top:var(--space-xs);font-size:.875rem}.badge{border-radius:var(--radius-xs);white-space:nowrap;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.7rem;font-weight:600;line-height:1.5;display:inline-flex}.badge-success{color:#166534;background:#dcfce7}.badge-error{color:#991b1b;background:#fef2f2}.badge-warning{color:#854d0e;background:#fef9c3}.badge-info{color:#1e40af;background:#eff6ff}.badge-neutral{color:#475569;background:#f1f5f9}.badge-accent{color:var(--accent);background:#2563eb1a}.data-table{border-collapse:collapse;width:100%}.data-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;text-align:left;border-bottom:1px solid var(--border);background:var(--surface-hover);padding:.6rem .75rem;font-size:.7rem;font-weight:600}.data-table td{color:var(--text);border-bottom:1px solid var(--border-light);vertical-align:middle;padding:.65rem .75rem;font-size:.8rem}.data-table tbody tr{transition:background .1s}.data-table tbody tr:hover{background:var(--surface-hover)}.btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--muted-light);background:var(--surface-hover)}.btn-danger{color:var(--danger-dark);background:#fef2f2;border:1px solid #fecaca}.btn-danger:hover{background:#fee2e2}.btn-sm{border-radius:var(--radius-xs);padding:.35rem .75rem;font-size:.75rem}.btn-ghost{color:var(--muted);background:0 0;border:none}.btn-ghost:hover{color:var(--text);background:var(--surface-hover);box-shadow:none;transform:none}.form-label{color:var(--text-secondary);margin-bottom:var(--space-xs);font-size:.8rem;font-weight:600;display:block}.form-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);padding:.6rem .85rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder{color:var(--muted-light)}.live-dot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.fade-in{animation:.2s fade-in}.section-divider{background:var(--border-light);height:1px;margin:var(--space-xl)0}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-backdrop{animation:.2s modal-backdrop-in}.modal-content{animation:.25s modal-slide-in}html,body{background:var(--bg-light);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}h1,h2,h3,h4{margin:0;font-family:Space Grotesk,sans-serif;line-height:1.15}.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-left{background:var(--bg);color:var(--text-light);flex-direction:column;padding:3rem;display:flex}.auth-brand{margin-bottom:auto}.auth-brand img{width:auto;height:50px}.auth-hero{max-width:480px;margin:auto 0}.auth-hero h1{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.auth-hero p{color:#eef2ffb3;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.auth-features{flex-direction:column;gap:1rem;display:flex}.auth-feature{color:#eef2ffd9;align-items:center;gap:.75rem;display:flex}.feature-icon{border-radius:var(--radius-sm);background:#39b6ff26;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.auth-right{background:var(--bg-light);justify-content:center;align-items:center;padding:3rem;display:flex}.auth-card{width:100%;max-width:400px}.auth-card-header{margin-bottom:var(--space-xl)}.auth-card-header h2{color:var(--text-heading);margin-bottom:var(--space-xs);font-size:1.75rem;font-weight:700}.auth-card-header p{color:var(--text-secondary);margin:0}.auth-form{gap:var(--space-md);flex-direction:column;display:flex}.auth-form label{gap:var(--space-xs);flex-direction:column;display:flex}.auth-form label span{color:var(--text);font-size:.875rem;font-weight:500}.auth-form input{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xs);color:var(--text);padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .15s}.auth-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.auth-form input::placeholder{color:var(--muted)}.auth-btn{justify-content:center;align-items:center;gap:var(--space-xs);background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:var(--radius-xs);color:#fff;cursor:pointer;width:100%;margin-top:var(--space-xs);border:none;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .15s;display:flex}.auth-btn:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-divider{align-items:center;gap:var(--space-md);margin:var(--space-lg)0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-divider span{color:var(--muted);font-size:.875rem}.auth-btn-secondary{border:1px solid var(--line);border-radius:var(--radius-xs);width:100%;color:var(--text);cursor:pointer;background:0 0;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .15s}.auth-btn-secondary:hover{border-color:var(--primary);background:var(--surface-hover)}.auth-note{text-align:center;color:var(--muted);margin-top:1.5rem;font-size:.8125rem}.auth-error{align-items:center;gap:var(--space-xs);padding:var(--space-sm)var(--space-md);background:color-mix(in srgb,var(--danger)10%,transparent);border:1px solid color-mix(in srgb,var(--danger)20%,transparent);border-radius:var(--radius-sm);color:var(--danger);margin-bottom:var(--space-md);font-size:.875rem;display:flex}.auth-forgot{text-align:right;margin-bottom:var(--space-xs)}.auth-forgot a{color:var(--primary);font-size:.875rem;text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.auth-btn-google{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .15s;display:flex}.auth-btn-google:hover{border-color:var(--muted);background:var(--surface-hover)}.auth-switch{text-align:center;margin-top:var(--space-lg);color:var(--text-secondary);font-size:.9375rem}.auth-switch a{color:var(--primary);font-weight:500;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-terms{text-align:center;margin-top:var(--space-md);color:var(--text-secondary);font-size:.8125rem}.auth-terms a{color:var(--primary);text-decoration:none}.onboarding-page{background:linear-gradient(135deg,#0b0d13 0%,#1a1d2e 100%);flex-direction:column;min-height:100vh;display:flex}.onboarding-progress{background:#ffffff1a;height:4px}.onboarding-progress-bar{background:linear-gradient(90deg,var(--primary),var(--secondary));height:100%;transition:width .5s}.onboarding-content{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.onboarding-step{text-align:center;width:100%;max-width:520px;color:var(--text-light)}.onboarding-icon{margin-bottom:2rem}.onboarding-step h1{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700}.onboarding-step>p{color:#eef2ffb3;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.onboarding-benefits{text-align:left;flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.benefit{border-radius:var(--radius);background:#ffffff08;border:1px solid #ffffff14;gap:1rem;padding:1rem;display:flex}.benefit-icon{flex-shrink:0}.benefit strong{margin-bottom:.25rem;font-size:.9375rem;display:block}.benefit p{color:#eef2ff99;margin:0;font-size:.875rem}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-lg{padding:1rem 2rem;font-size:1rem}.skip-btn{color:#eef2ff80;cursor:pointer;background:0 0;border:none;margin:1.5rem auto 0;font-size:.875rem;display:block}.skip-btn:hover{color:#eef2ffcc}.provider-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.provider-card{border-radius:var(--radius);cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff1a;align-items:center;gap:1rem;padding:1.25rem;transition:all .15s;display:flex}.provider-card:hover{border-color:var(--primary);background:#ffffff0f}.provider-card img{object-fit:contain;width:40px;height:40px}.provider-card strong{color:var(--text-light);font-size:.9375rem;display:block}.provider-card span{color:#eef2ff80;font-size:.8125rem;display:block}.connect-form{text-align:left}.back-btn{color:#eef2ff80;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;font-size:.875rem;display:flex}.back-btn:hover{color:var(--text-light)}.selected-provider{border-radius:var(--radius);background:#39b6ff1a;border:1px solid #39b6ff33;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.selected-provider img{object-fit:contain;width:48px;height:48px}.selected-provider strong{color:var(--text-light);display:block}.selected-provider span{color:#eef2ff99;font-size:.875rem}.connect-error{align-items:center;gap:var(--space-xs);padding:var(--space-sm)var(--space-md);background:color-mix(in srgb,var(--danger)10%,transparent);border:1px solid color-mix(in srgb,var(--danger)20%,transparent);border-radius:var(--radius-sm);color:var(--danger);margin-bottom:1rem;font-size:.875rem;display:flex}.api-input{margin-bottom:1.5rem;display:block}.api-input span{color:var(--text-light);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.api-input input{border-radius:var(--radius-sm);width:100%;color:var(--text-light);background:#ffffff0d;border:1px solid #ffffff1a;padding:.875rem 1rem;font-family:monospace;font-size:.9375rem}.api-input input:focus{border-color:var(--primary);outline:none}.api-input small{color:#eef2ff80;margin-top:.5rem;font-size:.8125rem;display:block}.success-icon{background:#27d6a51a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:inline-flex}.success-icon.large{width:80px;height:80px}.budget-selector{border-radius:var(--radius);text-align:left;background:#ffffff08;border:1px solid #ffffff1a;margin-bottom:1.5rem;padding:1.5rem}.budget-selector label{color:#eef2ffb3;margin-bottom:.75rem;font-size:.875rem;display:block}.budget-input{align-items:center;margin-bottom:1rem;display:flex}.budget-input .currency{color:var(--text-light);margin-right:.5rem;font-size:1.5rem;font-weight:600}.budget-input input{border-radius:var(--radius-sm);color:var(--text-light);background:#ffffff0d;border:1px solid #ffffff1a;flex:1;padding:.75rem 1rem;font-size:1.25rem;font-weight:600}.budget-presets{gap:.5rem;margin-bottom:.75rem;display:flex}.budget-presets .preset{border-radius:var(--radius-xs);color:#eef2ffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;flex:1;padding:.5rem;font-size:.875rem;transition:all .15s}.budget-presets .preset:hover,.budget-presets .preset.active{border-color:var(--primary);color:var(--text-light);background:#39b6ff1a}.budget-selector small{color:#eef2ff80;font-size:.8125rem;display:block}.next-steps{border-radius:var(--radius);text-align:left;background:#ffffff08;border:1px solid #ffffff1a;margin-bottom:1.5rem;padding:1.5rem}.next-steps h3{color:var(--text-light);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.next-steps ul{margin:0;padding:0;list-style:none}.next-steps li{color:#eef2ffcc;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;display:flex}.dashboard-page{background:var(--surface-hover);min-height:100vh}.dashboard-topbar{background:var(--bg);border-bottom:1px solid var(--line-dark);z-index:100;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}.topbar-brand{align-items:center;display:flex}.topbar-brand img{width:auto;height:38px}.topbar-right{align-items:center;gap:1.5rem;display:flex}.live-toggle{align-items:center;gap:.5rem;display:flex}.live-indicator{background:var(--muted);border-radius:50%;width:8px;height:8px}.live-indicator.active{background:var(--secondary);box-shadow:0 0 8px var(--secondary);animation:1.5s ease-in-out infinite pulse}.live-toggle button{color:var(--text-light);cursor:pointer;opacity:.8;background:0 0;border:none;font-family:inherit;font-size:.875rem;font-weight:500}.live-toggle button:hover{opacity:1}.user-menu{cursor:pointer;border-radius:var(--radius-sm);align-items:center;gap:.6rem;padding:.35rem .75rem;transition:background .15s;display:flex}.user-menu:hover{background:#ffffff0d}.user-avatar-small{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:flex}.user-menu>span{color:var(--text-light);opacity:.9;font-size:.875rem;font-weight:500}.dashboard-tabs{background:var(--surface);border-bottom:1px solid var(--line);gap:0;padding:0 1.5rem;display:flex}.dashboard-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:1rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .15s;position:relative}.dashboard-tabs button:hover{color:var(--text)}.dashboard-tabs button.active{color:var(--primary)}.dashboard-tabs button.active:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));height:2px;position:absolute;bottom:-1px;left:0;right:0}.alert-count{background:var(--danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.4rem;padding:0 5px;font-size:.7rem;font-weight:700;display:inline-flex}.dashboard-content{max-width:1280px;margin:0 auto;padding:1.5rem}.metrics-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem 1.5rem}.metric-card.highlight{border-color:var(--secondary);background:linear-gradient(135deg,#27d6a514,#39b6ff14)}.metric-label{color:var(--muted);margin-bottom:.5rem;font-size:.8125rem;font-weight:500;display:block}.metric-value{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;display:block}.metric-value.savings{background:linear-gradient(135deg,var(--secondary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.metric-value.credits{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.credits-card{position:relative}.credits-card:before{content:"";border-radius:var(--radius);-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#fbbf244d,#f59e0b1a);padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.metric-trend{color:var(--muted);margin-top:.35rem;font-size:.8125rem;font-weight:500}.metric-trend.up{color:var(--secondary)}.metric-trend.down{color:var(--danger)}.metric-sub{color:var(--muted);margin-top:.35rem;font-size:.8125rem}.dashboard-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem 1.5rem}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.panel-header h2{color:var(--text);font-size:1rem;font-weight:600}.panel-header small{color:var(--muted);font-size:.8125rem}.live-badge{color:var(--muted);align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;display:inline-flex}.live-badge.active{color:var(--secondary)}.provider-list{flex-direction:column;gap:.5rem;display:flex}.provider-row{background:var(--surface-hover);border-radius:var(--radius-sm);grid-template-columns:1fr auto auto 10px;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .15s;display:grid}.provider-info{align-items:center;gap:.75rem;display:flex}.provider-logo{background:var(--surface);border-radius:var(--radius-xs);border:1px solid var(--line);justify-content:center;align-items:center;width:28px;height:28px;padding:4px;display:flex}.provider-logo img{object-fit:contain}.provider-info strong{color:var(--text);font-size:.9375rem;font-weight:600;display:block}.trend{color:var(--muted);font-size:.75rem}.trend.high{color:var(--warning);font-weight:500}.provider-spend{text-align:right}.provider-spend strong{color:var(--text);font-size:.9375rem;font-weight:600}.provider-spend span{color:var(--muted);font-size:.8125rem}.provider-bar{background:#e2e8f0;border-radius:3px;width:80px;height:6px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;height:100%;transition:width .5s}.provider-row.warning .bar-fill{background:var(--warning)}.provider-row.critical .bar-fill{background:var(--danger)}.status-dot{background:var(--secondary);border-radius:50%;width:8px;height:8px}.status-dot.warning{background:var(--warning)}.status-dot.critical{background:var(--danger)}.event-list{flex-direction:column;gap:.4rem;max-height:400px;display:flex;overflow-y:auto}.event-row{background:var(--surface-hover);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.6rem .75rem;transition:all .2s;display:flex}.event-row:hover{background:#f1f5f9}.event-row.blocked{background:color-mix(in srgb,var(--danger)10%,transparent);border:1px solid color-mix(in srgb,var(--danger)20%,transparent)}.event-info{align-items:center;gap:.6rem;display:flex}.event-logo{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.event-info strong{color:var(--text);font-size:.875rem;font-weight:600;display:block}.event-info span{color:var(--muted);font-size:.8125rem}.event-amount{text-align:right}.event-amount strong{color:var(--primary);font-size:.9375rem;font-weight:600;display:block}.event-amount small{color:var(--muted);font-size:.75rem}.blocked-badge{background:var(--danger);color:#fff;border-radius:var(--radius-xs);letter-spacing:.02em;padding:.25rem .6rem;font-size:.6875rem;font-weight:700;display:inline-block}.blocked-overlay{z-index:1000;background:#0b0d13cc;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.blocked-modal{background:var(--surface);border:2px solid var(--danger);border-radius:var(--radius);text-align:center;padding:2.5rem 3rem;animation:.3s slideUp;box-shadow:0 20px 40px #0000004d}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.blocked-icon{margin-bottom:1rem;font-size:3.5rem;display:block}.blocked-modal h3{color:var(--danger);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.blocked-modal p{color:var(--muted);margin:0}.cards-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.cards-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.cards-header p{color:var(--muted);margin:0;font-size:.9375rem}.card-form{margin-bottom:1.5rem}.card-form h3{margin:0 0 1.25rem;font-size:1rem;font-weight:600}.form-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.form-grid label{color:var(--muted);flex-direction:column;gap:.4rem;font-size:.8125rem;font-weight:500;display:flex}.form-grid input,.form-grid select{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xs);color:var(--text);padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .15s}.form-grid input:focus,.form-grid select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.form-actions{justify-content:flex-end;gap:.75rem;display:flex}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.virtual-card{color:#fff;background:linear-gradient(135deg,#0f1219 0%,#1a1f2e 50%,#0b0d13 100%);border-radius:16px;flex-direction:column;min-height:220px;padding:1.75rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.virtual-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#39b6ff26 0%,#0000 70%);width:200px;height:200px;position:absolute;top:0;right:0}.virtual-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#27d6a51a 0%,#0000 70%);width:150px;height:150px;position:absolute;bottom:0;left:0}.virtual-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0006}.virtual-card.blocked{opacity:.5}.card-top{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex;position:relative}.card-issuer{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:700}.card-chip{background:linear-gradient(135deg,#d4af37 0%,#f9e077 50%,#d4af37 100%);border-radius:6px;width:40px;height:30px;position:relative}.card-chip:before{content:"";border:1px solid #0003;border-radius:3px;width:24px;height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-status{text-transform:uppercase;border-radius:var(--radius-xs);color:var(--secondary);letter-spacing:.04em;background:#27d6a533;padding:.25rem .6rem;font-size:.625rem;font-weight:700}.card-status.blocked{color:var(--danger);background:#ff7a9033}.card-number{letter-spacing:.2em;color:#fffffff2;z-index:1;margin-bottom:1.5rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:1.375rem;font-weight:600;position:relative}.card-details{z-index:1;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid;position:relative}.card-details small{color:#fff6;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.2rem;font-size:.5625rem;display:block}.card-details span{color:#ffffffe6;font-size:.875rem;font-weight:500}.card-limit{z-index:1;margin-top:auto;position:relative}.limit-bar{background:#ffffff26;border-radius:2px;height:4px;margin-bottom:.5rem;overflow:hidden}.limit-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;height:100%}.card-limit>span{color:#ffffff80;font-size:.75rem}.card-actions{z-index:1;gap:.5rem;margin-top:1rem;display:flex;position:relative}.alerts-header{margin-bottom:1.5rem}.alerts-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.alerts-header p{color:var(--muted);margin:0;font-size:.9375rem}.alert-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);border-left:4px solid var(--muted);align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;display:flex}.alert-card.critical{border-left-color:var(--danger);background:#ff7a9008}.alert-card.warning{border-left-color:var(--warning);background:#fbbf2408}.alert-card.success{border-left-color:var(--secondary);background:#27d6a508}.alert-card.info{border-left-color:var(--primary)}.alert-icon{font-size:1.25rem}.alert-content strong{color:var(--text);margin-bottom:.2rem;font-size:.9375rem;font-weight:600;display:block}.alert-content p{color:var(--muted);margin:0 0 .35rem;font-size:.875rem;line-height:1.5}.alert-content small{color:var(--muted);font-size:.75rem}.alert-provider{border-radius:var(--radius-xs);color:var(--muted);text-transform:uppercase;letter-spacing:.03em;background:#f1f5f9;padding:.25rem .6rem;font-size:.6875rem;font-weight:500}.ai-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.ai-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.ai-header p{color:var(--muted);margin:0;font-size:.9375rem}.ai-savings{text-align:right}.ai-savings span{color:var(--muted);margin-bottom:.25rem;font-size:.8125rem;display:block}.ai-savings strong{background:linear-gradient(135deg,var(--secondary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700}.ai-assistant{margin-bottom:1.5rem}.assistant-header{border-bottom:1px solid var(--line);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.assistant-logo{background:linear-gradient(135deg,#39b6ff1a,#27d6a51a);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex}.assistant-header strong{color:var(--text);font-size:.9375rem;font-weight:600;display:block}.assistant-messages{flex-direction:column;gap:.5rem;display:flex}.assistant-message{background:var(--surface-hover);border-radius:var(--radius-sm);color:var(--muted);padding:.875rem 1rem;font-size:.875rem;line-height:1.55}.assistant-message.highlight{background:linear-gradient(135deg,#27d6a514,#39b6ff14);border:1px solid #27d6a533}.assistant-message strong{color:var(--primary);font-weight:600}.recommendations-list{flex-direction:column;gap:.75rem;display:flex}.recommendation-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:auto 1fr auto auto;align-items:center;gap:1rem;padding:1.25rem;display:grid}.severity-badge{border-radius:var(--radius-xs);letter-spacing:.05em;padding:.3rem .6rem;font-size:.625rem;font-weight:700}.severity-badge.high{background:color-mix(in srgb,var(--danger)10%,transparent);color:var(--danger)}.severity-badge.medium{color:var(--warning);background:#fbbf241a}.severity-badge.low{color:var(--primary);background:#39b6ff1a}.rec-content strong{color:var(--text);margin-bottom:.2rem;font-size:.9375rem;font-weight:600;display:block}.rec-content p{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.45}.rec-impact{text-align:right}.rec-impact span{color:var(--muted);margin-bottom:.15rem;font-size:.6875rem;display:block}.rec-impact strong{color:var(--secondary);font-size:1.125rem;font-weight:700}.btn{background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:var(--radius-xs);color:#fff;cursor:pointer;border:none;align-items:center;gap:.4rem;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #39b6ff4d}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-outline{border:1px solid var(--line);color:var(--text);background:0 0}.btn-outline:hover{border-color:var(--primary);background:var(--surface-hover);box-shadow:none}.btn-small{padding:.4rem .75rem;font-size:.75rem}@media (max-width:1024px){.auth-page{grid-template-columns:1fr}.auth-left{display:none}.metrics-row{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.form-grid{grid-template-columns:1fr}.recommendation-card{grid-template-columns:1fr;gap:.75rem}}@media (max-width:768px){.auth-right{padding:1.5rem}.dashboard-topbar{padding:0 1rem}.metrics-row,.cards-grid{grid-template-columns:1fr}.dashboard-tabs{padding:0 1rem;overflow-x:auto}.dashboard-content{padding:1rem}.cards-header,.ai-header{flex-direction:column;gap:1rem}.ai-savings{text-align:left}}.topbar-center{align-items:center;display:flex}.token-balance{border-radius:var(--radius-sm);background:#39b6ff1a;border:1px solid #39b6ff33;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.token-icon{font-size:1rem}.token-amount{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-weight:700}.token-label{color:#eef2ff99;font-size:.75rem}.tab-badge{background:var(--primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.4rem;padding:0 5px;font-size:.7rem;font-weight:700;display:inline-flex}.modal-overlay{z-index:1000;background:#0b0d13d9;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:480px;animation:.3s slideUp;box-shadow:0 20px 60px #0006}.modal-header h3{margin:0;font-size:1.125rem;font-weight:600}.modal-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .15s;display:flex}.modal-close:hover{background:var(--line);color:var(--text)}.modal-body{padding:1.5rem}.modal-body p{color:var(--muted);margin:0 0 1.25rem;line-height:1.6}.modal-footer{border-top:1px solid var(--line);background:var(--surface-hover);border-radius:0 0 var(--radius)var(--radius);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.api-key-input{margin-bottom:1rem}.api-key-input label{color:var(--text);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.api-key-input input{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xs);width:100%;color:var(--text);padding:.875rem 1rem;font-family:SF Mono,Monaco,monospace;font-size:.9375rem}.api-key-input input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.input-error{color:var(--danger);margin-top:.5rem;font-size:.8125rem;display:block}.connect-info{background:var(--surface-hover);border-radius:var(--radius-sm);border:1px solid #39b6ff26;align-items:flex-start;gap:.75rem;padding:.875rem;display:flex}.connect-info span{font-size:1rem}.connect-info small{color:var(--muted);font-size:.8125rem;line-height:1.5}.connect-success{text-align:center;padding:2rem 0}.success-icon{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;font-size:2rem;display:inline-flex}.connect-success h4{color:var(--text);margin:0 0 .5rem;font-size:1.25rem}.connect-success p{color:var(--muted);margin:0}.section-header{margin-bottom:1.5rem}.section-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.section-header p{color:var(--muted);margin:0}.connect-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.connect-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:all .2s;overflow:hidden}.connect-card:hover{box-shadow:0 4px 12px #00000014}.connect-card.connected{border-color:#27d6a54d}.connect-card-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.connect-provider{align-items:center;gap:.75rem;display:flex}.connect-provider strong{color:var(--text);font-size:.9375rem;display:block}.connect-provider span{color:var(--muted);font-size:.75rem}.connect-status{color:var(--muted);font-size:1rem}.connect-status.active{color:var(--secondary)}.connect-card-stats{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem 1.25rem;display:grid}.connect-card-stats .stat{text-align:center}.connect-card-stats .stat span{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.6875rem;display:block}.connect-card-stats .stat strong{color:var(--text);font-size:.9375rem}.connect-card-stats .stat.highlight strong.credits{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.connect-card-stats .stat.highlight{border-radius:var(--radius-xs);background:#fbbf2414;margin:-.25rem;padding:.5rem!important}.connect-card-body{padding:1rem 1.25rem}.connect-card-body p{color:var(--muted);margin:0;font-size:.875rem;line-height:1.5}.connect-card-footer{background:var(--surface-hover);border-top:1px solid var(--line);padding:1rem 1.25rem}.connect-summary{margin-top:1.5rem}.connect-summary h3{margin-bottom:1rem;font-size:1rem;font-weight:600}.summary-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.summary-item{text-align:center}.summary-value{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;display:block}.summary-label{color:var(--muted);font-size:.8125rem}.connected-badge{color:var(--secondary);font-size:.5rem;position:absolute;bottom:-2px;right:-2px}.provider-logo{position:relative}.provider-row.disconnected{opacity:.6}.marketplace-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.marketplace-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.marketplace-header p{color:var(--muted);margin:0}.marketplace-balance{text-align:right}.marketplace-balance span{color:var(--muted);margin-bottom:.25rem;font-size:.8125rem;display:block}.marketplace-balance strong{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.marketplace-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:all .2s;overflow:hidden}.marketplace-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.marketplace-card-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:1rem 1.25rem;display:flex}.listing-provider{align-items:center;gap:.75rem;display:flex}.listing-provider strong{color:var(--text);font-size:.9375rem;display:block}.listing-provider span{color:var(--muted);font-size:.75rem}.discount-badge{background:linear-gradient(135deg,var(--secondary),#1fb896);border-radius:var(--radius-xs);color:#fff;padding:.35rem .6rem;font-size:.75rem;font-weight:700}.marketplace-card-body{padding:1rem 1.25rem}.listing-stat{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.listing-stat:last-child{border-bottom:none}.listing-stat span{color:var(--muted);font-size:.8125rem}.listing-stat strong{color:var(--text);font-size:.9375rem}.marketplace-card-footer{background:var(--surface-hover);border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.listing-meta{flex-direction:column;gap:.25rem;display:flex}.rating{color:var(--warning);font-size:.8125rem;font-weight:600}.expires{color:var(--muted);font-size:.75rem}.marketplace-info{margin-top:1.5rem}.marketplace-info h3{margin-bottom:1rem;font-size:1rem;font-weight:600}.info-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.info-item{gap:.75rem;display:flex}.info-icon{font-size:1.5rem}.info-item strong{color:var(--text);margin-bottom:.25rem;font-size:.9375rem;display:block}.info-item p{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.5}.purchase-details{background:var(--surface-hover);border-radius:var(--radius-sm);padding:1rem}.purchase-provider{border-bottom:1px solid var(--line);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.purchase-provider span{color:var(--text);font-size:1rem;font-weight:600}.purchase-row{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.purchase-row span{color:var(--muted);font-size:.875rem}.purchase-row strong{color:var(--text);font-size:.9375rem}.purchase-row .discount{color:var(--secondary)}.purchase-row.total{border-top:1px solid var(--line);margin-top:.5rem;padding-top:1rem}.purchase-row.total strong{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem}.ai-chat-toggle{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50%;width:56px;height:56px;font-size:1.5rem;transition:all .2s;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #39b6ff66}.ai-chat-toggle:hover{transform:scale(1.05);box-shadow:0 6px 24px #39b6ff80}.ai-chat-widget{background:var(--surface);border-radius:var(--radius);z-index:998;flex-direction:column;width:380px;max-height:500px;animation:.3s slideUp;display:flex;position:fixed;bottom:6rem;right:1.5rem;box-shadow:0 10px 40px #0003}.ai-chat-header{background:var(--bg);border-radius:var(--radius)var(--radius)0 0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ai-chat-title{color:var(--text-light);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.ai-chat-close{width:28px;height:28px;color:var(--text-light);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .15s;display:flex}.ai-chat-close:hover{background:#fff3}.ai-chat-messages{flex-direction:column;flex:1;gap:.75rem;max-height:350px;padding:1rem;display:flex;overflow-y:auto}.ai-chat-message{gap:.5rem;display:flex}.ai-chat-message.user{justify-content:flex-end}.ai-avatar{background:linear-gradient(135deg,#39b6ff1a,#27d6a51a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.message-content{border-radius:var(--radius-sm);white-space:pre-wrap;max-width:80%;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.ai-chat-message.ai .message-content{color:var(--text);background:#f1f5f9}.ai-chat-message.user .message-content{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}.message-content.typing{gap:4px;padding:.875rem 1rem;display:flex}.message-content.typing span{background:var(--muted);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite typingBounce}.message-content.typing span:nth-child(2){animation-delay:.2s}.message-content.typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.ai-chat-input{border-top:1px solid var(--line);gap:.5rem;padding:1rem;display:flex}.ai-chat-input input{background:var(--surface-hover);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.875rem}.ai-chat-input input:focus{border-color:var(--primary);outline:none}.ai-chat-input button{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius-sm);color:#fff;cursor:pointer;border:none;width:40px;height:40px;font-size:1.25rem;transition:all .15s}.ai-chat-input button:hover{transform:scale(1.05)}.event-meta{text-align:center;flex:1}.event-team{color:var(--muted);border-radius:var(--radius-xs);background:#f1f5f9;padding:.2rem .5rem;font-size:.75rem}.recommendation-card.applied{opacity:.6}.recommendation-card.applied .severity-badge{color:var(--secondary);background:#27d6a51a}.analytics-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.analytics-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.analytics-header p{color:var(--muted);margin:0}.analytics-actions{align-items:center;gap:1rem;display:flex}.date-filter{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);display:flex;overflow:hidden}.date-filter button{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s}.date-filter button:hover{color:var(--text);background:var(--surface-hover)}.date-filter button.active{color:var(--primary);background:#39b6ff1a}.analytics-grid{grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.analytics-chart{min-height:350px}.chart-container{flex-direction:column;height:280px;display:flex}.chart-bars{border-bottom:1px solid var(--line);flex:1;justify-content:space-around;align-items:flex-end;padding:1rem 0;display:flex}.chart-bar-group{flex-direction:column;align-items:center;width:10%;display:flex}.chart-bar-stack{border-radius:var(--radius-xs)var(--radius-xs)0 0;flex-direction:column;width:100%;max-width:40px;min-height:10px;display:flex;overflow:hidden}.bar-segment{width:100%;min-height:4px;transition:all .3s}.bar-segment.openai{background:#10a37f}.bar-segment.anthropic{background:#d97706}.bar-segment.google{background:#4285f4}.bar-segment.aws{background:#f90}.chart-label{color:var(--muted);margin-top:.5rem;font-size:.75rem}.chart-legend{justify-content:center;gap:1.5rem;padding-top:1rem;display:flex}.chart-legend span{color:var(--muted);align-items:center;gap:.4rem;font-size:.8125rem;display:flex}.legend-dot{border-radius:2px;width:10px;height:10px}.legend-dot.openai{background:#10a37f}.legend-dot.anthropic{background:#d97706}.legend-dot.google{background:#4285f4}.legend-dot.aws{background:#f90}.breakdown-list{flex-direction:column;gap:.75rem;display:flex}.breakdown-item{background:var(--surface-hover);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.75rem;display:flex}.breakdown-info{align-items:center;gap:.75rem;display:flex}.breakdown-info span{color:var(--text);font-weight:500}.breakdown-value{flex-direction:column;align-items:flex-end;display:flex}.breakdown-value strong{color:var(--text);font-size:.9375rem}.breakdown-value .trend-up{color:var(--danger);font-size:.75rem}.breakdown-value .trend-down{color:var(--secondary);font-size:.75rem}.forecast-panel{margin-top:1rem}.forecast-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.forecast-item{text-align:center;background:var(--surface-hover);border-radius:var(--radius-sm);padding:1rem}.forecast-label{color:var(--muted);margin-bottom:.5rem;font-size:.8125rem;display:block}.forecast-value{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700}.forecast-value.projected{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.forecast-value.status-warning{color:var(--warning)}.teams-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.teams-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.teams-header p{color:var(--muted);margin:0}.teams-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.team-card{padding:1.25rem}.team-header{border-bottom:1px solid var(--line);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.team-avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.team-header strong{color:var(--text);font-size:1rem;display:block}.team-header span{color:var(--muted);font-size:.8125rem}.team-stats{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.team-stat{text-align:center}.team-stat span{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.6875rem;display:block}.team-stat strong{color:var(--text);font-size:.9375rem}.team-progress{margin-bottom:1rem}.progress-bar{background:#e2e8f0;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.team-progress span{color:var(--muted);font-size:.75rem}.team-actions{gap:.5rem;display:flex}.team-actions .btn{flex:1;justify-content:center}.settings-header{margin-bottom:1.5rem}.settings-header h2{color:var(--text);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.settings-header p{color:var(--muted);margin:0}.settings-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.settings-section{padding:1.5rem}.settings-section h3{color:var(--text);margin:0 0 .25rem;font-size:1rem;font-weight:600}.settings-section .section-desc{color:var(--muted);margin:0 0 1rem;font-size:.8125rem}.settings-list{flex-direction:column;gap:.75rem;display:flex}.setting-item{background:var(--surface-hover);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.875rem;display:flex}.setting-info strong{color:var(--text);margin-bottom:.15rem;font-size:.875rem;display:block}.setting-info span{color:var(--muted);font-size:.75rem}.setting-item select{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xs);color:var(--text);cursor:pointer;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.api-keys-list{flex-direction:column;gap:.75rem;display:flex}.api-key-item{background:var(--surface-hover);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.75rem;display:flex}.api-key-info{align-items:center;gap:.75rem;display:flex}.api-key-info strong{color:var(--text);font-size:.875rem;display:block}.api-key-info span{color:var(--muted);font-family:SF Mono,Monaco,monospace;font-size:.75rem}.export-buttons{gap:.75rem;display:flex}.export-buttons .btn{flex:1;justify-content:center}@media (max-width:1024px){.analytics-grid{grid-template-columns:1fr}.forecast-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}}@media (max-width:768px){.topbar-center{display:none}.ai-chat-widget{width:calc(100% - 2rem);bottom:5rem;right:1rem}.connect-grid,.marketplace-grid,.teams-grid{grid-template-columns:1fr}.summary-grid,.info-grid{grid-template-columns:1fr;gap:1rem}.marketplace-header,.analytics-header,.teams-header{flex-direction:column;align-items:flex-start;gap:1rem}.marketplace-balance{text-align:left}.analytics-actions{flex-direction:column;align-items:flex-start;width:100%}.date-filter{width:100%}.date-filter button{flex:1}.forecast-grid{grid-template-columns:1fr}.chart-legend{flex-wrap:wrap;gap:.75rem}.export-buttons{flex-direction:column}}.dashboard{background:var(--surface-hover);min-height:100vh}.dashboard-header{background:var(--bg);border-bottom:1px solid var(--line-dark);z-index:100;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}.dashboard-header-left{align-items:center;gap:2rem;display:flex}.dashboard-header-left img{width:auto;height:38px}.dashboard-nav{gap:.5rem;display:flex}.nav-link{color:#eef2ff99;cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.nav-link:hover{color:var(--text-light);background:#ffffff0d}.nav-link.active{color:var(--primary);background:#39b6ff26}.dashboard-header-right{align-items:center;gap:1rem;display:flex}.user-name{color:var(--text-light);opacity:.9;font-size:.875rem}.btn-ghost{color:#eef2ff99;cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;padding:.5rem .75rem;font-size:.875rem;transition:all .15s}.btn-ghost:hover{color:var(--text-light);background:#ffffff0d}.dashboard-main{max-width:1280px;margin:0 auto;padding:1.5rem}.dashboard-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.spinner{border:3px solid var(--line);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.dashboard-overview{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.overview-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.overview-card.primary{border-color:var(--secondary);background:linear-gradient(135deg,#27d6a514,#39b6ff14)}.overview-label{color:var(--muted);margin-bottom:.5rem;font-size:.8125rem}.overview-value{color:var(--text);margin-bottom:.25rem;font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700}.overview-subtitle{color:var(--muted);font-size:.8125rem}.utilization-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-top:.75rem;overflow:hidden}.utilization-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:4px;height:100%;transition:width .5s}.utilization-fill.warning{background:var(--warning)}.utilization-fill.critical{background:var(--danger)}.dashboard-section{margin-bottom:2rem}.dashboard-section .section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-section .section-header h2{color:var(--text);font-size:1.125rem;font-weight:600}.btn-secondary{background:var(--surface);border:1px solid var(--line);color:var(--text)}.btn-secondary:hover{border-color:var(--primary);background:var(--surface-hover);box-shadow:none}.empty-state{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:3rem 2rem}.empty-state svg{margin-bottom:1rem}.empty-state h3{color:var(--text);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.empty-state p{color:var(--muted);margin:0 0 1.5rem}.empty-state.small{padding:1.5rem}.empty-state.small h3{margin-bottom:0}.loading-state{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.loading-state .spinner{width:32px;height:32px}.loading-state p{color:var(--muted);margin:0}.providers-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.provider-card-dashboard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;transition:all .2s}.provider-card-dashboard:hover{box-shadow:0 4px 12px #00000014}.provider-card-header{border-bottom:1px solid var(--line);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.provider-card-header img{object-fit:contain;width:32px;height:32px}.provider-card-header h3{color:var(--text);margin:0;font-size:1rem;font-weight:600}.status-badge{border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.03em;padding:.2rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.status-badge.error{background:color-mix(in srgb,var(--danger)10%,transparent);color:var(--danger)}.status-badge.disconnected{color:var(--muted);background:#4b55651a}.provider-card-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.provider-card-stats .stat{text-align:center}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.6875rem;display:block}.stat-value{color:var(--text);font-size:.9375rem;font-weight:600}.provider-card-footer{border-top:1px solid var(--line);color:var(--muted);margin-top:1rem;padding-top:.75rem;font-size:.75rem}.budgets-list{flex-direction:column;gap:.75rem;display:flex}.budget-card-header h3{color:var(--text);margin:0;font-size:.9375rem;font-weight:600}.budget-amount{color:var(--muted);font-size:.875rem}.budget-bar{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.budget-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;height:100%;transition:width .5s}.budget-fill.warning{background:var(--warning)}.budget-fill.critical{background:var(--danger)}@media (max-width:1024px){.dashboard-overview{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-header{padding:0 1rem}.dashboard-main{padding:1rem}.providers-grid{grid-template-columns:1fr}}.welcome-section{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.welcome-section h1{color:var(--text);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.welcome-section p{color:var(--muted);margin:0;font-size:.9375rem}.welcome-actions{gap:.75rem;display:flex}.welcome-actions .btn{align-items:center;gap:.5rem;display:flex}.notification-btn{border:1px solid var(--line);background:var(--surface);cursor:pointer;width:40px;height:40px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.notification-btn:hover{background:var(--surface-hover);color:var(--text)}.user-menu{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);align-items:center;gap:.75rem;margin-left:.75rem;padding:.5rem 1rem;display:flex}.user-avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.user-info{flex-direction:column;display:flex}.user-info .user-name{color:var(--text);font-size:.875rem;font-weight:600}.user-info .user-email{color:var(--muted);font-size:.75rem}.quick-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;position:relative}.stat-card.primary{background:linear-gradient(135deg,#6366f114,#8b5cf614);border-color:#6366f133}.stat-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.stat-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-icon.spend{color:#6366f1;background:#6366f11a}.stat-icon.budget{color:#10b981;background:#10b9811a}.stat-icon.credits{color:#f59e0b;background:#f59e0b1a}.stat-icon.providers{color:#3b82f6;background:#3b82f61a}.stat-trend{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.stat-trend.up{color:#10b981;background:#10b9811a}.stat-trend.down{color:#ef4444;background:#ef44441a}.stat-value{color:var(--text);margin-bottom:.25rem;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700}.stat-label{color:var(--muted);font-size:.8125rem}.mini-progress{background:#e2e8f0;border-radius:2px;height:4px;margin-top:.75rem;overflow:hidden}.mini-progress-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:2px;height:100%;transition:width .5s}.mini-progress-fill.warning{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.mini-progress-fill.critical{background:linear-gradient(90deg,#ef4444,#f87171)}.charts-section{grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.chart-card.large{padding:1.5rem}.chart-title{color:var(--text);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.pie-legend{flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.legend-item{align-items:center;gap:.5rem;display:flex}.legend-color{border-radius:3px;width:12px;height:12px}.legend-label{color:var(--text);flex:1;font-size:.8125rem}.legend-value{color:var(--text);font-size:.8125rem;font-weight:600}.providers-list{flex-direction:column;gap:.75rem;display:flex}.provider-row{background:var(--surface-hover);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:1rem;transition:all .15s;display:flex}.provider-row:hover{background:#f1f5f9}.provider-row-left{align-items:center;gap:.75rem;display:flex}.provider-row-left .provider-logo{border-radius:var(--radius-xs);background:var(--surface);border:1px solid var(--line);padding:4px}.provider-row-left .provider-info{flex-direction:column;gap:0;display:flex}.provider-row-left .provider-info h3{color:var(--text);align-items:center;gap:.5rem;margin:0;font-size:.9375rem;font-weight:600;display:flex}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.connected{background:#10b981}.status-dot.disconnected{background:#ef4444}.status-text{color:var(--muted);text-transform:capitalize;font-size:.75rem}.provider-row-right{text-align:right}.provider-spend .spend-amount{color:var(--text);font-size:1rem;font-weight:600}.provider-spend .spend-limit{color:var(--muted);font-size:.8125rem}.provider-progress{background:#e2e8f0;border-radius:2px;width:100px;height:4px;margin-top:.5rem;margin-left:auto;overflow:hidden}.provider-progress-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;height:100%;transition:width .5s}.activity-list{flex-direction:column;gap:.75rem;display:flex}.activity-row{background:var(--surface-hover);border-radius:var(--radius-sm);align-items:center;gap:.75rem;padding:.75rem;transition:all .15s;display:flex}.activity-row:hover{background:#f1f5f9}.activity-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.activity-icon.spend{color:#6366f1;background:#6366f11a}.activity-icon.alert{color:#f59e0b;background:#f59e0b1a}.activity-icon.card{color:#10b981;background:#10b9811a}.activity-content{flex:1;min-width:0}.activity-description{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;overflow:hidden}.activity-provider{color:var(--muted)}.activity-time{color:var(--muted);font-size:.75rem}.activity-amount{color:#ef4444;flex-shrink:0;font-size:.875rem;font-weight:600}.budget-card .budget-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.budget-card .budget-card-header h3{color:var(--text);margin:0;font-size:.9375rem;font-weight:600}.budget-status{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.25rem .5rem;font-size:.6875rem;font-weight:600}.budget-status.good{color:#10b981;background:#10b9811a}.budget-status.warning{color:#f59e0b;background:#f59e0b1a}.budget-status.critical{color:#ef4444;background:#ef44441a}.budget-amounts{margin-bottom:.75rem}.budget-spent{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700}.budget-total{color:var(--muted);font-size:.875rem}.budget-footer{color:var(--muted);justify-content:space-between;margin-top:.75rem;font-size:.75rem;display:flex}.dashboard-section.full-width{grid-column:1/-1;margin-top:1rem}.onboarding-prompt{flex-direction:column;gap:3rem;padding:2rem 0;display:flex}.onboarding-hero{text-align:center;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(135deg,#39b6ff14,#27d6a514);padding:3rem 2rem}.onboarding-hero-icon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;display:flex}.onboarding-hero-icon svg{stroke:#fff}.onboarding-hero h2{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2rem;font-weight:700}.onboarding-hero p{color:var(--muted);max-width:500px;margin:0 auto 2rem;font-size:1.1rem}.btn-xl{gap:.75rem;padding:1rem 2rem!important;font-size:1.1rem!important}.pulse-animation{animation:2s infinite pulse;box-shadow:0 0 #39b6ff66}.provider-cards-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.provider-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-align:center;cursor:pointer;padding:1.5rem;transition:all .2s;position:relative}.provider-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px -8px #39b6ff26}.provider-card img{margin-bottom:1rem}.provider-card h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.provider-card p{color:var(--muted);margin:0;font-size:.875rem}.provider-card-arrow{color:var(--primary);opacity:0;font-size:1.25rem;transition:all .2s;position:absolute;top:1rem;right:1rem;transform:translate(-8px)}.provider-card:hover .provider-card-arrow{opacity:1;transform:translate(0)}.benefits-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:2rem}.benefits-section h3{text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.benefit-item{align-items:flex-start;gap:1rem;display:flex}.benefit-icon{border-radius:var(--radius-sm);background:linear-gradient(135deg,#39b6ff1a,#27d6a51a);justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.benefit-icon svg{stroke:var(--primary)}.benefit-item h4{margin-bottom:.25rem;font-size:1rem;font-weight:600}.benefit-item p{color:var(--muted);margin:0;font-size:.875rem;line-height:1.5}@media (max-width:1024px){.provider-cards-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr}}@media (max-width:640px){.provider-cards-grid{grid-template-columns:1fr}.onboarding-hero h2{font-size:1.5rem}.onboarding-hero p{font-size:1rem}}.btn.btn-sm{padding:.375rem .75rem;font-size:.8125rem}@media (max-width:1200px){.quick-stats{grid-template-columns:repeat(2,1fr)}.charts-section{grid-template-columns:1fr}.budgets-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.welcome-section{flex-direction:column;align-items:flex-start;gap:1rem}.quick-stats,.dashboard-grid,.budgets-grid{grid-template-columns:1fr}.user-menu{display:none}.dashboard-nav{overflow-x:auto}}.app-layout{min-height:100vh;display:flex}.sidebar{z-index:100;color:#e2e8f0;background:#0f1117;border-right:1px solid #ffffff0f;flex-direction:column;width:260px;min-width:260px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-header{border-bottom:1px solid var(--border-light);justify-content:center;align-items:center;min-height:110px;padding:2rem 1rem;display:flex}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex}.sidebar-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:.75rem 1rem .35rem;font-size:.65rem;font-weight:700}.sidebar-settings-section{border-top:1px solid var(--border-light);padding-top:var(--space-sm);margin-top:auto}.sidebar-nav-item{color:var(--muted-light);border-radius:var(--radius-xs);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:all .15s;display:flex}.sidebar-nav-item:hover{color:var(--text);background:#ffffff0f}.sidebar-nav-item.active{color:#39b6ff;background:#39b6ff26}.sidebar-nav-item svg{opacity:.7}.sidebar-nav-item.active svg{opacity:1}.sidebar-footer{border-top:1px solid var(--border-light);align-items:center;gap:.75rem;padding:1rem;display:flex}.sidebar-user{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.sidebar-user-avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.sidebar-user-info{flex-direction:column;min-width:0;display:flex}.sidebar-user-name{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.sidebar-user-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.sidebar-logout{color:#64748b;cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;padding:.5rem;transition:all .15s}.sidebar-logout:hover{color:#ff7a90;background:#ff7a9026}.main-content{background:var(--surface-hover);flex:1;min-height:100vh;margin-left:260px;padding:2rem}@media (max-width:1024px){.main-content{margin-left:0;padding:calc(60px + 1.5rem) 1.5rem 1.5rem}}@media (max-width:640px){.main-content{padding:calc(60px + 1rem) 1rem 1rem}}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.page-header-left h1{margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.page-header-left p{color:var(--muted);font-size:.9375rem}.page-header-right{align-items:center;gap:.75rem;display:flex}.theme-toggle{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--muted);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex}.theme-toggle:hover{border-color:var(--primary);color:var(--primary)}.notification-bell{position:relative}.notification-bell-btn{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--muted);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.notification-bell-btn:hover{border-color:var(--primary);color:var(--primary)}.notification-badge{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6875rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.notification-dropdown{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);z-index:1000;width:360px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 40px #00000026}.notification-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem;display:flex}.notification-header h3{font-size:1rem;font-weight:600}.notification-mark-all{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.8125rem}.notification-list{max-height:400px;overflow-y:auto}.notification-item{border-bottom:1px solid var(--line);cursor:pointer;gap:.75rem;padding:1rem;transition:background .15s;display:flex}.notification-item:hover{background:var(--surface-hover)}.notification-item.read{opacity:.6}.notification-item.warning .notification-icon{color:var(--warning)}.notification-item.critical .notification-icon{color:var(--danger)}.notification-item.info .notification-icon{color:var(--primary)}.notification-content h4{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.notification-content p{color:var(--muted);margin-bottom:.25rem;font-size:.8125rem}.notification-time{color:var(--muted);font-size:.75rem}.time-range-selector{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);display:flex;overflow:hidden}.time-range-selector button{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.8125rem;transition:all .15s}.time-range-selector button:hover{background:#39b6ff14}.time-range-selector button.active{background:var(--primary);color:#fff}.analytics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.chart-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.chart-card.full-width{grid-column:1/-1}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.chart-header h2{font-size:1.125rem;font-weight:600}.chart-total{color:var(--muted);font-size:.875rem}.chart-container{width:100%}.pie-legend{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.pie-legend-item{align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.pie-legend-dot{border-radius:50%;width:10px;height:10px}.pie-legend-value{color:var(--muted)}.budgets-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.budget-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.budget-card.warning{border-color:var(--warning)}.budget-card.critical{border-color:var(--danger)}.budget-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.budget-card-title{align-items:center;gap:.75rem;display:flex}.budget-card-title h3{font-size:1.125rem;font-weight:600}.budget-card-actions{gap:.5rem;display:flex}.btn-icon{width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.btn-icon:hover{color:var(--primary);background:#39b6ff1a}.btn-icon.danger:hover{background:color-mix(in srgb,var(--danger)10%,transparent);color:var(--danger)}.budget-card-amounts{align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.budget-spent{font-size:1.5rem;font-weight:700}.budget-total{color:var(--muted)}.budget-period{color:var(--muted);text-transform:capitalize;background:var(--line);border-radius:var(--radius-xs);margin-left:auto;padding:.25rem .5rem;font-size:.75rem}.budget-progress-container{margin-bottom:1rem}.budget-progress-bar{background:var(--line);border-radius:4px;height:8px;position:relative;overflow:visible}.budget-progress-fill{background:var(--secondary);border-radius:4px;height:100%;transition:width .3s}.budget-progress-fill.warning{background:var(--warning)}.budget-progress-fill.critical{background:var(--danger)}.budget-warning-marker,.budget-critical-marker{background:var(--muted);width:2px;position:absolute;top:-4px;bottom:-4px}.budget-progress-labels{justify-content:space-between;margin-top:.5rem;font-size:.8125rem;display:flex}.budget-status-badge{border-radius:var(--radius-xs);padding:.125rem .5rem;font-size:.75rem;font-weight:500}.budget-status-badge.good{color:var(--secondary);background:#27d6a526}.budget-status-badge.warning{color:var(--warning);background:#fbbf2426}.budget-status-badge.critical{color:var(--danger);background:#ff7a9026}.budget-card-footer{border-top:1px solid var(--line);padding-top:1rem}.budget-remaining{color:var(--muted);font-size:.875rem}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h2{font-size:1.25rem;font-weight:600}.modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.25rem}.modal-form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.tabs{border-bottom:1px solid var(--line);gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.tab{color:var(--muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;transition:all .15s;display:flex}.tab:hover{background:#39b6ff14}.tab.active{background:var(--primary);color:#fff}.tab-badge{background:var(--danger);color:#fff;border-radius:10px;padding:.125rem .375rem;font-size:.6875rem}.tab.active .tab-badge{background:var(--surface);color:var(--primary)}.alerts-list{flex-direction:column;gap:.75rem;display:flex}.alert-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.alert-item.acknowledged{opacity:.6}.alert-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.alert-item.critical .alert-icon{color:var(--danger);background:#ff7a9026}.alert-item.warning .alert-icon{color:var(--warning);background:#fbbf2426}.alert-item.info .alert-icon{color:var(--primary);background:#39b6ff26}.alert-item.success .alert-icon{color:var(--secondary);background:#27d6a526}.alert-content{flex:1}.alert-header{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.alert-header h3{font-size:1rem;font-weight:600}.alert-provider{background:var(--line);border-radius:var(--radius-xs);text-transform:capitalize;padding:.125rem .5rem;font-size:.75rem}.alert-content p{color:var(--muted);margin-bottom:.25rem;font-size:.875rem}.alert-time{color:var(--muted);font-size:.75rem}.alert-rules{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.rules-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.rules-header h3{font-size:1.125rem;font-weight:600}.rules-list{flex-direction:column;gap:1rem;display:flex}.rule-item{border:1px solid var(--line);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:1rem;display:flex}.rule-item.disabled{opacity:.5}.rule-info h4{margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.rule-info p{color:var(--muted);margin-bottom:.5rem;font-size:.8125rem}.rule-channels{gap:.5rem;display:flex}.channel-badge{border-radius:var(--radius-xs);align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;display:flex}.channel-badge.email{color:var(--primary);background:#39b6ff1a}.channel-badge.slack{color:#4a154b;background:#4a154b1a}.toggle{width:48px;height:26px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:var(--line);border-radius:26px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background:var(--surface);border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}.toggle input:checked+.toggle-slider{background:var(--primary)}.toggle input:checked+.toggle-slider:before{transform:translate(22px)}.settings-layout{grid-template-columns:220px 1fr;gap:2rem;display:grid}.settings-nav{flex-direction:column;gap:.25rem;display:flex}.settings-nav-item{color:var(--muted);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9375rem;transition:all .15s;display:flex}.settings-nav-item:hover{color:var(--text);background:#39b6ff14}.settings-nav-item.active{color:var(--primary);background:#39b6ff1f}.settings-section h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.settings-description{color:var(--muted);margin-bottom:1.5rem}.settings-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.settings-card.danger{border-color:var(--danger)}.settings-form{flex-direction:column;gap:1.25rem;display:flex}.settings-form label{flex-direction:column;gap:.5rem;display:flex}.settings-form label span{font-size:.875rem;font-weight:500}.input-hint{color:var(--muted);font-size:.75rem}.profile-header{border-bottom:1px solid var(--line);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.profile-avatar-large{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:600;display:flex}.setting-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.setting-row:last-child{border-bottom:none}.setting-info h4{margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.setting-info p{color:var(--muted);font-size:.8125rem}.integration-item{border-bottom:1px solid var(--line);align-items:center;gap:1rem;padding:1rem 0;display:flex}.integration-item:last-child{border-bottom:none}.integration-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.integration-icon.slack{color:#fff;background:#4a154b}.integration-icon.discord{color:#fff;background:#5865f2}.integration-info{flex:1}.integration-info h4{margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.integration-info p{color:var(--muted);font-size:.8125rem}.integration-action{gap:.5rem;display:flex}.integration-action input{width:200px}.plan-info{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.plan-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.25rem;font-size:.6875rem;display:block}.current-plan h3{font-size:1.25rem;font-weight:700}.current-plan p{color:var(--muted);font-size:.875rem}.plan-features h4{margin-bottom:.75rem;font-size:.875rem;font-weight:600}.plan-features ul{grid-template-columns:1fr 1fr;gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.plan-features li{color:var(--muted);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.plan-features li:before{content:"✓";color:var(--secondary)}.danger-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.danger-item:last-child{border-bottom:none}.danger-info h4{margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.danger-info p{color:var(--muted);font-size:.8125rem}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.9}.btn-danger-outline{border:1px solid var(--danger);color:var(--danger);background:0 0}.btn-danger-outline:hover{background:color-mix(in srgb,var(--danger)10%,transparent)}.empty-state-large{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.empty-state-large h2{margin:1.5rem 0 .5rem;font-size:1.5rem}.empty-state-large p{color:var(--muted);max-width:400px;margin-bottom:1.5rem}@media (max-width:1024px){.sidebar{display:none}.main-content{margin-left:0}.analytics-grid,.settings-layout{grid-template-columns:1fr}.settings-nav{border-bottom:1px solid var(--line);flex-direction:row;margin-bottom:1.5rem;padding-bottom:.5rem;overflow-x:auto}}.welcome-page{background:linear-gradient(135deg,var(--bg)0%,#1a1f2e 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.welcome-container{background:var(--surface);border-radius:var(--radius);width:100%;max-width:600px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040}.welcome-header{justify-content:center;margin-bottom:2rem;display:flex}.welcome-progress{margin-bottom:2rem}.welcome-progress-bar{background:var(--line);border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.welcome-progress-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;height:100%;transition:width .4s}.welcome-progress-text{color:var(--muted);text-align:center;font-size:.85rem;display:block}.welcome-greeting{text-align:center;margin-bottom:2rem}.welcome-greeting h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.welcome-greeting p{color:var(--muted);font-size:1rem}.welcome-content{margin-bottom:2rem}.welcome-content h2{text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.welcome-options{flex-direction:column;gap:.75rem;display:flex}.welcome-options.horizontal{flex-flow:wrap;justify-content:center}.welcome-option{border:2px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;transition:all .2s;display:flex}.welcome-option:hover{border-color:var(--primary);background:var(--surface-hover)}.welcome-option.selected{border-color:var(--primary);background:#39b6ff1a}.welcome-option-icon{flex-shrink:0;font-size:1.5rem}.welcome-option-text{flex-direction:column;flex:1;display:flex}.welcome-option-label{font-size:1rem;font-weight:600}.welcome-option-desc{color:var(--muted);font-size:.875rem}.welcome-option-check{color:var(--primary);flex-shrink:0}.welcome-option-small{border:2px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s}.welcome-option-small:hover{border-color:var(--primary);background:var(--surface-hover)}.welcome-option-small.selected{border-color:var(--primary);background:var(--primary);color:#fff}.welcome-actions{justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.welcome-actions .btn{min-width:140px}.welcome-skip{color:var(--muted);cursor:pointer;background:0 0;border:none;margin:0 auto;padding:.5rem;font-size:.875rem;transition:color .2s;display:block}.welcome-skip:hover{color:var(--text)}.welcome-complete{text-align:center;padding:3rem 0}.welcome-complete-icon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;animation:.5s scaleIn;display:flex}.welcome-complete-icon svg{stroke:#fff}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.welcome-complete h1{margin-bottom:.5rem;font-size:1.75rem}.welcome-complete p{color:var(--muted);margin-bottom:1.5rem}.welcome-spinner-small{justify-content:center;display:flex}.welcome-spinner-small .spinner{width:24px;height:24px}@media (max-width:640px){.welcome-page{padding:1rem}.welcome-container{padding:1.5rem}.welcome-greeting h1{font-size:1.5rem}.welcome-options.horizontal{flex-direction:column}.welcome-option-small{width:100%}}.mobile-bottom-header{background:var(--surface);border-bottom:1px solid var(--line);z-index:100;justify-content:center;align-items:center;height:52px;display:none;position:fixed;top:0;left:0;right:0}.bottom-tab-bar{background:var(--surface);border-top:1px solid var(--line);z-index:100;height:64px;padding-bottom:env(safe-area-inset-bottom);display:none;position:fixed;bottom:0;left:0;right:0}.bottom-tab-item{color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:.62rem;font-weight:500;transition:color .15s;display:flex}.bottom-tab-item.active{color:var(--primary)}.bottom-tab-item svg{transition:transform .15s}.bottom-tab-item.active svg{transform:scale(1.08)}.more-sheet-overlay{z-index:200;background:#00000073;animation:.2s fadeIn;position:fixed;inset:0}.more-sheet{background:var(--surface);z-index:201;max-height:75vh;padding-bottom:env(safe-area-inset-bottom);border-radius:16px 16px 0 0;flex-direction:column;animation:.3s cubic-bezier(.32,.72,0,1) slideUp;display:flex;position:fixed;bottom:0;left:0;right:0}.more-sheet-handle{justify-content:center;padding:10px 0 6px;display:flex}.more-sheet-handle-bar{background:var(--line);border-radius:999px;width:36px;height:4px}.more-sheet-content{flex:1;padding:0 1rem .5rem;overflow-y:auto}.more-sheet-section{margin-bottom:.5rem}.more-sheet-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:.5rem .75rem .25rem;font-size:.65rem;font-weight:700}.more-sheet-item{border-radius:var(--radius-sm);width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;transition:background .15s;display:flex}.more-sheet-item:hover{background:#39b6ff0f}.more-sheet-item.active{color:var(--primary);background:#39b6ff1a}.more-sheet-footer{border-top:1px solid var(--line);padding:.75rem 1rem}.more-sheet-user{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.more-sheet-avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:600;display:flex}.more-sheet-user-info{flex-direction:column;display:flex}.more-sheet-user-name{font-size:.85rem;font-weight:500}.more-sheet-user-email{color:var(--muted);font-size:.75rem}.more-sheet-logout{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--muted);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.85rem;transition:all .15s;display:flex}.more-sheet-logout:hover{border-color:var(--danger);color:var(--danger)}@media (max-width:1024px){.mobile-bottom-header,.bottom-tab-bar{display:flex}.app-layout .main-content{padding-top:68px;padding-bottom:calc(64px + env(safe-area-inset-bottom) + 16px)}}.stats-overview{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.stat-card-large{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.stat-card-large:hover{border-color:#39b6ff4d;transform:translateY(-2px)}.stat-card-large.primary{background:linear-gradient(135deg,#39b6ff1a 0%,#27d6a50d 100%);border-color:#39b6ff33}.stat-card-icon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.stat-card-icon.secondary{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.stat-card-icon.tertiary{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.stat-card-icon.quaternary{background:linear-gradient(135deg,#22c55e,#4ade80)}.stat-card-content{flex-direction:column;flex:1;justify-content:center;display:flex}.stat-card-content .stat-label{color:var(--muted);margin-bottom:.25rem;font-size:.8125rem}.stat-value-large{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2}.stat-value-sub{color:var(--muted);font-size:1rem;font-weight:500}.stat-trend{align-items:center;gap:.35rem;margin-top:.35rem;font-size:.75rem;font-weight:500;display:flex}.stat-trend.up{color:#22c55e}.stat-trend.down{color:#ef4444}.stat-progress-bar{background:#ffffff1a;border-radius:3px;height:6px;margin-top:.5rem;overflow:hidden}.stat-progress-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;height:100%;transition:width .5s}.stat-progress-fill.warning{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.stat-progress-fill.danger{background:linear-gradient(90deg,#ef4444,#f87171)}.stat-providers-preview{align-items:center;gap:.25rem;margin-top:.5rem;display:flex}.stat-providers-preview img{object-fit:contain;border-radius:4px;width:20px;height:20px}.stat-providers-preview .more-count{color:var(--muted);margin-left:.25rem;font-size:.6875rem}.stat-hint{color:var(--muted);margin-top:.35rem;font-size:.75rem}.section-header-pro{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.section-title{align-items:center;gap:.75rem;display:flex}.section-title h2{color:var(--text-light);margin:0;font-size:1.25rem;font-weight:600}.section-count{color:var(--muted);background:#ffffff0d;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem}.section-actions{align-items:center;gap:.5rem;display:flex}.providers-section{margin-bottom:2rem}.providers-grid-pro{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.provider-card-pro{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);transition:all .2s;overflow:hidden}.provider-card-pro:hover{border-color:#39b6ff4d;box-shadow:0 8px 32px #0003}.provider-card-pro.connected{border-left:3px solid #22c55e}.provider-card-pro.connected.warning{border-left-color:#f59e0b}.provider-card-pro.connected.critical{border-left-color:#ef4444}.provider-card-pro.disconnected{border-left:3px solid var(--muted);opacity:.85}.provider-card-pro.disconnected:hover{opacity:1}.provider-card-header{align-items:center;gap:.875rem;padding:1.25rem 1.25rem 0;display:flex}.provider-logo-wrapper{border-radius:var(--radius-sm);background:#ffffff0d;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:.375rem;display:flex;position:relative}.provider-logo-wrapper img{object-fit:contain}.connection-indicator{border:2px solid var(--surface-dark);border-radius:50%;width:14px;height:14px;position:absolute;bottom:-2px;right:-2px}.connection-indicator.connected{background:#22c55e;box-shadow:0 0 8px #22c55e80}.connection-indicator.disconnected{background:var(--muted)}.provider-meta{flex:1;min-width:0}.provider-meta h3{color:var(--text-light);margin:0 0 .25rem;font-size:1rem;font-weight:600}.provider-status{align-items:center;gap:.375rem;font-size:.75rem;display:inline-flex}.provider-status.connected{color:#22c55e}.provider-status.disconnected{color:var(--muted)}.provider-status .status-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.provider-menu-btn{border-radius:var(--radius-xs);width:32px;height:32px;color:var(--muted);cursor:pointer;background:#ffffff0d;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.provider-menu-btn:hover{color:var(--text-light);background:#ffffff1a}.provider-card-body{padding:1.25rem}.provider-spend-display{margin-bottom:1rem}.spend-main{align-items:baseline;display:flex}.spend-main .currency{color:var(--muted);margin-right:.125rem;font-size:1.25rem;font-weight:600}.spend-main .amount{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;line-height:1}.provider-spend-display .spend-limit{color:var(--muted);margin-top:.25rem;font-size:.8125rem;display:block}.provider-progress{margin-bottom:.75rem}.progress-track{background:#ffffff1a;border-radius:3px;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;height:100%;transition:width .5s}.progress-fill.warning{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.progress-fill.critical{background:linear-gradient(90deg,#ef4444,#f87171)}.progress-info{color:var(--muted);justify-content:space-between;margin-top:.375rem;font-size:.75rem;display:flex}.provider-credits{color:#fbbf24;border-radius:var(--radius-xs);background:#fbbf241a;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.disconnected-body{padding-top:.5rem}.disconnected-message{color:var(--muted);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.provider-features{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.provider-features li{color:var(--text-light);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.provider-features li svg{color:#22c55e;flex-shrink:0}.provider-card-footer{border-top:1px solid var(--line-dark);background:#ffffff05;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.last-sync{color:var(--muted);font-size:.75rem}.view-details-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:0;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.view-details-btn:hover{color:var(--secondary)}.btn-full{justify-content:center;width:100%}.dashboard-bottom-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.bnpl-dashboard-card{border-radius:var(--radius);background:linear-gradient(135deg,#8b5cf614 0%,#3b82f60d 100%);border:1px solid #8b5cf633;padding:1.5rem}.bnpl-badge-small{color:#a78bfa;text-transform:uppercase;letter-spacing:.5px;background:#8b5cf626;border-radius:4px;padding:.25rem .5rem;font-size:.625rem}.bnpl-dashboard-content{padding-top:.5rem}.bnpl-credit-visual{align-items:center;gap:1.5rem;display:flex}.credit-ring-container{flex-shrink:0;width:100px;height:100px;position:relative}.credit-ring{width:100%;height:100%}.credit-ring-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.credit-available{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;line-height:1}.credit-label{color:var(--muted);text-transform:uppercase;font-size:.6875rem}.credit-details{flex:1}.credit-detail-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:.5rem 0;font-size:.8125rem;display:flex}.credit-detail-row:last-child{border-bottom:none}.credit-detail-row span:first-child{color:var(--muted)}.credit-detail-row span:last-child{color:var(--text-light);font-weight:500}.bnpl-active-transactions{border-radius:var(--radius-sm);background:#8b5cf61a;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;display:flex}.active-count{color:#a78bfa;font-size:1.25rem;font-weight:700}.active-label{color:var(--muted);font-size:.8125rem}.bnpl-warning-banner{border-radius:var(--radius-sm);color:#ef4444;background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;display:flex}.bnpl-activate-prompt{text-align:center;padding:1.5rem 0}.bnpl-promo-icon{color:#a78bfa;background:#8b5cf61a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.bnpl-activate-prompt h3{color:var(--text-light);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.bnpl-activate-prompt p{color:var(--muted);margin:0 0 1rem;font-size:.875rem}.budgets-dashboard-card{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);padding:1.5rem}.budgets-empty-state{text-align:center;padding:1.5rem 0}.budgets-empty-state .empty-icon{width:64px;height:64px;color:var(--muted);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.budgets-empty-state h3{color:var(--text-light);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.budgets-empty-state p{color:var(--muted);margin:0 0 1rem;font-size:.875rem}.budgets-list-pro{flex-direction:column;gap:.875rem;display:flex}.budget-item-pro{border:1px solid var(--line-dark);border-radius:var(--radius-sm);background:#ffffff05;padding:1rem;transition:all .2s}.budget-item-pro:hover{border-color:#39b6ff33}.budget-header{justify-content:space-between;align-items:center;margin-bottom:.625rem;display:flex}.budget-name{color:var(--text-light);font-size:.9375rem;font-weight:500}.budget-badge{text-transform:uppercase;border-radius:4px;padding:.25rem .5rem;font-size:.6875rem;font-weight:500}.budget-badge.good{color:#22c55e;background:#22c55e1a}.budget-badge.warning{color:#f59e0b;background:#f59e0b1a}.budget-badge.critical{color:#ef4444;background:#ef44441a}.budget-progress{margin-bottom:.5rem}.budget-amounts{gap:.25rem;font-size:.8125rem;display:flex}.budget-amounts .spent{color:var(--text-light);font-weight:600}.budget-amounts .total{color:var(--muted)}.view-all-btn{border:1px dashed var(--line-dark);border-radius:var(--radius-sm);width:100%;color:var(--muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.375rem;padding:.75rem;font-size:.8125rem;transition:all .2s;display:flex}.view-all-btn:hover{border-color:var(--primary);color:var(--primary)}@media (max-width:1200px){.stats-overview{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.providers-grid-pro,.dashboard-bottom-grid{grid-template-columns:1fr}}@media (max-width:768px){.stats-overview{grid-template-columns:1fr}.stat-card-large{padding:1.25rem}.stat-value-large{font-size:1.5rem}}.connected-apis-section{margin-bottom:1.5rem}.api-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.api-card{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);padding:1.25rem;transition:all .2s}.api-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 24px #0003}.api-card.warning{border-color:#eab3084d}.api-card.critical{border-color:#ef44444d}.api-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.api-card-logo{border-radius:var(--radius-sm);background:#ffffff0d;justify-content:center;align-items:center;width:48px;height:48px;padding:.5rem;display:flex}.api-card-logo img{object-fit:contain}.api-card-status .status-badge{border-radius:9999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.status-badge.connected{color:#22c55e;background:#22c55e1a}.status-badge .status-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.api-card-body h3{color:var(--text-light);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.api-card-spend{margin-bottom:.75rem}.api-card-spend .spend-current{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700}.api-card-spend .spend-limit{color:var(--muted);margin-left:.25rem;font-size:.875rem}.api-card-progress{margin-bottom:.75rem}.api-card-progress .progress-bar{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:.4rem;overflow:hidden}.api-card-progress .progress-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;height:100%;transition:width .5s}.api-card-progress .progress-fill.warning{background:linear-gradient(90deg,#eab308,#f59e0b)}.api-card-progress .progress-fill.critical{background:linear-gradient(90deg,#ef4444,#dc2626)}.api-card-progress .progress-label{color:var(--muted);font-size:.75rem}.api-card-credits{color:#fbbf24;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.api-card-footer{border-top:1px solid var(--line-dark);justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.api-card-footer .last-sync{color:var(--muted);font-size:.75rem}.btn-ghost{color:var(--muted);background:0 0;border:none;padding:.4rem .75rem}.btn-ghost:hover{color:var(--text-light);box-shadow:none;background:#ffffff0d;transform:none}.api-card.add-card{border:2px dashed var(--line-dark);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-height:200px;display:flex}.api-card.add-card:hover{border-color:var(--primary);background:#39b6ff05}.add-card-content{text-align:center}.add-card-icon{width:56px;height:56px;color:var(--primary);background:#39b6ff1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.add-card-content h3{color:var(--text-light);margin-bottom:.5rem;font-size:1rem;font-weight:600}.add-card-content p{color:var(--muted);margin-bottom:1rem;font-size:.8125rem}.available-providers{justify-content:center;gap:.5rem;display:flex}.available-providers img{object-fit:contain;opacity:.6;width:24px;height:24px;transition:opacity .2s}.api-card.add-card:hover .available-providers img{opacity:1}.bnpl-widget{background:linear-gradient(135deg,#8b5cf614 0%,#3b82f614 100%);border-color:#8b5cf633}.bnpl-widget-content{padding:.5rem 0}.bnpl-credit-display{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.bnpl-credit-available .label{color:var(--muted);margin-bottom:.25rem;font-size:.8125rem;display:block}.bnpl-credit-available .amount{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;line-height:1.1;display:block}.bnpl-credit-available .total{color:var(--muted);font-size:.8125rem;display:block}.bnpl-credit-ring{width:80px;height:80px;position:relative}.bnpl-credit-ring svg{transform:rotate(-90deg)}.bnpl-credit-ring .ring-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.bnpl-credit-ring .percent{color:var(--text-light);font-size:1.125rem;font-weight:700}.bnpl-credit-ring .label{color:var(--muted);text-transform:uppercase;font-size:.625rem}.bnpl-stats-row{border-top:1px solid var(--line-dark);grid-template-columns:repeat(3,1fr);gap:.75rem;padding-top:1rem;display:grid}.bnpl-stat{text-align:center}.bnpl-stat .value{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;display:block}.bnpl-stat .label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:.6875rem}.bnpl-alert{border-radius:var(--radius-sm);color:#ef4444;background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:.5rem;margin-top:1rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;display:flex}.bnpl-widget-empty{text-align:center;padding:1.5rem 0}.bnpl-empty-icon{color:var(--muted);margin-bottom:1rem}.bnpl-widget-empty h3{color:var(--text-light);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.bnpl-widget-empty p{color:var(--muted);margin-bottom:1rem;font-size:.875rem}.bnpl-loading{min-height:400px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.bnpl-error-banner{border-radius:var(--radius);color:#ef4444;background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.bnpl-activate-cta{justify-content:center;align-items:center;min-height:60vh;display:flex}.bnpl-activate-card{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;padding:3rem;display:grid}.bnpl-activate-visual{justify-content:center;align-items:center;display:flex}.credit-card-3d{perspective:1000px}.card-front{background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:16px;width:320px;height:200px;padding:1.5rem;transition:transform .3s;position:relative;transform:rotateY(-5deg)rotateX(5deg);box-shadow:0 20px 60px #8b5cf666}.credit-card-3d:hover .card-front{transform:rotateY(0)rotateX(0)}.card-chip{background:linear-gradient(135deg,#fbbf24,#d97706);border-radius:6px;width:40px;height:30px;margin-bottom:1.5rem}.card-logo{color:#fff;opacity:.9;font-size:.875rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem}.card-number{color:#fff;letter-spacing:2px;margin-bottom:1.5rem;font-family:monospace;font-size:1.125rem}.card-info{color:#fffc;text-transform:uppercase;letter-spacing:1px;justify-content:space-between;font-size:.75rem;display:flex}.bnpl-activate-content{flex-direction:column;justify-content:center;display:flex}.bnpl-badge{color:#a78bfa;background:linear-gradient(135deg,#8b5cf633,#3b82f633);border:1px solid #8b5cf64d;border-radius:9999px;width:fit-content;margin-bottom:1rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.bnpl-activate-content h2{color:var(--text-light);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.bnpl-activate-content>p{color:var(--muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.bnpl-benefits{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.bnpl-benefit{color:var(--text-light);align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.bnpl-benefit svg{color:#22c55e;flex-shrink:0}.btn-xl{padding:1rem 2rem;font-size:1rem}.spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.bnpl-overdue-alert{border-radius:var(--radius);background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.bnpl-overdue-alert .alert-icon{color:#ef4444;background:#ef444426;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bnpl-overdue-alert .alert-content{flex:1}.bnpl-overdue-alert .alert-content h3{color:#ef4444;margin-bottom:.25rem;font-size:1rem;font-weight:600}.bnpl-overdue-alert .alert-content p{color:var(--muted);margin:0;font-size:.875rem}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d}.bnpl-main-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.bnpl-credit-card-section{align-items:stretch;display:flex}.bnpl-credit-card{border-radius:var(--radius);background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);width:100%;padding:2rem;position:relative;overflow:hidden}.bnpl-credit-card .credit-card-bg{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.bnpl-credit-card .credit-card-content{z-index:1;position:relative}.credit-card-top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.credit-card-label{color:#fffc;text-transform:uppercase;letter-spacing:1px;font-size:.8125rem}.credit-card-status{text-transform:uppercase;border-radius:9999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.credit-card-status.active{color:#4ade80;background:#22c55e33}.credit-card-status.pending{color:#facc15;background:#eab30833}.credit-card-amount{margin-bottom:.25rem}.credit-card-amount .currency{color:#fffc;vertical-align:top;font-size:1.5rem;font-weight:600}.credit-card-amount .amount{color:#fff;font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:700;line-height:1}.credit-card-limit{color:#ffffffb3;margin-bottom:1.5rem;font-size:.875rem}.bnpl-credit-card .credit-card-progress{margin-bottom:1.5rem}.bnpl-credit-card .progress-track{background:#fff3;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.bnpl-credit-card .progress-fill{background:#ffffffe6;border-radius:4px;height:100%;transition:width .5s}.bnpl-credit-card .progress-labels{color:#ffffffb3;justify-content:space-between;font-size:.75rem;display:flex}.credit-card-footer{border-top:1px solid #fff3;grid-template-columns:1fr 1fr;gap:1rem;padding-top:1rem;display:grid}.card-detail .label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.6875rem;display:block}.card-detail .value{color:#fff;font-size:1.125rem;font-weight:600}.bnpl-score-section{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);padding:1.5rem}.bnpl-score-card{flex-direction:column;gap:1.5rem;display:flex}.score-display{text-align:center}.score-circle{border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto 1rem;display:flex}.score-inner{background:var(--surface-dark);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.score-value{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.score-grade{margin-top:.25rem;font-size:1.25rem;font-weight:700}.score-tier{color:var(--muted);text-transform:capitalize;font-size:.9375rem}.score-tier .trend{margin-left:.5rem;font-weight:600;display:inline-block}.score-tier .trend.up{color:#22c55e}.score-tier .trend.down{color:#ef4444}.score-factors{flex-direction:column;gap:.875rem;display:flex}.factor{flex-direction:column;gap:.35rem;display:flex}.factor-header{color:var(--muted);justify-content:space-between;font-size:.8125rem;display:flex}.factor-bar{background:#ffffff1a;border-radius:3px;height:6px;overflow:hidden}.factor-fill{border-radius:3px;height:100%;transition:width .5s}.bnpl-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.bnpl-stat-card{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);align-items:center;gap:1rem;padding:1.25rem;display:flex}.bnpl-stat-card .stat-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bnpl-stat-card .stat-icon.blue{color:#3b82f6;background:#3b82f61a}.bnpl-stat-card .stat-icon.purple{color:#8b5cf6;background:#8b5cf61a}.bnpl-stat-card .stat-icon.orange{color:#f97316;background:#f973161a}.bnpl-stat-card .stat-icon.green{color:#22c55e;background:#22c55e1a}.bnpl-stat-card .stat-content{flex-direction:column;display:flex}.bnpl-stat-card .stat-value{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.2}.bnpl-stat-card .stat-label{color:var(--muted);font-size:.8125rem}.bnpl-section{background:var(--surface-dark);border:1px solid var(--line-dark);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.5rem}.section-badge{color:#a78bfa;background:#8b5cf633;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.bnpl-payments-list{flex-direction:column;gap:.75rem;display:flex}.payment-card{border:1px solid var(--line-dark);border-radius:var(--radius-sm);background:#ffffff05;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.payment-card:hover{border-color:var(--primary);background:#39b6ff05}.payment-date{text-align:center;flex-shrink:0;width:48px}.payment-date .day{color:var(--text-light);font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;line-height:1;display:block}.payment-date .month{color:var(--muted);text-transform:uppercase;font-size:.6875rem;display:block}.payment-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.payment-label{color:var(--muted);font-size:.875rem}.payment-amount{color:var(--text-light);font-size:1.125rem;font-weight:600}.bnpl-empty-transactions{text-align:center;padding:3rem 0}.bnpl-empty-transactions .empty-icon{color:var(--muted);margin-bottom:1rem}.bnpl-empty-transactions h3{color:var(--text-light);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.bnpl-empty-transactions p{color:var(--muted);margin-bottom:1.5rem;font-size:.9375rem}.bnpl-transactions-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.transaction-card{border:1px solid var(--line-dark);border-radius:var(--radius);background:#ffffff05;padding:1.25rem;transition:all .2s}.transaction-card:hover{border-color:#8b5cf64d}.transaction-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.transaction-provider{align-items:center;gap:.75rem;display:flex}.transaction-provider img{object-fit:contain;width:32px;height:32px}.provider-info{flex-direction:column;display:flex}.provider-name{color:var(--text-light);font-size:.9375rem;font-weight:600}.transaction-date{color:var(--muted);font-size:.75rem}.transaction-status{text-transform:uppercase;border-radius:9999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600}.transaction-description{color:var(--muted);margin-bottom:1rem;font-size:.875rem}.transaction-amounts{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;display:grid}.amount-row{flex-direction:column;gap:.125rem;display:flex}.amount-row .label{color:var(--muted);text-transform:uppercase;font-size:.6875rem}.amount-row .value{color:var(--text-light);font-size:1.125rem;font-weight:600}.amount-row.remaining .value{color:#f97316}.transaction-progress{align-items:center;gap:.75rem;display:flex}.transaction-progress .progress-bar{background:#ffffff1a;border-radius:3px;flex:1;height:6px;overflow:hidden}.transaction-progress .progress-fill{background:linear-gradient(90deg,#8b5cf6,#3b82f6);border-radius:3px;height:100%}.transaction-progress .progress-label{color:var(--muted);white-space:nowrap;font-size:.75rem}.bnpl-modal{max-width:560px}.provider-select-grid{grid-template-columns:repeat(3,1fr);gap:.625rem;display:grid}.provider-select-item{border:1px solid var(--line-dark);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff05;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.provider-select-item:hover{border-color:var(--muted);background:#ffffff0a}.provider-select-item.selected{border-color:var(--provider-color,var(--primary));background:rgba(var(--provider-color,var(--primary)),.1)}.provider-select-item img{object-fit:contain;width:28px;height:28px}.provider-select-item span{color:var(--text-light);font-size:.75rem;font-weight:500}.amount-input-wrapper{align-items:center;display:flex;position:relative}.currency-symbol{color:var(--muted);font-size:1.25rem;font-weight:600;position:absolute;left:1rem}.amount-input{border:1px solid var(--line-dark);border-radius:var(--radius-sm);width:100%;color:var(--text-light);background:#ffffff05;padding:1rem 1rem 1rem 2.5rem;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600}.amount-input:focus{border-color:var(--primary);outline:none}.payment-plan-options{grid-template-columns:repeat(4,1fr);gap:.625rem;display:grid}.payment-plan-option{border:1px solid var(--line-dark);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff05;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .75rem;transition:all .2s;display:flex;position:relative}.payment-plan-option:hover{border-color:var(--muted)}.payment-plan-option.selected{border-color:var(--primary);background:#39b6ff1a}.recommended-badge{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:4px;padding:.125rem .5rem;font-size:.625rem;font-weight:600;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.plan-value{color:var(--text-light);font-size:1.25rem;font-weight:700}.plan-desc{color:var(--muted);font-size:.6875rem}.transaction-summary{border-radius:var(--radius-sm);background:#8b5cf61a;border:1px solid #8b5cf633;padding:1rem}.summary-row{color:var(--text-light);justify-content:space-between;padding:.5rem 0;font-size:.875rem;display:flex}.summary-row.total{border-top:1px solid #8b5cf633;margin-top:.5rem;padding-top:.75rem;font-weight:600}.btn-success{color:#fff;background:#22c55e}.btn-success:hover{background:#16a34a;box-shadow:0 4px 12px #22c55e4d}@media (max-width:1024px){.bnpl-activate-card{grid-template-columns:1fr;padding:2rem}.bnpl-activate-visual{order:-1}.card-front{width:280px;height:175px}.bnpl-main-grid{grid-template-columns:1fr}.bnpl-stats-grid,.provider-select-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.api-cards-grid,.bnpl-stats-grid,.bnpl-transactions-grid{grid-template-columns:1fr}.payment-plan-options{grid-template-columns:repeat(2,1fr)}}.pg-topbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.65rem var(--space-lg);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.pg-mode-toggle{background:var(--border-light);border-radius:var(--radius-sm);padding:3px;display:flex}.pg-mode-btn{border-radius:var(--radius-xs);cursor:pointer;color:var(--muted);background:0 0;border:none;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s}.pg-mode-btn.active{background:var(--accent);color:#fff}.pg-compare-label{cursor:pointer;color:var(--text-secondary);margin-left:var(--space-sm);align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.pg-key-indicator{color:var(--success);font-size:.78rem;font-weight:600}.pg-key-panel{border-radius:var(--radius-lg);padding:.85rem var(--space-lg);margin-top:var(--space-md);background:#fffbeb;border:1px solid #fde68a}.pg-key-hint{color:var(--muted-light);margin:.35rem 0 0;font-size:.75rem}.pg-error-banner{color:#991b1b;border-radius:var(--radius);padding:.65rem var(--space-lg);margin-top:var(--space-md);background:#fef2f2;border:1px solid #fecaca;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.pg-error-dismiss{color:#991b1b;cursor:pointer;margin-left:var(--space-sm);background:0 0;border:none;font-weight:700}.pg-main-layout{gap:var(--space-lg);margin-top:var(--space-lg);display:flex}.pg-left-panel{gap:var(--space-lg);flex-direction:column;flex:0 0 70%;min-width:0;display:flex}.pg-right-panel{flex:0 0 30%;min-width:0}.pg-section-title{color:var(--text-heading);margin:0;font-size:.9rem;font-weight:700}.pg-section-header{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.pg-char-count{color:var(--muted-light);font-size:.72rem}.pg-textarea{width:100%;padding:var(--space-md);border-radius:var(--radius-sm);border:1px solid var(--border);resize:vertical;color:var(--text);box-sizing:border-box;outline:none;font-family:inherit;font-size:.9rem;line-height:1.6}.pg-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.pg-prompt-footer{margin-top:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.pg-shortcut-hint{color:var(--muted-light);font-size:.72rem}.pg-response-output{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);min-height:80px;max-height:400px;padding:.85rem;overflow-y:auto}.pg-response-pre{white-space:pre-wrap;word-break:break-word;color:var(--text);margin:0;font-family:inherit;font-size:.875rem;line-height:1.7}.pg-meta-bar{margin-top:var(--space-md);background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .85rem}.pg-compare-meta{margin-top:var(--space-sm);background:var(--surface-hover);border-radius:var(--radius-xs);flex-wrap:wrap;gap:.4rem;padding:.4rem .6rem;font-size:.72rem;display:flex}.pg-meta-label{color:var(--muted-light);text-transform:uppercase;letter-spacing:.03em;font-size:.65rem;font-weight:600}.pg-meta-value{color:var(--text-heading);font-size:.82rem;font-weight:600}.pg-meta-value.mono{font-family:monospace}.pg-preview-label{color:var(--muted-light);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.72rem;font-weight:600}.pg-streaming-label{color:var(--accent);font-size:.78rem;font-weight:600}.pg-analyzing-label{color:var(--accent);font-size:.72rem;font-weight:600}.pg-loading-label{color:var(--accent);font-size:.72rem}.pg-confidence-track{background:var(--border-light);border-radius:999px;flex:1;height:6px;overflow:hidden}.pg-confidence-fill{border-radius:999px;height:100%}.pg-confidence-text{color:var(--muted);font-size:.75rem;font-weight:600}.pg-billing-panel{padding:var(--space-sm).65rem;border-radius:var(--radius-sm)}.pg-billing-byok{background:#f0fdf4;border:1px solid #bbf7d0}.pg-billing-credits{background:#eff6ff;border:1px solid #bfdbfe}.pg-billing-text{color:var(--text-secondary);margin:0;font-size:.72rem;line-height:1.4}.pg-billing-unavailable{color:var(--muted-light);margin:.2rem 0 0;font-size:.68rem}.pg-divider{border-top:1px solid var(--border);margin:.15rem 0}.pg-model-name{color:var(--text-secondary);font-family:monospace;font-size:.82rem;font-weight:600}.pg-token-count{color:var(--muted-light);font-size:.72rem}.pg-reasoning-text{color:var(--muted);margin:.2rem 0 0;font-size:.78rem;line-height:1.5}.pg-detail-text{color:var(--muted-light);margin:.15rem 0 0;font-size:.72rem}.pg-placeholder-text{color:var(--muted-light);margin:0;font-size:.82rem}.pg-compare-error{color:var(--danger-dark);padding:var(--space-sm);border-radius:var(--radius-xs);background:#fef2f2;font-size:.82rem}.pg-compare-model{color:var(--text-secondary);font-family:monospace;font-weight:600}.pg-compare-latency{color:var(--muted)}.intg-cards{gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.intg-card{align-items:center;gap:var(--space-md);background:var(--card);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;text-align:left;flex:1;min-width:260px;padding:1rem 1.25rem;transition:all .2s;display:flex}.intg-card:hover{border-color:var(--accent);background:#39b6ff0a}.intg-card-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:#39b6ff14}.intg-card-logo{border-radius:var(--radius-sm);background:#ffffff0f;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.intg-card-name{color:var(--text);margin:0 0 .15rem;font-size:1rem;font-weight:700}.intg-card-tagline{color:var(--muted);margin:0;font-size:.8rem;line-height:1.3}.intg-guide{background:var(--card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-xl)}.intg-guide-header{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light);display:flex}.intg-guide-logo{border-radius:var(--radius-md);background:#ffffff0f;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.intg-guide-title{color:var(--text);margin:0 0 .35rem;font-size:1.35rem;font-weight:800}.intg-guide-desc{color:var(--muted-light);max-width:600px;margin:0;font-size:.88rem;line-height:1.5}.intg-steps{gap:var(--space-xl);flex-direction:column;display:flex}.intg-step{gap:var(--space-md);display:flex}.intg-step-number{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:.1rem;font-size:.82rem;font-weight:700;display:flex}.intg-step-content{flex:1;min-width:0}.intg-step-title{color:var(--text);margin:0 0 .4rem;font-size:1rem;font-weight:700}.intg-step-text{color:var(--muted-light);margin:0 0 .75rem;font-size:.86rem;line-height:1.5}.intg-code-block{border:1px solid var(--border-light);border-radius:var(--radius-md);background:#0000004d;margin-bottom:.75rem;position:relative;overflow:hidden}.intg-code-copy{border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;padding:.25rem .6rem;font-size:.72rem;font-weight:600;transition:all .15s;position:absolute;top:.5rem;right:.5rem}.intg-code-copy:hover{color:var(--text);background:#ffffff26}.intg-code-pre{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;margin:0;padding:1rem 1.25rem;font-family:SF Mono,Fira Code,monospace;font-size:.78rem;line-height:1.6;overflow-x:auto}.intg-tip{border-radius:var(--radius-md);color:var(--muted-light);background:#39b6ff14;border:1px solid #39b6ff33;align-items:flex-start;gap:.5rem;padding:.65rem .85rem;font-size:.8rem;line-height:1.45;display:flex}.intg-tip-icon{background:var(--accent);color:#fff;border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;padding:.12rem .4rem;font-size:.65rem;font-weight:700}@media (max-width:640px){.intg-cards{flex-direction:column}.intg-guide{padding:var(--space-md)}.intg-guide-header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.intg-step{gap:var(--space-sm);flex-direction:column}}.intg-badge{border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;padding:.12rem .45rem;font-size:.65rem;font-weight:700}.intg-badge-easy{color:#34d399;background:#10b98126}.intg-badge-medium{color:#fbbf24;background:#fbbf2426}.intg-guide-meta{align-items:center;gap:var(--space-md);margin-top:.5rem;display:flex}.intg-meta-item{color:var(--muted);align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;display:flex}.intg-features{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light);flex-wrap:wrap;gap:.4rem;display:flex}.intg-feature-tag{border:1px solid var(--border-light);color:var(--muted-light);background:#ffffff0f;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.intg-cta{justify-content:space-between;align-items:center;gap:var(--space-md);margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--border-light);display:flex}.intg-cta-text{color:var(--muted);margin:0;font-size:.88rem}.alert-rule{background:var(--surface-hover);border:1px solid var(--border-light);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;transition:opacity .15s;display:flex}.alert-rule--inactive{opacity:.6}.alert-rule-label{color:var(--text-heading);font-size:.9rem;font-weight:600}.alert-badges{gap:.35rem;margin-top:.3rem;display:flex}.alert-badge{border-radius:var(--radius-xs);padding:.15rem .5rem;font-size:.7rem;font-weight:600}.alert-badge--email{color:var(--accent);background:#2563eb1a}.alert-badge--slack{color:#d97706;background:#fbbf241f}.alert-toggle{cursor:pointer;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.alert-toggle--on{color:var(--success)}.alert-toggle--off{color:var(--muted-light)}.alert-delete-btn{cursor:pointer;color:var(--danger);background:0 0;border:none;padding:.25rem}.alert-item{border-radius:var(--radius);align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex}.alert-item--read{background:var(--surface-hover);border:1px solid var(--border-light);opacity:.65}.alert-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.alert-item-title{color:var(--text-heading);font-size:.875rem;font-weight:600}.alert-item-time{color:var(--muted-light);white-space:nowrap;font-size:.75rem}.alert-item-message{color:var(--text-secondary);margin:.2rem 0 0;font-size:.8rem}.alert-provider-tag{background:var(--surface-hover);color:var(--muted);border-radius:var(--radius-xs);margin-top:.35rem;padding:.1rem .4rem;font-size:.68rem;font-weight:600;display:inline-block}.alert-dismiss-btn{border:1px solid var(--border-light);border-radius:var(--radius-xs);cursor:pointer;color:var(--muted);white-space:nowrap;background:0 0;flex-shrink:0;padding:.2rem .5rem;font-size:.72rem}.alert-unread-count{background:var(--danger);color:#fff;border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.alert-mark-read{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:.78rem;font-weight:600}.alert-empty{text-align:center;color:var(--muted-light);padding:var(--space-xl);font-size:.875rem}.alert-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.alert-modal{background:var(--surface);border-radius:var(--radius-xl);width:100%;max-width:420px;padding:clamp(1rem,3vw,1.5rem)}.alert-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.alert-modal-title{color:var(--text-heading);margin:0;font-size:1.1rem;font-weight:700}.alert-modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:1.1rem}.alert-form-label{color:var(--text-secondary);flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;display:flex}.alert-form-input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.55rem .75rem;font-size:.9rem}.alert-form-check{cursor:pointer;color:var(--text-heading);align-items:center;gap:.4rem;font-size:.875rem;display:flex}@media (max-width:640px){.alert-rule{flex-direction:column;align-items:flex-start}}.dash-header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap;display:flex}.dash-error{color:var(--danger-dark);border-radius:var(--radius-sm);padding:var(--space-md);margin-bottom:var(--space-lg);background:#ef44440f;border:1px solid #ef444433;font-size:.85rem}.dash-overview{background:linear-gradient(135deg,var(--primary-dark),var(--text-heading));border-radius:var(--radius-lg);padding:var(--space-lg);margin-bottom:var(--space-lg);color:var(--border-light)}.dash-overview-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.dash-overview-label{color:var(--muted-light);margin:0;font-size:.72rem;font-weight:600}.dash-overview-value{margin:.15rem 0 0;font-weight:800}.dash-overview-value--lg{font-size:clamp(1.4rem,5vw,2.25rem)}.dash-kpi-grid{margin-bottom:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem;display:grid}.dash-card{padding:1.25rem}.dash-card-title{margin:0 0 var(--space-sm);color:var(--text);font-size:.9rem;font-weight:700}.dash-usage-label{color:var(--text);margin:0;font-size:.82rem;font-weight:600}.dash-usage-count{color:var(--muted);margin:0;font-size:.75rem}.dash-progress-track{background:var(--border-light);border-radius:999px;width:100%;height:6px;overflow:hidden}.dash-progress-fill{border-radius:999px;height:100%;transition:width .5s}.dash-section-grid{gap:var(--space-md);margin-bottom:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.routing-grid{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.routing-stat{border-radius:var(--radius-sm);padding:var(--space-sm).65rem}.routing-stat-label{margin:0;font-size:.68rem;font-weight:600}.routing-stat-value{margin:.1rem 0 0;font-size:1.2rem;font-weight:800}.routing-stat--success{background:#10b98114}.routing-stat--success .routing-stat-label{color:var(--success-light)}.routing-stat--success .routing-stat-value{color:#14532d}.routing-stat--warning{background:#fb923c14}.routing-stat--warning .routing-stat-label{color:#c2410c}.routing-stat--warning .routing-stat-value{color:#9a3412}.routing-stat--danger{background:#ef444414}.routing-stat--danger .routing-stat-label{color:#b91c1c}.routing-stat--danger .routing-stat-value{color:var(--danger-dark)}.routing-stat--info{background:#2563eb14}.routing-stat--info .routing-stat-label{color:var(--accent)}.routing-stat--info .routing-stat-value{color:#1e3a8a}.routing-footer{background:var(--surface-hover);border-radius:var(--radius-xs);gap:var(--space-md);flex-wrap:wrap;margin-top:.45rem;padding:.35rem .65rem;display:flex}.routing-footer-stat{color:var(--muted);font-size:.7rem}@media (max-width:640px){.dash-mobile-only{display:flex!important}.dash-desktop-only{display:none!important}.dash-overview-grid{gap:var(--space-sm);grid-template-columns:1fr}}@media (min-width:641px){.dash-mobile-only{display:none!important}.dash-desktop-only{display:block!important}.dash-refresh-time{display:inline!important}}
