:root{font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#17213a;background:#f5f7fb;font-synthesis:none;--nav: #071a38;--nav-2: #09284f;--blue: #175ee8;--blue-2: #edf4ff;--text: #17213a;--muted: #69738a;--border: #dfe4ec;--surface: #ffffff;--green: #18a567;--orange: #ee8a09;--red: #ef3e43;--purple: #7a56d8}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:#f5f7fb;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{color:inherit}button,label,select{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(23,94,232,.22);outline-offset:2px}.app-shell{min-height:100vh;display:grid;grid-template-columns:184px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:184px;background:linear-gradient(180deg,var(--nav) 0%,#061b36 100%);color:#fff;z-index:20}.brand{position:relative;height:78px;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.brand img{position:absolute;left:50%;top:50%;width:178px;height:92px;object-fit:contain;transform:translate(-50%,-50%)}.brand .logo-white{filter:grayscale(1) brightness(0) invert(1)}.brand .logo-color{clip-path:inset(0 0 58% 0)}.main-nav{display:grid;gap:12px;padding:18px 8px}.main-nav button{position:relative;height:48px;display:flex;align-items:center;gap:14px;width:100%;padding:0 17px;color:#edf4ff;border:0;border-radius:6px;background:transparent;cursor:pointer;font-weight:600;font-size:16px}.main-nav button:before{content:"";position:absolute;left:-8px;top:0;bottom:0;width:4px;background:transparent}.main-nav button:hover{background:#ffffff0f}.main-nav button.active{background:#12448d}.main-nav button.active:before{background:#2e7bff}.collapse-btn{position:absolute;bottom:24px;left:21px;width:32px;height:32px;display:grid;place-items:center;border:0;color:#fff;background:transparent;transform:rotate(180deg);cursor:pointer}.app-main{grid-column:2;min-width:0}.topbar{position:sticky;top:0;z-index:15;height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:#fffffff7;border-bottom:1px solid var(--border)}.page-heading{display:flex;align-items:center;gap:28px}.page-heading h1{margin:0;font-size:24px;letter-spacing:-.3px}.page-heading>span{display:flex;align-items:center;gap:9px;font-size:16px;color:#28334b}.topbar-actions{display:flex;align-items:center;gap:16px}.global-search,.inner-search,.toolbar-search{height:40px;display:flex;align-items:center;gap:9px;border:1px solid #ccd3dd;border-radius:7px;padding:0 12px;background:#fff;color:#7b8598}.global-search{width:282px}.global-search input,.inner-search input,.toolbar-search input{border:0;outline:0;width:100%;color:var(--text);background:transparent}.global-search input::placeholder,.inner-search input::placeholder,.toolbar-search input::placeholder{color:#7e899b}.icon-btn{position:relative;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;cursor:pointer}.icon-btn:hover{background:#f2f5fa}.icon-btn i{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:var(--red);border:2px solid #fff}.profile{border:0;background:transparent;display:flex;align-items:center;gap:9px;padding:0 4px;font-size:16px;cursor:pointer}.avatar{width:38px;height:38px;border-radius:50%;display:inline-grid;place-items:center;background:var(--blue);color:#fff;font-size:15px;font-weight:700}.avatar.small{width:32px;height:32px;font-size:12px}.app-content{min-height:calc(100vh - 76px)}.workbench-layout{min-height:calc(100vh - 76px);display:grid;grid-template-columns:350px minmax(0,1fr);background:#fff}.action-queue{border-right:1px solid var(--border);min-width:0;background:#fff}.section-title-row{height:60px;padding:0 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.section-title-row h2{font-size:19px;margin:0}.plain-icon{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#52617a;cursor:pointer;border-radius:6px}.plain-icon:hover{background:#f2f5fa}.queue-scroll{height:calc(100vh - 136px);overflow:auto;padding:0 14px 22px}.queue-group{border-bottom:1px solid var(--border);padding:9px 0}.queue-group h3{margin:0;padding:0 10px 6px;font-size:16px;line-height:28px}.queue-group h3 b{margin-left:5px;color:var(--blue);font-size:13px;font-weight:700}.queue-item{width:100%;display:block;text-align:left;border:0;border-radius:8px;background:transparent;padding:10px;cursor:pointer;position:relative}.queue-item:hover{background:#f6f8fc}.queue-item.selected{background:#edf4ff}.queue-item.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:3px;background:var(--blue)}.queue-item>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.queue-item strong{color:#123f9f;font-size:15px}.queue-item em{font-style:normal;font-weight:700;font-size:13px;color:var(--orange);white-space:nowrap}.queue-item.selected em{color:var(--red)}.queue-item p{margin:5px 0 4px;font-size:14px}.queue-item>div:last-child>span:first-child{font-size:13px;color:#39445a}.view-all{display:flex;align-items:center;gap:4px;padding:14px 10px;color:var(--blue);border:0;background:transparent;font-weight:600;cursor:pointer}.focus-panel{min-width:0;padding:22px 28px 26px;background:#fff;overflow:auto}.order-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.title-line{display:flex;align-items:center;gap:10px}.title-line h2{margin:0;font-size:24px;letter-spacing:-.25px}.order-title-row p,.detail-heading p{margin:5px 0 0;color:#303b53;font-size:16px}.order-facts{display:flex;align-items:center;gap:28px;color:#303a4e}.order-facts span{display:flex;align-items:center;gap:7px;white-space:nowrap}.tag{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:24px;padding:2px 8px;border-radius:5px;font-size:12px;line-height:18px;font-weight:650;white-space:nowrap}.tag-blue{color:#185fce;background:#edf4ff}.tag-green{color:#158253;background:#e9f8ef}.tag-orange{color:#d77400;background:#fff3e2}.tag-red{color:#dc3036;background:#feecec}.tag-purple{color:#6f4bc2;background:#f0ebff}.tag-gray{color:#667085;background:#eef1f5}.status-card,.subcard{border:1px solid var(--border);border-radius:9px;background:var(--surface)}.status-summary{min-height:112px;padding:18px 26px;display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;align-items:start;border-bottom:1px solid var(--border)}.status-summary>div{min-width:0}.status-summary label{display:block;margin-bottom:11px;color:#3c465c;font-size:13px;font-weight:600}.status-summary small{display:block;color:#788398;margin:-1px 0 0 50px;font-size:12px}.stage-value,.person,.value-row{display:flex;align-items:center;gap:10px;margin:0}.stage-icon,.coin-icon,.stage-badge{width:38px;height:38px;border-radius:50%;display:inline-grid;place-items:center;flex:0 0 auto;background:var(--blue);color:#fff}.stage-value strong{font-size:17px}.person strong,.value-row{font-size:14px}.risk-cell{border-left:1px solid var(--border);padding-left:24px}.risk-dot{width:12px;height:12px;border-radius:50%;background:var(--orange)}.progress-track{min-height:132px;padding:22px 42px 16px;display:grid;grid-template-columns:repeat(5,1fr)}.progress-step{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;color:#344056}.progress-step:before,.progress-step:after{content:"";position:absolute;top:19px;height:2px;background:#d9dee7;width:50%;z-index:0}.progress-step:before{left:0}.progress-step:after{right:0}.progress-step:first-child:before,.progress-step:last-child:after{display:none}.progress-step.current:before,.progress-step.current:after{background:var(--blue)}.progress-step.current+.progress-step:before{background:var(--blue)}.step-circle{z-index:1;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid #cbd2dd;background:#fff;color:#6e778a}.progress-step.current .step-circle{border-color:var(--blue);background:var(--blue);color:#fff}.progress-step strong{font-size:13px}.progress-step span{font-size:12px;color:#6f7b90}.progress-step.current span{color:var(--blue)}.review-grid{display:grid;grid-template-columns:1.45fr .8fr .9fr;gap:12px;margin:12px 0}.subcard{padding:14px}.subcard h3{margin:0;font-size:16px}.subcard-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.subcard-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}.mini-table-head,.mini-table-row{display:grid;grid-template-columns:1.25fr .8fr .72fr;gap:10px;align-items:center;min-height:36px;font-size:12px}.mini-table-head{color:#7a8496;border-bottom:1px solid var(--border)}.mini-table-row{border-bottom:1px solid #edf0f4}.mini-table-row>span:nth-child(2),.check-line{display:flex;align-items:center;gap:5px}.ok{color:var(--green)!important}.warn{color:var(--orange)!important}.text-link{display:inline-flex;align-items:center;gap:2px;border:0;background:transparent;color:var(--blue);font-size:13px;font-weight:600;padding:0;cursor:pointer}.documents-card>.text-link,.auto-card>.text-link{margin-top:12px}.check-line{justify-content:flex-start;color:#28334b;font-size:13px;margin:28px 0}.check-line .tag{margin-left:auto}.action-card{padding:10px;border:1px solid var(--border);border-radius:9px}.primary-action,.secondary-action,.primary,.secondary{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-weight:650;cursor:pointer}.primary-action{width:100%;border:1px solid var(--blue);background:var(--blue);color:#fff}.primary-action:disabled,.primary:disabled{opacity:.55;cursor:not-allowed}.secondary-action{width:100%;margin-top:9px;border:1px solid var(--blue);background:#fff;color:var(--blue)}.action-card h4{margin:16px 0 7px;font-size:14px}.timeline-mini{position:relative;display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:7px;align-items:start;min-height:47px;font-size:11px}.timeline-mini i{width:7px;height:7px;border:2px solid var(--blue);border-radius:50%;margin-top:4px}.timeline-mini p{display:flex;flex-direction:column;margin:0}.timeline-mini p span,.timeline-mini time{color:#7a8496}.container-card.compact{padding:10px 14px}.container-card .subcard-heading{margin-bottom:4px}.data-table{overflow:hidden}.data-table .table-head,.data-table .table-row{display:grid;align-items:center;border-bottom:1px solid #e7eaf0}.data-table .table-head{min-height:34px;background:#f8f9fb;color:#697489;font-size:12px;font-weight:600}.data-table .table-row{min-height:36px;color:#263149;font-size:12px}.data-table .table-row:last-child{border-bottom:0}.data-table .table-head>span,.data-table .table-row>span{padding:7px 10px;min-width:0}.container-grid .table-head,.container-grid .table-row{grid-template-columns:1.1fr .8fr 1fr 1.25fr .75fr}.green-text{color:var(--green)}.blue-text{color:var(--blue)}.finance-reminder{margin-top:12px;min-height:64px;display:grid;grid-template-columns:34px 70px 1.2fr 1.1fr 1fr auto 28px;align-items:center;gap:8px;padding:10px 16px;border:1px solid var(--border);border-radius:9px;font-size:12px}.coin-icon{width:30px;height:30px;background:#fff1d8;color:var(--orange)}.finance-reminder b{font-size:14px}.finance-reminder>span:not(.tag){color:#677286}.finance-reminder>button{border:0;background:transparent;cursor:pointer}.page-pad{padding:24px 28px 42px}.page-intro,.detail-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.page-intro h2,.detail-heading h2,.entity-head h2,.settings-nav h2{margin:0;font-size:22px}.page-intro p,.entity-head p,.settings-nav>p{margin:6px 0 0;color:var(--muted);font-size:14px}.primary,.secondary{border:1px solid var(--blue);padding:0 18px;background:var(--blue);color:#fff}.secondary{background:#fff;color:#29415f;border-color:#cbd2dd}.primary.compact,.secondary.compact{min-height:38px;padding:0 14px}.primary.square{width:40px;height:40px;min-height:40px;padding:0}.stage-tabs{display:flex;align-items:stretch;overflow-x:auto;border:1px solid var(--border);border-bottom:0;border-radius:9px 9px 0 0;background:#fff}.stage-tabs button{min-width:max-content;height:54px;padding:0 14px;border:0;border-bottom:3px solid transparent;background:transparent;font-weight:600;color:#48536a;cursor:pointer}.stage-tabs button b{margin-left:4px;color:#8490a2;font-size:12px}.stage-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.stage-tabs button.active b{color:var(--blue)}.toolbar,.finance-toolbar{display:flex;align-items:center;gap:10px;padding:16px;border:1px solid var(--border);background:#fff}.toolbar-search{width:310px;height:38px}.select-btn{height:38px;display:inline-flex;align-items:center;gap:7px;border:1px solid #cfd5df;border-radius:6px;background:#fff;padding:0 12px;color:#49566c;cursor:pointer}.toolbar-spacer{flex:1}.switch-label{display:flex;align-items:center;gap:9px;font-size:13px}.switch{width:40px;height:22px;padding:2px;border:0;border-radius:20px;background:#d8dee7;cursor:pointer;transition:.2s}.switch i{display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:.2s;box-shadow:0 1px 3px #00000026}.switch.on{background:var(--blue)}.switch.on i{transform:translate(18px)}.orders-table{border:1px solid var(--border);border-top:0;background:#fff}.orders-table .table-head,.orders-table .table-row{grid-template-columns:1.45fr .8fr 1fr .48fr 1.35fr .65fr .65fr .8fr}.orders-table .table-head{min-height:46px}.orders-table .table-row{min-height:65px}.order-row{width:100%;text-align:left;border:0;background:#fff;cursor:pointer}.order-row:hover{background:#f8fbff}.order-row>span{display:flex;flex-direction:column;gap:5px}.order-row>span:last-child{flex-direction:row;align-items:center;justify-content:space-between;color:#6c778a}.order-row small{color:#7a8495}.orders-table.simple .order-row{min-height:50px}.back-link{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#536078;padding:0;margin-bottom:16px;cursor:pointer}.detail-heading{margin-bottom:15px}.detail-heading>div:last-child{display:flex;gap:8px}.detail-tabs{display:flex;gap:26px;height:49px;border-bottom:1px solid var(--border);margin-bottom:18px}.detail-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;color:#556076;padding:0 2px;font-weight:600;cursor:pointer}.detail-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 276px;gap:14px}.detail-main{display:grid;gap:14px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.overview-status .progress-track{min-height:112px;padding:12px 30px 5px}.info-list dl{margin:11px 0 0}.info-list dl>div{display:grid;grid-template-columns:110px 1fr;gap:14px;min-height:34px;align-items:center;border-bottom:1px solid #eef1f4;font-size:13px}.info-list dt{color:#798397}.info-list dd{margin:0;font-weight:550}.activity-list>div{position:relative;display:grid;grid-template-columns:14px 1fr;gap:8px;min-height:51px}.activity-list>div:before{content:"";position:absolute;left:4px;top:12px;bottom:-4px;width:1px;background:#dce2ea}.activity-list>div:last-child:before{display:none}.activity-list i{z-index:1;width:9px;height:9px;border-radius:50%;border:2px solid #aab3c1;background:#fff;margin-top:4px}.activity-list i.active{border-color:var(--blue)}.activity-list p{margin:0;display:flex;flex-direction:column;font-size:13px}.activity-list p span{color:#7b8597;font-size:12px;margin-top:4px}.detail-side{display:flex;flex-direction:column;gap:14px}.task-card{display:flex;align-items:flex-start;flex-direction:column;gap:12px}.task-card>strong{font-size:17px}.task-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.task-card .primary{width:100%}.quick-card>button{width:100%;min-height:45px;display:grid;grid-template-columns:24px 1fr 18px;align-items:center;text-align:left;border:0;border-bottom:1px solid #edf0f4;background:transparent;cursor:pointer;color:#334058}.documents-view,.containers-view,.fees-view,.prebill-view{display:grid;gap:14px}.doc-table .table-head,.doc-table .table-row{grid-template-columns:1.3fr .8fr .5fr .8fr .9fr .8fr .4fr}.doc-table .table-row{min-height:50px}.do-builder{display:grid;grid-template-columns:minmax(320px,1fr) .8fr auto;gap:20px;align-items:center}.do-builder>div:first-child{display:grid;grid-template-columns:42px 1fr}.do-builder .stage-icon{grid-row:1 / 3}.do-builder h3{align-self:end}.do-builder p{margin:2px 0 0;color:var(--muted);font-size:13px}.do-progress{display:flex;align-items:center;gap:9px}.do-progress>span{flex:1;height:8px;border-radius:8px;overflow:hidden;background:#e7ebf1}.do-progress i{display:block;height:100%;background:var(--blue)}.kpi-row,.customer-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.kpi-card{min-height:104px;padding:18px;display:flex;align-items:flex-start;gap:13px;border:1px solid var(--border);border-radius:9px;background:#fff}.kpi-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#edf4ff;color:var(--blue);flex:0 0 auto}.kpi-icon.orange{color:var(--orange);background:#fff3e2}.kpi-icon.purple{color:var(--purple);background:#f0ebff}.kpi-icon.green{color:var(--green);background:#e9f8ef}.kpi-card p{margin:0 0 6px;color:#697489;font-size:12px}.kpi-card strong{display:block;font-size:22px;line-height:1;margin-bottom:8px}.kpi-card div>span{color:#8992a2;font-size:11px}.journey-row{display:grid;grid-template-columns:190px 1fr auto;gap:22px;align-items:center;min-height:86px;border-bottom:1px solid var(--border)}.journey-row:last-child{border-bottom:0}.journey-row>div:first-child{display:flex;flex-direction:column;gap:6px}.journey-row>div:first-child span{color:#737f92;font-size:12px}.micro-steps{display:flex;align-items:center}.micro-steps span{min-width:56px;display:flex;align-items:center;justify-content:center;gap:4px;color:#8a94a5;font-size:12px}.micro-steps span.done{color:var(--green)}.micro-steps span.current{color:var(--blue);font-weight:650}.micro-steps i{flex:1;height:1px;background:#dce1e8}.fees-table .table-head,.fees-table .table-row{grid-template-columns:1fr 1.3fr 1fr .8fr .55fr .85fr .4fr}.fees-table .table-row{min-height:52px}.prebill-status{min-height:90px;display:grid;grid-template-columns:44px 1fr 1.5fr;gap:15px;align-items:center;padding:14px 18px;border:1px solid var(--border);border-radius:9px;background:#fff}.stage-badge{width:42px;height:42px;border-radius:9px}.prebill-status h3{margin:0 0 5px}.prebill-status p{margin:0;color:var(--muted);font-size:12px}.prebill-flow{display:flex;align-items:center}.prebill-flow span{color:#798397;font-size:12px;white-space:nowrap}.prebill-flow span.done{color:var(--green);font-weight:650}.prebill-flow i{flex:1;height:1px;background:#d9dfe7;margin:0 8px}.prebill-columns{display:grid;grid-template-columns:1.3fr .7fr;gap:14px}.bill-lines>div{min-height:50px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9edf2;font-size:13px}.bill-lines .bill-total{min-height:66px}.bill-total strong{font-size:19px;color:var(--blue)}.prebill-rule{display:flex;flex-direction:column;gap:12px}.prebill-rule p{display:flex;align-items:center;gap:7px;margin:2px 0;font-size:13px}.prebill-rule .primary,.prebill-rule .secondary{width:100%}.split-page{min-height:calc(100vh - 76px);display:grid;grid-template-columns:350px minmax(0,1fr)}.entity-list{background:#fff;border-right:1px solid var(--border)}.entity-head{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 22px}.entity-list .inner-search{margin:0 16px 14px}.customer-list{border-top:1px solid var(--border)}.customer-list>button{width:100%;min-height:100px;display:flex;flex-direction:column;gap:7px;text-align:left;padding:14px 18px;border:0;border-bottom:1px solid var(--border);background:#fff;cursor:pointer}.customer-list>button:hover,.customer-list>button.selected{background:#f1f6ff}.customer-list>button.selected{border-left:3px solid var(--blue);padding-left:15px}.customer-list button>div{display:flex;align-items:center;justify-content:space-between}.customer-list button>span,.customer-list button>small{color:#6f7a8f;font-size:12px}.entity-detail{padding:24px 28px}.customer-kpis{grid-template-columns:repeat(3,1fr)}.customer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.customer-grid>.subcard:last-child{grid-column:1 / -1}.customer-docs>div:not(.subcard-heading){min-height:58px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #edf0f4}.file-badge{width:32px;height:32px;display:grid;place-items:center;border-radius:6px;background:#edf4ff;color:var(--blue)}.customer-docs p{margin:0;display:flex;flex-direction:column;font-size:13px}.customer-docs p span{color:#7b8697;font-size:11px;margin-top:4px}.customer-orders>div{min-height:56px;display:grid;grid-template-columns:1fr auto 90px;align-items:center;gap:12px;border-bottom:1px solid #edf0f4;font-size:12px}.customer-orders>div>div{display:flex;flex-direction:column;gap:4px}.customer-orders>div>div span,.customer-orders>div>span{color:#768194}.empty-row{display:grid!important;place-items:center;color:#7a8598}.finance-page .kpi-row{margin-bottom:18px}.finance-work{padding:0}.finance-tabs{height:58px;display:flex;align-items:stretch;gap:26px;padding:0 20px;border-bottom:1px solid var(--border)}.finance-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;font-weight:650;color:#4f5a70;cursor:pointer}.finance-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.finance-tabs b{min-width:20px;height:20px;display:inline-grid;place-items:center;margin-left:7px;border-radius:10px;background:#eef2f7;font-size:11px}.finance-tabs .active b{background:#e8f0ff}.finance-toolbar{border:0;border-bottom:1px solid var(--border)}.finance-table .table-head,.finance-table .table-row{grid-template-columns:1.1fr 1.1fr .8fr 1.25fr .9fr .8fr .85fr .7fr}.finance-table .table-row{min-height:58px}.row-action{min-height:32px;padding:0 10px;border:1px solid #b7c2d2;border-radius:5px;background:#fff;color:var(--blue);font-size:12px;cursor:pointer}.row-action:disabled{color:#8791a1;cursor:default;background:#f4f6f8}.settings-layout{min-height:calc(100vh - 76px);display:grid;grid-template-columns:258px minmax(0,1fr)}.settings-nav{padding:26px 16px;background:#fff;border-right:1px solid var(--border)}.settings-nav h2,.settings-nav>p{padding:0 8px}.settings-nav>p{margin-bottom:22px}.settings-nav button{width:100%;height:46px;display:grid;grid-template-columns:24px 1fr 18px;align-items:center;text-align:left;gap:8px;border:0;border-radius:6px;background:transparent;color:#4b576d;padding:0 11px;cursor:pointer}.settings-nav button:hover{background:#f5f7fa}.settings-nav button.active{background:#edf4ff;color:var(--blue);font-weight:650}.settings-content{padding:26px 28px}.rule-summary{min-height:58px;display:flex;align-items:center;gap:28px;margin-bottom:14px;padding:0 16px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:13px}.rule-summary>span{display:flex;align-items:center;gap:8px;color:#667286}.rule-summary strong{color:var(--text)}.rule-summary .text-link{margin-left:auto}.rule-card{padding:0}.rule-table .table-head,.rule-table .table-row{grid-template-columns:1.15fr .9fr .65fr 1.35fr .55fr .8fr .55fr .45fr}.rule-table .table-row{min-height:62px}.override-note{min-height:78px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin-top:14px;padding:12px 16px;border:1px solid #f4d9ac;border-radius:8px;background:#fffaf2}.override-note p{margin:5px 0 0;color:#766d60;font-size:12px}.generic-settings{padding:0}.generic-table .table-head,.generic-table .table-row{grid-template-columns:1.2fr 1.2fr 1fr .65fr .45fr}.generic-table .table-row{min-height:60px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#07122675}.modal{width:620px;border-radius:10px;background:#fff;box-shadow:0 22px 70px #07142847}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--border)}.modal-head h3{margin:0}.modal-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.modal-head>button{border:0;background:transparent;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.form-grid label.full{grid-column:1 / -1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #cbd2dd;border-radius:6px;padding:0 10px;min-height:40px;color:var(--text);background:#fff}.form-grid textarea{min-height:76px;padding-top:10px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:15px 22px;border-top:1px solid var(--border)}.toast{position:fixed;z-index:200;right:24px;bottom:24px;min-width:320px;max-width:480px;min-height:52px;display:grid;grid-template-columns:24px 1fr 22px;align-items:center;gap:9px;padding:10px 14px;border:1px solid #bbdfcc;border-radius:8px;background:#f2fbf6;color:#146c46;box-shadow:0 14px 38px #0f2d4e2e;font-size:13px}.toast>button{border:0;background:transparent;color:#146c46;cursor:pointer}.customer-shell{min-height:100vh;display:grid;grid-template-columns:212px minmax(0,1fr)}.customer-sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:212px;color:#fff;background:var(--nav)}.customer-brand{height:102px;border-bottom:1px solid rgba(255,255,255,.09)}.customer-brand .brand{height:72px;border:0}.customer-brand .brand img{width:185px}.customer-brand>span{display:block;margin:-8px 0 0;color:#9fb7d7;font-size:12px;font-weight:650;letter-spacing:2px;text-align:center}.customer-nav{display:grid;gap:8px;padding:20px 10px}.customer-nav button{position:relative;width:100%;height:48px;display:flex;align-items:center;gap:13px;padding:0 17px;border:0;border-radius:6px;color:#d9e6f7;background:transparent;cursor:pointer;font-weight:600;font-size:15px}.customer-nav button:before{content:"";position:absolute;inset:0 auto 0 -10px;width:4px;background:transparent}.customer-nav button:hover{background:#ffffff0f}.customer-nav button.active{color:#fff;background:#12448d}.customer-nav button.active:before{background:#2e7bff}.customer-support-card{position:absolute;left:14px;right:14px;bottom:78px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0d}.customer-support-card>svg{color:#67a2ff;margin-bottom:3px}.customer-support-card strong{font-size:14px}.customer-support-card span{color:#91a6c2;font-size:11px}.customer-support-card b{color:#e7eef8;font-size:11px;font-weight:550;line-height:1.45}.customer-main{grid-column:2;min-width:0}.customer-topbar{position:sticky;top:0;z-index:15;height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fffffff7}.customer-content{min-height:calc(100vh - 76px)}.customer-page{padding:24px 28px 44px}.customer-page>.page-intro{margin-bottom:18px}.customer-welcome{position:relative;min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 28px 22px 31px;margin-bottom:16px;overflow:hidden;border:1px solid #cfdaea;border-radius:9px;background:#fff}.customer-welcome:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--blue)}.eyebrow{display:block;margin-bottom:8px;color:var(--blue);font-size:12px;font-weight:700}.customer-welcome h2{margin:0;font-size:25px}.customer-welcome p{margin:8px 0 0;color:var(--muted);font-size:14px}.welcome-summary{display:flex;align-items:center;gap:14px}.welcome-summary span{min-width:150px;height:65px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid var(--border);color:#667287;font-size:12px}.welcome-summary b{margin-bottom:4px;color:var(--text);font-size:25px}.customer-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.customer-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;margin-bottom:14px}.customer-tasks{padding:0}.customer-tasks>.subcard-heading{min-height:66px;padding:12px 18px;margin:0;border-bottom:1px solid var(--border)}.customer-task{min-height:74px;display:grid;grid-template-columns:38px minmax(0,1fr) auto 118px;align-items:center;gap:12px;padding:10px 18px;border-bottom:1px solid #edf0f4}.customer-task:last-child{border-bottom:0}.customer-task.urgent{background:snow}.customer-task.complete{background:#f8fdf9}.customer-task>div{display:flex;flex-direction:column;gap:5px}.customer-task p{margin:0;color:#778296;font-size:12px}.task-symbol{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;color:var(--red);background:#feecec}.task-symbol.orange{color:var(--orange);background:#fff3e2}.task-symbol.purple{color:var(--purple);background:#f0ebff}.customer-contact{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}.contact-avatar{width:52px;height:52px;display:grid;place-items:center;margin-bottom:9px;border-radius:50%;color:#fff;background:var(--blue);font-weight:750}.customer-contact h3{margin-top:14px;font-size:14px;color:#697489}.customer-contact>strong{margin-top:7px;font-size:18px}.customer-contact p{color:var(--muted);font-size:12px;line-height:1.6}.customer-contact .secondary{width:100%;margin-top:auto}.customer-active-orders{padding:0}.customer-active-orders>.subcard-heading{min-height:65px;margin:0;padding:12px 18px;border-bottom:1px solid var(--border)}.customer-order-list>button{width:100%;min-height:72px;display:grid;grid-template-columns:1.35fr .42fr 1.2fr 1fr 24px;align-items:center;gap:14px;padding:10px 18px;border:0;border-bottom:1px solid #edf0f4;background:#fff;text-align:left;cursor:pointer}.customer-order-list>button:hover{background:#f8fbff}.customer-order-list>button:last-child{border-bottom:0}.customer-order-list span{display:flex;flex-direction:column;gap:5px;min-width:0}.customer-order-list small{color:#778296;font-size:11px}.customer-order-list b{font-size:18px}.customer-filter-tabs{height:50px;display:flex;align-items:stretch;gap:24px;padding:0 18px;border:1px solid var(--border);border-bottom:0;border-radius:9px 9px 0 0;background:#fff}.customer-filter-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;color:#556076;font-weight:650;cursor:pointer}.customer-filter-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.customer-filter-tabs b{margin-left:6px;color:#8490a2;font-size:11px}.customer-orders-table,.customer-document-table,.customer-bill-table{padding:0;border-radius:0 0 9px 9px}.customer-orders-table .table-head,.customer-orders-table .table-row{grid-template-columns:1.3fr .8fr .75fr .45fr 1.25fr 1.1fr .7fr .25fr}.customer-orders-table .table-row{width:100%;min-height:67px;border:0;border-bottom:1px solid #e7eaf0;background:#fff;text-align:left;cursor:pointer}.customer-orders-table .table-row:hover,.customer-bill-table .table-row:hover{background:#f8fbff}.customer-orders-table .table-row>span:first-child{display:flex;flex-direction:column;gap:5px}.customer-orders-table small{color:#7a8495}.customer-order-grid{display:grid;grid-template-columns:minmax(0,1fr) 272px;gap:14px}.customer-container-summary{padding:0 14px}.customer-container-summary>.subcard-heading{min-height:55px;margin:0}.customer-container-summary>.subcard-heading>span{color:var(--muted);font-size:12px}.customer-container-summary>div:not(.subcard-heading){min-height:58px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border-top:1px solid #edf0f4}.customer-container-summary>div>div{display:flex;flex-direction:column;gap:4px}.customer-container-summary small{color:var(--muted);font-size:11px}.customer-order-detail .task-card .secondary{width:100%}.privacy-note{display:grid;grid-template-columns:28px 1fr;gap:10px;color:#46607e;background:#f8fbff}.privacy-note p{margin:5px 0 0;color:#6c7890;font-size:12px;line-height:1.5}.customer-doc-detail{padding:0 16px}.customer-doc-detail>.subcard-heading{min-height:68px;margin:0}.customer-doc-row{min-height:66px;display:grid;grid-template-columns:34px 1.4fr .35fr .65fr .7fr .7fr;align-items:center;gap:12px;border-top:1px solid #edf0f4;font-size:12px}.customer-doc-row>div{display:flex;flex-direction:column;gap:5px}.customer-doc-row small{color:var(--muted)}.customer-document-table .table-head,.customer-document-table .table-row{grid-template-columns:1.05fr 1.05fr .5fr .6fr 1.55fr .65fr .45fr}.customer-document-table .table-row{min-height:64px}.customer-document-table .table-row>span:first-child{display:flex;align-items:center;gap:9px}.customer-document-table .table-row>span:nth-child(5){color:#667287}.customer-order-payments{display:grid;gap:14px}.payment-explainer{min-height:72px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:12px 16px;border:1px solid #f0d7ac;border-radius:8px;background:#fffaf2}.payment-explainer strong{color:#554832;font-size:14px}.payment-explainer p{margin:5px 0 0;color:#776b58;font-size:12px;line-height:1.5}.payment-explainer.page-explainer,.payment-kpis{margin-bottom:14px}.customer-payment-table{padding:0}.customer-payment-table .table-head,.customer-payment-table .table-row{grid-template-columns:1fr 1.25fr .8fr .75fr 1.25fr .7fr .65fr}.customer-payment-table.page-payment-table{border-radius:0 0 9px 9px}.customer-payment-table.page-payment-table .table-head,.customer-payment-table.page-payment-table .table-row{grid-template-columns:1fr 1fr 1.15fr .8fr .72fr 1.2fr .72fr .64fr}.customer-payment-table .table-row{min-height:68px}.customer-payment-table .table-row>span:first-child,.customer-payment-table.page-payment-table .table-row>span:nth-child(2){display:flex;flex-direction:column;gap:5px}.customer-payment-table small{color:var(--muted);font-size:11px}.customer-payment-table .warn{font-size:11px;line-height:1.45}.customer-payment-table .ok{font-size:11px}.payment-empty{min-height:150px}.customer-payment-modal{width:720px}.modal-title-line{display:flex;align-items:center;gap:10px}.payment-modal-body{display:grid;grid-template-columns:190px 1fr;gap:16px;padding:20px 22px}.payment-amount-card{min-height:142px;display:flex;flex-direction:column;justify-content:center;padding:18px;border-radius:8px;color:#fff;background:var(--nav-2)}.payment-amount-card span{color:#aebed3;font-size:12px}.payment-amount-card strong{margin:8px 0;font-size:23px}.payment-amount-card small{color:#d5dfeb;font-size:11px}.payment-instructions{border:1px solid var(--border);border-radius:8px;padding:8px 15px}.payment-instructions>div{min-height:41px;display:grid;grid-template-columns:104px 1fr;align-items:center;gap:10px;border-bottom:1px solid #edf0f4;font-size:12px}.payment-instructions>div:last-child{border-bottom:0}.payment-instructions span{color:var(--muted)}.payment-safety{grid-column:1 / -1;display:grid;grid-template-columns:24px 1fr;gap:8px;padding:11px 13px;color:#5b6d82;background:#f5f8fc}.payment-safety p{margin:0;font-size:11px;line-height:1.55}.payment-proof-drop{grid-column:1 / -1}.payment-waiting{grid-column:1 / -1;min-height:92px;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding:15px;border:1px solid #cbdcf5;border-radius:8px;color:var(--blue);background:#f4f8ff}.payment-waiting.confirmed{color:var(--green);border-color:#bbdfcc;background:#f2fbf6}.payment-waiting p{margin:5px 0 0;color:var(--muted);font-size:12px}.modal-spacer{flex:1}.bill-kpis{grid-template-columns:repeat(3,1fr)}.customer-bill-table .table-head,.customer-bill-table .table-row{grid-template-columns:1.1fr 1fr .75fr .75fr 1fr .75fr .3fr}.customer-bill-table .table-row{width:100%;min-height:62px;border:0;border-bottom:1px solid #e7eaf0;background:#fff;text-align:left;cursor:pointer}.bill-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px}.bill-sheet{padding:0;overflow:hidden}.bill-sheet-head{min-height:110px;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;color:#fff;background:var(--nav-2)}.bill-sheet-head h3{margin:4px 0;color:#fff;font-size:22px}.bill-sheet-head p{margin:0;color:#b9cae0;font-size:12px}.bill-sheet-head>div:last-child{display:grid;grid-template-columns:auto auto;gap:5px 16px;text-align:right;font-size:12px}.bill-sheet-head small{color:#9fb3cf}.bill-party{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:18px 22px;border-bottom:1px solid var(--border)}.bill-party>div{display:flex;flex-direction:column;gap:5px}.bill-party small,.bill-party span{color:var(--muted);font-size:11px}.bill-line-table .table-head,.bill-line-table .table-row{grid-template-columns:1.4fr .8fr .55fr .8fr}.bill-line-table .table-head>span,.bill-line-table .table-row>span{padding-left:22px}.bill-line-table .table-row{min-height:50px}.bill-line-table .table-row>span:not(:first-child){text-align:right;padding-right:22px}.bill-summary{width:380px;margin-left:auto;padding:13px 22px 20px}.bill-summary>div{min-height:34px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.bill-summary .grand-total{min-height:54px;margin-top:7px;border-top:1px solid var(--border)}.bill-summary .grand-total strong{color:var(--blue);font-size:20px}.bill-note{display:grid;grid-template-columns:24px 1fr;gap:8px;margin:0 22px 20px;padding:12px;color:#6b5d43;background:#fff8ed}.bill-note p{margin:0;font-size:11px;line-height:1.55}.bill-decision{align-self:start;display:flex;flex-direction:column;gap:12px;padding:18px}.bill-decision>p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.confirm-checks{display:grid;gap:10px;padding:13px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.confirm-checks span{display:flex;align-items:center;gap:7px;color:#405068;font-size:12px}.confirm-checks svg{color:var(--green)}.bill-decision .primary,.bill-decision .secondary{width:100%}.secondary.danger{color:var(--red);border-color:#f0afb1}.decision-result{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.decision-result.success{color:var(--green)}.decision-result.returned{color:var(--red)}.decision-result p{margin:0;color:var(--muted);font-size:12px}.decision-contact{display:flex;flex-direction:column;gap:5px;margin-top:8px;padding-top:14px;border-top:1px solid #edf0f4}.decision-contact>span,.decision-contact small{color:var(--muted);font-size:11px}.decision-contact .text-link{margin-top:5px}.reject-form,.upload-form{display:grid;gap:14px;padding:20px 22px}.reject-form label,.upload-form label>span{color:#3d485e;font-size:13px;font-weight:650}.reject-form textarea,.upload-form select,.upload-form textarea{width:100%;min-height:42px;padding:10px;border:1px solid #cbd2dd;border-radius:6px;color:var(--text);background:#fff;resize:vertical}.reject-form textarea{min-height:104px}.reject-form>span{color:var(--red);font-size:11px}.danger-fill{border-color:var(--red);background:var(--red)}.upload-form{grid-template-columns:1fr 1fr}.upload-form>label{display:flex;flex-direction:column;gap:7px}.upload-form>label:last-child,.upload-drop{grid-column:1 / -1}.upload-form textarea{min-height:72px}.upload-drop{position:relative;min-height:138px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px dashed #aeb9ca;border-radius:8px;color:var(--blue);background:#f8fbff;cursor:pointer}.upload-drop strong{font-size:13px}.upload-drop>span{color:var(--muted)!important;font-size:11px!important;font-weight:400!important}.upload-drop input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.queue-title-actions{display:flex;align-items:center;gap:8px}.exception-launch{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #f0b9bb;border-radius:5px;color:var(--red);background:#fff7f7;font-size:12px;font-weight:650;cursor:pointer}.exception-launch b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--red);font-size:11px}.exception-page{max-width:1540px;margin:0 auto}.exception-intro{margin-bottom:14px}.exception-intro .title-line h2{margin:0}.exception-kpis{margin-bottom:14px}.exception-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:14px;align-items:start}.exception-list-card{padding:0;overflow:hidden}.exception-filter-tabs{display:flex;align-items:center;gap:2px;overflow-x:auto;padding:0 10px;border-bottom:1px solid var(--border)}.exception-filter-tabs button{min-width:max-content;height:46px;padding:0 9px;border:0;border-bottom:3px solid transparent;color:#59657a;background:transparent;font-size:12px;font-weight:650;cursor:pointer}.exception-filter-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.exception-filter-tabs b{margin-left:4px;color:#8a94a4;font-size:10px}.exception-list{max-height:720px;overflow-y:auto}.exception-list>button{width:100%;min-height:126px;display:flex;flex-direction:column;gap:7px;padding:13px 15px;border:0;border-bottom:1px solid var(--border);color:var(--text);background:#fff;text-align:left;cursor:pointer}.exception-list>button:hover,.exception-list>button.selected{background:#f3f7fd}.exception-list>button.selected{box-shadow:inset 3px 0 var(--blue)}.exception-list-head,.exception-list>button>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.exception-list p{margin:0;font-size:13px;font-weight:650}.exception-list>button>span,.exception-list small{color:var(--muted);font-size:11px}.exception-empty{min-height:180px}.exception-detail{min-width:0;display:grid;gap:14px}.exception-hero{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}.exception-hero h3{margin:0;font-size:20px}.exception-hero p{margin:7px 0 0;color:var(--muted);font-size:12px}.exception-hero-actions{display:flex;gap:8px}.exception-summary-grid{display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:14px}.exception-summary-main{padding-bottom:12px}.exception-description{margin:2px 0 15px;color:#354158;font-size:14px;line-height:1.65}.exception-facts{margin:0;display:grid;grid-template-columns:1fr 1fr;column-gap:26px}.exception-facts>div{min-height:46px;display:grid;grid-template-columns:88px 1fr;align-items:center;gap:8px;border-top:1px solid #edf0f4;font-size:12px}.exception-facts dt{color:var(--muted)}.exception-facts dd{margin:0;line-height:1.45}.exception-cost{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:9px;color:#fff;background:var(--nav-2)}.exception-cost>span{color:#aebed3;font-size:12px}.exception-cost>strong{font-size:24px}.exception-cost>small{color:#d5dfeb}.exception-cost>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.milestone-card{padding-bottom:16px}.milestone-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding-top:6px}.milestone{position:relative;min-height:84px;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;align-content:center;column-gap:9px;padding:8px 12px;border-right:1px solid var(--border)}.milestone:last-child{border-right:0}.milestone>span{grid-row:1 / 3;width:28px;height:28px;display:grid;place-items:center;border:2px solid #b6bfcd;border-radius:50%;color:#737f92;background:#fff;font-size:11px;font-weight:700}.milestone strong{font-size:12px}.milestone small{margin-top:5px;color:var(--muted)}.milestone.done>span{color:#fff;border-color:var(--green);background:var(--green)}.milestone.danger>span{color:#fff;border-color:var(--red);background:var(--red)}.milestone.danger small{color:var(--red);font-weight:650}.followup-card{padding-bottom:12px}.followup-timeline>div{display:grid;grid-template-columns:92px 14px 1fr;gap:9px;min-height:62px}.followup-timeline time{color:var(--muted);font-size:11px;padding-top:3px;text-align:right}.followup-timeline i{position:relative;width:10px;height:10px;margin-top:3px;border:2px solid #9ba6b7;border-radius:50%;background:#fff}.followup-timeline i:after{content:"";position:absolute;left:2px;top:9px;width:1px;height:50px;background:#dfe4eb}.followup-timeline>div:last-child i:after{display:none}.followup-timeline .fresh i{border-color:var(--blue)}.followup-timeline strong{font-size:13px}.followup-timeline p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.exception-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:10px;border-top:1px solid #edf0f4}.exception-modal{width:680px}.order-exceptions-view{display:grid;gap:14px}.exception-order-note{min-height:68px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:9px;padding:11px 15px;border:1px solid #f1c4c5;border-radius:8px;color:var(--red);background:#fff7f7}.exception-order-note p{margin:4px 0 0;color:#795d62;font-size:12px}.exception-detail.embedded .exception-hero{border-color:#f1c4c5}.no-exception{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green);text-align:center}.no-exception h3{margin:12px 0 5px;color:var(--text)}.no-exception p{margin:0;color:var(--muted)}.exception-rule-table .table-head,.exception-rule-table .table-row{grid-template-columns:1.3fr 1fr .7fr .9fr .8fr .5fr .45fr}.exception-rule-table .table-row{min-height:62px}.customer-exception-banner{min-height:96px;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;padding:16px;border:1px solid #efb7b9;border-radius:8px;color:var(--red);background:#fff7f7}.customer-exception-banner .title-line{justify-content:space-between}.customer-exception-banner p{margin:8px 0 5px;color:#614a50;font-size:13px;line-height:1.55}.customer-exception-banner small{color:#897277;font-size:11px}@media(max-width:1320px){body{min-width:1024px}.app-shell{grid-template-columns:164px minmax(0,1fr)}.sidebar{width:164px}.workbench-layout{grid-template-columns:318px minmax(0,1fr)}.focus-panel{padding-left:20px;padding-right:20px}.order-facts{gap:14px;font-size:12px}.review-grid{grid-template-columns:1.3fr .8fr}.action-card{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.action-card .secondary-action{margin-top:0}.action-card h4,.action-card .timeline-mini,.action-card>.text-link{display:none}.status-summary{grid-template-columns:1.2fr .8fr .8fr}.status-summary .risk-cell{display:none}.finance-reminder{grid-template-columns:34px 70px 1.1fr 1fr auto 28px}.finance-reminder>span:nth-of-type(2){display:none}.customer-shell{grid-template-columns:190px minmax(0,1fr)}.customer-sidebar{width:190px}.customer-task{grid-template-columns:38px minmax(0,1fr) auto 105px}.customer-home-grid{grid-template-columns:minmax(0,1fr) 235px}.customer-order-list>button{grid-template-columns:1.3fr .4fr 1.05fr .95fr 20px}.exception-layout{grid-template-columns:280px minmax(0,1fr)}.exception-summary-grid{grid-template-columns:1fr}.exception-cost{min-height:120px}}@media(max-width:1100px){.global-search{width:220px}.order-facts span:nth-child(2){display:none}.stage-tabs button{padding:0 10px}.kpi-row{grid-template-columns:repeat(2,1fr)}.customer-grid{grid-template-columns:1fr}.customer-grid>.subcard:last-child{grid-column:auto}.customer-kpi-row{grid-template-columns:repeat(2,1fr)}.customer-home-grid,.customer-order-grid,.bill-detail-grid{grid-template-columns:1fr}.customer-contact{display:none}.customer-payment-table.page-payment-table .table-head,.customer-payment-table.page-payment-table .table-row{grid-template-columns:1.15fr 1fr .9fr .8fr .75fr .7fr}.customer-payment-table.page-payment-table .table-head>span:nth-child(3),.customer-payment-table.page-payment-table .table-row>span:nth-child(3),.customer-payment-table.page-payment-table .table-head>span:nth-child(6),.customer-payment-table.page-payment-table .table-row>span:nth-child(6){display:none}.customer-order-payments .customer-payment-table .table-head,.customer-order-payments .customer-payment-table .table-row{grid-template-columns:1.15fr .85fr .8fr 1fr .75fr .7fr}.customer-order-payments .customer-payment-table .table-head>span:nth-child(2),.customer-order-payments .customer-payment-table .table-row>span:nth-child(2){display:none}.exception-layout{grid-template-columns:1fr}.exception-list{max-height:420px}.exception-facts{grid-template-columns:1fr}.milestone-strip{grid-template-columns:repeat(2,1fr)}.milestone:nth-child(2){border-right:0}}.tag svg{margin-right:4px}.bill-identity-card{margin:12px 0;padding:16px 18px;background:#fbfdff}.bill-identity-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr 1.7fr;gap:12px}.bill-identity-grid>div{min-height:74px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:10px 12px;border:1px solid #e4e9f1;border-radius:7px;background:#fff}.bill-identity-grid>div>span,.declaration-field>span{color:var(--muted);font-size:11px;font-weight:650}.bill-identity-grid strong{font-size:13px;line-height:1.4}.bill-identity-grid small{color:#8a94a5;font-size:10px}.editable-value{display:flex;align-items:center;justify-content:space-between;gap:10px}.inline-edit{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.inline-edit input,.master-card input{width:100%;min-height:36px;padding:0 9px;border:1px solid #cbd2dd;border-radius:6px;color:var(--text);background:#fff}.declaration-ready-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:12px;margin:12px 0}.declaration-ready-card{min-height:146px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:15px;padding:20px;border-color:#bfd2f4;background:#f7faff}.declaration-ready-card h3{font-size:18px}.declaration-ready-card p{margin:8px 0 11px;color:#5c687d;font-size:13px;line-height:1.5}.declaration-ready-card>div>div:last-child{display:flex;flex-wrap:wrap;gap:8px 18px;color:#56647a;font-size:11px}.declaration-ready-card>.primary{white-space:nowrap}.declaration-action-log{margin:0}.declaration-action-log h3{margin-bottom:16px}.order-state-rule,.container-stage-note,.profile-scope-note{min-height:68px;display:grid;grid-template-columns:30px 1fr;align-items:center;gap:10px;margin-bottom:14px;padding:11px 15px;border:1px solid #c7d7f0;border-radius:8px;color:var(--blue);background:#f5f9ff}.order-state-rule p,.container-stage-note p,.profile-scope-note p{margin:4px 0 0;color:#66758a;font-size:12px;line-height:1.5}.order-create-modal{width:850px}.create-order-layout{display:grid;gap:16px;padding:20px 22px}.create-bl-upload{min-height:112px}.create-order-form{padding:0}.authorization-reuse{min-height:76px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:11px;padding:13px 15px;border:1px solid;border-radius:8px}.authorization-reuse.available{color:var(--green);border-color:#b8dec9;background:#f3fbf7}.authorization-reuse.missing{color:var(--orange);border-color:#efd1a3;background:#fffaf2}.authorization-reuse p{margin:5px 0 0;color:#687488;font-size:11px}.invoice-product-editor{min-width:0;display:grid;gap:14px}.extraction-note{min-height:72px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;padding:12px 15px;border:1px solid #c9d8ef;border-radius:8px;color:var(--blue);background:#f6f9ff}.extraction-note p{margin:4px 0 0;color:#637188;font-size:12px}.editable-section{min-width:0;padding:20px}.section-actions{display:flex;align-items:center;gap:8px}.editor-table{border:1px solid var(--border);border-radius:8px;overflow:hidden}.editor-head,.editor-row{display:grid;align-items:center;border-bottom:1px solid #e4e9f0}.editor-head{min-height:45px;color:#68758b;background:#f8fafc;font-size:12px;font-weight:700}.editor-head span{padding:0 8px}.editor-row{min-height:58px;background:#fff}.editor-row input{width:calc(100% - 10px);min-width:0;height:38px;margin:5px;padding:0 9px;border:1px solid #d5dce6;border-radius:6px;color:#19243b;background:#fff;font-size:12px}.editor-row input:focus{border-color:var(--blue);box-shadow:0 0 0 2px #175ee81a;outline:none}.invoice-editor-table .editor-head,.invoice-editor-table .editor-row{grid-template-columns:1fr .7fr .58fr .7fr 2.3fr 46px}.danger-icon{width:34px;height:34px;display:grid;place-items:center;justify-self:center;border:0;border-radius:6px;color:var(--red);background:transparent;cursor:pointer}.danger-icon:hover{background:#fff0f0}.product-editor-scroll{width:100%;min-width:0;overflow-x:auto}.product-editor-table{min-width:1320px}.product-editor-table .editor-head,.product-editor-table .editor-row{grid-template-columns:72px 1.25fr 1fr 1fr .8fr .9fr .78fr .78fr .75fr .85fr 48px}.editor-total{min-height:58px;display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:0 65px 0 20px;background:#fbfcfe}.editor-total span{color:var(--muted)}.editor-total strong{font-size:19px}.declaration-page{max-width:1560px;margin:0 auto}.declaration-topbar{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;padding:14px 18px;border-radius:9px;color:#fff;background:#2f76e8}.declaration-topbar h2{margin:0;font-size:23px}.declaration-topbar>div:first-child span{color:#dbe8ff;font-size:14px}.declaration-topbar>div:last-child{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.declaration-topbar .secondary{color:#263248;background:#fff}.declaration-topbar .declaration-complete{color:#4c3a00;border-color:#ffd11d;background:#ffd11d}.declaration-card{padding:0;overflow:hidden}.declaration-section-title{min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#eff5ff;border-bottom:1px solid var(--border)}.declaration-section-title h3{color:#17499b;font-size:18px}.declaration-section-title span{color:#6d7c93;font-size:12px}.declaration-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:34px;padding:14px 20px 8px}.declaration-field{min-height:62px;display:grid;grid-template-columns:190px minmax(0,1fr) 28px;align-items:center;gap:10px;border-bottom:1px solid #edf0f4}.declaration-field>span{display:flex;flex-direction:column;gap:4px;color:#3e4a5f;font-size:12px}.declaration-field>span small{color:#748198;font-size:10px}.declaration-field strong{font-size:13px}.copy-action{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:5px;color:var(--blue);background:transparent;cursor:pointer}.copy-action:hover{background:#edf4ff}.declaration-source-row{min-height:52px;display:flex;align-items:center;gap:24px;padding:0 20px;color:#68758b;font-size:11px}.inside-declaration{margin-top:14px}.inside-declaration .extraction-note{display:none}.declaration-checklist{min-height:76px;display:flex;align-items:center;justify-content:space-between;margin-top:14px}.declaration-checklist>div{display:flex;align-items:center;gap:11px;color:var(--green)}.declaration-checklist span{display:flex;flex-direction:column;gap:4px}.declaration-checklist small{color:var(--muted);font-size:11px}.granular-containers{gap:14px}.granular-table-card{padding:18px}.bulk-toolbar{min-height:52px;display:flex;align-items:center;gap:12px;margin-bottom:10px;padding:7px 10px;border:1px solid #dde3ec;border-radius:7px;background:#f8fafc}.bulk-toolbar label{display:flex;align-items:center;gap:7px;font-size:12px}.bulk-toolbar>span{color:var(--muted);font-size:12px}.bulk-toolbar select{margin-left:auto;height:36px;padding:0 30px 0 10px;border:1px solid #cbd2dd;border-radius:6px;color:var(--text);background:#fff}.granular-container-table .table-head,.granular-container-table .table-row{grid-template-columns:42px 1.15fr .75fr 1.05fr 1fr .95fr .8fr}.granular-container-table .table-row{min-height:66px}.granular-container-table .table-row>span:nth-child(2){display:flex;flex-direction:column;gap:5px}.granular-container-table small{color:var(--muted)}.container-mini-flow{display:flex;align-items:center;gap:4px}.container-mini-flow i{width:13px;height:5px;border-radius:3px;background:#dfe4eb}.container-mini-flow i.done{background:var(--blue)}.customer-master-data{display:grid;gap:14px}.master-tabs{display:flex;align-items:center;gap:24px;min-height:48px;padding:0 4px;border-bottom:1px solid var(--border)}.master-tabs button{height:48px;padding:0 2px;border:0;border-bottom:3px solid transparent;color:#56627a;background:transparent;font-weight:650;cursor:pointer}.master-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.master-tabs b{min-width:20px;height:20px;display:inline-grid;place-items:center;margin-left:7px;border-radius:10px;color:#627086;background:#edf1f6;font-size:10px}.master-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.master-card{padding:18px}.master-card dl{margin:0}.master-card dl>div{min-height:43px;display:grid;grid-template-columns:112px 1fr;align-items:center;gap:10px;border-bottom:1px solid #edf0f4;font-size:12px}.master-card dt{color:var(--muted)}.master-card dd{margin:0;font-weight:550}.inline-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.master-data-list{display:grid;gap:12px}.master-list-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.master-list-heading h3{margin:0;font-size:18px}.master-list-heading p{margin:5px 0 0;color:var(--muted);font-size:12px}.recipient-card{padding:0;overflow:hidden}.recipient-card-head{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 17px}.recipient-card-head h3{font-size:15px}.recipient-card-head p{margin:7px 0 0;color:var(--muted);font-size:11px}.authorization-table{border-top:1px solid var(--border)}.authorization-table .table-head,.authorization-table .table-row{grid-template-columns:1.25fr 1fr .85fr 1fr .65fr .45fr}.authorization-table .table-row{min-height:54px}.authorization-table .table-row>span:first-child{display:flex;align-items:center;gap:6px}.authorization-empty{min-height:82px}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.address-card{min-height:124px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:start;gap:11px;padding:17px}.address-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--blue);background:#edf4ff}.address-card h3{font-size:15px}.address-card p{margin:10px 0 7px;color:#455269;font-size:12px;line-height:1.5}.address-card span{color:var(--muted);font-size:11px}.customer-running-orders{margin-top:14px}.profile-scope-note{margin-bottom:16px}.portal-master-data .master-tabs{background:#fff;border:1px solid var(--border);border-radius:8px;padding:0 16px}.authorization-order-panel{padding:16px;border-color:#bfe0cd;background:#f6fcf8}.authorization-order-body{min-height:62px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding-top:10px;border-top:1px solid #dcebe2}.authorization-order-body p{margin:6px 0 0;color:#657487;font-size:11px}.exception-subject-line{display:flex;align-items:center;gap:8px}@media(max-width:1320px){.bill-identity-grid{grid-template-columns:1fr 1fr}.declaration-ready-grid{grid-template-columns:1fr}.declaration-action-log{display:none}.declaration-topbar{align-items:flex-start}.declaration-field{grid-template-columns:155px minmax(0,1fr) 28px}.authorization-table .table-head,.authorization-table .table-row{grid-template-columns:1.15fr .9fr .72fr .9fr .62fr .5fr}}@media(max-width:1100px){.declaration-grid,.master-grid,.address-grid{grid-template-columns:1fr}.declaration-topbar{display:grid}.declaration-ready-card{grid-template-columns:42px 1fr}.declaration-ready-card>.primary{grid-column:1 / -1;width:100%}.granular-container-table .table-head,.granular-container-table .table-row{grid-template-columns:38px 1.1fr .75fr 1fr .8fr}.granular-container-table .table-head>span:nth-child(4),.granular-container-table .table-row>span:nth-child(4),.granular-container-table .table-head>span:nth-child(5),.granular-container-table .table-row>span:nth-child(5){display:none}}
