*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#08111f;color:#f8fafc}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page{max-width:1180px;margin:0 auto;padding:24px 16px 48px}.card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:20px}.grid,.grid-2{display:grid;grid-gap:16px;gap:16px}.grid-2{grid-template-columns:1fr 1fr}.grid-3{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,1fr)}.stack{display:grid;grid-gap:12px;gap:12px}input,select,textarea{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f172a;color:white;padding:12px 14px}button{border:none;border-radius:12px;padding:12px 14px;cursor:pointer;font-weight:700}button.primary{background:white;color:#08111f}button.secondary{background:#1e293b;color:white}button.danger{background:#7f1d1d;color:white}.muted{color:#94a3b8}.title{font-size:40px;line-height:1.05;margin:0 0 8px}.subtitle{color:#94a3b8;max-width:800px}.header-row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.badge{display:inline-block;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 12px;font-size:14px}.badge,.stat{background:rgba(255,255,255,.06)}.stat{border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:18px}.stat strong{display:block;font-size:28px;margin-top:8px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}td,th{padding:12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}.invoice-box{background:white;color:#0f172a;border-radius:20px;padding:20px}.tag{display:inline-block;background:#0f172a;border-radius:999px;padding:8px 12px;margin-right:8px;color:#cbd5e1}@media (max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}.title{font-size:30px}}html{scroll-behavior:smooth}.dashboard-page{position:relative;padding-top:24px}.dashboard-topbar{position:-webkit-sticky;position:sticky;top:16px;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:14px 16px;border:1px solid rgba(148,163,184,.2);border-radius:20px;background:rgba(15,23,42,.92);box-shadow:0 18px 55px rgba(15,23,42,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.dashboard-brand{display:inline-flex;align-items:center;gap:11px;color:#ffffff;text-decoration:none}.dashboard-brand-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#ffffff;font-size:20px;font-weight:900;box-shadow:0 10px 25px rgba(37,99,235,.35)}.dashboard-brand-text{display:flex;flex-direction:column;line-height:1.15}.dashboard-brand-text strong{color:#ffffff;font-size:15px;font-weight:800}.dashboard-brand-text small{margin-top:4px;color:#94a3b8;font-size:11px}.dashboard-menu-wrapper{position:relative}.dashboard-menu-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 15px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.08);color:#ffffff;font:inherit;font-weight:750;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.dashboard-menu-button:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.14);transform:translateY(-1px)}.dashboard-menu-icon{display:flex;flex-direction:column;gap:4px;width:18px}.dashboard-menu-icon span{display:block;width:100%;height:2px;border-radius:999px;background:currentColor}.dashboard-menu-arrow{display:inline-block;font-size:13px;transition:transform .18s ease}.dashboard-menu-arrow-open{transform:rotate(180deg)}.dashboard-dropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:120;width:min(330px,calc(100vw - 32px));overflow:hidden;padding:10px;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:#ffffff;box-shadow:0 25px 75px rgba(15,23,42,.3);animation:dashboardMenuIn .16s ease}@keyframes dashboardMenuIn{0%{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dashboard-dropdown-user{display:flex;flex-direction:column;gap:4px;padding:12px}.dashboard-dropdown-user strong{color:#0f172a;font-size:14px}.dashboard-dropdown-user span{color:#64748b;font-size:12px}.dashboard-dropdown-divider{height:1px;margin:7px 4px;background:#e2e8f0}.dashboard-dropdown button{display:flex;align-items:center;gap:12px;width:100%;padding:11px;border:0;border-radius:12px;background:transparent;color:#0f172a;text-align:left;font:inherit;cursor:pointer;transition:background .15s ease,transform .15s ease}.dashboard-dropdown button:hover{background:#f1f5f9;transform:translateX(2px)}.dashboard-dropdown button>span:last-child{display:flex;flex-direction:column;gap:3px}.dashboard-dropdown button strong{color:#0f172a;font-size:13px;font-weight:800}.dashboard-dropdown button small{color:#64748b;font-size:11px}.dashboard-dropdown-icon{display:grid;flex:0 0 auto;place-items:center;width:34px;height:34px;border-radius:10px;background:#eff6ff;color:#2563eb;font-size:17px;font-weight:900}.dashboard-dropdown .dashboard-logout-button .dashboard-dropdown-icon,.dashboard-dropdown .dashboard-logout-button strong{color:#dc2626}.dashboard-dropdown .dashboard-logout-button .dashboard-dropdown-icon{background:#fef2f2}.dashboard-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:24px 2px 4px}.dashboard-title{margin-top:12px}.dashboard-account-card{display:flex;flex:0 0 auto;flex-direction:column;gap:4px;min-width:230px;padding:18px;border:1px solid rgba(148,163,184,.2);border-radius:16px;background:rgba(255,255,255,.82);box-shadow:0 12px 35px rgba(15,23,42,.08)}.dashboard-account-card small,.dashboard-account-card span{color:#64748b;font-size:12px}.dashboard-account-card strong{color:#0f172a;font-size:15px}.dashboard-stat{display:flex;align-items:center;gap:14px}.dashboard-stat-icon{display:grid;flex:0 0 auto;place-items:center;width:48px;height:48px;border-radius:14px;background:#eff6ff;color:#2563eb;font-size:21px;font-weight:900}.dashboard-stat>div{display:flex;flex-direction:column;gap:4px}.dashboard-section-anchor{scroll-margin-top:110px}.dashboard-section-header{align-items:flex-end}.dashboard-section-header h2{margin:4px 0 0}.dashboard-section-label{color:#2563eb;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.dashboard-pdf-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border-radius:9px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800;text-decoration:none;transition:transform .15s ease,background .15s ease}.dashboard-pdf-link:hover{background:#dbeafe;transform:translateY(-1px)}.invoice-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:850;text-transform:capitalize}.invoice-status-paid{background:#dcfce7;color:#166534}.invoice-status-pending{background:#fef3c7;color:#92400e}.invoice-status-draft{background:#e2e8f0;color:#475569}.invoice-status-overdue{background:#fee2e2;color:#991b1b}.dashboard-empty-state{display:flex;flex-direction:column;align-items:center;gap:6px;padding:30px 15px;text-align:center}.dashboard-empty-state strong{color:#0f172a}.dashboard-empty-state span{color:#64748b;font-size:13px}.dashboard-loading{display:grid;min-height:70vh;place-items:center;align-content:center;grid-gap:14px;gap:14px}.dashboard-loader{width:40px;height:40px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:dashboardSpin .7s linear infinite}@keyframes dashboardSpin{to{transform:rotate(1turn)}}@media (max-width:760px){.dashboard-page{padding-top:12px}.dashboard-topbar{top:8px;padding:11px;border-radius:16px}.dashboard-brand-text small{display:none}.dashboard-menu-button{min-height:42px;padding:0 12px}.dashboard-dropdown{position:fixed;top:76px;right:16px;left:16px;width:auto;max-height:calc(100vh - 96px);overflow-y:auto}.dashboard-hero{flex-direction:column;padding-top:19px}.dashboard-account-card{width:100%;min-width:0}.dashboard-stat-grid{grid-template-columns:1fr}.dashboard-section-header{align-items:flex-start}}@media (max-width:440px){.dashboard-brand-text strong{font-size:13px}.dashboard-brand-logo{width:38px;height:38px}.dashboard-menu-button>span:nth-child(2){display:none}}.dashboard-warning{padding:22px 24px;border:1px solid #f59e0b;border-radius:18px;background:#fffbeb}.dashboard-warning strong{color:#92400e}.dashboard-warning p{margin:8px 0 0;color:#92400e;word-break:break-word}.settings-page{min-height:100vh;padding-top:24px;padding-bottom:60px}.settings-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border:1px solid rgba(148,163,184,.2);border-radius:20px;background:rgba(15,23,42,.94);box-shadow:0 18px 55px rgba(15,23,42,.22)}.settings-topbar-actions{display:flex;align-items:center;gap:10px}.settings-back-button,.settings-logout-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:12px;font:inherit;font-size:13px;font-weight:750;text-decoration:none;cursor:pointer}.settings-back-button{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#ffffff}.settings-logout-button{border:1px solid rgba(248,113,113,.25);background:rgba(220,38,38,.15);color:#fecaca}.settings-heading{padding:32px 2px 8px}.settings-heading h1{margin-top:14px;margin-bottom:8px}.settings-message{padding:16px 18px;border-radius:14px;font-size:14px;font-weight:700}.settings-message-success{border:1px solid #86efac;background:#f0fdf4;color:#166534}.settings-message-error{border:1px solid #fca5a5;background:#fef2f2;color:#991b1b}.settings-layout{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start}.settings-form-card,.settings-sidebar{border:1px solid rgba(148,163,184,.2);border-radius:20px;background:#ffffff;box-shadow:0 16px 45px rgba(15,23,42,.08)}.settings-sidebar{display:flex;flex-direction:column;align-items:center;padding:28px 20px;text-align:center}.settings-avatar{display:grid;place-items:center;width:82px;height:82px;margin-bottom:16px;border-radius:24px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#ffffff;font-size:34px;font-weight:900;box-shadow:0 15px 30px rgba(37,99,235,.28)}.settings-sidebar strong{color:#0f172a;font-size:17px}.settings-sidebar>span{margin-top:6px;color:#64748b;font-size:13px}.settings-role{margin-top:18px;padding:7px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:850;text-transform:uppercase}.settings-form-card{overflow:hidden}.settings-form-header{padding:24px 26px;border-bottom:1px solid #e2e8f0}.settings-form-header span{color:#2563eb;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.settings-form-header h2{margin:5px 0 0;color:#0f172a}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;padding:26px}.settings-field{display:flex;flex-direction:column;gap:8px}.settings-field-full{grid-column:1/-1}.settings-field>span{color:#334155;font-size:13px;font-weight:800}.settings-field input{width:100%;min-height:48px;padding:0 14px;border:1px solid #cbd5e1;border-radius:12px;outline:none;background:#ffffff;color:#0f172a;font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.settings-field input:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.settings-field small{color:#64748b;font-size:11px;line-height:1.5}.settings-form-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:18px 26px;border-top:1px solid #e2e8f0;background:#f8fafc}.settings-form-footer a,.settings-form-footer button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:11px;font:inherit;font-size:13px;font-weight:800;text-decoration:none}.settings-form-footer a{border:1px solid #cbd5e1;background:#ffffff;color:#334155}.settings-form-footer button{border:0;background:#2563eb;color:#ffffff;cursor:pointer;box-shadow:0 10px 20px rgba(37,99,235,.22)}.settings-form-footer button:disabled{opacity:.65;cursor:wait}.settings-loading{display:grid;min-height:70vh;place-items:center;align-content:center;grid-gap:14px;gap:14px}@media (max-width:760px){.settings-page{padding-top:12px}.settings-topbar{align-items:stretch;flex-direction:column;border-radius:16px}.settings-topbar-actions{width:100%}.settings-back-button,.settings-logout-button{flex:1 1}.settings-layout{grid-template-columns:1fr}.settings-sidebar{align-items:flex-start;text-align:left}.settings-avatar{width:64px;height:64px;border-radius:18px;font-size:27px}.settings-form-grid{grid-template-columns:1fr;padding:20px}.settings-field-full{grid-column:auto}.settings-form-footer{align-items:stretch;flex-direction:column-reverse;padding:18px 20px}.settings-form-footer a,.settings-form-footer button{width:100%}}.settings-header-logo{width:42px;height:42px;flex:0 0 auto;border-radius:12px;background:#ffffff;object-fit:contain;padding:3px}.settings-company-logo-preview{display:grid;place-items:center;width:110px;height:110px;margin-bottom:18px;overflow:hidden;border:1px solid #cbd5e1;border-radius:24px;background:#f8fafc}.settings-company-logo-preview img{width:100%;height:100%;object-fit:contain;padding:8px}.settings-company-logo-preview span{color:#2563eb;font-size:40px;font-weight:900}.settings-logo-section{display:flex;align-items:center;gap:20px;margin:26px 26px 0;padding:20px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.settings-logo-upload-preview{display:grid;flex:0 0 auto;place-items:center;width:110px;height:110px;overflow:hidden;border:1px dashed #94a3b8;border-radius:16px;background:#ffffff}.settings-logo-upload-preview img{width:100%;height:100%;object-fit:contain;padding:8px}.settings-logo-upload-preview span{color:#94a3b8;font-size:12px;font-weight:700}.settings-logo-upload-content{display:flex;flex:1 1;flex-direction:column;align-items:flex-start}.settings-logo-upload-content strong{color:#0f172a;font-size:15px}.settings-logo-upload-content p{margin:6px 0 14px;color:#64748b;font-size:12px;line-height:1.5}.settings-logo-actions{display:flex;flex-wrap:wrap;gap:10px}.settings-remove-logo-button,.settings-upload-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 14px;border-radius:10px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.settings-upload-button{border:0;background:#2563eb;color:#ffffff}.settings-upload-button input{display:none}.settings-remove-logo-button{border:1px solid #fecaca;background:#fff;color:#dc2626}.settings-remove-logo-button:disabled{opacity:.6;cursor:wait}@media (max-width:620px){.settings-logo-section{align-items:stretch;flex-direction:column;margin:20px 20px 0}.settings-logo-upload-preview{width:100%;height:160px}.settings-logo-actions{flex-direction:column;width:100%}.settings-remove-logo-button,.settings-upload-button{width:100%}}