:root{--bg:#070b14;--panel:#101a2d;--panel2:#152238;--line:#2a3b58;--text:#edf4ff;--muted:#98a9c5;--accent:#7566ff;--green:#32d6a0;--danger:#ff718b}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 12% 0,#151d3a 0,transparent 30%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}.customer-nav{height:70px;padding:0 max(18px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#080e1acc;backdrop-filter:blur(18px);position:sticky;top:0;z-index:10}.customer-logo{display:flex;align-items:center;gap:10px;font-weight:900}.customer-logo span{width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,#806cff,#24c99c);display:grid;place-items:center}.customer-nav nav{display:flex;gap:18px;align-items:center;font-size:13px;color:#b7c4d9}.customer-nav nav a:hover,.customer-nav nav a.active{color:#fff}.customer-main{width:min(1160px,calc(100% - 32px));margin:36px auto 70px}.customer-footer{border-top:1px solid var(--line);padding:26px;text-align:center;color:var(--muted);font-size:12px}.button,button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#17243b;color:#fff;border-radius:12px;padding:11px 16px;font-weight:800;cursor:pointer}.button.primary,button.primary{background:linear-gradient(135deg,#806cff,#5f55df);border-color:transparent}.button.danger,button.danger{background:#3b1521;border-color:#743148}.button.small{padding:8px 12px}.auth-wrap{min-height:calc(100vh - 180px);display:grid;place-items:center}.auth-card{width:min(470px,100%);padding:28px;background:linear-gradient(165deg,#121e33,#0d1626);border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 80px #0006}.auth-card h1{margin:0 0 7px}.auth-card>p{color:var(--muted);margin-top:0}.field{margin:15px 0}.field label{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:#c7d2e4}.field input,.field textarea,.field select{width:100%;padding:12px;background:#091321;border:1px solid #30425f;border-radius:11px;color:#fff;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:#8175ff;box-shadow:0 0 0 3px #8175ff24}.auth-card .button,.auth-card button{width:100%}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:16px;font-size:12px;color:#aebcff}.flash{padding:12px 14px;border-radius:12px;margin-bottom:14px;border:1px solid}.flash.success{background:#0c3026;border-color:#1f6f59}.flash.error{background:#34151e;border-color:#7a3145}.flash.info{background:#132744;border-color:#31527d}.grid{display:grid;gap:16px}.grid.cards{grid-template-columns:repeat(4,1fr)}.card{padding:20px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(160deg,#111d31,#0b1423)}.card h2,.card h3{margin-top:0}.metric{font-size:30px;font-weight:950}.muted{color:var(--muted)}.page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.page-head h1{margin:0;font-size:36px}.plan-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#7566ff22;border:1px solid #7566ff66;color:#cfc9ff;font-size:11px;font-weight:900}.plan-badge.pro{background:#0d3a2e;border-color:#267c63;color:#75e4be}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px}.data-table{width:100%;border-collapse:collapse;min-width:680px;background:#0d1728}.data-table th,.data-table td{padding:14px;border-bottom:1px solid #22334e;text-align:left;font-size:13px}.data-table th{color:#aab8ce;background:#111d31}.actions{display:flex;gap:8px;flex-wrap:wrap}.empty{text-align:center;padding:45px;color:var(--muted)}.two-col{display:grid;grid-template-columns:1.4fr .6fr;gap:18px}.project-card{display:flex;justify-content:space-between;gap:16px;align-items:center}.project-card h3{margin:0 0 5px}.code{font-family:ui-monospace,monospace;background:#07101c;padding:4px 7px;border-radius:7px;font-size:11px}.notice{padding:16px;border:1px solid #614f28;background:#2f2816;border-radius:14px;color:#ffe09a}.danger-zone{border-color:#693044;background:#29131b}@media(max-width:900px){.grid.cards{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}.customer-nav{height:auto;min-height:68px;padding:12px 16px;align-items:flex-start}.customer-nav nav{flex-wrap:wrap;justify-content:flex-end;gap:10px}.page-head{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.customer-main{width:min(100% - 20px,1160px);margin-top:20px}.customer-logo{font-size:0}.customer-logo span{font-size:12px}.customer-nav nav{font-size:11px}.grid.cards{grid-template-columns:1fr}.page-head h1{font-size:28px}.auth-card{padding:20px;border-radius:18px}.project-card{align-items:flex-start;flex-direction:column}.actions{width:100%}.actions .button,.actions button{flex:1}}
