:root{--bg: #f5f7fa;--surface: #ffffff;--border: #e2e8f0;--text: #1a202c;--text-muted: #64748b;--brand: #f97316;--brand-dark: #c2410c;--ink: #101820;--danger: #dc2626;--radius: 10px}@media (prefers-color-scheme: dark){:root{--bg: #0f1115;--surface: #171a21;--border: #2a2f3a;--text: #e5e7eb;--text-muted: #9aa4b2;--brand: #fb923c;--brand-dark: #f97316;--ink: #f8fafc}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}input,select,button,textarea{font-family:inherit;font-size:14px}.shell{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 14px;gap:24px}.brand{font-size:18px;font-weight:700;color:var(--ink)}.brand-lockup{display:inline-flex;align-items:center;gap:9px;line-height:1;vertical-align:middle}.brand-logo-full{display:block;width:min(260px,100%);height:auto;margin:4px 0 8px}.brand-icon{width:28px;height:24px;border:2px solid var(--ink);border-radius:5px;position:relative;background:var(--surface);flex:0 0 auto}.brand-icon:before{content:"";position:absolute;top:-2px;left:9px;width:7px;height:12px;background:var(--brand);border-radius:0 0 2px 2px}.brand-icon:after{content:"";position:absolute;left:8px;bottom:5px;width:9px;height:5px;border-bottom:2px solid var(--ink);border-radius:0 0 10px 10px}.brand-copy{display:inline-flex;flex-direction:column;gap:4px}.brand-name{color:var(--ink);font-weight:800;letter-spacing:0;white-space:nowrap}.brand-name span{color:var(--brand)}.sidebar nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar nav a{padding:10px 12px;border-radius:var(--radius);color:var(--text-muted);text-decoration:none;font-weight:500}.sidebar nav a.active,.sidebar nav a:hover{background:var(--bg);color:var(--text)}.logout{margin-top:auto}.content{flex:1;padding:32px 40px;max-width:1100px}h1{font-size:22px;margin:0 0 4px}h2{font-size:17px;margin:0 0 12px}.subtitle{color:var(--text-muted);margin:0 0 24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:20px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.field label{font-size:12px;color:var(--text-muted);font-weight:600}.field input,.field select{padding:9px 11px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text)}.btn{background:var(--brand);color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer}.btn:hover{background:var(--brand-dark)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border);padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer}.btn-danger{background:var(--danger)}.btn-ghost{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:10px 12px;text-align:left;border-radius:8px}.btn-ghost:hover{background:var(--bg)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--border);font-size:14px}th{color:var(--text-muted);font-weight:600;font-size:12px;text-transform:uppercase}tr.clickable{cursor:pointer}tr.clickable:hover{background:var(--bg)}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge-NEW{background:#dbeafe;color:#1e40af}.badge-READY_FOR_PICKUP{background:#fef3c7;color:#92400e}.badge-IN_TRANSIT{background:#e0e7ff;color:#3730a3}.badge-DELIVERED{background:#dcfce7;color:#166534}.badge-CANCELLED{background:#fee2e2;color:#991b1b}.quote-row{display:flex;justify-content:space-between;align-items:center;padding:14px;border:1px solid var(--border);border-radius:8px;margin-bottom:10px}.quote-row.selected{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,transparent)}.quote-price{font-size:18px;font-weight:700}.timeline{list-style:none;padding:0;margin:0}.timeline li{padding:10px 0 10px 20px;border-left:2px solid var(--border);position:relative}.timeline li:before{content:"";position:absolute;left:-6px;top:14px;width:10px;height:10px;border-radius:50%;background:var(--brand)}.timeline li:last-child{border-left-color:transparent}.error-box{background:#fee2e2;color:#991b1b;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:14px}.hint{font-size:13px;color:var(--text-muted)}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh}.login-card{width:360px}code{background:var(--bg);padding:2px 6px;border-radius:4px;font-size:12px}.panel-shell{min-height:100vh;background:#fff;color:#163246;font-size:12px}.panel-header{background:#fff;border-bottom:1px solid #eef0f2}.panel-header-inner{height:95px;width:940px;margin-left:510px;display:flex;align-items:center;gap:44px}.panel-logo-button{width:134px;padding:0;border:0;background:transparent;cursor:pointer}.panel-logo-button .brand-logo-full{width:116px;margin:0}.panel-top-nav{display:flex;align-items:center;gap:25px;color:#111827;font-size:11px;font-weight:700}.panel-top-nav a{cursor:default}.panel-user-actions{margin-left:auto;display:flex;align-items:center;background:#f4f4f4;border-radius:8px;overflow:hidden}.panel-user-actions a,.panel-user-actions button{height:45px;min-width:86px;border:0;background:transparent;color:#b9bdc3;display:grid;place-items:center;text-decoration:none;font-size:11px;font-weight:800;cursor:pointer}.panel-user-actions a.active,.panel-user-actions button{color:#f28d1c}.panel-help-strip{height:62px;background:#0d3b49;color:#fff;display:flex;justify-content:flex-end;align-items:center;gap:5px;padding-right:calc((100vw - 940px)/2 + 10px);font-size:16px;font-weight:700;overflow:hidden}.panel-help-strip strong,.panel-help-strip span:last-child{color:#f28d1c}.panel-body{display:flex;align-items:flex-start}.panel-shell .sidebar{flex:0 0 218px;width:218px;min-height:calc(100vh - 157px);padding:20px 0 0;gap:0;background:#f0f0f0;border-right:1px solid #d8d8d8}.panel-shell .content{flex:1;max-width:none;padding:20px 0 60px 28px;background:#fff}.account-box{background:#fff;padding:12px 14px;border-bottom:1px solid #dcdcdc}.account-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.account-head span{background:#f28d1c;color:#fff;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:800}.account-data{min-height:112px;display:flex;flex-direction:column;gap:6px;color:#273947}.account-data strong{max-width:170px;font-size:11px}.account-data small{font-size:10px}.account-box dl{margin:8px 0 0;padding-top:10px;border-top:1px solid #e6e6e6}.account-box dl div{display:flex;justify-content:space-between;gap:8px;font-size:10px}.account-box dt,.account-box dd{margin:0}.account-box dd{color:#2bb673;font-weight:800}.ship-main-link{height:45px;margin:12px 0;padding:0 24px;display:flex;align-items:center;background:#f7941d;color:#fff;text-decoration:none;font-size:16px;font-weight:800;border-radius:0 8px 8px 0}.panel-menu{display:flex;flex-direction:column;gap:0}.panel-menu a{min-height:36px;padding:10px 25px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #fff;background:#dedede;color:#123149;text-decoration:none;font-size:13px;font-weight:500}.panel-menu a:hover{background:#e8e8e8}.panel-menu a.active,.panel-menu .pro-link{background:#118bdc;color:#fff}.panel-menu .mini-counter{background:#118bdc;color:#fff;min-width:22px;height:19px;border-radius:4px;display:inline-grid;place-items:center;font-size:12px;font-weight:900}.recommend-link span{color:#118bdc;font-size:20px;line-height:1}.panel-menu .packing-link{background:#fedcb2;align-items:flex-start;flex-direction:column}.packing-link span{background:#0fbd9e;color:#fff;font-size:10px;padding:2px 8px;border-radius:2px;font-weight:900}.apaczka-panel{width:880px;color:#4f5f68}.ap-promo{height:132px;margin-bottom:26px;padding:28px 38px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:radial-gradient(circle at 70% 50%,rgba(108,202,255,.5) 0 9%,transparent 10% 20%),linear-gradient(100deg,#7336e8,#693ae5 60%,#6430d8)}.ap-promo span{display:block;color:#30ffc1;font-size:17px;font-weight:900;letter-spacing:2px;margin-bottom:12px}.ap-promo strong{font-size:30px;line-height:1}.ap-promo mark{color:#28ffbc;background:transparent}.ap-promo b{font-size:20px}.ap-error{width:880px}.ap-section{margin-bottom:22px}.ap-section-heading{min-height:28px;border-bottom:1px solid #f28d1c;display:flex;align-items:center;justify-content:space-between;gap:12px}.ap-section h2{color:#6a6f73;font-size:14px;font-weight:800;margin:0}.ap-section h2 span{color:#f28d1c}.ap-grid{display:grid;gap:10px;padding-top:11px}.ap-grid-3{grid-template-columns:1.45fr .75fr 1.05fr}.ap-grid-4{grid-template-columns:repeat(4,1fr)}.ap-grid-6{grid-template-columns:1.25fr .8fr .8fr .8fr .75fr 1.25fr;align-items:end}.ap-field{min-width:0;display:flex;flex-direction:column;gap:4px}.ap-field span,.ap-check span,.ap-radio-row,.ap-inline-actions,.ap-switch{color:#6c767e;font-size:10px;font-weight:700}.ap-field input,.ap-field select{width:100%;height:32px;border:1px solid #e1e5e8;border-radius:2px;background:#fff;color:#4d5962;padding:0 10px;font-size:12px}.ap-field input::placeholder{color:#bdc4ca}.shipment-type-row{padding-top:17px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.shipment-type-row button{min-height:58px;border:1px solid #d8dde1;background:#fff;color:#777f86;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer}.shipment-type-row button.active{color:#fff;background:#f7941d;border-color:#f7941d}.ap-inline-actions{display:flex;align-items:center;gap:6px}.ap-inline-actions button{width:19px;height:19px;border-radius:50%;border:1px solid #f7941d;background:#fff;color:#f7941d;font-weight:900;line-height:1}.ap-inline-actions input,.ap-switch input{accent-color:#f7941d}.ap-check,.ap-switch{display:flex;align-items:center;gap:6px;min-height:32px}.ap-check input{width:13px;height:13px;border:1px solid #f7941d;accent-color:#f7941d}.ap-check-grid{padding-top:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:2px 18px}.content-flags-panel{margin-top:14px;padding:12px;border:1px solid #d8e3e8;background:#f8fbfc;display:grid;grid-template-columns:210px 1fr;align-items:center;gap:14px}.content-flags-panel strong{display:block;color:#173747;font-size:12px;margin-bottom:3px}.content-flags-panel span{color:#667580;font-size:10px;font-weight:700}.content-flag-row{display:flex;flex-wrap:wrap;gap:7px}.content-flag-row button{min-height:28px;border:1px solid #ccd7dd;background:#fff;color:#4c5d67;border-radius:999px;padding:0 12px;font-size:11px;font-weight:800;cursor:pointer}.content-flag-row button.active{background:#0d3b49;border-color:#0d3b49;color:#fff}.ap-text-action{border:0;background:transparent;color:#f28d1c;font-size:11px;font-weight:800;cursor:pointer}.smart-quote-panel{margin-top:12px;padding:14px;border:1px solid #c9dde4;background:linear-gradient(180deg,#f7fcfd,#fff)}.smart-quote-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.smart-quote-head span{display:block;color:#f28d1c;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.smart-quote-head strong{display:block;color:#153646;font-size:15px;line-height:1.2}.decision-tabs{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.decision-tabs button{min-height:29px;border:1px solid #d6e0e5;background:#fff;color:#52636d;padding:0 10px;border-radius:3px;font-size:10px;font-weight:900;cursor:pointer}.decision-tabs button.active{background:#118bdc;border-color:#118bdc;color:#fff}.smart-recommendation{margin-top:12px;display:grid;grid-template-columns:190px 1fr 142px;align-items:stretch;gap:10px}.smart-choice{border:1px solid #f28d1c;background:#fff8ef;padding:11px 12px;display:flex;flex-direction:column;gap:3px}.smart-choice strong{color:#d75d17;font-size:19px}.smart-choice span{color:#52636d;font-size:11px;font-weight:800}.smart-choice b{margin-top:auto;color:#153646;font-size:13px}.score-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.score-metrics span{min-height:61px;border:1px solid #e0e7eb;background:#fff;padding:9px 6px;color:#6d7b84;font-size:10px;font-weight:800;text-align:center}.score-metrics b{display:block;color:#153646;font-size:14px;margin-bottom:3px}.smart-apply{border:0;background:#0d3b49;color:#fff;border-radius:3px;padding:0 14px;font-size:12px;font-weight:900;cursor:pointer}.smart-empty{margin-top:12px;border:1px solid #f5b66c;background:#fff7ed;color:#8b4b11;padding:12px;font-size:12px;font-weight:800}.ap-filter-row{padding-top:9px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:end;gap:12px}.carrier-grid{padding-top:17px;display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.carrier-tile{position:relative;min-height:116px;border:1px solid #dfe3e7;border-radius:3px;background:#fff;color:#52606a;padding:10px 6px 7px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;cursor:pointer;overflow:hidden}.carrier-tile.selected{border:2px solid #f7941d;padding:9px 5px 6px}.carrier-tile.disabled{opacity:.78}.tile-corner{position:absolute;top:0;right:0;width:0;height:0;border-top:18px solid #f7941d;border-left:18px solid transparent}.carrier-logo{min-height:24px;display:grid;place-items:center;color:#d4132d;font-size:19px;line-height:1}.carrier-gls{color:#063a9c;font-size:22px}.carrier-dhl{color:#d40511;background:#ffd200;padding:2px 7px;font-size:16px}.carrier-orlen{color:#df0a1f;font-size:15px}.carrier-ups{color:#351c15;font-size:17px}.carrier-fedex{color:#4d148c}.carrier-ambro{color:#1e3a8a;font-size:17px}.carrier-pocztex{color:#e0281b;font-size:15px;font-style:italic}.carrier-tile span{font-size:11px;font-weight:700}.carrier-tile small,.carrier-tile em{font-size:10px;color:#8a939a;font-style:normal}.carrier-tile b{margin-top:auto;color:#56616a;font-size:12px}.tile-score{width:100%;margin-top:2px;border-top:1px solid #eef1f3;padding-top:4px;color:#17805d!important;font-size:9px!important;font-weight:900!important}.ap-address-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:64px}.ap-address-row .ap-section{margin-bottom:10px}.ap-address-row .ap-grid{gap:8px}.ap-radio-row{display:flex;align-items:center;gap:12px;padding:8px 0 3px}.ap-radio-row input{accent-color:#f7941d}.outline-small{height:31px;margin-top:8px;border:1px solid #f7941d;background:#fff;color:#f7941d;border-radius:2px;padding:0 14px;font-size:11px;font-weight:800}.pickup-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding-top:9px}.pickup-tabs button{height:41px;border:1px solid #dbe0e4;background:#f3f4f5;color:#8b949b;border-radius:2px;font-size:12px;font-weight:800}.pickup-tabs button.active{border-color:#f7941d;background:#f7941d;color:#fff}.pickup-box{min-height:172px;border:1px solid #f7941d;border-top:0;padding:24px 24px 18px;display:grid;grid-template-columns:1fr 190px;gap:24px}.pickup-box h3{margin:0 0 10px;color:#4d5962;font-size:15px}.pickup-box p{max-width:640px;margin:0 0 16px;color:#5f6a73;font-size:12px;line-height:1.55}.pickup-fields{max-width:420px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:10px}.courier-illustration{position:relative;min-height:132px}.truck-body,.truck-cab,.truck-wheel,.courier-person{position:absolute;display:block}.truck-body{right:20px;top:32px;width:96px;height:62px;background:#eef0f2;transform:skewY(-12deg)}.truck-cab{right:92px;top:62px;width:48px;height:34px;background:#f7f7f7;border:1px solid #c8d0d6;transform:skewY(-12deg)}.truck-wheel{width:18px;height:18px;border-radius:50%;background:#26313a;bottom:26px}.wheel-one{right:39px}.wheel-two{right:105px}.courier-person{right:8px;bottom:20px;width:22px;height:52px;background:linear-gradient(#f7941d 0,#f7941d 45%,#243442 45%);border-radius:14px 14px 6px 6px}.ap-warning{margin-top:21px;border:1px solid #f7941d;color:#6b747b;padding:14px 18px;font-size:11px}.summary-table{padding-top:12px}.summary-table>div{min-height:34px;display:grid;grid-template-columns:1fr 130px 130px;align-items:center;padding:0 10px;background:#f5f6f7;border-bottom:1px solid #fff;color:#5a646d;font-size:12px}.summary-table>div:nth-child(2n){background:#fff}.summary-table strong,.summary-table b{text-align:right}.summary-table .summary-head{margin-top:20px;background:#fff;font-weight:900}.summary-table .summary-total{background:#db6f22;color:#fff;font-size:14px;font-weight:900}.ap-note{border:1px solid #9fb1bc;padding:12px 16px 12px 54px;color:#53626c;font-size:11px;position:relative}.ap-note:before{content:"i";position:absolute;left:18px;top:8px;width:22px;height:22px;display:grid;place-items:center;border-radius:3px;background:#0d3b49;color:#fff;font-weight:900}.ap-submit-row{display:flex;gap:10px;padding-top:8px}.panel-module{width:min(980px,calc(100vw - 260px));color:#163246}.module-head{min-height:74px;margin-bottom:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #f28d1c}.module-head h1{margin:0 0 6px;color:#163246;font-size:22px}.module-head p{margin:0;color:#687782;font-size:13px;line-height:1.45}.module-cta{text-decoration:none;white-space:nowrap}.module-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:16px;align-items:start}.module-grid-wide{grid-template-columns:minmax(340px,.85fr) minmax(460px,1.15fr)}.module-card{margin-bottom:16px;padding:18px;border:1px solid #dfe6eb;border-radius:4px;background:#fff}.module-card h2{margin:0 0 14px;color:#163246;font-size:16px}.module-copy{margin:0 0 14px;color:#63727c;font-size:13px;line-height:1.55}.module-list{margin:0;padding-left:18px;color:#63727c;font-size:13px;line-height:1.7}.module-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.module-field{display:flex;flex-direction:column;gap:5px;color:#5e6c75;font-size:11px;font-weight:800}.module-field input,.module-field textarea{width:100%;border:1px solid #dfe6eb;border-radius:3px;background:#fff;color:#253846;padding:9px 10px;font-size:13px}.module-field textarea{resize:vertical}.module-field-full{margin-top:12px}.module-save-row{margin-top:16px;display:flex;align-items:center;gap:12px}.module-save-row span{color:#17805d;font-size:12px;font-weight:800}.module-actions{display:flex;flex-wrap:wrap;gap:10px}.module-actions a{text-decoration:none}.module-table{overflow-x:auto}.module-table table{min-width:640px}.module-table th{background:#f7f9fb}.module-table td{color:#314452;vertical-align:top}.module-kpis{margin-bottom:16px;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.module-kpis div{min-height:82px;padding:15px;border:1px solid #dfe6eb;background:#fff;border-radius:4px}.module-kpis span{display:block;color:#687782;font-size:11px;font-weight:800;margin-bottom:8px}.module-kpis strong{color:#163246;font-size:19px}.module-upload{min-height:170px;border:1px dashed #a9bac4;border-radius:4px;background:#f8fbfc;display:grid;place-items:center;text-align:center;padding:22px}.module-upload strong{color:#163246;font-size:18px}.module-upload span{color:#687782;font-size:13px}.module-upload input{width:min(100%,280px);color:#445765}.panel-module-wide{width:1128px}.legacy-head{min-height:38px;border-bottom:1px solid #f28d1c;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.legacy-head h1{margin:0 0 8px;color:#111827;font-size:20px;font-weight:500}.legacy-actions{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:8px}.legacy-actions button{border:0;background:transparent;color:#f28d1c;cursor:pointer;font-weight:700}.legacy-filter{margin-bottom:28px;padding:14px 13px;background:#f0f1f2;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr 1.2fr;gap:12px 14px;align-items:end}.legacy-filter-compact{grid-template-columns:2fr 1.2fr 1fr}.legacy-filter label{display:flex;flex-direction:column;gap:6px;color:#172b3a;font-size:12px}.legacy-filter input,.legacy-filter select{width:100%;height:36px;border:1px solid #cfd6dc;background:#fff;color:#53606a;padding:0 9px}.legacy-filter .legacy-check,.legacy-radio{min-height:36px;flex-direction:row;align-items:center;gap:7px}.legacy-check input,.legacy-radio input,.legacy-table input[type=checkbox]{width:14px;height:14px;accent-color:#f28d1c}.legacy-table{margin-bottom:26px;overflow-x:auto}.legacy-table table{width:100%;min-width:900px;border-collapse:collapse}.legacy-table th{height:48px;border-bottom:1px solid #7e858a;color:#38444d;background:#fff;text-transform:none;font-size:12px;font-weight:600}.legacy-table td{min-height:48px;border-bottom:1px solid #d8dde1;color:#111827;font-size:12px;vertical-align:middle}.legacy-table td span{color:#7a858d}.legacy-table td button{border:0;background:transparent;color:#f28d1c;cursor:pointer;font-weight:700;padding:0}.legacy-empty,.legacy-empty-cell{color:#111827;text-align:center;padding:28px!important}.delivery-ok{display:inline-block;color:#f28d1c!important;border-bottom:4px solid #76db64;padding-bottom:4px}.module-banner{margin-bottom:32px;background:#0f6bff;color:#fff;padding:20px 16px;font-size:13px}.module-info,.module-danger{border-radius:3px;padding:12px 14px;font-size:12px;line-height:1.4}.module-info{border:1px solid #b7e4ec;background:#d8f3f7;color:#0f5d70}.module-danger{border:1px solid #f2c2c8;background:#f8d7da;color:#8a1020}.offer-info{width:min(990px,100%);margin:44px 0}.import-panel{width:min(990px,100%);border:1px solid #d8dde1;padding:28px 35px}.import-row{display:flex;align-items:center;gap:42px;margin-bottom:26px}.import-link{margin:18px 0;color:#172b3a}.import-link button{border:0;background:transparent;color:#f28d1c;cursor:pointer}.module-center-note{margin:36px 0 0;text-align:center;color:#172b3a;font-size:18px}.basket-selected{margin-top:26px}.basket-selected p{color:#8b98a1}.invoice-summary{width:min(990px,100%);margin-bottom:16px;padding:24px 34px;border:1px solid #d8dde1;display:grid;grid-template-columns:1fr 1fr;gap:38px}.invoice-summary h2{font-size:18px}.invoice-summary button{width:460px;max-width:100%;height:36px;border:0;background:#dedede;text-align:left;padding:0 18px}.invoice-summary dl{margin:0}.invoice-summary dl div{display:grid;grid-template-columns:1fr 120px;gap:12px;margin-bottom:11px}.invoice-summary dt,.invoice-summary dd{margin:0}.danger-text{color:#dc2626}.ok-text{color:#168b21}.invoice-table th,.dark-head-table th{background:#0d3b49;color:#7fd1ff;border-bottom:0}.invoice-icons{display:inline-block;margin-left:8px;color:#ef4444!important;font-size:10px}.pricing-picker{width:min(740px,100%);margin-bottom:14px;padding:24px;border:1px solid #d8dde1}.pricing-picker h2{margin:0 0 20px;font-size:17px}.pricing-picker select{min-width:200px;height:26px;border:0;background:#dedede}.price-note{text-align:center;font-size:11px;font-weight:800}.settlement-top{margin-bottom:34px;display:grid;grid-template-columns:360px 110px 1fr;gap:14px;align-items:end}.settlement-top label{display:flex;flex-direction:column;gap:8px}.settlement-top label span{position:relative}.settlement-top input{width:100%;height:36px;border:1px solid #cfd6dc;padding:0 42px 0 9px}.settlement-top label b{position:absolute;right:10px;top:10px;color:#c4cbd0}.settlement-top dl{justify-self:end;margin:0}.settlement-top dl div{display:grid;grid-template-columns:150px 140px;gap:8px;margin-bottom:7px}.settlement-top dt,.settlement-top dd{margin:0}.settlement-top dt{color:#8a939a}.complaint-tabs{margin:34px 0;display:flex;gap:16px}.complaint-tabs button{min-width:170px;min-height:93px;border:1px solid #d0d7dd;background:#fff;color:#172b3a;border-radius:4px;font-size:14px}.complaint-tabs button.active{background:#f28d1c;border-color:#f28d1c;color:#fff;font-weight:800}.referral-hero{min-height:120px;padding:18px 22px;background:linear-gradient(90deg,#fff,#f1f4f7 70%);display:flex;flex-direction:column;justify-content:center;gap:13px}.referral-hero strong,.referral-hero span{color:#172b3a;font-size:22px;font-weight:800}.module-small-title{margin:32px 0 18px;font-size:17px}.referral-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:920px}.referral-steps div{min-height:110px;display:flex;flex-direction:column;gap:10px}.referral-steps b{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff3dd;color:#f28d1c;font-size:22px}.reward-list{display:grid;gap:12px;max-width:720px}.reward-list div{display:grid;grid-template-columns:180px 1fr;gap:20px}.reward-list strong{color:#172b3a}.referral-form{margin-top:32px;width:min(840px,100%);padding:20px;background:#f0f1f2}.referral-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.referral-form input{height:32px;border:1px solid #cfd6dc}@media (max-width: 900px){.panel-module{width:calc(100vw - 32px)}.module-head,.module-grid,.module-grid-wide,.module-form-grid,.module-kpis{grid-template-columns:1fr}.module-head{display:grid}}.register-page{min-height:100vh;display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1.15fr);background:var(--surface)}.register-aside{position:relative;min-height:100vh;background:#f7f7f8;padding:28px 32px;overflow:hidden}.register-brand{color:inherit;text-decoration:none}.register-aside h1{position:absolute;left:32px;bottom:28px;max-width:420px;font-size:24px;line-height:1.2}.register-illustration{position:absolute;left:34px;bottom:92px;width:220px;height:300px}.courier-head{position:absolute;left:20px;top:30px;width:42px;height:42px;border-radius:50%;background:#ffd1a6}.courier-head:before{content:"";position:absolute;top:-8px;left:-2px;width:34px;height:22px;border-radius:14px 14px 6px 6px;background:#3b2414}.courier-body{position:absolute;left:18px;top:82px;width:86px;height:86px;background:var(--brand);border-radius:42px 22px 22px 28px;transform:rotate(-8deg)}.courier-body:after{content:"";position:absolute;right:-62px;top:32px;width:74px;height:13px;border-radius:999px;background:#f2b37c;transform:rotate(10deg)}.courier-leg{position:absolute;top:154px;width:28px;height:118px;background:#0f2d3b;border-radius:16px}.courier-leg-left{left:30px;transform:rotate(8deg)}.courier-leg-right{left:76px;height:98px;transform:rotate(-14deg)}.courier-leg:after{content:"";position:absolute;bottom:-8px;left:0;width:38px;height:12px;background:#0f2d3b;border-radius:999px}.package-stack{position:absolute;left:92px;top:48px;width:116px;height:110px}.package-stack span{position:absolute;background:#d89543;border:1px solid #e5a85d}.package-stack span:before{content:"";position:absolute;top:8px;left:50%;width:6px;height:20px;transform:translate(-50%);background:#ffe1b9}.package-stack span:nth-child(1){left:36px;top:0;width:58px;height:58px}.package-stack span:nth-child(2){left:0;top:58px;width:62px;height:62px}.package-stack span:nth-child(3){left:62px;top:48px;width:66px;height:72px}.register-main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:56px 48px}.register-panel{width:min(100%,440px)}.register-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:24px}.register-tabs button{height:42px;border:1px solid var(--brand);background:var(--surface);color:var(--brand-dark);font-weight:700;cursor:pointer}.register-tabs button.active{background:var(--brand);color:#fff}.register-copy{color:var(--text);line-height:1.55;margin:0 0 28px}.register-form{display:flex;flex-direction:column}.register-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.password-hints{display:block;color:var(--text-muted);font-size:11px;margin-top:4px}.phone-field{display:grid;grid-template-columns:120px 1fr;gap:0}.phone-field select{border-radius:8px 0 0 8px}.phone-field input{border-left:0;border-radius:0 8px 8px 0}.promo-toggle{align-self:flex-end;background:transparent;border:0;color:var(--brand-dark);cursor:pointer;font-weight:700;padding:8px 0 16px}.check-row{display:flex;align-items:flex-start;gap:10px;color:var(--text);font-size:13px;line-height:1.45;margin:7px 0}.check-row input{margin-top:2px}.check-row-strong{font-weight:700;margin-top:14px}.register-submit{width:100%;margin-top:22px}.register-login{color:var(--text-muted);font-size:13px;text-align:center;margin:18px 0 0}.register-login a{color:var(--brand-dark);font-weight:700}.consumer-panel{padding-top:8px}.consumer-benefits{margin-top:44px}.consumer-benefits h2{margin-bottom:18px}.consumer-benefits ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.consumer-benefits li{position:relative;padding-left:34px}.consumer-benefits li:before{content:"✓";position:absolute;left:0;top:-2px;color:var(--brand);font-weight:800;font-size:18px}.success-box{background:#dcfce7;color:#166534;padding:12px 14px;border-radius:8px;margin-bottom:16px;font-size:14px;line-height:1.45}.mk-page{width:100%;overflow-x:hidden}.mk-nav{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid var(--border)}.mk-nav-inner{max-width:1100px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.mk-nav-links{display:flex;gap:20px;flex-wrap:wrap}.mk-nav-links a{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:14px}.mk-nav-links a:hover{color:var(--text)}.mk-nav-actions{display:flex;gap:10px}.mk-nav-actions a{text-decoration:none}.mk-hero{background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 10%,transparent),transparent);padding:64px 24px 40px}.mk-hero-inner{max-width:900px;margin:0 auto;text-align:center}.mk-hero h1{font-size:clamp(28px,4vw,44px);margin:0 0 16px;line-height:1.15}.mk-hero-sub{font-size:17px;color:var(--text-muted);max-width:640px;margin:0 auto 28px}.mk-hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.mk-hero-actions a{text-decoration:none}.mk-btn-lg{padding:13px 26px;font-size:15px}.mk-price-cards{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.mk-price-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 22px;min-width:200px;display:flex;flex-direction:column;gap:6px;text-align:left}.mk-price-card-soon{opacity:.7}.mk-price-label{font-size:13px;color:var(--text-muted);font-weight:600}.mk-price-value{font-size:18px;font-weight:700;color:var(--brand)}.mk-section{max-width:1100px;margin:0 auto;padding:56px 24px}.mk-section-alt{max-width:none;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mk-section-alt>*{max-width:1100px;margin-left:auto;margin-right:auto}.mk-section-title{font-size:26px;text-align:center;margin:0 0 8px}.mk-section-sub{text-align:center;color:var(--text-muted);margin:0 0 32px}.mk-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.mk-grid-5{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.mk-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}.mk-card h3{margin:0 0 8px;font-size:17px}.mk-card p{color:var(--text-muted);font-size:14px;margin:0 0 12px}.mk-benefit h4{margin:0 0 6px;font-size:15px}.mk-benefit p{color:var(--text-muted);font-size:13px;margin:0}.mk-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.mk-tag{background:var(--surface);border:1px dashed var(--border);border-radius:999px;padding:8px 16px;font-size:13px;color:var(--text-muted)}.mk-lead-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.mk-lead-form{display:flex;flex-direction:column;gap:4px}.mk-consent{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--text-muted);margin:8px 0 16px}.mk-consent input{margin-top:3px}.mk-lead-success h3{margin:0 0 8px;color:var(--brand)}.mk-cta{text-align:center;padding:64px 24px;background:var(--brand);color:#fff}.mk-cta h2{margin:0 0 20px;font-size:24px}.mk-cta a{text-decoration:none}.mk-cta .btn{background:#fff;color:var(--brand-dark)}.mk-cta .btn:hover{background:#f0fdfa}.mk-footer{background:var(--surface);border-top:1px solid var(--border);padding:48px 24px 24px}.mk-footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px}.mk-footer-grid h4{font-size:13px;text-transform:uppercase;color:var(--text-muted);margin:0 0 12px}.mk-footer-grid a{display:block;color:var(--text);text-decoration:none;font-size:14px;margin-bottom:8px}.mk-footer-grid a:hover{color:var(--brand)}.mk-footer-note{max-width:1100px;margin:32px auto 0;text-align:center}.mk-topbar{background:var(--brand);color:#fff;font-size:12px;font-weight:700;text-align:center;padding:8px 16px}.mk-brand-link{color:inherit;text-decoration:none}.mk-hero{background:radial-gradient(circle at 85% 20%,rgba(249,115,22,.14),transparent 28%),linear-gradient(180deg,#fff,#fff7ed);padding:54px 24px 28px}.mk-hero-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);gap:48px;align-items:center}.mk-hero-copy{text-align:left}.mk-eyebrow{display:inline-block;color:var(--brand-dark);font-size:13px;font-weight:800;margin-bottom:12px}.mk-hero h1{font-size:clamp(36px,5vw,58px);letter-spacing:0;line-height:1.04;margin:0 0 18px}.mk-hero-sub{margin:0 0 28px;max-width:560px;color:var(--text-muted);font-size:18px;line-height:1.6}.mk-hero-actions{justify-content:flex-start;margin:0}.mk-hero-visual{position:relative;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 28px 70px #0f18201f}.mk-hero-visual:after,.mk-feature-tile:after,.mk-tech-band:after{content:"";position:absolute;right:18px;bottom:18px;width:44px;height:44px;border:4px solid var(--brand);border-top:0;border-left:0;opacity:.85}.mk-hero-visual img{display:block;width:100%;height:auto}.mk-promo{max-width:760px;margin:22px auto 0;background:var(--brand);color:#fff;border-radius:8px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 18px 38px #f9731638}.mk-promo div{display:flex;flex-direction:column;gap:4px}.mk-promo strong{font-size:20px}.mk-promo span{color:#ffffffd1;font-size:13px}.mk-promo .btn{background:#fff;color:var(--brand-dark)}.mk-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mk-service-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:28px 24px;min-height:260px;display:flex;flex-direction:column;gap:10px;box-shadow:0 18px 42px #0f18200f}.mk-service-icon{width:76px;height:76px;border-radius:18px;background:linear-gradient(135deg,rgba(249,115,22,.18),transparent 50%),#fff7ed;position:relative}.mk-service-icon:before{content:"";position:absolute;left:21px;top:20px;width:34px;height:30px;border:3px solid var(--ink);border-radius:6px}.mk-service-icon:after{content:"";position:absolute;left:34px;top:20px;width:8px;height:16px;background:var(--brand)}.mk-service-card h3{margin:10px 0 0;font-size:20px}.mk-service-card strong{color:var(--brand-dark);font-size:18px}.mk-service-card p{color:var(--text-muted);line-height:1.45;flex:1}.mk-service-card a,.mk-tech-band a{color:var(--brand-dark);font-weight:800;text-decoration:none}.mk-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.mk-feature-tile{min-height:250px;background:var(--brand);color:#fff;border-radius:8px;padding:38px;position:relative;display:flex;align-items:center}.mk-feature-tile h2{font-size:32px;line-height:1.12}.mk-feature-tile:after{border-color:#fff;right:-16px;bottom:-16px}.mk-feature-list{display:grid;gap:24px}.mk-feature-list article{display:grid;grid-template-columns:28px 1fr;gap:16px}.mk-feature-list h3{margin:0 0 6px;font-size:18px}.mk-feature-list p{margin:0;color:var(--text-muted);line-height:1.55}.mk-check{color:var(--brand);font-weight:900;font-size:20px}.mk-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mk-stat{text-align:center;padding:18px}.mk-stat strong{display:block;font-size:28px;color:var(--ink)}.mk-stat span{color:var(--text-muted);font-size:13px}.mk-integrations h2,.mk-lead-copy h2{font-size:30px;line-height:1.15;margin:0 0 18px}.mk-bullet-list{display:grid;gap:14px;padding:0;margin:0;list-style:none}.mk-bullet-list li{position:relative;padding-left:28px;color:var(--text-muted);line-height:1.5}.mk-bullet-list li:before{content:"✓";position:absolute;left:0;top:-1px;color:var(--brand);font-weight:900}.mk-integration-board{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:26px;background:#fff7ed;border-radius:8px}.mk-integration-board span,.mk-carrier-cloud span{background:#fff;border:1px solid var(--border);border-radius:8px;padding:14px 16px;font-weight:800;text-align:center;color:var(--ink)}.mk-lead-copy p{color:var(--text-muted);line-height:1.6;margin:0}.mk-form-card{margin:0;box-shadow:0 22px 52px #0f182014}.mk-tech-band{position:relative;background:#f8fafc;border-radius:8px;padding:46px}.mk-tech-band>div{max-width:620px}.mk-tech-band h2{font-size:30px;line-height:1.18}.mk-tech-band p{color:var(--text-muted);line-height:1.6}.mk-carrier-cloud{max-width:820px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.mk-wide-cta,.mk-blue-cta{text-align:center;color:#fff;padding:64px 24px}.mk-wide-cta{background:var(--brand)}.mk-blue-cta{background:#0f6bff}.mk-wide-cta h2,.mk-blue-cta h2{max-width:640px;margin:0 auto 10px;font-size:32px}.mk-wide-cta p,.mk-blue-cta p{margin:0 auto 22px;color:#ffffffd1}.mk-wide-cta .btn,.mk-blue-cta .btn{background:#fff;color:var(--ink)}.mk-opinions{display:grid;grid-template-columns:.6fr 1.4fr;gap:36px}.mk-opinions h2{font-size:28px}.mk-opinion-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.mk-opinion-grid blockquote{margin:0;padding:28px;background:#fff;border:1px solid var(--border);border-radius:8px}.mk-opinion-grid p{margin:0 0 22px;color:var(--text);line-height:1.6}.mk-opinion-grid footer{font-weight:800}.mk-opinion-grid footer span{display:block;color:var(--text-muted);font-size:12px;font-weight:500;margin-top:4px}.mk-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mk-blog-grid article{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden}.mk-blog-thumb{height:120px;background:radial-gradient(circle at 25% 35%,rgba(249,115,22,.35),transparent 24%),linear-gradient(135deg,#e0f2fe,#fff7ed)}.mk-blog-thumb-2{background:radial-gradient(circle at 72% 42%,rgba(15,107,255,.26),transparent 24%),linear-gradient(135deg,#f8fafc,#ffedd5)}.mk-blog-thumb-3{background:radial-gradient(circle at 50% 45%,rgba(16,24,32,.2),transparent 24%),linear-gradient(135deg,#dcfce7,#fff7ed)}.mk-blog-grid h3{font-size:17px;line-height:1.3;margin:18px 18px 8px}.mk-blog-grid p{color:var(--text-muted);margin:0 18px 20px;line-height:1.5}@media (max-width: 720px){.mk-topbar{font-size:11px}.mk-nav-inner{align-items:flex-start}.mk-nav-links{order:3;width:100%;gap:12px}.mk-hero{padding:38px 20px 24px}.mk-hero-grid,.mk-split,.mk-opinions{grid-template-columns:1fr;gap:28px}.mk-hero h1{font-size:36px}.mk-hero-copy{text-align:left}.mk-hero-actions{justify-content:flex-start}.mk-promo{margin:18px 20px 0;flex-direction:column;align-items:flex-start}.mk-service-grid,.mk-stats,.mk-opinion-grid,.mk-blog-grid{grid-template-columns:1fr}.mk-feature-tile{min-height:190px;padding:28px}.mk-feature-tile h2,.mk-integrations h2,.mk-lead-copy h2,.mk-tech-band h2,.mk-wide-cta h2,.mk-blue-cta h2{font-size:26px}.mk-integration-board{grid-template-columns:1fr}.mk-tech-band{padding:30px 24px}.mk-lead-wrap{grid-template-columns:1fr}.mk-footer-grid{grid-template-columns:1fr 1fr}.register-page{grid-template-columns:1fr}.register-aside{min-height:240px;padding:22px}.register-aside h1{left:22px;bottom:20px;font-size:20px}.register-illustration{left:auto;right:10px;bottom:48px;transform:scale(.55);transform-origin:right bottom}.register-main{min-height:auto;padding:32px 20px}.register-row{grid-template-columns:1fr;gap:0}.phone-field{grid-template-columns:110px 1fr}}
