:root{--bg: #f5f8fc;--panel: #ffffff;--panel-2: #f8fafd;--text: #183047;--muted: #738399;--text-soft: #4d6078;--line: #e3eaf2;--line-strong: #cad6e6;--blue: #4f7fe8;--blue-2: #5b8aec;--blue-soft: #edf4ff;--green: #3b9b68;--green-soft: #edf9f2;--orange: #d78b36;--orange-soft: #fff6e9;--red: #cc5563;--red-soft: #fff0f2;--purple: #7857c7;--purple-soft: #f4f0ff;--sidebar: #15314f;--sidebar-2: #10283f;--shadow: 0 10px 30px rgba(47, 72, 98, .07);--shadow-soft: 0 6px 20px rgba(25, 54, 91, .045);--radius: 18px;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow-x:hidden;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}a{color:inherit}svg{stroke-width:1.8}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(72,120,223,.22);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{margin:0;color:var(--muted)}.app-shell{min-height:100vh;display:flex;background:var(--bg)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:60;width:230px;color:#eaf1ff;background:linear-gradient(180deg,var(--sidebar),var(--sidebar-2));box-shadow:8px 0 28px #07142924}.sidebar-inner{height:100%;display:flex;flex-direction:column;padding:18px 14px;overflow-y:auto}.brand{display:flex;align-items:center;gap:11px;padding:2px 8px 18px;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;text-decoration:none}.brand img{width:43px;height:43px;object-fit:cover;border-radius:12px;mix-blend-mode:screen}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-copy strong{font-size:17px;line-height:1.1;letter-spacing:-.02em}.brand-copy small{margin-top:4px;color:#8fa8cf;font-size:10px}.main-nav{display:flex;flex-direction:column;gap:4px;margin-top:15px}.nav-caption{padding:13px 11px 5px;color:#6f89ad;font-size:9px;font-weight:850;letter-spacing:.14em}.management-caption{margin-top:5px}.nav-link{min-height:42px;display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:11px;color:#aebed6;font-size:12px;font-weight:720;text-decoration:none;transition:.16s ease}.nav-link svg{width:18px;height:18px;flex:0 0 auto}.nav-link span{flex:1}.nav-link:hover{color:#fff;background:#ffffff0f;transform:translate(2px)}.nav-link.active{color:#fff;background:linear-gradient(90deg,#3f73de,#5b8aec);box-shadow:0 8px 20px #2c5bb759}.sidebar-foot{margin-top:auto;padding:15px 9px 2px;border-top:1px solid rgba(255,255,255,.08);color:#7f96b8}.sidebar-foot small{font-size:9px}.security-dot{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#a9c7b4;font-size:10px;font-weight:750}.security-dot svg{width:15px;height:15px}.sidebar-backdrop{display:none}.main-column{width:calc(100% - 230px);min-width:0;margin-left:230px}.topbar{position:sticky;top:0;z-index:50;height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-left,.topbar-actions{display:flex;align-items:center;gap:12px}.top-quick-nav{display:flex;gap:4px;margin-left:12px;padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--panel-2)}.top-quick-nav a{padding:8px 13px;border-radius:8px;color:#61758b;font-size:11px;font-weight:750;text-decoration:none;white-space:nowrap}.top-quick-nav a:hover{color:#244f97}.top-quick-nav a.active{color:#244f97;background:var(--panel);box-shadow:0 2px 10px #304c6914}.mobile-menu-button{display:none!important}.breadcrumb-block{display:flex;align-items:center;gap:6px;font-size:12px}.breadcrumb-block span{color:var(--muted)}.breadcrumb-block span:after{content:"/";margin-left:6px;color:#b5c1d0}.breadcrumb-block b{font-size:12px}.profile-chip{display:flex;align-items:center;gap:8px;min-height:44px;padding:5px 10px 5px 6px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.profile-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(135deg,#4d7ce5,#7857c7);font-size:11px;font-weight:850}.profile-copy{display:flex;flex-direction:column;min-width:105px}.profile-copy b{font-size:11px}.profile-copy small{margin-top:2px;color:var(--muted);font-size:9px}.content{width:100%;max-width:1580px;margin:0 auto;padding:28px}.page-header{min-height:88px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:7px 0 18px}.page-header>div:first-child{min-width:0}.page-header:not(.split)>.eyebrow:first-child{margin-right:auto}.page-header.split,.section-header{justify-content:space-between}.eyebrow{margin:0 0 7px;color:#8291a8;font-size:9px;font-weight:850;letter-spacing:.14em}h1,h2,h3,p{text-wrap:pretty}h1,h2{margin:0}h1{color:var(--text);font-size:clamp(1.65rem,2.6vw,2rem);line-height:1.08;letter-spacing:-.035em}h2{color:var(--text);font-size:14px;line-height:1.25;letter-spacing:-.02em}.page-header .muted{margin-top:7px;font-size:11px}.panel,.workspace-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow-soft)}.panel{padding:20px}.panel:hover{border-color:#d3ddea}.table-panel{padding:0;overflow:hidden}.button,.icon-button,.sort-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;transition:.15s ease}.button{min-height:39px;padding:9px 14px;border-radius:11px;font-size:11px;font-weight:800;white-space:nowrap}.button svg{width:17px;height:17px}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-2));box-shadow:0 7px 18px #3e6ed233}.button.secondary{color:var(--text);border-color:var(--line);background:var(--panel)}.button.secondary:hover:not(:disabled){color:var(--blue);border-color:#b8c9e3;background:var(--blue-soft)}.button.danger{color:var(--red);border-color:#efc3c8;background:var(--red-soft);box-shadow:none}.button.success{color:var(--green);border-color:#c5e2cf;background:var(--green-soft)}.icon-button{width:39px;height:39px;flex:0 0 auto;padding:0;border-color:var(--line);border-radius:11px;color:var(--text-soft);background:var(--panel)}.icon-button:hover:not(:disabled){color:var(--blue);border-color:#b8c9e3;background:var(--blue-soft)}.icon-button svg{width:19px;height:19px}.icon-button.danger{color:var(--red)}.sort-button{padding:0;color:inherit;background:none;border:0;font-size:inherit;font-weight:inherit}.sort-button svg{width:14px}.filters{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(140px,190px));gap:10px;margin-bottom:14px;padding:13px;box-shadow:none}input,select,textarea{width:100%;min-height:42px;padding:9px 12px;border:1px solid #cfd9e7;border-radius:10px;outline:none;color:var(--text);background:var(--panel);font-size:12px;transition:.15s ease}input::placeholder,textarea::placeholder{color:#9aa8ba}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #4878df26}textarea{min-height:106px;resize:vertical;line-height:1.5}input[type=checkbox],input[type=radio]{accent-color:var(--blue)}.search-box{position:relative}.search-box svg{position:absolute;z-index:1;top:11px;left:12px;width:18px;color:var(--muted)}.search-box input{padding-left:39px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.integrations-page{width:min(100%,1180px);margin:0 auto}.integrations-page-header{min-height:78px;padding-bottom:10px}.integrations-page-header .muted{max-width:650px}.integration-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0 14px;padding:5px;border:1px solid var(--line);border-radius:14px;background:#edf2f8}.integration-tabs button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;border:1px solid transparent;border-radius:10px;color:#63738a;background:transparent;font:inherit;font-size:12px;font-weight:780;transition:.16s ease}.integration-tabs button:hover{color:var(--text);background:#ffffff8c}.integration-tabs button.active{color:var(--blue);border-color:#d6e1f3;background:var(--panel);box-shadow:0 3px 10px #19365b12}.integration-tab-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:7px}.integration-tabs button.active .integration-tab-icon{background:var(--blue-soft)}.integration-tabs svg{width:16px;height:16px}.integration-notice{margin:0 0 12px}.integration-panel{margin-top:0;padding:0;overflow:hidden;box-shadow:0 8px 26px #19365b0d}.integration-panel:hover{border-color:var(--line)}.integration-header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px 18px;border-bottom:1px solid #e9eef5;background:linear-gradient(180deg,#fff,#fbfcfe)}.integration-heading{min-width:0}.integration-title-row{display:flex;align-items:center;gap:9px}.integration-header h2{margin:0;font-size:14px}.integration-heading p{margin:4px 0 0;color:var(--muted);font-size:10px}.status-badge{padding:4px 8px;border-radius:999px;font-size:9px;font-weight:820}.status-badge.enabled{color:#18734d;background:#e7f7ef}.status-badge.disabled{color:#66758a;background:#eef2f6}.connection-status{min-width:210px;max-width:310px;display:flex;align-items:flex-start;gap:9px;padding:9px 11px;border:1px solid #e2e8f0;border-radius:10px;background:var(--panel)}.connection-status>div{min-width:0;display:grid;gap:2px}.connection-status b{font-size:10px;line-height:1.3}.connection-status small{color:var(--muted);font-size:9px;line-height:1.35}.connection-status-dot{width:8px;height:8px;flex:0 0 auto;margin-top:3px;border-radius:50%;background:#aab6c6;box-shadow:0 0 0 3px #eef2f6}.connection-status-icon{width:19px;height:19px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px}.connection-status-icon svg{width:14px;height:14px}.connection-status.is-success{border-color:#d6ecdf;background:var(--panel-2)}.connection-status.is-success .connection-status-icon{color:var(--green);background:var(--green-soft)}.connection-status.is-failed{border-color:#f1d8dc;background:#fffafb}.connection-status.is-failed .connection-status-icon{color:var(--red);background:var(--red-soft)}.integration-form{padding:16px 18px 14px}.integration-control-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:12px;align-items:center;margin-bottom:14px;padding:10px 12px;border:1px solid #e7edf5;border-radius:11px;background:var(--panel-2)}.switch-field{display:flex;flex-direction:row;align-items:center;gap:9px;min-height:36px;color:var(--text-soft);font-size:10px;font-weight:700}.switch-field input[type=checkbox]{appearance:none;width:34px;min-width:34px;height:19px;min-height:19px;padding:0;position:relative;border:0;border-radius:999px;background:#cbd5e1;box-shadow:inset 0 0 0 1px #0f172a0f;transition:.16s ease}.switch-field input[type=checkbox]:after{content:"";position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:var(--panel);box-shadow:0 1px 3px #0f172a3d;transition:.16s ease}.switch-field input[type=checkbox]:checked{background:var(--blue)}.switch-field input[type=checkbox]:checked:after{transform:translate(15px)}.switch-field input[type=checkbox]:focus-visible{outline:3px solid rgba(72,120,223,.18);outline-offset:2px}.switch-copy{display:grid;gap:1px}.switch-copy b{color:var(--text);font-size:10px}.switch-copy small{color:var(--muted);font-size:9px;font-weight:500}.integration-mode-field{display:grid;grid-template-columns:auto 126px;align-items:center;justify-content:end;gap:8px}.integration-mode-field>span{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.integration-mode-field select{min-height:34px;height:34px;padding:6px 9px;border-radius:8px;font-size:10px}.integration-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 14px}.integration-field{display:flex;flex-direction:column;gap:5px;min-width:0}.integration-field>span{color:#53657c;font-size:9px;font-weight:780}.integration-field input{min-height:38px;height:38px;padding:7px 10px;border-radius:9px;font-size:11px}.integration-field input:focus{box-shadow:0 0 0 3px #4878df1a}.secret-help{margin-top:-1px;color:#66816f;font-size:9px;font-weight:600}.integration-option{align-self:end;min-height:38px;padding:7px 10px;border:1px solid #e7edf5;border-radius:9px;background:var(--panel-2)}.integration-actions{margin:16px -18px -14px;padding:12px 18px;border-top:1px solid #e9eef5;background:var(--panel-2)}.integration-actions .button{min-height:36px;padding:7px 12px;border-radius:9px;font-size:10px}.paytr-integration-panel .integration-header{align-items:center}.paytr-refresh-button{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.paytr-refresh-button svg{width:14px;height:14px}.paytr-status-loading{padding:28px 18px}.paytr-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 18px 6px}.paytr-status-item{display:grid;gap:4px;min-width:0;padding:12px;border:1px solid #e4eaf2;border-radius:11px;background:var(--panel-2)}.paytr-status-item>span{color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.035em}.paytr-status-item>strong{overflow:hidden;color:var(--text);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.paytr-status-item>small{width:fit-content;padding:3px 6px;border-radius:999px;font-size:8px;font-weight:800}.paytr-status-item>small.ok{color:#18734d;background:#e7f7ef}.paytr-status-item>small.missing{color:#9a5b16;background:#fff3dc}.paytr-readiness{display:flex;align-items:flex-start;gap:10px;margin:10px 18px;padding:12px 14px;border:1px solid #dce6f3;border-radius:11px}.paytr-readiness svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px}.paytr-readiness>div{display:grid;gap:3px}.paytr-readiness strong{font-size:10px}.paytr-readiness span{color:var(--muted);font-size:9px;line-height:1.45}.paytr-readiness.is-ready{border-color:#d6ecdf;background:var(--panel-2);color:#18734d}.paytr-readiness.is-warning{border-color:#f2dfbf;background:#fffaf1;color:#9a5b16}.paytr-env-card{margin:10px 18px 18px;padding:13px 14px;border:1px solid #e7edf5;border-radius:11px;background:var(--panel-2)}.paytr-env-card>strong{font-size:10px}.paytr-env-card>p{margin:4px 0 10px;color:var(--muted);font-size:9px}.paytr-env-list{display:flex;flex-wrap:wrap;gap:6px}.paytr-env-list code{padding:5px 7px;border:1px solid #dfe7f1;border-radius:7px;color:var(--text-soft);background:var(--panel);font-size:9px}.payment-link-provider-alert{margin:8px 0 2px;font-size:10px}.payment-link-paytr-stats{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.paytr-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.integration-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.paytr-status-grid{grid-template-columns:1fr}.payment-link-paytr-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.integrations-page{width:100%}.integration-control-row{grid-template-columns:1fr}.integration-mode-field{justify-content:start;grid-template-columns:55px minmax(140px,220px)}}@media(max-width:700px){.integration-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-tabs button{min-height:42px;padding:7px 8px;font-size:10px}.integration-header{align-items:flex-start;flex-direction:column}.connection-status{width:100%;max-width:none}.integration-fields-grid{grid-template-columns:1fr}}@media(max-width:460px){.integration-tabs button{gap:5px}.integration-tab-icon{width:20px;height:20px}.integration-tabs svg{width:14px;height:14px}.integration-control-row,.integration-form,.integration-header{padding-left:14px;padding-right:14px}.integration-actions{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}}.form-field{display:flex;flex-direction:column;gap:7px;color:var(--text-soft);font-size:11px;font-weight:720}.form-field>span:first-child,label:not(.search-box):not(.check-row):not(.choice-group label){color:var(--text-soft);font-size:11px;font-weight:700}.form-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:6px}.field-error{color:#b63e4d;font-size:10px;font-weight:550}.check-row{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:11px;background:var(--panel-2)}.check-row input,.choice-group input{width:auto;min-height:auto}.check-row span{display:flex;flex-direction:column;gap:3px}.check-row small{color:var(--muted)}.choice-group{margin:0;padding:14px;border:1px solid var(--line);border-radius:11px}.choice-group legend{padding:0 5px;color:var(--text-soft);font-size:11px;font-weight:750}.choice-group>div{display:flex;gap:13px;flex-wrap:wrap}.choice-group label{display:flex;align-items:center;gap:5px}.desktop-table{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:14px 17px;border-bottom:1px solid #e5ecf4;text-align:left;vertical-align:middle}th{color:var(--muted);background:var(--panel-2);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}td{color:#35485f;font-size:11px}tbody tr{transition:background .12s ease}tbody tr:hover{background:var(--panel-2)}tbody tr:last-child td{border-bottom:0}.customer-link{display:flex;flex-direction:column;gap:4px;color:var(--text);text-decoration:none}.customer-link strong{font-size:11px}.customer-link:hover strong{color:var(--blue)}.customer-link small,.contact-card small{color:var(--muted);font-size:9px}.pagination{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px 17px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.pagination>div{display:flex;align-items:center;gap:8px}.mobile-cards{display:none}.badge{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:4px 8px;border:1px solid transparent;border-radius:999px;font-size:8px;font-weight:850;white-space:nowrap}.group-a,.status-active{color:#277348;border-color:#c7e5d2;background:var(--green-soft)}.group-b,.risk-follow_up{color:#985b17;border-color:#efd8b8;background:var(--orange-soft)}.group-c,.risk-critical,.risk-blacklisted,.status-passive{color:#a43847;border-color:#f0c5ca;background:var(--red-soft)}.risk-normal,.info,.priority-normal{color:#315ea8;border-color:#cfe0fb;background:var(--blue-soft)}.neutral{color:var(--text-soft);border-color:var(--line);background:var(--panel-2)}.priority-important{color:#985b17;border-color:#efd8b8;background:var(--orange-soft)}.priority-urgent{color:#a43847;border-color:#f0c5ca;background:var(--red-soft)}.state,.empty-box{margin:18px;padding:30px;border:1px dashed #d3deeb;border-radius:14px;color:var(--muted);text-align:center;background:#f9fbfd;font-size:11px}.state-error,.field-error{color:#b63e4d}.state button{margin-left:10px}.alert{margin-bottom:16px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;font-size:11px}.alert.error{color:#a43847;border-color:#f2bdc4;background:#fdecef}.alert.success{color:#277348;border-color:#c6e3d0;background:var(--green-soft)}.modal-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#071325a8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(720px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:0 24px 24px;border:1px solid rgba(255,255,255,.5);border-radius:18px;background:var(--panel);box-shadow:0 30px 80px #0000004d}.modal-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:72px;margin:0 -24px 22px;padding:0 24px;border-bottom:1px solid var(--line);background:#fffffff7}.modal-header h2{font-size:17px}.workspace{margin:-24px;min-height:calc(100vh - 72px);background:var(--bg)}.workspace-header{position:sticky;top:72px;z-index:25;display:grid;grid-template-columns:auto minmax(220px,1fr) auto auto;align-items:center;gap:16px;min-height:94px;padding:15px 24px;border-bottom:1px solid var(--line);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace-title{display:flex;align-items:center;gap:13px;min-width:0}.workspace-title h1{overflow:hidden;margin:0;font-size:1.35rem;text-overflow:ellipsis;white-space:nowrap}.workspace-title p{margin:3px 0 0;color:var(--muted);font-size:10px}.company-icon{width:44px;height:44px;display:grid;flex:0 0 auto;place-items:center;border-radius:12px;color:var(--blue);background:var(--blue-soft)}.company-icon svg{width:21px}.workspace-badges,.workspace-actions,.tag-row,.row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.workspace-actions{justify-content:flex-end}.unsaved-banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;color:#855015;background:#fff1d9;font-size:10px;font-weight:700}.unsaved-banner svg{width:16px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:20px 24px}.metric-card{min-height:108px;display:flex;align-items:center;gap:13px;position:relative;overflow:hidden;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--panel);box-shadow:0 5px 18px #1e3d6306;transition:.16s ease}.metric-card:hover{transform:translateY(-2px);border-color:#bdcbe0;box-shadow:var(--shadow)}.metric-icon{width:43px;height:43px;display:grid;flex:0 0 auto;place-items:center;border-radius:12px;color:var(--blue);background:var(--blue-soft)}.metric-icon svg{width:19px}.metric-card>div:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.metric-card small,.metric-card span{color:var(--muted);font-size:9px}.metric-card strong{overflow:hidden;font-size:17px;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.tabs{display:flex;gap:3px;padding:0 24px;overflow-x:auto;border-bottom:1px solid var(--line);background:var(--panel);scrollbar-width:thin}.tabs button{min-width:max-content;padding:14px 15px;border:0;border-bottom:3px solid transparent;color:var(--muted);background:transparent;font-size:10px;font-weight:720}.tabs button:hover{color:var(--blue);background:var(--panel-2)}.tabs button.active{color:#315ea8;border-color:var(--blue);font-weight:850}.workspace-section{margin:20px 24px 24px;padding:20px}.section-header{display:flex;align-items:center;gap:18px;margin-bottom:18px}.section-header p{margin-top:4px;font-size:9px}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-card{padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.contact-card:hover{border-color:#bdcbe0;box-shadow:var(--shadow-soft)}.contact-card>header{display:flex;justify-content:space-between;gap:10px}.contact-card>header>div:first-child{display:flex;flex-direction:column;gap:3px}.contact-card p{display:flex;align-items:center;gap:8px;color:var(--text-soft);font-size:10px}.contact-card p svg{width:15px}.dashboard-metrics{padding:0 0 14px}.dashboard-metrics .metric-card{min-height:124px}.dashboard-metrics .metric-card:after{content:"";position:absolute;width:78px;height:78px;right:-24px;bottom:-30px;border-radius:50%;background:#4878df0e}.dashboard-metrics .metric-card strong{margin-top:6px;font-size:20px}.aging-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 0 18px}.shortcut{min-height:92px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px 18px;text-decoration:none;transition:.16s ease}.shortcut:hover{transform:translateY(-2px);border-color:#bdcbe0;box-shadow:var(--shadow)}.shortcut small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.shortcut strong{font-size:18px}.dashboard-grid,.due-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-grid>.panel,.due-grid>.panel{padding:18px}.dashboard-grid h2,.due-grid h2{margin-bottom:4px}.operation-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:61px;padding:12px 3px;border-bottom:1px solid #e5ecf4;text-decoration:none}.operation-row:hover{color:var(--blue)}.operation-row:last-child{border-bottom:0}.operation-row span{display:flex;flex-direction:column;gap:4px}.operation-row strong{font-size:11px}.operation-row small{color:var(--muted);font-size:9px}.template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.template-grid>.panel{padding:18px}.template-grid>.panel>h2{padding-bottom:12px;border-bottom:1px solid var(--line)}.template-grid label{display:flex;flex-direction:column;gap:7px;margin-top:13px;color:var(--text-soft);font-size:10px;font-weight:700}.template-grid .check-row{flex-direction:row;align-items:center}.announcement-list{display:grid;gap:12px}.announcement-card{position:relative;overflow:hidden;padding:18px 20px}.announcement-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#dce5f1}.announcement-card:has(.priority-important):before{background:var(--orange)}.announcement-card:has(.priority-urgent):before{background:var(--red)}.announcement-card header,.announcement-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.announcement-card header small,.announcement-card footer{color:var(--muted);font-size:9px}.announcement-card h2{margin-top:14px;font-size:15px}.announcement-card p{margin:8px 0 16px;color:var(--text-soft);font-size:11px;line-height:1.55}.notification-wrap,.notification-trigger{position:relative}.notification-badge{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;color:#fff;background:var(--red);font-size:8px;font-weight:900}.notification-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:120;width:min(390px,calc(100vw - 32px));max-height:590px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--panel);box-shadow:var(--shadow)}.notification-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid var(--line)}.notification-head div{display:flex;flex-direction:column;gap:3px}.notification-head strong{font-size:13px}.notification-head span{color:var(--muted);font-size:9px}.notification-head>svg{width:19px;color:var(--blue)}.notification-list{max-height:500px;overflow:auto}.notification-item{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) 7px;align-items:start;gap:9px;padding:12px 13px;border:0;border-bottom:1px solid var(--line);color:var(--text);text-align:left;background:var(--panel)}.notification-item:hover{background:var(--panel-2)}.notification-item.unread{background:var(--blue-soft)}.notification-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:var(--orange);background:var(--orange-soft)}.notification-icon svg{width:16px}.notification-content{min-width:0;display:flex;flex-direction:column;gap:2px}.notification-content strong{font-size:11px}.notification-content>span{overflow:hidden;color:var(--muted);font-size:9px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.notification-content small{margin-top:2px;color:#93a1b3;font-size:8px}.notification-item>i{width:6px;height:6px;align-self:center;border-radius:50%;background:var(--blue)}.notification-empty{display:grid;place-items:center;gap:7px;padding:28px;color:var(--muted);text-align:center}.notification-empty svg{width:20px}.notification-empty p,.notification-error{margin:0;font-size:10px}.notification-error{padding:18px;color:var(--red)}.payment-link-result{margin-top:16px;padding:14px;border:1px solid #c7e5d2;border-radius:12px;background:var(--green-soft)}.row-actions{justify-content:flex-end}@media(max-width:1250px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-header{grid-template-columns:auto minmax(180px,1fr) auto}.workspace-actions{grid-column:2 / -1}.filters{grid-template-columns:repeat(3,minmax(0,1fr))}.search-box{grid-column:1 / -1}}@media(max-width:950px){.sidebar{transform:translate(-102%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:55;border:0;background:#0713257a}.main-column{width:100%;margin-left:0}.mobile-menu-button{display:inline-flex!important}.profile-copy{display:none}.profile-chip{min-width:44px;padding-right:5px}.content{padding:20px}.workspace{margin:-20px}}@media(max-width:760px){.topbar{height:64px;padding:0 14px}.breadcrumb-block span{display:none}.breadcrumb-block span:after{display:none}.profile-chip{display:none}.content{padding:14px}.page-header{min-height:82px;flex-direction:column;padding:9px 0 15px}.page-header .workspace-actions,.page-header>.button{width:100%}.page-header .workspace-actions .button,.page-header>.button{flex:1}.filters,.form-grid{grid-template-columns:1fr}.filters>*,.search-box{grid-column:auto}.full-span{grid-column:auto}.desktop-table{display:none}.mobile-cards{display:grid;gap:10px;padding:12px}.customer-card{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--panel);text-decoration:none}.customer-card>div:first-child{display:flex;flex-direction:column;gap:3px}.customer-card small{color:var(--muted);font-size:9px}.customer-card dl{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;margin:0;padding-top:10px;border-top:1px solid var(--line)}.customer-card dl div{display:flex;flex-direction:column;gap:3px}.customer-card dt{color:var(--muted);font-size:8px}.customer-card dd{margin:0;font-size:11px;font-weight:800}.pagination{align-items:flex-start;flex-direction:column;gap:10px}.workspace{margin:-14px}.workspace-header{position:static;grid-template-columns:auto minmax(0,1fr);padding:14px}.workspace-badges,.workspace-actions{grid-column:1 / -1}.workspace-actions{justify-content:stretch}.workspace-actions .button{flex:1}.metrics-grid{grid-template-columns:1fr;padding:14px}.dashboard-metrics{padding:0 0 12px}.tabs{padding:0 10px}.workspace-section{margin:14px;padding:16px}.section-header{align-items:flex-start;flex-direction:column}.section-header .button{width:100%}.contact-grid,.aging-grid,.dashboard-grid,.due-grid,.template-grid{grid-template-columns:1fr}.aging-grid{padding:0 0 14px}.modal-overlay{padding:0;align-items:end}.modal{width:100%;max-height:94vh;padding:0 18px 18px;border-radius:20px 20px 0 0}.modal-header{margin:0 -18px 18px;padding:0 18px}}.panel-subtitle{margin:5px 0 10px;font-size:9px}.customer-link-button{width:100%;padding:0;border:0;text-align:left;background:transparent;cursor:pointer;font:inherit}.customer-link-button:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:4px}.customer-card-button{width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer}.customer-detail-modal{width:min(1220px,96vw);max-height:calc(100vh - 32px);padding-bottom:0}.customer-detail-modal>.modal-header{margin-bottom:0}.customer-detail-modal .workspace-embedded{margin:0 -24px;min-height:0}.customer-detail-modal .workspace-embedded .workspace-header{top:72px;grid-template-columns:minmax(220px,1fr) auto auto}@media(max-width:700px){.customer-detail-modal{width:100%;max-height:94vh}.customer-detail-modal .workspace-embedded{margin:0 -18px -18px}}.payment-link-modal{width:min(900px,96vw);padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:#f8fafd;box-shadow:0 34px 90px #0818305c}.payment-link-modal>.modal-header{min-height:78px;margin:0;padding:0 30px;border-bottom:1px solid #e4ebf4;background:#fffffffa}.payment-link-modal>.modal-header h2{color:#182a42;font-size:19px;font-weight:820;letter-spacing:-.025em}.payment-link-modal>.modal-header .icon-button{width:42px;height:42px;border-color:#d8e2ef;border-radius:13px;background:var(--panel-2)}.payment-link-modal>.alert{margin:20px 28px 0}.payment-link-form{display:flex;flex-direction:column;gap:16px;padding:22px 28px 26px}.payment-customer-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:82px;padding:15px 17px;border:1px solid #dce6f2;border-radius:17px;background:linear-gradient(135deg,#fff,#f4f8ff);box-shadow:0 8px 24px #1c3e680b}.payment-customer-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#356bd3;background:#eaf2ff}.payment-customer-icon svg{width:22px;height:22px}.payment-customer-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.payment-customer-copy>span{color:#7890b0;font-size:8px;font-weight:850;letter-spacing:.13em}.payment-customer-copy strong{overflow:hidden;color:#172a43;font-size:15px;font-weight:820;text-overflow:ellipsis;white-space:nowrap}.payment-customer-copy small{color:#74849b;font-size:10px}.payment-customer-card>.badge{margin-left:8px}.payment-amount-section,.payment-selection-section{padding:18px;border:1px solid #e0e8f2;border-radius:17px;background:var(--panel)}.payment-amount-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:end;gap:18px 26px}.payment-amount-section .payment-section-heading{grid-column:1;grid-row:1}.payment-amount-section .form-field{grid-column:2;grid-row:1}.payment-inline-error{grid-column:2;margin:-10px 0 0}.payment-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.payment-section-heading.compact{margin-bottom:0}.payment-section-heading>div:first-child{display:flex;align-items:center;gap:11px;min-width:0}.payment-step{width:32px;height:32px;display:grid;flex:0 0 auto;place-items:center;border:1px solid #d7e4f8;border-radius:10px;color:#356bd3;background:#edf4ff;font-size:9px;font-weight:900}.payment-section-heading h3{margin:0;color:#1c2d43;font-size:13px;font-weight:820}.payment-section-heading p{margin:3px 0 0;color:#8090a6;font-size:9px;line-height:1.45}.payment-count-badge{flex:0 0 auto;padding:5px 9px;border:1px solid #d7e4f8;border-radius:999px;color:#3565b7;background:#f2f7ff;font-size:8px;font-weight:820}.payment-amount-section .form-field>span:first-child{color:#62748d;font-size:9px;font-weight:800}.payment-amount-input{position:relative}.payment-amount-input input{min-height:48px;padding:10px 46px 10px 14px;border-color:#cbd8e8;border-radius:12px;font-size:15px;font-weight:760;letter-spacing:-.01em}.payment-amount-input>span{position:absolute;top:50%;right:14px;display:grid;width:28px;height:28px;place-items:center;transform:translateY(-50%);border-radius:8px;color:#356bd3;background:#edf4ff;font-size:13px;font-weight:850}.payment-contact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-choice-input{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:0!important;padding:0!important;opacity:0;pointer-events:none}.payment-contact-option,.payment-channel-option{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.payment-contact-option{min-height:70px;display:grid;grid-template-columns:36px minmax(0,1fr) auto 20px;align-items:center;gap:10px;padding:12px;border:1px solid #e0e8f2;border-radius:13px;background:var(--panel-2);transition:.16s ease}.payment-contact-option:hover{border-color:#bfd0e8;background:var(--panel-2);box-shadow:0 8px 18px #1d3f690b}.payment-contact-option.selected{border-color:#8eb1ef;background:#f1f6ff;box-shadow:inset 0 0 0 1px #4878df14}.payment-contact-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#356bd3;background:#eaf2ff;font-size:12px;font-weight:900}.payment-contact-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.payment-contact-copy strong{overflow:hidden;color:#22344c;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.payment-contact-copy small{color:#8493a8;font-size:8px}.payment-contact-channels{display:flex;justify-content:flex-end;gap:4px;flex-wrap:wrap}.payment-contact-channels em{padding:4px 6px;border:1px solid #e1e8f1;border-radius:999px;color:#6a7d95;background:var(--panel);font-size:7px;font-style:normal;font-weight:760}.payment-checkmark{width:19px;height:19px;display:grid;place-items:center;border:1.5px solid #bcc9da;border-radius:6px;background:var(--panel);transition:.15s ease}.payment-contact-option.selected .payment-checkmark,.payment-channel-option.selected .payment-checkmark{border-color:var(--blue);background:var(--blue)}.payment-contact-option.selected .payment-checkmark:after,.payment-channel-option.selected .payment-checkmark:after{content:"";width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-1px) rotate(-45deg)}.payment-choice-input:focus-visible~.payment-checkmark{outline:3px solid rgba(72,120,223,.22);outline-offset:2px}.payment-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.payment-channel-option{min-height:92px;display:grid;grid-template-columns:38px minmax(0,1fr) 19px;align-items:center;gap:10px;padding:13px;border:1px solid #e0e8f2;border-radius:13px;background:var(--panel-2);transition:.16s ease}.payment-channel-option:hover:not(.disabled){transform:translateY(-1px);border-color:#bfd0e8;background:var(--panel-2);box-shadow:0 8px 18px #1d3f690d}.payment-channel-option.selected{border-color:#8eb1ef;background:#f1f6ff}.payment-channel-option.disabled{cursor:not-allowed;opacity:.5;background:#f6f8fb}.payment-channel-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#356bd3;background:#eaf2ff}.payment-channel-icon svg{width:17px;height:17px}.payment-channel-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.payment-channel-copy strong{color:#23364f;font-size:10px;font-weight:820}.payment-channel-copy small{color:#8796aa;font-size:8px;line-height:1.35}.payment-empty-state{min-height:72px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px dashed #d5dfec;border-radius:13px;color:#8291a6;background:#fafcff;font-size:10px}.payment-empty-state svg{width:17px}.payment-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 18px;border:1px solid #dce6f2;border-radius:17px;background:var(--panel);box-shadow:0 8px 24px #1c3e6809}.payment-footer-summary{min-width:0;display:flex;flex-direction:column;gap:3px}.payment-footer-summary strong{color:#344860;font-size:10px}.payment-footer-summary span{color:#8997aa;font-size:8px}.payment-submit{min-width:182px;min-height:44px;justify-content:center;border-radius:12px}.payment-submit svg{width:16px}.payment-link-success{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;padding:28px}.payment-success-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;color:#277348;background:#e9f7ef}.payment-success-icon svg{width:23px}.payment-success-copy{display:flex;flex-direction:column;gap:4px}.payment-success-kicker{color:#3b8d61;font-size:8px;font-weight:900;letter-spacing:.13em}.payment-success-copy h3{margin:0;color:#20344b;font-size:16px}.payment-success-copy p{margin:0;color:#7e8da1;font-size:9px}.payment-result-meta,.payment-result-url,.payment-send-results,.payment-link-success>.payment-footer{grid-column:1 / -1}.payment-result-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:2px 0 0}.payment-result-meta>div{padding:13px;border:1px solid #e0e8f2;border-radius:12px;background:var(--panel-2)}.payment-result-meta dt{color:#7c8ca1;font-size:8px}.payment-result-meta dd{margin:4px 0 0;color:#273a51;font-size:10px;font-weight:800}.payment-result-url{min-width:0;display:flex;align-items:center;gap:9px;padding:12px 14px;border:1px solid #cfe0fb;border-radius:12px;color:#3565b7;background:#f2f7ff;text-decoration:none;font-size:9px}.payment-result-url svg{width:16px;flex:0 0 auto}.payment-result-url span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-send-results{display:grid;gap:8px;margin:0;padding:0;list-style:none}.payment-send-results li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid #e0e8f2;border-radius:11px;background:var(--panel);font-size:9px}.payment-result-sent{color:#277348;font-weight:800}.payment-result-failed{color:#a43847;font-weight:800}.payment-footer-success{justify-content:flex-end}@media(max-width:760px){.payment-link-modal{width:100%;border-radius:20px 20px 0 0}.payment-link-modal>.modal-header{min-height:68px;padding:0 18px}.payment-link-form{gap:12px;padding:16px}.payment-customer-card{grid-template-columns:42px minmax(0,1fr);padding:13px}.payment-customer-icon{width:42px;height:42px}.payment-customer-card>.badge{grid-column:2;margin:2px 0 0}.payment-amount-section{grid-template-columns:1fr;gap:14px}.payment-amount-section .payment-section-heading,.payment-amount-section .form-field,.payment-inline-error{grid-column:1;grid-row:auto}.payment-contact-list,.payment-channel-grid{grid-template-columns:1fr}.payment-contact-option{grid-template-columns:36px minmax(0,1fr) 20px}.payment-contact-channels{grid-column:2 / -1;justify-content:flex-start}.payment-footer{align-items:stretch;flex-direction:column}.payment-submit{width:100%}.payment-link-success{padding:20px 16px}.payment-result-meta{grid-template-columns:1fr}.payment-send-results li{align-items:flex-start;flex-direction:column}}.payment-link-modal-minimal{width:min(760px,94vw);border-radius:22px;background:#fcfdff;box-shadow:0 30px 80px #0c1b342e}.payment-link-modal-minimal>.modal-header{min-height:72px;padding:0 24px;border-bottom:1px solid #ebf0f6;background:#fffffffa}.payment-link-modal-minimal>.modal-header h2{font-size:16px;font-weight:800;letter-spacing:-.02em}.payment-link-form-minimal{gap:14px;padding:18px 22px 22px}.payment-topbar-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #e5ebf4;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.payment-topbar-main{min-width:0;display:flex;align-items:center;gap:12px}.payment-customer-icon.compact{width:42px;height:42px;border-radius:12px}.payment-customer-copy.compact{gap:2px}.payment-customer-copy.compact strong{font-size:13px}.payment-customer-copy.compact small{color:#7d8ba1;font-size:11px}.payment-topbar-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.payment-mini-stat{padding:6px 10px;border:1px solid #e1e7f0;border-radius:999px;background:var(--panel);color:#607188;font-size:11px;font-weight:700}.payment-minimal-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,340px);gap:14px}.payment-panel{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border:1px solid #e7edf5;border-radius:16px;background:var(--panel)}.payment-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.payment-panel-head h3{margin:0;color:#1d2f46;font-size:13px;font-weight:800}.payment-panel-head>span{color:#8090a6;font-size:11px;font-weight:700}.payment-panel-amount .form-field{gap:8px}.payment-panel-amount .form-field>span:first-child{display:none}.payment-amount-input.minimal input{min-height:44px;padding:10px 42px 10px 14px;border-radius:12px;font-size:14px;font-weight:700}.payment-amount-input.minimal>span{width:24px;height:24px;right:12px;font-size:12px;border-radius:7px}.payment-inline-error.minimal{margin:-4px 0 0;font-size:11px}.payment-contact-list.minimal{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.payment-contact-option.minimal{min-height:64px;grid-template-columns:34px minmax(0,1fr) auto 18px;gap:9px;padding:10px 11px;border-radius:12px;background:var(--panel-2)}.payment-contact-avatar.minimal{width:34px;height:34px;border-radius:10px;font-size:11px}.payment-contact-copy.minimal strong{font-size:12px}.payment-contact-copy.minimal small{font-size:10px}.payment-contact-channels.minimal{gap:4px}.payment-contact-channels.minimal em{padding:3px 6px;font-size:9px;font-weight:700}.payment-channel-grid.minimal{grid-template-columns:1fr;gap:8px}.payment-channel-option.minimal{min-height:58px;grid-template-columns:32px minmax(0,1fr) 18px;gap:10px;padding:10px 11px;border-radius:12px}.payment-channel-icon.minimal{width:32px;height:32px;border-radius:10px}.payment-channel-icon.minimal svg{width:15px;height:15px}.payment-channel-copy.minimal{gap:2px}.payment-channel-copy.minimal strong{font-size:12px}.payment-channel-copy.minimal small{font-size:10px}.payment-checkmark.minimal{width:18px;height:18px;border-radius:6px}.payment-footer-minimal{padding:14px 16px;border-radius:16px}.payment-footer-summary.minimal strong{font-size:12px}.payment-footer-summary.minimal span{font-size:11px}.payment-link-success-minimal{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:22px}.payment-success-stats{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-success-stats>div{padding:12px 14px;border:1px solid #e5ebf3;border-radius:12px;background:var(--panel-2)}.payment-success-stats span{display:block;color:#7f8da1;font-size:10px}.payment-success-stats strong{display:block;margin-top:4px;color:#1f3248;font-size:12px}.payment-send-results-minimal li>div{display:flex;flex-direction:column;gap:2px}.payment-send-results-minimal li small{color:#7f8ca0;font-size:10px}@media(max-width:760px){.payment-link-modal-minimal{width:min(100%,100vw);border-radius:20px 20px 0 0}.payment-link-form-minimal{padding:16px}.payment-topbar-card,.payment-footer-minimal{padding:12px 14px}.payment-topbar-card{align-items:flex-start;flex-direction:column}.payment-topbar-meta{justify-content:flex-start}.payment-minimal-grid,.payment-contact-list.minimal{grid-template-columns:1fr}.payment-contact-option.minimal{grid-template-columns:34px minmax(0,1fr) 18px}.payment-contact-channels.minimal{grid-column:2 / -1;justify-content:flex-start}.payment-footer-minimal{flex-direction:column;align-items:stretch}.payment-success-stats{grid-template-columns:1fr}}.payment-topbar-card-with-amount{align-items:center}.payment-topbar-right{display:flex;align-items:center;gap:14px;flex:0 0 auto}.payment-topbar-amount-field{min-width:150px;width:150px;gap:5px}.payment-topbar-amount-field>span:first-child{color:#6d7d91;font-size:10px;font-weight:800}.payment-amount-input.compact-amount input{min-height:38px;height:38px;padding:7px 36px 7px 11px;border-radius:10px;font-size:13px}.payment-amount-input.compact-amount>span{width:22px;height:22px;right:8px;font-size:11px;border-radius:7px}.payment-inline-error.topbar-error{margin:-6px 4px 0 auto;font-size:10px}.payment-minimal-grid-users{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:stretch}.payment-panel-contacts-primary,.payment-panel-channels{min-height:250px}.payment-contact-list.minimal.single-column{grid-template-columns:1fr;gap:8px}.payment-panel-contacts-primary .payment-empty-state{min-height:172px}.payment-panel-channels .payment-channel-grid.minimal{height:100%;align-content:start}.operation-row-button{width:100%;color:inherit;font:inherit;text-align:left;border-top:0;border-left:0;border-right:0;background:transparent;cursor:pointer}.operation-row-button:hover,.operation-row-button:focus-visible{color:var(--blue)}.operation-row-button:focus-visible{outline:2px solid rgba(72,120,223,.28);outline-offset:3px;border-radius:8px}@media(max-width:760px){.payment-topbar-right{width:100%;align-items:flex-end;justify-content:space-between}.payment-topbar-amount-field{min-width:138px;width:138px}.payment-minimal-grid-users{grid-template-columns:1fr}.payment-panel-contacts-primary,.payment-panel-channels{min-height:auto}}.payment-topbar-amount-field .form-field{gap:5px}.payment-topbar-amount-field .form-field>span:first-child{color:#6d7d91;font-size:10px;font-weight:800}.login-page{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;background:#0c2036}.login-visual{min-width:0;padding:7vw;display:flex;flex-direction:column;justify-content:center;color:#fff;background:radial-gradient(circle at 20% 20%,rgba(79,127,232,.25),transparent 34%),radial-gradient(circle at 80% 70%,rgba(90,167,187,.16),transparent 30%),#0c2036}.login-brand{display:flex;align-items:center;gap:10px;min-width:0}.login-brand-logo-wrap{width:86px;height:62px;flex:0 0 86px;display:grid;place-items:center;overflow:hidden}.login-brand-logo-wrap img{width:100%;height:100%;display:block;object-fit:contain}.login-brand-stack{display:flex;min-width:0;flex-direction:column;line-height:1.05}.login-brand-stack strong{font-size:22px;font-weight:850;letter-spacing:-.03em;white-space:nowrap}.login-brand-stack span{margin-top:2px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.login-brand-dark .login-brand-stack strong{color:#fff}.login-brand-dark .login-brand-stack span{color:#a9bed3}.login-brand-light .login-brand-stack strong{color:#102a4a}.login-brand-light .login-brand-stack span{color:#758aa1}.login-visual h1{max-width:760px;margin:42px 0 14px;color:#fff;font-size:clamp(46px,3.05vw,58px);line-height:1.03;letter-spacing:-2px;font-weight:850}.login-description{max-width:760px;margin:24px 0 0;color:#c4d0dd;font-size:18px;line-height:1.65}.login-feature-list{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.login-feature-list span{padding:9px 11px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#fff;background:#ffffff0f;font-size:12px;font-weight:600;white-space:nowrap}.login-card{min-width:0;margin:28px;padding:48px;display:flex;flex-direction:column;justify-content:center;overflow:auto;border-radius:24px;background:var(--panel);box-shadow:0 10px 30px #2f486212}.login-card-content{width:100%}.login-card .login-brand-logo-wrap{width:86px;height:62px;flex-basis:86px}.login-card h2{margin:34px 0 5px;color:var(--text);font-size:30px;font-weight:850;line-height:1.15;letter-spacing:-.04em}.login-card-subtitle{margin:0 0 28px;color:#738399;font-size:14px;line-height:1.5}.login-form{display:grid;gap:4px}.login-field{display:flex;flex-direction:column;gap:6px;margin:10px 0;color:var(--text-soft);font-size:12px;font-weight:700}.login-field input{width:100%;min-height:46px;padding:10px 11px;outline:none;border:1px solid #e3eaf2;border-radius:10px;color:var(--text);background:var(--panel);font:inherit;font-size:13px}.login-field input:focus{border-color:#a9c1f7;box-shadow:0 0 0 3px #4f7fe814}.login-error{margin:4px 0 8px;padding:10px 12px;border:1px solid #f0d0d0;border-radius:10px;color:#9f4a4a;background:#fdeeee;font-size:11px;line-height:1.45}.login-submit{width:100%;min-height:46px;margin-top:2px;padding:10px 13px;border:0;border-radius:10px;color:#fff;background:#4f7fe8;font-size:13px;font-weight:750;cursor:pointer}.login-submit:hover:not(:disabled){background:#4776dd}.login-submit:disabled{cursor:not-allowed;opacity:.65}@media(max-width:900px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-card{min-height:calc(100vh - 28px);margin:14px;padding:30px}.login-card-content{width:min(560px,100%);margin:auto}}@media(max-width:520px){.login-card{min-height:100vh;margin:0;border-radius:0;padding:28px 22px}.login-card h2{font-size:27px}.login-card .login-brand-logo-wrap{width:72px;height:54px;flex-basis:72px}.login-brand-stack strong{font-size:19px}.login-brand-stack span{font-size:9px}}.identity-modal,.user-editor-modal{width:min(900px,100%)}.identity-form{gap:18px 20px}.form-hint{margin-top:-2px;color:var(--muted);font-size:9px;font-weight:550}.user-active-check{align-self:end;min-height:80px;align-items:center}.user-active-check>span{gap:4px}.user-active-check strong{color:var(--text);font-size:11px}.identity-role-fieldset,.permission-group-card{margin:0;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.identity-role-fieldset>legend,.permission-group-card>legend{padding:0 7px;color:var(--text);font-size:12px;font-weight:800}.identity-field-help{margin:0 0 12px;color:var(--muted);font-size:9px}.identity-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.identity-role-card{min-height:72px;align-items:center}.identity-role-card>svg{width:18px;flex:0 0 auto;color:var(--blue)}.identity-role-card strong{color:var(--text);font-size:11px}.identity-role-list{padding:0;overflow:hidden}.identity-role-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:88px;padding:16px 18px;border-bottom:1px solid var(--line)}.identity-role-list-item:last-child{border-bottom:0}.identity-role-list-item h2{font-size:13px}.identity-role-list-item p{margin:4px 0 0;line-height:1.5}.identity-role-list-item small{display:block;margin-top:5px;color:var(--muted);font-size:9px}.identity-table-panel{padding:0}.role-editor-modal{width:min(1080px,100%)}.role-editor-form{align-items:start}.role-permission-intro{display:flex;flex-direction:column;gap:4px;padding:4px 2px 0}.role-permission-intro strong{color:var(--text);font-size:12px}.role-permission-intro span{color:var(--muted);font-size:9px}.permission-groups-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.permission-group-card{min-width:0;padding:14px;background:var(--panel-2)}.permission-group-items{display:grid;gap:8px}.permission-friendly-row{align-items:flex-start;background:var(--panel)}.permission-friendly-row>input{margin-top:3px}.permission-friendly-row strong{color:var(--text);font-size:10px;line-height:1.35}.permission-friendly-row small{font-size:8px;line-height:1.45}.permission-friendly-row code{width:fit-content;margin-top:2px;padding:2px 5px;color:#718198;background:#f3f6fa;font-size:7px}.reports-reference .reports-page-head{margin-bottom:4px}.report-tabs-reference{display:flex;gap:7px;margin-bottom:10px;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}.report-tabs-reference button{min-height:38px;padding:9px 13px;border:1px solid var(--line);border-radius:10px;color:#55677e;background:var(--panel);font-size:10px;font-weight:800;white-space:nowrap;transition:.15s ease}.report-tabs-reference button:hover{color:var(--blue);border-color:#b8c9e3;background:var(--blue-soft)}.report-tabs-reference button.active{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 6px 16px #4878df2e}.report-filter-bar{display:grid;grid-template-columns:minmax(280px,1fr) repeat(3,minmax(145px,190px)) auto;align-items:center;gap:9px;margin-bottom:12px;padding:11px 12px;box-shadow:none}.report-filter-bar:has(select[aria-label=Kanal]),.report-filter-bar:has(select[aria-label=Yöntem]){grid-template-columns:minmax(240px,1fr) repeat(4,minmax(130px,170px)) auto}.report-search{min-width:0;position:relative;display:block}.report-search>svg{position:absolute;top:12px;left:12px;width:17px;height:17px;color:var(--muted);pointer-events:none}.report-search>input{padding-left:38px}.report-table-reference{min-height:320px}.report-table-reference table{min-width:760px}.report-table-reference th{padding:12px 15px;font-size:8px}.report-table-reference td{padding:13px 15px;font-size:10px}.report-customer-link{display:flex;flex-direction:column;gap:3px;color:var(--text);text-decoration:none}.report-customer-link strong{font-size:10px}.report-customer-link small{color:var(--muted);font-size:8px}.report-customer-link:hover strong{color:var(--blue)}.report-customer-button{width:100%;padding:0;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer}.report-customer-button:focus-visible,.table-customer-button:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:5px}.table-customer-button{padding:0;border:0;background:transparent;color:var(--text);font:inherit;font-weight:700;text-align:left;cursor:pointer}.table-customer-button:hover{color:var(--blue)}.report-note{margin:0;padding:11px 15px;border-top:1px solid var(--line);color:var(--muted);background:var(--panel-2);font-size:9px}.dashboard-reference-head{margin-bottom:2px}.dashboard-reference-head>.button{text-decoration:none}.dashboard-reference-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.dashboard-reference-metric{width:100%;min-height:128px;position:relative;overflow:hidden;display:block;padding:17px 16px 14px;border:1px solid var(--line);border-radius:16px;color:var(--text);background:var(--panel);text-align:left;text-decoration:none;box-shadow:var(--shadow-soft);transition:.16s ease}.dashboard-reference-metric:hover{transform:translateY(-2px);border-color:#bdcbe0;box-shadow:var(--shadow)}.dashboard-reference-metric>span{display:block;padding-right:46px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.07em}.dashboard-reference-metric>strong{display:block;margin-top:12px;font-size:22px;letter-spacing:-.035em}.dashboard-reference-metric>small{display:block;margin-top:5px;color:var(--muted);font-size:8px}.dashboard-reference-metric>i{position:absolute;top:14px;right:14px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;font-style:normal}.dashboard-reference-metric>i svg{width:18px}.dashboard-reference-metric.blue>i{color:var(--blue);background:var(--blue-soft)}.dashboard-reference-metric.red>i{color:var(--red);background:var(--red-soft)}.dashboard-reference-metric.green>i{color:var(--green);background:var(--green-soft)}.dashboard-reference-metric.purple>i{color:#7356b8;background:#f0ebff}.dashboard-aging-reference{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:11px 0}.dashboard-aging-card{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:11px;padding:11px 13px;border:1px solid var(--line);border-radius:14px;color:var(--text);background:var(--panel);text-decoration:none;box-shadow:var(--shadow-soft);transition:.15s ease}.dashboard-aging-card:hover{transform:translateY(-1px);border-color:#bdcbe0}.dashboard-aging-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;font-size:12px;font-weight:900}.dashboard-aging-card.yellow>span{color:#9a7717;background:#fff8d9}.dashboard-aging-card.orange>span{color:var(--orange);background:var(--orange-soft)}.dashboard-aging-card.red>span{color:var(--red);background:var(--red-soft)}.dashboard-aging-card strong{display:block;font-size:11px}.dashboard-aging-card small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.dashboard-aging-card>svg{width:17px;color:#8b9aae}.dashboard-reference-columns{display:grid;grid-template-columns:1.1fr .9fr;gap:11px}.dashboard-list-panel{padding:0;overflow:hidden}.dashboard-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 17px;border-bottom:1px solid var(--line)}.dashboard-section-head h2{font-size:14px}.dashboard-section-head p{margin:4px 0 0;color:var(--muted);font-size:8px}.dashboard-section-head>a{display:inline-flex;align-items:center;gap:3px;color:var(--blue);font-size:9px;font-weight:800;text-decoration:none}.dashboard-section-head>a svg{width:14px}.dashboard-compact-list{padding:4px 12px 12px}.dashboard-compact-list>a{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 5px;border-bottom:1px solid var(--line);color:var(--text);text-decoration:none}.dashboard-compact-list>a:last-child{border-bottom:0}.dashboard-compact-list>a:hover strong{color:var(--blue)}.dashboard-compact-list>a>span:nth-child(2){min-width:0}.dashboard-compact-list>a strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.dashboard-compact-list>a small{display:block;overflow:hidden;margin-top:3px;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.dashboard-compact-list>a>b{font-size:10px;white-space:nowrap}.dashboard-avatar{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;font-size:9px;font-weight:900}.dashboard-avatar.green{color:var(--green);background:var(--green-soft)}.dashboard-avatar.red{color:var(--red);background:var(--red-soft)}.dashboard-reference-columns{grid-template-columns:minmax(0,1.62fr) minmax(300px,1fr);gap:15px;margin-top:15px}.dashboard-aging-panel{padding:0;overflow:hidden}.dashboard-aging-list{display:grid;gap:10px;padding:14px}.dashboard-aging-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:72px;padding:13px 16px;border:1px solid var(--line);border-left-width:6px;border-radius:13px;color:var(--text);text-decoration:none}.dashboard-aging-row{width:100%;text-align:left}.dashboard-aging-row span{min-width:0}.dashboard-aging-row strong{display:block;font-size:12px}.dashboard-aging-row small{display:block;margin-top:5px;color:var(--muted);font-size:10px}.dashboard-aging-row>b{font-size:20px;letter-spacing:-.035em;white-space:nowrap}.dashboard-aging-row.green{border-left-color:var(--green);background:linear-gradient(90deg,var(--green-soft),#fff 55%)}.dashboard-aging-row.yellow{border-left-color:#d4a84e;background:linear-gradient(90deg,#fff7df,#fff 55%)}.dashboard-aging-row.orange{border-left-color:var(--orange);background:linear-gradient(90deg,var(--orange-soft),#fff 55%)}.dashboard-aging-row.red{border-left-color:var(--red);background:linear-gradient(90deg,var(--red-soft),#fff 55%)}.dashboard-action-list{padding:4px 14px 12px}.dashboard-action-list>button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 4px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.dashboard-action-list>button:last-child{border-bottom:0}.dashboard-action-list strong{display:block;font-size:11px}.dashboard-action-list small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.dashboard-action-list b{display:inline-flex;align-items:center;gap:3px;color:var(--blue);font-size:10px}.dashboard-action-list b svg{width:14px;height:14px}.dashboard-quick-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:15px}.dashboard-quick-cards>a,.dashboard-quick-cards>button{display:flex;min-height:72px;flex-direction:column;justify-content:center;gap:5px;padding:14px;border:1px solid var(--line);border-radius:13px;color:var(--text);background:var(--panel);text-align:left;text-decoration:none}.dashboard-quick-cards strong{font-size:11px}.dashboard-quick-cards span{color:var(--muted);font-size:9px}.dashboard-quick-cards .blue{background:var(--blue-soft)}.dashboard-quick-cards .green{background:var(--green-soft)}.dashboard-quick-cards .purple{background:var(--purple-soft)}.dashboard-data-modal{width:min(1220px,calc(100vw - 32px));max-height:calc(100vh - 30px);overflow:auto;border-radius:20px}.dashboard-modal-body{padding:0 28px 24px}.dashboard-modal-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.dashboard-modal-summary p{margin:0;color:var(--muted);font-size:12px}.dashboard-modal-summary>span{padding:5px 9px;border-radius:999px;color:#3569c8;background:var(--blue-soft);font-size:9px;font-weight:850;white-space:nowrap}.dashboard-modal-table{overflow-x:auto}.dashboard-modal-table table{width:100%;min-width:850px;border-collapse:collapse}.dashboard-modal-table th{padding:11px 13px;color:var(--text-soft);background:var(--panel-2);font-size:9px;letter-spacing:.05em;text-align:left;text-transform:uppercase}.dashboard-modal-table td{padding:12px 13px;border-bottom:1px solid var(--line);font-size:10px;vertical-align:middle}.dashboard-modal-table td>button{padding:0;border:0;color:var(--text);background:transparent;font:inherit;font-weight:800;text-align:left}.dashboard-modal-table td>button:hover{color:var(--blue)}.dashboard-modal-table td:last-child small{display:block;margin-top:4px;color:var(--muted);font-size:8px}.dashboard-modal-unavailable{min-height:180px;display:grid;place-items:center;color:var(--muted);font-size:11px;text-align:center}.dashboard-modal-actions{display:flex;justify-content:flex-end;margin-top:22px}@media(max-width:1250px){.dashboard-reference-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.report-filter-bar,.report-filter-bar:has(select[aria-label=Kanal]),.report-filter-bar:has(select[aria-label=Yöntem]){grid-template-columns:repeat(3,minmax(0,1fr))}.report-search{grid-column:1 / -1}}@media(max-width:900px){.permission-groups-grid,.identity-role-grid,.dashboard-reference-columns,.dashboard-aging-reference,.dashboard-quick-cards{grid-template-columns:1fr}.identity-role-list-item{grid-template-columns:minmax(0,1fr) auto}.identity-role-list-item>.button{grid-column:1 / -1}}@media(max-width:650px){.dashboard-reference-metrics{grid-template-columns:1fr}.report-filter-bar,.report-filter-bar:has(select[aria-label=Kanal]),.report-filter-bar:has(select[aria-label=Yöntem]){grid-template-columns:1fr}.report-search{grid-column:auto}.report-tabs-reference{margin-right:-13px;padding-right:13px}.identity-role-list-item{grid-template-columns:1fr}.identity-role-list-item>.badge{justify-self:start}.dashboard-reference-head>.button{width:100%}.dashboard-aging-row{grid-template-columns:1fr}.dashboard-aging-row>b{font-size:17px}}.due-reference-page .page-header{margin-bottom:16px}.due-reference-page .page-header .muted{max-width:720px;margin:5px 0 0;font-size:11px}.due-reference-panel{padding:17px 18px;box-shadow:none}.due-reference-panel>h2{margin:0;font-size:15px}.due-reference-panel>.muted{margin:5px 0 10px;font-size:10px}.due-reference-panel .operation-row-button{width:100%;padding:11px 4px;border-right:0;border-left:0;border-radius:0}.due-row-end{display:flex!important;flex:0 0 auto;flex-direction:row!important;align-items:center;gap:10px!important}.due-row-end>strong{min-width:105px;text-align:right;white-space:nowrap}.templates-reference-actions{display:flex;align-items:center;gap:8px}.templates-reference-actions .button{min-width:0;white-space:nowrap}.excel-import-page{min-width:0}.excel-import-reference{padding:0}.excel-import-head{align-items:flex-start;margin-bottom:18px}.excel-import-head h1{margin:0 0 5px;font-size:29px;line-height:1.08}.excel-import-head .muted{max-width:780px;margin:0;font-size:13px;line-height:1.45}.excel-import-head-actions{display:flex;align-items:center;gap:10px}.excel-import-head-actions .button{min-height:46px;padding:0 18px;border-radius:13px;font-size:12px}.excel-import-head-actions .button svg{width:17px;height:17px}.excel-template-action{color:#2f60c8;border-color:#bed2f5;background:var(--panel-2)}.excel-import-info{min-height:54px;display:flex;align-items:center;margin-bottom:18px;padding:12px 16px;color:#2f61c4;background:#eef4ff;border-color:#c9daf7;border-radius:12px}.excel-import-info span{display:block;font-size:12px;line-height:1.5}.excel-import-info strong{font-weight:900}.excel-import-layout{display:grid;grid-template-columns:minmax(340px,.78fr) minmax(0,1.22fr);gap:18px;align-items:stretch}.excel-step-card{min-width:0;min-height:522px;padding:22px;border:1px solid #d7e1ee;border-radius:18px;background:var(--panel);box-shadow:none}.excel-step-card h2{display:flex;align-items:center;margin:0 0 10px;font-size:17px;line-height:1.2}.excel-step-card>.muted,.excel-review-head .muted{margin:0;font-size:12px;line-height:1.45}.excel-step-number{display:inline-grid;width:34px;height:34px;margin-right:10px;place-items:center;border-radius:11px;color:#315fb8;background:#edf3ff;font-size:13px;font-weight:900}.excel-dropzone{display:grid;min-height:198px;margin-top:16px;padding:28px 18px;place-items:center;align-content:center;border:2px dashed #a8bee0;border-radius:18px;color:var(--muted);background:var(--panel-2);text-align:center;cursor:pointer;transition:border-color .16s,background .16s}.excel-dropzone:hover{border-color:var(--blue);background:var(--panel-2)}.excel-dropzone input{position:absolute;width:1px;height:1px;opacity:0}.excel-dropzone-icon{width:38px;height:38px;color:#16334d;stroke-width:1.8}.excel-dropzone b{margin:14px 0 5px;color:var(--text);font-size:13px}.excel-dropzone span{font-size:12px}.excel-file-meta{display:none;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:9px 12px;border-radius:10px;background:var(--blue-soft);font-size:10px}.excel-file-meta.show{display:flex}.excel-file-meta>span{display:flex;min-width:0;flex-direction:column;gap:2px}.excel-file-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.excel-file-meta small{color:var(--muted)}.excel-file-meta button{border:0;color:#a2444b;background:transparent;font-size:9px;font-weight:800}.excel-import-options{display:grid;gap:10px;margin-top:16px}.excel-import-options .check.excel-option-row{display:flex;min-height:50px;align-items:center;gap:10px;margin:0;padding:0 14px;border:1px solid #dbe4ef;border-radius:11px;background:#fcfdff;color:#405575;font-size:11px;font-weight:800}.excel-option-row input{width:15px;height:15px;flex:0 0 auto;accent-color:#2f6fe7}.excel-review-card{position:relative;display:flex;flex-direction:column}.excel-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.excel-review-head>div{min-width:0}.excel-import-action{min-width:142px;min-height:48px;flex:0 0 auto;border-radius:13px}.excel-preview-empty{display:grid;min-height:360px;flex:1;place-items:center;color:var(--muted);text-align:center}.excel-preview-empty>div{display:grid;gap:7px;max-width:520px;justify-items:center}.excel-preview-empty .empty-icon{width:44px;height:44px;color:#788aa5;stroke-width:1.6}.excel-preview-empty b{color:#72809a;font-size:13px}.excel-preview-empty p{margin:0;font-size:12px;line-height:1.45}.excel-import-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:18px 0 12px}.excel-import-stat{padding:11px;border:1px solid var(--line);border-radius:12px;background:var(--panel-2)}.excel-import-stat span{color:var(--muted);font-size:8px;letter-spacing:.05em;text-transform:uppercase}.excel-import-stat b{display:block;margin-top:4px;font-size:18px}.excel-import-stat.green{background:var(--green-soft)}.excel-import-stat.blue{background:var(--blue-soft)}.excel-import-stat.orange{background:var(--orange-soft)}.excel-import-stat.red{background:var(--red-soft)}.excel-preview-table{max-height:360px;overflow:auto;border:1px solid var(--line);border-radius:12px}.excel-preview-table table{min-width:620px}.excel-preview-table th,.excel-preview-table td{padding:9px 10px;font-size:9px}.excel-row-error td{background:var(--red-soft)!important}.integration-panel{position:relative}.integration-panel:before{content:"";position:absolute;inset:0 auto 0 0;z-index:2;width:5px;background:var(--purple)}@media(max-width:1050px){.excel-import-layout{grid-template-columns:1fr}.excel-import-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.excel-import-head,.templates-reference-head{flex-direction:column}.excel-import-head-actions,.templates-reference-actions{width:100%;flex-direction:column;align-items:stretch}.excel-import-head-actions .button,.templates-reference-actions .button{width:100%}.due-row-end{align-items:flex-end;flex-direction:column!important;gap:4px!important}}@media(max-width:560px){.excel-import-summary{grid-template-columns:1fr 1fr}.excel-step-card{padding:14px}}.reports-v10-head{min-height:0;margin-bottom:22px;padding:0}.reports-v10-head h1{font-size:28px}.reports-v10-head .button{min-height:40px}.reports-v10-layout{display:grid;grid-template-columns:410px minmax(0,1fr);gap:14px;align-items:start}.reports-v10-sidebar{padding:12px;border-radius:16px;box-shadow:none}.reports-v10-caption{margin:2px 5px 9px;color:var(--text-soft);font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.reports-v10-list{display:flex;flex-direction:column;gap:4px}.reports-v10-item{width:100%;min-height:39px;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid transparent;border-radius:9px;color:var(--text);background:transparent;font-size:11px;font-weight:760;text-align:left}.reports-v10-item>span{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#8c75c8}.reports-v10-item.high>span{background:#c96868}.reports-v10-item.medium>span{background:#d4a84e}.reports-v10-item.low>span{background:#4f7fe8}.reports-v10-item:hover{background:#f3f7ff}.reports-v10-item.active{border-color:#a8c7ff;color:#2859ad;background:#eaf1ff}.reports-v10-detail{min-height:510px;overflow:hidden;padding:18px 22px;border-radius:16px;box-shadow:none}.reports-v10-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.reports-v10-detail-head h2{margin:0;font-size:16px}.reports-v10-detail-head p{max-width:690px;margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.reports-v10-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}.reports-v10-count{padding:5px 9px;border-radius:999px;color:#3569c8;background:#eaf1ff;font-size:9px;font-weight:850;white-space:nowrap}.reports-v10-actions .button{min-height:38px;padding:9px 12px;white-space:nowrap}.reports-v10-table{overflow-x:auto}.reports-v10-table table{width:100%;min-width:760px;border-collapse:collapse}.reports-v10-table th{padding:9px 10px;color:var(--text-soft);background:var(--panel-2);font-size:9px;letter-spacing:.055em;text-align:left;text-transform:uppercase}.reports-v10-table td{padding:10px;border-bottom:1px solid #e3eaf2;color:var(--text);font-size:10px;line-height:1.45;vertical-align:middle}.reports-v10-customer{padding:0;border:0;color:var(--text);background:transparent;font:inherit;font-weight:700;text-align:left}.reports-v10-customer:hover{color:var(--blue)}.reports-v10-unavailable{min-height:330px;display:grid;place-content:center;gap:6px;padding:30px;color:var(--muted);text-align:center}.reports-v10-unavailable strong{color:var(--text);font-size:13px}.reports-v10-unavailable span{max-width:440px;font-size:10px;line-height:1.5}@media(max-width:1050px){.reports-v10-layout{grid-template-columns:1fr}.reports-v10-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.reports-v10-head,.reports-v10-detail-head{align-items:stretch;flex-direction:column}.reports-v10-head .button{width:100%}.reports-v10-list{display:flex;overflow-x:auto;flex-direction:row}.reports-v10-item{min-width:260px}.reports-v10-actions{justify-content:space-between}.reports-v10-detail{padding:15px 13px}}.announcements-reference-head{margin-bottom:2px}.announcement-feed-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.55fr);gap:12px;align-items:start}.announcement-feed-panel{padding:0;overflow:hidden}.announcement-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid var(--line)}.announcement-section-head h2{font-size:14px}.announcement-section-head p{margin:4px 0 0;color:var(--muted);font-size:9px}.announcement-feed-list{padding:4px 14px 14px}.announcement-feed-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;padding:15px 3px;border-bottom:1px solid var(--line)}.announcement-feed-item:last-child{border-bottom:0}.announcement-feed-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:var(--blue);background:var(--blue-soft)}.announcement-feed-icon svg{width:17px;height:17px}.announcement-feed-item.important .announcement-feed-icon{color:var(--orange);background:var(--orange-soft)}.announcement-feed-item.urgent .announcement-feed-icon{color:var(--red);background:var(--red-soft)}.announcement-feed-content{min-width:0}.announcement-feed-meta{display:flex;align-items:center;gap:7px;min-width:0;color:var(--muted);font-size:8px}.announcement-feed-meta>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-feed-meta time{margin-left:auto;white-space:nowrap}.announcement-feed-item h3{margin:8px 0 4px;color:var(--text);font-size:12px}.announcement-feed-item p{margin:0 0 5px;color:var(--text-soft);font-size:10px;line-height:1.6}.announcement-feed-item small{color:var(--muted);font-size:8px}.announcement-guide{height:max-content;padding:24px;background:linear-gradient(145deg,var(--blue-soft),var(--panel))}.announcement-guide>svg{width:32px;height:32px;color:var(--blue)}.announcement-guide h2{margin-top:13px;font-size:15px}.announcement-guide p,.announcement-guide li{color:var(--muted);font-size:10px;line-height:1.6}.announcement-guide p{margin:8px 0 12px}.announcement-guide ul{margin:0;padding-left:17px}@media(max-width:950px){.announcement-feed-layout{grid-template-columns:1fr}.announcement-guide{order:-1}}@media(max-width:650px){.announcements-reference-head{flex-direction:column}.announcements-reference-head .button{width:100%}.announcement-feed-meta{align-items:flex-start;flex-wrap:wrap}.announcement-feed-meta time{width:100%;margin-left:0}}.template-page{padding-bottom:28px}.template-page-header{align-items:flex-end;margin-bottom:18px}.template-page-header .page-subtitle{max-width:720px;margin-top:7px;color:var(--muted);font-size:10px;line-height:1.55}.template-page-header .button{min-width:190px}.template-page-header .button svg,.template-footer .button svg{width:16px;height:16px}.template-workspace{overflow:hidden;padding:0}.template-group-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-bottom:1px solid var(--line);background:var(--panel-2)}.template-group-tabs button{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-height:64px;padding:12px 18px;border:0;border-right:1px solid var(--line);color:#6b7c92;background:transparent;cursor:pointer;transition:.16s ease}.template-group-tabs button:last-child{border-right:0}.template-group-tabs button:after{content:"";position:absolute;right:18px;bottom:-1px;left:18px;height:3px;border-radius:6px 6px 0 0;background:transparent}.template-group-tabs button:hover{color:#315ea8;background:var(--panel)}.template-group-tabs button.active{color:#173c78;background:var(--panel)}.template-group-tabs button.active:after{background:var(--blue)}.template-group-tabs button>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid #d5e1f2;border-radius:9px;color:#5270a1;background:#edf4ff;font-size:10px;font-weight:900}.template-group-tabs button.active>span{border-color:#9db8ed;color:#fff;background:var(--blue)}.template-group-tabs button>b{font-size:11px}.template-workspace-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px 17px}.template-workspace-head h2{margin:0;font-size:16px}.template-workspace-head>div:first-child>p{max-width:680px;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.55}.template-variable-box{display:flex;align-items:flex-start;gap:10px;min-width:min(470px,45%);padding:11px 13px;border:1px solid #cfdef3;border-radius:12px;color:#315ea8;background:var(--panel-2)}.template-variable-box>svg{width:17px;height:17px;flex:0 0 auto;margin-top:1px}.template-variable-box>div{min-width:0}.template-variable-box b{display:block;margin-bottom:6px;font-size:9px}.template-variable-box>div>div{display:flex;flex-wrap:wrap;gap:5px}.template-variable-box code{padding:4px 6px;border:1px solid #d9e4f4;border-radius:7px;color:#4e6484;background:var(--panel);font-size:8px}.template-workspace>.alert{margin:0 22px 14px}.template-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 22px 22px}.template-channel-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--panel);box-shadow:0 5px 18px #1e3d6306}.template-channel-card:hover{border-color:#becde2;box-shadow:var(--shadow-soft)}.template-channel-head{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 15px;border-bottom:1px solid var(--line);background:var(--panel-2)}.template-channel-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;color:#315ea8;background:var(--blue-soft)}.template-channel-icon svg{width:18px;height:18px}.channel-sms .template-channel-icon{color:#98610b;background:#fff5dd}.channel-whatsapp .template-channel-icon{color:#16794a;background:#eaf8f1}.template-channel-head h3{margin:0;font-size:12px}.template-channel-head small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.template-toggle{display:grid!important;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;gap:0 7px!important;margin:0!important;cursor:pointer}.template-toggle input{position:absolute;opacity:0;pointer-events:none}.template-toggle>span{grid-row:1;grid-column:1;position:relative;width:34px;height:19px;border-radius:999px;background:#c3cedc;transition:.16s ease}.template-toggle>span:after{content:"";position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:var(--panel);box-shadow:0 1px 4px #10264333;transition:.16s ease}.template-toggle input:checked+span{background:#3a7bde}.template-toggle input:checked+span:after{left:17px}.template-toggle b{grid-row:2;grid-column:1;margin-top:3px;color:var(--muted);font-size:7px;text-align:center}.template-channel-body{display:flex;flex-direction:column;gap:13px;padding:15px}.template-channel-body>label,.whatsapp-template-fields>label{display:flex;flex-direction:column;gap:6px;color:var(--text-soft);font-size:9px;font-weight:760}.template-channel-body input,.template-channel-body select,.template-channel-body textarea{width:100%}.template-channel-body textarea{min-height:205px;resize:vertical;line-height:1.6}.channel-sms .template-channel-body textarea,.channel-whatsapp .template-channel-body textarea{min-height:250px}.whatsapp-template-fields{display:flex;flex-direction:column;gap:12px}.whatsapp-template-fields fieldset{margin:0;padding:12px;border:1px solid var(--line);border-radius:12px}.whatsapp-template-fields legend{padding:0 5px;font-size:9px;font-weight:850}.whatsapp-template-fields fieldset>p{margin:0 0 10px;color:var(--muted);font-size:8px;line-height:1.45}.template-variable-checks{display:grid;gap:7px}.template-variable-checks label{display:flex;align-items:center;gap:7px;padding:8px 9px;border:1px solid #e0e7f1;border-radius:9px;background:var(--panel-2);cursor:pointer}.template-variable-checks input{width:auto}.template-variable-checks code{color:#4d6281;font-size:8px}.template-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 22px;border-top:1px solid var(--line);background:var(--panel-2)}.template-footer>div{display:flex;flex-direction:column;gap:3px}.template-footer>div b{font-size:10px}.template-footer>div span{color:var(--muted);font-size:8px}.template-footer .button{min-width:220px}@media(max-width:1200px){.template-channel-grid{grid-template-columns:1fr 1fr}.template-channel-grid .channel-whatsapp{grid-column:1/-1}.template-workspace-head{align-items:flex-start}.template-variable-box{min-width:420px}}@media(max-width:850px){.template-page-header{align-items:flex-start}.template-page-header .button{width:100%}.template-workspace-head{flex-direction:column}.template-variable-box{width:100%;min-width:0}.template-channel-grid{grid-template-columns:1fr}.template-channel-grid .channel-whatsapp{grid-column:auto}.template-footer{align-items:stretch;flex-direction:column}.template-footer .button{width:100%;min-width:0}}@media(max-width:560px){.template-group-tabs button{min-height:56px;padding:10px 7px}.template-group-tabs button>span{width:25px;height:25px}.template-group-tabs button>b{font-size:9px}.template-workspace-head{padding:16px 14px}.template-channel-grid{padding:0 14px 14px}.template-channel-head{grid-template-columns:36px minmax(0,1fr) auto;padding:12px}.template-channel-icon{width:35px;height:35px}.template-channel-body{padding:12px}.template-footer{padding:12px 14px}}.password-modal{width:min(600px,100%)}.password-dialog-intro{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--panel-2)}.password-dialog-intro.required{border-color:#cfe0fb;background:var(--blue-soft)}.password-dialog-intro>svg{width:22px;height:22px;flex:0 0 auto;color:var(--blue)}.password-dialog-intro>div{display:flex;min-width:0;flex-direction:column;gap:4px}.password-dialog-intro strong{color:var(--text);font-size:11px}.password-dialog-intro span{color:var(--muted);font-size:9px;overflow-wrap:anywhere}.password-form{gap:16px}.password-actions{align-items:center;justify-content:space-between}.force-password-check{align-items:center}.force-password-check strong{color:var(--text);font-size:11px}.user-row-actions{flex-wrap:nowrap;justify-content:flex-end}.user-row-actions .button{min-height:34px;padding:7px 10px;font-size:9px;white-space:nowrap}.user-row-actions .button svg{width:14px;height:14px}.username-code{padding:3px 6px;border-radius:6px;color:var(--text-soft);background:#f3f6fa;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}@media(max-width:720px){.password-form{grid-template-columns:1fr}.password-form .form-field{grid-column:1 / -1}.password-actions{flex-direction:column-reverse;align-items:stretch}.password-actions .button{width:100%}}.announcement-feed-item{width:100%;color:inherit;text-align:left;background:transparent;border-top:0;border-right:0;border-left:0;cursor:pointer;transition:background .16s ease,transform .16s ease}.announcement-feed-item:hover{background:var(--panel-2)}.announcement-feed-item:focus-visible{outline:2px solid var(--blue);outline-offset:-2px;border-radius:10px}.announcement-feed-title{display:block;margin:8px 0 4px;color:var(--text);font-size:12px}.announcement-feed-preview{display:-webkit-box;margin:0 0 5px;overflow:hidden;color:var(--text-soft);font-size:10px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.announcement-detail-modal,.notification-detail-modal{width:min(680px,calc(100vw - 32px))}.announcement-detail,.notification-detail{padding:18px 20px 22px}.announcement-detail-meta,.notification-detail-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:9px}.announcement-detail-meta time,.notification-detail-meta time{margin-left:auto}.announcement-detail-body,.notification-detail-body{margin-top:16px;padding:16px;border:1px solid var(--line);border-radius:12px;color:#34465c;background:var(--panel-2);font-size:11px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.announcement-detail-footer{margin-top:13px;color:var(--muted);font-size:9px}.notification-item{cursor:pointer}.notification-detail-body{min-height:90px}@media(max-width:650px){.announcement-detail-meta time,.notification-detail-meta time{width:100%;margin-left:0}}.user-menu-wrap{position:relative}.topbar-user-button{min-height:44px;display:inline-flex;align-items:center;gap:9px;padding:5px 9px 5px 6px;border:1px solid var(--line);border-radius:12px;color:var(--text);background:var(--panel);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.topbar-user-button:hover,.topbar-user-button[aria-expanded=true]{border-color:#bfd0e7;background:var(--panel-2);box-shadow:0 8px 22px #1e3d6314}.topbar-user-button>svg{width:15px;height:15px;color:var(--muted);transition:transform .16s ease}.topbar-user-button>svg.open{transform:rotate(180deg)}.topbar-user-copy{min-width:112px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.topbar-user-copy b{max-width:150px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.topbar-user-copy small{max-width:150px;overflow:hidden;margin-top:2px;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.user-menu-popover{position:absolute;top:calc(100% + 9px);right:0;z-index:90;width:280px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--panel);box-shadow:0 20px 52px #132b4c29}.user-menu-header{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:13px 14px;border-bottom:1px solid var(--line);background:var(--panel-2)}.user-menu-avatar{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:11px;color:#fff;background:linear-gradient(135deg,#4d7ce5,#7857c7);font-size:11px;font-weight:850;letter-spacing:.02em;line-height:1}.user-menu-header div{min-width:0}.user-menu-header strong,.user-menu-header span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-header strong{font-size:11px}.user-menu-header span{margin-top:3px;color:var(--muted);font-size:8px}.user-menu-popover>button{width:100%;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:11px 14px;border:0;border-bottom:1px solid #edf1f6;color:var(--text);text-align:left;background:var(--panel);cursor:pointer;transition:background .15s ease}.user-menu-popover>button:last-child{border-bottom:0}.user-menu-popover>button:hover{background:var(--panel-2)}.user-menu-popover>button>svg{width:17px;height:17px;color:var(--blue)}.user-menu-popover>button>span{min-width:0;display:flex;flex-direction:column;gap:2px}.user-menu-popover>button strong{font-size:10px}.user-menu-popover>button small{color:var(--muted);font-size:8px}.user-menu-popover>button.danger>svg,.user-menu-popover>button.danger strong{color:var(--red)}.announcements-page-head{min-height:auto;padding-bottom:14px}.announcement-message-layout{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:16px;align-items:start}.announcement-compose-panel{padding:0;overflow:hidden}.announcement-compose-head{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;padding:16px 17px;border-bottom:1px solid var(--line);background:var(--panel-2)}.announcement-compose-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--blue);background:var(--blue-soft)}.announcement-compose-icon svg{width:19px;height:19px}.announcement-compose-head h2{font-size:14px}.announcement-compose-head p{margin:4px 0 0;color:var(--muted);font-size:9px;line-height:1.45}.announcement-compose-form{display:flex;flex-direction:column;gap:13px;padding:16px 17px 18px}.announcement-compose-form .form-field{display:flex;flex-direction:column;gap:6px}.announcement-compose-form input,.announcement-compose-form select,.announcement-compose-form textarea{width:100%}.announcement-message-field{position:relative}.announcement-message-field textarea{min-height:175px;resize:vertical;line-height:1.6}.announcement-message-field small{align-self:flex-end;margin-top:-2px;color:#93a1b3;font-size:8px}.announcement-compose-form .alert{margin:0}.announcement-send-button{width:100%;margin-top:2px}.announcement-send-button svg{width:16px;height:16px}.announcement-saved-panel{min-height:540px;padding:0;overflow:hidden}.announcement-saved-head{min-height:75px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line);background:var(--panel-2)}.announcement-saved-head h2{font-size:14px}.announcement-saved-head p{margin:4px 0 0;color:var(--muted);font-size:9px}.announcement-count{display:inline-flex;align-items:center;gap:6px;min-width:42px;justify-content:center;padding:6px 9px;border:1px solid #cfe0fb;border-radius:999px;color:#315ea8;background:var(--blue-soft);font-size:9px;font-weight:800}.announcement-count svg{width:13px;height:13px}.announcement-saved-body{min-height:460px}.announcement-message-list{max-height:calc(100vh - 245px);min-height:460px;overflow-y:auto}.announcement-message-item{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;padding:15px 18px;border:0;border-bottom:1px solid #e9eef5;color:inherit;text-align:left;background:var(--panel);cursor:pointer;transition:background .15s ease}.announcement-message-item:last-child{border-bottom:0}.announcement-message-item:hover{background:var(--panel-2)}.announcement-message-item:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.announcement-message-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--blue);background:var(--blue-soft)}.announcement-message-item.important .announcement-message-avatar{color:var(--orange);background:var(--orange-soft)}.announcement-message-item.urgent .announcement-message-avatar{color:var(--red);background:var(--red-soft)}.announcement-message-avatar svg{width:17px;height:17px}.announcement-message-content{min-width:0;display:flex;flex-direction:column}.announcement-message-topline{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:14px}.announcement-message-topline strong{overflow:hidden;color:var(--text);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.announcement-message-topline time{flex:0 0 auto;color:#93a1b3;font-size:8px;white-space:nowrap}.announcement-message-preview{display:-webkit-box;margin-top:5px;overflow:hidden;color:#56687d;font-size:9px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.announcement-message-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:9px;color:var(--muted);font-size:8px}.announcement-message-meta .badge{font-size:7px}@media(max-width:1050px){.announcement-message-layout{grid-template-columns:340px minmax(0,1fr)}.topbar-user-copy{display:none}.top-quick-nav{margin-left:4px}.topbar-user-button{padding-right:6px}}@media(max-width:820px){.announcement-message-layout{grid-template-columns:1fr}.announcement-saved-panel{min-height:0}.announcement-message-list{max-height:none;min-height:0}.top-quick-nav{display:none}}@media(max-width:620px){.topbar-actions{gap:8px}.topbar-user-button>svg{display:none}.topbar-user-button{min-width:44px;justify-content:center;padding:5px}.user-menu-popover{position:fixed;top:62px;right:12px;width:min(300px,calc(100vw - 24px))}.announcement-message-item{grid-template-columns:36px minmax(0,1fr);padding:13px 14px}.announcement-message-avatar{width:36px;height:36px}.announcement-message-topline{align-items:flex-start;flex-direction:column;gap:3px}.announcement-compose-head,.announcement-compose-form,.announcement-saved-head{padding-right:14px;padding-left:14px}}.panel.filters,.report-filter-bar{min-height:0;margin-bottom:12px;padding:8px 10px;border-radius:14px;box-shadow:none}.filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.filters>input,.filters>select,.report-filter-bar>input,.report-filter-bar>select{width:auto;min-width:132px;min-height:38px;padding:7px 10px;border-radius:9px;font-size:11px}.filters>input[type=date],.report-filter-bar>input[type=date]{width:142px;min-width:142px}.filters>input[type=number]{width:104px;min-width:104px}.filters .search-box,.report-search{flex:1 1 260px;min-width:220px}.filters .search-box input,.report-search>input{min-height:38px;padding-top:7px;padding-bottom:7px;font-size:11px}.filters .search-box svg,.report-search>svg{top:9px;width:17px;height:17px}.report-filter-bar,.report-filter-bar:has(select[aria-label=Kanal]),.report-filter-bar:has(select[aria-label=Yöntem]){display:flex;flex-wrap:wrap;align-items:center;gap:8px}.report-filter-bar>select{width:150px}.report-filter-bar>.icon-button{flex:0 0 38px;width:38px;min-width:38px;height:38px}.filters:not(.panel){padding:0;margin-bottom:10px}.filters:not(.panel)>select{min-height:34px;padding:6px 9px;font-size:10px}@media(max-width:760px){.panel.filters,.report-filter-bar{padding:8px}.filters>input,.filters>select,.filters .search-box,.report-filter-bar>input,.report-filter-bar>select,.report-search{flex:1 1 100%;width:100%;min-width:0}.filters>input[type=date],.report-filter-bar>input[type=date]{width:100%;min-width:0}.report-filter-bar>.icon-button{margin-left:auto}}.customer-form-readonly input[readonly]{border-color:var(--line);color:var(--text);background:var(--panel-2);cursor:default}.customer-form-readonly input[readonly]:focus,.customer-form-readonly input[readonly]:focus-visible{border-color:var(--line);outline:none;box-shadow:none}.dashboard-compact-list>button{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 5px;border:0;border-bottom:1px solid var(--line);color:var(--text);background:transparent;text-align:left}.dashboard-compact-list>button:last-child{border-bottom:0}.dashboard-compact-list>button:hover strong{color:var(--blue)}.dashboard-compact-list>button>span:nth-child(2){min-width:0}.dashboard-compact-list>button strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.dashboard-compact-list>button small{display:block;overflow:hidden;margin-top:3px;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.dashboard-compact-list>button>b{font-size:10px;white-space:nowrap}.dashboard-reference-head{margin-bottom:18px}.dashboard-reference-metric{padding:16px 16px 14px;box-shadow:none}.dashboard-reference-metric>strong{margin-top:10px}.dashboard-reference-metric>small{margin-top:4px;font-size:9px}.dashboard-reference-metric>i{width:35px;height:35px}.dashboard-aging-card{box-shadow:none}.dashboard-aging-card small{margin-top:0;font-size:9px}.dashboard-section-head{padding:17px 18px}.dashboard-section-head p{font-size:9px}.dashboard-avatar{width:34px;height:34px}.dashboard-content{padding:20px 24px}.dashboard-reference-head{margin-bottom:12px}.dashboard-reference-head h1{font-size:29px}.dashboard-reference-metric{min-height:112px;padding:15px 16px 13px}.dashboard-reference-metric>strong{margin-top:8px;font-size:25px}.dashboard-reference-columns{gap:12px;margin-top:12px}.dashboard-section-head{padding:12px 15px}.dashboard-aging-list{gap:7px;padding:10px}.dashboard-aging-row{min-height:64px;padding:10px 14px}.dashboard-aging-row small{margin-top:3px;font-size:9px}.dashboard-aging-row>b{font-size:18px}.dashboard-action-list{padding:2px 12px 8px}.dashboard-action-list>button{min-height:56px;padding:9px 3px}.dashboard-quick-cards{gap:9px;margin-top:11px}.dashboard-quick-cards>a,.dashboard-quick-cards>button{min-height:64px;padding:11px 13px}.dashboard-data-modal{width:min(1180px,94vw);max-height:86vh;overflow:hidden;border-radius:18px}.dashboard-modal-body{padding:0 24px 20px}.dashboard-modal-summary{margin-bottom:14px}.dashboard-modal-table{max-height:55vh;overflow:auto;border:1px solid var(--line);border-radius:11px}.dashboard-modal-actions{margin-top:14px}@media(min-width:1200px)and (min-height:800px){.sidebar-inner{padding:14px 12px}.brand{min-height:54px;gap:9px;padding:0 7px 10px}.brand img{width:38px;height:38px}.brand-copy strong{font-size:15px}.brand-copy small{margin-top:2px;font-size:9px}.main-nav{gap:2px;margin-top:8px}.nav-caption{padding:8px 10px 3px;font-size:8px}.management-caption{margin-top:2px}.nav-link{min-height:38px;gap:8px;padding:8px 10px}.nav-link svg{width:16px;height:16px}.sidebar-foot{padding:9px 8px 0}.security-dot{margin-bottom:4px}.topbar{height:66px}}.dashboard-aging-row{position:relative;grid-template-columns:180px minmax(220px,1fr) auto;gap:16px;min-height:66px;padding:12px 16px;cursor:pointer;transition:background-color .17s ease,border-color .17s ease,box-shadow .17s ease}.dashboard-aging-title{overflow:hidden;font-size:14px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.dashboard-aging-description{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dashboard-aging-amount{display:flex;min-width:150px;flex-direction:column;align-items:flex-end;font-size:22px;font-weight:850;letter-spacing:-.035em;white-space:nowrap}.dashboard-aging-open-hint{height:0;margin:1px 0 0;color:var(--blue);font-size:10px;font-weight:800;line-height:1;opacity:0;transition:opacity .17s ease}.dashboard-aging-row:hover{border-top-color:#bdcde0;border-right-color:#bdcde0;border-bottom-color:#bdcde0;box-shadow:0 4px 12px #2f48620f}.dashboard-aging-row.green:hover{background:linear-gradient(90deg,#dcf2e4,#fbfefc 58%)}.dashboard-aging-row.yellow:hover{background:linear-gradient(90deg,#ffefbd,#fffdfa 58%)}.dashboard-aging-row.orange:hover{background:linear-gradient(90deg,#ffe3cd,#fffdfb 58%)}.dashboard-aging-row.red:hover{background:linear-gradient(90deg,#fbdce0,snow 58%)}.dashboard-aging-row:hover .dashboard-aging-open-hint,.dashboard-aging-row:focus-visible .dashboard-aging-open-hint{opacity:1}@media(max-width:720px){.dashboard-aging-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title amount" "description amount";gap:4px 12px;min-height:66px}.dashboard-aging-title{grid-area:title}.dashboard-aging-description{grid-area:description;font-size:10px;white-space:normal}.dashboard-aging-amount{grid-area:amount;min-width:0;font-size:17px}}.payment-reference-head{min-height:0;margin-bottom:18px;padding:0}.ordered-actions{display:grid;grid-template-columns:repeat(4,max-content);gap:8px}.button.soft-blue{color:#fff;background:#376bcf;border-color:#376bcf;box-shadow:0 7px 18px #376bcf29}.payment-reference-panel{overflow:hidden}.filter-bar{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--line);background:var(--panel-2)}.search-field{display:flex;min-width:230px;flex:1;align-items:center;gap:7px;min-height:37px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.search-field svg{width:16px;height:16px;flex:0 0 auto;color:var(--muted)}.search-field input{min-height:35px;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.payment-filters{display:grid;grid-template-columns:minmax(240px,1.3fr) auto auto auto auto}.payment-filters>label:not(.search-field){display:flex;flex-direction:column;align-items:flex-start;gap:5px}.payment-filters>label>span{color:var(--muted);font-size:8px}.payment-filters input,.payment-filters select{min-height:37px;height:37px;padding:7px 10px;border-radius:9px;font-size:10px}.payment-filters>label:not(.search-field) input{width:142px}.payment-reference-table table{min-width:920px}.payment-reference-table th{padding:10px 13px;font-size:8px}.payment-reference-table td{padding:11px 13px;font-size:10px}.payment-reference-table strong{font-size:10px}.allocation-cell{display:flex;min-width:130px;flex-direction:column;gap:2px}.allocation-cell small{color:var(--muted);font-size:8px}.payment-customer-picker-modal{width:min(720px,calc(100vw - 32px))}.payment-customer-picker-body{padding:16px 18px 20px}.payment-customer-picker-list{display:grid;max-height:430px;gap:6px;overflow:auto}.payment-customer-picker-list>button{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:1px solid var(--line);border-radius:11px;background:var(--panel);text-align:left}.payment-customer-picker-list>button:hover{border-color:#a9c3ea;background:var(--blue-soft)}.payment-customer-picker-list strong{display:block;font-size:10px}.payment-customer-picker-list small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.payment-customer-picker-list>button>span:last-child{color:var(--text);font-size:10px;font-weight:800;white-space:nowrap}.payment-quick-modal{width:min(680px,calc(100vw - 32px))}.payment-quick-modal>.selected-payment-customer{margin:16px 18px 0}.selected-payment-customer{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border:1px solid #cdddf5;border-radius:11px;background:var(--blue-soft)}.selected-payment-customer strong{font-size:11px}.selected-payment-customer small{color:var(--muted);font-size:8px}.payment-quick-modal>.form-grid{padding:16px 18px 18px}.reports-reference-exact .reports-page-head{min-height:0;margin-bottom:18px;padding:0}.reports-reference-exact .report-tabs-reference{margin-bottom:10px}.reports-reference-exact .report-table-reference{min-height:350px;box-shadow:none}.reports-reference-exact .report-table-reference table{min-width:760px}.reports-reference-layout{display:grid;grid-template-columns:400px minmax(0,1fr);gap:14px;align-items:start}.reports-reference-layout .report-sidebar{padding:10px;box-shadow:none}.reports-reference-layout .report-list{display:flex;flex-direction:column;gap:4px}.reports-reference-layout .report-list-item{width:100%;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid transparent;border-radius:9px;color:var(--text);background:transparent;font-size:11px;font-weight:760;text-align:left}.reports-reference-layout .report-list-item:hover{border-color:#d9e4f6;background:var(--blue-soft)}.reports-reference-layout .report-list-item.active{border-color:#a8c0ec;color:#2859ad;background:var(--blue-soft)}.reports-reference-layout .risk-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--blue)}.reports-reference-layout .report-section-title{margin:2px 4px 8px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.reports-reference-layout .report-table-reference th,.reports-reference-layout .report-table-reference td{padding:8px 9px;font-size:11px}.templates-reference-head{min-height:0;margin-bottom:18px;padding:0}.templates-reference-head .button{min-width:210px}.template-job-alert{margin:0 0 12px}.template-groups{display:flex;flex-direction:column;gap:14px}.template-group{overflow:hidden;padding:0;border-top:4px solid var(--green);box-shadow:none}.template-group.group-b{border-top-color:var(--orange)}.template-group.group-c{border-top-color:var(--red)}.template-reference-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid var(--line)}.template-reference-section-head h2{margin:0;font-size:14px}.template-reference-section-head p{margin:4px 0 0;color:var(--muted);font-size:9px}.template-group-error{margin:12px 14px 0}.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px}.channel-card{display:flex;min-width:0;flex-direction:column;gap:11px;padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--panel-2)}.channel-head{display:flex;align-items:center;gap:7px}.channel-head>svg{width:17px;height:17px;flex:0 0 auto;color:var(--blue)}.channel-head>b{flex:1;font-size:11px}.channel-card>label,.cron-box label,.whatsapp-reference-fields label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:9px;font-weight:750}.channel-card input,.channel-card select,.channel-card textarea,.cron-box input,.cron-box select,.whatsapp-reference-fields input,.whatsapp-reference-fields select{min-height:0;padding:10px 11px;border-color:var(--line);background:var(--panel);font-size:11px}.channel-card textarea{min-height:130px;resize:vertical}.channel-card .code-area{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px}.switch{position:relative;display:inline-flex;align-items:center}.switch input{position:absolute;width:1px;height:1px;min-height:0;opacity:0;pointer-events:none}.switch span{position:relative;width:34px;height:19px;border-radius:999px;background:#b8c2d0;cursor:pointer}.switch span:after{content:"";position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:var(--panel);transition:.15s}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{left:17px}.template-preview-button{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border:1px solid #cddbf0;border-radius:8px;color:#476b9e;background:var(--panel);font-size:8px;font-weight:800}.template-preview-button svg{width:13px;height:13px}.template-preview-button:hover{color:var(--blue);border-color:#a9c3ea;background:var(--blue-soft)}.whatsapp-reference-fields{display:grid;gap:8px}.template-param-row{display:flex;flex-wrap:wrap;gap:5px}.template-param-row label{display:inline-flex;flex-direction:row;align-items:center;gap:4px;padding:5px 6px;border:1px solid var(--line);border-radius:7px;background:var(--panel);cursor:pointer}.template-param-row input{width:auto;min-height:0}.template-param-row code{font-size:7px}.cron-box{display:grid;gap:8px;margin-top:auto;padding-top:10px;border-top:1px dashed var(--line)}.cron-box>b{font-size:9px}.template-save{display:flex;align-items:center;justify-content:flex-end;gap:13px;padding:12px 14px;border-top:1px solid var(--line);background:var(--panel-2)}.template-save>span{margin-right:auto;color:var(--muted);font-size:8px}.template-save .button{min-width:165px}.template-preview-modal{width:min(720px,calc(100vw - 32px))}.template-preview-content{padding:20px;background:#f5f7fb}.preview-mail-subject{display:flex;flex-direction:column;gap:5px;margin-bottom:10px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:var(--panel)}.preview-mail-subject span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.preview-mail-subject strong{font-size:11px}.template-preview-message{max-width:620px;min-height:140px;margin:0 auto;padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:#33475f;font-size:11px;line-height:1.7;white-space:pre-wrap}.preview-sms .template-preview-message{max-width:360px;border-radius:18px 18px 18px 5px}.preview-whatsapp .template-preview-message{max-width:420px;margin-left:auto;border-color:#c8e7d5;border-radius:14px 14px 4px;background:#eaf8f1}.template-preview-template{display:flex;flex-direction:column;gap:7px;max-width:430px;margin:0 auto;padding:18px;border:1px solid #c8e7d5;border-radius:14px;background:#eaf8f1}.template-preview-template strong{font-size:12px}.template-preview-template span{font-size:10px}.template-preview-template small{color:var(--muted);font-size:8px}@media(max-width:1250px){.ordered-actions{grid-template-columns:repeat(2,minmax(210px,1fr))}.ordered-actions .button{width:100%}.payment-filters{grid-template-columns:1fr 1fr 1fr}.payment-filters .search-field{grid-column:1 / -1}.channel-grid{grid-template-columns:1fr}}@media(max-width:1050px){.reports-reference-layout{grid-template-columns:1fr}.reports-reference-layout .report-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.payment-reference-head,.templates-reference-head,.reports-reference-exact .reports-page-head{flex-direction:column}.ordered-actions{width:100%;grid-template-columns:1fr}.payment-filters{display:flex;flex-wrap:wrap}.payment-filters .search-field{width:100%;min-width:100%}.payment-filters>label:not(.search-field),.payment-filters>label:not(.search-field) input,.payment-filters select{width:100%}.templates-reference-head .button{width:100%}.channel-grid{padding:10px}.reports-reference-layout .report-list{grid-template-columns:1fr}.template-save{align-items:stretch;flex-direction:column}.template-save .button{width:100%}}.customers-reference-page{min-width:0}.customers-reference-header{align-items:flex-start;margin-bottom:18px}.customers-reference-header h1{margin:0 0 5px;font-size:28px;letter-spacing:-.7px}.customers-reference-header .muted{margin:0;font-size:12px}.customers-reference-header .workspace-actions{display:flex;gap:9px;align-items:center}.customer-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.customer-summary-card{position:relative;display:flex;min-width:0;min-height:88px;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:15px 18px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text);text-align:left;box-shadow:none;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.customer-summary-card:after{content:"";position:absolute;right:0;bottom:0;left:0;height:4px;background:transparent}.customer-summary-card:hover{transform:translateY(-1px);border-color:#bdcce0}.customer-summary-card:focus-visible{outline:3px solid rgba(79,127,232,.18);outline-offset:2px}.customer-summary-label{color:var(--muted);font-size:11px;font-weight:600}.customer-summary-card strong{color:var(--text);font-size:22px;line-height:1;font-weight:850}.customer-summary-card.is-selected{transform:none}.customer-summary-card.active.is-selected{border-color:#7dc7a1;background:#f2fbf6;box-shadow:0 0 0 2px #55a8781f,0 9px 20px #407e5814}.customer-summary-card.active.is-selected:after{background:#55a878}.customer-summary-card.passive.is-selected{border-color:#efb36f;background:#fff9f2;box-shadow:0 0 0 2px #d889521c,0 9px 20px #ae6f4212}.customer-summary-card.passive.is-selected:after{background:#e39b49}.customer-summary-card.blacklisted.is-selected{border-color:#ec8c98;background:#fff5f6;box-shadow:0 0 0 2px #c968681c,0 9px 20px #a64d5612}.customer-summary-card.blacklisted.is-selected:after{background:#d85f6c}.customer-summary-card.attention.is-selected{border-color:#e2b052;background:#fffaf1;box-shadow:0 0 0 2px #d4a84e1c,0 9px 20px #a77f3412}.customer-summary-card.attention.is-selected:after{background:#d4a84e}.customer-list-filters{display:grid;grid-template-columns:minmax(320px,1fr) 180px 150px;gap:10px;align-items:center;margin-bottom:10px;padding:0;border:0;background:transparent;box-shadow:none}.customer-list-filters .search-box{margin:0}.customer-list-filters .search-box input,.customer-list-filters select{height:42px;border-radius:11px}.customer-list-columns,.customer-list-card{display:grid;grid-template-columns:minmax(300px,2.4fr) minmax(125px,.78fr) minmax(90px,.48fr) minmax(115px,.62fr) minmax(100px,.55fr) minmax(130px,.72fr) 82px;column-gap:18px;align-items:center}.customer-list-columns{padding:0 18px 9px;color:#75869c;font-size:9px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.customer-list-panel{overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.customer-list-cards{display:flex;flex-direction:column;gap:9px}.customer-list-card{min-height:72px;padding:13px 18px;border:1px solid var(--line);border-radius:14px;background:var(--panel);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.customer-list-card:hover{border-color:#bdcde0;background:var(--panel-2);box-shadow:0 5px 15px #2f48620d}.customer-list-card:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-color:var(--blue)}.customer-list-identity{display:flex;align-items:center;gap:12px;min-width:0}.customer-avatar{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:12px;background:#eef4ff;color:#315fb8;font-size:12px;font-weight:850}.customer-list-identity>div{min-width:0}.customer-list-identity h2{overflow:hidden;margin:0 0 3px;color:#15314f;font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.customer-list-identity p{overflow:hidden;margin:0;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.customer-list-cell{min-width:0;color:var(--text);font-size:10px;font-weight:800}.customer-list-group .badge{min-width:76px;max-width:100%;min-height:30px;justify-content:center;padding:6px 13px;border-width:1px;font-size:10px;font-weight:900;letter-spacing:.01em;box-shadow:inset 0 0 0 1px #ffffff47;white-space:nowrap}.customer-list-group .group-a{color:#16713f;border-color:#a9ddbe;background:#e7f8ee}.customer-list-group .group-b{color:#8b520e;border-color:#e9c785;background:#fff3d7}.customer-list-group .group-c{color:#b13945;border-color:#efadb5;background:#ffe6e9}.customer-list-group .risk-blacklisted{min-width:86px;color:#fff;border-color:#203a56;background:#203a56;box-shadow:0 3px 9px #203a5624}.customer-list-status{display:flex;align-items:center}.customer-list-status-pill{display:inline-flex;align-items:center;width:fit-content;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap}.customer-list-status-pill.status-active{color:#246b43;background:#e4f5e9}.customer-list-status-pill.status-passive{color:#a43847;background:#fdebed}.customer-list-balance,.customer-list-invoices,.customer-list-recipient{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-list-balance.is-debt{color:#a34848}.customer-list-balance.is-credit{color:#2f7c50}.customer-list-balance.is-zero{color:var(--text)}.customer-card-open{min-width:72px;height:38px;justify-content:center;padding:8px 12px}.customer-list-pagination{margin-top:10px;padding:12px 2px;border-top:0}@media(max-width:1180px){.customer-list-columns,.customer-list-card{grid-template-columns:minmax(250px,1.8fr) 120px 80px 105px 90px 115px 74px;column-gap:12px}}@media(max-width:960px){.customer-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-list-filters{grid-template-columns:1fr 160px 140px}.customer-list-columns{display:none}.customer-list-card{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(100px,auto)) 74px;grid-template-areas:"identity group status open" "identity balance invoices recipient";row-gap:10px}.customer-list-identity{grid-area:identity}.customer-list-group{grid-area:group}.customer-list-status{grid-area:status}.customer-list-balance{grid-area:balance}.customer-list-invoices{grid-area:invoices}.customer-list-recipient{grid-area:recipient}.customer-card-open{grid-area:open}}@media(max-width:720px){.customers-reference-header{flex-direction:column;gap:12px}.customers-reference-header .workspace-actions{width:100%;flex-wrap:wrap}.customer-list-filters{grid-template-columns:1fr 1fr}.customer-list-filters .search-box{grid-column:1 / -1}.customer-list-card{grid-template-columns:1fr auto;grid-template-areas:"identity open" "group status" "balance invoices" "recipient recipient";gap:10px 12px}.customer-list-cell{min-height:24px}.customer-list-balance:before{content:"Cari Bakiye";display:block;margin-bottom:2px;color:var(--muted);font-size:8px;font-weight:700}.customer-list-invoices:before{content:"Açık Fatura";display:block;margin-bottom:2px;color:var(--muted);font-size:8px;font-weight:700}.customer-list-recipient:before{content:"Bildirim Alıcısı";display:block;margin-bottom:2px;color:var(--muted);font-size:8px;font-weight:700}}@media(max-width:520px){.customer-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.customer-summary-card{min-height:76px;padding:12px 14px}.customer-list-filters{grid-template-columns:1fr}.customer-list-filters .search-box{grid-column:auto}.customer-list-card{padding:13px 14px}}.bulk-invoice-modal{width:min(920px,94vw);padding:0 28px 24px;border-radius:18px;background:var(--panel-2)}.bulk-invoice-modal>.modal-header{min-height:72px;margin:0 -28px;padding:0 28px;background:var(--panel)}.bulk-invoice-modal>.modal-header h2{color:#132d4b;font-size:28px;line-height:1.15}.bulk-invoice-description{margin:15px 0 16px;color:var(--muted);font-size:14px;line-height:1.5}.bulk-invoice-form{display:flex;flex-direction:column;gap:13px}.bulk-invoice-period-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bulk-invoice-modal .form-field{gap:6px}.bulk-invoice-modal .form-field>span:first-child{color:#53657a;font-size:10px;font-weight:800}.bulk-invoice-modal .form-field input,.bulk-invoice-modal .form-field select{width:100%;height:42px;padding:0 11px;border-radius:10px}.bulk-invoice-active-row{display:inline-flex;min-height:46px;align-items:center;gap:9px;padding:10px 13px;border:1px solid #dce6f2;border-radius:11px;background:var(--blue-soft);color:#344c68;font-size:11px;font-weight:750}.bulk-invoice-active-row input{width:16px;height:16px;margin:0;opacity:1;accent-color:var(--blue);cursor:pointer}.bulk-invoice-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bulk-invoice-summary-card{display:flex;min-height:104px;flex-direction:column;justify-content:center;gap:7px;padding:15px 17px;border:1px solid var(--line);border-radius:15px;background:var(--panel)}.bulk-invoice-summary-card span{color:var(--muted);font-size:10px;font-weight:750}.bulk-invoice-summary-card strong{overflow:hidden;color:#183451;font-size:25px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.bulk-invoice-summary-card:last-child strong{font-size:18px}.bulk-invoice-summary-card small{color:var(--muted);font-size:9px;font-weight:650}.bulk-invoice-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:2px}.bulk-invoice-actions .button{width:auto;min-height:42px;height:42px}.bulk-invoice-actions .button.secondary{padding:0 18px}.bulk-invoice-actions .button.primary{padding:0 22px}@media(max-width:650px){.bulk-invoice-modal{width:100%;padding:0 18px 18px;border-radius:20px 20px 0 0}.bulk-invoice-modal>.modal-header{min-height:68px;margin:0 -18px;padding:0 18px}.bulk-invoice-modal>.modal-header h2{font-size:22px}.bulk-invoice-period-grid,.bulk-invoice-summary{grid-template-columns:1fr}.bulk-invoice-summary-card{min-height:82px}.bulk-invoice-actions{display:grid;grid-template-columns:1fr 1fr}.bulk-invoice-actions .button{width:100%}}.nav-section-toggle{width:100%;min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 0 1px;padding:8px 10px 5px;border:0;border-radius:8px;background:transparent;color:#6f89ad;font-size:9px;font-weight:850;letter-spacing:.14em;text-align:left}.nav-section-toggle:hover{color:#b8c9df;background:#ffffff0a}.nav-section-toggle svg{width:14px;height:14px;flex:0 0 auto;transition:transform .16s ease}.nav-section-toggle.open svg{transform:rotate(180deg)}.settings-nav-group{display:flex;flex-direction:column;gap:2px}.settings-nav-link{margin-left:4px}.announcements-v18-page{width:100%}.announcements-v18-head{min-height:0;align-items:flex-start;justify-content:space-between;gap:20px;padding:6px 0 18px}.announcements-v18-head h1{margin:0 0 5px;color:#113451;font-size:29px;line-height:1.15;letter-spacing:-.55px}.announcements-v18-head p{max-width:920px;font-size:12px;line-height:1.45}.announcements-channel-pill{flex:0 0 auto;margin-top:33px;padding:5px 10px;border-radius:999px;color:#315fb8;background:var(--blue-soft);font-size:9px;font-weight:850}.announcements-v18-layout{display:grid;grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);gap:14px;align-items:start}.announcements-v18-compose{padding:20px;border-radius:16px;box-shadow:none}.announcements-v18-compose h2{margin:0 0 17px;color:#223e58;font-size:15px;letter-spacing:-.15px}.announcements-v18-form{display:flex;flex-direction:column;gap:11px}.announcements-v18-form .form-field{display:flex;flex-direction:column;gap:6px;margin:0;color:var(--text-soft);font-size:11px;font-weight:760}.announcements-v18-form input,.announcements-v18-form select,.announcements-v18-form textarea{width:100%;min-height:43px;border:1px solid var(--line-strong);border-radius:10px;padding:10px 12px;color:var(--text);background:var(--panel);font-size:11px;font-weight:650}.announcements-v18-form input::placeholder,.announcements-v18-form textarea::placeholder{color:#8d99a9}.announcements-v18-message-field textarea{min-height:158px;resize:vertical;line-height:1.55;font-weight:550}.announcements-v18-send{width:100%;min-height:42px;margin-top:1px;border-radius:10px;font-size:11px;font-weight:850}.announcements-v18-help{margin:3px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.announcements-v18-inbox{min-width:0}.announcements-v18-filters{display:flex;align-items:center;gap:7px;margin-bottom:10px}.announcements-v18-filters button{min-height:42px;padding:0 17px;border:1px solid var(--line);border-radius:10px;color:#334b63;background:var(--panel);font-size:11px;font-weight:850;box-shadow:0 2px 8px #233d5b06}.announcements-v18-filters button:hover{border-color:#b9cbed;background:var(--panel-2)}.announcements-v18-filters button.active{border-color:var(--blue);color:#fff;background:var(--blue)}.announcements-v18-list{display:flex;flex-direction:column;gap:10px}.announcements-v18-item{position:relative;width:100%;min-height:128px;display:flex;flex-direction:column;align-items:stretch;padding:15px 17px 14px;border:1px solid var(--line);border-left:5px solid #91a3b6;border-radius:14px;color:inherit;text-align:left;background:var(--panel);box-shadow:none;transition:.15s ease}.announcements-v18-item.important{border-left-color:var(--orange)}.announcements-v18-item.urgent{border-left-color:var(--red)}.announcements-v18-item:hover{border-top-color:#c9d7ea;border-right-color:#c9d7ea;border-bottom-color:#c9d7ea;box-shadow:0 7px 18px #2f48620e}.announcements-v18-item:focus-visible{outline:3px solid rgba(79,127,232,.2);outline-offset:2px}.announcements-v18-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:9px}.announcements-v18-route{min-width:0;display:flex;align-items:center;gap:4px}.announcements-v18-route strong{color:#5c7190;font-size:9px}.announcements-v18-route span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcements-v18-item-head time{flex:0 0 auto;color:#75869c;white-space:nowrap}.announcements-v18-title{display:block;margin-top:10px;color:#122f4a;font-size:14px;line-height:1.25}.announcements-v18-body{display:-webkit-box;margin-top:6px;overflow:hidden;color:#203d58;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.announcements-v18-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px}.announcements-v18-tag{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border-radius:999px;color:#607187;background:#edf1f5;font-size:8px;font-weight:850}.announcements-v18-tag.priority-important{color:#8c6a20;background:var(--orange-soft)}.announcements-v18-tag.priority-urgent{color:#a24f4f;background:var(--red-soft)}.announcements-v18-tag.read{color:#347b52;background:var(--green-soft)}.announcements-v18-tag.unread{color:#8c6a20;background:#fff7df}.announcements-v18-tag.general{color:#3569c8;background:var(--blue-soft)}.announcements-v18-tag.private{color:#65758a;background:#edf1f5}.announcements-v18-state,.announcements-v18-filter-empty{min-height:128px;display:grid;place-items:center;padding:24px;border:1px solid var(--line);border-radius:14px;color:var(--muted);background:var(--panel);font-size:11px}@media(max-width:1050px){.announcements-v18-layout{grid-template-columns:340px minmax(0,1fr)}}@media(max-width:820px){.announcements-v18-head{flex-direction:column}.announcements-channel-pill{margin-top:0}.announcements-v18-layout{grid-template-columns:1fr}}@media(max-width:620px){.announcements-v18-compose{padding:16px}.announcements-v18-filters{overflow-x:auto}.announcements-v18-filters button{flex:0 0 auto}.announcements-v18-item-head{align-items:flex-start;flex-direction:column;gap:4px}}.due-reference-page{min-width:0}.due-reference-page .due-reference-head{margin-bottom:14px}.due-reference-page .due-reference-head h1{margin:0;font-size:28px;letter-spacing:-.7px}.due-reference-page .due-reference-head .muted{max-width:760px;margin:5px 0 0;font-size:12px}.due-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.due-summary-card{min-width:0;min-height:82px;padding:13px 15px;text-align:left;color:var(--text);background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:none;transition:.15s ease}.due-summary-card:hover{border-color:#bfd0ef;box-shadow:0 7px 18px #2f48620e}.due-summary-card span{display:block;color:var(--text);font-size:13px;font-weight:520}.due-summary-card strong{display:block;margin-top:5px;font-size:20px;line-height:1}.due-summary-card.is-selected{border-color:#83a7ef;background:#eaf1ff;box-shadow:0 0 0 1px #4f7fe80a}.due-filter-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch;margin-bottom:14px}.due-search-field{margin:0}.due-search-field input{height:48px;padding:0 14px;border-radius:12px;font-size:13px}.due-clear-button{min-width:142px;height:48px;padding:0 16px;border-radius:12px;font-size:12px;font-weight:800}.due-action-error{margin:-3px 0 12px}.due-reference-page .due-reference-grid{align-items:start;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.due-reference-page .due-reference-panel{min-width:0;padding:20px 22px;border-radius:18px;box-shadow:none}.due-reference-page .due-reference-panel>h2{margin:0 0 14px;font-size:16px;letter-spacing:-.15px}.due-reference-list{display:flex;max-height:min(520px,calc(100vh - 350px));flex-direction:column;gap:9px;overflow-y:auto;scrollbar-width:thin}.due-filter-empty{min-height:92px;margin:0;padding:5px 2px;color:var(--muted);font-size:12px}.due-record-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--panel);cursor:pointer;transition:.15s ease}.due-record-card:hover{border-color:#bdcfee;box-shadow:0 7px 17px #2f48620e}.due-record-card:focus-visible{outline:3px solid rgba(79,127,232,.22);outline-offset:2px}.due-record-copy{min-width:0}.due-record-copy>strong{display:block;margin-bottom:4px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.due-record-copy>span,.due-record-copy>small{display:block;color:var(--muted);font-size:9px;line-height:1.45}.due-record-copy>small{margin-top:2px}.due-record-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.due-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:5px 10px;border-radius:999px;font-size:9px;font-weight:850;white-space:nowrap}.due-status-pill.active{color:#8b6414;background:#fff4d8}.due-status-pill.expired{color:#a44949;background:#fdecec}.due-status-pill.blacklist{color:#fff;background:#26384b}.due-remove-button{min-width:74px;height:39px;padding:0 12px;border-radius:11px;white-space:nowrap}.due-remove-button:disabled{cursor:not-allowed;opacity:.48}@media(max-width:1050px){.due-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.due-reference-page .due-reference-grid{grid-template-columns:1fr}.due-reference-list{max-height:none;overflow:visible}}@media(max-width:650px){.due-reference-page .due-reference-head h1{font-size:24px}.due-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.due-summary-card{min-height:72px;padding:11px 12px}.due-filter-row{grid-template-columns:1fr}.due-clear-button{width:100%}.due-reference-page .due-reference-panel{padding:16px}.due-record-card{grid-template-columns:1fr}.due-record-actions{justify-content:space-between}}.customer-detail-modal{position:relative;width:min(1500px,96vw);height:min(930px,96vh);max-height:96vh;padding:0;overflow:hidden;border-radius:22px;background:var(--panel)}.customer-detail-modal>.modal-header{position:absolute;top:24px;right:24px;z-index:60;width:auto;min-height:48px;margin:0;padding:0;border:0;background:transparent}.customer-detail-modal>.modal-header h2{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.customer-detail-modal>.modal-header .icon-button{width:48px;height:48px;border:1px solid var(--line);border-radius:13px;background:#fffffff0;box-shadow:0 5px 16px #2f48620a}.customer-detail-modal .workspace-embedded{width:100%;height:100%;min-height:0;margin:0;display:flex;flex-direction:column;overflow:hidden;background:var(--panel)}.customer-detail-modal .workspace-header{position:relative;top:auto;z-index:1;display:flex;min-height:112px;align-items:flex-start;justify-content:space-between;padding:28px 92px 18px 28px;border-bottom:0;background:linear-gradient(135deg,#f8fbff,#eef5ff);-webkit-backdrop-filter:none;backdrop-filter:none}.workspace-heading{min-width:0}.workspace-title-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.workspace-title-line h1{margin:0;color:#15314f;font-size:27px;line-height:1.12;letter-spacing:-.55px}.workspace-heading>p{display:flex;gap:9px;align-items:center;margin:8px 0 0;color:var(--muted);font-size:11px}.customer-detail-modal .workspace-badges{display:none}.customer-detail-modal .metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 28px 12px;background:linear-gradient(180deg,#eef5ff 0,#f9fbfe)}.customer-detail-modal .metric-card{min-height:88px;align-items:center;padding:15px 17px;border-radius:14px;box-shadow:none}.customer-detail-modal .metric-card:hover{transform:none;box-shadow:none}.customer-detail-modal .metric-card>div{display:block}.customer-detail-modal .metric-card small{display:block;margin-bottom:8px;color:#6f83a0;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.customer-detail-modal .metric-card strong{color:#183451;font-size:19px}.customer-detail-modal .metric-blue{background:linear-gradient(145deg,#f5f9ff,#fff)}.customer-detail-modal .metric-purple{background:linear-gradient(145deg,#f7f4ff,#fff)}.customer-detail-modal .metric-green{background:linear-gradient(145deg,#eef9f2,#fff)}.customer-detail-modal .metric-orange{background:linear-gradient(145deg,#fff4eb,#fff)}.workspace-deferral-wrap{padding:0 28px 14px;background:var(--panel-2)}.workspace-deferral-banner{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:16px;padding:11px 13px 11px 15px;border:1px solid #edc86e;border-radius:13px;background:#fff8df}.workspace-deferral-copy{display:flex;align-items:flex-start;gap:10px;min-width:0;color:#805b18}.workspace-deferral-copy>svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px}.workspace-deferral-copy>div{min-width:0}.workspace-deferral-copy strong{display:block;color:#795416;font-size:12px}.workspace-deferral-inline{display:flex;align-items:center;gap:11px;min-width:0;margin-top:4px;white-space:nowrap}.workspace-deferral-inline>span{position:relative;display:inline-flex;align-items:center;min-width:0;margin:0;color:#866b3d;font-size:9px}.workspace-deferral-inline>span+span:before{content:"•";margin-right:11px;color:#c19a50;font-weight:800}.workspace-deferral-note{max-width:min(32vw,420px);overflow:hidden;text-overflow:ellipsis}.workspace-deferral-copy .workspace-deferral-amount{color:#805b18;font-size:9px}.workspace-deferral-copy .workspace-deferral-amount b{color:#6f4810;font-weight:850}.workspace-deferral-copy .workspace-deferral-meta{color:#9a7a43;font-size:8.5px}.workspace-deferral-copy .workspace-deferral-meta b{color:#77531a;font-weight:800}.workspace-deferral-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.workspace-deferral-actions .button,.workspace-deferral-empty .button{min-height:38px;padding:8px 12px}.workspace-deferral-empty{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px 8px 15px;border:1px dashed #d4dfec;border-radius:13px;color:var(--muted);background:var(--panel);font-size:10px}.customer-detail-modal .tabs{gap:7px;padding:12px 28px 13px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--panel)}.customer-detail-modal .tabs button{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:10px;color:#536981;background:var(--panel);font-size:11px;font-weight:760}.customer-detail-modal .tabs button svg{width:13px;height:13px}.customer-detail-modal .tabs button:hover{border-color:#b6c8e5;color:#315ea8;background:var(--panel-2)}.customer-detail-modal .tabs button.active{border-color:#4f7fe8;color:#fff;background:#4f7fe8;box-shadow:0 7px 16px #4f7fe82e}.workspace-scroll-body{min-height:0;flex:1;overflow:auto;background:var(--panel)}.workspace-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px 28px 28px}.customer-detail-modal .workspace-overview-grid .workspace-section{min-width:0;margin:0;padding:17px 18px;border:1px solid var(--line);border-radius:15px;background:var(--panel);box-shadow:none}.customer-detail-modal .workspace-overview-grid .section-header{margin-bottom:13px}.customer-detail-modal .workspace-overview-grid .section-header h2{margin:0;color:var(--text);font-size:15px}.customer-company-panel .form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 11px}.customer-company-panel .form-grid .form-field{margin:0}.customer-company-panel .form-grid .form-field:nth-child(1){order:1}.customer-company-panel .form-grid .form-field:nth-child(2){order:2}.customer-company-panel .form-grid .form-field:nth-child(3){order:5}.customer-company-panel .form-grid .form-field:nth-child(4){order:3}.customer-company-panel .form-grid .form-field:nth-child(5){order:4}.customer-company-panel .form-field>label,.customer-company-panel .form-field>span:first-child{font-size:9px}.customer-company-panel input{min-height:40px;padding:9px 10px;font-size:11px;font-weight:700}.customer-admin-actions{display:flex;gap:8px;margin-top:12px;padding-top:11px;border-top:1px solid var(--line)}.customer-admin-actions .button{min-height:36px;padding:8px 11px}.customer-recent-panel{align-self:start}.recent-movement-row{display:flex;min-height:59px;align-items:center;justify-content:space-between;gap:16px;padding:10px 1px;border-bottom:1px solid var(--line)}.recent-movement-row:last-child{border-bottom:0}.recent-movement-row>div:first-child{min-width:0}.recent-movement-row strong{display:block;color:var(--text);font-size:12px}.recent-movement-row span{display:block;margin-top:4px;color:var(--muted);font-size:9px}.recent-movement-amount{flex:0 0 auto;text-align:right}.recent-movement-amount strong{font-size:12px}.recent-movement-empty{padding:28px 10px;color:var(--muted);text-align:center;font-size:10px}.customer-workspace-footer{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:14px;padding:12px 24px;border-top:1px solid var(--line);background:#fffffff7;box-shadow:0 -7px 24px #2f48620f}.customer-save-state{display:flex;flex-direction:column;gap:3px}.customer-save-state strong{color:var(--text);font-size:11px}.customer-save-state span{color:var(--muted);font-size:9px}.customer-save-state.changed strong{color:#9b6715}.customer-footer-actions{display:flex;align-items:center;gap:9px}.customer-footer-actions .button{min-height:40px;padding:9px 13px}.customer-detail-modal .workspace-scroll-body>.workspace-section{margin:20px 24px 24px}@media(max-width:1050px){.customer-detail-modal{width:97vw;height:96vh}.customer-detail-modal .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-overview-grid{grid-template-columns:1fr}.customer-company-panel .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.customer-detail-modal{width:100%;height:96vh;border-radius:16px}.customer-detail-modal .workspace-embedded{margin:0}.customer-detail-modal .workspace-header{padding:20px 70px 15px 16px}.workspace-title-line h1{font-size:21px}.customer-detail-modal .metrics-grid{grid-template-columns:1fr 1fr;padding:0 16px 12px}.workspace-deferral-wrap{padding:0 16px 12px}.workspace-deferral-banner{align-items:flex-start;flex-direction:column}.workspace-deferral-actions{width:100%}.workspace-deferral-actions .button{flex:1}.customer-detail-modal .tabs{padding:10px 16px}.workspace-overview-grid{padding:16px}.customer-company-panel .form-grid{grid-template-columns:1fr}.customer-company-panel .form-grid .form-field{order:initial!important}.customer-workspace-footer{align-items:flex-start;flex-direction:column;padding:11px 16px}.customer-footer-actions{width:100%}.customer-footer-actions .button{flex:1}}.customer-detail-modal{position:relative!important;display:block!important;width:min(1500px,96vw)!important;height:min(930px,96vh)!important;max-height:96vh!important;padding:0!important;overflow:hidden!important;border-radius:22px!important;background:#fff!important}.customer-detail-modal>.modal-header{position:absolute!important;top:24px!important;right:24px!important;z-index:80!important;display:block!important;width:48px!important;height:48px!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}.customer-detail-modal>.modal-header h2{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.customer-detail-modal>.modal-header .icon-button{width:48px!important;height:48px!important;margin:0!important;border:1px solid var(--line)!important;border-radius:13px!important;background:#fffffff5!important}.customer-detail-modal .workspace-embedded{position:absolute!important;inset:0!important;display:flex!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;overflow:hidden!important;flex-direction:column!important;background:#fff!important}.customer-detail-modal .workspace-header,.customer-detail-modal .metrics-grid,.customer-detail-modal .workspace-deferral-wrap,.customer-detail-modal .tabs,.customer-detail-modal .customer-workspace-footer{flex:0 0 auto!important;min-width:0}.customer-detail-modal .workspace-header{position:relative!important;top:0!important;z-index:1!important;min-height:104px!important;padding:24px 92px 16px 28px!important;align-items:flex-start!important;border-bottom:0!important;background:linear-gradient(135deg,#f8fbff,#eef5ff)!important}.customer-detail-modal .metrics-grid{min-height:106px!important;padding:0 28px 14px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;background:linear-gradient(180deg,#eef5ff 0,#f9fbfe)!important}.customer-detail-modal .metric-card{height:90px!important;min-height:90px!important;flex:none!important;padding:15px 17px!important;overflow:hidden!important}.customer-detail-modal .metric-card>div{display:flex!important;min-width:0!important;flex-direction:column!important;gap:0!important}.customer-detail-modal .metric-card small{margin:0 0 8px!important}.customer-detail-modal .workspace-deferral-wrap{padding:0 28px 14px!important;background:#f9fbfe!important}.customer-detail-modal .tabs{min-height:62px!important;padding:12px 28px 13px!important;overflow-x:auto!important;overflow-y:hidden!important}.customer-detail-modal .workspace-scroll-body{min-height:0!important;flex:1 1 auto!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;background:#fff!important}.customer-detail-modal .workspace-overview-grid{padding:20px 28px 24px!important}.customer-detail-modal .customer-workspace-footer{min-height:72px!important;padding:11px 24px!important}@media(max-width:1050px){.customer-detail-modal{width:97vw!important;height:96vh!important}.customer-detail-modal .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;min-height:196px!important}}@media(max-width:700px){.customer-detail-modal{width:100%!important;height:96vh!important;border-radius:16px!important}.customer-detail-modal>.modal-header{top:14px!important;right:14px!important}.customer-detail-modal .workspace-header{min-height:94px!important;padding:18px 70px 14px 16px!important}.customer-detail-modal .metrics-grid{grid-template-columns:1fr 1fr!important;min-height:196px!important;padding:0 16px 12px!important}.customer-detail-modal .workspace-deferral-wrap{padding:0 16px 12px!important}.customer-detail-modal .tabs{min-height:58px!important;padding:10px 16px!important}.customer-detail-modal .workspace-overview-grid{padding:16px!important}}.customer-detail-modal{width:min(1800px,99vw)!important;height:min(820px,96vh)!important;max-height:96vh!important;border-radius:22px!important}.customer-detail-modal>.modal-header{top:30px!important;right:30px!important}.customer-detail-modal>.modal-header .icon-button{width:48px!important;height:48px!important;border-radius:12px!important}.customer-detail-modal .workspace-header{min-height:112px!important;padding:28px 102px 18px 30px!important;align-items:flex-start!important;background:linear-gradient(135deg,#f7fbff,#edf5ff)!important}.customer-detail-modal .workspace-heading{flex:1 1 auto}.customer-detail-modal .workspace-title-line{gap:10px}.customer-detail-modal .workspace-title-line h1{font-size:28px}.customer-detail-modal .workspace-heading>p{margin-top:8px;font-size:11px}.workspace-header-deferral-button{min-height:46px;margin:2px 58px 0 20px;padding:9px 16px;flex:0 0 auto;border:1px solid #f3d8b7;color:#9c5915;background:#fff1df;font-weight:820}.workspace-header-deferral-button:hover{border-color:#e9c492;background:#ffe9ce}.workspace-header-deferral-button svg{width:15px;height:15px}.customer-detail-modal .metrics-grid{min-height:106px!important;padding:0 30px 16px!important;gap:12px!important}.customer-detail-modal .metric-card{height:90px!important;min-height:90px!important;padding:16px 18px!important;border-radius:14px!important}.customer-detail-modal .metric-card small{margin-bottom:8px!important;font-size:9px}.customer-detail-modal .metric-card strong{font-size:20px}.customer-detail-modal .workspace-deferral-wrap{padding:0 30px 14px!important}.customer-detail-modal .workspace-deferral-wrap:empty{display:none!important}.customer-detail-modal .workspace-deferral-banner{min-height:58px}.customer-detail-modal .tabs{min-height:76px!important;gap:8px!important;padding:14px 30px!important;background:#fff!important}.customer-detail-modal .tabs button{min-height:48px!important;padding:10px 14px!important;border-radius:11px!important;font-size:12px!important;transition:.14s ease}.customer-detail-modal .tabs button.active{color:#fff!important;box-shadow:0 7px 16px #2f486221!important}.customer-detail-modal .tabs button[data-tab=overview].active{border-color:#4f7fe8!important;background:#4f7fe8!important}.customer-detail-modal .tabs button[data-tab=contacts].active{border-color:#55a878!important;background:#55a878!important}.customer-detail-modal .tabs button[data-tab=invoices].active{border-color:#8c75c8!important;background:#8c75c8!important}.customer-detail-modal .tabs button[data-tab=additional].active{border-color:#d88952!important;background:#d88952!important}.customer-detail-modal .tabs button[data-tab=payments].active{border-color:#5aa7bb!important;background:#5aa7bb!important}.customer-detail-modal .tabs button[data-tab=communication].active{border-color:#c96868!important;background:#c96868!important}.customer-detail-modal .workspace-scroll-body{background:#fff!important}.customer-detail-modal .workspace-overview-grid{gap:16px!important;padding:26px 30px 24px!important}.customer-detail-modal .workspace-overview-grid .workspace-section{min-height:260px;padding:20px!important;border-radius:16px!important}.customer-detail-modal .customer-workspace-footer{min-height:92px!important;padding:14px 28px!important}.customer-detail-modal .customer-footer-actions .button{min-height:46px;padding:10px 15px}.customer-detail-modal .customer-contacts-reference{margin:24px 30px 26px!important;padding:22px!important;border-radius:16px}.customer-contacts-reference .section-header{align-items:flex-start;margin-bottom:14px}.customer-contacts-reference .section-header h2{margin:0;font-size:16px}.customer-contacts-reference .section-header p{margin-top:8px;font-size:11px}.customer-person-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-person-card{display:flex;min-width:0;min-height:110px;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.customer-person-card:hover{border-color:#b8cbed;box-shadow:0 7px 18px #2f48620e}.customer-person-copy{min-width:0}.customer-person-name{display:block;padding:0;border:0;color:#3569c8;background:transparent;font-size:13px;font-weight:850;text-align:left}.customer-person-meta{display:block;margin-top:4px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-person-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.customer-person-edit{flex:0 0 auto;min-width:84px}.customer-detail-modal .finance-reference-panel,.customer-detail-modal .communication-reference-panel{margin:24px 30px 26px!important;padding:22px!important;border-radius:16px!important}.finance-reference-panel .section-header{align-items:flex-start;margin-bottom:10px}.finance-reference-panel .section-header h2,.communication-reference-panel h2{margin:0;font-size:16px}.finance-reference-panel .section-header p{margin-top:8px;font-size:11px}.finance-reference-panel .workspace-actions{align-items:center}.reference-finance-table{margin-top:8px}.reference-finance-table th{padding:11px 10px;font-size:9px}.reference-finance-table td{padding:13px 10px;font-size:10px}.reference-finance-table td>strong{color:var(--text)}.invoice-kind{display:inline-flex;padding:4px 7px;border-radius:8px;font-size:9px;font-weight:850}.invoice-kind.monthly{color:#315fb8;background:var(--blue-soft)}.invoice-kind.additional{color:#985c31;background:var(--orange-soft)}.additional-reference-list{margin-top:6px}.additional-reference-row{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}.additional-reference-row:last-child{border-bottom:0}.additional-reference-row>div:last-child{text-align:right}.additional-reference-row strong{display:block;color:var(--text);font-size:12px}.additional-reference-row span{display:block;margin-top:4px;color:var(--muted);font-size:9px}.allocation-list{display:flex;flex-direction:column;gap:3px}.communication-reference-wrap{padding:22px 30px 26px}.communication-reference-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.communication-reference-metric{min-height:90px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.communication-reference-metric span{color:var(--text-soft);font-size:12px}.communication-reference-metric strong{display:block;margin-top:8px;color:var(--text);font-size:21px}.customer-detail-modal .communication-reference-panel{margin:18px 0 0!important}.communication-reference-panel h2{margin-bottom:14px}.customer-action-modal{width:min(850px,94vw)!important;max-height:92vh!important;padding:0 28px 28px!important;overflow-y:auto!important;border-radius:22px!important}.customer-action-modal>.modal-header{position:static!important;min-height:auto!important;margin:0!important;padding:28px 0 0!important;border:0!important;background:transparent!important}.customer-action-modal>.modal-header h2{margin:0;color:var(--text);font-size:19px}.customer-action-modal>.modal-header .icon-button{display:none!important}.customer-action-description{margin:6px 0 18px;color:var(--muted);font-size:13px;line-height:1.45}.reference-action-form{display:grid;grid-template-columns:1fr;gap:12px}.reference-action-form.two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.reference-action-form .form-field,.reference-person-form .form-field,.payment-link-reference-form .form-field{margin:0}.reference-action-form input,.reference-action-form select,.reference-action-form textarea,.reference-person-form input,.payment-link-reference-form input,.payment-link-reference-form select{min-height:48px}.reference-action-form textarea{min-height:108px;resize:vertical}.reference-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.reference-modal-actions .button{min-height:48px;padding:10px 15px}.reference-inline-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.reference-field-note{display:block;margin-top:4px;color:var(--muted);font-size:10px}.full-span{grid-column:1 / -1}.person-reference-modal{width:min(790px,94vw)!important}.reference-person-form{display:flex;flex-direction:column;gap:14px}.reference-person-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reference-choice-title{margin:6px 0 0;color:var(--text);font-size:14px}.reference-choice-grid{display:grid;gap:10px}.reference-group-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reference-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reference-check-card{display:flex;min-height:48px;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:11px;color:#435a73;background:var(--panel-2);font-size:11px;font-weight:760}.reference-check-card input{width:15px;height:15px;min-height:0}.invoice-reference-modal,.payment-entry-reference-modal{width:min(820px,94vw)!important}.deferral-reference-modal{width:min(850px,94vw)!important}.payment-link-reference-modal{width:min(820px,94vw)!important}.payment-link-reference-form{display:flex;flex-direction:column;gap:12px}.payment-reference-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.payment-reference-section-head h3{margin:0;color:var(--text);font-size:14px}.payment-reference-section-head>span{color:var(--muted);font-size:11px}.payment-reference-contact-grid,.payment-reference-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-reference-check{display:flex;min-height:58px;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:var(--panel-2)}.payment-reference-check.disabled{opacity:.55}.payment-reference-check input{width:15px;height:15px;min-height:0}.payment-reference-check span{min-width:0}.payment-reference-check strong{display:block;color:#3569c8;font-size:11px}.payment-reference-check small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.payment-reference-empty{grid-column:1 / -1;padding:18px;border:1px dashed var(--line);border-radius:11px;color:var(--muted);text-align:center}.payment-reference-amount-row{margin-top:4px}.reference-payment-success{padding:20px 0 0;text-align:center}.reference-payment-success>svg{width:42px;height:42px;color:var(--green)}.reference-payment-success h3{margin:10px 0 5px}.reference-payment-success p{color:var(--muted)}.reference-payment-success a{display:block;margin:14px 0;color:#3569c8;word-break:break-all}@media(max-width:1050px){.customer-detail-modal{width:98vw!important;height:96vh!important}.customer-person-list{grid-template-columns:1fr}.communication-reference-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.customer-detail-modal .workspace-header{min-height:100px!important;padding:18px 68px 14px 16px!important}.workspace-header-deferral-button{margin:8px 0 0;order:3}.customer-detail-modal .metrics-grid{padding:0 16px 12px!important}.customer-detail-modal .tabs{padding:10px 16px!important}.customer-detail-modal .workspace-overview-grid{padding:16px!important}.customer-detail-modal .customer-contacts-reference,.customer-detail-modal .finance-reference-panel{margin:16px!important;padding:16px!important}.communication-reference-wrap{padding:16px}.reference-person-fields,.reference-action-form.two-column,.reference-inline-grid,.payment-reference-contact-grid,.payment-reference-channel-grid{grid-template-columns:1fr}.reference-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-channel-grid{grid-template-columns:1fr}.customer-action-modal{width:100%!important;max-height:94vh!important;border-radius:20px 20px 0 0!important}}.reference-payment-success-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0 10px}.reference-payment-success-stats>div{padding:12px;border:1px solid var(--line);border-radius:11px;background:var(--panel-2);text-align:left}.reference-payment-success-stats span{display:block;color:var(--muted);font-size:9px}.reference-payment-success-stats strong{display:block;margin-top:4px;color:var(--text);font-size:11px}.reference-payment-results{display:flex;flex-direction:column;gap:6px;margin:12px 0 0;padding:0;list-style:none;text-align:left}.reference-payment-results li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:10px}.reference-payment-results li strong,.reference-payment-results li small{display:block}.reference-payment-results li small{margin-top:3px;color:var(--muted);font-size:9px}.reference-payment-results em{font-style:normal;font-size:10px;font-weight:800}.reference-payment-results em.sent{color:#347b52}.reference-payment-results em.failed{color:#a24f4f}.finance-reference-panel .button.soft,.customer-person-edit{color:#315fb8;border-color:#cfddf6;background:#eef4ff}.finance-reference-panel .button.soft:hover,.customer-person-edit:hover{border-color:#b5c9ec;background:#e3edff}@media(min-width:1051px){.customer-detail-modal{width:min(1480px,92vw)!important;height:min(780px,88vh)!important;max-height:88vh!important;border-radius:20px!important}.customer-detail-modal>.modal-header{top:18px!important;right:18px!important}.customer-detail-modal>.modal-header .icon-button{width:42px!important;height:42px!important;border-radius:11px!important}.customer-detail-modal .workspace-header{min-height:84px!important;padding:20px 82px 12px 24px!important}.customer-detail-modal .workspace-title-line h1{font-size:23px!important;line-height:1.1!important;letter-spacing:-.4px!important}.customer-detail-modal .workspace-title-line{gap:7px!important}.customer-detail-modal .workspace-title-line .badge{padding:4px 8px!important;font-size:8px!important}.customer-detail-modal .workspace-heading>p{margin-top:6px!important;font-size:10px!important}.workspace-header-deferral-button{min-height:40px!important;margin:0 46px 0 14px!important;padding:8px 13px!important;font-size:11px!important;border-radius:10px!important}.customer-detail-modal .metrics-grid{min-height:82px!important;padding:0 24px 12px!important;gap:10px!important}.customer-detail-modal .metric-card{height:70px!important;min-height:70px!important;padding:12px 14px!important;border-radius:13px!important}.customer-detail-modal .metric-card small{margin-bottom:5px!important;font-size:8px!important;letter-spacing:.055em!important}.customer-detail-modal .metric-card strong{font-size:17px!important}.customer-detail-modal .workspace-deferral-wrap{padding:0 24px 10px!important}.customer-detail-modal .workspace-deferral-banner{min-height:48px!important;padding:9px 12px!important}.customer-detail-modal .workspace-deferral-copy strong{font-size:10px!important}.customer-detail-modal .workspace-deferral-copy span{margin-top:2px!important;font-size:8px!important}.customer-detail-modal .workspace-deferral-actions .button,.customer-detail-modal .workspace-deferral-empty .button{min-height:34px!important;padding:7px 10px!important;font-size:10px!important}.customer-detail-modal .tabs{min-height:58px!important;gap:6px!important;padding:9px 24px!important}.customer-detail-modal .tabs button{min-height:38px!important;padding:8px 11px!important;border-radius:10px!important;font-size:10.5px!important;gap:6px!important}.customer-detail-modal .tabs button svg{width:12px!important;height:12px!important}.customer-detail-modal .workspace-overview-grid{gap:12px!important;padding:18px 24px!important}.customer-detail-modal .workspace-overview-grid .workspace-section{min-height:220px!important;padding:16px!important;border-radius:14px!important}.customer-detail-modal .workspace-overview-grid .section-header{margin-bottom:10px!important}.customer-detail-modal .workspace-overview-grid .section-header h2,.customer-detail-modal .customer-contacts-reference .section-header h2,.customer-detail-modal .finance-reference-panel .section-header h2,.customer-detail-modal .communication-reference-panel h2{font-size:14px!important}.customer-detail-modal .customer-contacts-reference,.customer-detail-modal .finance-reference-panel,.customer-detail-modal .communication-reference-wrap{margin-top:16px!important}.customer-detail-modal .customer-contacts-reference,.customer-detail-modal .finance-reference-panel{margin-left:24px!important;margin-right:24px!important;margin-bottom:18px!important;padding:16px!important;border-radius:14px!important}.customer-detail-modal .customer-person-card{min-height:86px!important;padding:12px!important}.customer-detail-modal .customer-person-name{font-size:11.5px!important}.customer-detail-modal .customer-person-meta,.customer-detail-modal .customer-person-tags .badge{font-size:8px!important}.customer-detail-modal .customer-person-edit{min-width:70px!important;min-height:34px!important;padding:7px 10px!important;font-size:10px!important}.customer-detail-modal .finance-reference-panel .section-header p{margin-top:5px!important;font-size:9px!important}.customer-detail-modal .finance-reference-panel .workspace-actions .button{min-height:36px!important;padding:7px 10px!important;font-size:10px!important}.customer-detail-modal .customer-workspace-footer{min-height:66px!important;padding:9px 22px!important}.customer-detail-modal .customer-save-state strong{font-size:10.5px!important}.customer-detail-modal .customer-save-state span{margin-top:2px!important;font-size:8px!important}.customer-detail-modal .customer-footer-actions .button{min-height:38px!important;padding:8px 12px!important;font-size:10px!important}}.customer-detail-modal .reference-finance-table{width:100%;overflow-x:auto;margin-top:6px}.customer-detail-modal .reference-finance-table table{width:100%;min-width:980px;table-layout:fixed}.customer-detail-modal .reference-finance-table th,.customer-detail-modal .reference-finance-table td{padding:10px 9px!important;vertical-align:middle!important;line-height:1.35!important}.customer-detail-modal .reference-finance-table th{font-size:8px!important;white-space:nowrap}.customer-detail-modal .reference-finance-table td{font-size:9.5px!important}.customer-detail-modal .reference-finance-table th:nth-child(1),.customer-detail-modal .reference-finance-table td:nth-child(1){width:7%}.customer-detail-modal .reference-finance-table th:nth-child(2),.customer-detail-modal .reference-finance-table td:nth-child(2){width:34%}.customer-detail-modal .reference-finance-table th:nth-child(3),.customer-detail-modal .reference-finance-table td:nth-child(3){width:13%}.customer-detail-modal .reference-finance-table th:nth-child(4),.customer-detail-modal .reference-finance-table td:nth-child(4){width:10%}.customer-detail-modal .reference-finance-table th:nth-child(5),.customer-detail-modal .reference-finance-table td:nth-child(5){width:9%}.customer-detail-modal .reference-finance-table th:nth-child(6),.customer-detail-modal .reference-finance-table td:nth-child(6){width:9%}.customer-detail-modal .reference-finance-table th:nth-child(7),.customer-detail-modal .reference-finance-table td:nth-child(7){width:9%}.customer-detail-modal .reference-finance-table th:nth-child(8),.customer-detail-modal .reference-finance-table td:nth-child(8){width:9%}.customer-detail-modal .invoice-reference-description{min-width:0;overflow:hidden}.customer-detail-modal .invoice-reference-description>strong{display:block!important;max-width:100%;color:var(--text);font-size:10px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-detail-modal .invoice-reference-description>.sub{display:block!important;max-width:100%;margin-top:3px!important;color:var(--muted);font-size:8.5px!important;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.customer-detail-modal .reference-finance-table td:nth-child(n+3){white-space:nowrap}.customer-detail-modal .reference-finance-table .badge,.customer-detail-modal .reference-finance-table .invoice-kind{font-size:8px!important;padding:3px 6px!important}@media(max-width:1200px)and (min-width:701px){.customer-detail-modal{width:95vw!important;height:90vh!important}.customer-detail-modal .workspace-title-line h1{font-size:21px!important}.customer-detail-modal .tabs{overflow-x:auto!important}}@media(min-width:701px){.customer-detail-modal .workspace-header{padding-right:88px!important}.customer-detail-modal .workspace-header-deferral-button{margin:2px 4px 0 14px!important}.customer-detail-modal>.modal-header{top:20px!important;right:20px!important}}.customer-detail-modal+.modal-overlay .invoice-reference-modal select#invoice-status,.invoice-reference-modal select#invoice-status{cursor:pointer;opacity:1}.payment-link-reference-modal{width:min(700px,92vw)!important;max-height:84vh!important;padding:0 22px 20px!important}.payment-link-reference-modal>.modal-header{padding-top:20px!important}.payment-link-reference-modal>.modal-header h2{font-size:17px!important}.payment-link-reference-modal .payment-link-description{margin:4px 0 10px;font-size:11px;line-height:1.4}.payment-link-reference-form-compact{gap:8px}.payment-link-reference-modal .payment-reference-section-head{gap:8px;margin-top:0;min-height:34px}.payment-link-reference-modal .payment-reference-section-head h3{font-size:12px}.payment-link-reference-modal .payment-reference-section-head>span{font-size:9px}.payment-link-reference-modal .payment-reference-select-all{min-height:32px;padding:6px 10px;font-size:10px}.payment-link-reference-modal .payment-reference-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.payment-link-reference-modal .payment-reference-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.payment-link-reference-modal .payment-reference-check{min-height:42px;gap:8px;padding:7px 9px;border-radius:9px}.payment-link-reference-modal .payment-reference-contact{min-height:46px}.payment-link-reference-modal .payment-reference-check input{width:13px;height:13px;flex:0 0 13px}.payment-link-reference-modal .payment-reference-check strong{font-size:10px}.payment-link-reference-modal .payment-reference-check small{margin-top:2px;font-size:8px;line-height:1.25}.payment-link-reference-modal .payment-reference-empty{padding:12px;border-radius:9px;font-size:10px}.payment-link-reference-modal .payment-reference-channel-head{margin-top:2px}.payment-link-reference-modal .payment-reference-amount-row{margin-top:2px;gap:10px}.payment-link-reference-modal .form-field label,.payment-link-reference-modal .form-field>span{font-size:10px}.payment-link-reference-modal .payment-link-reference-form input,.payment-link-reference-modal .payment-link-reference-form select{min-height:40px;padding:8px 10px;font-size:11px}.payment-link-reference-modal .reference-modal-actions{gap:8px;margin-top:4px}.payment-link-reference-modal .reference-modal-actions .button{min-height:40px;padding:8px 12px;font-size:11px}@media(max-width:700px){.payment-link-reference-modal{width:96vw!important;max-height:90vh!important;padding:0 16px 16px!important}.payment-link-reference-modal .payment-reference-contact-grid,.payment-link-reference-modal .payment-reference-channel-grid{grid-template-columns:1fr}}.customer-detail-modal .customer-overview-save-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.customer-detail-modal .customer-overview-save-row .button{flex:0 0 auto;min-height:38px;padding:8px 13px}.customer-detail-modal .customer-workspace-footer-close-only{justify-content:flex-end!important;min-height:64px!important;padding:10px 24px!important}.customer-detail-modal .customer-workspace-footer-close-only .customer-footer-actions{margin-left:auto}@media(max-width:700px){.customer-detail-modal .customer-overview-save-row{align-items:stretch;flex-direction:column}.customer-detail-modal .customer-overview-save-row .button{width:100%}}.customer-detail-modal .metric-card.metric-red{background:linear-gradient(145deg,#fdeeee,#fff);border-color:#f1d5d5}.customer-detail-modal .metric-card.metric-red strong{color:#a24f4f}.customer-detail-modal .payment-reference-table table{min-width:820px!important;table-layout:fixed!important}.customer-detail-modal .payment-reference-table th:nth-child(1),.customer-detail-modal .payment-reference-table td:nth-child(1){width:10%!important}.customer-detail-modal .payment-reference-table th:nth-child(2),.customer-detail-modal .payment-reference-table td:nth-child(2){width:22%!important}.customer-detail-modal .payment-reference-table th:nth-child(3),.customer-detail-modal .payment-reference-table td:nth-child(3){width:16%!important}.customer-detail-modal .payment-reference-table th:nth-child(4),.customer-detail-modal .payment-reference-table td:nth-child(4){width:11%!important}.customer-detail-modal .payment-reference-table th:nth-child(5),.customer-detail-modal .payment-reference-table td:nth-child(5){width:30%!important}.customer-detail-modal .payment-reference-table th:nth-child(6),.customer-detail-modal .payment-reference-table td:nth-child(6){width:11%!important}.customer-detail-modal .payment-reference-cell{min-width:0}.customer-detail-modal .payment-reference-cell>span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-detail-modal .payment-source-cell,.customer-detail-modal .payment-amount-cell{white-space:nowrap!important}.customer-detail-modal .payment-reference-table .allocation-list{min-width:0;gap:4px;line-height:1.3}.customer-detail-modal .payment-reference-table .allocation-list span{display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}@media(max-width:900px){.customer-detail-modal .payment-reference-table table{min-width:760px!important}}.customer-detail-modal .additional-reference-table table{min-width:760px;table-layout:fixed}.customer-detail-modal .additional-reference-table th:nth-child(1),.customer-detail-modal .additional-reference-table td:nth-child(1){width:8%}.customer-detail-modal .additional-reference-table th:nth-child(2),.customer-detail-modal .additional-reference-table td:nth-child(2){width:40%}.customer-detail-modal .additional-reference-table th:nth-child(3),.customer-detail-modal .additional-reference-table td:nth-child(3){width:14%}.customer-detail-modal .additional-reference-table th:nth-child(4),.customer-detail-modal .additional-reference-table td:nth-child(4){width:13%}.customer-detail-modal .additional-reference-table th:nth-child(5),.customer-detail-modal .additional-reference-table td:nth-child(5){width:12%}.customer-detail-modal .additional-reference-table th:nth-child(6),.customer-detail-modal .additional-reference-table td:nth-child(6){width:13%}.customer-detail-modal .additional-reference-table td:nth-child(n+3){white-space:nowrap}.customer-detail-modal .additional-description-cell{min-width:0;overflow:hidden}.customer-detail-modal .additional-description-cell>strong{display:block;max-width:100%;color:var(--text);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-detail-modal .additional-description-cell>.sub{display:block;max-width:100%;margin-top:3px;color:var(--muted);font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.finance-summary-metrics .metric-card strong{font-size:18px}.finance-filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) 160px 170px;gap:10px;align-items:end;margin:8px 0 14px;padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--panel-2)}.finance-filter-bar label{display:grid;gap:5px;min-width:0}.finance-filter-bar label>span{color:var(--muted);font-size:9px;font-weight:800}.finance-filter-bar input,.finance-filter-bar select{width:100%;min-height:36px;padding:7px 10px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--text);font-size:10px}.finance-filter-bar input:focus,.finance-filter-bar select:focus{outline:2px solid rgba(53,105,200,.14);border-color:#8eafe8}.finance-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:9px 12px;border:1px solid;border-radius:10px;font-size:10px;font-weight:750}.finance-feedback.success{border-color:#b8dfc6;background:#f0fbf4;color:#287346}.finance-feedback.error{border-color:#efcaca;background:#fff4f4;color:#a24f4f}.finance-feedback button{border:0;background:transparent;color:inherit;cursor:pointer;font-size:17px;line-height:1}.status-reversed{background:#f2f3f5;color:#6d7783}.finance-row-reversed{opacity:.68;background:#fafafa}.customer-detail-modal .invoice-actions-table table{min-width:1120px!important}.customer-detail-modal .invoice-actions-table th:nth-child(1),.customer-detail-modal .invoice-actions-table td:nth-child(1){width:10%!important}.customer-detail-modal .invoice-actions-table th:nth-child(2),.customer-detail-modal .invoice-actions-table td:nth-child(2){width:25%!important}.customer-detail-modal .invoice-actions-table th:nth-child(3),.customer-detail-modal .invoice-actions-table td:nth-child(3){width:11%!important}.customer-detail-modal .invoice-actions-table th:nth-child(4),.customer-detail-modal .invoice-actions-table td:nth-child(4){width:10%!important}.customer-detail-modal .invoice-actions-table th:nth-child(5),.customer-detail-modal .invoice-actions-table td:nth-child(5),.customer-detail-modal .invoice-actions-table th:nth-child(6),.customer-detail-modal .invoice-actions-table td:nth-child(6),.customer-detail-modal .invoice-actions-table th:nth-child(7),.customer-detail-modal .invoice-actions-table td:nth-child(7){width:9%!important}.customer-detail-modal .invoice-actions-table th:nth-child(8),.customer-detail-modal .invoice-actions-table td:nth-child(8){width:10%!important}.customer-detail-modal .invoice-actions-table th:nth-child(9),.customer-detail-modal .invoice-actions-table td:nth-child(9){width:8%!important}.finance-actions-menu{position:relative;display:inline-flex}.finance-actions-trigger{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:#52677c;cursor:pointer}.finance-actions-trigger svg{width:16px;height:16px}.finance-actions-trigger:hover,.finance-actions-trigger[aria-expanded=true]{border-color:#a9c0e8;background:#f3f7ff;color:#3569c8}.finance-actions-trigger:focus-visible{outline:2px solid rgba(53,105,200,.22);outline-offset:2px}.finance-actions-popover{min-width:132px;padding:5px;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 12px 30px #1e324b29}.finance-actions-popover-portal{position:fixed;z-index:10050;width:148px}.finance-actions-popover button{display:flex;width:100%;align-items:center;gap:7px;padding:8px 9px;border:0;border-radius:7px;background:transparent;color:#28445f;cursor:pointer;font-size:10px;font-weight:750;text-align:left}.finance-actions-popover button:hover{background:#f3f7fd}.finance-actions-popover button.danger{color:#a24f4f}.finance-actions-popover button.danger:hover{background:#fff2f2}.finance-actions-popover svg{width:13px;height:13px}.payment-reference-description{min-width:0}.payment-reference-description>strong,.payment-reference-description>.sub{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.payment-reference-description>strong{color:var(--text);white-space:nowrap}.payment-reference-description>.sub{margin-top:3px;color:var(--muted);font-size:8.5px;white-space:normal}.finance-row-action{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:6px 8px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:#52677c;cursor:pointer;font-size:9px;font-weight:800;white-space:nowrap}.finance-row-action svg{width:12px;height:12px}.finance-row-action.reverse:hover{border-color:#e2b6b6;background:#fff5f5;color:#a24f4f}.customer-detail-modal .payment-actions-table table{min-width:1050px!important}.customer-detail-modal .payment-actions-table th:nth-child(1),.customer-detail-modal .payment-actions-table td:nth-child(1){width:10%!important}.customer-detail-modal .payment-actions-table th:nth-child(2),.customer-detail-modal .payment-actions-table td:nth-child(2){width:24%!important}.customer-detail-modal .payment-actions-table th:nth-child(3),.customer-detail-modal .payment-actions-table td:nth-child(3){width:11%!important}.customer-detail-modal .payment-actions-table th:nth-child(4),.customer-detail-modal .payment-actions-table td:nth-child(4){width:23%!important}.customer-detail-modal .payment-actions-table th:nth-child(5),.customer-detail-modal .payment-actions-table td:nth-child(5){width:11%!important}.customer-detail-modal .payment-actions-table th:nth-child(6),.customer-detail-modal .payment-actions-table td:nth-child(6){width:10%!important}.customer-detail-modal .payment-actions-table th:nth-child(7),.customer-detail-modal .payment-actions-table td:nth-child(7){width:11%!important}.finance-confirm-modal{width:min(520px,94vw)!important}.finance-confirm-modal>p{color:#334d66;line-height:1.6}.finance-confirm-warning{padding:10px 12px;border:1px solid #f0d3ad;border-radius:10px;background:#fff9ef;color:#8d612b!important;font-size:10px}.finance-confirm-summary{display:grid;gap:0;margin:14px 0;border:1px solid var(--line);border-radius:11px;overflow:hidden}.finance-confirm-summary>div{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:10px 12px;border-bottom:1px solid var(--line)}.finance-confirm-summary>div:last-child{border-bottom:0}.finance-confirm-summary dt{color:var(--muted);font-size:9px;font-weight:750}.finance-confirm-summary dd{margin:0;color:var(--text);font-size:10px;font-weight:800}@media(max-width:800px){.finance-filter-bar{grid-template-columns:1fr 1fr}.finance-filter-bar .finance-search{grid-column:1 / -1}}@media(max-width:560px){.finance-filter-bar{grid-template-columns:1fr}.finance-filter-bar .finance-search{grid-column:auto}.finance-confirm-summary>div{grid-template-columns:1fr;gap:4px}}.customer-detail-modal .customer-admin-actions{align-items:center;flex-wrap:wrap}.customer-detail-modal .customer-admin-actions .customer-inline-save{margin-left:0}@media(max-width:700px){.customer-detail-modal .customer-admin-actions .button{flex:1 1 auto}}.payment-tracking-v26{min-width:0}.payment-tracking-v26 .payment-reference-head{align-items:flex-end;margin-bottom:22px}.payment-tracking-v26 .payment-reference-head h1{margin-bottom:4px}.payment-tracking-v26 .payment-reference-head .muted{max-width:720px}.payment-tracking-v26 .ordered-actions{align-items:center}.payment-tracking-v26 .ordered-actions .button{min-height:42px;padding-inline:16px;border-radius:11px;font-size:11px;font-weight:800}.payment-tracking-v26 .ordered-actions .button svg{width:15px;height:15px}.payment-source-info{margin-bottom:14px;padding:13px 16px;border:1px solid #c7d9f7;border-radius:11px;background:#eaf1ff;color:#2d5db6;font-size:10.5px;line-height:1.55}.payment-source-info strong{color:#2457b7}.payment-period-panel{display:grid;grid-template-columns:repeat(4,minmax(135px,1fr)) auto;gap:8px;align-items:end;margin-bottom:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.payment-period-panel label{display:grid;gap:6px;min-width:0}.payment-period-panel label>span{color:#445b73;font-size:9px;font-weight:800}.payment-period-panel select,.payment-secondary-filters select{width:100%;min-height:39px;padding:7px 11px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--text);font-size:10px;font-weight:650}.payment-period-panel select:focus,.payment-secondary-filters select:focus{outline:2px solid rgba(53,105,200,.13);border-color:#8eafe8}.payment-all-period{min-height:39px;white-space:nowrap}.payment-secondary-filters{display:grid;grid-template-columns:200px 200px 220px;gap:8px;margin:0 0 12px}.payment-reference-panel{border-radius:13px}.payment-tracking-table{padding:10px 14px 0}.payment-tracking-table table{min-width:1120px}.payment-tracking-table thead th{padding:10px;background:#f6f8fb;color:#667d96;font-size:8px;letter-spacing:.025em;text-transform:uppercase}.payment-tracking-table tbody td{padding:12px 10px;border-bottom:1px solid #e2e9f2;vertical-align:middle;font-size:9.5px}.payment-tracking-table tbody tr:last-child td{border-bottom:0}.payment-tracking-table code{color:var(--text);background:transparent;font-family:inherit;font-size:9px;white-space:nowrap}.payment-tracking-table .table-customer-button{color:#3569c8;font-size:10px;font-weight:850;text-align:left}.payment-tracking-table strong{color:#102c47;font-size:10.5px;white-space:nowrap}.payment-source-value{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.payment-source-value>i{width:6px;height:6px;border-radius:50%;background:#4b7fe2}.payment-description-cell{max-width:220px;color:var(--text);line-height:1.35}.payment-tracking-table .allocation-cell{min-width:160px;gap:3px}.payment-tracking-table .allocation-cell small{color:#7890aa;font-size:8px;white-space:nowrap}.payment-status-pill{display:inline-flex;min-height:24px;align-items:center;padding:4px 9px;border-radius:999px;font-size:8.5px;font-weight:850;white-space:nowrap}.payment-status-paid{color:#1f7a52;background:#e7f6ee}.payment-status-cancelled{color:#b84f4f;background:#fdeceb}@media(max-width:1250px){.payment-period-panel{grid-template-columns:repeat(2,minmax(160px,1fr))}.payment-period-panel .payment-all-period{width:100%}.payment-secondary-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.payment-period-panel{grid-template-columns:1fr 1fr}.payment-secondary-filters{grid-template-columns:1fr}}@media(max-width:520px){.payment-period-panel{grid-template-columns:1fr}}.tracking-payment-link-modal{width:min(760px,94vw)!important;max-height:90vh!important}.tracking-payment-link-modal>.modal-header .icon-button{display:grid!important}.tracking-payment-customer-section{position:relative;z-index:8;display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.tracking-payment-customer-section>label{color:#40536c;font-size:10px;font-weight:800}.tracking-payment-customer-combobox{position:relative}.tracking-payment-customer-combobox>svg{position:absolute;top:50%;left:12px;z-index:2;width:16px;height:16px;color:#7285a0;pointer-events:none;transform:translateY(-50%)}.tracking-payment-link-modal .tracking-payment-customer-combobox>input{width:100%;min-height:44px;padding:9px 92px 9px 38px;border:1px solid #cfdaea;border-radius:10px;background:var(--panel);color:var(--text);font-size:11px;font-weight:700;outline:none}.tracking-payment-customer-badge{position:absolute;top:50%;right:10px;z-index:2;padding:4px 8px;border:1px solid #bfe5cc;border-radius:999px;color:#217044;background:#edf9f1;font-size:8px;font-weight:800;transform:translateY(-50%);pointer-events:none}.tracking-payment-customer-results{position:absolute;top:calc(100% + 6px);right:0;left:0;z-index:30;max-height:250px;overflow-y:auto;padding:5px;border:1px solid #ccd9ea;border-radius:11px;background:var(--panel);box-shadow:0 16px 36px #1d34542e}.tracking-payment-customer-results>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.tracking-payment-customer-results>button:hover,.tracking-payment-customer-results>button[aria-selected=true]{background:#edf4ff}.tracking-payment-customer-results>button>span:first-child{min-width:0}.tracking-payment-customer-results>button>span:last-child{flex:0 0 auto;text-align:right}.tracking-payment-customer-results strong,.tracking-payment-customer-results small{display:block}.tracking-payment-customer-results strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.tracking-payment-customer-results small{margin-top:2px;color:#75859b;font-size:8px}.tracking-payment-customer-state{padding:14px 10px;color:#718198;font-size:10px;text-align:center}.tracking-payment-customer-state.error{color:#ad3f4e}.tracking-payment-selected-customer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid #dbe7f5;border-radius:9px;background:#f7faff;color:var(--text);font-size:9px}.tracking-payment-selected-customer span:first-child{min-width:0}.tracking-payment-selected-customer span:last-child{flex:0 0 auto;color:#6a7e98}.tracking-payment-selected-customer strong,.tracking-payment-selected-customer small{display:block}.tracking-payment-selected-customer span:last-child strong{display:inline;color:var(--text)}.tracking-payment-selected-customer small{margin-top:2px;color:#75859b;font-size:8px}.tracking-payment-link-placeholder{padding:18px;border:1px dashed #cfdbeb;border-radius:10px;color:#73849a;background:var(--panel-2);font-size:10px;text-align:center}@media(max-width:700px){.tracking-payment-selected-customer{align-items:flex-start;flex-direction:column}.tracking-payment-selected-customer span:last-child{text-align:left}.tracking-payment-link-modal .tracking-payment-customer-combobox>input{padding-right:76px}}.payment-link-company-field,.tracking-payment-customer-section{display:flex;flex-direction:column;gap:6px}.payment-link-company-field>label,.tracking-payment-customer-section>label{color:#40536c;font-size:10px;font-weight:800}.payment-link-company-control,.tracking-payment-customer-combobox{position:relative}.payment-link-company-control>input,.tracking-payment-link-modal .tracking-payment-customer-combobox>input{width:100%;min-height:46px;padding:10px 38px 10px 12px;border:1px solid #cfdaea;border-radius:10px;background:var(--panel);color:var(--text);font-size:11px;font-weight:750;outline:none}.payment-link-company-control.is-locked>input:disabled{opacity:1;color:var(--text);background:var(--panel-2);cursor:not-allowed;-webkit-text-fill-color:var(--text)}.tracking-payment-link-modal .tracking-payment-customer-combobox>input:focus{border-color:#77a5f5;box-shadow:0 0 0 3px #4e82e81f}.tracking-payment-customer-combobox>svg{position:absolute;top:50%;right:13px;left:auto;z-index:2;width:17px;height:17px;color:var(--text-soft);pointer-events:none;transform:translateY(-50%)}.tracking-payment-customer-results{top:calc(100% + 5px);max-height:210px}.tracking-payment-company-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:26px;color:#71839a;font-size:9px}.tracking-payment-company-meta>span:first-child{display:inline-flex;padding:3px 8px;border:1px solid #c5e6d1;border-radius:999px;color:#26764a;background:#eff9f3;font-weight:800}.tracking-payment-company-meta strong{color:var(--text)}.payment-link-reference-modal .payment-link-company-field{margin-bottom:2px}.tracking-payment-selected-customer,.tracking-payment-customer-badge{display:none!important}@media(max-width:700px){.tracking-payment-company-meta{align-items:flex-start;flex-direction:column}.tracking-payment-link-modal .tracking-payment-customer-combobox>input{padding-right:38px}}.tracking-payment-link-modal .tracking-payment-customer-combobox{position:relative}.tracking-payment-link-modal .tracking-payment-customer-combobox>input{padding-right:46px}.tracking-payment-link-modal .tracking-payment-customer-toggle{position:absolute;top:50%;right:6px;z-index:4;display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--text-soft);cursor:pointer;transform:translateY(-50%)}.tracking-payment-link-modal .tracking-payment-customer-toggle:hover,.tracking-payment-link-modal .tracking-payment-customer-toggle[aria-expanded=true]{background:#f1f5fb;color:#24476d}.tracking-payment-link-modal .tracking-payment-customer-toggle>svg{width:17px;height:17px;transition:transform .16s ease}.tracking-payment-link-modal .tracking-payment-customer-toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.tracking-payment-link-modal .tracking-payment-customer-results{max-height:190px;overscroll-behavior:contain}.tracking-manual-payment-modal{width:min(700px,calc(100vw - 32px));max-height:90vh}.tracking-manual-payment-modal>.modal-header .icon-button{display:grid!important}.tracking-manual-payment-form{position:relative;padding-top:14px!important}.tracking-manual-payment-modal .tracking-payment-customer-section{position:relative;z-index:12}.tracking-manual-payment-modal .tracking-payment-customer-combobox{position:relative}.tracking-manual-payment-modal .tracking-payment-customer-combobox>input{width:100%;min-height:46px;padding:10px 46px 10px 12px;border:1px solid #cfdaea;border-radius:10px;background:var(--panel);color:var(--text);font-size:11px;font-weight:750;outline:none}.tracking-manual-payment-modal .tracking-payment-customer-combobox>input:focus{border-color:#77a5f5;box-shadow:0 0 0 3px #4e82e81f}.tracking-manual-payment-modal .tracking-payment-customer-toggle{position:absolute;top:50%;right:6px;z-index:4;display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--text-soft);cursor:pointer;transform:translateY(-50%)}.tracking-manual-payment-modal .tracking-payment-customer-toggle:hover,.tracking-manual-payment-modal .tracking-payment-customer-toggle[aria-expanded=true]{background:#f1f5fb}.tracking-manual-payment-modal .tracking-payment-customer-toggle>svg{width:17px;height:17px}.tracking-manual-payment-modal .tracking-payment-customer-results{top:calc(100% + 5px);max-height:190px;overscroll-behavior:contain}.tracking-manual-payment-modal .selected-payment-customer{margin:0}.tracking-manual-payment-modal .form-actions{align-items:center;justify-content:flex-end}.tracking-manual-payment-modal :disabled{cursor:not-allowed}.reports-v10-customer{color:#2f66d5;font-weight:850;font-size:11px;letter-spacing:-.01em}.reports-v10-customer:hover{color:#174fbf;text-decoration:underline;text-underline-offset:2px}.reports-v10-money,.reports-v10-total{color:#102d48!important;font-weight:820}.reports-v10-empty{padding:14px 10px!important;color:var(--muted)!important;text-align:left}.reports-v10-table td:first-child{white-space:normal}.reports-v10-sidebar{padding:10px 12px}.reports-v10-caption{margin:1px 5px 6px}.reports-v10-list{gap:1px}.reports-v10-item{min-height:31px;gap:9px;padding:5px 9px;border-radius:8px;line-height:1.2}.templates-reference-page{padding-bottom:20px}.templates-reference-head{align-items:center;margin-bottom:12px}.templates-reference-head h1{margin:0 0 4px;font-size:28px;letter-spacing:-.65px}.templates-reference-head .muted{margin:0;font-size:10px}.templates-reference-actions{gap:9px}.templates-reference-actions .button{min-width:184px}.template-tab-workspace{overflow:hidden;padding:0;border-radius:16px;box-shadow:none}.template-group-tabs.compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:7px;border-bottom:1px solid var(--line);background:var(--panel-2)}.template-group-tabs.compact button{position:relative;min-height:48px;justify-content:flex-start;gap:9px;padding:7px 10px;border:1px solid transparent;border-radius:11px;background:transparent}.template-group-tabs.compact button:after{display:none}.template-group-tabs.compact button:hover{border-color:#d7e2f1;background:var(--panel)}.template-group-tabs.compact button.active{border-color:#a9c2ef;background:var(--panel);box-shadow:0 3px 12px #23539c12}.template-group-tabs.compact button>span{width:30px;height:30px;flex:0 0 30px;border-radius:9px}.template-group-tabs.compact button>div{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1px}.template-group-tabs.compact button>div b{font-size:11px;line-height:1.2}.template-group-tabs.compact button>div small{color:var(--muted);font-size:8px;font-weight:650}.template-tab-dirty{position:absolute;top:8px;right:9px;width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 2px #fff}.template-group.tabbed{overflow:hidden;padding:0;border:0;border-radius:0;box-shadow:none;background:var(--panel)}.template-group.tabbed.group-a,.template-group.tabbed.group-b,.template-group.tabbed.group-c{border-top:0}.template-group.tabbed .template-reference-section-head{padding:13px 15px 11px;background:var(--panel)}.template-group.tabbed .template-reference-section-head h2{font-size:13px}.template-group.tabbed .template-reference-section-head p{margin-top:3px;font-size:8.5px}.template-group.tabbed .channel-grid{gap:9px;padding:10px 12px 12px;background:var(--panel-2)}.template-group.tabbed .channel-card{gap:9px;padding:11px;border-radius:12px;background:var(--panel)}.template-group.tabbed .channel-card textarea{min-height:118px}.template-group.tabbed .channel-head{gap:6px}.template-group.tabbed .channel-head>b{font-size:10.5px}.template-group.tabbed .cron-box{gap:6px;padding-top:8px}.template-group.tabbed .template-save{padding:9px 12px;background:var(--panel)}.template-group.tabbed .template-save .button{min-width:155px}@media(max-width:760px){.template-group-tabs.compact{gap:4px;padding:5px}.template-group-tabs.compact button{min-height:44px;padding:6px 7px}.template-group-tabs.compact button>span{width:27px;height:27px;flex-basis:27px}.template-group-tabs.compact button>div small{display:none}.templates-reference-actions{width:100%}}@media(max-width:1250px)and (min-width:851px){.template-group.tabbed .channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-group.tabbed .channel-card:last-child{grid-column:1 / -1}}@media(max-width:850px){.template-group.tabbed .channel-grid{grid-template-columns:1fr}.template-group.tabbed .channel-card:last-child{grid-column:auto}}.template-variable-guide{margin:0 0 12px;padding:12px 14px;border:1px solid #cfe0fb;border-radius:13px;background:#f6f9ff;color:#304866}.template-variable-guide-head{display:flex;align-items:flex-start;gap:9px;margin-bottom:10px}.template-variable-guide-head>svg{width:17px;height:17px;flex:0 0 17px;margin-top:1px;color:#4778d6}.template-variable-guide-head>div{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 8px}.template-variable-guide-head strong{color:#1b3557;font-size:11px}.template-variable-guide-head span{color:var(--muted);font-size:9px}.template-variable-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.template-variable-help{min-width:0;display:flex;align-items:flex-start;gap:8px;padding:8px 9px;border:1px solid #dce7f6;border-radius:10px;background:var(--panel)}.template-variable-help code{flex:0 0 auto;padding:3px 5px;border-radius:6px;background:#edf3ff;color:#315ea8;font-size:8px;font-weight:800}.template-variable-help>div{min-width:0;display:flex;flex-direction:column;gap:2px}.template-variable-help b{color:#213956;font-size:9px}.template-variable-help small{color:var(--muted);font-size:7.5px;line-height:1.35}.template-variable-guide>p{margin:9px 0 0;color:#526a87;font-size:8px}.template-protection-rules{margin-top:12px;padding:0;overflow:hidden;border-radius:14px}.template-protection-title{display:flex;align-items:flex-start;gap:10px;padding:13px 15px 10px;border-bottom:1px solid var(--line)}.template-protection-title>svg{width:20px;height:20px;flex:0 0 20px;margin-top:1px;color:#287a50}.template-protection-title h2{margin:0;font-size:13px}.template-protection-title p{margin:3px 0 0;color:var(--muted);font-size:8.5px}.template-protection-list{padding:0 15px 10px}.template-protection-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:42px;border-bottom:1px solid var(--line);color:#243c59;font-size:10px}.template-protection-row:last-child{border-bottom:0}.template-rule-active{flex:0 0 auto;padding:4px 8px;border-radius:999px;color:#167446;background:#eaf7ef;font-size:8px;font-weight:850}@media(max-width:1180px){.template-variable-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.template-variable-guide-grid{grid-template-columns:1fr}.template-protection-row{align-items:flex-start;padding:9px 0;line-height:1.4}}.excel-writing-guide{margin-top:18px;padding:20px 22px;border:1px solid #d7e1ee;border-radius:18px;background:var(--panel)}.excel-writing-guide-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.excel-writing-guide-icon{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:11px;color:#2f64cb;background:#edf4ff}.excel-writing-guide-icon svg{width:18px;height:18px}.excel-writing-guide-head h2{margin:0 0 4px;font-size:16px}.excel-writing-guide-head p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.excel-writing-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.excel-writing-guide-grid article{display:flex;min-width:0;gap:9px;padding:10px 11px;border:1px solid #e1e8f2;border-radius:11px;background:var(--panel-2)}.excel-writing-guide-grid article.important{border-color:#bfd3f7;background:#f2f7ff}.excel-writing-guide-grid article>svg{width:16px;height:16px;flex:0 0 auto;margin-top:1px;color:#3f79de}.excel-writing-guide-grid b{display:block;margin-bottom:2px;color:#17324f;font-size:11px}.excel-writing-guide-grid p{margin:0;color:#60738f;font-size:10px;line-height:1.45}.excel-writing-guide-grid code{padding:1px 4px;border-radius:5px;color:#284d87;background:#edf3fb;font-size:9px}.excel-writing-example{margin-top:14px;overflow:hidden;border:1px solid #dbe4ef;border-radius:12px}.excel-writing-example>b{display:block;padding:10px 12px;color:#17324f;background:#f6f9fd;font-size:11px}.excel-writing-example-row{display:grid;grid-template-columns:54px 1.25fr 1.45fr .75fr;border-top:1px solid #e7edf5}.excel-writing-example-row span{min-width:0;padding:8px 10px;font-size:9px;overflow-wrap:anywhere}.excel-writing-example-row.header{color:#637691;background:var(--panel-2);font-weight:800;text-transform:uppercase}@media(max-width:900px){.excel-writing-guide-grid{grid-template-columns:1fr}}@media(max-width:620px){.excel-writing-example-row{grid-template-columns:38px 1fr}.excel-writing-example-row span:nth-child(3),.excel-writing-example-row span:nth-child(4){grid-column:2}}.excel-import-reference .excel-import-summary{grid-template-columns:repeat(7,minmax(0,1fr))}@media(max-width:1280px){.excel-import-reference .excel-import-summary{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.excel-import-reference .excel-import-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.excel-import-options .check.excel-option-row{cursor:pointer}.excel-import-options .check.excel-option-row>span{display:grid;gap:2px;line-height:1.35}.excel-import-options .check.excel-option-row>span>b{color:#2b3f59;font-size:11px}.excel-import-options .check.excel-option-row>span>small{color:#7c8da6;font-size:9px;font-weight:600}.excel-import-options .check.excel-option-row:has(input:focus-visible){outline:2px solid #8ab4ff;outline-offset:2px}.invoice-calculated-field{background:#f7f9fc!important;color:#496079!important;cursor:default}.invoice-total-field{color:#17314c!important;font-weight:800!important}.invoice-vat-note{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;min-height:52px;padding:10px 13px;border:1px solid #d7e3f2;border-radius:12px;background:#f7faff}.invoice-vat-note strong{color:#435a73;font-size:11px}.invoice-vat-note span{color:var(--text);font-size:15px;font-weight:850}.invoice-vat-note small{color:var(--muted);font-size:9px;text-align:right}.invoice-vat-cell{display:flex;flex-direction:column;gap:2px}.invoice-vat-cell>strong{color:var(--text);font-size:9px}.invoice-vat-cell>small{color:var(--muted);font-size:8px;white-space:nowrap}.customer-detail-modal .invoice-actions-table table{min-width:1240px}.customer-detail-modal .invoice-actions-table th:nth-child(1),.customer-detail-modal .invoice-actions-table td:nth-child(1){width:6%}.customer-detail-modal .invoice-actions-table th:nth-child(2),.customer-detail-modal .invoice-actions-table td:nth-child(2){width:19%}.customer-detail-modal .invoice-actions-table th:nth-child(3),.customer-detail-modal .invoice-actions-table td:nth-child(3){width:9%}.customer-detail-modal .invoice-actions-table th:nth-child(4),.customer-detail-modal .invoice-actions-table td:nth-child(4){width:9%}.customer-detail-modal .invoice-actions-table th:nth-child(5),.customer-detail-modal .invoice-actions-table td:nth-child(5){width:9%}.customer-detail-modal .invoice-actions-table th:nth-child(6),.customer-detail-modal .invoice-actions-table td:nth-child(6){width:8%}.customer-detail-modal .invoice-actions-table th:nth-child(7),.customer-detail-modal .invoice-actions-table td:nth-child(7){width:9%}.customer-detail-modal .invoice-actions-table th:nth-child(8),.customer-detail-modal .invoice-actions-table td:nth-child(8){width:8%}.customer-detail-modal .invoice-actions-table th:nth-child(9),.customer-detail-modal .invoice-actions-table td:nth-child(9){width:8%}.customer-detail-modal .invoice-actions-table th:nth-child(10),.customer-detail-modal .invoice-actions-table td:nth-child(10){width:8%}.customer-detail-modal .invoice-actions-table th:nth-child(11),.customer-detail-modal .invoice-actions-table td:nth-child(11){width:7%}@media(max-width:700px){.invoice-vat-note{grid-template-columns:1fr auto}.invoice-vat-note small{grid-column:1 / -1;text-align:left}}@media(max-width:900px){.workspace-deferral-inline{flex-wrap:wrap;white-space:normal;gap:4px 10px}.workspace-deferral-note{max-width:100%;flex-basis:100%}.workspace-deferral-inline>span+span:before{margin-right:8px}}.user-permission-editor-modal{width:min(1180px,96vw)}.user-permission-editor-modal .modal-body{max-height:min(82vh,900px);overflow:auto}.user-editor-basic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.user-role-template-fieldset{padding:14px 16px 16px}.user-permission-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.user-permission-section-head>div:first-child{min-width:0}.user-permission-section-head legend,.user-permission-section-head>div>strong{color:var(--text);font-size:13px;font-weight:800}.user-permission-section-head p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.compact-role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.compact-role-grid .identity-role-card{min-height:60px;padding:10px 12px}.role-template-note{display:block;margin-top:10px;color:var(--muted);font-size:9px}.direct-user-permissions{padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--panel)}.permission-summary-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.button.compact{min-height:34px;padding:7px 11px;font-size:10px}.user-permission-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.user-permission-card{padding:12px;background:var(--panel-2)}.permission-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.permission-card-head legend{float:none;width:auto;margin:0;padding:0;font-size:11px;font-weight:800}.permission-group-toggle{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;font-weight:700;cursor:pointer}.user-direct-permission-row{min-height:56px;padding:9px 10px}.user-direct-permission-row strong{font-size:10px}.user-direct-permission-row small{margin-top:3px;line-height:1.35}.sticky-user-editor-actions{position:sticky;bottom:-1px;z-index:3;margin:2px -2px -2px;padding:12px 2px 2px;background:linear-gradient(to bottom,transparent,var(--panel) 24%)}@media(max-width:900px){.compact-role-grid,.user-permission-groups-grid,.user-editor-basic-grid{grid-template-columns:1fr}.user-permission-section-head{flex-direction:column}.permission-summary-actions{justify-content:flex-start}}.system-admin-protection-note{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;border:1px solid #bfd7ff;border-radius:12px;background:#eef5ff;color:#17324f}.system-admin-protection-note>svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px;color:#2f6fe7}.system-admin-protection-note>div{display:grid;gap:3px}.system-admin-protection-note strong{font-size:11px;font-weight:800}.system-admin-protection-note span{color:var(--muted);font-size:10px;line-height:1.45}.protected-system-admin-permissions .permission-group-toggle,.protected-system-admin-permissions .user-direct-permission-row{cursor:default}.protected-system-admin-permissions input:disabled{opacity:.72;cursor:not-allowed}html[data-theme=dark]{--bg: #0b1624;--panel: #102033;--panel-2: #14263a;--text: #edf4ff;--muted: #91a5be;--text-soft: #b7c7da;--line: #263a51;--line-strong: #38506b;--blue: #74a2ff;--blue-2: #5f8ff0;--blue-soft: #17345c;--green: #68c493;--green-soft: #143729;--orange: #efa85a;--orange-soft: #3b2c18;--red: #f27b88;--red-soft: #41232a;--purple: #a68aee;--purple-soft: #30274d;--sidebar: #091522;--sidebar-2: #07111c;--shadow: 0 18px 46px rgba(0, 0, 0, .28);--shadow-soft: 0 8px 26px rgba(0, 0, 0, .18);color-scheme:dark}html[data-theme=light]{color-scheme:light}html[data-theme=dark] body,html[data-theme=dark] .app-shell,html[data-theme=dark] .workspace{background:var(--bg);color:var(--text)}html[data-theme=dark] .topbar{border-bottom-color:var(--line);background:#0b1624f0;box-shadow:0 8px 30px #0000001f}html[data-theme=dark] .top-quick-nav,html[data-theme=dark] .user-menu-header,html[data-theme=dark] .payment-period-panel,html[data-theme=dark] .payment-secondary-filters,html[data-theme=dark] .filters,html[data-theme=dark] .report-filter-bar{background:var(--panel-2)}html[data-theme=dark] .top-quick-nav a{color:#9bb0c8}html[data-theme=dark] .top-quick-nav a:hover,html[data-theme=dark] .top-quick-nav a.active{color:#eaf2ff}html[data-theme=dark] .top-quick-nav a.active{background:#1b3048;box-shadow:none}html[data-theme=dark] .panel:hover{border-color:var(--line-strong)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{border-color:var(--line-strong);color:var(--text);background:#0d1c2d}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#6f849e}html[data-theme=dark] input:disabled,html[data-theme=dark] select:disabled,html[data-theme=dark] textarea:disabled,html[data-theme=dark] input[readonly]{color:#9eb0c5;background:#132338}html[data-theme=dark] option{color:var(--text);background:#102033}html[data-theme=dark] table{color:var(--text)}html[data-theme=dark] thead,html[data-theme=dark] th{color:#a9bdd5;background:#14263a}html[data-theme=dark] tbody tr:hover{background:#74a2ff0e}html[data-theme=dark] td{border-color:var(--line)}html[data-theme=dark] code{color:#bed2ee}html[data-theme=dark] .modal{border-color:var(--line-strong);background:var(--panel)}html[data-theme=dark] .modal-header{background:#102033fa}html[data-theme=dark] .user-menu-popover,html[data-theme=dark] .notification-popover{border-color:var(--line-strong);background:var(--panel);box-shadow:0 24px 70px #00000061}html[data-theme=dark] .topbar-user-button:hover,html[data-theme=dark] .topbar-user-button[aria-expanded=true]{border-color:#415b78;background:var(--panel-2)}html[data-theme=dark] .button.secondary,html[data-theme=dark] .icon-button{border-color:var(--line-strong);color:var(--text);background:var(--panel)}html[data-theme=dark] .button.secondary:hover:not(:disabled),html[data-theme=dark] .icon-button:hover:not(:disabled){border-color:#55749a;background:var(--blue-soft)}html[data-theme=dark] .alert.error{color:#ffb1ba;border-color:#69333d;background:#351d24}html[data-theme=dark] .alert.success{color:#9ae1b8;border-color:#28543c;background:#153325}html[data-theme=dark] .alert.info{color:#bad4ff;border-color:#315176;background:#152b47}html[data-theme=dark] .announcement-card p,html[data-theme=dark] .template-grid label,html[data-theme=dark] .notification-detail-body,html[data-theme=dark] .payment-source-info,html[data-theme=dark] .payment-description-cell,html[data-theme=dark] .integration-heading p,html[data-theme=dark] .integration-field>span,html[data-theme=dark] .paytr-settings-heading p{color:#a5b7cc}html[data-theme=dark] .badge,html[data-theme=dark] .payment-status-pill{border-color:var(--line-strong)}html[data-theme=dark] .customer-list-group .group-a{color:#a9e7c1;border-color:#356a4a;background:#183d2a}html[data-theme=dark] .customer-list-group .group-b{color:#ffd58f;border-color:#705329;background:#3a2d18}html[data-theme=dark] .customer-list-group .group-c{color:#ffb5bd;border-color:#74404a;background:#3c2027}html[data-theme=dark] .customer-list-group .risk-blacklisted{color:#fff;border-color:#6d8caf;background:#243b55}html[data-theme=dark] .customer-detail-modal>.modal-header h2,html[data-theme=dark] .customer-action-modal>.modal-header h2,html[data-theme=dark] .bulk-invoice-modal>.modal-header h2,html[data-theme=dark] .dashboard-card h3,html[data-theme=dark] .metric-card strong,html[data-theme=dark] .report-card strong{color:var(--text)}html[data-theme=dark] .bulk-invoice-modal>.modal-header,html[data-theme=dark] .customer-detail-modal>.modal-header,html[data-theme=dark] .customer-action-modal>.modal-header{background:var(--panel)}html[data-theme=dark] .state,html[data-theme=dark] .empty-state,html[data-theme=dark] .table-empty{color:var(--muted)}html[data-theme=dark] .excel-dropzone,html[data-theme=dark] .excel-option-row,html[data-theme=dark] .template-channel-card,html[data-theme=dark] .permission-group,html[data-theme=dark] .permission-friendly-row,html[data-theme=dark] .payment-contact-option,html[data-theme=dark] .payment-channel-option,html[data-theme=dark] .selected-payment-customer{border-color:var(--line);background:var(--panel-2)}html[data-theme=dark] .payment-contact-option.selected,html[data-theme=dark] .payment-channel-option.selected{border-color:#557eb8;background:var(--blue-soft)}html[data-theme=dark] .report-sidebar button,html[data-theme=dark] .template-tab-button,html[data-theme=dark] .integration-tabs button{color:#a3b6cc}html[data-theme=dark] .report-sidebar button.active,html[data-theme=dark] .template-tab-button.active,html[data-theme=dark] .integration-tabs button.active{color:var(--text);background:#1a3049}.theme-toggle{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:7px 13px;border:1px solid var(--line);border-radius:12px;color:#23466e;background:var(--panel);font-size:11px;font-weight:820;white-space:nowrap;transition:.16s ease}.theme-toggle svg{width:17px;height:17px;color:#e3a235}.theme-toggle:hover{border-color:#b5c8e1;background:var(--panel-2);transform:translateY(-1px)}html[data-theme=dark] .theme-toggle{border-color:#49627d;color:#f3f7ff;background:#0d1b2b}html[data-theme=dark] .theme-toggle svg{color:#ffc44f}html[data-theme=dark] .theme-toggle:hover{border-color:#7290b0;background:#14263a}.notification-popover{width:min(480px,calc(100vw - 24px));max-height:min(680px,calc(100vh - 92px))}.notification-head{align-items:center;padding:14px 15px}.notification-head>div{min-width:0}.notification-head strong{font-size:14px}.notification-head span{font-size:9px}.notification-mark-all{min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid var(--line);border-radius:999px;color:#47617c;background:var(--panel);font-size:8px;font-weight:800;white-space:nowrap}.notification-mark-all svg{width:13px;height:13px}.notification-mark-all:hover:not(:disabled){color:var(--blue);border-color:#b9cbea;background:var(--blue-soft)}.notification-list{max-height:min(590px,calc(100vh - 165px));padding:7px;background:var(--panel-2)}.notification-item{position:relative;grid-template-columns:36px minmax(0,1fr) 8px;gap:10px;min-height:78px;margin-bottom:7px;padding:12px 13px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--panel);transition:border-color .15s ease,background .15s ease,transform .15s ease,opacity .15s ease}.notification-item:last-child{margin-bottom:0}.notification-item:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#a8b8cb}.notification-item:hover{border-color:#c5d5e8;background:var(--panel);transform:translateY(-1px)}.notification-item.unread{min-height:92px;border-color:#b8cff0;background:#f8fbff;box-shadow:0 8px 18px #315e9f0f}.notification-item.unread:before{width:5px;background:var(--blue)}.notification-item.is-read{opacity:.76;background:var(--panel)}.notification-item.is-read .notification-content>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:normal}.notification-item.unread .notification-content>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.notification-item.notification-kind-payment:before{background:var(--green)}.notification-item.notification-kind-payment_reversed:before{background:var(--red)}.notification-item.notification-kind-announcement:before{background:var(--orange)}.notification-item.notification-kind-operation:before{background:var(--blue)}.notification-item.unread.notification-kind-payment{border-color:#aedcc2;background:#f7fdf9}.notification-item.unread.notification-kind-payment_reversed{border-color:#efc0c6;background:#fff8f9}.notification-item.unread.notification-kind-announcement{border-color:#efcfaa;background:#fffaf3}.notification-icon{width:34px;height:34px}.notification-kind-payment .notification-icon{color:var(--green);background:var(--green-soft)}.notification-kind-payment_reversed .notification-icon{color:var(--red);background:var(--red-soft)}.notification-kind-announcement .notification-icon{color:var(--orange);background:var(--orange-soft)}.notification-kind-operation .notification-icon{color:var(--blue);background:var(--blue-soft)}.notification-content{gap:4px}.notification-content strong{color:var(--text);font-size:11px;line-height:1.35}.notification-item.unread .notification-content strong{font-size:11.5px;font-weight:850}.notification-content>span{color:var(--muted);font-size:9px;line-height:1.45}.notification-content small{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:3px;color:#8b9aad;font-size:8px}.notification-content small em{color:inherit;font-style:normal;font-weight:750}.notification-content small time{white-space:nowrap}.notification-item>i{width:7px;height:7px;background:var(--blue);box-shadow:0 0 0 4px #4f7fe81a}.notification-kind-payment>i{background:var(--green);box-shadow:0 0 0 4px #3b9b681a}.notification-kind-announcement>i{background:var(--orange);box-shadow:0 0 0 4px #d78b361a}.notification-kind-payment_reversed>i{background:var(--red);box-shadow:0 0 0 4px #cc55631a}.notification-detail-kind{font-weight:800}html[data-theme=dark] .notification-list{background:#0d1a2a}html[data-theme=dark] .notification-item{border-color:var(--line);background:var(--panel)}html[data-theme=dark] .notification-item:hover{border-color:#46627f;background:#14263a}html[data-theme=dark] .notification-item.unread{border-color:#365982;background:#132945;box-shadow:none}html[data-theme=dark] .notification-item.unread.notification-kind-payment{border-color:#326447;background:#123024}html[data-theme=dark] .notification-item.unread.notification-kind-announcement{border-color:#73542e;background:#342817}html[data-theme=dark] .notification-item.unread.notification-kind-payment_reversed{border-color:#6d3942;background:#351f26}html[data-theme=dark] .notification-item.is-read{opacity:.62;background:#0f1d2e}html[data-theme=dark] .notification-mark-all{border-color:var(--line-strong);color:#b8c9dc;background:var(--panel)}html[data-theme=dark] .notification-badge{border-color:#0b1624}.paytr-settings-form{margin-top:14px;padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--panel-2)}.paytr-settings-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.paytr-settings-heading>div{min-width:0}.paytr-settings-heading strong{display:block;color:var(--text);font-size:12px}.paytr-settings-heading p{max-width:760px;margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.paytr-security-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #bfe2cc;border-radius:999px;color:#277348;background:var(--green-soft);font-size:8px;font-weight:850;white-space:nowrap}.paytr-security-chip svg{width:13px;height:13px}.paytr-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.paytr-settings-grid .integration-field{min-width:0}.paytr-settings-grid .integration-field>span:first-child{color:#42566e;font-size:9px;font-weight:800}.paytr-settings-grid .integration-field small{margin-top:5px;color:var(--muted);font-size:8px;line-height:1.45}.secret-input-wrap{position:relative;display:block}.secret-input-wrap input{padding-right:42px}.secret-input-wrap>button{position:absolute;top:50%;right:7px;width:30px;height:30px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:8px;color:var(--muted);background:transparent}.secret-input-wrap>button:hover{color:var(--blue);background:var(--blue-soft)}.secret-input-wrap>button svg{width:15px;height:15px}.paytr-callback-preview{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin-top:13px;padding:10px 12px;border:1px dashed #bdcde0;border-radius:10px;background:var(--panel)}.paytr-callback-preview>span{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.paytr-callback-preview code{min-width:0;overflow:hidden;color:#315ea8;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.paytr-toggle-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:13px}.paytr-toggle-row .integration-option{min-height:66px}.paytr-settings-actions{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.paytr-settings-actions .button svg{width:15px;height:15px}html[data-theme=dark] .paytr-settings-grid .integration-field>span:first-child{color:#b4c5da}html[data-theme=dark] .paytr-security-chip{color:#9fe0bb;border-color:#305c42}html[data-theme=dark] .paytr-callback-preview{border-color:#38526c;background:#0d1c2d}html[data-theme=dark] .paytr-callback-preview code{color:#a9c8ff}@media(max-width:1050px){.theme-toggle span{display:none}.theme-toggle{width:44px;padding:7px}}@media(max-width:760px){.paytr-settings-grid,.paytr-toggle-row{grid-template-columns:1fr}.paytr-settings-heading{flex-direction:column}.paytr-callback-preview{grid-template-columns:1fr}.notification-popover{position:fixed;top:70px;right:8px;left:8px;width:auto;max-height:calc(100vh - 78px)}.notification-list{max-height:calc(100vh - 150px)}}@media(max-width:520px){.notification-head{align-items:flex-start}.notification-mark-all{min-height:28px;padding-inline:8px}.notification-mark-all svg{display:none}.notification-item{grid-template-columns:32px minmax(0,1fr) 7px;padding:10px}.notification-icon{width:30px;height:30px}.notification-content small{align-items:flex-start;flex-direction:column;gap:2px}}html[data-theme=dark] .login-card h2,html[data-theme=dark] .login-field,html[data-theme=dark] .login-field input{color:var(--text)}html[data-theme=dark] .login-card-subtitle{color:var(--muted)}html[data-theme=dark] .login-field input{border-color:var(--line-strong);background:#0d1c2d}html[data-theme=dark] .login-error{color:#ffb7bf;border-color:#62313a;background:#351e24}@media(min-width:1000px){.dashboard-content{padding-top:16px;padding-bottom:14px}.dashboard-reference-head{min-height:72px;margin-bottom:10px;padding:4px 0 10px;align-items:center}.dashboard-reference-head h1{font-size:28px}.dashboard-reference-head .muted{margin-top:5px}.dashboard-reference-head>.button{min-height:42px;padding:0 16px}.dashboard-reference-metrics{gap:12px}.dashboard-reference-metric{min-height:112px;padding:14px 16px 12px;border-radius:16px}.dashboard-reference-metric>span{font-size:9px}.dashboard-reference-metric>strong{margin-top:7px;font-size:24px}.dashboard-reference-metric>small{margin-top:3px;font-size:9px}.dashboard-reference-columns{gap:14px;margin-top:12px}.dashboard-section-head{min-height:46px;padding:11px 16px;align-items:center}.dashboard-section-head h2{font-size:15px}.dashboard-aging-list{gap:6px;padding:9px 10px 10px}.dashboard-aging-row{grid-template-columns:190px minmax(210px,1fr) auto;min-height:56px;gap:14px;padding:8px 14px;border-radius:12px}.dashboard-aging-title{font-size:13px}.dashboard-aging-description{font-size:10.5px}.dashboard-aging-amount{min-width:135px;font-size:20px}.dashboard-action-list{padding:0 14px 8px}.dashboard-action-list>button{min-height:58px;padding:9px 4px;cursor:pointer}.dashboard-action-list>button:hover strong,.dashboard-action-list>button:focus-visible strong{color:#2f67ce}.dashboard-action-list strong{color:#2f67ce;font-size:13px;font-weight:850;letter-spacing:-.012em}.dashboard-action-list small{margin-top:3px;color:var(--muted);font-size:9.5px}.dashboard-action-list b{min-width:48px;min-height:38px;justify-content:center;gap:2px;padding:0 9px;border-radius:11px;color:#2f67ce;background:var(--blue-soft);font-size:11px;font-weight:850}.dashboard-action-list b svg{width:13px;height:13px}.dashboard-quick-cards{gap:10px;margin-top:10px}.dashboard-quick-cards>a,.dashboard-quick-cards>button{min-height:62px;padding:10px 14px;border-radius:13px}}:root[data-theme=dark] .dashboard-action-list strong{color:#78a7ff}:root[data-theme=dark] .dashboard-action-list b{color:#8fb6ff;background:#487bdf2e}.customer-detail-modal .customer-history-panel{margin:18px 24px 24px!important;padding:0!important;overflow:hidden;box-shadow:none}.customer-history-header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px 13px;border-bottom:1px solid var(--line)}.customer-history-header h2{margin:0;font-size:15px}.customer-history-header p{max-width:780px;margin:4px 0 0;color:var(--muted);font-size:9.5px;line-height:1.45}.customer-history-count{flex:0 0 auto;padding:5px 9px;border-radius:999px;color:#3569c8;background:var(--blue-soft);font-size:9px;font-weight:850}.customer-history-filters{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(150px,.7fr) minmax(135px,.55fr) minmax(135px,.55fr);gap:8px;padding:11px 18px;border-bottom:1px solid var(--line);background:var(--panel-2)}.customer-history-filters input,.customer-history-filters select{min-height:37px;padding:7px 10px;font-size:10px}.customer-history-search{position:relative}.customer-history-search svg{position:absolute;top:10px;left:10px;width:16px;height:16px;color:var(--muted);pointer-events:none}.customer-history-search input{padding-left:33px}.customer-history-table-wrap{overflow:auto}.customer-history-table{min-width:980px;table-layout:fixed}.customer-history-table th{padding:10px 12px;font-size:8px}.customer-history-table td{padding:11px 12px;color:var(--text);font-size:10px;line-height:1.45;vertical-align:middle}.customer-history-table th:nth-child(1),.customer-history-table td:nth-child(1){width:14%}.customer-history-table th:nth-child(2),.customer-history-table td:nth-child(2){width:19%}.customer-history-table th:nth-child(3),.customer-history-table td:nth-child(3){width:18%}.customer-history-table th:nth-child(4),.customer-history-table td:nth-child(4){width:34%}.customer-history-table th:nth-child(5),.customer-history-table td:nth-child(5){width:15%}.customer-history-date{color:var(--text-soft)!important;white-space:nowrap;font-variant-numeric:tabular-nums}.customer-history-action{display:inline-flex;min-height:24px;align-items:center;padding:4px 8px;border:1px solid var(--line);border-radius:999px;background:var(--panel-2);font-size:8px;font-weight:850;white-space:nowrap}.customer-history-action.history-critical{color:#b3414d;border-color:#efc8cd;background:#fff1f2}.customer-history-action.history-positive{color:#267b55;border-color:#cce7d8;background:#eefaf3}.customer-history-action.history-finance{color:#946219;border-color:#ecd9ae;background:#fff8e9}.customer-history-action.history-communication{color:#6e58a7;border-color:#ded4f4;background:#f7f3ff}.customer-history-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-history-user{color:var(--text);font-size:10px;font-weight:800}.customer-history-empty{height:150px;color:var(--muted)!important;text-align:center}.customer-history-state{min-height:220px;display:grid;place-content:center;gap:5px;padding:30px;color:var(--muted);text-align:center}.customer-history-state strong{color:var(--text);font-size:12px}.customer-history-state span{max-width:560px;font-size:10px;line-height:1.5}.customer-history-state-ready{background:linear-gradient(180deg,var(--panel),var(--panel-2))}.customer-history-state-ready strong{color:#3569c8}.customer-history-state-error strong{color:var(--red)}.customer-history-pagination{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.customer-history-pagination>div{display:flex;align-items:center;gap:8px}.customer-history-pagination .button{min-height:32px;padding:6px 10px;font-size:9px}html[data-theme=dark] .customer-history-action.history-critical{color:#ff9aa4;border-color:#6e3741;background:#351f26}html[data-theme=dark] .customer-history-action.history-positive{color:#8ed4b0;border-color:#315d49;background:#1b3429}html[data-theme=dark] .customer-history-action.history-finance{color:#e7c77d;border-color:#665535;background:#332c1d}html[data-theme=dark] .customer-history-action.history-communication{color:#c8b4f2;border-color:#54446f;background:#2c2540}@media(max-width:900px){.customer-history-filters{grid-template-columns:1fr 1fr}.customer-history-search{grid-column:1 / -1}}@media(max-width:620px){.customer-detail-modal .customer-history-panel{margin:14px 12px 18px!important}.customer-history-header{align-items:flex-start;flex-direction:column}.customer-history-filters{grid-template-columns:1fr}.customer-history-search{grid-column:auto}.customer-history-pagination{align-items:flex-start;flex-direction:column}}.mobile-quick-nav{display:none}@media(max-width:820px){.top-quick-nav{display:none!important}.mobile-quick-nav{position:sticky;top:64px;z-index:48;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;padding:7px 10px;border-bottom:1px solid var(--line);background:#fffffff7;box-shadow:0 5px 14px #19365b0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-quick-nav a{min-width:0;padding:9px 6px;overflow:hidden;border:1px solid var(--line);border-radius:10px;color:var(--text-soft);background:var(--panel-2);font-size:10px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.mobile-quick-nav a.active{color:#244f97;border-color:#b9cdef;background:var(--blue-soft)}html[data-theme=dark] .mobile-quick-nav{background:#0d1a2af7}html[data-theme=dark] .mobile-quick-nav a.active{color:#dce8ff;border-color:#355777;background:#17304d}}@media(max-width:760px){.topbar{min-width:0}.topbar-left{min-width:0;flex:1 1 auto}.breadcrumb-block{min-width:0;overflow:hidden}.breadcrumb-block b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{flex:0 0 auto}.theme-toggle span,.topbar-user-copy{display:none!important}.theme-toggle{width:39px;min-width:39px;padding:0;justify-content:center}input,select,textarea{min-width:0;max-width:100%;font-size:16px}.form-grid,.integration-fields-grid,.bulk-invoice-period-grid,.bulk-invoice-summary,.password-form,.permission-groups-grid,.identity-role-grid,.channel-grid{grid-template-columns:1fr!important}.form-field,.form-field>*,.full-span{min-width:0;max-width:100%}.form-actions{width:100%;align-items:stretch;flex-direction:column-reverse;gap:8px}.form-actions .button{width:100%}.filters,.panel.filters,.report-filter-bar,.payment-filters,.filter-bar{width:100%;min-width:0}.payment-filters{display:grid!important;grid-template-columns:1fr!important}.payment-filters .search-field,.payment-filters>label,.payment-filters>label input,.payment-filters select,.search-field{width:100%!important;min-width:0!important}.filter-bar{align-items:stretch;flex-direction:column}.workspace-actions,.ordered-actions,.reports-v10-actions,.template-reference-section-head,.template-workspace-head,.template-footer,.paytr-settings-heading,.excel-review-head{width:100%;min-width:0;flex-wrap:wrap}.ordered-actions{display:flex}.workspace-actions>.button,.ordered-actions>.button{flex:1 1 145px;min-width:0}.modal-overlay{overflow:hidden}.modal,.customer-detail-modal,.customer-action-modal,.bulk-invoice-modal,.payment-link-modal,.payment-link-modal-minimal,.payment-quick-modal,.payment-customer-picker-modal,.identity-modal,.user-editor-modal,.role-editor-modal,.user-permission-editor-modal,.notification-detail-modal,.template-preview-modal,.dashboard-data-modal{width:100%!important;max-width:100%!important;min-width:0!important;max-height:94dvh!important;overflow-x:hidden;overflow-y:auto}.modal-header{position:sticky;top:0;z-index:3;background:var(--panel)}.desktop-table,.table-panel,.report-table-reference,.reports-v10-table,.payment-reference-table,.payment-tracking-table,.invoice-actions-table,.excel-preview-table,.dashboard-modal-table,.customer-history-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs,.customer-detail-modal .tabs{display:flex!important;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:thin}.tabs button,.customer-detail-modal .tabs button{flex:0 0 auto;scroll-snap-align:start}.content,.dashboard-content{max-width:100%;overflow-x:hidden}.panel,.workspace-section{max-width:100%;min-width:0}}@media(max-width:520px){.content,.dashboard-content{padding:10px}.page-header{min-height:0;gap:10px;padding-top:8px}.page-header h1{font-size:1.45rem}.panel{padding:14px;border-radius:14px}.mobile-quick-nav{gap:5px;padding:6px 8px}.mobile-quick-nav a{padding:8px 4px;font-size:9px}.workspace{margin:-10px}.workspace-section{margin:10px;padding:14px}.customer-list-card,.customer-list-identity,.customer-list-cell{min-width:0}.customer-list-identity h2,.customer-list-recipient{overflow:hidden;text-overflow:ellipsis}}@media(max-width:820px){.topbar{height:64px;padding:0 12px}.mobile-quick-nav{top:64px}.breadcrumb-block span{display:none}.breadcrumb-block span:after{display:none}.breadcrumb-block b{max-width:150px;font-size:11px}.sidebar{width:min(86vw,320px)}.main-column{width:100%;margin-left:0}}@media(max-width:760px){.reports-v10-layout{grid-template-columns:minmax(0,1fr)!important}.reports-v10-sidebar{width:100%;min-width:0;padding:10px!important}.reports-v10-list{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;max-height:300px;overflow-x:hidden!important;overflow-y:auto;padding-right:2px}.reports-v10-item{width:100%!important;min-width:0!important;min-height:38px;white-space:normal}.reports-v10-detail{width:100%;min-width:0;padding:14px 12px}.reports-v10-detail-head{gap:10px}.reports-v10-actions{width:100%;align-items:stretch;flex-direction:column}.reports-v10-actions .button{width:100%}.user-permission-editor-modal{padding-left:14px!important;padding-right:14px!important}.user-permission-editor-modal .modal-header{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.user-permission-editor-modal .modal-body{max-height:none;overflow:visible}.direct-user-permissions{padding:12px;border-radius:13px}.user-permission-section-head{gap:10px}.permission-summary-actions{width:100%;display:grid;grid-template-columns:auto 1fr 1fr;align-items:center}.permission-summary-actions .button{min-width:0;width:100%}.permission-card-head{align-items:center}.permission-group-toggle{flex:0 0 auto}.permission-group-toggle input,.permission-friendly-row input[type=checkbox],.identity-role-card input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:0!important;padding:0!important;flex:0 0 18px}.user-direct-permission-row{min-height:0;padding:10px}.sticky-user-editor-actions{position:static!important;margin:12px 0 0!important;padding:0!important;background:none!important}.customer-detail-modal .workspace{margin:0!important}.customer-detail-modal .workspace-header{position:static}.customer-detail-modal .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;gap:9px}.customer-detail-modal .metric-card{min-height:90px;padding:12px}.customer-detail-modal .metric-card strong{font-size:15px}.customer-detail-modal .workspace-section{margin:12px}.customer-detail-modal .tabs{padding:0 10px}.customer-detail-modal .tabs button{padding:12px 10px;font-size:9px}.modal form,.modal fieldset,.modal .form-grid,.modal .form-field,.modal .check-row,.panel form,.panel fieldset{min-width:0;max-width:100%}.modal input:not([type=checkbox]):not([type=radio]),.modal select,.modal textarea,.panel input:not([type=checkbox]):not([type=radio]),.panel select,.panel textarea{width:100%;max-width:100%;box-sizing:border-box}}@media(max-width:520px){.mobile-quick-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-quick-nav a{min-height:36px;display:grid;place-items:center}.permission-summary-actions{grid-template-columns:1fr 1fr}.permission-summary-actions .badge{grid-column:1 / -1;justify-self:start}.customer-detail-modal .metrics-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.modal-overlay{align-items:flex-end!important;overflow:hidden!important}.customer-detail-modal{width:100%!important;height:calc(100dvh - 76px)!important;max-height:calc(100dvh - 76px)!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:22px 22px 0 0!important}.customer-detail-modal>.modal-header{position:absolute!important;top:14px!important;right:14px!important;z-index:80!important;width:auto!important;padding:0!important;background:transparent!important}.customer-detail-modal>.modal-header .icon-button{width:48px!important;height:48px!important;background:#fffffff7!important}.customer-detail-modal .workspace-embedded{display:flex!important;width:100%!important;height:100%!important;min-height:0!important;flex-direction:column!important;overflow:hidden!important}.customer-detail-modal .workspace-header{display:flex!important;min-height:0!important;flex:0 0 auto!important;flex-wrap:wrap!important;align-items:flex-start!important;gap:0!important;padding:20px 72px 14px 16px!important}.customer-detail-modal .workspace-heading{width:100%!important;min-width:0!important;flex:0 0 100%!important}.customer-detail-modal .workspace-title-line h1{max-width:100%!important;font-size:clamp(25px,8vw,34px)!important;line-height:1.06!important;overflow-wrap:anywhere}.customer-detail-modal .workspace-heading>p{max-width:100%!important;flex-wrap:wrap!important;line-height:1.35!important}.customer-detail-modal .workspace-header-deferral-button{position:static!important;order:5!important;width:auto!important;max-width:100%!important;min-height:42px!important;margin:12px 0 0!important;padding:9px 13px!important;flex:0 0 auto!important;align-self:flex-start!important;white-space:normal!important}.customer-detail-modal .metrics-grid,.customer-detail-modal .workspace-deferral-wrap,.customer-detail-modal .tabs{flex:0 0 auto!important}.customer-detail-modal .metrics-grid{min-height:0!important;padding:0 16px 12px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.customer-detail-modal .metric-card{height:auto!important;min-height:92px!important}.customer-detail-modal .metric-card strong{display:block!important;max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;overflow-wrap:anywhere;line-height:1.2!important}.customer-detail-modal .workspace-deferral-wrap{padding:0 16px 12px!important}.customer-detail-modal .workspace-deferral-banner{align-items:stretch!important;flex-direction:column!important;gap:10px!important;padding:13px!important}.customer-detail-modal .workspace-deferral-inline{align-items:flex-start!important;flex-direction:column!important;gap:5px!important;white-space:normal!important}.customer-detail-modal .workspace-deferral-inline>span+span:before{display:none!important}.customer-detail-modal .workspace-deferral-note{max-width:100%!important;white-space:normal!important}.customer-detail-modal .workspace-deferral-actions{display:grid!important;width:100%!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.customer-detail-modal .workspace-deferral-actions .button{width:100%!important;min-width:0!important}.customer-detail-modal .tabs{min-height:64px!important;padding:9px 12px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.customer-detail-modal .tabs button{min-height:44px!important;padding:9px 12px!important;font-size:10px!important}.customer-detail-modal .workspace-scroll-body{display:block!important;min-height:0!important;flex:1 1 auto!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:18px!important}.customer-detail-modal .workspace-overview-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:14px 12px 20px!important}.customer-detail-modal .workspace-overview-grid .workspace-section,.customer-detail-modal .workspace-scroll-body>.workspace-section,.customer-detail-modal .customer-contacts-reference,.customer-detail-modal .finance-reference-panel,.customer-detail-modal .communication-reference-panel{width:auto!important;max-width:none!important;min-width:0!important;margin:12px!important;padding:14px!important}.customer-detail-modal .workspace-overview-grid .workspace-section{margin:0!important;min-height:0!important}.customer-detail-modal .customer-workspace-footer{position:static!important;z-index:2!important;width:100%!important;min-height:70px!important;flex:0 0 auto!important;padding:10px 12px max(10px,env(safe-area-inset-bottom))!important;background:#fffffffa!important}.customer-detail-modal .customer-footer-actions,.customer-detail-modal .customer-footer-actions .button{width:100%!important}}@media(max-width:430px){.customer-detail-modal{height:calc(100dvh - 64px)!important;max-height:calc(100dvh - 64px)!important}.customer-detail-modal .workspace-header{padding:18px 68px 12px 14px!important}.customer-detail-modal .workspace-title-line h1{font-size:clamp(24px,8.4vw,32px)!important}.customer-detail-modal .metrics-grid{gap:8px!important;padding:0 12px 10px!important}.customer-detail-modal .metric-card{min-height:86px!important;padding:12px!important}.customer-detail-modal .workspace-deferral-wrap{padding:0 12px 10px!important}}.mobile-user-list{display:none}@media(max-width:760px){.identity-table-panel{display:none!important}.mobile-user-list{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.mobile-user-card{min-width:0;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--panel);box-shadow:0 7px 18px #22436c0d}.mobile-user-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-user-card-head>div{min-width:0}.mobile-user-card-head strong{display:block;color:var(--text);font-size:15px;line-height:1.25;overflow-wrap:anywhere}.mobile-user-card-head span:not(.badge){display:block;margin-top:3px;color:var(--muted);font-size:11px}.mobile-user-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.mobile-user-card-meta>div{min-width:0}.mobile-user-card-meta small{display:block;margin-bottom:3px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.mobile-user-card-meta span{display:block;color:var(--text);font-size:11px;font-weight:700;overflow-wrap:anywhere}.mobile-user-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.mobile-user-card-actions .button{width:100%;min-width:0;min-height:40px;padding:8px 10px}.mobile-user-card-actions .button.danger:last-child:nth-child(3){grid-column:1 / -1}.customer-detail-modal{overflow:hidden!important}.customer-detail-modal .workspace-embedded{overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.customer-detail-modal .workspace-scroll-body{flex:0 0 auto!important;min-height:auto!important;overflow:visible!important;padding-bottom:12px!important}.customer-detail-modal .customer-workspace-footer{position:static!important;flex:0 0 auto!important;margin-top:0!important}}@media(max-width:430px){.mobile-user-card-meta{grid-template-columns:1fr}.mobile-user-card-actions{grid-template-columns:1fr 1fr}}@media(max-width:760px){.desktop-table:not(.identity-table-panel){display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.desktop-table:not(.identity-table-panel)>table,.reports-v10-table>table,.dashboard-modal-table>table,.excel-preview-table>table,.customer-history-table-wrap>table{width:max-content;min-width:100%;border-collapse:collapse}.desktop-table:not(.identity-table-panel) th,.desktop-table:not(.identity-table-panel) td,.reports-v10-table th,.reports-v10-table td,.dashboard-modal-table th,.dashboard-modal-table td,.excel-preview-table th,.excel-preview-table td,.customer-history-table-wrap th,.customer-history-table-wrap td{min-width:96px;white-space:nowrap}.desktop-table:not(.identity-table-panel) td:first-child,.desktop-table:not(.identity-table-panel) th:first-child{min-width:110px}.customer-detail-modal .reference-finance-table,.customer-detail-modal .payment-reference-table,.customer-detail-modal .invoice-actions-table,.customer-detail-modal .payment-actions-table{display:block!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important}.payment-reference-panel{min-height:0!important;overflow:visible!important}.payment-tracking-table{display:block!important;padding-bottom:4px}.communication-reference-panel .desktop-table,section>.panel.desktop-table:not(.identity-table-panel){display:block!important}.reports-v10-table,.dashboard-modal-table,.excel-preview-table,.customer-history-table-wrap{display:block;width:100%;max-width:100%;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch}}
