:root{--font-family:var(--font-geist-sans), system-ui, sans-serif;--bg-primary:#030014;--bg-secondary:#ffffff08;--border-glow:#7877c626;--border-glow-hover:#7877c64d;--card-bg:#0a0a1299;--card-border:#ffffff14;--card-border-hover:#ffffff26;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--color-purple:#a855f7;--color-blue:#3b82f6;--color-green:#10b981;--color-red:#ef4444;--color-yellow:#f59e0b}.dashboard-module__ri1OsW__container{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:var(--font-family);box-sizing:border-box;background-image:radial-gradient(80% 80% at 50% -20%,#7877c640,#fff0),radial-gradient(circle at 10% 20%,#3b82f60d,#0000 40%),radial-gradient(circle at 90% 80%,#a855f70d,#0000 40%);padding:2rem}.dashboard-module__ri1OsW__loginWrapper{justify-content:center;align-items:center;min-height:90vh;display:flex}.dashboard-module__ri1OsW__loginCard{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);text-align:center;border-radius:16px;width:100%;max-width:420px;padding:2.5rem;transition:border-color .3s,transform .3s;box-shadow:0 20px 50px #0006,0 0 40px #7877c61a}.dashboard-module__ri1OsW__loginCard:hover{border-color:var(--border-glow-hover)}.dashboard-module__ri1OsW__loginTitle{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.dashboard-module__ri1OsW__loginSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.dashboard-module__ri1OsW__inputGroup{text-align:left;margin-bottom:1.5rem}.dashboard-module__ri1OsW__inputLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.dashboard-module__ri1OsW__inputField{border:1px solid var(--card-border);width:100%;color:var(--text-primary);background:#ffffff0d;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.dashboard-module__ri1OsW__inputField:focus{border-color:var(--color-purple);background:#ffffff14;box-shadow:0 0 10px #a855f733}.dashboard-module__ri1OsW__loginButton{background:linear-gradient(135deg, var(--color-purple) 0%, var(--color-blue) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:opacity .2s,transform .1s;box-shadow:0 4px 15px #a855f74d}.dashboard-module__ri1OsW__loginButton:hover{opacity:.9}.dashboard-module__ri1OsW__loginButton:active{transform:scale(.98)}.dashboard-module__ri1OsW__errorMessage{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem}.dashboard-module__ri1OsW__header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.dashboard-module__ri1OsW__brand{align-items:center;gap:.75rem;display:flex}.dashboard-module__ri1OsW__logoIcon{background:linear-gradient(135deg, var(--color-purple) 0%, var(--color-blue) 100%);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 0 15px #7877c666}.dashboard-module__ri1OsW__brandName{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.dashboard-module__ri1OsW__logoutButton{border:1px solid var(--card-border);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.dashboard-module__ri1OsW__logoutButton:hover{color:var(--color-red);background:#ef44441a;border-color:#ef444433}.dashboard-module__ri1OsW__metricsGrid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.dashboard-module__ri1OsW__metricsGridSecondary{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}.dashboard-module__ri1OsW__metricCard{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:12px;padding:1.25rem 1.5rem;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.dashboard-module__ri1OsW__metricCard:hover{border-color:var(--card-border-hover);transform:translateY(-2px)}.dashboard-module__ri1OsW__metricCardSmall{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex}.dashboard-module__ri1OsW__metricLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.dashboard-module__ri1OsW__metricCardSmall .dashboard-module__ri1OsW__metricLabel{margin-bottom:0}.dashboard-module__ri1OsW__metricValue{background:linear-gradient(135deg,#fff 0%,#d4d4d8 100%);-webkit-text-fill-color:transparent;font-variant-numeric:tabular-nums;-webkit-background-clip:text;background-clip:text;font-size:1.65rem;font-weight:700;line-height:1.1}.dashboard-module__ri1OsW__metricValueSmall{background:linear-gradient(135deg,#fff 0%,#d4d4d8 100%);-webkit-text-fill-color:transparent;font-variant-numeric:tabular-nums;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:700}.dashboard-module__ri1OsW__metricSub{color:var(--text-secondary);opacity:.75;margin-top:.4rem;font-size:.72rem;line-height:1.3}.dashboard-module__ri1OsW__metricGlow{pointer-events:none;background:radial-gradient(circle,#7877c626 0%,#0000 70%);border-radius:50%;width:80px;height:80px;position:absolute;top:0;right:0}@media (max-width:1100px){.dashboard-module__ri1OsW__metricsGrid{grid-template-columns:repeat(3,1fr)}.dashboard-module__ri1OsW__metricsGrid>:nth-child(4),.dashboard-module__ri1OsW__metricsGrid>:nth-child(5){grid-column:span 1}}@media (max-width:720px){.dashboard-module__ri1OsW__metricsGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__ri1OsW__metricsGridSecondary{grid-template-columns:1fr}}.dashboard-module__ri1OsW__chartsSection{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:12px;margin-bottom:2.5rem;padding:2rem}.dashboard-module__ri1OsW__chartHeader{margin-bottom:1.5rem}.dashboard-module__ri1OsW__chartTitle{margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.dashboard-module__ri1OsW__chartSubtitle{color:var(--text-secondary);font-size:.85rem}.dashboard-module__ri1OsW__lineChartContainer{width:100%;position:relative}.dashboard-module__ri1OsW__lineChartEmpty{height:220px;color:var(--text-secondary);border:1px dashed var(--card-border);border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;display:flex}.dashboard-module__ri1OsW__lineChartLegend{color:var(--text-secondary);flex-wrap:wrap;gap:1.5rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.dashboard-module__ri1OsW__lineChartLegendItem{align-items:center;gap:.5rem;display:inline-flex}.dashboard-module__ri1OsW__lineChartSwatchInput,.dashboard-module__ri1OsW__lineChartSwatchOutput{border-radius:2px;width:14px;height:3px;display:inline-block}.dashboard-module__ri1OsW__lineChartSwatchInput{background:linear-gradient(90deg,#3b82f699,#3b82f6)}.dashboard-module__ri1OsW__lineChartSwatchOutput{background:linear-gradient(90deg,#a855f799,#a855f7)}.dashboard-module__ri1OsW__lineChartViewport{width:100%;height:260px;position:relative}.dashboard-module__ri1OsW__lineChartSvg{width:100%;height:100%;display:block;overflow:visible}.dashboard-module__ri1OsW__lineChartGrid{stroke:#ffffff0f;stroke-width:1px;stroke-dasharray:3 4}.dashboard-module__ri1OsW__lineChartAxisY{pointer-events:none;width:48px;position:absolute;top:0;bottom:0;left:0}.dashboard-module__ri1OsW__lineChartAxisYLabel{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:11px;font-family:var(--font-family);white-space:nowrap;line-height:1;position:absolute;right:8px;transform:translateY(-50%)}.dashboard-module__ri1OsW__lineChartAxisX{pointer-events:none;height:28px;position:absolute;bottom:0;left:0;right:0}.dashboard-module__ri1OsW__lineChartAxisXLabel{color:var(--text-secondary);font-size:11px;font-family:var(--font-family);white-space:nowrap;line-height:1;position:absolute;bottom:6px;transform:translate(-50%)}.dashboard-module__ri1OsW__lineChartLineInput{stroke:#3b82f6;filter:drop-shadow(0 0 6px #3b82f659);transition:stroke-width .2s}.dashboard-module__ri1OsW__lineChartLineOutput{stroke:#a855f7;filter:drop-shadow(0 0 6px #a855f759);transition:stroke-width .2s}.dashboard-module__ri1OsW__lineChartDotInput{fill:#fff;stroke:#3b82f6;stroke-width:2.5px;filter:drop-shadow(0 0 4px #3b82f699)}.dashboard-module__ri1OsW__lineChartDotOutput{fill:#fff;stroke:#a855f7;stroke-width:2.5px;filter:drop-shadow(0 0 4px #a855f799)}.dashboard-module__ri1OsW__lineChartHoverLine{stroke:#ffffff2e;stroke-width:1px;stroke-dasharray:2 3;pointer-events:none}.dashboard-module__ri1OsW__lineChartTooltip{-webkit-backdrop-filter:blur(10px);border:1px solid var(--card-border);color:var(--text-primary);pointer-events:none;z-index:2;white-space:nowrap;background:#0a0a12eb;border-radius:8px;min-width:160px;padding:.5rem .75rem;font-size:.8rem;position:absolute;top:4px;transform:translate(-50%);box-shadow:0 6px 20px #0006}.dashboard-module__ri1OsW__lineChartTooltipLabel{color:var(--text-primary);margin-bottom:.4rem;font-size:.85rem;font-weight:600}.dashboard-module__ri1OsW__lineChartTooltipRow{color:var(--text-secondary);align-items:center;gap:.5rem;padding:.15rem 0;font-size:.78rem;display:flex}.dashboard-module__ri1OsW__lineChartTooltipRowTotal{border-top:1px solid var(--card-border);color:var(--text-primary);justify-content:space-between;align-items:center;margin-top:.3rem;padding-top:.4rem;font-size:.8rem;font-weight:600;display:flex}.dashboard-module__ri1OsW__lineChartTooltipVal{font-variant-numeric:tabular-nums;color:var(--text-primary);margin-left:auto;font-weight:600}.dashboard-module__ri1OsW__controlsSection{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:12px;min-height:400px;padding:1.5rem}.dashboard-module__ri1OsW__tabsHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.dashboard-module__ri1OsW__tabs{gap:1.5rem;display:flex}.dashboard-module__ri1OsW__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem .25rem;font-size:1rem;font-weight:500;transition:color .2s;position:relative}.dashboard-module__ri1OsW__tab:hover,.dashboard-module__ri1OsW__activeTab{color:var(--text-primary)}.dashboard-module__ri1OsW__activeTab:after{content:"";background:linear-gradient(to right, var(--color-purple), var(--color-blue));border-radius:2px;width:100%;height:2px;position:absolute;bottom:-9px;left:0}.dashboard-module__ri1OsW__addButton{background:linear-gradient(135deg, var(--color-purple) 0%, var(--color-blue) 100%);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:opacity .2s;box-shadow:0 4px 10px #a855f733}.dashboard-module__ri1OsW__addButton:hover{opacity:.95}.dashboard-module__ri1OsW__tableContainer{overflow-x:auto}.dashboard-module__ri1OsW__table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.dashboard-module__ri1OsW__th{color:var(--text-secondary);border-bottom:1px solid var(--card-border);text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.dashboard-module__ri1OsW__td{border-bottom:1px solid var(--card-border);color:var(--text-primary);vertical-align:middle;padding:1rem}.dashboard-module__ri1OsW__tr:hover{background:#ffffff03}.dashboard-module__ri1OsW__keyValueWrapper{align-items:center;gap:.5rem;display:flex}.dashboard-module__ri1OsW__keyTokenCode{font-family:var(--font-geist-mono), monospace;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:4px;padding:.2rem .5rem;font-size:.85rem}.dashboard-module__ri1OsW__copyButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:color .2s;display:flex}.dashboard-module__ri1OsW__copyButton:hover{color:var(--text-primary)}.dashboard-module__ri1OsW__copiedText{color:var(--color-green);font-size:.75rem;font-weight:500}.dashboard-module__ri1OsW__badge{border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.dashboard-module__ri1OsW__badgeActive{color:var(--color-green);background:#10b9811a;border:1px solid #10b98133}.dashboard-module__ri1OsW__badgeExpired{color:var(--color-red);background:#ef44441a;border:1px solid #ef444433}.dashboard-module__ri1OsW__badgeLimited{color:var(--color-yellow);background:#f59e0b1a;border:1px solid #f59e0b33}.dashboard-module__ri1OsW__badgeRevoked{color:var(--text-secondary);background:#a1a1aa1a;border:1px solid #a1a1aa33}.dashboard-module__ri1OsW__progressBarContainer{width:100%;max-width:180px}.dashboard-module__ri1OsW__progressStats{color:var(--text-secondary);justify-content:space-between;margin-bottom:.25rem;font-size:.75rem;display:flex}.dashboard-module__ri1OsW__progressBarTrack{background:#ffffff0d;border-radius:3px;height:6px;overflow:hidden}.dashboard-module__ri1OsW__progressBarFill{background:linear-gradient(to right, var(--color-blue), var(--color-purple));border-radius:3px;height:100%;transition:width .3s}.dashboard-module__ri1OsW__progressBarFillWarning{background:linear-gradient(to right, var(--color-yellow), var(--color-red))}.dashboard-module__ri1OsW__actionBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.4rem;transition:all .2s}.dashboard-module__ri1OsW__actionBtnDelete:hover{color:var(--color-red);background:#ef444426}.dashboard-module__ri1OsW__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;animation:.2s ease-out dashboard-module__ri1OsW__fadeIn;display:flex;position:fixed;inset:0}.dashboard-module__ri1OsW__modal{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;width:100%;max-width:480px;padding:2rem;animation:.2s ease-out dashboard-module__ri1OsW__scaleIn;box-shadow:0 25px 50px #00000080}.dashboard-module__ri1OsW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-module__ri1OsW__modalTitle{font-size:1.25rem;font-weight:600}.dashboard-module__ri1OsW__modalClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.25rem}.dashboard-module__ri1OsW__modalClose:hover{color:var(--text-primary)}.dashboard-module__ri1OsW__modalFooter{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.dashboard-module__ri1OsW__cancelButton{border:1px solid var(--card-border);color:var(--text-primary);cursor:pointer;background:#ffffff0d;border-radius:6px;padding:.5rem 1rem;font-weight:500}.dashboard-module__ri1OsW__cancelButton:hover{background:#ffffff14}.dashboard-module__ri1OsW__createdKeyAlert{color:#a7f3d0;text-align:left;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;margin-bottom:1rem;padding:1rem}.dashboard-module__ri1OsW__createdKeyTitle{margin-bottom:.5rem;font-weight:600}@keyframes dashboard-module__ri1OsW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dashboard-module__ri1OsW__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dashboard-module__ri1OsW__settingsRow{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff05;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.dashboard-module__ri1OsW__settingsLabel{color:var(--text-primary);font-size:.95rem;font-weight:500}.dashboard-module__ri1OsW__settingsInput{border:1px solid var(--card-border);width:80px;color:var(--text-primary);text-align:center;background:#ffffff0d;border-radius:6px;outline:none;padding:.4rem .6rem;font-size:.95rem;font-weight:600;transition:all .2s}.dashboard-module__ri1OsW__settingsInput:focus{border-color:var(--color-purple);background:#ffffff14;box-shadow:0 0 8px #a855f733}.dashboard-module__ri1OsW__rangeSelector{border:1px solid var(--card-border);background:#ffffff08;border-radius:8px;gap:.2rem;padding:.2rem;display:flex}.dashboard-module__ri1OsW__rangeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.dashboard-module__ri1OsW__rangeBtn:hover{color:var(--text-primary);background:#ffffff0d}.dashboard-module__ri1OsW__activeRangeBtn{background:linear-gradient(135deg, var(--color-purple) 0%, var(--color-blue) 100%);box-shadow:0 2px 8px #7877c640;color:#fff!important}
