.auth-page{min-height:100vh;background:#050816;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;font-family:Inter,system-ui,sans-serif}.auth-back{position:fixed;top:20px;left:24px}.auth-back a{font-size:14px;font-weight:600;color:#fff6;text-decoration:none;transition:color .15s}.auth-back a:hover{color:#fffc}.auth-card{width:100%;max-width:400px;background:#ffffff08;border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:36px 32px 28px}.auth-card-header{text-align:center;margin-bottom:28px}.auth-logo-mark{width:44px;height:44px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;color:#fff;margin:0 auto 16px}.auth-card h1{font-size:22px;font-weight:700;color:#fff;margin:0 0 6px}.auth-card p{font-size:14px;color:#fff6;margin:0}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#fca5a5;border-radius:8px;padding:10px 14px;font-size:13.5px;margin-bottom:16px}.auth-card .form-row label{color:#fff9;font-size:13px}.auth-card .form-row input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:8px}.auth-card .form-row input::placeholder{color:#ffffff40}.auth-card .form-row input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.auth-submit{width:100%;padding:12px;border-radius:9px;border:none;background:#3b82f6;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,box-shadow .15s;margin-top:4px}.auth-submit:hover:not(:disabled){background:#2563eb;box-shadow:0 0 20px #3b82f659}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-google{margin-top:16px}.auth-divider{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#fff3;font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff14}.auth-footer-links{margin-top:20px;text-align:center;font-size:14px;color:#ffffff59;display:flex;justify-content:center;gap:6px}.auth-footer-links a{color:#60a5fa;text-decoration:none;font-weight:600}.auth-footer-links a:hover{color:#93c5fd}.public-nav{position:sticky;top:0;z-index:100;background:#050816d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.07)}.public-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;gap:40px}.public-nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.logo-mark{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;color:#fff}.logo-text{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.3px}.public-nav-links{display:flex;align-items:center;gap:4px;flex:1}.public-nav-links a{padding:6px 14px;border-radius:6px;font-size:14px;font-weight:500;color:#ffffffa6;text-decoration:none;transition:color .15s,background .15s}.public-nav-links a:hover,.public-nav-links a.active{color:#fff;background:#ffffff14}.public-nav-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.btn-signin{padding:7px 16px;border-radius:7px;font-size:14px;font-weight:500;color:#ffffffbf;text-decoration:none;transition:color .15s}.btn-signin:hover{color:#fff}.btn-start{padding:7px 16px;border-radius:7px;font-size:14px;font-weight:600;background:#3b82f6;color:#fff;text-decoration:none;transition:background .15s,box-shadow .15s}.btn-start:hover{background:#2563eb;box-shadow:0 0 20px #3b82f666}.btn-console{padding:7px 16px;border-radius:7px;font-size:14px;font-weight:600;background:#3b82f626;color:#93c5fd;border:1px solid rgba(59,130,246,.3);text-decoration:none;transition:all .15s}.btn-console:hover{background:#3b82f640;color:#fff}@media (max-width: 600px){.public-nav-links{display:none}}.landing{background:#050816;color:#e2e8f0;font-family:Inter,system-ui,sans-serif;min-height:100vh}.hero{max-width:1200px;margin:0 auto;padding:80px 24px 100px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-tag{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#60a5fa;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);padding:4px 12px;border-radius:20px;margin-bottom:24px}.hero-headline{font-size:clamp(36px,4.5vw,58px);font-weight:800;line-height:1.12;letter-spacing:-1.5px;color:#fff;margin:0 0 20px}.gradient-text{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:17px;color:#ffffff8c;line-height:1.65;margin:0 0 32px;max-width:480px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.hero-cta-primary{padding:13px 28px;border-radius:9px;font-size:15px;font-weight:700;background:#3b82f6;color:#fff;text-decoration:none;transition:background .15s,box-shadow .15s}.hero-cta-primary:hover{background:#2563eb;box-shadow:0 0 30px #3b82f673}.hero-cta-secondary{padding:13px 24px;border-radius:9px;font-size:15px;font-weight:600;color:#ffffffa6;text-decoration:none;border:1px solid rgba(255,255,255,.12);transition:color .15s,border-color .15s}.hero-cta-secondary:hover{color:#fff;border-color:#ffffff47}.hero-note{font-size:13px;color:#ffffff4d;margin:0}.hero-visual{display:flex;justify-content:center}.terminal{background:#0d1117;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;width:100%;max-width:460px;box-shadow:0 24px 64px #00000080}.terminal-bar{background:#1c1f26;padding:10px 14px;display:flex;gap:6px}.terminal-bar span{width:12px;height:12px;border-radius:50%}.terminal-bar span:nth-child(1){background:#ff5f57}.terminal-bar span:nth-child(2){background:#febc2e}.terminal-bar span:nth-child(3){background:#28c840}.terminal-body{margin:0;padding:20px;font-family:Fira Code,JetBrains Mono,Cascadia Code,monospace;font-size:12.5px;line-height:1.75;color:#7ee787;white-space:pre;overflow-x:auto}.section-inner{max-width:1200px;margin:0 auto;padding:0 24px}.section-title{font-size:clamp(26px,3vw,38px);font-weight:800;color:#fff;letter-spacing:-1px;margin:0 0 12px}.section-sub{font-size:16px;color:#ffffff73;margin:0 0 48px}.features{padding:80px 0;border-top:1px solid rgba(255,255,255,.05)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:28px 24px;transition:border-color .2s,background .2s}.feature-card:hover{border-color:#3b82f64d;background:#3b82f60a}.feature-icon{font-size:22px;margin-bottom:14px}.feature-card h3{font-size:15px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.35}.feature-card p{font-size:14px;color:#ffffff73;line-height:1.65;margin:0}.how-it-works{padding:80px 0;border-top:1px solid rgba(255,255,255,.05)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.step{display:flex;flex-direction:column;gap:14px}.step-number{font-size:13px;font-weight:700;color:#3b82f6;letter-spacing:1px;font-family:monospace}.step h3{font-size:15px;font-weight:700;color:#fff;margin:0 0 8px}.step p{font-size:14px;color:#ffffff73;line-height:1.6;margin:0}.cta-strip{padding:72px 0;background:linear-gradient(135deg,#3b82f614,#8b5cf614);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}.cta-inner h2{font-size:28px;font-weight:800;color:#fff;letter-spacing:-.5px;margin:0 0 8px}.cta-inner p{font-size:15px;color:#ffffff73;margin:0}.cta-strip-actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}.landing-footer{padding:40px 0}.footer-inner{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.footer-logo{display:flex;align-items:center;gap:8px;font-weight:700;color:#fff;font-size:15px}.logo-mark-sm{width:26px;height:26px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#fff}.footer-links{display:flex;gap:24px;flex:1}.footer-links a{font-size:14px;color:#fff6;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#ffffffbf}.footer-copy{font-size:13px;color:#ffffff40;margin:0}@media (max-width: 900px){.hero{grid-template-columns:1fr;padding:60px 24px 80px;gap:40px}.features-grid,.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features-grid,.steps{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start}}.pricing-page{background:#050816;color:#e2e8f0;min-height:100vh;font-family:Inter,system-ui,sans-serif}.section-inner-p{max-width:1100px;margin:0 auto;padding:0 24px}.pricing-hero{padding:72px 0 56px;text-align:center}.hero-tag-p{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#60a5fa;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);padding:4px 12px;border-radius:20px;margin-bottom:20px}.pricing-hero h1{font-size:clamp(32px,4vw,50px);font-weight:800;color:#fff;letter-spacing:-1.5px;margin:0 0 12px}.pricing-hero p{font-size:17px;color:#ffffff73;margin:0}.pricing-cards-wrap{padding:0 0 64px}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.pricing-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 24px;position:relative}.pricing-card-highlight{background:#3b82f60f;border-color:#3b82f666;box-shadow:0 0 40px #3b82f61f}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;background:linear-gradient(90deg,#3b82f6,#8b5cf6);padding:3px 14px;border-radius:20px;white-space:nowrap}.pricing-card-top{margin-bottom:24px}.pricing-card h2{font-size:18px;font-weight:700;color:#fff;margin:0 0 12px}.pricing-price{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}.price-amount{font-size:40px;font-weight:800;color:#fff;letter-spacing:-1px}.price-period{font-size:13px;color:#fff6}.pricing-desc{font-size:14px;color:#ffffff73;line-height:1.5;margin:0}.pricing-cta{display:block;text-align:center;padding:11px 20px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;margin-bottom:24px;transition:all .15s}.pricing-cta:hover{border-color:#ffffff4d;color:#fff}.pricing-cta-primary{background:#3b82f6;border-color:transparent;color:#fff}.pricing-cta-primary:hover{background:#2563eb;box-shadow:0 0 20px #3b82f659;color:#fff}.pricing-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pricing-features li{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#ffffffa6}.pricing-features li.missing{color:#ffffff40}.check{color:#34d399;font-weight:700;flex-shrink:0;width:16px}.dash{color:#fff3;flex-shrink:0;width:16px}.compare-wrap{padding:64px 0 80px;border-top:1px solid rgba(255,255,255,.05)}.compare-title{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.5px;margin:0 0 28px}.compare-table-wrap{overflow-x:auto}.compare-table{width:100%;border-collapse:collapse;font-size:14px}.compare-table th,.compare-table td{padding:12px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.compare-table th{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff6;background:#ffffff05}.compare-table td{color:#fff9}.compare-table td:first-child{color:#ffffffd9;font-weight:500}.col-pro{background:#3b82f60d;color:#93c5fd!important}.pricing-footer{padding:32px 0;border-top:1px solid rgba(255,255,255,.05)}.footer-inner-p{display:flex;justify-content:space-between;align-items:center}.footer-home{font-size:14px;color:#fff6;text-decoration:none;transition:color .15s}.footer-home:hover{color:#ffffffbf}.pricing-footer p{font-size:13px;color:#fff3;margin:0}@media (max-width: 768px){.pricing-cards{grid-template-columns:1fr}}.stat-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;transition:transform .2s,border-color .2s;border-left:4px solid}.stat-card:hover{transform:translateY(-2px);border-color:#ffffff26}.stat-card.blue{border-left-color:#3b82f6;background:#3b82f614}.stat-card.green{border-left-color:#10b981;background:#10b98114}.stat-card.purple{border-left-color:#a855f7;background:#a855f714}.stat-card.orange{border-left-color:#f97316;background:#f9731614}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0f;flex-shrink:0}.stat-content{flex:1}.stat-label{margin:0;font-size:13px;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat-value{margin:4px 0 0;font-size:28px;font-weight:700;color:#f1f5f9}.recent-list{display:flex;flex-direction:column;gap:12px}.recent-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;background:#ffffff0a;border-radius:8px;border:1px solid rgba(255,255,255,.06);transition:background .2s}.recent-item:hover{background:#ffffff12}.recent-version{margin:0;font-weight:600;color:#f1f5f9}.recent-notes{margin:4px 0 0;font-size:13px;color:#ffffff59}.badge{display:inline-block;padding:4px 8px;background:#ffffff1a;border-radius:4px;font-size:12px;font-weight:600;color:#ffffffb3}.quick-stats{display:flex;flex-direction:column;gap:16px}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff08;border-radius:8px;border-left:3px solid #3b82f6;border-top:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.stat-row span{color:#ffffff80;font-size:14px}.stat-row strong{color:#f1f5f9;font-size:18px}.toast{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;margin-bottom:12px;border-radius:10px;font-size:14px;font-weight:500;animation:slideIn .3s ease-out;position:relative;box-shadow:0 4px 12px #00000026}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.toast-success{background:#d1fae5;color:#065f46;border-left:4px solid #10b981}.toast-error{background:#fee2e2;color:#7f1d1d;border-left:4px solid #ef4444}.toast-info{background:#dbeafe;color:#0c2340;border-left:4px solid #3b82f6}.toast-content{display:flex;align-items:center;gap:10px;flex:1}.toast-icon{font-weight:700;font-size:16px}.toast-message{flex:1}.toast-close{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;opacity:.7;margin-left:10px;padding:0;transition:opacity .2s}.toast-close:hover{opacity:1}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:#fff;border-radius:12px;box-shadow:0 25px 50px #00000026;max-width:500px;width:90%;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:18px;font-weight:600}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close:hover{color:#111827}.modal-body{padding:20px}.modal-body p{margin:0;color:#6b7280;line-height:1.6}.modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:16px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.console-shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh;background:#080c18}.console-sidebar{background:#0f1117;color:#fff;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;height:100vh;overflow-y:auto}.console-sidebar-header{padding:20px 16px 16px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:10px}.console-logo{display:flex;align-items:center;gap:8px;text-decoration:none;flex:1}.console-logo-mark{width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;color:#fff;flex-shrink:0}.console-logo-text{font-size:15px;font-weight:700;color:#fff}.console-badge{font-size:10px;font-weight:600;color:#6b7280;background:#ffffff0f;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.console-nav{flex:1;padding:12px 10px 8px;display:flex;flex-direction:column;gap:2px}.console-nav-link{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;color:#ffffff8c;text-decoration:none;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;cursor:pointer;border:none;background:none;width:100%;text-align:left}.console-nav-link:hover{background:#ffffff12;color:#ffffffd9}.console-nav-link.active{background:#3b82f626;color:#93c5fd}.console-nav-icon{font-size:15px;width:20px;text-align:center;flex-shrink:0;font-style:normal}.console-nav-link-sm{font-size:13px;color:#fff6}.console-sidebar-footer{padding:8px 10px 16px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:2px}.console-logout{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;color:#fff6;font-size:13.5px;font-weight:500;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:background .15s,color .15s}.console-logout:hover{background:#ef44441a;color:#fca5a5}.console-body{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.console-content{flex:1;padding:28px;overflow-y:auto;background:#080c18;color:#e2e8f0}@media (max-width: 768px){.console-shell{grid-template-columns:1fr}.console-sidebar{position:fixed;left:-220px;z-index:200;transition:left .25s ease;height:100vh}.console-sidebar.open{left:0}.console-content{padding:16px}}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}@media (max-width: 768px){.app-shell{grid-template-columns:1fr}}.content{padding:24px;background:#f7f9fc;overflow-y:auto}@media (max-width: 480px){.content{padding:16px}}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 6px #0000001a}.card h1{margin:0 0 20px;font-size:28px;font-weight:700;color:#111827}.card h2{margin:0 0 16px;font-size:18px;font-weight:600;color:#1f2937}.form-row{margin-bottom:16px}.form-row label{display:block;margin-bottom:6px;font-weight:600;color:#374151;font-size:14px}.form-row input,.form-row textarea{width:100%;padding:10px 12px;border:1px solid #dfe3eb;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.button{border:none;border-radius:8px;padding:12px 18px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.button:disabled{opacity:.5;cursor:not-allowed}.button-primary{background:#2563eb;color:#fff}.button-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d}.button-secondary{background:#e5e7eb;color:#1f2937}.button-secondary:hover:not(:disabled){background:#d1d5db}.button-danger{background:#ef4444;color:#fff}.button-danger:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 12px #ef44444d}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid #e5e7eb}.table th{font-weight:700;background:#f9fafb;color:#374151;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.table td{color:#6b7280}.table tbody tr:hover{background:#f9fafb}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;border-left:4px solid}.alert.success{background:#d1fae5;color:#065f46;border-color:#10b981}.alert.error{background:#fee2e2;color:#7f1d1d;border-color:#ef4444}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:16px;color:#6b7280}.badge{display:inline-block;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;background:#e5e7eb;color:#374151}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.empty-state{padding:24px 0;text-align:center;color:#9ca3af;font-size:.95rem}.text-muted{color:#9ca3af}.console-content .card,.dark-theme .card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:none;color:#e2e8f0}.console-content .card:hover,.dark-theme .card:hover{box-shadow:0 0 0 1px #3b82f64d}.console-content .card h1,.console-content .card h2,.dark-theme .card h1,.dark-theme .card h2{color:#f1f5f9}.console-content .form-row label,.dark-theme .form-row label{color:#fff9}.console-content .form-row input,.console-content .form-row textarea,.dark-theme .form-row input,.dark-theme .form-row textarea{background:#ffffff0f;border-color:#ffffff1a;color:#fff}.console-content .form-row input::placeholder,.console-content .form-row textarea::placeholder{color:#ffffff40}.console-content .form-row input:focus,.console-content .form-row textarea:focus,.dark-theme .form-row input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;background:#ffffff14}.console-content .table th{background:#ffffff0a;color:#ffffff73;border-bottom-color:#ffffff12}.console-content .table td{color:#ffffffa6;border-bottom-color:#ffffff0f}.console-content .table tbody tr:hover{background:#ffffff0a}.console-content .button-secondary{background:#ffffff14;color:#ffffffbf;border:1px solid rgba(255,255,255,.1)}.console-content .button-secondary:hover:not(:disabled){background:#ffffff24;color:#fff}.console-content .alert{background:#ef44441a;border-color:#ef444466;color:#fca5a5}.console-content .alert.success{background:#10b9811a;border-color:#10b98166;color:#6ee7b7}.console-content .badge{background:#ffffff1a;color:#ffffffb3}.console-content .badge-success{background:#10b98126;color:#6ee7b7}.console-content .badge-warning{background:#f59e0b26;color:#fcd34d}.console-content .badge-danger{background:#ef444426;color:#fca5a5}.console-content .badge-info{background:#3b82f626;color:#93c5fd}.console-content .empty-state{color:#ffffff40}.console-content .text-muted{color:#ffffff59}.console-content select{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:8px;padding:10px 12px;font-size:14px}.console-content select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.console-content code{background:#ffffff12;color:#93c5fd;padding:2px 6px;border-radius:4px;font-size:.85em}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050816;color:#111827}#root{min-height:100vh}a{color:inherit;text-decoration:none}
