*{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue","Ubuntu",sans-serif;--font-size-xs:12px;--font-size-sm:13px;--font-size-md:14px;--font-size-lg:16px;--font-size-xl:20px;--page-bg:#f5f7fa;--surface-bg:#fff;--surface-2:#f8f9fa;--text-main:#1a1a1a;--text-muted:#64748b;--border-soft:#e5e7eb}html[data-theme=dark]{--page-bg:#111827;--surface-bg:#1f2937;--surface-2:#0f172a;--text-main:#e5e7eb;--text-muted:#94a3b8;--border-soft:#334155}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-family:var(--font-sans);font-size:16px}#root,body,html{max-width:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;background:var(--page-bg);color:#1a1a1a;color:var(--text-main);font-size:14px;font-size:var(--font-size-md);line-height:1.45;min-height:100vh;text-rendering:optimizeLegibility}#root,*,:after,:before{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-family:var(--font-sans)}button,input,select,textarea{font:inherit;font-size:14px;font-size:var(--font-size-md)}small{font-size:13px;font-size:var(--font-size-sm)}.app-layout{display:flex;min-height:100vh}.sidebar{box-shadow:2px 0 10px #00000014;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:transform .3s ease;width:260px;z-index:1000}.sidebar-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:25px 20px}.sidebar-logo{height:35px;width:auto}.close-sidebar{background:none;border:none;color:#666;cursor:pointer;display:none;padding:5px}.close-sidebar:hover{color:#1a1a1a}.sidebar-nav{flex:1 1;overflow-y:auto;padding:20px 0}.sidebar-link{align-items:center;border-left:3px solid #0000;color:#666;display:flex;font-weight:500;gap:12px;padding:12px 25px;text-decoration:none;transition:all .2s ease}.sidebar-link:hover{background:#f9fafb;border-left-color:#e5e7eb;color:#1a1a1a}.sidebar-link.active{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-left-color:#1a1a1a;color:#fff}.sidebar-link svg{font-size:18px}.sidebar-footer{border-top:1px solid #e5e7eb;padding:20px}.user-info{background:#f9fafb;border-radius:8px;margin-bottom:10px;padding:10px}.user-name{color:#1a1a1a;font-size:12px;font-weight:600}.logout-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#666;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:10px;transition:all .2s ease;width:100%}.logout-btn:hover{background:#fee;border-color:#dc2626;color:#dc2626}.main-content{display:flex;flex:1 1;flex-direction:column;margin-left:260px;min-height:100vh}.mobile-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:none;gap:15px;padding:15px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:999}.menu-btn{align-items:center;background:none;border:none;color:#1a1a1a;cursor:pointer;display:flex;justify-content:center;padding:8px}.mobile-logo{height:30px;width:auto}.content-wrapper{flex:1 1;padding:30px}.sidebar-overlay{background:#00000080;display:none;inset:0;position:fixed;z-index:999}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.close-sidebar,.sidebar.open~.sidebar-overlay{display:block}.main-content{margin-left:0}.mobile-header{display:flex}.content-wrapper{padding:20px 15px}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-box{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:420px;padding:40px;width:100%}.login-header{margin-bottom:30px;text-align:center}.login-logo{height:60px;margin-bottom:20px;width:auto}.login-header h2{color:#1a1a1a;font-size:26px;margin-bottom:8px}.login-header p{color:#666;font-size:14px}.login-form{display:flex;flex-direction:column;gap:20px}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;font-size:12px;padding:12px;text-align:center}.btn-block{font-size:14px;padding:14px;width:100%}.login-footer{color:#666;font-size:11px;margin-top:20px;text-align:center}.loading-screen{align-items:center;color:#666;display:flex;font-size:16px;justify-content:center;min-height:100vh}.lottie-loading-screen{background:radial-gradient(circle at 12% 8%,#fff 0,#f5f6fb 45%,#eef0f8 100%)}.lottie-loading-wrap{align-items:center;display:flex;flex-direction:column;gap:.85rem;justify-content:center;padding:1rem}.lottie-loading-animation{height:90px;width:180px}.lottie-loading-label{color:#4b5563;font-size:.92rem;font-weight:600;letter-spacing:.01em;margin:0}.lottie-loading-inline{align-items:center;display:flex;justify-content:center;min-height:160px;width:100%}.app-container{margin:0 auto;max-width:1400px;padding:20px}.dashboard{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:40px}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.dashboard-header h2{color:#333;font-size:30px;margin:0}.dashboard-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.stat-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;color:#fff;padding:25px}.stat-card h3{align-items:center;display:flex;font-size:12px;font-weight:500;gap:8px;margin-bottom:10px;opacity:.9}.stat-card .stat-value{font-size:30px;font-weight:700}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.btn-primary{background:#1a1a1a;color:#fff}.btn-primary:hover{background:#2d2d2d;box-shadow:0 4px 12px #1a1a1a4d;transform:translateY(-2px)}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.btn-danger{background:#ff4757;color:#fff}.btn-danger:hover{background:#ee5a6f}.btn-success{background:#2ed573;color:#fff}.btn-success:hover{background:#26de81}.form-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}.form-container,.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:12px;padding:12px 16px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1a1a1a;outline:none}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.table-container{border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:#f8f9fa}th{color:#666;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}td,th{padding:16px}td{border-top:1px solid #f0f0f0}tr:hover{background:#f8f9fa}.status-badge{border-radius:20px;display:inline-block;font-size:10px;font-weight:600;padding:6px 12px;text-transform:capitalize}.status-draft{background:#ffeaa7;color:#92400e}.status-sent{background:#dbeafe;color:#1e40af}.status-paid{background:#d1fae5;color:#065f46}.status-overdue{background:#fee2e2;color:#991b1b}.email-dispatch-card{margin:16px 0}.email-job-status{text-transform:none}.email-job-deferred,.email-job-queued{background:#fef3c7;color:#92400e}.email-job-in_progress,.email-job-started{background:#dbeafe;color:#1d4ed8}.email-job-finished,.email-job-sent{background:#d1fae5;color:#065f46}.email-job-canceled,.email-job-failed,.email-job-stopped{background:#fee2e2;color:#991b1b}.email-job-error{color:#991b1b}.email-dispatch-overlay{inset:0;pointer-events:none;position:fixed;z-index:1300}.email-dispatch-modal{background:#fffffffa;border:1px solid #d1d5db;border-radius:14px;box-shadow:0 20px 50px #0f172a33;padding:14px 16px;pointer-events:auto;position:fixed;width:min(560px,calc(100vw - 32px))}.email-dispatch-top{align-items:center;cursor:grab;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px;-webkit-user-select:none;user-select:none}.email-dispatch-modal-dragging .email-dispatch-top{cursor:grabbing}.email-dispatch-title-group{align-items:center;display:flex;gap:10px;min-width:0}.email-dispatch-top h3{color:#111827;font-size:16px;margin:0}.email-dispatch-controls{align-items:center;display:flex;gap:6px}.email-dispatch-control-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;cursor:pointer;display:inline-flex;font-size:18px;height:28px;justify-content:center;line-height:1;width:28px}.email-dispatch-control-btn:hover{background:#f3f4f6}.email-dispatch-close-btn{color:#991b1b}.email-dispatch-modal p{color:#374151;font-size:14px;margin:6px 0}.email-dispatch-progress-track{background:#e5e7eb;border-radius:999px;height:10px;margin-top:12px;overflow:hidden}.email-dispatch-progress-bar{animation:emailDispatchProgress 1.25s linear infinite;background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb);border-radius:inherit;height:100%;width:38%}.email-dispatch-done{color:#065f46;font-weight:600;margin-top:12px}@keyframes emailDispatchProgress{0%{transform:translateX(-120%)}to{transform:translateX(380%)}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.toast-container{display:flex;flex-direction:column;gap:10px;position:fixed;right:20px;top:20px;z-index:2000}.toast{background:#111827;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 10px 20px #00000026;color:#fff;max-width:420px;min-width:260px;overflow:hidden;padding:12px 14px;position:relative}.toast-success{background:#064e3b}.toast-error{background:#7f1d1d}.toast-info{background:#1f2937}.toast-title{font-weight:700;margin-bottom:4px}.toast-message{font-size:14px;line-height:1.4}.toast-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:18px;position:absolute;right:10px;top:8px}.modal{background:#fff;border-radius:15px;max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;width:90%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal-header h2{color:#333;font-size:22px;margin:0}.close-btn{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.close-btn:hover{color:#333}.action-buttons{display:flex;gap:10px}.icon-btn{align-items:center;background:none;border:none;border-radius:6px;color:#666;cursor:pointer;display:inline-flex;font-size:16px;justify-content:center;padding:8px;transition:background .3s ease}.icon-btn:hover{background:#f0f0f0;color:#333}.invoice-form-section{border-bottom:1px solid #f0f0f0;margin-bottom:30px;padding-bottom:30px}.invoice-form-section:last-of-type{border-bottom:none;margin-bottom:30px}.section-title{align-items:center;color:#1a1a1a;display:flex;font-size:16px;font-weight:600;gap:10px;margin-bottom:20px;text-transform:capitalize}.section-title:before{background:#1a1a1a;border-radius:2px;content:"";height:24px;width:4px}.items-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.items-table-header{grid-gap:0;align-items:center;background:#1a1a1a;color:#fff;display:grid;font-size:10px;font-weight:600;gap:0;grid-template-columns:2.5fr .8fr 1fr 1.2fr 50px;letter-spacing:.6px;padding:14px 16px;text-transform:uppercase}.items-table-row{grid-gap:12px;align-items:center;background:#fff;border-bottom:1px solid #f3f4f6;display:grid;gap:12px;grid-template-columns:2.5fr .8fr 1fr 1.2fr 50px;padding:16px;transition:background .15s ease}.items-table-row:hover{background:#fafbfc}.items-table-row:last-child{border-bottom:none}input.col-description{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px #00000005;color:#1a1a1a;font-family:inherit;font-size:12px;font-weight:500;padding:12px 14px;transition:all .2s ease;width:100%}input.col-description::placeholder{color:#9ca3af;font-weight:400}input.col-description:hover{border-color:#bfdbfe;box-shadow:0 1px 3px #0000000a}input.col-description:focus{background:#fafbfc;border-color:#1a1a1a;box-shadow:0 0 0 4px #1a1a1a14,0 2px 8px #1a1a1a1a;outline:none}input.col-quantity{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px #00000005;color:#1a1a1a;font-family:inherit;font-size:12px;font-weight:500;padding:12px 14px;text-align:center;transition:all .2s ease;width:100%}input.col-quantity::placeholder{color:#9ca3af;font-weight:400}input.col-quantity:hover{border-color:#bfdbfe;box-shadow:0 1px 3px #0000000a}input.col-quantity:focus{background:#fafbfc;border-color:#1a1a1a;box-shadow:0 0 0 4px #1a1a1a14,0 2px 8px #1a1a1a1a;outline:none}.col-price-input{align-items:center;display:flex;position:relative}.currency-symbol{color:#1a1a1a;font-size:15px;font-weight:700;left:14px;pointer-events:none;position:absolute}input.col-price{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px #00000005;color:#1a1a1a;font-family:inherit;font-size:12px;font-weight:500;padding:12px 14px 12px 32px;text-align:right;transition:all .2s ease;width:100%}input.col-price::placeholder{color:#9ca3af;font-weight:400}input.col-price:hover{border-color:#bfdbfe;box-shadow:0 1px 3px #0000000a}input.col-price:focus{background:#fafbfc;border-color:#1a1a1a;box-shadow:0 0 0 4px #1a1a1a14,0 2px 8px #1a1a1a1a;outline:none}.col-amount{background:linear-gradient(90deg,#1a1a1a00,#1a1a1a05);border-radius:6px;color:#1a1a1a;font-size:13px;font-weight:700;padding:8px 12px;text-align:right}.col-action{display:flex;justify-content:flex-end}.icon-btn-delete{align-items:center;background:none;border:none;border-radius:4px;color:#dc2626;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:6px;transition:all .2s ease}.icon-btn-delete:hover{background:#fee2e2;color:#991b1b}.add-item-btn-header{align-items:center;background:#1a1a1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:8px;padding:10px 16px;transition:all .3s ease}.add-item-btn-header:hover{background:#2d2d2d;box-shadow:0 4px 12px #1a1a1a4d;transform:translateY(-2px)}.invoice-total-section{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;box-shadow:0 4px 15px #1a1a1a33;color:#fff;display:flex;justify-content:space-between;margin:30px 0;padding:30px}.total-label{font-size:14px;font-weight:500;opacity:.95}.total-value{align-items:center;display:flex;font-size:30px;font-weight:700;gap:10px}.form-actions{border-top:1px solid #f0f0f0;display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding-top:20px}.btn-lg{font-size:13px;font-weight:600;min-width:140px;padding:14px 32px}.btn-primary.btn-lg{background:#1a1a1a;color:#fff}.btn-primary.btn-lg:hover{background:#2d2d2d;box-shadow:0 6px 16px #1a1a1a4d;transform:translateY(-2px)}.btn-secondary.btn-lg{background:#f0f0f0;color:#333}.btn-secondary.btn-lg:hover{background:#e0e0e0}.error-message{color:#dc2626;display:block;font-size:11px;font-weight:500;margin-top:6px}.input-error{background:#fef2f2;border-color:#dc2626!important}.input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.invoice-items{margin:20px 0}.invoice-items h3{color:#333;font-size:16px;margin-bottom:15px}.item-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:2fr 1fr 1fr 150px;margin-bottom:10px}.remove-item-btn{align-items:center;background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px 12px;transition:all .3s ease}.remove-item-btn:hover{background:#991b1b;transform:translateY(-2px)}.add-item-btn{margin-top:10px}@media (max-width:768px){.navbar{gap:20px;padding:20px}.nav-links,.navbar{flex-direction:column}.nav-links{width:100%}.nav-link{text-align:center}.dashboard{padding:20px}.dashboard-header{align-items:flex-start;flex-direction:column;gap:15px}.dashboard-stats,.form-row,.item-row{grid-template-columns:1fr}table{font-size:12px}td,th{padding:8px}}:root{--bg-canvas:#eef3f7;--bg-soft:#f8fbff;--panel:#fff;--panel-muted:#f6f9fc;--ink-900:#0f172a;--ink-700:#334155;--ink-500:#64748b;--line:#d9e2ec;--brand-700:#0f766e;--brand-600:#0d9488;--brand-500:#14b8a6;--accent:#0b1324;--danger:#dc2626;--success:#059669;--shadow-1:0 8px 24px #0f172a12;--shadow-2:0 18px 40px #0f172a1a;--radius-lg:18px;--radius-md:12px;--radius-sm:10px}body{background:radial-gradient(1200px 460px at -18% -15%,#14b8a626,#0000 60%),radial-gradient(900px 400px at 120% -10%,#0f766e24,#0000 62%),linear-gradient(180deg,#f7fbff,#eef3f7 44%,#edf2f7);background:radial-gradient(1200px 460px at -18% -15%,#14b8a626,#0000 60%),radial-gradient(900px 400px at 120% -10%,#0f766e24,#0000 62%),linear-gradient(180deg,#f7fbff 0,var(--bg-canvas) 44%,#edf2f7 100%);color:#0f172a;color:var(--ink-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-family:var(--font-sans)}.content-wrapper{padding:28px 30px}.sidebar{background:linear-gradient(180deg,#0f172a,#111827 58%,#0b1324);border-right:1px solid #94a3b833;box-shadow:14px 0 34px #0b132438}.sidebar-header{border-bottom:1px solid #94a3b833}.sidebar-logo{filter:brightness(1.08)}.sidebar-link{border-left-color:#0000;border-radius:10px;color:#cbd5e1;margin:2px 10px}.sidebar-link:hover{background:#14b8a624;color:#fff}.sidebar-link.active{background:linear-gradient(135deg,#0d9488,#0f766e);border-left-color:#0000;box-shadow:0 10px 26px #0d948859}.user-info{background:#0f172a73;border:1px solid #94a3b838}.user-name{color:#dbeafe;font-size:13px}.logout-btn{background:#ffffff14;border:1px solid #94a3b847;color:#cbd5e1}.logout-btn:hover{background:#dc262624;border-color:#dc262670;color:#fecaca}.dashboard,.form-container,.login-box,.modal,.table-container{border-radius:18px;border-radius:var(--radius-lg)}.dashboard{background:linear-gradient(180deg,#fffffff5,#ffffffe6);border:1px solid #94a3b83b;box-shadow:0 18px 40px #0f172a1a;box-shadow:var(--shadow-2);padding:30px}.dashboard-header{gap:10px;justify-content:flex-end;margin-bottom:22px}.dashboard-stats{gap:16px}.stat-card{border-radius:14px;box-shadow:0 8px 24px #0f172a12;box-shadow:var(--shadow-1)}.btn{border-radius:11px;font-family:inherit;font-size:13px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.btn-primary{background:linear-gradient(135deg,#0b1324,#1f2937);background:linear-gradient(135deg,var(--accent) 0,#1f2937 100%)}.btn-primary:hover{background:linear-gradient(135deg,#111827,#0f172a);box-shadow:0 10px 20px #0f172a4d;transform:translateY(-1px)}.btn-secondary{background:#f5f7fb;border:1px solid #d9e2ec;border:1px solid var(--line)}.btn-secondary:hover{background:#ecf2f7}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #d9e2ec;border:1px solid var(--line);border-radius:11px;font-size:13px}.btn:focus-visible,.close-btn:focus-visible,.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.icon-btn:focus-visible{border-color:#0d9488;border-color:var(--brand-600);box-shadow:0 0 0 4px #14b8a62e;outline:none}.table-container{background:#fff;background:var(--panel);border:1px solid #94a3b83d;box-shadow:0 8px 24px #0f172a12;box-shadow:var(--shadow-1)}thead{background:linear-gradient(180deg,#f9fbfe,#f3f7fb)}th{color:#64748b;color:var(--ink-500);font-size:11px;letter-spacing:.08em;position:-webkit-sticky;position:sticky;top:0;z-index:2}td{border-top:1px solid #edf2f7;color:#334155;color:var(--ink-700);font-size:13px}tr:hover{background:linear-gradient(90deg,#14b8a612,#0f766e08)}.status-badge{border:1px solid #0f172a0f}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0206178a}.modal{border:1px solid #94a3b83d;box-shadow:0 20px 48px #0206174d}.login-container{background:radial-gradient(900px 420px at 0 0,#14b8a638,#0000 58%),radial-gradient(900px 420px at 100% 100%,#0f172a47,#0000 55%),linear-gradient(135deg,#0f172a,#1e293b 55%,#0b1324)}.login-header h2{font-size:30px;letter-spacing:-.02em}.dashboard-content{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1120px){.dashboard-content{grid-template-columns:1fr}}@media (max-width:768px){.content-wrapper{padding:16px 14px}.dashboard{border-radius:14px;padding:18px}.dashboard-header{justify-content:flex-start}.dashboard-header>div{gap:10px;width:100%}.dashboard-header input[type=search]{min-width:0!important;width:100%}.table-container{overflow-x:auto}td,th{white-space:nowrap}.btn{font-size:12px;padding:10px 14px}}:root{--shell-violet-50:#f5f3ff;--shell-violet-100:#ede9fe;--shell-violet-300:#c4b5fd;--shell-violet-600:#7c3aed;--shell-violet-700:#6d28d9;--shell-ink-900:#0f172a;--shell-ink-600:#475569}body{background:#f4f6fb}.sidebar{background:#fff;border-right:1px solid #94a3b838;box-shadow:0 16px 34px #0f172a14;width:272px}.sidebar-header{padding:20px 18px 18px}.sidebar-nav{padding:14px 12px}.sidebar-link{border-left:0;border-radius:11px;color:#475569;color:var(--shell-ink-600);font-weight:600;margin:4px 0;padding:11px 14px}.sidebar-link:hover{background:#f5f3ff;background:var(--shell-violet-50);border-left-color:#0000}.sidebar-link.active,.sidebar-link:hover{color:#6d28d9;color:var(--shell-violet-700)}.sidebar-link.active{background:#ede9fe;background:var(--shell-violet-100);border:1px solid #7c3aed33;box-shadow:none}.sidebar-footer{border-top:1px solid #94a3b833}.main-content{margin-left:272px}.desktop-topbar{align-items:center;background:#f8faff;border-bottom:1px solid #94a3b840;display:flex;gap:18px;justify-content:space-between;padding:14px 26px;position:-webkit-sticky;position:sticky;top:0;z-index:950}.topbar-left{min-width:0}.topbar-eyebrow{color:#6366f1;font-size:11px;font-weight:700;letter-spacing:.12em;margin:0 0 3px;text-transform:uppercase}.topbar-title{color:#0f172a;color:var(--shell-ink-900);font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0}.topbar-right{align-items:center;display:flex;gap:10px}.topbar-theme-toggle{align-items:center;background:#fff;border:1px solid #94a3b847;border-radius:8px;color:#334155;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.topbar-theme-toggle:hover{background:#4f46e50d;border-color:#4f46e559;color:#4338ca}.topbar-status{background:#ecfeff;border:1px solid #0d948838;border-radius:999px;color:#0f766e;font-size:11px;font-weight:700;padding:5px 10px}.topbar-icon-btn{align-items:center;background:#fff;border:1px solid #94a3b847;border-radius:10px;color:#475569;cursor:pointer;display:inline-flex;height:38px;justify-content:center;transition:all .2s ease;width:38px}.topbar-icon-btn:hover{border-color:#7c3aed47;box-shadow:0 8px 16px #7c3aed26;color:#6d28d9;color:var(--shell-violet-700)}.topbar-userchip{background:#fff;border:1px solid #94a3b847;gap:8px;padding:5px 11px 5px 6px}.topbar-avatar,.topbar-userchip{align-items:center;border-radius:999px;display:inline-flex}.topbar-avatar{background:#7c3aed;color:#fff;font-size:12px;font-weight:700;height:28px;justify-content:center;width:28px}.topbar-username{color:#334155;font-size:12px;font-weight:700}.content-wrapper{padding:22px}.dashboard{border:1px solid #94a3b833;border-radius:18px;box-shadow:0 20px 44px #0f172a12}.toolbar-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.toolbar-search{align-items:center;background:#fff;border:1px solid #94a3b857;border-radius:12px;display:inline-flex;gap:8px;min-height:42px;padding:0 12px}.toolbar-search-input{background:#0000;border:none;color:#0f172a;font-size:13px;min-width:260px;outline:none;padding:10px 0}.toolbar-search-input::placeholder{color:#94a3b8}.toolbar-filter{align-items:center;color:#334155;display:inline-flex;font-size:12px;font-weight:700;gap:8px}.toolbar-select{background:#fff;border:1px solid #94a3b866;border-radius:10px;color:#0f172a;font-size:12px;font-weight:600;min-width:140px;padding:10px 12px}.toolbar-search:focus-within,.toolbar-select:focus{border-color:#7c3aed73;box-shadow:0 0 0 4px #7c3aed24}.toolbar-kpi{align-items:center;background:#0f172a;border-radius:12px;box-shadow:0 10px 20px #0f172a42;color:#fff;display:flex;gap:10px;padding:10px 18px}.toolbar-kpi-label{font-size:11px;opacity:.82}.toolbar-kpi-value{font-size:18px;font-weight:800;letter-spacing:-.01em}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-header:hover{color:#4f46e5}.cell-strong{color:#111827;font-weight:700}.amount-positive{color:#059669}.table-link{color:#1e293b;font-weight:700;text-decoration:none}.table-link:hover{color:#4f46e5}.cell-prefix-icon{color:#64748b;margin-right:8px;vertical-align:middle}.btn-sm{border-radius:9px;font-size:11px;padding:8px 10px}.btn-danger-soft{background:#dc2626;border:none;color:#fff}.btn-danger-soft:hover{background:#b91c1c;box-shadow:0 8px 14px #dc262647}.table-pagination{align-items:center;background:#f8fafc;border:1px solid #94a3b83d;border-radius:12px;display:flex;justify-content:space-between;margin-top:16px;padding:12px}.page-info{color:#334155;font-weight:700}.page-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.invoice-page-shell{margin:0 auto;max-width:1160px}.invoice-page-header{justify-content:flex-end}.invoice-detail-layout,.invoice-form-layout{background:#fff;border:1px solid #94a3b833;border-radius:16px;margin:0 auto;max-width:1040px;padding:20px}.invoice-section-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.section-error-text{margin-bottom:14px}.invoice-detail-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.invoice-detail-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.detail-card{background:#f8fafc;border:1px solid #94a3b838;border-radius:14px;padding:16px}.detail-card-title{color:#0f172a;font-size:17px;margin:0 0 10px}.detail-list p{color:#334155;font-size:13px;line-height:1.45;margin:0 0 8px}.detail-status-select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:4px 10px}.detail-notes-block{margin-bottom:22px}.detail-notes-text{background:#f8fafc;border:1px solid #94a3b838;border-radius:10px;color:#334155;line-height:1.5;margin:0;padding:12px}.detail-section-gap{margin-top:24px}.summary-label-cell{text-align:right}.invoice-summary-row{background:#f8fafc;font-weight:700}.invoice-paid-row{color:#059669;font-weight:700}.invoice-balance-row{background:#fef9c3;font-size:15px;font-weight:700}.invoice-paid-full-row{background:#dcfce7;font-size:15px;font-weight:700}.summary-danger-value{color:#dc2626}.summary-positive-value{color:#059669;font-weight:700}.summary-prefix-icon{margin-right:8px;vertical-align:middle}@media (max-width:768px){.main-content{margin-left:0}.desktop-topbar{display:none}.sidebar{width:260px}.toolbar-search{width:100%}.toolbar-search-input{min-width:0;width:100%}.table-pagination{align-items:stretch;flex-direction:column;gap:8px}.page-info{text-align:center}.invoice-detail-layout,.invoice-form-layout{padding:14px}.invoice-detail-actions,.invoice-page-header{justify-content:flex-start}.invoice-detail-grid{grid-template-columns:1fr}.summary-label-cell{text-align:left}.invoice-section-header-row{align-items:stretch;flex-direction:column}.items-table-container{background:#0000;border:none;box-shadow:none;overflow:visible}.items-table-header{display:none}.items-table-row{background:#fff;border:1px solid #94a3b83d;border-radius:14px;box-shadow:0 6px 14px #0f172a0f;gap:10px;grid-template-areas:"description description" "quantity price" "amount action";grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px;padding:14px}.items-table-row:last-child{border-bottom:1px solid #94a3b83d;margin-bottom:0}.items-table-row .col-description{grid-area:description}.items-table-row .col-quantity{grid-area:quantity}.items-table-row .col-price-input{grid-area:price}.items-table-row .col-amount{align-items:center;display:flex;grid-area:amount;justify-self:start;min-height:44px;padding:10px 12px;text-align:left;width:100%}.items-table-row .col-action{align-items:center;grid-area:action;justify-content:flex-end}.invoice-total-section{align-items:flex-start;flex-direction:column;gap:10px;padding:18px}.total-value{flex-wrap:wrap;font-size:24px;line-height:1.1}.form-actions{flex-direction:column;gap:10px}.btn-lg{justify-content:center;min-width:0;width:100%}}@media (max-width:480px){.items-table-row{grid-template-areas:"description" "quantity" "price" "amount" "action";grid-template-columns:1fr;padding:12px}.items-table-row .col-action{justify-content:flex-start}.invoice-total-section{padding:16px}.total-value{font-size:20px}}.dashboard-time-range-row{grid-column:1/-1;margin-bottom:20px}.dashboard-time-range-label{align-items:center;color:#334155;display:inline-flex;font-weight:600;gap:10px}.dashboard-time-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:140px;padding:10px 12px}.dashboard-currency-lines{font-size:14px;line-height:1.8}.stat-card-success{background:linear-gradient(135deg,#059669,#10b981)}.stat-card-danger{background:linear-gradient(135deg,#dc2626,#ef4444)}.dashboard-content-grid{margin-top:20px}.dashboard-chart-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:20px}.chart-card{background:#fff;background:var(--surface-bg);border:1px solid #e5e7eb;border:1px solid var(--border-soft);border-radius:14px;overflow:hidden}.chart-shell{height:320px;padding:10px 18px 20px;width:100%}.dashboard-section-title{align-items:center;display:flex;gap:8px;padding:20px 20px 10px}.customer-workspace{display:flex;flex-direction:column;gap:18px}.customer-workspace-header{align-items:flex-start;justify-content:space-between}.customer-workspace-eyebrow{color:#0f766e;font-size:11px;font-weight:800;letter-spacing:.12em;margin:0 0 6px;text-transform:uppercase}.customer-workspace-copy{color:#64748b;font-size:14px;line-height:1.55;margin-top:8px;max-width:640px}.customer-toolbar-search{min-width:min(420px,100%)}.customer-summary-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.customer-summary-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #94a3b838;border-radius:16px;box-shadow:0 10px 24px #0f172a0d;padding:16px 18px}.customer-summary-label{color:#64748b;display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.customer-summary-value{color:#0f172a;display:block;font-size:28px;font-weight:800;line-height:1;margin:8px 0 4px}.customer-summary-card small{color:#64748b;font-size:12px}.customer-spotlight-card{grid-gap:18px;background:linear-gradient(135deg,#0f172a,#111827 48%,#1f2937);border-radius:18px;box-shadow:0 18px 36px #0f172a2e;color:#f8fafc;display:grid;gap:18px;grid-template-columns:minmax(0,2.3fr) minmax(280px,1fr);margin-bottom:16px;padding:22px}.customer-spotlight-main{align-items:center;display:flex;gap:18px}.customer-spotlight-copy h3{font-size:28px;letter-spacing:-.02em;margin:0 0 8px}.customer-spotlight-copy p{color:#e2e8f0e0;margin:0}.customer-spotlight-kicker{color:#5eead4!important;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:8px!important;text-transform:uppercase}.customer-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.customer-chip{align-items:center;background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;color:#dbeafe;display:inline-flex;font-size:12px;max-width:100%;overflow-wrap:anywhere;padding:8px 12px}.customer-spotlight-side{display:flex;flex-direction:column;gap:12px;min-height:100%}.customer-notes-panel{background:#ffffff14;border:1px solid #ffffff1a;border-radius:14px;flex:1 1;min-height:0;padding:16px}.customer-notes-panel p{color:#e2e8f0;font-size:13px;line-height:1.55;margin:10px 0 0}.customer-spotlight-actions{display:flex;flex-wrap:wrap;gap:10px}.customer-avatar{align-items:center;background:linear-gradient(135deg,#0f766e,#2563eb);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-weight:800;justify-content:center;overflow:hidden}.customer-avatar-fallback,.customer-avatar-image{height:100%;width:100%}.customer-avatar-image{display:block;object-fit:cover}.customer-avatar-fallback{align-items:center;display:inline-flex;justify-content:center}.customer-avatar-spotlight{box-shadow:0 12px 22px #0000003d;font-size:26px;height:86px;width:86px}.customer-avatar-large{font-size:30px;height:96px;width:96px}.customer-avatar-table{font-size:15px;height:46px;width:46px}.customer-avatar-detail{font-size:22px;height:72px;width:72px}.customer-table-shell{overflow:hidden}.customer-row-primary{align-items:center;display:flex;gap:12px}.customer-row-primary strong{color:#111827;display:block}.customer-row-primary p{color:#64748b;font-size:12px;line-height:1.45;margin:4px 0 0;max-width:360px}.customer-row-selected{background:linear-gradient(90deg,#0ea5e914,#14b8a614)!important}.customer-profile-modal{max-width:760px}.customer-form-layout{display:flex;flex-direction:column;gap:8px}.customer-form-hero{align-items:center;background:linear-gradient(135deg,#f8fbff,#f1f5f9);border:1px solid #94a3b83d;border-radius:14px;display:flex;gap:18px;margin-bottom:6px;padding:14px 16px 18px}.customer-photo-actions{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.customer-photo-actions small{color:#64748b;line-height:1.45}.customer-photo-upload{cursor:pointer}.customer-mobile-form-panel{border-radius:16px;box-shadow:0 12px 26px #0f172a14;padding:18px}.customer-mobile-form-header{margin-bottom:16px}.invoice-customer-profile{align-items:flex-start;display:flex;gap:14px}.detail-inline-notes{border-top:1px solid #94a3b838;color:#334155;font-size:13px;line-height:1.5;margin-top:14px;padding-top:12px}@media (max-width:1080px){.customer-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-spotlight-card{grid-template-columns:1fr}}@media (max-width:768px){.customer-workspace-header{gap:16px}.customer-toolbar-search{min-width:0;width:100%}.customer-summary-grid{grid-template-columns:1fr}.customer-form-hero,.customer-spotlight-main,.invoice-customer-profile{align-items:flex-start;flex-direction:column}.customer-spotlight-copy h3{font-size:24px}.customers-table td[data-label=Customer]{white-space:normal}.customer-row-primary p{max-width:100%}.customer-spotlight-actions{width:100%}.customer-spotlight-actions .btn{justify-content:center;width:100%}}.dashboard-empty-state{padding:40px;text-align:center}.dashboard-empty-muted{color:#6b7280}.customer-mobile-form-panel{background:#fff;border:1px solid #94a3b83d;border-radius:14px;box-shadow:0 8px 18px #0f172a14;margin-bottom:14px;padding:14px}.customer-mobile-form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.customer-mobile-form-header h2{color:#0f172a;font-size:18px;margin:0}@media (max-width:992px){.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard .table-container table{min-width:680px}}@media (max-width:768px){.app-layout,.content-wrapper,.dashboard,.main-content,.mobile-card-container,.mobile-card-table,.table-container{max-width:100%;min-width:0;width:100%}.toolbar-row{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:1fr}.toolbar-filter{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:auto minmax(0,1fr);width:100%}.toolbar-select{min-width:0;width:100%}.toolbar-row .btn-primary,.toolbar-row .btn-secondary,.toolbar-row>a,.toolbar-row>a .btn,.toolbar-row>button,.toolbar-row>button.btn{justify-content:center;width:100%}.dashboard{padding:16px}.dashboard-header{justify-content:stretch;margin-bottom:16px}.dashboard-header>a,.dashboard-header>a .btn{width:100%}.dashboard-header>a .btn{justify-content:center;min-height:44px}.dashboard-stats{gap:12px;grid-template-columns:1fr}.dashboard-time-range-row{margin-bottom:12px}.dashboard-time-range-label{align-items:flex-start;flex-direction:column;gap:8px;width:100%}.dashboard-time-select{min-width:0;width:100%}.dashboard-currency-lines{font-size:13px;line-height:1.6}.dashboard-section-title{font-size:16px;padding:14px 14px 8px}.dashboard-empty-state{padding:24px 12px}td,th{padding:12px}.dashboard .icon-btn{border-radius:10px;min-height:40px;min-width:40px}.customer-mobile-form-panel .action-buttons{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-mobile-form-panel .btn{justify-content:center;min-height:44px;width:100%}}@media (max-width:480px){.content-wrapper,.dashboard{padding:12px}.dashboard{border-radius:14px}.stat-card{padding:16px}.stat-card .stat-value{font-size:24px}html[data-theme=dark] .content-wrapper,html[data-theme=dark] .main-content,html[data-theme=dark] body{background:#f5f7fa;background:var(--page-bg);color:#1a1a1a;color:var(--text-main)}html[data-theme=dark] .dashboard,html[data-theme=dark] .form-container,html[data-theme=dark] .mobile-header,html[data-theme=dark] .modal,html[data-theme=dark] .sidebar,html[data-theme=dark] .table-container,html[data-theme=dark] .toolbar-search,html[data-theme=dark] .topbar-icon-btn,html[data-theme=dark] .topbar-theme-toggle,html[data-theme=dark] .topbar-userchip{background:#fff;background:var(--surface-bg);border-color:#e5e7eb;border-color:var(--border-soft);color:#1a1a1a;color:var(--text-main)}html[data-theme=dark] .topbar-theme-toggle:hover{background:var(--surface-3)}html[data-theme=dark] .desktop-topbar{background:#f8f9fa;background:var(--surface-2);border-color:#e5e7eb;border-color:var(--border-soft)}html[data-theme=dark] .sidebar-link{color:#cbd5e1}html[data-theme=dark] .sidebar-link.active,html[data-theme=dark] .sidebar-link:hover{background:#0f172a;color:#a5b4fc}html[data-theme=dark] .customer-workspace-copy,html[data-theme=dark] .dashboard-section-title,html[data-theme=dark] .detail-card-title,html[data-theme=dark] .detail-list p,html[data-theme=dark] .form-group label,html[data-theme=dark] .section-title,html[data-theme=dark] .topbar-title,html[data-theme=dark] .topbar-username,html[data-theme=dark] td,html[data-theme=dark] th{color:#1a1a1a;color:var(--text-main)}html[data-theme=dark] thead,html[data-theme=dark] tr:hover{background:#0f172a}html[data-theme=dark] .dashboard-time-select,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:#111827;border-color:#e5e7eb;border-color:var(--border-soft);color:#1a1a1a;color:var(--text-main)}.dashboard .icon-btn{min-height:42px;min-width:42px}}@media (max-width:768px){.dashboard .table-container{box-sizing:border-box;overflow-x:hidden;padding:0 10px 10px}.dashboard .dashboard-table{display:block;max-width:100%;min-width:0;width:100%}.dashboard .dashboard-table thead{display:none}.dashboard .dashboard-table tbody,.dashboard .dashboard-table td,.dashboard .dashboard-table tr{display:block;max-width:100%;width:100%}.dashboard .dashboard-table tbody{padding:0}.dashboard .dashboard-table tr{background:#fff;border:1px solid #94a3b83d;border-radius:12px;box-shadow:0 6px 14px #0f172a0f;margin-bottom:10px;padding:12px}.dashboard .dashboard-table tr:last-child{margin-bottom:0}.dashboard .dashboard-table tr.dashboard-empty-row{background:#0000;border:none;box-shadow:none;padding:0}.dashboard .dashboard-table tr.dashboard-empty-row td{border:1px dashed #94a3b859;border-radius:10px;padding:18px 12px;text-align:center}.dashboard .dashboard-table td{align-items:center;border-top:none;color:#0f172a;display:flex;gap:8px;justify-content:flex-start;overflow-wrap:anywhere;padding:6px 0;white-space:normal;word-break:break-word}.dashboard .dashboard-table td:before{color:#64748b;content:attr(data-label);flex:0 0 92px;font-size:10px;font-weight:700;letter-spacing:.06em;margin-right:2px;text-transform:uppercase;white-space:nowrap}.dashboard .dashboard-table td .status-badge{margin-left:0}.dashboard .dashboard-table td[data-label=Actions]{border-top:1px dashed #94a3b859;justify-content:flex-start;margin-top:8px;padding-top:10px}.dashboard .dashboard-table td[data-label=Actions] a{margin-left:0}.dashboard .dashboard-table td[data-label=Status]{justify-content:flex-start}.dashboard .dashboard-table tr.dashboard-empty-row td:before{content:none}.mobile-card-table{--mobile-label-width:84px;--mobile-label-width-xs:78px;display:block;margin:0;max-width:100%}.mobile-card-table,.table-container .mobile-card-table{min-width:0;width:100%}.mobile-card-container{box-sizing:border-box;overflow-x:hidden;padding:0 10px 10px}.invoices-table{--mobile-label-width:80px;--mobile-label-width-xs:74px}.customers-table{--mobile-label-width:76px;--mobile-label-width-xs:70px}.payments-table{--mobile-label-width:92px;--mobile-label-width-xs:84px}.dashboard-table{--mobile-label-width:82px;--mobile-label-width-xs:76px}.invoice-items-mobile-table{--mobile-label-width:88px;--mobile-label-width-xs:80px}.invoice-payments-mobile-table{--mobile-label-width:84px;--mobile-label-width-xs:76px}.mobile-card-table thead{display:none}.mobile-card-table tbody,.mobile-card-table td,.mobile-card-table tr{box-sizing:border-box;display:block;max-width:100%;width:100%}.mobile-card-table tbody{padding:0}.mobile-card-table tr{background:#fff;border:1px solid #94a3b83d;border-radius:12px;box-shadow:0 4px 10px #0f172a0d;margin-bottom:8px;padding:10px}.mobile-card-table tr:last-child{margin-bottom:0}.mobile-card-table tr.mobile-card-empty-row{background:#0000;border:none;box-shadow:none;padding:0}.mobile-card-table tr.mobile-card-empty-row td{border:1px dashed #94a3b859;border-radius:10px;padding:14px 10px;text-align:center}.mobile-card-table td{align-items:center;border-top:none;color:#0f172a;display:flex;font-size:12px;gap:8px;justify-content:flex-start;line-height:1.35;overflow-wrap:anywhere;padding:4px 0;white-space:normal;word-break:break-word}.mobile-card-table td:before{color:#64748b;content:attr(data-label);flex:0 0 var(--mobile-label-width);font-size:9px;font-weight:700;letter-spacing:.06em;margin-right:2px;text-transform:uppercase;white-space:nowrap}.mobile-card-table td[data-label=Actions]{border-top:1px dashed #94a3b859;justify-content:flex-start;margin-top:6px;padding-top:8px}.mobile-card-table td[data-label=Actions]:before{overflow-wrap:normal;word-break:normal}.mobile-card-table td[data-label=Actions] .action-buttons,.mobile-card-table td[data-label=Actions] a{margin-left:0}.mobile-card-table td .status-badge{margin-left:auto}.mobile-card-table td[data-label=Status]{justify-content:flex-start}.invoice-items-mobile-table .summary-label-cell{justify-content:flex-start;text-align:left}.mobile-card-table td[data-label=Status] .status-badge{margin-left:0}.mobile-card-table .action-buttons{gap:6px}.mobile-card-table tr.mobile-card-empty-row td:before{content:none}.mobile-card-table .cell-prefix-icon{font-size:12px;margin-right:4px}.mobile-card-table .icon-btn{border-radius:9px;min-height:36px;min-width:36px;padding:6px}.mobile-card-table .status-badge{font-size:9px;padding:4px 9px}}@media (max-width:480px){.dashboard .table-container,.mobile-card-container{padding:0 8px 8px}.mobile-card-table tr{margin-bottom:7px;padding:9px}.mobile-card-table td{font-size:11.5px;gap:7px}.mobile-card-table td:before{flex-basis:var(--mobile-label-width-xs);font-size:8.5px;letter-spacing:.05em}.mobile-card-table .icon-btn{min-height:34px;min-width:34px}}.profile-overlay{align-items:flex-start;padding:1rem}.profile-modal{max-height:calc(100vh - 2rem);max-width:1000px;overflow-y:auto}@media (max-width:1024px){.profile-modal{max-width:90vw}}@media (max-width:768px){.profile-overlay{padding:0}.profile-modal{border-radius:0;max-height:100vh;max-width:100vw;width:100vw}}.portal-nav{background:#1e293b;background:var(--sidebar-bg,#1e293b);border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--border,#ffffff14);gap:1.5rem;height:60px;left:0;padding:0 1.5rem;position:fixed;right:0;top:0;z-index:100}.portal-nav,.portal-nav-brand{align-items:center;display:flex}.portal-nav-brand{flex-shrink:0;gap:.5rem}.portal-nav-logo{height:32px;object-fit:contain}.portal-nav-label{color:#94a3b8;color:var(--sidebar-text-muted,#94a3b8);font-size:.85rem;font-weight:600;letter-spacing:.5px;white-space:nowrap}.portal-nav-links{align-items:center;display:flex;flex:1 1;gap:.25rem}.portal-nav-link{align-items:center;border-radius:8px;color:#94a3b8;color:var(--sidebar-text-muted,#94a3b8);display:flex;font-size:.875rem;font-weight:500;gap:6px;padding:6px 14px;text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.portal-nav-link:hover{background:#ffffff0f;background:var(--sidebar-hover,#ffffff0f);color:#f1f5f9;color:var(--sidebar-text,#f1f5f9)}.portal-nav-link.active{background:#3b82f626;background:var(--primary-light,#3b82f626);color:#3b82f6;color:var(--primary,#3b82f6)}.portal-nav-right{align-items:center;display:flex;flex-shrink:0;gap:.75rem;margin-left:auto}.portal-user-chip{align-items:center;display:flex;gap:8px}.portal-user-name{color:#f1f5f9;color:var(--sidebar-text,#f1f5f9);font-size:.85rem;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-logout-btn{align-items:center;display:flex;font-size:.82rem;gap:6px;padding:5px 12px}@media (max-width:640px){.portal-nav-label,.portal-nav-link span,.portal-nav-right .topbar-theme-toggle,.portal-user-name{display:none}}
/*# sourceMappingURL=main.be935ceb.css.map*/