:root{--brand-700:#165dff;--brand-600:#3c7eff;--brand-050:#eef4ff;--success-050:#edf9f1;--success-700:#0f7b43;--danger-050:#fff1f0;--danger-700:#c4362f;--bg-page:#f5f7fb;--bg-card:#fff;--text-900:#1d2939;--text-700:#344054;--text-500:#667085;--line:#e4e7ec;--shadow-card:0 10px 30px #0f172a0f;--radius-xl:24px;--radius-lg:18px;--radius-md:14px;--radius-sm:12px;--radius-pill:999px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--text-900);background:var(--bg-page);font-family:PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;overflow-x:hidden}a,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.admin-app{background:var(--bg-page);min-height:100vh}.admin-sidebar-overlay{display:none}.admin-sidebar{border-right:1px solid var(--line);z-index:70;background:linear-gradient(#fffffffa 0%,#f8fafcfa 100%),#fff;flex-direction:column;width:248px;padding:20px 16px 16px;transition:width .22s,padding .22s,transform .22s;display:flex;position:fixed;inset:0 auto 0 0}.admin-brand{border-bottom:1px solid #e4e7ece6;align-items:flex-start;gap:14px;padding:10px 10px 18px;display:flex}.admin-brand-mark{color:#fff;background:linear-gradient(135deg, var(--brand-700), #4d8dff);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:inline-flex}.admin-brand-mark svg{width:24px;height:24px}.admin-brand-text{flex-direction:column;gap:6px;min-width:0;display:flex}.admin-brand-text strong{font-size:16px;line-height:1.2}.admin-brand-text span{color:var(--text-500);font-size:12px;line-height:1.6}.admin-nav{flex-direction:column;flex:1;gap:8px;margin-top:16px;display:flex}.admin-sidebar-bottom{gap:12px;margin-top:16px;display:grid}.admin-sidebar-tools{gap:10px;display:grid}.admin-sidebar-tool-form{display:block}.admin-sidebar-tool{width:100%;min-height:48px;color:var(--text-700);background:#ffffffe0;border:1px solid #dbe3f0;border-radius:14px;align-items:center;gap:12px;padding:0 12px;transition:border-color .2s,background .2s,color .2s,transform .2s;display:flex}.admin-sidebar-tool:hover{background:#f8fbff;border-color:#c6d4ea;transform:translateY(-1px)}.admin-sidebar-tool-logout{color:var(--danger-700);background:#fff1f0b8;border-color:#c4362f1f}.admin-sidebar-tool-logout:hover{background:#ffe5e2e0;border-color:#c4362f33}.admin-sidebar-tool-icon{color:currentColor;background:#f2f4f7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.admin-sidebar-tool-logout .admin-sidebar-tool-icon{background:#ffffffb8}.admin-sidebar-tool-text{min-width:0;font-size:14px;font-weight:600}.admin-sidebar-foot{border:1px solid var(--line);background:#f8fafc;border-radius:16px;align-items:flex-start;gap:12px;padding:14px 12px;display:flex}.admin-sidebar-avatar{width:38px;height:38px;color:var(--brand-700);background:var(--brand-050);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:inline-flex}.admin-sidebar-foot-content{min-width:0}.admin-sidebar-foot-label{color:var(--text-500);font-size:12px;display:block}.admin-sidebar-foot strong{color:var(--text-700);word-break:break-word;margin-top:6px;font-size:14px;line-height:1.5;display:block}.admin-sidebar-foot small{color:var(--text-500);word-break:break-all;margin-top:6px;font-size:12px;line-height:1.5;display:block}.admin-nav-link{min-height:48px;color:var(--text-700);border-radius:14px;align-items:center;gap:12px;padding:0 10px;font-weight:500;transition:background .2s,color .2s,transform .2s;display:flex}.admin-nav-link-icon{color:#667085;background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s;display:inline-flex}.admin-nav-link-text{min-width:0;font-size:14px}.admin-nav-link:hover{background:#f4f7fb;transform:translate(1px)}.admin-nav-link:hover .admin-nav-link-icon{color:var(--text-700);background:#ffffffe0}.admin-nav-link.active{color:var(--brand-700);background:linear-gradient(#eef4ffe6 0%,#fffffff5 100%);box-shadow:inset 0 0 0 1px #165dff14}.admin-nav-link.active .admin-nav-link-icon{color:var(--brand-700);background:#fffffffa}.admin-main{margin-left:248px;transition:margin-left .22s}.admin-main-inner{padding:32px}.admin-app.sidebar-collapsed .admin-sidebar{width:92px;padding-left:12px;padding-right:12px}.admin-app.sidebar-collapsed .admin-main{margin-left:92px}.admin-app.sidebar-collapsed .admin-brand{justify-content:center;align-items:center;padding-left:0;padding-right:0}.admin-app.sidebar-collapsed .admin-brand-text,.admin-app.sidebar-collapsed .admin-nav-link-text,.admin-app.sidebar-collapsed .admin-sidebar-tool-text,.admin-app.sidebar-collapsed .admin-sidebar-foot-content{display:none}.admin-app.sidebar-collapsed .admin-nav-link,.admin-app.sidebar-collapsed .admin-sidebar-tool,.admin-app.sidebar-collapsed .admin-sidebar-foot{justify-content:center;padding-left:0;padding-right:0}.admin-mobile-toggle{width:46px;height:46px;color:var(--text-700);z-index:55;background:#fffffff5;border:1px solid #d0d5dd;border-radius:14px;justify-content:center;align-items:center;display:inline-flex;position:fixed;top:18px;left:18px;box-shadow:0 12px 28px #0f172a24}.admin-mobile-toggle:hover{background:#fff;border-color:#b7c0cc}.admin-stack>*+*{margin-top:24px}.admin-page-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.admin-page-header-copy{min-width:0}.admin-page-eyebrow{min-height:30px;color:var(--brand-700);letter-spacing:.04em;background:var(--brand-050);border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.admin-page-header h1{margin:0;font-size:30px;line-height:1.2}.admin-page-header p{color:var(--text-500);margin:8px 0 0;line-height:1.7}.admin-page-actions{flex-wrap:wrap;place-content:flex-start flex-end;align-items:center;gap:12px;display:flex}.admin-page-header-meta{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.admin-page-meta-badge{min-height:32px;color:var(--text-700);background:#ffffffd1;border:1px solid #165dff1f;border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.admin-page-header.dashboard-tone{background:radial-gradient(circle at 100% 0,#578fff29,#0000 34%),linear-gradient(#f8fbfff5 0%,#fffffffa 100%);border:1px solid #165dff1a;border-radius:28px;padding:28px 30px;box-shadow:0 18px 40px #0f172a14}.admin-page-header.dashboard-tone .admin-page-header-copy{max-width:960px}.admin-page-header.dashboard-tone h1{letter-spacing:-.03em;margin-top:14px;font-size:38px}.admin-page-header.dashboard-tone p{max-width:900px;margin-top:12px;font-size:15px}.admin-page-header.dashboard-tone .admin-page-actions{align-self:flex-start;max-width:min(360px,100%)}.primary-button,.secondary-button,.danger-button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-weight:600;transition:all .2s;display:inline-flex}.primary-button{color:#fff;background:var(--brand-700);box-shadow:0 8px 20px #165dff2e}.primary-button:hover{background:#0f50ef}.primary-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.secondary-button{color:var(--text-700);background:#fff;border-color:#d0d5dd}.secondary-button:hover{background:#f8fafc;border-color:#b7c0cc}.danger-button{color:var(--danger-700);background:var(--danger-050);border-color:#c4362f29}.danger-button:hover{background:#ffe5e2;border-color:#c4362f47}.wide-button{width:100%}.notice{border-radius:var(--radius-md);padding:14px 16px;font-size:14px}.notice.success{color:var(--success-700);background:var(--success-050);border:1px solid #0f7b431f}.notice.error{color:var(--danger-700);background:var(--danger-050);border:1px solid #c4362f24}.inline-tip{border-radius:var(--radius-md);color:var(--brand-700);background:var(--brand-050);border:1px solid #165dff1f;padding:14px 16px}.inline-tip.success{color:var(--success-700);background:var(--success-050);border-color:#0f7b4324}.stats-grid,.dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.stats-grid-four{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stat-card,.admin-panel{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.stat-card{padding:22px 24px}.stat-card-link{transition:transform .2s,box-shadow .2s}.stat-card-link:hover{transform:translateY(-2px)}.stat-card span{color:var(--text-500);font-size:14px;display:block}.stat-card strong{color:var(--brand-700);margin-top:12px;font-size:32px;line-height:1;display:block}.admin-panel{padding:24px}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.revenue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.revenue-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(#eef4ffa6 0%,#fffffff5 44%),#fff;padding:22px}.revenue-card .section-header h3{margin:0;font-size:18px}.revenue-card .section-header p{margin-top:8px;font-size:13px}.revenue-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.admin-sales-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.revenue-summary-item{background:#ffffffdb;border:1px solid #165dff1f;border-radius:14px;padding:14px 14px 12px}.revenue-summary-item span,.revenue-summary-item small{color:var(--text-500);display:block}.revenue-summary-item span{font-size:12px}.revenue-summary-item strong{color:var(--text-900);margin-top:10px;font-size:20px;line-height:1.2;display:block}.revenue-summary-item small{margin-top:8px;font-size:12px}.revenue-chart{background:linear-gradient(#fffffffa 0%,#f8fbff 100%);border:1px solid #165dff14;border-radius:18px;margin-top:22px;padding:18px 12px 12px;position:relative;overflow:hidden}.revenue-chart-grid{pointer-events:none;grid-template-rows:repeat(4,1fr);display:grid;position:absolute;inset:18px 12px 38px}.revenue-chart-grid span{border-top:1px dashed #66708529}.revenue-chart-bars{z-index:1;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:end;gap:8px;min-height:220px;display:grid;position:relative}.revenue-bar-slot{grid-template-rows:1fr auto auto;align-items:end;min-width:0;height:220px;display:grid}.revenue-bar{background:linear-gradient(#8db7ff 0%,#165dff 100%);border-radius:999px 999px 10px 10px;align-self:end;width:100%;min-height:0;transition:transform .2s,filter .2s;box-shadow:0 10px 24px #165dff29}.revenue-bar:hover{filter:saturate(1.05);transform:translateY(-2px)}.revenue-bar-value{min-height:18px;color:var(--text-500);text-align:center;white-space:nowrap;text-overflow:ellipsis;margin-top:10px;font-size:11px;line-height:1.4;display:block;overflow:hidden}.revenue-bar-label{color:var(--text-500);text-align:center;margin-top:6px;font-size:11px;display:block}.revenue-bar-label.is-muted{color:#0000;-webkit-user-select:none;user-select:none}.quick-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:20px 22px;transition:transform .2s,border-color .2s}.quick-card:hover{border-color:#c9d7ff;transform:translateY(-2px)}.quick-card strong{font-size:18px;display:block}.quick-card span{color:var(--text-500);margin-top:10px;line-height:1.7;display:block}.business-dashboard-page{flex-direction:column;gap:24px;display:flex}.business-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.business-metric-card{background:linear-gradient(#f8fbfff0 0%,#fffffffa 100%),#fff;border:1px solid #165dff1a;border-radius:24px;padding:22px 22px 20px;transition:transform .2s,border-color .2s,box-shadow .2s;display:block;box-shadow:0 14px 34px #0f172a14}.business-metric-card:hover{border-color:#165dff2e;transform:translateY(-2px);box-shadow:0 20px 42px #0f172a1a}.business-metric-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.business-metric-label{color:var(--text-500);font-size:13px;display:block}.business-metric-value{color:var(--text-900);margin-top:14px;font-size:34px;line-height:1.05;display:block}.business-metric-icon{width:42px;height:42px;color:var(--brand-700);background:#165dff14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.business-metric-helper{color:var(--text-500);margin:16px 0 0;font-size:13px;line-height:1.7}.business-metric-footer{color:var(--text-700);border-top:1px solid #e4e7ece6;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding-top:14px;font-size:13px;font-weight:600;display:flex}.business-metric-link{color:var(--brand-700)}.business-section-card{background:linear-gradient(#fafcfff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:28px;padding:24px;box-shadow:0 18px 40px #0f172a14}.page-focus-section{border-color:#165dff2e;scroll-margin-top:28px;box-shadow:0 0 0 1px #165dff0a,0 22px 48px #165dff14,0 18px 40px #0f172a14}.business-section-card-analytics{padding:28px}.business-section-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.business-section-head-spacious{margin-bottom:22px}.business-section-copy{min-width:0}.business-section-kicker{min-height:28px;color:var(--brand-700);background:#165dff14;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.business-section-copy h2,.business-section-copy h3{color:var(--text-900);margin:12px 0 0}.business-section-copy h2{font-size:28px;line-height:1.15}.business-section-copy h3{font-size:22px;line-height:1.2}.business-section-copy p{color:var(--text-500);margin:10px 0 0;line-height:1.75}.business-section-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.business-analysis-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:18px;display:grid}.business-analysis-card{box-shadow:none;border-color:#165dff14}.business-analysis-card.featured{background:radial-gradient(circle at 100% 0,#578fff1f,#0000 34%),linear-gradient(#f3f8fff5 0%,#fffffffa 100%);border-color:#165dff24}.business-action-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.business-action-card{background:linear-gradient(#fafcfff5 0%,#fffffffa 100%),#fff;border:1px solid #165dff14;border-radius:22px;padding:20px 22px;transition:transform .2s,border-color .2s,box-shadow .2s;display:block;box-shadow:0 14px 32px #0f172a0f}.business-action-card:hover{border-color:#165dff29;transform:translateY(-2px);box-shadow:0 20px 42px #0f172a17}.business-action-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.business-action-kicker{color:var(--text-500);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.business-action-icon{width:40px;height:40px;color:var(--brand-700);background:#165dff14;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.business-action-card strong{color:var(--text-900);margin-top:18px;font-size:22px;line-height:1.2;display:block}.business-action-card p{color:var(--text-500);margin:12px 0 0;line-height:1.75}.business-action-link{color:var(--brand-700);align-items:center;margin-top:18px;font-size:13px;font-weight:700;display:inline-flex}.admin-panel-form{width:100%;max-width:none}.section-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.section-header h2{margin:0;font-size:20px}.section-header p{color:var(--text-500);margin:8px 0 0;line-height:1.7}.admin-form,.form-section+.form-section{margin-top:28px}.form-section h3{margin:0 0 18px;font-size:18px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-field{color:var(--text-700);flex-direction:column;gap:8px;font-size:14px;display:flex}.input{width:100%;min-height:46px;color:var(--text-900);background:#fff;border:1px solid #d0d5dd;border-radius:12px;outline:none;padding:0 14px;transition:border-color .2s,box-shadow .2s}.input:focus{border-color:#165dffb3;box-shadow:0 0 0 4px #165dff1a}.input:disabled{color:var(--text-500);cursor:not-allowed;box-shadow:none;background:#f2f4f7;border-color:#d0d5dd}.textarea{resize:vertical;min-height:112px;padding-top:12px;padding-bottom:12px}input[type=file].input{align-items:center;padding:7px 10px;line-height:30px;display:flex}input[type=file].input::file-selector-button{height:32px;color:var(--text-700);cursor:pointer;background:#f8fafc;border:1px solid #d0d5dd;border-radius:10px;margin-right:12px;padding:0 14px}.admin-form .wide-button{margin-top:28px}.helper-text{color:var(--text-500);margin:14px 0 0;font-size:13px;line-height:1.7}.address-autocomplete{gap:10px;min-width:0;display:grid}.address-autocomplete-input-shell{gap:8px;min-width:0;display:grid;position:relative}.address-autocomplete-status,.address-autocomplete-empty{border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.6}.address-autocomplete-status.loading{color:var(--text-600);background:#0f172a0a}.address-autocomplete-status.success{color:#137333;background:#13733314}.address-autocomplete-status.warning{color:#9a6700;background:#fff8e1f5}.address-autocomplete-status.error{color:#b42318;background:#fee4e2e0}.address-autocomplete-dropdown{z-index:30;background:#fffffffa;border:1px solid #0f172a14;border-radius:16px;gap:6px;padding:10px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 18px 45px #0f172a24}.address-autocomplete-option{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;gap:4px;width:100%;padding:10px 12px;display:grid}.address-autocomplete-option:hover{background:#eef5ffe0;border-color:#1468d624}.address-autocomplete-option strong{color:var(--text-900);font-size:14px;line-height:1.5}.address-autocomplete-option small{color:var(--text-500);font-size:12px;line-height:1.5}.address-autocomplete-empty{color:var(--text-500);background:#0f172a09}.inline-check{min-height:46px;color:var(--text-700);background:#fff;border:1px solid #d0d5dd;border-radius:12px;align-items:center;gap:10px;padding:0 14px;display:inline-flex}.inline-check input{width:16px;height:16px;accent-color:var(--brand-700)}.order-address-grid{grid-template-columns:1fr;align-items:start;gap:20px}.order-address-customer-row,.order-address-workspace,.order-address-main-cell,.service-address-detail-field{min-width:0}.order-address-workspace{gap:12px;display:grid}.order-address-head-row,.order-address-body-row,.order-address-support-row{grid-template-columns:minmax(0,1.8fr) minmax(280px,.9fr);align-items:start;gap:20px;display:grid}.order-address-label{align-items:center;min-height:28px;display:inline-flex}.service-address-head{justify-content:space-between;align-items:center;gap:12px;min-height:28px;display:flex}.service-address-detail-head{min-height:28px;color:var(--text-700);align-items:center;font-size:14px;font-weight:600;display:inline-flex}.service-address-mode-badge{border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.service-address-mode-badge.customer{color:var(--brand-700);background:var(--brand-050)}.service-address-mode-badge.manual{color:#9a6700;background:#fff8e1}.service-address-state-card,.service-address-preview-card{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%),#fff;border:1px solid #e5ecf5;border-radius:16px;flex-direction:column;justify-content:center;min-height:46px;padding:16px 18px;display:flex}.service-address-state-card.warning{background:linear-gradient(#fff8e1eb 0%,#fffffffc 100%),#fff;border-color:#9a670029}.service-address-state-card strong,.service-address-state-card small,.service-address-preview-card strong,.service-address-preview-card small{display:block}.service-address-state-card strong,.service-address-preview-card strong{color:var(--text-900);font-size:15px;line-height:1.7}.service-address-state-card small,.service-address-preview-card small{color:var(--text-500);margin-top:8px;font-size:13px;line-height:1.7}.service-address-control{gap:12px;min-width:0;display:grid}.service-address-manual-input{min-width:0}.service-address-manual-shell.hidden{display:none}.service-address-support{gap:8px;display:grid}.service-address-detail-field{align-self:start;gap:6px}.service-address-detail-helper{margin-top:4px;line-height:1.6}.service-address-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.service-address-link-button{color:var(--brand-700);background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.service-address-link-button:hover{text-decoration:underline}.service-address-helper{margin-top:0}.customer-form-shell{flex-direction:column;gap:20px;margin-top:0;display:flex}.customer-form-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.customer-form-overview-card{background:linear-gradient(#f3f8fff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:20px;padding:18px 20px;box-shadow:0 14px 30px #0f172a0f}.customer-form-overview-card span,.customer-form-overview-card strong,.customer-form-overview-card small{display:block}.customer-form-overview-card span,.customer-form-overview-card small{color:var(--text-500)}.customer-form-overview-card span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.customer-form-overview-card strong{color:var(--text-900);margin-top:10px;font-size:22px;line-height:1.25}.customer-form-overview-card small{margin-top:8px;font-size:13px;line-height:1.7}.customer-form-section{background:linear-gradient(#fffffffc 0%,#fafcfffc 100%),#fff;border:1px solid #165dff14;border-radius:24px;padding:24px;box-shadow:0 18px 38px #0f172a12}.customer-form-section.muted{background:linear-gradient(#f7fafff5 0%,#fffffffc 100%),#fff}.customer-form-section-head{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.customer-form-step{min-width:38px;height:30px;color:var(--brand-700);background:#165dff14;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.customer-form-section-head h3{color:var(--text-900);margin:12px 0 0;font-size:24px;line-height:1.2}.customer-form-section-head p{max-width:820px;color:var(--text-500);margin:10px 0 0;line-height:1.75}.customer-form-grid-single{grid-template-columns:1fr}.customer-form-submit-bar{background:linear-gradient(#f3f8fff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex;box-shadow:0 16px 34px #0f172a0f}.customer-form-submit-copy{min-width:0}.customer-form-submit-copy strong{color:var(--text-900);font-size:16px;display:block}.customer-form-submit-copy p{color:var(--text-500);margin:8px 0 0;line-height:1.7}.customer-form-submit-bar .primary-button{min-width:190px}.order-form-shell{margin-top:24px}.order-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.order-summary-card{background:linear-gradient(#eef4ffc7 0%,#fffffffa 100%),#fff;border:1px solid #165dff1f;border-radius:18px;padding:18px 20px}.order-summary-card span,.order-summary-card small{color:var(--text-500);display:block}.order-summary-card span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.order-summary-card strong{color:var(--text-900);margin-top:10px;font-size:22px;line-height:1.2;display:block}.order-summary-card small{margin-top:10px;font-size:13px;line-height:1.7}.order-context-card,.order-form-section{border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;border-radius:20px;margin-top:24px;padding:24px}.order-form-section-muted{background:linear-gradient(#f8fbffc2 0%,#fffffffa 100%),#fff}.order-section-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.order-section-head h3{margin:10px 0 0;font-size:22px;line-height:1.25}.order-section-head p{color:var(--text-500);margin:10px 0 0;line-height:1.7}.order-section-step{min-width:38px;min-height:28px;color:var(--brand-700);background:var(--brand-050);letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.order-section-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:20px;display:grid}.order-section-grid-single{grid-template-columns:1fr}.order-section-main{min-width:0}.order-form-fields{margin-top:20px}.order-side-note{background:linear-gradient(#eef4ffb8 0%,#fffffffa 100%),#fff;border:1px solid #165dff24;border-radius:18px;padding:18px}.order-side-note strong{color:var(--text-900);font-size:15px;display:block}.order-side-note p{color:var(--text-700);margin:12px 0 0;font-size:13px;line-height:1.7}.order-inline-note{color:var(--text-500);background:#f8fafc;border-radius:14px;margin:18px 0 0;padding:12px 14px;font-size:13px;line-height:1.7}.order-address-block{background:#fbfdff;border:1px solid #eef2f6;border-radius:18px;padding:18px}.order-archive-grid{gap:20px;display:grid}.order-attachment-card{background:#fbfdff;border:1px dashed #c6d4ea;border-radius:18px;padding:18px}.order-attachment-section{margin-top:16px}.order-attachment-section-title{color:var(--text-900);font-size:14px;font-weight:700;line-height:1.5;display:block}.order-attachment-feedback{color:#b42318;background:#fff5f4;border:1px solid #b323182e;border-radius:14px;gap:8px;margin-top:14px;padding:12px 14px;font-size:13px;line-height:1.6;display:grid}.order-attachment-feedback p{margin:0}.order-attachment-list{gap:12px;margin-top:14px;display:grid}.order-attachment-item{background:#fff;border:1px solid #e2eaf5;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.order-attachment-item-copy{gap:4px;min-width:0;display:grid}.order-attachment-item-copy strong{color:var(--text-900);overflow-wrap:anywhere;font-size:14px;line-height:1.5}.order-attachment-item-copy small{color:var(--text-500);line-height:1.6}.order-attachment-toggle{color:var(--text-500);flex-shrink:0;align-items:center;gap:8px;font-size:13px;display:inline-flex}.order-attachment-action{flex-shrink:0}.service-kind-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.service-kind-card{text-align:left;background:#fff;border:1px solid #d8e2f0;border-radius:18px;flex-direction:column;gap:10px;padding:18px 20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.service-kind-card:hover:not(:disabled){border-color:#165dff47;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0f}.service-kind-card.is-selected{background:linear-gradient(#eef4ffd1 0%,#fffffffa 100%);border-color:#165dff6b;box-shadow:0 14px 28px #165dff14}.service-kind-card:disabled{cursor:default;opacity:.9}.service-kind-card-kicker{color:var(--brand-700);letter-spacing:.04em;font-size:12px;font-weight:700}.service-kind-card strong{color:var(--text-900);font-size:22px;line-height:1.2}.service-kind-card small{color:var(--text-500);line-height:1.7}.sensitive-input-shell{gap:10px;display:grid}.sensitive-input-actions,.sensitive-value-actions{flex-wrap:wrap;gap:10px;display:flex}.sensitive-value-card{gap:10px;display:grid}.sensitive-value-card span{color:var(--text-500);font-size:12px}.sensitive-value-card strong{color:var(--text-900);word-break:break-all;font-size:15px;line-height:1.6;display:block}.order-device-section{background:linear-gradient(#f8fbffd1 0%,#fffffffa 100%),#fff}.order-device-stack{gap:18px;display:grid}.order-device-card{background:#fff;border:1px solid #e5ecf5;border-radius:18px;padding:18px}.order-device-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0 0;display:grid}.order-device-metrics-compact{margin-top:18px}.order-device-metric{background:#fbfdff;border:1px solid #e8eef8;border-radius:16px;padding:14px 16px}.order-device-metric.emphasize{background:linear-gradient(#eef4ffbd 0%,#fffffffa 100%);border-color:#165dff2e}.order-device-metric span,.order-device-metric small{color:var(--text-500);display:block}.order-device-metric span{font-size:12px}.order-device-metric strong{color:var(--text-900);margin-top:10px;font-size:18px;line-height:1.3;display:block}.order-device-metric small{margin-top:8px;font-size:12px;line-height:1.6}.order-device-toolbar-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.order-device-toolbar-head strong{color:var(--text-900);font-size:16px;display:block}.order-device-toolbar-head span{color:var(--text-500);margin-top:8px;font-size:13px;line-height:1.7;display:block}.order-form-submit{margin-top:28px}.pending-tip{border-radius:var(--radius-md);color:var(--brand-700);background:var(--brand-050);border:1px solid #165dff24;align-items:center;gap:10px;margin:18px 0 0;padding:14px 16px;font-size:14px;display:flex}.pending-dot{background:var(--brand-700);border-radius:999px;width:10px;height:10px;animation:1s ease-in-out infinite pulse-dot}.filter-toolbar{flex-wrap:wrap;align-items:end;gap:14px;margin:24px 0 18px;display:flex}.filter-actions{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.selection-search-toolbar{margin-top:18px}.selection-search-toolbar-compact{background:linear-gradient(#f8fbfff2 0%,#fffffffa 100%);border:1px solid #e6edf7;border-radius:16px;margin:16px 0 0;padding:14px 16px;display:block}.selection-search-toolbar-label{color:var(--text-500);margin-bottom:10px;font-size:13px;display:block}.selection-search-toolbar-controls{align-items:center;gap:12px;display:flex}.selection-search-toolbar-controls .input{flex:auto;min-width:0}.selection-search-toolbar-compact .filter-actions{flex-shrink:0;align-items:center}.selection-search-toolbar-compact .primary-button,.selection-search-toolbar-compact .secondary-button{min-width:92px;min-height:46px}.inline-form{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.slim-input{min-width:180px;min-height:40px}.slim-button{min-height:40px;padding:0 14px}.table-status-stack{flex-direction:column;gap:10px;display:flex}.table-action-stack{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.table-link-button{color:var(--brand-700);background:0 0;border:none;padding:0;font-weight:600}.table-link-button:hover{text-decoration:underline}.danger-link-button{color:var(--danger-700)}.customer-menu-page,.customer-form-page,.customer-list-shell{flex-direction:column;gap:24px;display:flex}.customer-filter-summary{background:linear-gradient(#f8fbfff5 0%,#fffffffa 100%),#fff;border:1px solid #165dff1a;border-radius:20px;min-width:min(320px,100%);padding:18px 20px}.customer-filter-summary span,.customer-filter-summary strong,.customer-filter-summary small{display:block}.customer-filter-summary span,.customer-filter-summary small{color:var(--text-500)}.customer-filter-summary span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.customer-filter-summary strong{color:var(--text-900);margin-top:10px;font-size:18px;line-height:1.3}.customer-filter-summary small{margin-top:8px;font-size:13px;line-height:1.7}.page-context-summary{margin-bottom:18px}.customer-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.customer-summary-card{background:linear-gradient(#f3f8fff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:20px;padding:18px 20px}.customer-summary-card span,.customer-summary-card strong,.customer-summary-card small{display:block}.customer-summary-card span,.customer-summary-card small{color:var(--text-500)}.customer-summary-card span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.customer-summary-card strong{color:var(--text-900);margin-top:12px;font-size:30px;line-height:1.05}.customer-summary-card small{margin-top:8px;font-size:13px;line-height:1.7}.customer-filter-toolbar{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%);border:1px solid #165dff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;padding:18px 20px;display:flex}.channel-stats-workspace{gap:24px;display:grid}.customer-filter-grid{flex:640px;grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px;display:grid}.customer-filter-field{margin:0}.customer-filter-actions{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.customer-table-wrap{background:linear-gradient(#fffffffa 0%,#f9fbfffa 100%),#fff;border-color:#165dff14;border-radius:22px;margin-top:0}.customer-table{min-width:1280px}.customer-table thead th{color:var(--text-700);background:#f7f9fcf5;padding-top:18px;padding-bottom:18px}.customer-table td{padding:20px 18px}.customer-summary-row{transition:background .18s,box-shadow .18s}.customer-summary-row:hover{background:#fbfdff}.customer-summary-row.is-expanded{background:linear-gradient(#f4f8fff5 0%,#fffffffa 100%),#fff}.customer-summary-row.is-expanded td{border-bottom-color:#0000}.customer-summary-cell,.customer-summary-actions-cell{padding-top:16px;padding-bottom:16px}.customer-summary-trigger{text-align:left;width:100%;color:inherit;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:8px;padding:0;display:flex}.customer-summary-trigger:hover .customer-summary-primary,.customer-summary-trigger:focus-visible .customer-summary-primary{color:var(--brand-700)}.customer-summary-trigger:focus-visible{outline:none}.customer-summary-trigger:focus-visible .customer-summary-primary{text-decoration:underline}.customer-summary-primary,.customer-summary-secondary{word-break:break-word;display:block}.customer-summary-primary{color:var(--text-900);font-size:14px;font-weight:700;line-height:1.6}.customer-summary-secondary{color:var(--text-500);font-size:12px;line-height:1.6}.customer-summary-actions-cell{width:188px}.customer-detail-row{background:0 0}.customer-detail-cell{border-bottom:1px solid #eef2f6;padding:0 18px 20px}.customer-expanded-detail{background:linear-gradient(#fafcfffa 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:22px;padding:22px;box-shadow:0 18px 40px #0f172a0f}.customer-expanded-grid{grid-template-columns:minmax(280px,1.2fr) minmax(280px,1fr) minmax(240px,1fr) minmax(220px,.95fr);gap:18px;display:grid}.customer-expanded-section{min-width:0}.customer-expanded-section.channel-detail-service-section{grid-column:span 2}.customer-expanded-section:last-child{grid-column:1/-1}.customer-profile-card,.customer-cell-section{gap:14px;display:grid}.customer-profile-head,.customer-cell-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.customer-profile-title-block p{color:var(--text-500);margin:8px 0 0;font-size:13px;line-height:1.7}.customer-profile-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.customer-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-profile-item{background:#fbfdff;border:1px solid #edf2f7;border-radius:16px;padding:14px 15px}.customer-profile-item.full{grid-column:1/-1}.customer-profile-item span,.customer-cell-head span{color:var(--text-500);font-size:12px}.customer-profile-item strong{color:var(--text-900);word-break:break-word;margin-top:8px;font-size:14px;line-height:1.6;display:block}.customer-cell-head strong{color:var(--text-900);font-size:15px}.customer-device-stack{flex-direction:column;gap:10px;display:flex}.customer-device-empty{background:linear-gradient(#fbfcfe 0%,#f8fafc 100%);border:1px dashed #d7dfeb;border-radius:16px;padding:18px}.customer-device-empty strong{color:var(--text-900);font-size:14px;display:block}.customer-device-empty p{color:var(--text-500);margin:8px 0 0;font-size:13px;line-height:1.7}.customer-device-card{background:linear-gradient(#f8fbfffa 0%,#fffffffa 100%),#fff;border:1px solid #165dff14;border-radius:16px;padding:14px}.customer-device-card-head{margin-bottom:12px}.customer-device-card-head strong,.customer-device-card-head span{display:block}.customer-device-card-head strong{color:var(--text-900);font-size:14px}.customer-device-card-head span{color:var(--text-500);margin-top:6px;font-size:12px;line-height:1.6}.customer-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-metric-grid.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-metric-grid.service-grid.channel-detail-service-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.customer-metric-card{background:#fbfdff;border:1px solid #edf2f7;border-radius:16px;min-width:0;padding:14px 15px;display:block}.customer-metric-card.is-link{transition:transform .18s,border-color .18s,box-shadow .18s}.customer-metric-card.is-link:hover{border-color:#165dff2e;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0d}.customer-metric-card.emphasize{background:linear-gradient(#f0f6fff2 0%,#fffffffc 100%),#fff;border-color:#165dff1f}.customer-metric-card span,.customer-metric-card strong,.customer-metric-card small{display:block}.customer-metric-card span,.customer-metric-card small{color:var(--text-500)}.customer-metric-card span{font-size:12px}.customer-metric-card strong{color:var(--text-900);min-width:0;margin-top:8px;font-size:22px;line-height:1.2}.customer-metric-card.is-currency strong,.customer-metric-value-currency{overflow-wrap:anywhere;word-break:break-word;font-variant-numeric:tabular-nums;font-size:clamp(18px,1.8vw,22px);line-height:1.1}.customer-metric-card small{margin-top:8px;font-size:12px;line-height:1.7}.customer-quick-actions{gap:10px;display:grid}.customer-quick-actions.compact{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.customer-quick-action{background:linear-gradient(#f8fbfff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:16px;align-items:flex-start;gap:12px;padding:14px 15px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.customer-quick-action:hover{border-color:#165dff2e;transform:translateY(-1px);box-shadow:0 14px 30px #0f172a0f}.customer-quick-action-icon{width:38px;height:38px;color:var(--brand-700);background:#165dff14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.customer-quick-action-copy{min-width:0}.customer-quick-action-copy strong,.customer-quick-action-copy small{display:block}.customer-quick-action-copy strong{color:var(--text-900);font-size:14px}.customer-quick-action-copy small{color:var(--text-500);margin-top:6px;font-size:12px;line-height:1.6}.customer-quick-action-icon-button{width:36px;height:36px;color:var(--brand-700);background:linear-gradient(#f3f8fff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:12px;justify-content:center;align-items:center;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:inline-flex}.customer-quick-action-icon-button:hover{background:#eef4ff;border-color:#165dff38;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0f}.account-overview-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.account-table{min-width:1180px}.account-expanded-detail{padding:24px}.account-edit-shell{flex-direction:column;gap:24px;display:flex}.account-management-stack{flex-direction:column;gap:18px;display:flex}.account-management-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.account-management-panel{background:linear-gradient(#f8fbfff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:20px;flex-direction:column;gap:16px;padding:18px;display:flex}.account-management-panel-danger{background:linear-gradient(#fff7f6fa 0%,#fffffffc 100%),#fff;border-color:#c4362f29}.account-management-form{flex-direction:column;gap:16px;display:flex}.account-inline-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.account-mail-action-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.account-mail-action-card{background:#fbfdff;border:1px solid #edf2f7;border-radius:16px;padding:16px}.account-mail-action-card strong{color:var(--text-900);font-size:15px;display:block}.account-mail-action-card p{color:var(--text-500);margin:8px 0 0;font-size:13px;line-height:1.7}.account-mail-action-card form{margin-top:14px}.account-risk-empty{color:var(--text-500);background:linear-gradient(#fbfcfe 0%,#f8fafc 100%);border:1px dashed #d7dfeb;border-radius:16px;padding:18px;font-size:13px;line-height:1.7}.compact-copy-row{grid-template-columns:48px minmax(0,1fr) 52px;align-items:center;gap:8px;display:grid}.compact-copy-row+.compact-copy-row{margin-top:8px}.compact-copy-label{color:var(--text-500);font-size:12px}.compact-copy-value{min-width:0;color:var(--text-900);word-break:break-all;font-size:13px;line-height:1.6}.compact-copy-button{min-height:28px;color:var(--text-700);background:#fff;border:1px solid #d0d5dd;border-radius:10px;padding:0 10px;font-size:12px;font-weight:600}.compact-copy-button:hover:not(:disabled){background:#f8fafc;border-color:#b7c0cc}.compact-copy-button:disabled{cursor:not-allowed;opacity:.55}.payment-menu-page,.payment-form-page,.payment-list-shell,.payment-form-shell{flex-direction:column;gap:24px;display:flex}.payment-filter-summary{background:linear-gradient(#f8fbfff5 0%,#fffffffa 100%),#fff;border:1px solid #165dff1a;border-radius:20px;min-width:min(340px,100%);padding:18px 20px}.payment-filter-summary span,.payment-filter-summary strong,.payment-filter-summary small{display:block}.payment-filter-summary span,.payment-filter-summary small{color:var(--text-500)}.payment-filter-summary span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.payment-filter-summary strong{color:var(--text-900);margin-top:10px;font-size:18px;line-height:1.3}.payment-filter-summary small{margin-top:8px;font-size:13px;line-height:1.7}.payment-overview-grid,.payment-form-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.payment-overview-card,.payment-form-overview-card{background:linear-gradient(#f3f8fff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:20px;padding:18px 20px}.payment-overview-card span,.payment-overview-card strong,.payment-overview-card small,.payment-form-overview-card span,.payment-form-overview-card strong,.payment-form-overview-card small{display:block}.payment-overview-card span,.payment-overview-card small,.payment-form-overview-card span,.payment-form-overview-card small{color:var(--text-500)}.payment-overview-card span,.payment-form-overview-card span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.payment-overview-card strong{color:var(--text-900);margin-top:10px;font-size:24px;line-height:1.2}.payment-form-overview-card strong{color:var(--text-900);margin-top:10px;font-size:20px;line-height:1.3}.payment-overview-card small,.payment-form-overview-card small{margin-top:10px;font-size:13px;line-height:1.7}.payment-filter-toolbar{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;padding:18px 20px;display:flex}.payment-filter-grid{flex:760px;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px;display:grid}.payment-filter-field{margin:0}.payment-filter-actions{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.payment-ledger-wrap{background:linear-gradient(#fffffffa 0%,#f9fbfffa 100%),#fff;border-color:#165dff14;border-radius:22px;margin-top:0}.payment-ledger-table{min-width:1280px}.payment-ledger-table thead th{color:var(--text-700);background:#f7f9fcf5;padding-top:18px;padding-bottom:18px}.payment-ledger-table td{padding:20px 18px}.payment-summary-row{transition:background .18s,box-shadow .18s}.payment-summary-row:hover{background:#fbfdff}.payment-summary-row.is-expanded{background:linear-gradient(#f4f8fff5 0%,#fffffffa 100%),#fff}.payment-summary-row.is-expanded td{border-bottom-color:#0000}.payment-summary-cell,.payment-summary-actions-cell{padding-top:16px;padding-bottom:16px}.payment-summary-trigger{text-align:left;width:100%;color:inherit;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:8px;padding:0;display:flex}.payment-summary-trigger:hover .payment-summary-primary,.payment-summary-trigger:focus-visible .payment-summary-primary{color:var(--brand-700)}.payment-summary-trigger:focus-visible{outline:none}.payment-summary-trigger:focus-visible .payment-summary-primary{text-decoration:underline}.payment-summary-primary,.payment-summary-secondary{word-break:break-word;display:block}.payment-summary-primary{color:var(--text-900);font-size:15px;font-weight:700;line-height:1.5}.payment-summary-secondary{color:var(--text-500);font-size:13px;line-height:1.7}.payment-summary-actions-cell{width:164px}.payment-quick-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.payment-quick-action{width:38px;height:38px;color:var(--text-700);background:#fff;border:1px solid #d9e2ef;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.payment-quick-action:hover{color:var(--brand-700);background:#eef4ffb8;border-color:#165dff38;transform:translateY(-1px)}.payment-quick-action.is-disabled{cursor:not-allowed;color:#98a2b3;box-shadow:none;pointer-events:none;background:#f8fafc;border-color:#e4e7ec}.payment-detail-row:hover{background:0 0}.payment-detail-row td{border-top:none;padding:0}.payment-detail-cell{background:0 0}.payment-expanded-detail{padding:0 18px 22px}.payment-expanded-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.payment-expanded-card{background:linear-gradient(#fafcfffa 0%,#fffffffc 100%),#fff;border:1px solid #165dff17;border-radius:20px;padding:20px}.payment-expanded-card.wide{grid-column:1/-1}.payment-expanded-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.payment-expanded-kicker{min-height:26px;color:var(--brand-700);background:var(--brand-050);letter-spacing:.04em;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.payment-expanded-card h3{color:var(--text-900);margin:12px 0 0;font-size:22px;line-height:1.3}.payment-expanded-card p{color:var(--text-500);margin:10px 0 0;line-height:1.7}.payment-expanded-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.payment-expanded-profile-grid>div{background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:14px 16px}.payment-expanded-profile-grid span{color:var(--text-500);font-size:12px;display:block}.payment-expanded-profile-grid strong{color:var(--text-900);word-break:break-word;margin-top:8px;font-size:15px;line-height:1.6;display:block}.payment-expanded-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.payment-expanded-metric{background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:16px 18px}.payment-expanded-metric.emphasize{background:linear-gradient(#eef4ffd6 0%,#fffffffc 100%),#fff;border-color:#165dff29}.payment-expanded-metric span,.payment-expanded-metric small{color:var(--text-500);display:block}.payment-expanded-metric span{font-size:12px}.payment-expanded-metric strong{color:var(--text-900);margin-top:10px;font-size:24px;line-height:1.2;display:block}.payment-expanded-metric small{margin-top:10px;font-size:12px;line-height:1.7}.payment-expanded-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.payment-record-table-wrap{margin-top:18px}.payment-record-table thead th{color:var(--text-700)}.payment-record-table td small{margin-top:4px;display:block}.payment-form-section{background:linear-gradient(#fffffffa 0%,#fafcfffa 100%),#fff;border:1px solid #165dff14;border-radius:24px;padding:24px;box-shadow:0 18px 40px #0f172a0f}.payment-form-section.muted{background:linear-gradient(#f8fbfff5 0%,#fffffffc 100%),#fff}.payment-form-section-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.payment-form-step{width:30px;height:30px;color:var(--brand-700);background:#165dff14;border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;font-size:14px;font-weight:700;display:inline-flex}.payment-form-section-head h3{color:var(--text-900);margin:0;font-size:22px;line-height:1.3}.payment-form-section-head p{color:var(--text-500);margin:10px 0 0;font-size:14px;line-height:1.7}.payment-form-grid-single{grid-template-columns:1fr}.payment-order-context-grid{margin-top:18px}.payment-form-context-bar,.payment-form-submit-bar{background:linear-gradient(#f8fbfff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:18px 20px;display:flex}.payment-form-context-bar p,.payment-form-submit-copy p{color:var(--text-500);margin:0;line-height:1.7}.payment-form-submit-copy{min-width:0}.payment-form-submit-copy strong{color:var(--text-900);font-size:16px;line-height:1.5;display:block}.payment-form-submit-copy p{margin-top:8px}.payment-form-submit-bar .primary-button{min-width:180px}.payment-form-empty{flex-direction:column;gap:16px;display:flex}.payment-risk-section{flex-direction:column;gap:18px;display:flex}.payment-risk-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.payment-risk-card{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:22px;padding:20px;box-shadow:0 14px 32px #0f172a0f}.payment-risk-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.payment-risk-copy{min-width:0}.payment-risk-kicker{min-height:26px;color:var(--brand-700);background:#165dff14;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.payment-risk-copy h3{color:var(--text-900);margin:12px 0 0;font-size:24px;line-height:1.2}.payment-risk-copy p{color:var(--text-500);margin:8px 0 0;line-height:1.7}.payment-risk-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.payment-risk-metric{background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:14px 16px}.payment-risk-metric.emphasize{background:linear-gradient(#eef4ffd6 0%,#fffffffc 100%),#fff;border-color:#165dff24}.payment-risk-metric span{color:var(--text-500);font-size:12px;display:block}.payment-risk-metric strong{color:var(--text-900);margin-top:8px;font-size:18px;line-height:1.4;display:block}.payment-risk-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.payment-risk-empty,.payment-timeline-empty{color:var(--text-500);background:linear-gradient(#f8fbfff5 0%,#fffffffc 100%);border:1px dashed #165dff29;border-radius:22px;padding:26px 24px;line-height:1.8}.payment-timeline-list{gap:16px;display:grid}.payment-timeline-card{background:linear-gradient(#fafcfff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:24px;padding:22px;box-shadow:0 16px 36px #0f172a0f}.payment-timeline-card-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.payment-timeline-card-copy{min-width:0}.payment-timeline-date{min-height:26px;color:var(--brand-700);background:#165dff14;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.payment-timeline-card-copy h3{color:var(--text-900);margin:12px 0 0;font-size:30px;line-height:1.1}.payment-timeline-card-copy p{color:var(--text-500);margin:10px 0 0;line-height:1.75}.payment-timeline-badges{justify-content:flex-end}.payment-timeline-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.payment-timeline-meta-card,.payment-timeline-story-card{background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:16px 18px}.payment-timeline-meta-card.emphasize{background:linear-gradient(#eef4ffd6 0%,#fffffffc 100%),#fff;border-color:#165dff24}.payment-timeline-meta-card span,.payment-timeline-meta-card small,.payment-timeline-story-card span{color:var(--text-500);display:block}.payment-timeline-meta-card span,.payment-timeline-story-card span{font-size:12px}.payment-timeline-meta-card strong{color:var(--text-900);margin-top:8px;font-size:16px;line-height:1.6;display:block}.payment-timeline-meta-card small{margin-top:8px;font-size:12px;line-height:1.7}.payment-timeline-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.payment-timeline-story-card p{color:var(--text-700);margin:10px 0 0;line-height:1.75}.payment-timeline-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}@media (max-width:900px){.payment-risk-list,.payment-risk-metrics,.payment-timeline-meta-grid,.payment-timeline-story-grid{grid-template-columns:1fr}.payment-risk-card-head,.payment-risk-actions,.payment-timeline-card-head,.payment-timeline-actions{align-items:stretch}.payment-risk-card-head,.payment-timeline-card-head{flex-direction:column}}@media (max-width:720px){.payment-risk-card,.payment-timeline-card,.payment-risk-empty,.payment-timeline-empty{padding:18px}.payment-risk-copy h3,.payment-timeline-card-copy h3{font-size:24px}}@media (max-width:900px){.payment-overview-grid,.payment-form-overview-grid,.payment-filter-grid,.payment-expanded-grid,.payment-expanded-profile-grid,.payment-expanded-metric-grid{grid-template-columns:1fr}.payment-filter-toolbar,.payment-expanded-card-head,.payment-expanded-actions,.payment-quick-actions,.payment-form-context-bar,.payment-form-submit-bar{align-items:stretch}.payment-filter-toolbar,.payment-expanded-card-head,.payment-form-context-bar,.payment-form-submit-bar{flex-direction:column}.payment-filter-actions,.payment-filter-actions .primary-button,.payment-filter-actions .secondary-button,.payment-form-submit-bar .primary-button{width:100%}.payment-summary-actions-cell{width:auto}}@media (max-width:720px){.payment-filter-summary,.payment-overview-card,.payment-form-overview-card,.payment-filter-toolbar,.payment-expanded-card,.payment-form-section,.payment-form-context-bar,.payment-form-submit-bar{padding:18px}.payment-expanded-detail{padding:0 14px 18px}.payment-overview-card strong,.payment-form-overview-card strong,.payment-form-section-head h3{font-size:20px}}.bulk-toolbar{flex-wrap:wrap;align-items:end;gap:14px;margin-bottom:18px;display:flex}.bulk-field{min-width:240px;color:var(--text-700);flex-direction:column;gap:8px;font-size:14px;display:flex}.bulk-field>span,.bulk-action-label{min-height:21px;display:block}.bulk-action{flex-direction:column;gap:8px;min-width:180px;display:flex}.bulk-toolbar-group{flex-wrap:wrap;align-items:end;gap:14px;display:flex}.bulk-action-button{min-width:180px}.bulk-action-label{color:#0000;-webkit-user-select:none;user-select:none;font-size:14px;line-height:21px}.sale-date-field{min-width:220px}.bulk-toolbar .input{min-height:46px}.bulk-toolbar .primary-button,.bulk-toolbar .secondary-button{width:100%;height:46px;min-height:46px;margin-bottom:0}.import-tip{border-radius:var(--radius-md);border:1px solid var(--line);color:var(--text-700);background:#f8fafc;margin-top:22px;padding:16px 18px}.import-tip strong{margin-bottom:8px;display:block}.import-tip p{margin:8px 0 0;line-height:1.7}.order-menu-page,.order-form-page,.order-detail-page,.order-list-shell,.order-form-workspace{flex-direction:column;gap:24px;display:flex}.order-filter-summary{min-width:min(340px,100%)}.order-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.order-overview-card{background:linear-gradient(#f3f8fff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:20px;padding:18px 20px}.order-overview-card span,.order-overview-card strong,.order-overview-card small{display:block}.order-overview-card span,.order-overview-card small{color:var(--text-500)}.order-overview-card span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.order-overview-card strong{color:var(--text-900);margin-top:10px;font-size:22px;line-height:1.2}.order-overview-card small{margin-top:10px;font-size:13px;line-height:1.7}.order-filter-toolbar{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;padding:18px 20px;display:flex}.order-filter-grid{flex:760px;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;display:grid}.order-filter-field{margin:0}.order-filter-actions{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.order-worklist-wrap{background:linear-gradient(#fffffffa 0%,#f9fbfffa 100%),#fff;border-color:#165dff14;border-radius:22px;margin-top:0}.order-worklist-table{min-width:1320px}.order-worklist-table thead th{color:var(--text-700);background:#f7f9fcf5;padding-top:18px;padding-bottom:18px}.order-worklist-table td{padding:20px 18px}.order-summary-row{transition:background .18s,box-shadow .18s}.order-summary-row:hover{background:#fbfdff}.order-summary-row.is-expanded{background:linear-gradient(#f4f8fff5 0%,#fffffffa 100%),#fff}.order-summary-row.is-expanded td{border-bottom-color:#0000}.order-summary-cell,.order-summary-actions-cell{padding-top:16px;padding-bottom:16px}.order-summary-trigger{text-align:left;width:100%;color:inherit;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:8px;padding:0;display:flex}.order-summary-primary{color:var(--text-900);font-size:15px;font-weight:700;line-height:1.5;display:block}.order-summary-secondary{color:var(--text-500);font-size:13px;line-height:1.7;display:block}.order-summary-actions-cell{width:164px}.order-quick-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-quick-actions form{margin:0}.order-quick-action{width:38px;height:38px;color:var(--text-700);background:#fff;border:1px solid #d9e2ef;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.order-quick-action:hover{color:var(--brand-700);background:#eef4ffb8;border-color:#165dff38;transform:translateY(-1px)}.order-quick-action.danger{color:var(--danger-700);background:#fff1f09e;border-color:#c4362f24}.order-quick-action.danger:hover{background:#ffe5e2eb;border-color:#c4362f3d}.order-detail-row td{border-top:none;padding:0}.order-detail-cell{background:0 0}.order-expanded-detail{padding:0 18px 22px}.order-expanded-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.order-expanded-card{background:linear-gradient(#fafcfffa 0%,#fffffffc 100%),#fff;border:1px solid #165dff17;border-radius:20px;padding:20px}.order-expanded-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.order-expanded-kicker{min-height:26px;color:var(--brand-700);background:var(--brand-050);letter-spacing:.04em;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.order-expanded-card h3{margin:12px 0 0;font-size:22px;line-height:1.3}.order-expanded-card p{color:var(--text-500);margin:10px 0 0;line-height:1.7}.order-expanded-profile-grid,.order-detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.order-expanded-profile-grid>div,.order-detail-info-card,.order-risk-item{background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:14px 16px}.order-expanded-profile-grid span,.order-detail-info-card span,.order-risk-item span{color:var(--text-500);font-size:12px;display:block}.order-expanded-profile-grid strong,.order-detail-info-card strong,.order-risk-item strong{color:var(--text-900);margin-top:8px;font-size:15px;line-height:1.6;display:block}.order-detail-info-card.full{grid-column:1/-1}.order-detail-attachment-list{gap:12px;margin-top:8px;display:grid}.order-detail-attachment-item{gap:4px;display:grid}.order-detail-attachment-item small{color:var(--text-500);overflow-wrap:anywhere;line-height:1.6}.order-device-chip-list,.order-device-asset-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:18px;display:grid}.order-device-chip,.order-device-asset-card{color:var(--text-900);background:linear-gradient(#f4f8ffe6 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.order-device-chip{font-weight:700}.order-device-asset-card strong{font-size:16px}.order-device-asset-card span{color:var(--text-500);font-size:13px}.order-expanded-metric-grid,.order-detail-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.order-expanded-metric,.order-detail-metric-card{background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:16px 18px}.order-expanded-metric.emphasize,.order-detail-metric-card.emphasize{background:linear-gradient(#eef4ffd6 0%,#fffffffc 100%),#fff;border-color:#165dff29}.order-expanded-metric span,.order-expanded-metric small,.order-detail-metric-card span,.order-detail-metric-card small{color:var(--text-500);display:block}.order-expanded-metric span,.order-detail-metric-card span{font-size:12px}.order-expanded-metric strong,.order-detail-metric-card strong{color:var(--text-900);margin-top:10px;font-size:24px;line-height:1.2;display:block}.order-expanded-metric small,.order-detail-metric-card small{margin-top:10px;font-size:12px;line-height:1.7}.order-risk-list{gap:12px;margin-top:18px;display:grid}.order-expanded-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.order-expanded-actions form{margin:0}.order-detail-metric-card{background:linear-gradient(#f8fbfff5 0%,#fffffffc 100%),#fff;border-color:#165dff1a;border-radius:22px;padding:20px 22px;box-shadow:0 14px 34px #0f172a14}.order-detail-focus-grid,.order-detail-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-menu-page,.service-form-shell,.service-history-shell{flex-direction:column;gap:24px;display:flex}.service-context-banner{background:linear-gradient(#f3f8fff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff1f;border-radius:20px;padding:18px 20px;box-shadow:0 14px 34px #0f172a0f}.service-context-copy span,.service-context-copy strong,.service-context-copy p{display:block}.service-context-copy span{color:var(--text-500);letter-spacing:.04em;text-transform:uppercase;font-size:12px}.service-context-copy strong{color:var(--text-900);margin-top:10px;font-size:20px;line-height:1.35}.service-context-copy p{color:var(--text-500);margin:10px 0 0;line-height:1.75}.service-filter-summary{background:linear-gradient(#f8fbfff5 0%,#fffffffa 100%),#fff;border:1px solid #165dff1a;border-radius:20px;min-width:min(340px,100%);padding:18px 20px}.service-filter-summary span,.service-filter-summary strong,.service-filter-summary small{display:block}.service-filter-summary span,.service-filter-summary small{color:var(--text-500)}.service-filter-summary span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.service-filter-summary strong{color:var(--text-900);margin-top:10px;font-size:18px;line-height:1.35}.service-filter-summary small{margin-top:8px;font-size:13px;line-height:1.7}.service-filter-toolbar{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;padding:18px 20px;display:flex}.service-filter-grid{flex:720px;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px;display:grid}.service-filter-field{margin:0}.service-filter-actions{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.service-record-form{gap:20px}.service-form-section{background:linear-gradient(#fafcfffa 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:22px;padding:22px}.service-form-section-head{margin-bottom:18px}.service-form-kicker{min-height:26px;color:var(--brand-700);background:var(--brand-050);letter-spacing:.04em;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.service-form-section-head h3{color:var(--text-900);margin:12px 0 0;font-size:22px;line-height:1.25}.service-form-section-head p{color:var(--text-500);margin:10px 0 0;line-height:1.75}.service-form-base-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-form-field-wide{grid-column:span 2}.service-outcome-selector{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.service-outcome-option{min-height:128px;color:inherit;text-align:left;background:#fff;border:1px solid #d8e1ef;border-radius:18px;flex-direction:column;align-items:flex-start;gap:8px;padding:16px 18px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:flex}.service-outcome-option:hover{background:#f8fbffeb;border-color:#165dff2e;transform:translateY(-1px)}.service-outcome-option.active{background:linear-gradient(#eef4ffeb 0%,#fffffffa 100%),#fff;border-color:#165dff3d;box-shadow:0 14px 28px #0f172a0f}.service-outcome-option strong{color:var(--text-900);font-size:15px;line-height:1.4}.service-outcome-option span{color:var(--text-500);font-size:13px;line-height:1.65}.service-scenario-stack{gap:16px;display:grid}.service-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.service-scenario-banner{background:linear-gradient(#f6fafff2 0%,#fffffffc 100%),#fff;border:1px solid #165dff24;border-radius:18px;padding:16px 18px}.service-scenario-banner strong{color:var(--text-900);font-size:15px;display:block}.service-scenario-banner p{color:var(--text-500);margin:10px 0 0;line-height:1.7}.service-readonly-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.service-sn-lookup-block{display:grid}.service-sn-lookup-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.service-sn-lookup-row .input{margin-bottom:0}.service-lookup-button{white-space:nowrap;min-height:46px}.service-form-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.service-form-submit-bar{border-top:1px solid #e8edf5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding-top:18px;display:flex}.service-form-submit-copy{flex:420px}.service-form-submit-copy strong{color:var(--text-900);font-size:15px;display:block}.service-form-submit-copy p{color:var(--text-500);margin:8px 0 0;line-height:1.7}.service-readonly-state{margin-top:0}.service-timeline-list{gap:16px;display:grid}.service-timeline-list.embedded{gap:14px}.service-timeline-empty{color:var(--text-500);background:#fbfdff;border:1px dashed #c9d7eb;border-radius:20px;padding:28px 20px;line-height:1.7}.service-timeline-empty.embedded{padding:24px 18px}.service-timeline-card{background:linear-gradient(#fafcfffa 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:22px;padding:20px 22px}.service-timeline-card.embedded{border-radius:20px;padding:18px 20px}.service-timeline-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.service-timeline-card-copy{min-width:0}.service-timeline-date{min-height:26px;color:var(--brand-700);background:var(--brand-050);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.service-timeline-card-copy h3{color:var(--text-900);margin:12px 0 0;font-size:22px;line-height:1.3}.service-timeline-card.embedded .service-timeline-card-copy h3{font-size:20px}.service-timeline-card-copy p{color:var(--text-500);margin:10px 0 0;line-height:1.7}.service-timeline-badges{justify-content:flex-end}.service-timeline-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.service-timeline-meta-card,.service-timeline-story-card{background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:14px 16px}.service-timeline-meta-card.emphasize{background:linear-gradient(#eef4ffdb 0%,#fffffffc 100%),#fff;border-color:#165dff29}.service-timeline-meta-card span,.service-timeline-meta-card small,.service-timeline-story-card span{color:var(--text-500);font-size:12px;display:block}.service-timeline-meta-card strong{color:var(--text-900);word-break:break-word;margin-top:8px;font-size:15px;line-height:1.6;display:block}.service-timeline-meta-card small{margin-top:8px;line-height:1.65}.service-timeline-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.service-timeline-story-card p{color:var(--text-900);white-space:pre-wrap;word-break:break-word;margin:8px 0 0;line-height:1.7}@media (max-width:1100px){.service-outcome-selector,.service-filter-grid,.service-form-base-grid,.service-scenario-grid,.service-readonly-grid,.service-timeline-meta-grid,.service-timeline-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.service-filter-grid,.service-form-base-grid,.service-scenario-grid,.service-readonly-grid,.service-form-story-grid,.service-timeline-meta-grid,.service-timeline-story-grid{grid-template-columns:1fr}.service-filter-toolbar,.service-form-submit-bar,.service-timeline-card-head{align-items:stretch}.service-filter-toolbar,.service-timeline-card-head{flex-direction:column}.service-filter-actions,.service-filter-actions .primary-button,.service-filter-actions .secondary-button,.service-form-submit-bar .primary-button{width:100%}.service-form-field-wide{grid-column:auto}.service-outcome-selector{grid-template-columns:1fr}}@media (max-width:720px){.service-context-banner,.service-filter-summary,.service-filter-toolbar,.service-form-section,.service-timeline-card,.service-timeline-card.embedded{padding:18px}.service-sn-lookup-row{grid-template-columns:1fr}}.device-menu-page,.device-list-shell{flex-direction:column;gap:24px;display:flex}.device-filter-summary{background:linear-gradient(#f8fbfff5 0%,#fffffffa 100%),#fff;border:1px solid #165dff1a;border-radius:20px;min-width:min(340px,100%);padding:18px 20px}.device-filter-summary span,.device-filter-summary strong,.device-filter-summary small{display:block}.device-filter-summary span,.device-filter-summary small{color:var(--text-500)}.device-filter-summary span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.device-filter-summary strong{color:var(--text-900);margin-top:10px;font-size:18px;line-height:1.3}.device-filter-summary small{margin-top:8px;font-size:13px;line-height:1.7}.device-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.device-overview-card{background:linear-gradient(#f3f8fff5 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:20px;padding:18px 20px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:block}.device-overview-card:hover,.device-overview-card.is-active{border-color:#165dff2e;transform:translateY(-1px);box-shadow:0 14px 28px #0f172a0f}.device-overview-card.is-active{background:linear-gradient(#ecf4fff5 0%,#fffffffc 100%),#fff}.device-overview-card span,.device-overview-card strong,.device-overview-card small{display:block}.device-overview-card span,.device-overview-card small{color:var(--text-500)}.device-overview-card span{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.device-overview-card strong{color:var(--text-900);margin-top:10px;font-size:24px;line-height:1.2}.device-overview-card small{margin-top:10px;font-size:13px;line-height:1.7}.device-filter-toolbar{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;padding:18px 20px;display:flex}.device-filter-grid{flex:560px;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px;display:grid}.device-filter-grid.compact{flex:420px;grid-template-columns:repeat(2,minmax(220px,1fr))}.device-filter-field{margin:0}.device-filter-actions{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.device-list-shell{gap:18px;display:grid}.device-bulk-toolbar{background:linear-gradient(#f8fbfff0 0%,#fffffffc 100%),#fff;border:1px solid #165dff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;padding:18px 20px;display:flex}.device-bulk-group{flex-wrap:wrap;flex:320px;align-items:end;gap:14px;display:flex}.device-bulk-field{flex:260px;min-width:min(320px,100%);margin:0}.device-worklist-wrap{background:linear-gradient(#fffffffa 0%,#f9fbfffa 100%),#fff;border-color:#165dff14;border-radius:22px;margin-top:0}.device-worklist-table{min-width:1220px}.device-worklist-table thead th{color:var(--text-700);background:#f7f9fcf5;padding-top:18px;padding-bottom:18px}.device-worklist-table td{padding:20px 18px}.device-summary-row{transition:background .18s,box-shadow .18s}.device-summary-row:hover{background:#fbfdff}.device-summary-row.is-expanded{background:linear-gradient(#f4f8fff5 0%,#fffffffa 100%),#fff}.device-summary-row.is-expanded td{border-bottom-color:#0000}.device-summary-cell,.device-summary-actions-cell{padding-top:16px;padding-bottom:16px}.device-summary-trigger{text-align:left;width:100%;color:inherit;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:8px;padding:0;display:flex}.device-summary-trigger:hover .device-summary-primary,.device-summary-trigger:focus-visible .device-summary-primary{color:var(--brand-700)}.device-summary-trigger:focus-visible{outline:none}.device-summary-trigger:focus-visible .device-summary-primary{text-decoration:underline}.device-summary-primary,.device-summary-secondary{word-break:break-word;display:block}.device-summary-primary{color:var(--text-900);font-size:15px;font-weight:700;line-height:1.5}.device-summary-secondary{color:var(--text-500);font-size:13px;line-height:1.7}.device-summary-actions-cell{width:152px}.device-quick-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.device-quick-action{width:38px;height:38px;color:var(--text-700);background:#fff;border:1px solid #d9e2ef;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.device-quick-action:hover{color:var(--brand-700);background:#eef4ffb8;border-color:#165dff38;transform:translateY(-1px)}.device-quick-action.is-disabled{cursor:not-allowed;color:#98a2b3;box-shadow:none;pointer-events:none;background:#f8fafc;border-color:#e4e7ec}.device-detail-row:hover{background:0 0}.device-detail-row td{border-top:none;padding:0}.device-detail-cell{background:0 0}.device-expanded-detail{padding:0 18px 22px}.device-expanded-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.device-expanded-card{background:linear-gradient(#fafcfffa 0%,#fffffffc 100%),#fff;border:1px solid #165dff17;border-radius:20px;padding:20px}.device-expanded-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.device-expanded-kicker{min-height:26px;color:var(--brand-700);background:var(--brand-050);letter-spacing:.04em;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.device-expanded-card h3{color:var(--text-900);margin:12px 0 0;font-size:22px;line-height:1.3}.device-expanded-card p{color:var(--text-500);margin:10px 0 0;line-height:1.7}.device-expanded-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.device-expanded-meta-grid>div{background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:14px 16px}.device-expanded-meta-grid span{color:var(--text-500);font-size:12px;display:block}.device-expanded-meta-grid strong{color:var(--text-900);word-break:break-word;margin-top:8px;font-size:15px;line-height:1.6;display:block}.device-copy-grid{gap:14px;margin-top:18px;display:grid}.device-copy-grid.device-copy-grid-stacked{grid-template-columns:1fr}.device-copy-card{background:linear-gradient(#f4f8ffe6 0%,#fffffffc 100%),#fff;border:1px solid #165dff1a;border-radius:16px;gap:12px;min-width:0;padding:14px 16px;display:grid}.device-copy-card-head{gap:6px;display:grid}.device-copy-card-head strong{color:var(--text-900);font-size:14px}.device-copy-card-head span{color:var(--text-500);font-size:12px;line-height:1.6}.device-copy-grid.device-copy-grid-stacked .device-copy-card .compact-copy-row{grid-template-columns:48px minmax(0,1fr) auto;align-items:start}.device-copy-grid.device-copy-grid-stacked .device-copy-card .compact-copy-value{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.device-copy-grid.device-copy-grid-stacked .device-copy-card .compact-copy-button{white-space:nowrap;justify-self:end}.device-expanded-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.primary-button.is-disabled,.secondary-button.is-disabled{cursor:not-allowed;opacity:.62;box-shadow:none;pointer-events:none}@media (max-width:900px){.device-overview-grid,.device-filter-grid,.device-expanded-grid,.device-expanded-meta-grid,.device-copy-grid{grid-template-columns:1fr}.device-filter-toolbar,.device-bulk-toolbar,.device-expanded-card-head,.device-expanded-actions,.device-quick-actions{align-items:stretch}.device-filter-toolbar,.device-bulk-toolbar,.device-expanded-card-head{flex-direction:column}.device-filter-actions,.device-bulk-group,.device-filter-actions .primary-button,.device-filter-actions .secondary-button,.device-bulk-group .primary-button,.device-bulk-group .secondary-button{width:100%}.device-summary-actions-cell{width:auto}}@media (max-width:720px){.device-filter-summary,.device-overview-card,.device-filter-toolbar,.device-bulk-toolbar,.device-expanded-card{padding:18px}.device-expanded-detail{padding:0 14px 18px}.device-overview-card strong{font-size:20px}}.order-detail-focus-card,.order-action-card{padding:24px}.order-empty-note{color:var(--text-500);background:#fbfdff;border:1px dashed #c9d7eb;border-radius:18px;margin-top:18px;padding:18px}.order-meta-badge.success{background:#edf9f1e0;border-color:#0f7b4324}.order-meta-badge.warning{background:#fff8e1eb;border-color:#9a670024}.order-meta-badge.danger{background:#fff1f0eb;border-color:#c4362f1f}.order-meta-badge.neutral{background:#f1f5f9f5;border-color:#94a3b82e}@media (max-width:900px){.order-overview-grid,.order-filter-grid,.order-expanded-grid,.order-expanded-profile-grid,.order-detail-info-grid,.order-expanded-metric-grid,.order-detail-metric-grid,.order-detail-focus-grid,.order-detail-action-grid{grid-template-columns:1fr}.order-filter-toolbar,.order-expanded-card-head,.order-expanded-actions,.order-quick-actions{align-items:stretch}.order-filter-actions,.order-filter-actions .primary-button,.order-filter-actions .secondary-button{width:100%}.order-summary-actions-cell{width:auto}}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:16px;margin-top:20px;overflow-x:auto}.table-wrap-embedded{background:linear-gradient(#fffffffa 0%,#fafcfffa 100%),#fff;border-color:#165dff14;border-radius:20px;margin-top:20px}.pagination-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;display:flex}.pagination-info{color:var(--text-500);font-size:14px}.pagination-links{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pagination-group{align-items:center;gap:8px;display:inline-flex}.pagination-link{min-width:40px;min-height:40px;color:var(--text-700);background:#fff;border:1px solid #d0d5dd;border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-weight:600;display:inline-flex}.pagination-link:hover{background:#f8fafc;border-color:#b7c0cc}.pagination-link.active{color:#fff;border-color:var(--brand-700);background:var(--brand-700)}.pagination-link.disabled{pointer-events:none;opacity:.45}.pagination-ellipsis{color:var(--text-500)}.compact-table-wrap{max-height:420px;overflow:auto}.device-table{border-collapse:collapse;width:100%;min-width:1180px}.compact-table{min-width:100%}.device-table th,.device-table td{vertical-align:top;text-align:left;border-bottom:1px solid #eef2f6;padding:16px;font-size:14px}.device-table thead th{color:var(--text-500);background:#f8fafc;font-weight:600}.device-table-embedded thead th{color:var(--text-700);background:#f8fafcf5;padding-top:14px;padding-bottom:14px}.device-table-embedded td{padding-top:14px;padding-bottom:14px}.device-table tbody tr:hover{background:#fbfdff}.device-table td small,.muted-cell{color:var(--text-500)}.device-table td small{margin-top:4px;display:block}.device-table tbody tr:last-child td{border-bottom:none}.order-device-pool-wrap{margin-top:14px}.order-device-pool-table{min-width:880px}.order-device-pool-table th,.order-device-pool-table td{padding:14px 16px}.device-summary-main{min-width:0}.device-summary-meta{color:var(--text-500);gap:6px;margin-top:8px;font-size:12px;line-height:1.5;display:grid}.device-sim-stack{gap:8px;display:grid}.device-sim-item{background:#fbfdff;border:1px solid #eef2f6;border-radius:12px;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:10px;padding:9px 10px;display:grid}.device-sim-label{min-height:24px;color:var(--brand-700);background:#165dff14;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.device-sim-content{min-width:0}.device-sim-content strong{color:var(--text-900);word-break:break-all;font-size:13px;line-height:1.5;display:block}.device-sim-content small{word-break:break-all;margin-top:4px}.device-assignment-summary{display:block}.device-assignment-grid{gap:8px;display:grid}.device-assignment-grid div{background:#fbfdff;border:1px solid #eef2f6;border-radius:12px;padding:10px 12px}.device-assignment-grid span{color:var(--text-500);font-size:12px;display:block}.device-assignment-grid strong{color:var(--text-900);word-break:break-word;margin-top:6px;font-size:13px;line-height:1.5;display:block}.table-link{color:var(--brand-700);font-weight:600}.table-title{color:var(--text-900);font-weight:700}.table-title-row{align-items:center;gap:10px;min-width:0;display:flex}.device-inline-actions{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.device-inline-icon{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.device-inline-icon svg{width:16px;height:16px}.device-inline-icon.success{color:var(--success-700);background:var(--success-050);border-color:#0f7b4324}.device-inline-icon.neutral{color:#98a2b3;background:#f2f4f7;border-color:#e4e7ec}.device-inline-icon.action{color:var(--brand-700);background:var(--brand-050);border-color:#165dff24}.device-inline-icon.action:hover{background:#e5efff;border-color:#165dff4d;transform:translateY(-1px)}.table-secondary,.table-badge-row{margin-top:10px}.checkbox-cell{width:56px}.table-checkbox{width:16px;height:16px;accent-color:var(--brand-700)}.status-badges{flex-wrap:wrap;gap:6px;display:flex}.status-badge{border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.status-badge.success{color:var(--success-700);background:var(--success-050)}.status-badge.warning{color:#9a6700;background:#fff8e1}.status-badge.danger{color:var(--danger-700);background:var(--danger-050)}.status-badge.neutral{color:var(--text-700);background:#eef2f6}.readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.readonly-field{border:1px solid var(--line);background:#f8fafc;border-radius:14px;flex-direction:column;gap:8px;padding:16px 18px;display:flex}.readonly-field span{color:var(--text-500);font-size:13px}.readonly-field strong{color:var(--text-900);font-size:18px}.timeline-list{gap:14px;margin-top:24px;display:grid}.timeline-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:18px}.timeline-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.timeline-head strong{font-size:16px}.timeline-head span{color:var(--text-500);font-size:13px}.timeline-meta,.timeline-remark{color:var(--text-700);margin:10px 0 0;line-height:1.7}.timeline-empty{margin-top:0}.empty-state{text-align:center;color:var(--text-500);padding:28px 16px}.selection-panel{margin-top:28px}.inline-card{background:linear-gradient(#f8fbff 0%,#fff 100%);border:1px solid #165dff24;border-radius:18px;margin:0 0 24px;padding:20px}.service-swap-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px;display:grid}.service-swap-panel{border:1px solid var(--line);background:#f8fafc;border-radius:16px;flex-direction:column;gap:20px;padding:18px;display:flex}.service-device-change{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.service-record-stack{flex-direction:column;gap:6px;display:flex}.service-device-arrow{color:var(--text-500);font-weight:700}.detail-grid{grid-template-columns:1.2fr 1fr;gap:24px;display:grid}.detail-grid>*{min-width:0}.not-found-page{background:var(--bg-page);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.not-found-card{border-radius:var(--radius-xl);border:1px solid var(--line);width:min(520px,100%);box-shadow:var(--shadow-card);text-align:center;background:#fff;padding:32px}.not-found-card span{letter-spacing:.08em;color:var(--brand-700);font-size:12px}.not-found-card h1{margin:14px 0 10px}.not-found-card p{color:var(--text-500);margin:0 0 24px;line-height:1.7}.auth-page{background:radial-gradient(circle at 0 0,#165dff1f,#0000 28%),linear-gradient(#f5f8ff 0%,#f5f7fb 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{border:1px solid var(--line);border-radius:var(--radius-xl);width:min(480px,100%);box-shadow:var(--shadow-card);background:#fff;padding:32px}.auth-copy{margin-bottom:18px}.auth-eyebrow{border-radius:var(--radius-pill);min-height:28px;color:var(--brand-700);background:var(--brand-050);align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.auth-copy h1{margin:14px 0 10px;font-size:28px;line-height:1.2}.auth-copy p{color:var(--text-500);margin:0;line-height:1.7}.auth-links{justify-content:space-between;gap:12px;margin-top:18px;display:flex}.device-page-shell{background:radial-gradient(circle at 100% 0,#ffffff2e,#0000 32%),linear-gradient(#165dff 0%,#4080ff 30%,#eef4ff 30%,#f7faff 100%);width:100%;min-height:100vh}.device-page{width:min(100%,480px);min-height:100vh;color:var(--text-900);margin:0 auto;padding:24px 16px 32px}.device-page .hero{color:#fff;padding:6px 4px 24px}.device-page .eyebrow{border-radius:var(--radius-pill);letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;padding:6px 10px;font-size:12px;display:inline-block}.device-page h1{letter-spacing:.02em;margin:16px 0 8px;font-size:32px;line-height:1.05}.device-page .hero p{color:#ffffffd1;margin:0;font-size:14px;line-height:1.7}.device-alert{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b256b57;border:1px solid #ffffff2e;border-radius:16px;margin-bottom:14px;padding:14px 16px}.device-page .card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-radius:24px;padding:18px;overflow:hidden;box-shadow:0 18px 42px #0f172a1f}.status-panel{background:linear-gradient(135deg,#165dff29,#4080ff1a),#fff;border:1px solid #ffffffad;border-radius:20px;padding:18px;position:relative}.status-head{grid-template-columns:minmax(0,1fr) 104px;align-items:stretch;gap:14px;display:grid}.status-label{color:var(--text-500);font-size:13px}.status-value{align-items:baseline;gap:8px;margin-top:8px;margin-bottom:12px;display:flex}.status-value strong{color:var(--brand-700);font-size:34px;line-height:1}.status-value span{color:var(--text-500);font-size:14px}.signal-bars{align-items:flex-end;gap:6px;height:42px;display:flex}.signal-bars i{border-radius:var(--radius-pill);background:#1d293924;width:10px;transition:background .3s,box-shadow .3s;display:block}.signal-bars i:first-child{height:12px}.signal-bars i:nth-child(2){height:20px}.signal-bars i:nth-child(3){height:28px}.signal-bars i:nth-child(4){height:36px}.signal-bars i.active{background:linear-gradient(#78a7ff 0%,#165dff 100%);box-shadow:0 6px 12px #165dff47}.snir-box{border-radius:var(--radius-md);color:#fff;background:linear-gradient(160deg,#0a2980f5,#165dffeb);flex-direction:column;justify-content:center;padding:12px 14px;display:flex}.snir-box .status-label{color:#ffffffb8}.snir-value{align-items:baseline;gap:6px;margin-top:6px;display:flex}.snir-value strong{color:#dce8ff;font-size:28px;line-height:1}.snir-value span{color:#ffffffb8;font-size:13px}.grid{grid-template-columns:1fr;gap:12px;margin-top:16px;display:grid}.info-item{border-bottom:1px solid #1d293914;padding:14px 0}.info-item:last-child{border-bottom:none;padding-bottom:0}.label{letter-spacing:.06em;color:var(--text-500);text-transform:uppercase;margin-bottom:8px;font-size:12px;display:block}.label-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.label-row .label{margin-bottom:0}.carrier-badge{border-radius:var(--radius-pill);color:var(--brand-700);background:#165dff1f;flex-shrink:0;padding:4px 10px;font-size:12px;line-height:1}.value{word-break:break-all;font-size:16px;line-height:1.6}.sub-value{color:var(--text-500);word-break:break-all;margin-top:10px;font-size:14px;line-height:1.6}.copy-row{align-items:center;gap:10px;display:flex}.copy-row .value{flex:1;min-width:0}.copy-btn{border-radius:var(--radius-pill);color:#fff;background:linear-gradient(135deg,#3f86ff,#165dff);border:none;flex-shrink:0;min-width:64px;min-height:40px;padding:0 14px;font-size:13px;font-weight:700;transition:transform .2s,opacity .2s;box-shadow:0 8px 18px #165dff2e}.copy-btn:active{transform:scale(.98)}.dealer{color:#fff;background:#12308a;border-radius:18px;margin-top:16px;padding:16px}.dealer-title{color:#ffffffb3;margin:0 0 12px;font-size:14px}.dealer-name{margin:0 0 8px;font-size:22px;line-height:1.3}.dealer-meta{color:#ffffffc7;margin:0 0 14px;font-size:13px;line-height:1.7}.dealer-phone{border-radius:var(--radius-pill);color:#0d2c78;background:linear-gradient(135deg,#dbe7ff,#8bb6ff);justify-content:center;align-items:center;min-width:64px;min-height:40px;padding:0 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.dealer-phone.disabled{opacity:.5;pointer-events:none}.footer-tip{text-align:center;color:#1d29398c;margin-top:18px;font-size:12px}@media (max-width:1200px){.dashboard-metrics,.quick-grid,.revenue-grid,.business-metric-grid,.business-action-grid,.stats-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.business-analysis-grid{grid-template-columns:1fr}.admin-sales-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes pulse-dot{0%,to{opacity:.6;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media (max-width:960px){.admin-sidebar{border-right:1px solid var(--line);border-bottom:none;width:min(280px,100vw - 32px);inset:0 auto 0 0;transform:translate(-110%);box-shadow:0 20px 40px #0f172a2e}.admin-app.sidebar-mobile-open .admin-sidebar{transform:translate(0)}.admin-sidebar-overlay{opacity:0;pointer-events:none;z-index:60;background:#0f172a3d;border:none;padding:0;transition:opacity .2s;display:block;position:fixed;inset:0}.admin-app.sidebar-mobile-open .admin-sidebar-overlay{opacity:1;pointer-events:auto}.admin-main{margin-left:0}.admin-main-inner{padding-top:76px}.admin-page-header,.section-header{flex-direction:column}.admin-page-header.dashboard-tone{padding:22px 22px 24px}.admin-page-header.dashboard-tone h1{font-size:32px}.form-grid,.stats-grid,.dashboard-metrics,.quick-grid,.revenue-grid,.stats-grid-four,.customer-summary-grid,.customer-form-overview-grid,.business-metric-grid,.business-action-grid{grid-template-columns:1fr}.order-address-head-row,.order-address-body-row,.order-address-support-row{grid-template-columns:1fr;gap:12px}.customer-filter-grid,.customer-profile-grid,.customer-metric-grid,.customer-metric-grid.service-grid,.customer-metric-grid.service-grid.channel-detail-service-grid,.customer-expanded-grid,.order-summary-grid,.order-section-grid,.service-kind-grid,.order-device-metrics{grid-template-columns:1fr}.customer-filter-toolbar,.customer-form-submit-bar,.customer-profile-head,.customer-cell-head,.customer-quick-actions.compact{flex-direction:column}.customer-filter-actions,.customer-filter-actions .primary-button,.customer-filter-actions .secondary-button,.customer-form-submit-bar .primary-button{width:100%}.customer-expanded-section.channel-detail-service-section{grid-column:auto}.service-address-head,.service-address-actions{flex-direction:column;align-items:flex-start}.detail-grid,.service-swap-grid{grid-template-columns:1fr}.bulk-toolbar{align-items:stretch}.bulk-toolbar-group,.filter-actions,.selection-search-toolbar-compact .filter-actions{width:100%}.selection-search-toolbar-controls{flex-wrap:wrap}.admin-sidebar-tool,.admin-sidebar-foot{padding-left:12px;padding-right:12px}.readonly-grid,.revenue-summary-grid,.admin-sales-summary-grid{grid-template-columns:1fr}}@media (max-width:720px){.admin-main-inner{padding:20px}.admin-page-header h1{font-size:26px}.admin-panel,.stat-card{padding:18px}.auth-card{padding:24px}.business-section-card,.business-section-card-analytics{padding:20px}.customer-form-section,.customer-filter-toolbar,.customer-summary-card,.customer-form-overview-card,.customer-expanded-detail,.customer-form-submit-bar{padding:18px}.customer-summary-actions-cell{width:auto}.business-section-copy h2{font-size:24px}.business-section-copy h3{font-size:20px}.business-metric-value{font-size:30px}.business-action-card strong,.customer-summary-card strong,.customer-form-overview-card strong,.customer-form-section-head h3{font-size:20px}}@media (min-width:400px){.device-page .card{padding:22px}.grid{grid-template-columns:1fr 1fr;gap:0 16px}.info-item.full{grid-column:1/-1}}@media (max-width:360px){.status-head{grid-template-columns:1fr}}
