*{box-sizing:border-box}:root{--bg: #0b1220;--bg-accent: #13213f;--surface: #111b30;--surface-soft: #0f1829;--text: #e8eefc;--muted: #94a6cd;--border: #24365d;--primary: #4f83ff;--primary-hover: #6a97ff;--primary-soft: rgba(79, 131, 255, .18);--secondary: #1b2945;--secondary-text: #d6e1ff;--focus-ring: rgba(79, 131, 255, .22);--overlay: rgba(8, 16, 34, .78);--surface-strong: #132342;--surface-stronger: #172e57;--badge-border: #315bba;--badge-text: #c8d9ff;--pdf-bg: #ffffff;--danger: #d14545;--danger-hover: #e45a5a;--success-bg: #072817;--success-border: #155f36;--success-text: #86efac;--error-bg: #2a1014;--error-border: #70303b;--error-text: #ffb4bf;--shadow: 0 12px 28px rgba(2, 8, 23, .45)}body{margin:0;font-family:Plus Jakarta Sans,Segoe UI,ui-sans-serif,system-ui,sans-serif;color:var(--text);background:radial-gradient(1000px 600px at 80% -10%,rgba(79,131,255,.14),transparent 60%),radial-gradient(900px 520px at 10% 10%,rgba(63,96,180,.22),transparent 62%),linear-gradient(180deg,#0b1220,#0b1322 45%,#0b1220),var(--bg);background-attachment:fixed;line-height:1.45}button,input,select{font:inherit}button{border:1px solid transparent;border-radius:10px;padding:10px 14px;background:var(--primary);color:#fff;cursor:pointer;font-weight:600;transition:background-color .2s ease,transform .12s ease}button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:var(--secondary);color:var(--secondary-text);border-color:var(--border)}button.danger{background:var(--danger)}button.danger:hover:not(:disabled){background:var(--danger-hover)}input,select{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 11px;background:var(--surface);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring)}label{display:block;margin-bottom:5px;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--muted)}.page{max-width:1200px;margin:0 auto;padding:26px}.workspace-view{max-width:none}.centered-view{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.centered-view .auth-section{margin:0 auto;width:100%}.centered-view .single-section{margin:0 auto}h1,h2{margin:0;letter-spacing:-.02em}h1{font-size:30px}h2{font-size:21px}.card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:18px}.hero{max-width:860px;margin:22px auto 0;padding:28px;background:linear-gradient(135deg,var(--surface),var(--surface-strong) 60%,var(--surface-stronger))}.auth-section{max-width:760px;text-align:center;justify-items:center}.single-section{margin-top:9vh}.eyebrow{margin:0;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#b8c8ee;font-weight:700}.hero h2{font-size:34px;max-width:18ch}.hero p{max-width:64ch}.simple-home{max-width:640px;text-align:center;justify-items:center}.simple-home h2{font-size:42px}.grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}.grid.auth-grid{grid-template-columns:1fr;max-width:460px;width:100%}.item-grid{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:10px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.stack{display:grid;gap:13px}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.auth-section .row{justify-content:center}.auth-actions{flex-direction:column;width:100%;max-width:460px}.auth-actions button{width:100%}.actions{display:flex;gap:8px;flex-wrap:wrap}.field-grow{flex:1 1 240px}.muted{color:var(--muted)}.small{font-size:12px;line-height:1.4;overflow-wrap:anywhere}.error{border:1px solid var(--error-border);background:var(--error-bg);color:var(--error-text);padding:10px;border-radius:10px}.success{border:1px solid var(--success-border);background:var(--success-bg);color:var(--success-text);padding:10px;border-radius:10px}.edit-badge{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border:1px solid var(--badge-border);border-radius:999px;background:var(--primary-soft);color:var(--badge-text);font-size:12px;font-weight:700;letter-spacing:.02em}table{width:100%;border-collapse:collapse;min-width:900px;background:var(--surface)}td,th{border-bottom:1px solid var(--border);padding:10px;text-align:left;vertical-align:top}th{color:var(--muted);font-size:12px;letter-spacing:.02em;text-transform:uppercase}.table-wrap{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.invoices-card{width:100%}.invoice-table-wrap{overflow-x:hidden}.invoice-table{min-width:0;table-layout:fixed}.invoice-table th,.invoice-table td{padding:8px;font-size:13px;overflow-wrap:anywhere;word-break:break-word}.invoice-table .actions{min-width:0;display:grid;grid-template-columns:1fr;gap:6px}.invoice-table .actions button{width:100%;padding:8px 10px;font-size:12px}.invoice-preview-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.invoice-preview-modal__panel{position:relative;width:min(1320px,100%);max-height:calc(100vh - 32px);display:grid;gap:10px;padding:52px 16px 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}.invoice-preview-modal__close{position:absolute;top:12px;right:12px}.invoice-preview-modal__frame{width:100%;height:calc(100vh - 170px);border:1px solid var(--border);border-radius:10px;background:var(--pdf-bg)}.actions{min-width:260px}@media(max-width:800px){.grid,.item-grid{grid-template-columns:1fr}.page{padding:14px}.single-section{margin-top:16px}.invoice-preview-modal{padding:10px}.invoice-preview-modal__panel{max-height:calc(100vh - 12px);padding:52px 12px 12px}.invoice-preview-modal__frame{height:calc(100vh - 145px)}}
