@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=block";.confirm-float-backdrop[data-v-50785dba]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:flex;align-items:flex-end;justify-content:flex-end;padding:1.25rem;background:#0f172a38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.confirm-float-card[data-v-50785dba]{width:min(100%,430px);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);box-shadow:0 28px 70px #0f172a42;border:1px solid rgba(148,163,184,.18);overflow:hidden}.confirm-float-card--danger[data-v-50785dba]{box-shadow:0 28px 70px #dc262633}.confirm-float-card--warning[data-v-50785dba]{box-shadow:0 28px 70px #f59e0b38}.confirm-float-card--info[data-v-50785dba]{box-shadow:0 28px 70px #2563eb2e}.confirm-float-icon-wrap[data-v-50785dba]{padding:1.2rem 1.2rem 0}.confirm-float-icon[data-v-50785dba]{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c;font-size:30px}.confirm-float-content[data-v-50785dba]{padding:.85rem 1.2rem 1rem}.confirm-float-title[data-v-50785dba]{margin:0;font-size:1.08rem;font-weight:800;color:#0f172a}.confirm-float-message[data-v-50785dba]{margin:.55rem 0 0;font-size:.95rem;line-height:1.6;color:#475569;white-space:pre-wrap}.confirm-float-actions[data-v-50785dba]{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.2rem 1.2rem}.confirm-float-btn[data-v-50785dba]{border:none;border-radius:14px;padding:.78rem 1.15rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.confirm-float-btn[data-v-50785dba]:hover{transform:translateY(-1px)}.confirm-float-btn--secondary[data-v-50785dba]{background:#e2e8f0;color:#0f172a}.confirm-float-btn--primary[data-v-50785dba]{color:#fff}.confirm-float-btn--danger[data-v-50785dba]{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 16px 28px #dc262647}.confirm-float-btn--warning[data-v-50785dba]{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 16px 28px #d9770642}.confirm-float-btn--info[data-v-50785dba]{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 16px 28px #2563eb3d}.confirm-float-enter-active[data-v-50785dba],.confirm-float-leave-active[data-v-50785dba]{transition:opacity .2s ease}.confirm-float-enter-active .confirm-float-card[data-v-50785dba],.confirm-float-leave-active .confirm-float-card[data-v-50785dba]{transition:transform .22s ease,opacity .22s ease}.confirm-float-enter-from[data-v-50785dba],.confirm-float-leave-to[data-v-50785dba]{opacity:0}.confirm-float-enter-from .confirm-float-card[data-v-50785dba],.confirm-float-leave-to .confirm-float-card[data-v-50785dba]{opacity:0;transform:translateY(18px) scale(.98)}@media(max-width:640px){.confirm-float-backdrop[data-v-50785dba]{align-items:flex-end;justify-content:stretch;padding:.75rem}.confirm-float-card[data-v-50785dba]{width:100%;border-radius:22px}.confirm-float-actions[data-v-50785dba]{flex-direction:column-reverse}.confirm-float-btn[data-v-50785dba]{width:100%}}:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--secondary-color: #8b5cf6;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--bg-color: #f9fafb;--bg-secondary: #f3f4f6;--card-bg: #ffffff;--text-color: #111827;--text-muted: #6b7280;--border-color: #e5e7eb;--sidebar-bg: #0f172a;--sidebar-text: #cbd5e1;--sidebar-active: #6366f1;--sidebar-hover: #1e293b}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{min-height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-color);color:var(--text-color);line-height:1.6;font-weight:500}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:inherit;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;vertical-align:middle}html.icons-loading .material-symbols-outlined{opacity:0}a{color:inherit}.app-shell{min-height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 30px;background:linear-gradient(110deg,#ffffffe0,#ebf5ffb8 45%,#f8f0ffb3);border-bottom:1px solid rgba(255,255,255,.6);box-shadow:0 12px 34px #0f172a1f,inset 0 1px #fff9;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.app-header-left{display:grid;gap:3px}.app-logo{font-size:22px;font-weight:700;letter-spacing:-.5px;text-decoration:none;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app-subtitle{color:var(--text-muted);font-size:14px}.app-header-right{display:flex;align-items:center;gap:12px}.app-user-state{color:var(--text-muted);font-size:14px}.app-main{display:flex;min-height:calc(100vh - 80px)}.app-sidebar{width:260px;background:var(--sidebar-bg);padding:14px 12px;overflow-y:auto}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--sidebar-text);text-decoration:none;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500}.nav-item:hover{background:var(--sidebar-hover);color:#f1f5f9;transform:translate(4px)}.nav-item.router-link-active{background:var(--sidebar-active);color:#fff;box-shadow:0 4px 12px #6366f14d}.app-content{flex:1;padding:40px;overflow-x:hidden}.page-header{margin-bottom:24px}.page-header h1,.page-header h2{font-size:32px;font-weight:700;margin-bottom:8px;color:var(--text-color)}.page-header p{color:var(--text-muted);font-size:15px}.dashboard-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.quick-link{display:inline-block;padding:7px 16px;background:#fff;color:#4b5563;border:1.5px solid #d1d5db;border-radius:18px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.quick-link:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 4px #00000014;transform:translateY(-1px)}button,.btn-primary,.btn-secondary{border:none;border-radius:8px;padding:11px 24px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:.3px}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;box-shadow:0 4px 12px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background:#8b5cf6;color:#fff;box-shadow:0 2px 8px #8b5cf633}.btn-secondary:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:24px}.stat-card{background:var(--card-bg);padding:28px;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-color);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.stat-card strong{color:var(--text-color);font-size:14px}.stat-value{margin-top:6px;font-size:28px;font-weight:700;color:#0f172a}.stat-link-row{margin-top:8px}.inline-link{color:var(--primary-color);font-weight:600;text-decoration:none;font-size:13px}.inline-link:hover{color:var(--primary-hover);text-decoration:underline}.status-message{margin-top:8px;color:var(--text-muted)}.card{background:var(--card-bg);border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:24px;border:1px solid var(--border-color)}.card-body{padding:20px 24px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],select,textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);background:var(--card-bg);color:var(--text-color);font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}table{width:100%;border-collapse:collapse;font-size:14px;background:var(--card-bg)}thead{background:var(--bg-color)}th{padding:14px 16px;text-align:left;font-weight:600;color:var(--text-color);border-bottom:2px solid var(--border-color);text-transform:uppercase;font-size:12px;letter-spacing:.5px}td{padding:14px 16px;border-bottom:1px solid var(--border-color)}tbody tr:hover{background:var(--bg-secondary)}.admin-section-switch{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.admin-section-switch button{background:#fff;color:#4b5563;border:1.5px solid #d1d5db;border-radius:18px;padding:7px 16px;font-size:12px;font-weight:600}.admin-section-switch button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 6px #6366f133}@media(max-width:1024px){.app-content{padding:30px}}@media(max-width:768px){.app-main{flex-direction:column}.app-sidebar{width:100%;padding:12px}.sidebar-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.app-content{padding:20px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:16px}}.shell-layout{min-height:100vh;display:flex;background:#f3f4f6}.sidebar{width:256px;background:#0f2b46;border-right:1px solid #163b5c;display:flex;flex-direction:column;flex-shrink:0;min-height:100vh}.sidebar-brand{height:64px;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid #163b5c}.brand-link{text-decoration:none;color:#fff;font-size:21px;font-weight:700}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:18px 10px;flex:1}.menu-item{text-decoration:none;color:#9ca3af;font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;transition:all .2s ease}.menu-item:hover{color:#fff;background:#123252}.menu-item.router-link-active{color:#1abc9c;background:#1abc9c1a}.menu-item .material-symbols-outlined{font-size:20px}.menu-divider{margin:12px 0 6px;padding:0 12px;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.sidebar-user{margin:12px;border-top:1px solid #163b5c;padding-top:12px;display:flex;align-items:center;gap:10px}.user-avatar{width:36px;height:36px;border-radius:999px;background:#1abc9c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.user-meta{flex:1;min-width:0}.user-name{color:#fff;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{color:#9ca3af;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{border:none;background:transparent;color:#9ca3af;cursor:pointer}.sidebar-logout:hover{color:#fff}.content-wrap{flex:1;min-width:0;display:flex;flex-direction:column;height:100vh}.topbar{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:sticky;top:0;z-index:20}.topbar-left,.topbar-right{display:flex;align-items:center;gap:10px}.mobile-toggle{display:none!important}.search-box{position:relative}.search-box .material-symbols-outlined{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:18px}.search-box input{width:300px;border:1px solid #d1d5db;background:#f9fafb;border-radius:10px;height:38px;padding:0 12px 0 34px;font-size:13px}.icon-btn{width:36px;height:36px;border-radius:8px;border:none;background:transparent;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-btn:hover{background:#f3f4f6;color:#111827}.bell-btn{position:relative}.dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:999px;background:#ef4444;border:2px solid #fff}.top-chip{text-decoration:none;border:1px solid #d1d5db;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;color:#334155;background:#fff}.top-chip.muted{opacity:.7}.subscription-badge{text-decoration:none;border-radius:999px;font-size:12px;font-weight:700;padding:7px 10px;background:#ecfeff;color:#0e7490;border:1px solid #a5f3fc}.main-content{flex:1;overflow-y:auto;padding:24px}.shell-layout--modern .content-wrap{width:100%}.top-modules-nav{height:52px;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 20px;display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:thin}.top-module-item{text-decoration:none;color:#6b7280;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border:1px solid transparent;border-radius:10px;padding:8px 12px}.top-module-item .material-symbols-outlined{font-size:18px}.top-module-item:hover{color:#111827;background:#f3f4f6}.top-module-item.is-active{color:#1abc9c;background:#1abc9c1a;border-color:#1abc9c4d}.shell-layout--modern .topbar{background:#0f2b46;border-bottom:1px solid #163b5c}.shell-layout--modern .search-box input{background:#123252eb;border-color:#163b5c;color:#e5e7eb}.shell-layout--modern .search-box input::placeholder{color:#9ca3af}.shell-layout--modern .search-box .material-symbols-outlined,.shell-layout--modern .icon-btn,.shell-layout--modern .top-chip,.shell-layout--modern .subscription-badge{color:#cbd5e1}.shell-layout--modern .top-chip{background:#123252eb;border-color:#163b5c}.shell-layout--modern .icon-btn:hover{background:#123252;color:#fff}.topbar-logo{text-decoration:none;color:#fff;font-size:20px;font-weight:700;margin-right:8px;letter-spacing:-.2px;white-space:nowrap}@media(max-width:980px){.mobile-toggle{display:inline-flex!important}.sidebar{position:fixed;z-index:40;inset:0 auto 0 0;transform:translate(0);transition:transform .2s ease}.sidebar.collapsed{transform:translate(-100%)}.search-box input{width:200px}.shell-layout--modern .mobile-toggle{display:none!important}}@media(max-width:640px){.topbar{padding:0 12px}.search-box{display:none}.topbar-right{gap:6px}.top-chip{display:none}.main-content{padding:14px}.top-modules-nav{padding:0 12px}}.admin-page{width:100%}.admin-page .card,.admin-page section,.admin-page table{background:#fff!important;border:1px solid #eef2f7!important;border-radius:12px!important}.admin-page .card-body,.admin-page section{padding:16px}.admin-page button{border:1px solid #d1d5db!important;background:#fff!important;color:#1f2937!important;border-radius:10px!important;padding:8px 11px!important;font-weight:600!important}.admin-page button:hover{border-color:#1abc9c!important;color:#0f766e!important}.admin-page input,.admin-page select,.admin-page textarea{border-radius:10px!important;border-color:#d1d5db!important;background:#fff!important}.admin-page thead tr{border-bottom:none!important;background:#f8fafc!important}.admin-page td{border-bottom:1px solid #f1f5f9!important}.admin-page .admin-section-switch button.active{background:#1abc9c!important;border-color:#1abc9c!important;color:#fff!important;box-shadow:none!important}.client-detail-page{width:100%;color:#1f2937}.client-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.client-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.client-form-grid label{display:flex;flex-direction:column;gap:6px;color:#4b5563;font-size:13px}.full-width{grid-column:1 / -1}.client-form-grid input,.client-form-grid textarea,.client-form-grid select{border:1px solid #d1d5db;border-radius:10px;padding:10px 11px;font-size:14px;background:#fff;color:#111827}.form-actions{margin-top:12px;display:flex;gap:8px}.meta-row{display:flex;justify-content:flex-end;margin-top:10px;color:#9ca3af;font-size:11px}.order-create-page{position:relative;width:100%;color:#1f2937}.order-save-toast{position:fixed;top:88px;right:24px;z-index:120;background:#10b981;color:#fff;padding:10px 14px;border-radius:10px;font-size:13px;font-weight:700;box-shadow:0 10px 26px #10b98152}.order-error-toast{position:fixed;top:88px;right:24px;z-index:120;background:#ef4444;color:#fff;padding:10px 14px;border-radius:10px;font-size:13px;font-weight:700;box-shadow:0 10px 26px #ef44444d}.order-save-toast-enter-active,.order-save-toast-leave-active{transition:opacity .18s ease,transform .18s ease}.order-save-toast-enter-from,.order-save-toast-leave-to{opacity:0;transform:translateY(-6px)}.order-create-form{display:flex;flex-direction:column;gap:14px}.order-create-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:20px;align-items:start}.order-create-main,.order-create-aside{display:flex;flex-direction:column;gap:14px}.order-create-header{display:block}.order-create-header h1{margin:0;font-size:34px;color:#111827}.order-create-header p{margin:4px 0 0;font-size:14px;color:#6b7280}.order-readonly-field{color:#0f172a;font-weight:600;background:#f8fafc!important;cursor:default}.order-create-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.order-create-card h2{margin:0 0 10px;font-size:28px;color:#111827}.order-identity-card{display:flex;flex-direction:column;gap:16px}.order-create-grid{display:grid;gap:12px}.order-create-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.order-create-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.order-identity-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:16px;align-items:start}.order-identity-meta-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(140px,.8fr);gap:12px;align-items:start}.order-create-grid label,.order-create-card label{display:flex;flex-direction:column;gap:6px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:#4b5563}.order-create-grid input,.order-create-grid select,.order-create-card textarea,.order-items-table input,.order-items-table select{border:1px solid #d1d5db;border-radius:10px;padding:9px 10px;font-size:14px;color:#111827;background:#fff}.readonly-input{background:#f8fafc;color:#64748b}.order-status-field{display:flex;flex-direction:column;gap:6px}.order-status-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:#4b5563}.order-status-chip{display:inline-flex;align-items:center;gap:8px;width:100%;min-height:42px;padding:10px 12px;border-radius:10px;font-size:12px;font-weight:600}.order-status-chip.is-new,.order-status-chip.is-confirmed{background:#eff6ff;color:#1d4ed8}.order-status-chip.is-processing{background:#ecfeff;color:#0e7490}.order-status-chip.is-completed{background:#ecfdf5;color:#047857}.order-status-chip.is-cancelled{background:#fef2f2;color:#b91c1c}.order-status-dot{width:7px;height:7px;border-radius:9999px;background:currentColor}.order-create-inline-actions{display:flex;gap:8px}.order-create-inline-actions input{flex:1}.order-items-head{margin-bottom:8px}.order-items-head h2{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.order-items-table-wrap{overflow:visible;position:relative;z-index:40}.order-items-card{position:relative;z-index:30;overflow:visible}.order-create-notes-grid{position:relative;z-index:10}.order-items-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed}.order-items-table th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;border-bottom:1px solid #e5e7eb}.order-items-table td{padding:12px 8px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:13px}.order-items-table tbody tr:nth-child(2n){background:#f8fafc8c}.order-items-table th:nth-child(1),.order-items-table td:nth-child(1){width:96px}.order-items-table th:nth-child(2),.order-items-table td:nth-child(2){width:auto}.order-items-table th:nth-child(3){width:92px;text-align:center}.order-items-table td:nth-child(3){width:92px;text-align:center}.order-items-table td:nth-child(3) input{text-align:center}.order-items-table th:nth-child(4){width:138px;text-align:right}.order-items-table td:nth-child(4){width:138px;text-align:right}.order-items-table th:nth-child(5),.order-items-table td:nth-child(5){width:64px;text-align:center}.order-items-table td:nth-child(5) input{text-align:center}.order-items-table th:nth-child(6),.order-items-table td:nth-child(6){width:128px;text-align:right;white-space:nowrap}.order-items-table th:nth-child(7),.order-items-table td:nth-child(7){width:72px}.quote-items-table th:nth-child(1),.quote-items-table td:nth-child(1){width:88px}.quote-items-table td:nth-child(1) .order-item-code-input{min-height:30px;line-height:1.2;padding-top:7px;padding-bottom:5px;display:block}.quote-items-table td:nth-child(2){position:relative;overflow:visible}.quote-items-table td:nth-child(2):focus-within{z-index:180}.quote-items-table th:nth-child(3),.quote-items-table td:nth-child(3){width:84px;padding-right:0;text-align:center}.quote-items-table th:nth-child(4),.quote-items-table td:nth-child(4){width:108px;padding-left:0}.quote-items-table th:nth-child(5),.quote-items-table td:nth-child(5){width:141px;white-space:nowrap}.quote-items-table th:nth-child(6),.quote-items-table td:nth-child(6){width:44px}.quote-items-table th:nth-child(7),.quote-items-table td:nth-child(7){width:56px}.quote-items-table th:nth-child(4),.quote-items-table td:nth-child(4),.quote-items-table th:nth-child(5),.quote-items-table td:nth-child(5),.quote-items-table th:nth-child(6),.quote-items-table td:nth-child(6){padding-left:5px;padding-right:5px}.quote-items-table th:nth-child(6),.quote-items-table td:nth-child(6){padding-left:2px;padding-right:2px;text-align:center}.quote-items-table .quote-qty-wrap,.quote-items-table .quote-price-wrap,.quote-items-table .quote-vat-wrap{justify-content:flex-end;gap:2px;align-items:center}.quote-items-table .quote-qty-wrap{justify-content:center;gap:1px}.quote-items-table .quote-qty-input,.quote-items-table .quote-price-input,.quote-items-table .quote-vat-input,.quote-items-table .quote-vat-select{flex:0 0 auto;min-width:0;text-align:right!important;line-height:1}.quote-items-table input,.quote-items-table select,.quote-items-table textarea{cursor:pointer}.quote-items-table input:focus,.quote-items-table textarea:focus{cursor:text}.quote-items-table .quote-vat-select{cursor:pointer;border:1px solid #cbd5e1;border-radius:999px;padding:1px 4px;color:#334155;font-size:.72rem;font-weight:600;background-color:#f8fafc;background-image:none!important}.quote-items-table .quote-vat-select:hover{border-color:#94a3b8;background-color:#f1f5f9}.quote-items-table .quote-vat-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.quote-items-table .quote-qty-input{width:34px}.quote-items-table .quote-price-input{width:52px}.order-items-table input.order-item-code-input{width:100%;font-size:12px;letter-spacing:.03em;border:none;background:transparent;padding:0;border-radius:0;box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.order-items-table input.order-item-code-input:focus{border:none;box-shadow:none;outline:none}.order-items-table input.order-item-code-input::placeholder{color:#94a3b8}.order-item-main-cell,.order-item-main-cell--compact{display:block}.quote-code-cell{display:flex;align-items:center;gap:4px}.quote-code-cell .order-item-code-input{flex:1;min-width:0}.quote-item-drag-handle{display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;cursor:grab;-webkit-user-select:none;user-select:none}.quote-item-drag-handle:active{cursor:grabbing}.quote-item-drag-handle .material-symbols-outlined{font-size:16px}.quote-item-row--ghost{opacity:.45}.quote-item-row--chosen{background:#1abc9c0f}.quote-items-table td:nth-child(2){vertical-align:middle;padding-top:12px;padding-bottom:12px}.quote-items-table td:nth-child(2) .searchable-select-input{min-height:30px;line-height:1.2;padding-top:7px;padding-bottom:5px}.quote-items-table td:nth-child(2) .searchable-select-input-wrap{display:flex;align-items:center;min-height:30px}.quote-items-table td:nth-child(2) .searchable-select-toggle{top:50%;transform:translateY(-50%)}.quote-items-table td:nth-child(2) .order-item-main-cell--compact{display:flex;align-items:center;min-height:30px;width:100%}.quote-items-table td:nth-child(2) .order-item-main-cell--compact .searchable-select{width:100%}.order-item-main-cell input{border:none;background:transparent;padding:0;border-radius:0}.order-item-main-cell--compact>input:first-child{font-size:14px;font-weight:400;color:#0f172a}.order-item-main-cell--compact>input:first-child::placeholder{color:#94a3b8}.order-item-description-input{font-size:12px!important;color:#64748b!important}.order-items-table td:not(:first-child) input,.order-items-table td:not(:first-child) select{width:100%;max-width:100%;min-width:0;padding:4px 2px;font-size:13px;border:none;background:transparent;border-radius:0;text-align:left;box-shadow:none}.order-items-table td{vertical-align:middle}.order-items-table td:not(:first-child) input:focus,.order-items-table td:not(:first-child) select:focus,.order-item-main-cell input:focus{box-shadow:none;outline:none;border-color:transparent}.order-items-table td:nth-child(3) input{font-variant-numeric:tabular-nums;text-align:center!important;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.order-items-table td:nth-child(4) input{font-variant-numeric:tabular-nums;text-align:right!important}.order-items-table td:nth-child(5) input{font-variant-numeric:tabular-nums;text-align:center!important;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quote-items-table td:nth-child(3) input.quote-qty-input{width:46px!important;max-width:46px!important;flex:0 0 46px!important;padding:0!important;text-align:center!important}.quote-items-table td:nth-child(5) input.quote-price-input{width:108px!important;max-width:108px!important;flex:0 0 108px!important;padding:0!important;text-align:right!important;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quote-items-table td:nth-child(6) .quote-vat-select{width:34px!important;max-width:34px!important;flex:0 0 34px!important;text-align:right!important;appearance:none;-moz-appearance:none;-webkit-appearance:none}.quote-items-table td:nth-child(6) .quote-vat-wrap{position:relative;justify-content:center;gap:1px}.quote-items-table td:nth-child(6) .quote-vat-wrap:after{content:none}.quote-items-table .quote-vat-caret{display:inline-flex;align-items:center;color:#64748b;font-size:.66rem;line-height:1;margin-left:1px;pointer-events:none}.quote-purchase-cell,.quote-price-cell{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.quote-purchase-row{display:flex;align-items:center;justify-content:flex-end;gap:4px}.quote-discount-meta{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:2px;font-size:12px;color:#64748b}.quote-discount-unit{color:#64748b}.quote-discount-input{width:56px!important;max-width:56px!important;text-align:right!important;padding:0!important;border:none!important;background:transparent!important;color:#0f172a;font-size:12px!important;line-height:1.2}.quote-purchase-input{font-size:.68rem;color:#94a3b8!important;background:transparent;border:none;border-bottom:1px dashed transparent;outline:none;text-align:right;width:7ch;min-width:4ch;max-width:12ch;padding:0;line-height:1.4;cursor:pointer;transition:border-color .15s,color .15s,width .1s}.quote-purchase-input:hover{border-bottom-color:#cbd5e1}.quote-purchase-input:focus{border-bottom:1px solid #3b82f6;color:#374151;width:9ch;cursor:text}.quote-purchase-currency{font-size:.68rem;color:#94a3b8;white-space:nowrap;line-height:1.4}.margin-info{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:.67rem;font-weight:500;line-height:1.2;white-space:normal;padding:1px 5px;border-radius:4px;justify-content:flex-end}.margin-info-main{white-space:nowrap}.margin-info--positive{color:#15803d;background:#dcfce7}.margin-info--warning{color:#92400e;background:#fef9c3}.margin-info--negative{color:#b91c1c;background:#fee2e2}.margin-info--unknown{color:#94a3b8;background:#f1f5f9;font-weight:400}.order-detail-items-table th:nth-child(1),.order-detail-items-table td:nth-child(1),.invoice-detail-items-table th:nth-child(1),.invoice-detail-items-table td:nth-child(1){width:88px}.order-detail-items-table th:nth-child(3),.order-detail-items-table td:nth-child(3),.invoice-detail-items-table th:nth-child(3),.invoice-detail-items-table td:nth-child(3){width:84px;padding-right:0}.order-detail-items-table th:nth-child(4),.order-detail-items-table td:nth-child(4),.invoice-detail-items-table th:nth-child(4),.invoice-detail-items-table td:nth-child(4){width:141px;padding-left:0}.order-detail-items-table th:nth-child(5),.order-detail-items-table td:nth-child(5),.invoice-detail-items-table th:nth-child(5),.invoice-detail-items-table td:nth-child(5){width:64px;padding-left:10px}.order-detail-items-table th:nth-child(6),.order-detail-items-table td:nth-child(6),.invoice-detail-items-table th:nth-child(6),.invoice-detail-items-table td:nth-child(6){width:121px;white-space:nowrap}.order-detail-items-table th:nth-child(7),.order-detail-items-table td:nth-child(7),.invoice-detail-items-table th:nth-child(7),.invoice-detail-items-table td:nth-child(7){width:56px}.order-detail-items-table th:nth-child(4),.order-detail-items-table td:nth-child(4),.order-detail-items-table th:nth-child(5),.order-detail-items-table td:nth-child(5),.order-detail-items-table th:nth-child(6),.order-detail-items-table td:nth-child(6),.invoice-detail-items-table th:nth-child(4),.invoice-detail-items-table td:nth-child(4),.invoice-detail-items-table th:nth-child(5),.invoice-detail-items-table td:nth-child(5),.invoice-detail-items-table th:nth-child(6),.invoice-detail-items-table td:nth-child(6){padding-left:5px;padding-right:5px}.order-detail-items-table .order-detail-qty-wrap,.order-detail-items-table .order-detail-price-wrap,.order-detail-items-table .order-detail-vat-wrap,.invoice-detail-items-table .invoice-detail-qty-wrap,.invoice-detail-items-table .invoice-detail-price-wrap,.invoice-detail-items-table .invoice-detail-vat-wrap{justify-content:flex-end;gap:2px;align-items:center}.order-detail-items-table .order-detail-qty-input,.order-detail-items-table .order-detail-price-input,.order-detail-items-table .order-detail-vat-input,.invoice-detail-items-table .invoice-detail-qty-input,.invoice-detail-items-table .invoice-detail-price-input,.invoice-detail-items-table .invoice-detail-vat-input{flex:0 0 auto;min-width:0;text-align:right!important;line-height:1}.order-detail-items-table td:nth-child(3) input.order-detail-qty-input,.invoice-detail-items-table td:nth-child(3) input.invoice-detail-qty-input{width:46px!important;max-width:46px!important;flex:0 0 46px!important;padding:0!important}.order-detail-items-table td:nth-child(4) input.order-detail-price-input,.invoice-detail-items-table td:nth-child(4) input.invoice-detail-price-input{width:108px!important;max-width:108px!important;flex:0 0 108px!important;padding:0!important;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.order-detail-items-table td:nth-child(5) input.order-detail-vat-input,.invoice-detail-items-table td:nth-child(5) input.invoice-detail-vat-input{width:22px!important;max-width:22px!important;flex:0 0 22px!important;padding:0!important;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.order-detail-items-table .order-item-price-currency,.invoice-detail-items-table .order-item-price-currency{display:inline-flex;align-items:center;line-height:1}.quote-fx-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:4px}.quote-currency-field .quote-currency-row{display:flex;align-items:center;gap:8px}.quote-currency-field .quote-currency-row>select{width:72px;min-width:72px;max-width:72px}.quote-fx-meta--inline{margin-top:0;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;flex:1 1 auto;min-width:0}.quote-fx-text{font-size:.64rem;color:#64748b;line-height:1.2;display:inline-flex;flex-direction:column;align-items:flex-start}.quote-fx-line-main{white-space:nowrap}.quote-fx-line-date{font-size:.6rem;color:#94a3b8}.quote-fx-refresh-btn{min-width:26px;height:22px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem}.order-items-table td:nth-child(3) input::-webkit-outer-spin-button,.order-items-table td:nth-child(3) input::-webkit-inner-spin-button,.order-items-table td:nth-child(4) input::-webkit-outer-spin-button,.order-items-table td:nth-child(4) input::-webkit-inner-spin-button,.order-items-table td:nth-child(5) input::-webkit-outer-spin-button,.order-items-table td:nth-child(5) input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.order-item-price-wrap{display:flex;align-items:center;gap:4px;justify-content:flex-end}.order-item-price-wrap input{flex:1;min-width:0;text-align:right}.order-item-price-currency{font-size:12px;color:#6b7280;white-space:nowrap;font-weight:500;flex-shrink:0}.order-items-table .amount-cell{text-align:right;white-space:nowrap;font-weight:700;vertical-align:middle}.order-items-table .action-cell{text-align:right;white-space:nowrap;vertical-align:middle}.order-create-form .is-invalid-field{border-color:#ef4444!important;box-shadow:0 0 0 1px #ef444426}.order-items-table td.is-invalid-cell{background:#ef444412;box-shadow:inset 0 0 0 1px #ef444459}.order-create-notes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.order-add-item{margin-top:10px;display:inline-flex;align-items:center;gap:6px;border:none;background:#1abc9c0f;color:#1abc9c;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;padding:10px 14px;border-radius:999px;transition:background .15s ease,color .15s ease,transform .15s ease}.order-add-item:hover{background:#1abc9c1f;color:#0f766e;transform:translateY(-1px)}.order-items-actions{display:flex;gap:10px;flex-wrap:wrap}.order-add-discount{background:#22c55e1a;color:#15803d}.order-add-discount:hover{background:#22c55e2e;color:#166534}.order-summary-list{display:flex;flex-direction:column;gap:8px;margin-top:12px;border-radius:14px;padding:12px;background:#f8fafc}.order-summary-list>div{display:flex;justify-content:space-between;align-items:center;font-size:14px}.order-summary-list .total-row{border-top:1px solid #e5e7eb;padding-top:8px;margin-top:4px;align-items:flex-start}.order-summary-list .total-row strong{font-size:30px;color:#0f2b46}.order-summary-total-value{display:block;max-width:100%;text-align:right;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(22px,2vw,30px)!important;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.order-summary-total-stack{display:grid;justify-items:end;text-align:right;gap:2px}.order-summary-total-czk{font-size:13px;color:#64748b;line-height:1.25}.order-summary-margin-row{margin-top:2px;padding-top:6px;border-top:1px solid #e5e7eb}.order-summary-margin-values{display:grid;justify-items:end;text-align:right;gap:2px}.order-summary-margin-values strong{font-size:14px;color:#16a34a;font-weight:600}.order-summary-list .total-row .order-summary-margin-values strong{font-size:14px}.order-summary-margin-czk{font-size:13px;color:#16a34a;line-height:1.25}.order-summary-margin-row>span{align-self:start}.order-summary-card h2{font-size:20px}.order-summary-draft{margin:0;font-size:14px;color:#6b7280}.order-summary-actions{display:grid;gap:10px;margin-top:14px}.order-summary-actions .btn-create,.order-summary-actions .btn-muted{width:100%;justify-content:center}.document-email-panel{margin-top:14px;display:grid;gap:12px;padding-top:14px;border-top:1px solid rgba(148,163,184,.22)}.document-email-hint,.document-email-target-note{margin:0;font-size:13px;line-height:1.5;color:#475569}.document-email-panel label{display:grid;gap:6px}.document-email-actions{display:grid;gap:10px}.document-email-actions .btn-create,.document-email-actions .btn-muted{width:100%;justify-content:center}.order-side-title{margin:0 0 10px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.order-history-item{margin-bottom:10px}.order-history-item p{margin:0;font-size:13px;color:#0f172a}.order-history-item small{color:#6b7280;font-size:12px}.order-activity-timeline{position:relative;display:flex;flex-direction:column;gap:14px;padding-left:16px}.order-activity-event{position:relative;padding-left:16px}.order-activity-event:before{content:"";position:absolute;left:-2px;top:14px;bottom:-18px;width:2px;background:#1abc9c73}.order-activity-event.is-last:before{display:none}.order-activity-dot{position:absolute;left:-7px;top:6px;width:10px;height:10px;border-radius:9999px;background:#14b8a6;box-shadow:0 0 0 3px #ecfeff}.order-activity-title{margin:0;color:#0f172a;font-size:15px;font-weight:700}.order-activity-time{display:block;margin-top:2px;color:#6b7280;font-size:12px}.order-activity-detail{display:block;margin-top:2px;color:#334155;font-size:12px;font-style:italic}.order-linked-document-card{align-items:center;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 6px 18px #0f172a0d}.order-linked-document-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.order-linked-document-icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.order-linked-document-icon .material-symbols-outlined{font-size:20px}.order-linked-document-icon.is-invoice{background:#eff6ff;color:#1d4ed8}.order-linked-document-icon.is-payment{background:#ecfdf5;color:#059669}.order-linked-document-icon.is-order{background:#ecfeff;color:#0891b2}.order-linked-document-icon.is-generic{background:#f1f5f9;color:#475569}.order-linked-document-content{min-width:0;flex:1}.order-linked-document-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.order-linked-document-type{font-size:11px;font-weight:700;color:#0f766e;letter-spacing:.06em;text-transform:uppercase}.order-linked-document-relation{font-size:11px;color:#64748b}.order-linked-document-number{display:block;color:#0f172a;font-size:14px;font-weight:700;line-height:1.25}.order-linked-document-meta{margin-top:4px}.order-linked-document-arrow{color:#94a3b8;font-size:18px;flex-shrink:0}.order-linked-document-card:hover .order-linked-document-arrow{color:#0f766e}.order-linked-document-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:64px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:none;width:100%;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.order-linked-document-row:hover{border-color:#d1d5db;background:#fff}.order-linked-document-row .order-linked-document-icon{width:22px;height:22px;border-radius:0;color:#14b8a6;background:transparent;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.order-linked-document-row .order-linked-document-icon .material-symbols-outlined{font-size:22px}.order-linked-document-name{display:block;flex:1;min-width:0;font-size:13px;line-height:1.2;font-weight:500;color:#374151;letter-spacing:0;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-item-remove-btn{width:32px;height:32px;border-radius:10px}.order-item-remove-btn .material-symbols-outlined{font-size:18px}@media(max-width:1100px){.order-create-layout,.order-create-notes-grid{grid-template-columns:1fr}.order-identity-top,.order-identity-meta-grid,.order-create-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.order-create-grid-2,.order-create-grid-4,.order-identity-top,.order-identity-meta-grid{grid-template-columns:1fr}.order-items-table-wrap{overflow-x:auto;overflow-y:visible}.order-linked-document-topline{flex-direction:column;align-items:flex-start}.order-create-header{align-items:flex-start}}@media(max-width:920px){.client-form-grid{grid-template-columns:1fr}}.clients-page{width:100%;color:#1f2937}.btn-muted,.btn-danger{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:10px;padding:9px 12px;font-weight:600;cursor:pointer}.btn-danger{border-color:#fecaca;color:#b91c1c;background:#fff}.btn-danger:hover{background:#fef2f2}.btn-danger:disabled,.btn-muted:disabled,.pager-btn:disabled,.icon-btn:disabled,.btn-create:disabled{opacity:.55;cursor:not-allowed}.clients-page .toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.clients-page .toolbar-filters{display:flex;flex:1;min-width:320px;gap:8px;flex-wrap:wrap}.clients-page .input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.clients-page .search-wrap{min-width:260px;flex:1}.clients-page .input-wrap .material-symbols-outlined{font-size:18px;color:#9ca3af;margin-left:10px}.clients-page .input-wrap input,.clients-page .input-wrap select{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:140px}.clients-page .search-wrap input{width:100%;padding-left:8px}.clients-page .toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}.clients-page .btn-muted,.clients-page .btn-danger{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:10px;padding:9px 12px;font-weight:600;cursor:pointer}.clients-page .btn-muted:hover{border-color:#1abc9c;color:#0f766e}.clients-page .btn-danger{border-color:#fecaca;color:#b91c1c;background:#fff}.clients-page .btn-danger:hover{background:#fef2f2}.clients-page .btn-danger:disabled,.clients-page .btn-muted:disabled,.clients-page .pager-btn:disabled,.clients-page .icon-btn:disabled,.clients-page .btn-create:disabled{opacity:.55;cursor:not-allowed}.clients-page .table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.clients-page .table-wrap{overflow-x:auto}.clients-page .table-card table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed}.clients-page .table-card th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}.clients-page .table-card th.sortable-col{cursor:pointer}.clients-page .table-card th.sortable-col:hover{color:#374151}.clients-page .table-card td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#4b5563;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clients-page .checkbox-col{width:40px;text-align:center}.clients-page .name-cell,.clients-page .email-col,.clients-page .reg-col,.clients-page .vat-col,.clients-page .phone-col,.clients-page .city-col{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clients-page .checkbox-col{width:40px}.clients-page .name-cell{width:20%}.clients-page .reg-col,.clients-page .vat-col{width:14%}.clients-page .email-col{width:18%}.clients-page .phone-col,.clients-page .city-col{width:10%}.clients-page .date-col{width:11%}.clients-page .actions-col{width:90px}.invoices-page .table-card table{width:100%;border-collapse:collapse}.invoices-page .table-card th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;border-bottom:1px solid #e5e7eb}.invoices-page .table-card th.sortable-col{cursor:pointer}.invoices-page .table-card th.sortable-col:hover{color:#374151}.invoices-page .table-card td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#4b5563}.checkbox-col{width:40px;text-align:center}.clients-page .actions-col{width:96px;text-align:right}.clients-page .date-col{white-space:nowrap;text-align:center}.clients-page .name-cell{font-weight:600;color:#111827}.clients-page .client-row{cursor:pointer}.clients-page .client-row:hover{background:#f9fafb}.clients-page .row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;opacity:1}.clients-page .icon-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.client-row:hover .icon-btn{background:#f8fafc;color:#64748b}.table-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:#6b7280;font-size:12px}.footer-left,.footer-right{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.products-pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.products-pager-btn .material-symbols-outlined{font-size:18px}.products-pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.page-pill{min-width:28px;height:28px;border-radius:7px;background:#1abc9c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.pager-pages{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.page-number-btn{min-width:30px;text-align:center;border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:3px 8px;color:#111827;font-weight:600;cursor:pointer;transition:all .15s ease}.page-number-btn:hover{border-color:#1abc9c;color:#0f766e;background:#fff}.page-number-btn.is-active{border-color:#1abc9c;background:#f0fdfa;color:#0f766e}.page-gap{min-width:18px;text-align:center;color:#94a3b8;font-weight:700}.dashboard{width:100%;display:grid;gap:20px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.kpi-card{background:#fff;border:1px solid #f0f2f5;border-radius:14px;padding:18px;box-shadow:0 1px 3px #0000000f}.kpi-head{display:flex;align-items:start;justify-content:space-between;gap:10px}.kpi-label{font-size:13px;color:#6b7280}.kpi-value{margin-top:6px;font-size:28px;line-height:1.1;color:#111827}.kpi-meta{margin-top:10px;font-size:12px;color:#6b7280}.kpi-icon{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.kpi-icon.teal{background:#1abc9c26;color:#1abc9c}.kpi-icon.blue{background:#3b82f626;color:#2563eb}.kpi-icon.purple{background:#7c3aed26;color:#7c3aed}.kpi-icon.orange{background:#f9731626;color:#ea580c}.layout-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.panel{background:#fff;border:1px solid #f0f2f5;border-radius:14px;box-shadow:0 1px 3px #0000000f;padding:18px}.panel h3{font-size:18px;color:#111827}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ghost-btn{border:1px solid #d1d5db;background:#fff;border-radius:8px;font-size:13px;padding:6px 10px;cursor:pointer}.chart-placeholder{height:260px;border-radius:12px;background:linear-gradient(180deg,#f8fffe,#eefaf7);border:1px solid #d1fae5;padding:16px}.chart-placeholder svg{width:100%;height:100%}.right-stack{display:grid;gap:16px}.action-list{margin-top:12px;display:grid;gap:10px}.action-btn{text-decoration:none;border:1px solid #e5e7eb;background:#f9fafb;color:#374151;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600}.action-btn.action-primary{background:#1abc9c;border-color:#1abc9c;color:#fff}.panel-tip{background:linear-gradient(160deg,#0f2b46,#163b5c);color:#fff}.panel-tip h4{font-size:17px;margin-bottom:8px}.panel-tip p{color:#ffffffe6;margin-bottom:10px;font-size:14px}.tip-link{color:#1abc9c;text-decoration:none;font-size:13px;font-weight:700}th,td{padding:12px;border-bottom:1px solid #f1f5f9;text-align:left;font-size:14px}th{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.status-pill{border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700}.status-paid{background:#10b9811f;color:#166534}.status-issued{background:#f59e0b1f;color:#92400e}.status-cancelled{background:#ef44441f;color:#991b1b}.status-draft{background:#6b72801f;color:#374151}.status-message{margin-top:10px;font-size:13px;color:#6b7280}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-grid{grid-template-columns:1fr}}@media(max-width:720px){.kpi-grid{grid-template-columns:1fr}}.invoices-page{width:100%;color:#1f2937}.invoices-page .toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.invoices-page .toolbar-filters{display:flex;flex:1;min-width:320px;gap:8px;flex-wrap:wrap}.invoices-page .input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.invoices-page .search-wrap{min-width:260px;flex:1}.invoices-page .input-wrap .material-symbols-outlined{font-size:18px;color:#9ca3af;margin-left:10px}.invoices-page .input-wrap input,.invoices-page .input-wrap select{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:140px}.invoices-page .search-wrap input{width:100%;padding-left:8px}.invoices-page .toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-create:disabled,.btn-muted:disabled,.btn-primary:disabled,.pager-btn:disabled,.icon-btn:disabled{opacity:.55;cursor:not-allowed}.invoices-page .table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.invoices-page .table-wrap{overflow-x:auto}.invoices-page .table-card table{width:100%;border-collapse:collapse;table-layout:auto}.table-card th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;border-bottom:1px solid #e5e7eb}.table-card th.sortable-col{cursor:pointer}.table-card th.sortable-col:hover{color:#374151}.table-card td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#4b5563}.invoices-page .table-card th:first-child,.invoices-page .table-card td:first-child{padding-right:3px}.invoices-page .table-card th.client-col,.invoices-page .table-card td.client-col{padding-left:0}.invoice-row:hover{background:#f9fafb}.invoice-row{cursor:pointer}.invoice-number{font-weight:600;color:#374151;white-space:nowrap}.client-name{font-weight:600;color:#111827;white-space:normal;overflow-wrap:anywhere}.overdue{color:#dc2626;font-weight:600}.table-card th.amount-col,.table-card td.amount-col{text-align:right}.table-card th.status-col,.table-card td.status-col,.table-card th.date-col,.table-card td.date-col{text-align:center;white-space:nowrap}.status-paid{background:#dcfce7;color:#166534;border-color:#bbf7d0}.status-issued{background:#fef3c7;color:#92400e;border-color:#fde68a}.status-draft{background:#e5e7eb;color:#374151;border-color:#d1d5db}.invoices-page .status-pill.status-paid{color:#166534}.invoices-page .status-pill.status-issued{color:#92400e}.invoices-page .actions-col{text-align:right;white-space:nowrap;width:1%}.invoices-page .row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:nowrap;width:auto;margin-left:auto}.invoices-page .icon-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.invoices-page .icon-btn .material-symbols-outlined{font-size:16px}.invoices-page .icon-btn:hover{background:#f3f4f6;color:#1abc9c}.invoices-page .icon-btn.danger:hover{background:#fef2f2;color:#ef4444}.invoice-row:hover .icon-btn{background:#f8fafc;color:#64748b}.invoices-page .table-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:#6b7280;font-size:12px}.invoices-page .footer-left,.invoices-page .footer-right{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.invoices-page .footer-left select{border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;padding:4px 8px;font-size:12px}.invoices-page .pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.invoices-page .pager-btn .material-symbols-outlined{font-size:18px}.invoices-page .pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.invoices-page .page-pill{min-width:28px;height:28px;border-radius:7px;background:#1abc9c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.invoice-form-card{margin-top:14px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.invoice-form-card h3{margin:0 0 12px;color:#111827}.invoice-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.invoice-form-grid label{display:flex;flex-direction:column;gap:6px;color:#6b7280;font-size:13px}.invoice-form-grid input,.invoice-form-grid select,.invoice-form-grid textarea{border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;padding:9px 10px;font-size:14px}.preview-label{align-self:end}.form-actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.status-message{margin:10px 2px 0;color:#6b7280;font-size:13px;white-space:pre-wrap}@media(max-width:900px){.invoice-form-grid{grid-template-columns:minmax(0,1fr)}}.landing-page{min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a;background:#f8fafc}.container{width:min(1200px,100% - 48px);margin:0 auto}.landing-page .topbar{position:sticky;top:0;z-index:60;background:#1e3a5f;color:#fff;box-shadow:0 8px 18px #0f172a33}.topbar-inner{min-height:76px;display:flex;align-items:center;justify-content:flex-start;gap:20px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:700;font-size:22px}.brand-icon{width:26px;height:26px;color:#2dd4bf}.topnav{display:flex;align-items:center;gap:28px;margin-left:auto}.topnav a{color:#e2e8f0;text-decoration:none;font-weight:500}.topnav a:hover{color:#2dd4bf}.topbar-actions{display:flex;align-items:center;gap:10px}.btn{border:1px solid transparent;border-radius:10px;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.btn-outline{border-color:#ffffffa6;color:#fff;background:transparent}.btn-outline:hover{background:#fff;color:#1e3a5f}.btn-teal{background:#14b8a6;color:#fff}.btn-teal:hover{background:#0d9488}.btn-ghost{border-color:#cbd5e199;color:#cbd5e1}.btn-ghost:hover{border-color:#fff;color:#fff}.hero{background:#1e3a5f;padding:84px 0 110px;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.hero-content h1{margin:0 0 18px;color:#fff;font-size:clamp(38px,5vw,64px);line-height:1.05;font-weight:800}.hero-content p{max-width:560px;color:#cbd5e1;font-size:18px}.hero-actions{margin-top:26px;display:flex;gap:12px;flex-wrap:wrap}.hero-visual-wrap{position:relative}.hero-visual-glow{position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;background:#2dd4bf33;border-radius:20px;filter:blur(22px)}.hero-visual{position:relative;background:#0f172a;border:1px solid rgba(148,163,184,.25);border-radius:16px;padding:20px;color:#e2e8f0}.hero-visual-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-weight:600}.status-pill{font-size:12px;background:#14b8a633;color:#5eead4;padding:4px 10px;border-radius:999px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.hero-stat{background:#1e293b;border-radius:10px;padding:10px}.hero-stat strong{display:block;font-size:20px;color:#f8fafc}.hero-stat small{color:#94a3b8;font-size:12px}.hero-bars{display:grid;gap:10px}.bar-row{display:grid;grid-template-columns:70px 1fr;align-items:center;gap:10px;font-size:13px;color:#cbd5e1}.bar{height:8px;border-radius:999px;background:#334155;overflow:hidden}.bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#14b8a6,#22d3ee)}.section{padding:74px 0}.section-light{background:#f8fafc}.section-white{background:#fff}.section-dark{background:#0f172a;color:#fff}.section-head{text-align:center;margin-bottom:34px}.section-head h2{font-size:clamp(30px,3.4vw,42px);margin-bottom:10px}.section-head p{color:#64748b;font-size:18px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.feature-icon{width:44px;height:44px;border-radius:12px;background:#e6fffb;display:grid;place-items:center;font-size:20px;margin-bottom:12px}.feature-card h3{margin:0 0 8px;font-size:18px}.feature-card p{margin:0;color:#64748b}.billing-toggle-container{display:flex;align-items:center;justify-content:center;gap:12px;margin:8px 0 26px;padding:16px;background:#f1f5f9;border-radius:12px}.billing-label{font-weight:500}.billing-badge{display:inline-block;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:2px 8px;border-radius:999px;font-size:12px;margin-left:6px}.billing-switch{position:relative;display:inline-block;width:52px;height:28px}.billing-switch input{opacity:0;width:0;height:0}.billing-slider{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background:#cbd5e1;border-radius:999px;transition:.25s}.billing-slider:before{content:"";position:absolute;height:20px;width:20px;left:4px;top:4px;border-radius:50%;background:#fff;transition:.25s}.billing-switch input:checked+.billing-slider{background:linear-gradient(135deg,#22c55e,#16a34a)}.billing-switch input:checked+.billing-slider:before{transform:translate(24px)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:14px;padding:24px}.pricing-card.featured{border-color:#14b8a6;box-shadow:0 16px 28px #14b8a626}.pricing-badge{display:inline-flex;background:#e2e8f0;color:#334155;font-size:12px;font-weight:700;border-radius:999px;padding:4px 10px;margin-bottom:10px}.pricing-card.featured .pricing-badge{background:#ccfbf1;color:#0f766e}.pricing-card h3{margin:0;font-size:24px}.pricing-description{margin:8px 0 14px;color:#64748b}.pricing-price{font-size:36px;line-height:1.1;font-weight:800}.pricing-period{color:#64748b;margin-bottom:14px}.landing-pricing-features{margin:0 0 14px;padding-left:18px;display:grid;gap:6px;color:#334155}.landing-pricing-features li{line-height:1.4}.pricing-btn{width:100%}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.contact-inner h2{font-size:clamp(30px,3vw,42px);margin:0 0 8px}.contact-inner p{color:#cbd5e1;margin:0}.contact-actions{display:flex;gap:10px;flex-wrap:wrap}.legal-info{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.legal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.legal-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.legal-card h3{margin:0 0 8px;font-size:18px}.legal-card p{margin:0;color:#64748b;line-height:1.5}.legal-link{margin-top:10px;display:inline-flex;color:#0f766e;font-weight:600;text-decoration:none}.legal-link:hover{color:#0d9488}.landing-footer{background:#0b1220;color:#cbd5e1;padding:44px 0 20px}.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:22px}.footer-brand-col p{margin:10px 0 0;color:#94a3b8;line-height:1.6;max-width:420px}.footer-brand{display:inline-flex;font-size:22px;font-weight:700;color:#f8fafc;text-decoration:none}.footer-brand:hover{color:#2dd4bf}.footer-links-col h4{margin:0 0 10px;color:#f8fafc;font-size:15px}.footer-links-col ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}.footer-links-col a{color:#cbd5e1;text-decoration:none}.footer-links-col a:hover{color:#2dd4bf}.footer-bottom{border-top:1px solid rgba(148,163,184,.2);margin-top:24px;padding-top:14px;color:#94a3b8}.cookie-settings-btn{position:fixed;right:16px;bottom:16px;z-index:80;border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-color);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 10px 24px #0f172a24}.cookie-banner{position:fixed;right:12px;bottom:12px;z-index:90;width:min(460px,calc(100vw - 24px))}.cookie-banner-content{width:100%;background:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);border-radius:12px;padding:14px;box-shadow:0 16px 34px #0f172a38;position:relative}.cookie-banner-minimize{position:absolute;top:8px;right:8px;width:28px;height:28px;border:1px solid var(--border-color);background:#fff;color:var(--text-muted);border-radius:999px;cursor:pointer;font-size:18px;line-height:1}.cookie-banner-minimize:hover{color:var(--text-color)}.cookie-banner-content h3{margin:0;font-size:18px}.cookie-banner-content p{margin:8px 0 0;color:var(--text-muted);font-size:14px}.cookie-options{margin-top:10px;display:grid;gap:8px}.cookie-option{display:flex;align-items:center;gap:8px;font-size:14px}.cookie-option-disabled{color:var(--text-muted)}.cookie-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.cookie-btn{min-width:138px}.legal-page-view{min-height:100%;background:#f8fafc;padding:46px 0 70px}.legal-page-container{max-width:920px}.legal-page-head h1{margin:0 0 18px;font-size:clamp(32px,4vw,44px);color:#0f172a}.legal-page-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px}.legal-page-content{white-space:pre-line;color:#334155;line-height:1.7;font-size:16px}.btn-outline-light{border-color:#cbd5e1cc;color:#e2e8f0}.btn-outline-light:hover{color:#0f172a;background:#fff}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr}.hero-content{text-align:center}.hero-content p{margin-inline:auto}.hero-actions{justify-content:center}}@media(max-width:680px){.cookie-settings-btn{right:10px;bottom:10px}.cookie-banner{right:10px;left:10px;width:auto}}@media(max-width:860px){.topbar-inner{min-height:64px}.topnav{display:none}.topbar-actions{margin-left:auto}.container{width:min(1200px,100% - 28px)}.section{padding:56px 0}.contact-inner{flex-direction:column;align-items:flex-start}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer-inner{grid-template-columns:1fr}}.login-page{min-height:100vh;display:flex;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-brand-panel{display:none;position:relative;width:50%;padding:48px;color:#fff;flex-direction:column;justify-content:space-between}.brand-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f2b46,#0f2b46 45%,#111827);opacity:.92;z-index:0}.brand-image{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;mix-blend-mode:overlay;opacity:.2;z-index:0}.brand-top,.brand-content,.brand-links{position:relative;z-index:1}.brand-top{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.brand-logo-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#1abc9c33;border:1px solid rgba(26,188,156,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.brand-logo-icon{width:24px;height:24px;color:#1abc9c}.brand-name{font-size:1.6rem;font-weight:700}.brand-content{max-width:530px}.brand-content h1{font-size:2.2rem;line-height:1.2;margin:0 0 18px}.brand-content p{margin:0;color:#e0f2f1e0;font-size:1.06rem}.brand-links{display:flex;gap:22px;font-size:14px}.brand-links a{color:#9ca3af;text-decoration:none}.brand-links a:hover{color:#fff}.login-form-panel{width:100%;background:#fff;padding:32px;display:flex;justify-content:center;align-items:center;overflow-y:auto}.login-card{width:100%;max-width:460px}.mobile-brand{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:28px;font-weight:700;color:#0f2b46;text-decoration:none}.mobile-brand-icon{width:30px;height:30px;color:#1abc9c}.login-card-head h2{margin:0;font-size:2rem;color:#1a1a1a}.login-card-head p{margin:8px 0 0;color:#4a4a4a}.field-group{margin-top:18px}.login-card label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}.field-wrap{position:relative}.field-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-family:Material Symbols Outlined;font-size:20px;color:#9ca3af;pointer-events:none}input[type=email],input[type=password]{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:12px 12px 12px 42px;font-size:14px}input[type=checkbox]{accent-color:#1abc9c}.login-card input:focus{outline:none;border-color:#1abc9c;box-shadow:0 0 0 3px #1abc9c24}.form-meta-row{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.remember-wrap{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:14px;color:#374151;font-weight:500}.forgot-link{color:#1abc9c;font-size:14px;font-weight:600;text-decoration:none}.forgot-link:hover{color:#149179}.forgot-link-btn{border:none;background:transparent;padding:0;cursor:pointer}.btn-primary{margin-top:16px;width:100%;padding:12px 14px;border:none;border-radius:10px;background:#1abc9c;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 10px 20px #1abc9c4d}.btn-primary:hover{background:#149179}.social-divider{margin-top:24px;position:relative;text-align:center}.social-divider:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid #e5e7eb}.social-divider span{position:relative;background:#fff;padding:0 10px;font-size:13px;color:#6b7280}.social-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.social-btn{border:1px solid #d1d5db;border-radius:10px;height:42px;background:#fff;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;color:#6b7280}.social-btn:hover{background:#f9fafb}.social-icon{width:20px;height:20px}.register-text{margin-top:24px;text-align:center;font-size:14px;color:#4b5563}.register-link{color:#1abc9c;font-weight:600;text-decoration:none;margin-left:4px}.register-link:hover{color:#149179}.register-link-btn{border:none;background:transparent;padding:0;cursor:pointer}.alert{padding:10px 12px;border-radius:10px;margin-top:16px}@media(min-width:1024px){.login-brand-panel{display:flex}.login-form-panel{width:50%;padding:48px}.mobile-brand{display:none}}.product-detail-page{width:100%;color:#1f2937}.product-detail-form{display:grid;gap:16px}.product-detail-header{min-height:64px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.product-detail-header h1{margin:0;font-size:22px;line-height:1.2;color:#111827}.product-detail-header p{margin:4px 0 0;font-size:13px;color:#6b7280}.product-detail-header-actions{display:inline-flex;align-items:center;gap:8px}.product-detail-header-actions .btn-muted,.product-detail-header-actions .btn-primary{width:auto;min-width:96px;margin-top:0;height:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0 14px;flex:0 0 auto}.btn-muted,.btn-primary{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:10px;padding:9px 12px;font-weight:600;cursor:pointer}.btn-muted:hover{border-color:#1abc9c;color:#0f766e}.btn-muted:disabled,.btn-primary:disabled{opacity:.55;cursor:not-allowed}.product-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.product-form-card h2{margin:0 0 10px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#111827}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-form-card label{display:flex;flex-direction:column;gap:6px;color:#4b5563;font-size:13px}.full{grid-column:1 / -1}.product-form-card input,.product-form-card textarea,.product-form-card select{border:1px solid #d1d5db;border-radius:10px;padding:10px 11px;font-size:14px;background:#fff;color:#111827}.summary{margin:12px 0 0;color:#6b7280}.active-client-filter-banner{margin:-4px 0 10px;background:#f0fdfa;border:1px solid #99f6e4;color:#0f766e;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px}.active-client-filter-banner .btn-muted{width:auto;margin-top:0;min-height:34px;height:34px;padding:0 12px}.actions{margin-top:12px;display:flex;gap:8px}.muted{display:block;margin-top:10px;color:#9ca3af}.status-message{margin-top:10px;color:#6b7280;white-space:pre-wrap}.audit-history-card{background:#f8fafc;border-color:#e2e8f0;gap:8px}.audit-history-card h2{margin:0;font-size:11px;font-weight:700;color:#64748b;letter-spacing:.06em;text-transform:uppercase}.audit-history-card p,.audit-history-card div{margin:0;color:#64748b;font-size:12px}.audit-history-card strong{color:#111827}.product-attachments-card{margin-top:12px}.attachment-upload-btn{width:100%;margin-bottom:10px}.attachment-loading,.attachment-empty{font-size:.82rem;color:#6b7280;padding:4px 0}.attachment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.attachment-item{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:6px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:6px 8px;font-size:.8rem}.attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2937;min-width:0}.attachment-size{color:#9ca3af;white-space:nowrap;font-size:.75rem}.attachment-action{background:none;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;padding:2px 6px;font-size:.85rem;color:#374151;line-height:1.4;transition:background .15s}.attachment-action:hover{background:#f3f4f6}.attachment-delete{color:#dc2626;border-color:#fca5a5}.attachment-delete:hover{background:#fee2e2}@media(max-width:920px){.form-grid{grid-template-columns:1fr}.product-detail-header{padding:12px}.product-detail-header-actions{width:100%;justify-content:flex-end}}.products-page{width:100%;color:#1f2937}.products-page .toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.products-page .toolbar-filters{display:flex;flex:1;min-width:320px;gap:8px;flex-wrap:wrap}.products-page .input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.products-page .search-wrap{min-width:260px;flex:1}.products-page .input-wrap input,.products-page .input-wrap select{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:140px}.products-page .search-wrap input{width:100%}.products-page .toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-muted,.btn-danger,.btn-action,.pager-btn{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:10px;padding:9px 12px;font-weight:600;cursor:pointer}.bulk-actions{display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;padding:11px 14px;border:1px solid #fee2e2;border-radius:12px;background:#fff1f2}.btn-danger,.btn-action.danger{color:#b91c1c;border-color:#fecaca}.btn-danger:hover,.btn-action.danger:hover{background:#fef2f2}.btn-danger:disabled,.btn-muted:disabled,.pager-btn:disabled,.btn-create:disabled{opacity:.55;cursor:not-allowed}.products-page .table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.products-page .table-wrap{overflow-x:auto}.products-page .table-card table{width:100%;min-width:980px;border-collapse:collapse}.products-page .table-card th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;-webkit-user-select:none;user-select:none}.products-page .table-card th{border:1px solid #e5e7eb;border-left:none;border-right:none}.products-page .table-card td{padding:10px 8px;font-size:13px;color:#4b5563}.products-page .table-card td{border:1px solid #eef2f7;border-left:none;border-right:none}th.check-col,td.check-col{width:44px;text-align:center}.products-page .products-col-check{width:44px}.products-page .products-col-code{width:132px}.products-page .products-col-price{width:168px}.products-page .products-col-stock{width:110px}.products-page .products-col-status{width:130px}.products-page .products-col-actions,.products-page .products-col-created{width:172px}.products-page .table-card th:not(.check-col){cursor:pointer}.products-page .table-card th:not(.check-col):hover{color:#374151}.products-page .sort-indicator{margin-left:4px;font-size:10px;opacity:.5}.products-page .sort-indicator.active{opacity:1;color:#1abc9c}.products-page .product-row,.products-page .product-row td{cursor:pointer}.product-row:hover{background:#f9fafb}tr.inactive{background:#fef2f2}.mono{font-weight:600}.align-center{text-align:center}.products-page th.actions-col,.products-page td.actions-col{min-width:172px;text-align:center}.products-page .table-card thead th:nth-child(4),.products-page .table-card thead th:nth-child(5),.products-page .table-card thead th:nth-child(6){text-align:center}.products-page .table-card tbody td:nth-child(4),.products-page .table-card tbody td:nth-child(5),.products-page .table-card tbody td:nth-child(6){text-align:center}.products-page .table-card thead th:nth-child(8),.products-page .table-card tbody td:nth-child(8){text-align:right;padding-right:12px}.products-page .row-actions{display:flex;justify-content:center;gap:4px}.products-page .icon-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.icon-btn .material-symbols-outlined{font-size:16px}.icon-btn:hover{background:#f3f4f6;color:#1abc9c}.product-row:hover .icon-btn{background:#f8fafc;color:#64748b}.icon-btn.danger:hover{background:#fef2f2;color:#ef4444}.status-active{background:#dcfce7;color:#166534;border-color:#bbf7d0}.status-inactive{background:#fee2e2;color:#991b1b;border-color:#fecaca}.table-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px}.footer-left,.footer-right{display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px}.footer-left{flex-wrap:nowrap;white-space:nowrap}.footer-left .per-page-label{white-space:nowrap}.footer-left select{border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;padding:4px 8px;font-size:12px}.pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pager-btn .material-symbols-outlined{font-size:18px}.pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.page-pill{min-width:30px;text-align:center;border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:3px 8px;color:#111827;font-weight:600}@media(max-width:768px){.products-page .toolbar{padding:10px;gap:10px}.products-page .toolbar-filters,.products-page .search-wrap{min-width:0;width:100%}.products-page .select-wrap{min-width:160px}.products-page .toolbar-actions{width:100%;justify-content:flex-end}.products-page .table-card table{min-width:860px}.products-page .table-footer{flex-direction:column;align-items:flex-start;gap:8px}.products-page .footer-left,.products-page .footer-right,.products-page .bulk-actions{width:100%;justify-content:space-between;flex-wrap:wrap}}@media(max-width:560px){.products-page .page-head{flex-direction:column;align-items:stretch;gap:10px}.products-page .btn-create{width:100%;justify-content:center}.products-page .toolbar-actions{justify-content:stretch}.products-page .toolbar-actions .btn-muted{flex:1;text-align:center}.products-page .table-card table{min-width:780px}}.profile-view{width:100%;display:grid;gap:16px}.profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.profile-head-title{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:24px;color:#111827}.profile-head-title .material-symbols-outlined{color:#1abc9c}.profile-head-subtitle{margin:4px 0 0;color:#6b7280;font-size:13px}.profile-save-btn{border:1px solid #1abc9c;background:#1abc9c;color:#fff;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.profile-save-btn:hover{background:#16a085;border-color:#16a085}.profile-save-btn:disabled{opacity:.65;cursor:not-allowed}.profile-save-btn-large{min-height:0;min-width:0;padding:10px 14px;font-size:14px;font-weight:600;letter-spacing:0;gap:8px;border:1px solid #1abc9c;border-radius:10px;background:#1abc9c;box-shadow:none}.profile-save-btn-large .material-symbols-outlined{font-size:18px}.profile-save-btn-large:hover{background:#16a085;border-color:#16a085;transform:none}.profile-alert{padding:10px 12px;border-radius:10px;font-size:13px}.profile-alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.profile-alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.profile-summary-card,.profile-main-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f}.profile-summary-card{padding:14px}.profile-summary-card h2{margin:0 0 10px;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.profile-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.profile-summary-grid-compact{grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px}.profile-summary-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.profile-summary-item p{margin:0 0 4px;font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase}.profile-summary-item strong{font-size:12px;color:#111827}.profile-tabs{display:flex;flex-wrap:wrap;gap:2px;padding:0 8px;border-bottom:1px solid #e5e7eb}.profile-tab{border:none;border-bottom:2px solid transparent;background:transparent;color:#6b7280;padding:10px 12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.profile-tab.active{border-bottom-color:#1abc9c;color:#0f766e}.profile-tab-content{padding:16px}.profile-edit-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.profile-edit-column{display:grid;gap:10px;align-content:start}.profile-edit-column h3,.profile-password-wrap h3,.profile-preferences-grid h3{margin:0;font-size:12px;font-weight:700;color:#0f766e;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.profile-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#4b5563}.profile-field input,.profile-field select{border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:8px 10px;font-size:13px;color:#111827}.profile-field input:focus,.profile-field select:focus{outline:none;border-color:#1abc9c;box-shadow:0 0 0 2px #1abc9c26}.profile-two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bank-heading{margin-top:8px!important}.profile-password-wrap{max-width:520px;margin:0;display:grid;gap:10px}.profile-security-2fa-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #dbeafe;border-radius:10px;background:#f8fafc}.profile-security-2fa-row strong{font-size:13px;color:#0f172a}.profile-security-2fa-help{margin:4px 0 0;color:#6b7280;font-size:12px}.profile-password-wrap p{margin:-2px 0 6px;color:#6b7280;font-size:12px}.profile-password-wrap small{color:#6b7280;font-size:11px}.profile-billing-banner{margin-bottom:12px;border:1px solid rgba(26,188,156,.25);background:#f0fdfa;border-radius:10px;padding:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-billing-banner p{margin:0 0 4px;color:#0f766e;font-size:10px;text-transform:uppercase;font-weight:700}.profile-billing-banner strong{color:#111827;font-size:13px}.profile-billing-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.profile-billing-actions .profile-save-btn{width:auto;min-width:220px}.profile-billing-actions-inline{margin-top:2px}.profile-billing-actions-inline .profile-save-btn{min-width:210px}.profile-subscription-head{display:grid;gap:2px;margin-bottom:12px}.profile-subscription-head h3{margin:0;font-size:18px;font-weight:800;color:#111827}.profile-subscription-head p{margin:0;font-size:12px;color:#6b7280}.profile-billing-toggle-wrap{display:flex;justify-content:center;margin-bottom:14px}.profile-billing-toggle{display:inline-flex;align-items:center;gap:4px;background:#e5e7eb;border-radius:10px;padding:4px}.profile-billing-toggle-btn{border:none;border-radius:8px;background:transparent;color:#4b5563;font-size:12px;font-weight:700;padding:8px 12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.profile-billing-toggle-btn.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0f172a26}.profile-billing-discount-pill{background:#1abc9c2e;color:#0f766e;font-size:10px;font-weight:700;border-radius:999px;padding:2px 7px}.profile-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px}.profile-pricing-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px;display:grid;gap:10px}.profile-pricing-card.featured{border-color:#1abc9c;box-shadow:0 6px 14px #0f172a14}.profile-pricing-card.active{border-color:#0f766e;background:#f0fdfa}.profile-pricing-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.profile-pricing-card-head h4{margin:0;font-size:15px;color:#111827}.profile-pricing-badge{font-size:10px;font-weight:800;color:#fff;background:#1abc9c;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.profile-pricing-price-row{display:flex;align-items:baseline;gap:6px}.profile-pricing-price-row strong{font-size:24px;line-height:1;color:#111827}.profile-pricing-price-row span{font-size:12px;color:#6b7280}.profile-pricing-saving{color:#0f766e;font-size:11px;font-weight:700}.profile-pricing-features{margin:0;padding:0;list-style:none;display:grid;gap:6px;min-height:72px}.profile-pricing-features li{font-size:12px;color:#374151}.profile-account-edit-wrap{margin-top:12px;margin-bottom:10px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;padding:12px;display:grid;gap:10px}.profile-account-edit-wrap h3{margin:0;font-size:12px;font-weight:700;color:#0f766e;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px}.profile-wysiwyg-wrap{border:1px solid #d1d5db;border-radius:8px;background:#fff;overflow:hidden}.profile-wysiwyg-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.profile-wysiwyg-toolbar .profile-save-btn{min-width:0}.profile-wysiwyg-editor{min-height:200px;padding:10px;font-size:13px;color:#111827;white-space:pre-wrap;outline:none}.profile-wysiwyg-editor.disabled{background:#f9fafb;color:#6b7280;pointer-events:none}.profile-email-preview-wrap{border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#f8fafc;display:grid;gap:8px}.profile-email-preview-wrap h3{margin:0;font-size:12px;font-weight:700;color:#0f766e;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px}.profile-email-preview-wrap p{margin:0;font-size:12px;color:#374151}.profile-email-preview-body{border:1px solid #d1d5db;border-radius:8px;padding:10px;background:#fff;min-height:120px;font-size:13px;color:#111827}.profile-email-preview-body p{margin:0 0 8px}.profile-test-send-wrap{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px;margin-top:2px}.profile-test-send-wrap .profile-field{flex:1 1 320px}.profile-test-send-wrap .profile-save-btn{flex:0 0 auto;width:auto}.profile-email-template-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:stretch;margin-top:12px}.profile-email-template-actions .profile-save-btn{flex:0 0 auto;width:auto}.profile-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:10px}.profile-history-table{width:100%;border-collapse:collapse}.profile-history-table th,.profile-history-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;font-size:12px;text-align:left}.profile-history-table th{background:#f8fafc;color:#6b7280;text-transform:uppercase;font-size:10px;letter-spacing:.04em}.profile-history-table .amount-col{text-align:right}.profile-history-table .center-col{text-align:center}.profile-history-table .empty-row{text-align:center;color:#6b7280;padding:16px}.profile-preferences-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.profile-preferences-grid section{display:grid;gap:10px}.profile-preference-switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff}.profile-preference-switch-row strong{display:block;font-size:14px}.profile-preference-switch-row p{margin:2px 0 0;color:#6b7280;font-size:12px}.profile-currency-toggles-row{display:flex;align-items:center;gap:14px;border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;background:#fff}.profile-currency-toggles-label{font-size:13px;color:#374151;font-weight:500;flex:1}.profile-currency-toggle-item{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:#374151}@media(max-width:1100px){.profile-summary-grid,.profile-billing-banner{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-summary-grid-compact{grid-template-columns:repeat(3,minmax(120px,1fr))}.profile-pricing-grid{grid-template-columns:1fr}}@media(max-width:920px){.profile-edit-columns,.profile-two-cols,.profile-preferences-grid,.profile-summary-grid,.profile-billing-banner{grid-template-columns:1fr}.profile-billing-actions .profile-save-btn{width:100%;min-width:0}.profile-summary-grid-compact{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media(max-width:620px){.profile-summary-grid-compact{grid-template-columns:1fr}}.rates-page{width:100%;display:grid;gap:20px}.rates-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.rates-head h2{font-size:28px;line-height:1.2;color:#111827}.head-note{margin-top:4px;color:#6b7280;font-size:14px}.head-actions{display:flex;gap:10px;flex-wrap:wrap}.date-input{width:170px}.sync-btn{border:1px solid rgba(26,188,156,.25);background:#1abc9c1f;color:#0f766e;border-radius:10px;padding:10px 14px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.rate-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;box-shadow:0 1px 2px #0f172a0a;padding:16px;display:grid;gap:10px}.card-top{display:flex;align-items:center;justify-content:space-between}.pair-wrap{display:inline-flex;align-items:center;gap:8px}.flag{font-size:19px}.pair{font-size:13px;font-weight:700;color:#4b5563}.today-label{font-size:11px;color:#9ca3af}.price-wrap{display:flex;align-items:baseline;gap:6px}.price-wrap h3{font-size:26px;line-height:1;color:#111827}.price-wrap span{font-size:12px;color:#6b7280;font-weight:600}.trend-row{display:flex;align-items:center;justify-content:space-between}.trend-badge{font-size:12px;font-weight:700;border-radius:8px;padding:2px 6px;display:inline-flex;align-items:center;gap:3px}.trend-badge .material-symbols-outlined{font-size:14px}.trend-badge.up{color:#0f766e;background:#1abc9c1f}.trend-badge.down{color:#dc2626;background:#fee2e2}.trend-badge.flat{color:#6b7280;background:#f3f4f6}.spark{width:80px;height:30px}.main-grid{display:grid;grid-template-columns:2fr 1fr;gap:14px}.panel,.converter-panel{border-radius:14px;border:1px solid #eef2f7;background:#fff;box-shadow:0 1px 2px #0f172a0a}.chart-panel{padding:18px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.panel-head h3{color:#111827}.panel-head p{font-size:13px;color:#6b7280}.panel-filters{display:inline-flex;gap:8px;flex-wrap:wrap}.switch-group{display:inline-flex;background:#f3f4f6;border-radius:10px;padding:3px}.switch-btn{border:0;border-radius:8px;padding:5px 10px;font-size:12px;color:#6b7280;font-weight:700;background:transparent}.switch-btn.active{color:#111827;background:#fff;box-shadow:0 1px 2px #0f172a14}.chart-area{display:block}.chart-echarts{width:100%;height:340px;border-radius:12px;background:linear-gradient(180deg,#f8fafccc,#fff)}.empty-state{border:1px dashed #d1d5db;border-radius:12px;padding:30px 14px;text-align:center;color:#6b7280}.side-stack{display:grid;gap:14px}.converter-panel{background:#0f2b46;border-color:#163b5c;color:#fff;padding:18px}.converter-panel h3{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px}.converter-fields{display:grid;gap:10px}.converter-fields label{display:grid;gap:5px;font-size:12px;color:#cbd5e1}.converter-fields input,.converter-fields select{background:#123252;border:1px solid #1f4465;color:#fff}.convert-result{display:grid;gap:4px;padding:8px 0 4px}.convert-result span{color:#cbd5e1;font-size:13px}.convert-result strong{font-size:26px;color:#1abc9c;line-height:1}.convert-result small{color:#94a3b8;font-size:12px}.recalc-btn{border:0;border-radius:10px;background:#1abc9c;color:#fff;padding:10px 12px;font-weight:700}.table-panel{overflow:hidden}.table-head{padding:14px 16px;border-bottom:1px solid #eef2f7}.table-head h3{font-size:16px;color:#111827}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:#f8fafc}th{text-align:left;color:#6b7280;font-size:11px;text-transform:uppercase;font-weight:700;padding:10px 14px}td{padding:11px 14px;border-top:1px solid #f1f5f9;color:#374151;font-size:14px}.align-right{text-align:right}.strong{color:#111827;font-weight:700}.status-note{color:#6b7280;font-size:13px}button:disabled{cursor:not-allowed;opacity:.7}@media(max-width:1200px){.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-grid{grid-template-columns:1fr}}@media(max-width:720px){.rates-head{flex-direction:column}.cards-grid{grid-template-columns:1fr}.chart-echarts{height:280px}}.reset-page{min-height:100vh;display:flex;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.reset-brand-panel{display:none;position:relative;width:0;flex:1;background:#0f2b46;color:#f1f5f9}.reset-form-panel{position:relative;overflow:hidden;width:100%;display:flex;justify-content:center;align-items:center;padding:48px 16px;background:#fff}.reset-card{position:relative;z-index:1;width:100%;max-width:384px}.reset-card h2{margin:0;color:#111827;font-size:30px;line-height:1.2}.subtitle{color:#6b7280;margin:8px 0 24px;font-size:14px}.reset-card label{display:block;margin-bottom:8px;color:#111827;font-size:14px;font-weight:500}.reset-card input{width:100%;padding:12px;border:0;border-radius:6px;font-size:14px;box-sizing:border-box;color:#111827;box-shadow:inset 0 0 0 1px #d1d5db}.reset-card input:focus{outline:none;box-shadow:inset 0 0 0 2px #1abc9c}.divider{margin:24px 0 18px;display:flex;align-items:center;gap:16px;color:#111827;font-size:14px}.alert{padding:12px;border-radius:6px;margin-bottom:16px}@media(min-width:1024px){.reset-brand-panel{display:flex}.reset-form-panel{flex:1;width:auto;padding:48px 80px}.mobile-brand,.mobile-footer{display:none}}@media(max-width:640px){.reset-form-panel{padding:32px 16px}.reset-card h2{font-size:28px}}.subscription-wrapper{min-height:100vh;padding:20px;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.subscription-box{width:100%;max-width:460px;background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:28px;box-shadow:0 1px 3px #0000000f}h1{margin:0;font-size:1.7rem}.subtitle{margin:8px 0 20px;color:#4b5563}.selection-card{border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:16px;background:#f9fafb}.selection-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.selection-row:last-child{margin-bottom:0}.btn-primary{width:100%;padding:11px 14px;border:none;border-radius:8px;background:#1abc9c;color:#fff;font-weight:600;cursor:pointer}.btn-primary:disabled{opacity:.75;cursor:not-allowed}.btn-link{margin-top:12px;width:100%;border:none;background:transparent;color:#4b5563;cursor:pointer}.alert{padding:10px 12px;border-radius:8px;margin-bottom:14px}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-info{background:#e0f2fe;color:#075985;border:1px solid #bae6fd}.forgot-page{min-height:100vh;display:flex;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.forgot-brand-panel{display:none;position:relative;width:0;flex:1;background:#0f2b46;color:#f1f5f9}.brand-content-wrap{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:48px}.brand-top{display:flex;align-items:center;gap:10px;font-size:30px;font-weight:700;color:#fff}.brand-logo-icon{width:40px;height:40px;color:#1abc9c}.brand-content{margin-top:80px;margin-bottom:auto;max-width:520px}.brand-content h1{margin:0 0 24px;font-size:3rem;line-height:1.15;color:#fff}.brand-content p{margin:0;color:#e0f2f1;opacity:.9;font-size:1.125rem;line-height:1.6}.brand-footer{margin:0;color:#e0f2f1;opacity:.6;font-size:13px}.brand-glow{position:absolute;right:0;bottom:0;width:600px;height:600px;transform:translate(25%,25%);background:#1abc9c;border-radius:9999px;filter:blur(120px);opacity:.2;pointer-events:none}.forgot-form-panel{position:relative;overflow:hidden;width:100%;display:flex;justify-content:center;align-items:center;padding:48px 16px;background:#fff}.forgot-card{position:relative;z-index:1;width:100%;max-width:384px}.mobile-brand{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;color:#0f2b46;font-size:28px;font-weight:700}.forgot-card h2{margin:0;color:#111827;font-size:30px;line-height:1.2}.subtitle{color:#6b7280;margin:8px 0 32px;font-size:14px;line-height:1.5}.form-group{margin-bottom:16px}.forgot-card label{display:block;margin-bottom:8px;color:#111827;font-size:14px;font-weight:500}.forgot-card input{width:100%;padding:12px;border:0;border-radius:6px;font-size:14px;box-sizing:border-box;color:#111827;box-shadow:inset 0 0 0 1px #d1d5db}.forgot-card input:focus{outline:none;box-shadow:inset 0 0 0 2px #1abc9c}.btn{width:100%;padding:12px;background:#1abc9c;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;line-height:1.5;cursor:pointer;transition:background-color .2s}.btn:hover{background:#16a085}.btn:disabled{opacity:.7;cursor:not-allowed}.divider{margin:32px 0 24px;display:flex;align-items:center;gap:16px;color:#111827;font-size:14px}.divider:before,.divider:after{content:"";flex:1;border-top:1px solid #e5e7eb}.alert{padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.back-link{text-align:center}.back-link a{color:#1abc9c;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:4px;transition:color .2s}.back-link a:hover{color:#16a085}.back-icon{width:16px;height:16px;transition:transform .2s}.back-link a:hover .back-icon{transform:translate(-4px)}.mobile-footer{margin-top:32px;text-align:center;color:#9ca3af;font-size:12px}.form-glow{position:absolute;top:0;right:0;transform:translate(50%,-50%);width:256px;height:256px;border-radius:9999px;background:#1abc9c;filter:blur(48px);opacity:.05;pointer-events:none}@media(min-width:1024px){.forgot-brand-panel{display:flex}.forgot-form-panel{flex:1;width:auto;padding:48px 80px}.mobile-brand,.mobile-footer{display:none}}@media(max-width:640px){.forgot-form-panel{padding:32px 16px}.forgot-card h2{font-size:28px}}.orders-page{width:100%;color:#1f2937}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.page-title{margin:0;font-size:22px;color:#111827}.page-subtitle{margin:4px 0 0;font-size:13px;color:#6b7280}.btn-create{display:inline-flex;align-items:center;gap:8px;border:none;background:#1abc9c;color:#fff;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer}.btn-create:hover{background:#16a085}.btn-create .material-symbols-outlined{font-size:18px}.orders-page .toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.orders-page .toolbar-filters{display:flex;flex:1;min-width:320px;gap:8px;flex-wrap:wrap}.orders-page .input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.orders-page .search-wrap{min-width:260px;flex:1}.orders-page .input-wrap input,.orders-page .input-wrap select{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:140px}.orders-page .search-wrap input{width:100%}.orders-page .toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-muted,.btn-primary,.btn-action,.pager-btn{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:10px;padding:9px 12px;font-weight:600;cursor:pointer}.btn-muted:hover,.btn-action:hover,.pager-btn:hover{border-color:#1abc9c;color:#0f766e}.btn-primary{border-color:#1abc9c;background:#1abc9c;color:#fff}.btn-primary:hover{background:#16a085}.btn-action{padding:6px 10px;border-radius:8px;font-size:12px}.btn-action.danger:hover{border-color:#ef4444;color:#b91c1c}.orders-page .table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.orders-page .table-wrap{overflow-x:auto}.orders-page .table-card table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:1280px}.col-number{width:10%}.col-client{width:16%}.col-status{width:12%}.col-datetime{width:18%}.col-amount-net,.col-amount-gross{width:11%}.col-actions{width:22%}.orders-page .table-card th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;border-bottom:1px solid #e5e7eb}.orders-page .table-card th.sortable-col{cursor:pointer}.orders-page .table-card th.sortable-col:hover{color:#374151}.sort-indicator{margin-left:4px;font-size:10px;opacity:.5}.sort-indicator.active{opacity:1;color:#1abc9c}.orders-page .table-card td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#4b5563;vertical-align:middle}.order-row:hover{background:#f9fafb}.order-number{font-weight:600;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-col{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;border:1px solid transparent}.status-new{background:#e0f2fe;color:#0c4a6e;border-color:#bae6fd}.status-confirmed{background:#fef3c7;color:#92400e;border-color:#fde68a}.status-processing{background:#ddd6fe;color:#5b21b6;border-color:#c4b5fd}.status-completed{background:#dcfce7;color:#166534;border-color:#bbf7d0}.status-cancelled{background:#fee2e2;color:#991b1b;border-color:#fecaca}.orders-page .table-card th.amount-col,.orders-page .table-card td.amount-col{text-align:right}.amount-col{white-space:nowrap;color:#111827;font-variant-numeric:tabular-nums}.orders-page .table-card th.status-col,.orders-page .table-card td.status-col,.orders-page .table-card th.date-col,.orders-page .table-card td.date-col{text-align:center;white-space:nowrap}.orders-page .table-card th.actions-col,.orders-page .table-card td.actions-col{text-align:right;white-space:nowrap}.orders-page .actions-col{min-width:250px}.orders-page .row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:nowrap;width:auto}.orders-page .icon-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.orders-page .icon-btn .material-symbols-outlined{font-size:16px}.orders-page .icon-btn:hover{background:#f3f4f6;color:#1abc9c}.order-row:hover .icon-btn{background:#f8fafc;color:#64748b}.orders-page .icon-btn.danger:hover{background:#fef2f2;color:#ef4444}.empty{text-align:center;padding:16px;color:#6b7280}.orders-page .table-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:#64748b;font-size:12px}.orders-page .footer-left,.orders-page .footer-right{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.orders-page .footer-left{white-space:nowrap}.orders-page .footer-left select{border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;padding:4px 8px;font-size:12px}.orders-page .pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.orders-page .pager-btn .material-symbols-outlined{font-size:18px}.orders-page .pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.orders-page .page-pill{min-width:30px;text-align:center;border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:3px 8px;color:#111827;font-weight:600}.order-form-card{margin-top:14px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.order-form-card h3{margin:0 0 12px;font-size:18px;color:#111827}.order-form-card h4{margin:14px 0 8px;color:#111827}.order-form-grid,.item-grid{display:grid;gap:10px}.order-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.item-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.order-form-card label{display:flex;flex-direction:column;gap:6px;color:#4b5563;font-size:13px}.description-row{grid-column:1 / -1}.inline-actions{display:flex;gap:8px}.order-form-card input,.order-form-card select,.order-form-card textarea{border:1px solid #d1d5db;border-radius:10px;padding:10px 11px;font-size:14px;background:#fff;color:#111827}.item-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fcfdff;margin-bottom:10px}.item-footer{margin-top:8px;display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:12px}.form-actions-row{margin-bottom:12px}.totals{margin:0 0 12px;color:#6b7280}.form-actions{display:flex;gap:8px}.status-message{margin-top:10px;white-space:pre-wrap;color:#6b7280}@media(max-width:1024px){.item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.order-form-grid,.item-grid{grid-template-columns:1fr}.table-footer{flex-direction:column;align-items:flex-start}}.register-layout{min-height:100vh;display:flex;background:#f3f4f6}.promo-panel{width:50%;min-width:380px;background:#0f2b46;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:26px;padding:48px;overflow:hidden}.promo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(26,188,156,.22),transparent 42%),radial-gradient(circle at 80% 80%,rgba(44,82,130,.22),transparent 50%)}.promo-content{position:relative;z-index:2;color:#fff;max-width:530px}.promo-brand-top{position:relative;z-index:2}.promo-badge{display:inline-flex;padding:6px 12px;border-radius:999px;background:#1abc9c2e;color:#1abc9c;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.promo-content h2{font-size:2.2rem;line-height:1.2;margin:0 0 18px}.promo-content p{color:#ffffffdb;line-height:1.6;margin-bottom:20px;font-size:1.06rem}.promo-content ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}.promo-content li{position:relative;padding-left:20px;color:#ffffffeb}.promo-content li:before{content:"";width:8px;height:8px;border-radius:999px;background:#1abc9c;position:absolute;left:0;top:8px}.form-panel{flex:1;min-width:0;display:flex;align-items:stretch;justify-content:center;overflow-y:auto}.form-shell{width:min(860px,100%);margin:26px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 16px 38px #0f2b4614;padding:28px}.form-shell h1{font-size:30px;font-weight:700;color:#0f172a;margin-bottom:6px}.subtitle{font-size:14px;color:#64748b;margin-bottom:20px}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px;font-size:14px;border-left:4px solid}.alert-error{background:#fee;color:#c33;border-left-color:#c33}.alert-success{background:#efe;color:#3c3;border-left-color:#3c3}.oauth-block{margin-bottom:14px}.google-btn{width:100%;border:1px solid #d1d5db;background:#fff;color:#1f2937;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.google-btn:hover{border-color:#1abc9c;color:#0f766e}.google-btn:disabled{opacity:.65;cursor:not-allowed}.google-icon{width:16px;height:16px}.oauth-divider{margin-top:10px;text-align:center;position:relative}.oauth-divider span{display:inline-block;background:#fff;padding:0 8px;color:#94a3b8;font-size:12px;position:relative;z-index:1}.oauth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid #e2e8f0}.form-section{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #eef2f7}.form-section:last-of-type{border-bottom:none}.form-section h3{font-size:12px;font-weight:700;text-transform:uppercase;color:#1f4b73;letter-spacing:.5px;margin-bottom:12px}.form-group{margin-bottom:12px}.form-note{margin-top:6px;font-size:12px}.form-note-pending{color:#475569}.form-note-ok{color:#15803d}.form-note-error{color:#b91c1c}.form-group label{display:block;font-size:13px;font-weight:600;color:#1e293b;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s,background-color .2s;background:#f8fafc}.form-group input:focus,.form-group select:focus{outline:none;border-color:#1abc9c;background:#fff;box-shadow:0 0 0 3px #1abc9c26}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-tip{background:#f1f5f9;border-left:3px solid #1abc9c;padding:9px 11px;margin-top:8px;border-radius:8px;font-size:12px;color:#0f172a}.checkbox-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px;margin-bottom:18px}.checkbox-group>div{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.checkbox-group>div:last-child{margin-bottom:0}.checkbox-group input[type=checkbox]{width:auto;height:auto;margin-top:3px;cursor:pointer}.checkbox-group label{cursor:pointer;font-size:14px;margin:0;color:#334155}.checkbox-group a{color:#1abc9c;text-decoration:none;font-weight:600}.checkbox-group a:hover{text-decoration:underline}.submit-btn{width:100%;padding:13px 20px;background:linear-gradient(135deg,#1abc9c,#16a085);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:2px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #16a08552}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.ares-btn{margin-top:8px;border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:600;cursor:pointer}.ares-btn:hover{border-color:#1abc9c;color:#0f766e}.ares-btn:disabled{opacity:.6;cursor:not-allowed}.login-link{text-align:center;font-size:14px;color:#64748b;margin-top:16px}.login-link-btn{border:none;background:transparent;color:#1abc9c;text-decoration:none;font-weight:600;cursor:pointer}.login-link-btn:hover{text-decoration:underline}.required{color:#e74c3c}@media(max-width:1200px){.promo-panel{width:46%;min-width:340px;padding:32px}.form-shell{margin:20px;padding:24px}}@media(max-width:1024px){.register-layout{display:block}.promo-panel{display:none}.form-shell{margin:0;border-radius:0;min-height:100vh;border:none;box-shadow:none;padding:24px 18px}}@media(max-width:768px){.form-shell{padding:20px 16px}.form-row{grid-template-columns:1fr}.form-shell h1{font-size:24px}}@media(max-width:480px){.form-shell h1{font-size:20px;margin-bottom:4px}.subtitle{font-size:12px;margin-bottom:16px}.form-section{margin-bottom:20px;padding-bottom:16px}.form-section h3{font-size:11px;margin-bottom:12px}.form-group{margin-bottom:12px}.form-group label{font-size:12px;margin-bottom:4px}.form-group input,.form-group select{padding:10px;font-size:16px}.form-tip{font-size:11px;padding:8px 10px;margin-top:6px}.checkbox-group{padding:12px;margin-bottom:16px}.checkbox-group>div{gap:8px}.checkbox-group label{font-size:13px}.submit-btn{padding:12px 16px;font-size:14px}.login-link{font-size:13px;margin-top:16px}}.clients-page .clients-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.clients-page .clients-toolbar-filters{display:flex;flex:1;min-width:320px;gap:8px;flex-wrap:wrap}.clients-page .clients-input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.clients-page .clients-search-wrap{min-width:260px;flex:1}.clients-page .clients-input-wrap .material-symbols-outlined{font-size:18px;color:#9ca3af;margin-left:10px}.clients-page .clients-input-wrap input,.clients-page .clients-input-wrap select{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:140px}.clients-page .clients-search-wrap input{width:100%;padding-left:8px}.clients-page .clients-toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}.clients-page .clients-btn-muted,.clients-page .clients-btn-danger,.clients-page .clients-pager-btn{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:10px;padding:9px 12px;font-weight:600;cursor:pointer}.clients-page .clients-btn-muted:hover,.clients-page .clients-pager-btn:hover{border-color:#1abc9c;color:#0f766e}.clients-page .clients-btn-danger{border-color:#fecaca;color:#b91c1c}.clients-page .clients-btn-danger:hover{background:#fef2f2}.clients-page .clients-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.clients-page .clients-table-wrap{overflow-x:auto!important}.clients-page .clients-table{width:100%!important;min-width:0!important;border-collapse:collapse;table-layout:auto!important}.clients-page .clients-table th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}.clients-page .clients-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#4b5563;vertical-align:middle;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.clients-page .clients-table .clients-checkbox-col{width:40px;min-width:40px;text-align:center}.clients-page .clients-table .name-cell{font-weight:600;color:#111827}.clients-page .clients-table .reg-col,.clients-page .clients-table .vat-col{width:auto}.clients-page .clients-table .vat-col{display:flex;align-items:center;gap:6px}.clients-page .clients-table .vat-valid-badge{display:inline-flex;align-items:center;justify-content:center;color:var(--success-color)}.clients-page .clients-table .vat-valid-badge .material-symbols-outlined{font-size:16px;line-height:1}.clients-page .clients-table .email-col,.clients-page .clients-table .phone-col,.clients-page .clients-table .city-col{width:auto}.clients-page .clients-table .clients-date-col{width:11%;min-width:120px;text-align:right}.clients-page .clients-table th.clients-actions-col,.clients-page .clients-table td.clients-actions-col{width:90px;min-width:90px!important;text-align:right;padding-right:12px}.clients-page .clients-table .client-row:hover{background:#f9fafb}.clients-page .clients-table .row-actions{display:flex;width:100%;align-items:center;justify-content:flex-end;gap:4px}.clients-page .clients-icon-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.clients-page .clients-icon-btn .material-symbols-outlined{font-size:16px}.clients-page .clients-icon-btn:hover{background:#f3f4f6}.clients-page .clients-icon-btn.danger:hover{color:#b91c1c;background:#fef2f2}.clients-page .clients-table-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border-top:1px solid #e5e7eb;color:#6b7280;font-size:12px}.clients-page .clients-footer-left,.clients-page .clients-footer-right{display:inline-flex;align-items:center;gap:8px}.clients-page .clients-footer-left{flex-wrap:nowrap;white-space:nowrap}.clients-page .clients-footer-left .per-page-label{white-space:nowrap}.clients-page .clients-footer-left select{border:1px solid #d1d5db;border-radius:8px;padding:6px 8px;background:#fff;color:#111827}.clients-page .page-pill{min-width:30px;text-align:center;border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:3px 8px;color:#111827;font-weight:600}.clients-page .clients-pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.clients-page .clients-pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.clients-page .clients-btn-danger:disabled,.clients-page .clients-btn-muted:disabled,.clients-page .clients-pager-btn:disabled,.clients-page .clients-icon-btn:disabled,.clients-page .btn-create:disabled{opacity:.55;cursor:not-allowed}@media(max-width:920px){.clients-page .clients-table-footer{flex-direction:column;align-items:flex-start}}.orders-page .orders-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.orders-page .orders-toolbar-filters,.orders-page .orders-toolbar-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.orders-page .orders-toolbar-filters{flex:1;min-width:320px}.orders-page .orders-input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.orders-page .orders-search-wrap{min-width:260px;flex:1}.orders-page .orders-input-wrap input,.orders-page .orders-input-wrap select{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:140px}.orders-page .orders-search-wrap input{width:100%}.orders-page .orders-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.orders-page .orders-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.orders-page .orders-table{width:100%;min-width:1320px;border-collapse:collapse;table-layout:fixed}.orders-page .orders-table col.col-number{width:120px}.orders-page .orders-table col.col-client{width:260px}.orders-page .orders-table col.col-status{width:130px}.orders-page .orders-table col.col-amount-net,.orders-page .orders-table col.col-amount-gross{width:140px}.orders-page .orders-table col.col-advance{width:130px}.orders-page .orders-table col.col-actions{width:170px}.orders-page .orders-table col.col-datetime{width:180px}.orders-page .orders-table th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap;vertical-align:middle}.orders-page .orders-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#4b5563;vertical-align:middle;white-space:nowrap}.orders-page .orders-table th.orders-number-col,.orders-page .orders-table td.order-number,.orders-page .orders-table th.orders-client-col,.orders-page .orders-table td.orders-client-col{text-align:left}.orders-page .orders-table th.orders-status-col,.orders-page .orders-table td.orders-status-col{text-align:center}.orders-page .orders-table th.orders-amount-col,.orders-page .orders-table td.orders-amount-col{text-align:right}.orders-page .orders-table td.orders-amount-col{color:#111827;font-variant-numeric:tabular-nums}.orders-page .orders-table th.orders-date-col,.orders-page .orders-table td.orders-date-col,.orders-page .orders-table th.orders-actions-col,.orders-page .orders-table td.orders-actions-col{text-align:right}.orders-page .orders-table .orders-actions-col{min-width:170px;padding-right:10px;padding-left:4px}.orders-page .orders-table th.orders-date-col,.orders-page .orders-table td.orders-date-col{padding-right:12px}.orders-page .orders-table .orders-client-col,.orders-page .orders-table .order-number{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orders-page .order-row:hover{background:#f9fafb}.orders-page .order-row{cursor:pointer}.orders-page .orders-row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;flex-wrap:nowrap;margin-left:auto}.orders-page .orders-table thead th:nth-child(3),.orders-page .orders-table tbody td:nth-child(3){text-align:center}.orders-page .orders-actions-menu{display:none;position:relative}.orders-page .orders-actions-more{list-style:none;width:28px;height:28px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.orders-page .orders-actions-more::-webkit-details-marker{display:none}.orders-page .orders-actions-more .material-symbols-outlined{font-size:18px}.orders-page .orders-actions-popover{position:absolute;right:0;top:calc(100% + 6px);min-width:170px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 10px 26px #0f172a1f;padding:6px;z-index:5}.orders-page .orders-action-item{width:100%;border:none;background:transparent;display:flex;align-items:center;gap:8px;border-radius:8px;padding:7px 8px;color:#334155;font-size:13px;cursor:pointer;text-align:left}.orders-page .orders-action-item .material-symbols-outlined{font-size:17px}.orders-page .orders-action-item:hover{background:#f8fafc;color:#0f766e}.orders-page .orders-action-item.danger:hover{background:#fef2f2;color:#b91c1c}.orders-page .orders-icon-btn{width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.orders-page .orders-icon-btn .material-symbols-outlined{font-size:15px}.orders-page .orders-icon-btn:hover{background:#f3f4f6;color:#1abc9c}.orders-page .orders-icon-btn.danger:hover{background:#fef2f2;color:#ef4444}.orders-page .orders-table-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:#64748b;font-size:12px}.orders-page .orders-footer-left,.orders-page .orders-footer-right{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.orders-page .orders-footer-left{flex-wrap:nowrap;white-space:nowrap}.orders-page .orders-footer-left .per-page-label{white-space:nowrap}.orders-page .orders-footer-left select{border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;padding:4px 8px;font-size:12px}.orders-page .orders-pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.orders-page .orders-pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.orders-page .orders-page-pill{min-width:30px;text-align:center;border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:3px 8px;color:#111827;font-weight:600}@media(max-width:1500px){.orders-page .orders-table{min-width:1100px}.orders-page .orders-table col.col-client{width:220px}.orders-page .orders-table col.col-status{width:120px}.orders-page .orders-table col.col-amount-net,.orders-page .orders-table col.col-amount-gross{width:130px}.orders-page .orders-table col.col-advance,.orders-page .orders-table col.col-actions{width:120px}.orders-page .orders-table col.col-datetime{width:160px}.orders-page .orders-table .orders-actions-col{min-width:96px;padding-right:8px}.orders-page .orders-row-actions-desktop{display:none}.orders-page .orders-actions-menu{display:inline-block}}@media(max-width:1100px){.orders-page .orders-table{min-width:980px}.orders-page .orders-table th,.orders-page .orders-table td{padding-left:6px;padding-right:6px}.orders-page .orders-table td{font-size:12px}}.invoices-page .invoices-category-tabs{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.invoices-page .invoices-cat-tab{display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:10px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.invoices-page .invoices-cat-tab .material-symbols-outlined{font-size:16px}.invoices-page .invoices-cat-tab:hover{border-color:#1abc9c;color:#0f766e}.invoices-page .invoices-cat-tab.active{border-color:#1abc9c;background:#1abc9c;color:#fff}.invoices-page .invoices-cat-tab.income.active{border-color:#059669;background:#059669;color:#fff}.invoices-page .invoices-cat-tab.expense.active{border-color:#dc2626;background:#dc2626;color:#fff}.invoices-page .invoices-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.invoices-page .invoices-toolbar-filters,.invoices-page .invoices-toolbar-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.invoices-page .invoices-toolbar-filters{flex:1;min-width:320px}.invoices-page .invoices-input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.invoices-page .invoices-search-wrap{min-width:260px;flex:1}.invoices-page .invoices-input-wrap .material-symbols-outlined{font-size:18px;color:#9ca3af;margin-left:10px}.invoices-page .invoices-input-wrap input,.invoices-page .invoices-input-wrap select{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:140px}.invoices-page .invoices-search-wrap input{width:100%;padding-left:8px}.invoices-page .invoices-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.invoices-page .invoices-table-wrap{overflow-x:auto}.invoices-page .invoices-table{width:100%;border-collapse:collapse;table-layout:auto}.invoices-page .invoices-table th{background:#f8fafc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:10px 8px;text-align:left;border-bottom:1px solid #e5e7eb}.invoices-page .invoices-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#4b5563}.invoices-page .invoices-table .invoices-client-col{white-space:normal;overflow-wrap:anywhere}.invoices-page .invoices-table th.invoices-amount-col,.invoices-page .invoices-table td.invoices-amount-col{text-align:right;white-space:nowrap}.invoices-page .invoices-table td.invoices-amount-col{color:#111827;font-variant-numeric:tabular-nums}.invoices-page .invoices-table th.invoices-paid-col,.invoices-page .invoices-table td.invoices-paid-col{text-align:right;white-space:nowrap}.invoices-page .invoices-table td.invoices-paid-col{color:#111827;font-variant-numeric:tabular-nums}.invoices-page .invoices-table .invoices-number-col{width:110px;max-width:110px;white-space:nowrap}.invoices-page .invoices-table .invoices-status-col,.invoices-page .invoices-table .invoices-date-col{text-align:center;white-space:nowrap}.invoices-page .invoices-table .invoices-actions-col{text-align:right;white-space:nowrap;width:1%}.invoices-page .invoices-table .invoices-created-col{text-align:right;white-space:nowrap;min-width:140px}.invoices-page .invoice-row{cursor:pointer}.invoices-page .invoice-row:hover{background:#f9fafb}.invoices-page .invoices-row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:nowrap;margin-left:auto}.invoices-page .invoices-icon-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.invoices-page .invoices-icon-btn .material-symbols-outlined{font-size:16px}.invoices-page .invoices-icon-btn:hover{background:#f3f4f6;color:#1abc9c}.invoices-page .invoices-icon-btn.danger:hover{background:#fef2f2;color:#ef4444}.invoices-page .invoices-table-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:#64748b;font-size:12px}.invoices-page .invoices-footer-left,.invoices-page .invoices-footer-right{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.invoices-page .invoices-footer-left{flex-wrap:nowrap;white-space:nowrap}.invoices-page .invoices-footer-left .per-page-label{white-space:nowrap}.invoices-page .invoices-footer-left select{border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;padding:4px 8px;font-size:12px}.invoices-page .invoices-pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.invoices-page .invoices-pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.invoices-page .invoices-page-pill{min-width:30px;text-align:center;border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:3px 8px;color:#111827;font-weight:600}.client-edit-view{width:100%}.client-edit-form{display:grid;gap:16px}.client-edit-form.order-create-layout .status-message{grid-column:1 / -1}.client-edit-header{min-height:64px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.client-edit-header h1{margin:0;font-size:22px;line-height:1.2;color:#111827}.client-edit-header-actions{display:inline-flex;align-items:center;gap:8px}.client-edit-header-actions .btn-muted,.client-edit-header-actions .btn-primary{width:auto;min-width:96px;margin-top:0;height:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0 14px;flex:0 0 auto}.client-edit-body{display:grid;gap:16px}.client-edit-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;display:grid;gap:12px}.client-edit-card h2{margin:0;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#111827}.client-edit-grid{display:grid;gap:12px}.client-edit-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.client-edit-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.client-edit-grid label{display:flex;flex-direction:column;gap:6px;margin:0;color:#4b5563;font-size:12px;font-weight:600}.client-edit-grid input,.client-edit-grid textarea,.client-edit-grid select{border:1px solid #d1d5db;border-radius:10px;min-height:40px;padding:9px 11px;font-size:14px;background:#fff;color:#111827}.client-edit-grid textarea{min-height:96px;resize:vertical}.client-edit-grid input:focus,.client-edit-grid textarea:focus,.client-edit-grid select:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a629}.readonly-input{background:#f8fafc!important}.span-2{grid-column:span 2}.required{color:#ef4444}.input-invalid{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}.field-error{color:#b91c1c;font-size:12px;line-height:1.3;font-weight:600}.field-hint{color:#6b7280;font-size:11px;line-height:1.3;font-weight:500}.client-basic-grid{grid-template-areas:"name . registration" "street city vat" "postal country vat-followup" "contact . verified" "email phone ."}.client-basic-name{grid-area:name}.client-basic-registration{grid-area:registration}.client-basic-street{grid-area:street}.client-basic-city{grid-area:city}.client-basic-vat{grid-area:vat}.client-basic-vat-followup{grid-area:vat-followup}.client-basic-postal{grid-area:postal}.product-edit-view .product-edit-main{display:grid;gap:16px}.product-edit-view .product-basic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-edit-view .product-tier-header-row{display:flex;align-items:flex-end;gap:12px;margin-bottom:12px}.product-edit-view .product-currency-label{display:flex;flex-direction:column;gap:4px;min-width:120px;max-width:160px}.product-edit-view .product-currency-label select{width:100%}.product-edit-view .product-tier-table-wrap{overflow-x:auto}.product-edit-view .product-tier-table{width:100%;min-width:760px;border-collapse:collapse}.product-edit-view .product-tier-table th,.product-edit-view .product-tier-table td{border-bottom:1px solid #e5e7eb;padding:10px 8px;font-size:13px;vertical-align:middle}.product-edit-view .product-tier-table th{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:11px;text-align:left}.product-edit-view .product-tier-table td input{width:100%;border:1px solid #d1d5db;border-radius:8px;min-height:36px;padding:8px 10px}.product-edit-view .product-tier-table .align-right{text-align:right}.product-edit-view .product-tier-table .mono{font-variant-numeric:tabular-nums;color:#111827}@media(max-width:1200px){.product-edit-view .product-basic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.product-edit-view .product-basic-grid{grid-template-columns:1fr}}.client-basic-country{grid-area:country}.client-basic-contact{grid-area:contact}.client-basic-vat-verified{grid-area:verified}.vies-validation-result-input{font-weight:700}.vies-validation-result-valid{color:var(--success-color)!important;border-color:var(--success-color)!important}.vies-validation-result-invalid{color:var(--error-color)!important;border-color:var(--error-color)!important}.client-basic-email{grid-area:email}.client-basic-phone{grid-area:phone}.client-vat-followup{display:grid;gap:6px;margin-top:6px}.client-basic-vat-followup{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start}.client-vat-followup-item{display:grid;gap:4px}.client-vat-followup-item span{color:#6b7280;font-size:11px;font-weight:600}.draft-restore-card{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.draft-restore-content{display:grid;gap:2px;color:#1f2937}.draft-restore-content strong{font-size:14px}.draft-restore-content span{font-size:12px;color:#6b7280}.draft-restore-actions{display:inline-flex;align-items:center;gap:8px}.draft-restore-actions .btn-muted,.draft-restore-actions .btn-primary{width:auto;min-width:96px;margin-top:0;flex:0 0 auto}.quick-hints-row{min-height:16px;display:inline-flex;align-items:center;gap:10px}.quick-hints-row small{color:#6b7280;font-size:12px;font-weight:600}.advanced-toggle-btn{justify-self:start}.invoice-create-page{width:100%}.invoice-create-form{display:grid;gap:16px}.invoice-create-header{min-height:64px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.invoice-create-header h1{margin:0;font-size:22px;line-height:1.2;color:#111827}.invoice-create-header p{margin:4px 0 0;font-size:13px;color:#6b7280}.invoice-create-header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.invoice-create-header-actions .btn-primary,.invoice-create-header-actions .btn-muted{margin:0;height:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0 14px}.invoice-create-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.invoice-create-grid{display:grid;gap:12px}.invoice-create-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.invoice-create-grid label{display:flex;flex-direction:column;gap:6px;margin:0;color:#4b5563;font-size:12px;font-weight:600}.invoice-create-grid input,.invoice-create-grid textarea,.invoice-create-grid select{border:1px solid #d1d5db;border-radius:10px;min-height:40px;padding:9px 11px;font-size:14px;background:#fff;color:#111827}.invoice-create-grid textarea{min-height:96px;resize:vertical}.invoice-create-grid input:focus,.invoice-create-grid textarea:focus,.invoice-create-grid select:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a629}.invoice-create-inline-actions{display:flex;gap:8px}.invoice-create-inline-actions input{flex:1}@media(max-width:1024px){.invoice-create-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.invoice-create-header{padding:12px}.invoice-create-grid-3{grid-template-columns:1fr}.invoice-create-header-actions{width:100%;justify-content:flex-end}}.field-with-action{display:flex;gap:8px}.field-with-action input{flex:1}.btn-inline{min-width:70px;padding:8px 10px}.client-edit-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.section-head-with-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.checkbox-inline{display:inline-flex;align-items:center;gap:6px;color:#6b7280;font-size:12px;font-weight:600}.is-disabled{opacity:.6}.payments-page{width:100%;color:#1f2937}.payments-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}.payments-toolbar-filters{display:flex;flex:1;min-width:260px;gap:8px}.payments-input-wrap{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;min-height:40px}.payments-input-wrap select,.payments-input-wrap input{border:none;background:transparent;color:#111827;font-size:14px;outline:none;padding:10px 12px;min-width:160px}.payments-toolbar-actions{display:flex;gap:8px}.payments-connect-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;margin-bottom:14px}.payments-connect-card h2{margin:0 0 12px;font-size:16px;color:#111827}.payments-connect-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:end}.payments-connect-form label{display:flex;flex-direction:column;gap:6px;color:#4b5563;font-size:13px}.payments-account-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:6px}.payments-account-list li{display:flex;justify-content:space-between;align-items:center;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#f8fafc;font-size:13px}.payments-account-meta{display:inline-flex;align-items:center;gap:8px}.payments-inbound-box{margin-top:14px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.payments-inbound-box h3{margin:0 0 6px;font-size:14px;color:#111827}.payments-inbound-box p{margin:0 0 8px;font-size:13px;color:#4b5563}.payments-inbound-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.payments-editor-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118277a;display:flex;align-items:center;justify-content:center;z-index:80;padding:16px}.payments-editor-modal{width:100%;max-width:760px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 40px #0f172a2e;padding:16px}.payments-editor-head h3{margin:0 0 12px;font-size:15px;color:#111827;display:flex;flex-wrap:wrap;gap:8px}.payments-editor-head small{color:#6b7280;font-weight:500}.payments-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.payments-editor-grid label{display:flex;flex-direction:column;gap:6px;color:#4b5563;font-size:13px}.payments-match-info{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;margin-bottom:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px}.pmi-row{display:flex;flex-direction:column;gap:2px}.pmi-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.pmi-val{font-size:13px;color:#1f2937;font-weight:500;word-break:break-all}.pmi-amount{font-size:18px;font-weight:700;color:#0f766e;font-variant-numeric:tabular-nums}.pmi-mono{font-family:Courier New,Courier,monospace;font-size:12px;letter-spacing:.04em}.pmi-score{font-size:15px;font-weight:700;color:#1abc9c}.payments-editor-match-form{display:flex;flex-direction:column;gap:6px}.payments-editor-match-form label{display:flex;flex-direction:column;gap:6px;color:#374151;font-size:13px;font-weight:600}.payments-editor-match-form label input{border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;font-size:14px;padding:10px 12px;outline:none;transition:border-color .15s ease}.payments-editor-match-form label input:focus{border-color:#1abc9c}.payments-editor-match-form label small{color:#9ca3af;font-size:11px;font-weight:400}@media(max-width:600px){.payments-match-info{grid-template-columns:1fr}}.payments-editor-grid-full{grid-column:1 / -1}.payments-editor-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.payments-table-card small{color:#6b7280}.linked-documents-list{display:flex;flex-direction:column;gap:8px}.linked-document-item{width:100%;border:1px solid #f3f4f6;background:#fff;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-size:14px;color:inherit;cursor:pointer;transition:border-color .2s,color .2s}.linked-document-item:hover{border-color:#1abc9c;color:#0f766e}.linked-document-inner{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.linked-document-icon{color:#1abc9c;font-size:22px;flex-shrink:0}.linked-document-arrow{opacity:0;transition:opacity .2s;flex-shrink:0}.linked-document-item:hover .linked-document-arrow{opacity:1}.linked-document-meta{margin-top:4px;display:flex;flex-wrap:wrap;gap:6px 10px;color:#64748b;font-size:12px}.btn-link-inline{margin-left:8px;border:none;background:transparent;color:#0f766e;font-size:12px;font-weight:600;cursor:pointer;padding:0}.btn-link-inline:hover{text-decoration:underline}.doc-link-inline{display:inline-flex;align-items:center;gap:4px}.doc-link-inline .material-symbols-outlined{font-size:14px}@media(max-width:900px){.payments-connect-form,.payments-editor-grid{grid-template-columns:1fr}}@media(max-width:1024px){.client-edit-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.client-basic-grid{grid-template-areas:none}.client-basic-grid>*{grid-area:auto}.client-edit-columns{grid-template-columns:1fr}}@media(max-width:760px){.client-edit-header{padding:12px}.client-edit-grid-3,.client-edit-grid-2{grid-template-columns:1fr}.span-2{grid-column:auto}.client-edit-header-actions{width:100%;justify-content:flex-end}}.payments-page .orders-table-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:#64748b;font-size:12px}.payments-page .orders-footer-left,.payments-page .orders-footer-right{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.payments-page .orders-footer-left{flex-wrap:nowrap;white-space:nowrap}.payments-page .orders-footer-left select{border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;padding:4px 8px;font-size:12px}.payments-page .orders-pager-btn{width:28px;height:28px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.payments-page .orders-pager-btn:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#1abc9c}.payments-page .orders-pager-btn:disabled{opacity:.4;cursor:default}.payments-table-card table th,.payments-table-card table td{vertical-align:middle}.payments-table-card table th:nth-child(1),.payments-table-card table td:nth-child(1){white-space:nowrap}.payments-table-card table th:nth-child(4),.payments-table-card table td:nth-child(4){text-align:right;white-space:nowrap}.payments-table-card table th:nth-child(7),.payments-table-card table td:nth-child(7){text-align:right;white-space:nowrap}@media(max-width:900px){.payments-page .orders-table-footer{flex-direction:column;align-items:flex-start}}
