.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:260px;height:100vh;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:24px 16px;flex-shrink:0}.logo{display:flex;align-items:center;gap:12px;padding:0 12px 24px;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.logo-icon{font-size:28px}.logo-text{font-size:22px;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#6b7280;text-decoration:none;font-size:15px;font-weight:500;transition:all .2s ease}.nav-item:hover{background:#f3f4f6;color:#1f2937}.nav-item.active{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);color:#6366f1}.nav-icon{font-size:18px}.sidebar-footer{padding-top:16px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.user-section{display:flex;align-items:center;gap:12px}.user-info{flex:1;min-width:0}.user-email{font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#fee2e2}.main-content{flex:1;padding:32px 40px;overflow-y:auto;background:#f9fafb}.dashboard{max-width:1200px}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.dashboard-header h1{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px}.plan-badge .badge{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px}.badge.free{background:#ede9fe;color:#7c3aed}.badge.pro{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6366f1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d}.stat-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.stat-icon{font-size:20px}.stat-label{color:#6b7280;font-size:14px;font-weight:500}.stat-value{font-size:32px;font-weight:700;color:#1f2937}.stat-limit{font-size:16px;color:#9ca3af;font-weight:400}.stat-unit{font-size:16px;color:#9ca3af;margin-left:4px}.stat-bar{height:6px;background:#e5e7eb;border-radius:3px;margin-top:16px;overflow:hidden}.stat-bar-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:3px;transition:width .3s ease}.stat-bar-fill.warning{background:linear-gradient(90deg,#f59e0b,#ef4444)}.chart-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d}.chart-section h2{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 24px}.chart-container{height:300px}.api-keys-page{max-width:900px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #6366f166}.btn-secondary{background:#fff;color:#6b7280;border:1px solid #e5e7eb;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer}.btn-secondary:hover{background:#f9fafb;color:#1f2937}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:24px}.keys-list{display:flex;flex-direction:column;gap:12px}.key-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;display:flex;align-items:center;gap:24px;box-shadow:0 1px 3px #0000000d}.key-info{flex:1}.key-name{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px}.key-prefix code{font-size:14px;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px}.key-meta{display:flex;gap:24px}.meta-item{font-size:13px;color:#6b7280}.key-actions{display:flex;gap:8px}.btn-icon{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;font-size:16px;transition:all .2s ease}.btn-icon:hover{background:#fef2f2}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;width:100%;max-width:480px;box-shadow:0 20px 25px -5px #0000001a}.modal h2{font-size:22px;font-weight:600;color:#1f2937;margin:0 0 24px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;font-size:15px}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.warning-text{color:#d97706;font-size:14px;margin-bottom:20px}.key-display{display:flex;align-items:center;gap:12px;background:#f0fdf4;border:1px solid #86efac;padding:16px;border-radius:8px;margin-bottom:16px}.key-display code{flex:1;font-size:14px;color:#15803d;word-break:break-all}.btn-copy{background:#fff;border:1px solid #d1d5db;color:#374151;padding:8px 12px;border-radius:6px;font-size:13px;cursor:pointer}.btn-copy:hover{background:#f9fafb}.usage-page{max-width:1200px}.loading{color:#6b7280;text-align:center;padding:60px 20px}.usage-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.summary-label{font-size:14px;color:#6b7280;margin-bottom:8px}.summary-value{font-size:28px;font-weight:700;color:#1f2937}.summary-limit{font-size:13px;color:#9ca3af;margin-top:4px}.chart-section,.api-example{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d}.chart-section h2,.api-example h2{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.chart-note{font-size:14px;color:#9ca3af;margin:0 0 24px}.chart-container{height:400px}.code-block{background:#1f2937;border-radius:8px;padding:16px;overflow-x:auto}.code-block pre{margin:0;font-family:Monaco,Menlo,monospace;font-size:13px;color:#22c55e;white-space:pre-wrap}.pricing-page{max-width:1100px}.page-header{margin-bottom:32px}.page-header h1{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px}.subtitle{color:#6b7280;font-size:15px;margin:0}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}.plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:32px;position:relative;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.plan-card:hover{transform:translateY(-4px);box-shadow:0 10px 40px #0000001a}.plan-card.popular{border:2px solid #6366f1}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600}.plan-header{text-align:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.plan-header h3{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 16px}.plan-price{display:flex;align-items:baseline;justify-content:center}.price{font-size:40px;font-weight:700;color:#1f2937}.period{font-size:16px;color:#6b7280;margin-left:4px}.plan-features{list-style:none;padding:0;margin:0 0 32px}.plan-features li{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:14px;color:#374151}.check{color:#22c55e;font-weight:600}.plan-cta{width:100%;padding:14px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none}.plan-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 20px #6366f166}.plan-cta.current{background:#f3f4f6;color:#9ca3af;cursor:default}.faq-section{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:40px;box-shadow:0 1px 3px #0000000d}.faq-section h2{font-size:22px;font-weight:600;color:#1f2937;margin:0 0 32px;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.faq-item h4{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 8px}.faq-item p{font-size:14px;color:#6b7280;margin:0;line-height:1.6}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f3ff,#ede9fe,#ddd6fe)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#1f2937;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}.cl-card{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 4px 6px -1px #0000001a!important}.cl-headerTitle{color:#1f2937!important}.cl-headerSubtitle{color:#6b7280!important}.cl-formButtonPrimary{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important}.cl-footerActionLink{color:#6366f1!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
