:root{--c-bg:#f5f8fb;--c-surface:#fff;--c-text:#17212b;--c-muted:#73808c;--c-border:#e5ebf0;--c-primary:#0f766e;--c-primary-2:#14b8a6;--c-primary-soft:#e8f7f4;--c-danger:#e5484d;--c-shadow:0 18px 50px rgba(18,38,63,.08);--c-radius:22px}
*{box-sizing:border-box}html{font-size:15px}body{margin:0;font-family:'Vazirmatn',Tahoma,sans-serif;background:var(--c-bg);color:var(--c-text);-webkit-font-smoothing:antialiased}.customer-shell{min-height:100vh}.customer-sidebar{position:fixed;right:0;top:0;bottom:0;width:278px;background:#fff;border-left:1px solid var(--c-border);z-index:1040;padding:22px 18px;display:flex;flex-direction:column;overflow-y:auto}.customer-brand,.customer-login-brand{display:flex;align-items:center;gap:12px;color:var(--c-text);text-decoration:none}.customer-brand-mark,.customer-login-brand>span{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--c-primary),var(--c-primary-2));color:#fff;font-size:1.35rem;box-shadow:0 10px 26px rgba(15,118,110,.25)}.customer-brand strong{display:block;font-size:1.22rem}.customer-brand small{display:block;color:var(--c-muted);font-size:.74rem;margin-top:2px}.customer-nav{display:flex;flex-direction:column;gap:6px;margin-top:34px}.customer-nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:13px;text-decoration:none;color:#56636f;font-weight:600;transition:.18s ease}.customer-nav a i{font-size:1.2rem;width:23px;text-align:center}.customer-nav a:hover{background:#f3f7f8;color:var(--c-primary);transform:translateX(-2px)}.customer-nav a.customer-nav-highlight{background:var(--c-primary-soft);color:var(--c-primary)}.customer-nav-caption{font-size:.72rem;color:#a2acb5;margin:18px 13px 4px;font-weight:700}.customer-sidebar-footer{margin-top:auto;padding-top:24px}.customer-help-box{display:flex;gap:10px;padding:14px;border-radius:15px;background:#f7fafb;margin-bottom:10px}.customer-help-box>i{color:var(--c-primary);font-size:1.2rem}.customer-help-box strong,.customer-help-box small{display:block}.customer-help-box strong{font-size:.8rem}.customer-help-box small{font-size:.69rem;color:var(--c-muted);margin-top:3px}.customer-logout{display:flex;align-items:center;gap:10px;padding:10px 13px;color:#b14144;text-decoration:none;border-radius:12px}.customer-logout:hover{background:#fff1f1}.customer-main{margin-right:278px;min-height:100vh}.customer-topbar{height:82px;padding:0 30px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--c-border);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1020}.customer-page-title h1{font-size:1.14rem;margin:0;font-weight:800}.customer-page-title small{display:block;color:var(--c-muted);font-size:.76rem;margin-top:3px}.customer-top-actions{display:flex;align-items:center;gap:10px}.customer-icon-btn{width:42px;height:42px;border:1px solid var(--c-border);border-radius:12px;background:#fff;color:#596774;display:inline-grid;place-items:center;text-decoration:none;font-size:1.2rem}.customer-icon-btn:hover{color:var(--c-primary);border-color:#c9e3df}.customer-user-chip{display:flex;align-items:center;gap:9px;padding:6px 8px 6px 12px;border:1px solid var(--c-border);border-radius:14px;background:#fff}.customer-avatar{width:34px;height:34px;border-radius:10px;background:var(--c-primary-soft);color:var(--c-primary);display:grid;place-items:center;font-weight:800}.customer-user-chip strong,.customer-user-chip small{display:block}.customer-user-chip strong{font-size:.8rem}.customer-user-chip small{font-size:.68rem;color:var(--c-muted)}.customer-content{padding:28px 30px 90px;max-width:1600px;margin:auto}.customer-card{background:#fff;border:1px solid var(--c-border);border-radius:var(--c-radius);box-shadow:0 8px 28px rgba(18,38,63,.04);padding:22px}.customer-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.customer-card-head>div{display:flex;align-items:center;gap:11px}.customer-card-head h2{font-size:.97rem;font-weight:800;margin:0}.customer-card-head p{font-size:.73rem;color:var(--c-muted);margin:3px 0 0}.customer-card-icon{width:40px;height:40px;border-radius:12px;background:var(--c-primary-soft);color:var(--c-primary);display:grid;place-items:center;font-size:1.15rem}.customer-welcome-banner{border-radius:28px;padding:28px 32px;background:linear-gradient(125deg,#0b5f59,#0f766e 56%,#149689);color:#fff;display:flex;align-items:center;justify-content:space-between;min-height:205px;overflow:hidden;position:relative;box-shadow:0 22px 48px rgba(15,118,110,.18)}.customer-welcome-banner h2{font-size:1.55rem;font-weight:900;margin:8px 0}.customer-welcome-banner p{max-width:610px;color:rgba(255,255,255,.76);margin-bottom:20px}.customer-eyebrow{font-size:.78rem;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.12)}.welcome-art{position:relative;width:260px;height:135px;flex:0 0 260px}.package-box,.truck-circle{position:absolute;width:68px;height:68px;border-radius:22px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;font-size:2rem;z-index:2}.package-box{right:15px;top:15px}.truck-circle{left:12px;bottom:5px}.route-path{position:absolute;right:68px;left:65px;top:67px;border-top:3px dashed rgba(255,255,255,.38);transform:rotate(-12deg)}.customer-primary-btn{background:var(--c-primary);border-color:var(--c-primary);color:#fff;border-radius:12px;font-weight:700;padding:.72rem 1rem}.customer-primary-btn:hover{background:#0b625c;border-color:#0b625c;color:#fff}.customer-welcome-banner .customer-primary-btn{background:#fff;color:var(--c-primary);border-color:#fff}.customer-secondary-btn{background:#fff;border:1px solid var(--c-border);color:#42515e;border-radius:12px;font-weight:700;padding:.72rem 1rem}.customer-secondary-btn:hover{border-color:#b9d9d4;color:var(--c-primary);background:#fbfdfd}.customer-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.customer-stat-card{background:#fff;border:1px solid var(--c-border);border-radius:19px;padding:18px;display:flex;gap:13px;align-items:center}.stat-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-size:1.25rem}.stat-icon.teal{background:#e8f7f4;color:#0f766e}.stat-icon.blue{background:#eef5ff;color:#3b73c5}.stat-icon.amber{background:#fff7e6;color:#c47b10}.stat-icon.violet{background:#f5efff;color:#7e57c2}.customer-stat-card small,.customer-stat-card span{display:block;color:var(--c-muted);font-size:.7rem}.customer-stat-card strong{display:inline-block;font-size:1.25rem;font-weight:900;margin:2px 0}.customer-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);gap:16px}.chart-wrap{height:275px}.customer-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.customer-quick-grid a{padding:14px;border-radius:15px;background:#f8fafb;border:1px solid #edf1f3;color:var(--c-text);text-decoration:none;transition:.18s}.customer-quick-grid a:hover{transform:translateY(-2px);border-color:#cae4e0;background:#fbfefe}.customer-quick-grid a>span{width:38px;height:38px;border-radius:11px;background:#fff;display:grid;place-items:center;color:var(--c-primary);margin-bottom:8px}.customer-quick-grid b,.customer-quick-grid small{display:block}.customer-quick-grid b{font-size:.82rem}.customer-quick-grid small{font-size:.67rem;color:var(--c-muted);margin-top:2px}.customer-link{font-size:.76rem;color:var(--c-primary);text-decoration:none;font-weight:700}.customer-list{display:flex;flex-direction:column}.customer-list-row{display:flex;align-items:center;gap:10px;padding:11px 6px;border-top:1px solid #f0f2f4;text-decoration:none;color:var(--c-text);transition:.15s}.customer-list-row:hover{background:#f9fbfb;padding-right:10px}.customer-list-row:first-child{border-top:0}.list-row-icon,.app-mini-icon{width:39px;height:39px;border-radius:12px;background:#f2f7f7;color:var(--c-primary);display:grid;place-items:center;flex:0 0 auto}.customer-list-row b,.customer-list-row small{display:block}.customer-list-row b{font-size:.8rem}.customer-list-row small{font-size:.67rem;color:var(--c-muted);margin-top:2px}.customer-list-row .text-end strong{font-size:.78rem}.customer-app-mini-list{display:flex;flex-direction:column;gap:9px}.customer-app-mini{display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px;background:#fafcfc}.customer-app-mini b,.customer-app-mini small{display:block}.customer-app-mini b{font-size:.78rem}.customer-app-mini small{color:var(--c-muted);font-size:.65rem}.app-credit{text-align:left}.app-credit strong{font-size:.76rem}.status-dot{width:9px;height:9px;border-radius:50%}.status-dot.active{background:#26a269;box-shadow:0 0 0 4px #e6f7ef}.status-dot.inactive{background:#a5afb7}.customer-empty{text-align:center;padding:36px 20px;color:var(--c-muted)}.customer-empty>i{font-size:2.2rem;color:#b5c3ca}.customer-empty h3{font-size:.95rem;color:var(--c-text);margin:12px 0 5px}.customer-empty p{font-size:.76rem}.customer-section-head{margin-bottom:18px}.customer-section-head h2{font-size:1.15rem;font-weight:900;margin:8px 0 4px}.customer-section-head p{color:var(--c-muted);font-size:.8rem}.customer-section-badge{display:inline-flex;gap:7px;align-items:center;background:var(--c-primary-soft);color:var(--c-primary);padding:6px 10px;border-radius:10px;font-size:.75rem;font-weight:700}.customer-app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.customer-app-card{background:#fff;border:1px solid var(--c-border);border-radius:20px;padding:20px;transition:.18s;box-shadow:0 7px 25px rgba(18,38,63,.035)}.customer-app-card:hover{transform:translateY(-3px);box-shadow:var(--c-shadow);border-color:#cfe3e0}.app-card-top{display:flex;justify-content:space-between;align-items:center}.app-card-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--c-primary-soft);color:var(--c-primary);font-size:1.25rem}.customer-app-card h3{font-size:1rem;font-weight:850;margin:14px 0 2px}.app-code{font-size:.68rem;color:var(--c-muted);direction:ltr;text-align:right}.app-url{display:block;color:#647480;font-size:.7rem;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:10px 0}.app-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.app-metrics>div{background:#f8fafb;border-radius:13px;padding:10px}.app-metrics small,.app-metrics span,.app-metrics strong{display:block}.app-metrics small,.app-metrics span{font-size:.65rem;color:var(--c-muted)}.app-metrics strong{font-size:.9rem;margin:2px 0}.app-pricing{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-top:1px solid #eef2f3;border-bottom:1px solid #eef2f3;font-size:.73rem}.app-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:14px}.app-card-footer>small{color:var(--c-muted);font-size:.63rem}.customer-small-primary{background:var(--c-primary);color:#fff;border-radius:10px;font-size:.69rem;padding:7px 9px}.customer-small-primary:hover{color:#fff;background:#0b625c}.customer-status{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:.66rem;font-weight:700}.customer-status.success{background:#e9f8f0;color:#218452}.customer-status.muted{background:#f0f2f4;color:#7d8992}.customer-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.customer-filter-bar{display:flex;gap:8px;flex:1}.customer-search{position:relative;max-width:420px;flex:1}.customer-search i{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:#93a0aa}.customer-search input{width:100%;height:44px;padding:0 39px 0 12px;border:1px solid var(--c-border);border-radius:12px;outline:0}.customer-filter-bar .form-select{max-width:240px;border-radius:12px;border-color:var(--c-border)}.customer-table-card{padding:0;overflow:hidden}.customer-table{margin:0}.customer-table th{font-size:.7rem;color:#73808c;font-weight:700;background:#f9fbfb;border-bottom-color:#eef1f3;padding:12px 14px}.customer-table td{font-size:.75rem;padding:12px 14px;border-bottom-color:#f0f3f4}.customer-table tbody tr{transition:.14s}.customer-table tbody tr:hover{background:#f7fbfa}.clickable-row{cursor:pointer}.table-main{display:flex;align-items:center;gap:9px}.table-main strong,.table-main small{display:block}.table-main small{font-size:.61rem;color:var(--c-muted);direction:ltr}.table-icon{width:36px;height:36px;border-radius:11px;background:#edf7f5;color:var(--c-primary);display:grid;place-items:center}.tracking-chip{direction:ltr;display:inline-block;padding:5px 8px;border-radius:8px;background:#f3f6f7;font-size:.66rem}.icon-action{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#657580;text-decoration:none}.icon-action:hover{background:var(--c-primary-soft);color:var(--c-primary)}.customer-detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.shipment-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.shipment-info-grid>div{padding:13px;border-radius:13px;background:#f9fbfb;position:relative}.shipment-info-grid small,.shipment-info-grid strong{display:block}.shipment-info-grid small{color:var(--c-muted);font-size:.67rem}.shipment-info-grid strong{font-size:.82rem;margin-top:4px}.ltr-value{direction:ltr;text-align:right}.small-id{font-size:.67rem!important;word-break:break-all}.copy-inline{position:absolute;left:8px;top:8px;border:0;background:transparent;color:var(--c-primary)}.tracking-state{text-align:center;padding:28px 12px}.tracking-state>i{width:60px;height:60px;border-radius:20px;display:grid;place-items:center;margin:0 auto 12px;font-size:1.7rem}.tracking-state.success>i{background:#e8f7f4;color:var(--c-primary)}.tracking-state.pending>i{background:#fff6e6;color:#c47b10}.tracking-state h3{font-size:1rem;font-weight:850}.tracking-state p{font-size:.75rem;color:var(--c-muted)}.tracking-code-box{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#f6f9fa;border:1px dashed #d9e3e6;border-radius:12px;padding:11px;margin-top:15px;direction:ltr}.tracking-code-box button{border:0;background:var(--c-primary);color:#fff;border-radius:8px;padding:5px 8px;font-size:.68rem}.customer-page-grid{display:grid;grid-template-columns:1fr 320px;gap:16px}.narrow-grid{max-width:1000px}.customer-security-note{padding:24px;border-radius:20px;background:linear-gradient(145deg,#0f766e,#0b5e59);color:#fff;height:max-content}.customer-security-note>i{font-size:2rem}.customer-security-note h3{font-size:1rem;margin:12px 0 6px}.customer-security-note p{font-size:.76rem;color:rgba(255,255,255,.75);line-height:2}.customer-field{position:relative}.customer-field label{display:flex;align-items:center;gap:6px;font-size:.74rem;font-weight:700;margin-bottom:7px}.customer-field .form-control,.customer-field .form-select{border:1px solid #dce4e8;border-radius:12px;min-height:47px;font-size:.8rem;padding:.7rem .85rem;box-shadow:none}.customer-field textarea.form-control{min-height:95px}.customer-field .form-control:focus,.customer-field .form-select:focus{border-color:#67bdb4;box-shadow:0 0 0 3px rgba(20,184,166,.09)}.customer-field .input-validation-error,.customer-field .form-control.input-validation-error,.customer-field .form-select.input-validation-error{border-color:var(--c-danger)!important;box-shadow:0 0 0 3px rgba(229,72,77,.08)!important}.customer-field>span.field-validation-error{display:block;color:var(--c-danger);font-size:.67rem;margin-top:5px}.customer-validation-summary{color:var(--c-danger);background:#fff2f2;border:1px solid #ffd8d8;border-radius:12px;padding:10px 12px;margin-bottom:14px;font-size:.73rem}.customer-validation-summary:empty{display:none}.customer-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.customer-divider{border-color:#edf1f3;margin:22px 0}.customer-subtitle{display:flex;align-items:center;gap:9px;margin-bottom:14px}.customer-subtitle>i{width:36px;height:36px;border-radius:11px;background:#f0f7f6;color:var(--c-primary);display:grid;place-items:center}.customer-subtitle h3,.customer-subtitle p{margin:0}.customer-subtitle h3{font-size:.85rem;font-weight:800}.customer-subtitle p{font-size:.67rem;color:var(--c-muted);margin-top:2px}.manual-progress{max-width:720px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center}.manual-progress span{display:flex;align-items:center;gap:7px;font-size:.7rem;color:#89959e;white-space:nowrap}.manual-progress span b{width:28px;height:28px;border-radius:50%;background:#e9eef0;display:grid;place-items:center}.manual-progress span.active{color:var(--c-primary);font-weight:700}.manual-progress span.active b{background:var(--c-primary);color:#fff}.manual-progress>i{height:1px;background:#dce4e7;flex:1;max-width:90px;margin:0 8px}.manual-shipment-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:16px;align-items:start}.manual-summary-column{min-width:0}.sticky-summary{position:sticky;top:100px}.quote-empty{text-align:center;padding:25px 8px;color:var(--c-muted)}.quote-empty i{font-size:2rem;color:#aebbc3}.quote-empty p{font-size:.75rem;margin:8px auto 0;max-width:230px}.quote-result>div:first-child{text-align:center;padding:18px;border-radius:16px;background:linear-gradient(145deg,#edf9f7,#f8fcfb)}.quote-result span,.quote-result small,.quote-result strong{display:block}.quote-result span{font-size:.72rem;color:var(--c-muted)}.quote-result strong{font-size:1.8rem;color:var(--c-primary);margin:5px 0;font-weight:900}.quote-result small{font-size:.7rem}.quote-credit{display:flex;justify-content:space-between;align-items:center;padding:12px 2px}.quote-credit strong{font-size:.78rem}.quote-success,.manual-note{display:flex;align-items:flex-start;gap:8px;border-radius:12px;padding:10px;font-size:.68rem;line-height:1.8}.quote-success{background:#eaf8f0;color:#26794f;margin-bottom:12px}.manual-note{background:#f5f8fa;color:#687883;margin-top:15px}.shipment-success-wrap{min-height:65vh;display:grid;place-items:center}.shipment-success-card{max-width:650px;width:100%;text-align:center;background:#fff;border:1px solid var(--c-border);border-radius:28px;padding:34px;box-shadow:var(--c-shadow)}.success-check{width:76px;height:76px;border-radius:26px;background:#e8f7f0;color:#22935a;display:grid;place-items:center;margin:0 auto 15px;font-size:2rem}.success-eyebrow{font-size:.72rem;color:#22935a;font-weight:800}.shipment-success-card h2{font-size:1.25rem;font-weight:900;margin:8px 0}.shipment-success-card>p{font-size:.77rem;color:var(--c-muted);line-height:1.9}.success-tracking{background:#f7fafb;border:1px dashed #ccdadd;border-radius:16px;padding:13px;margin-top:20px}.success-tracking small{display:block;color:var(--c-muted)}.success-tracking>div{display:flex;align-items:center;justify-content:center;gap:10px;direction:ltr;margin-top:6px}.success-tracking strong{font-size:1.15rem}.success-tracking button{border:0;background:var(--c-primary);color:#fff;border-radius:9px;padding:6px 9px;font-size:.7rem}.success-money{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.success-money span{display:block;background:#fafbfc;border-radius:11px;padding:10px;font-size:.7rem}.success-money b{display:block;margin-top:4px}.customer-login-body{min-height:100vh;background:#fff}.customer-login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.customer-login-visual{background:linear-gradient(145deg,#0b5f59,#0f766e 58%,#159b8d);color:#fff;padding:38px 54px;position:relative;overflow:hidden}.customer-login-brand{color:inherit;font-size:1.2rem}.customer-login-copy{position:relative;z-index:2;max-width:600px;margin-top:13vh}.customer-login-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;background:rgba(255,255,255,.12);border-radius:999px;font-size:.75rem}.customer-login-copy h1{font-size:2.15rem;line-height:1.55;font-weight:900;margin:14px 0}.customer-login-copy p{color:rgba(255,255,255,.72);font-size:.9rem;line-height:2}.customer-login-features{display:flex;flex-wrap:wrap;gap:14px;margin-top:20px}.customer-login-features span{font-size:.74rem}.customer-login-illustration{position:absolute;width:390px;height:180px;left:-40px;bottom:10px;opacity:.45}.customer-login-illustration>i{position:absolute;left:30px;bottom:30px;font-size:4.2rem}.route-line{position:absolute;left:100px;right:40px;bottom:68px;border-top:3px dashed rgba(255,255,255,.5)}.route-dot{position:absolute;width:15px;height:15px;border-radius:50%;background:#fff;bottom:62px}.route-dot.one{right:45px}.route-dot.two{right:150px}.customer-login-form-wrap{display:grid;place-items:center;padding:30px;background:#fbfcfd}.customer-login-form-card{width:min(430px,100%)}.login-title{display:flex;align-items:center;gap:12px;margin-bottom:24px}.login-icon{width:48px;height:48px;border-radius:15px;background:var(--c-primary-soft);color:var(--c-primary);display:grid;place-items:center;font-size:1.25rem}.login-title h2{font-size:1.2rem;font-weight:900;margin:0}.login-title p{font-size:.75rem;color:var(--c-muted);margin:3px 0 0}.password-wrap{position:relative}.password-wrap button{position:absolute;left:7px;top:7px;width:33px;height:33px;border:0;border-radius:9px;background:#f1f5f6;color:#73808c}.customer-login-security{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:20px;color:#87939d;font-size:.67rem}.customer-mobile-nav{position:fixed;bottom:0;left:0;right:0;height:66px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--c-border);z-index:1030;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding-bottom:env(safe-area-inset-bottom)}.customer-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#71808a;text-decoration:none;font-size:.62rem;gap:2px}.customer-mobile-nav a i{font-size:1.2rem}.customer-mobile-nav .mobile-create{width:52px;height:52px;border-radius:18px;background:var(--c-primary);color:#fff;margin:-24px auto 0;box-shadow:0 10px 24px rgba(15,118,110,.3)}.customer-mobile-nav .mobile-create i{font-size:1.4rem}.customer-backdrop{display:none}.ltr-input{direction:ltr;text-align:right}.customer-form-card{min-width:0}
@media(max-width:1200px){.customer-stat-grid{grid-template-columns:1fr 1fr}.customer-app-grid{grid-template-columns:1fr 1fr}.customer-dashboard-grid{grid-template-columns:1fr}.manual-shipment-layout{grid-template-columns:1fr 320px}}
@media(max-width:991.98px){.customer-sidebar{transform:translateX(105%);transition:.2s}.customer-sidebar-open .customer-sidebar{transform:none;box-shadow:-15px 0 55px rgba(0,0,0,.12)}.customer-sidebar-open .customer-backdrop{display:block;position:fixed;inset:0;background:rgba(16,26,32,.35);z-index:1035}.customer-main{margin-right:0}.customer-content{padding:20px 18px 95px}.customer-topbar{padding:0 18px;height:72px}.welcome-art{display:none}.customer-welcome-banner{min-height:auto}.manual-shipment-layout{grid-template-columns:1fr}.sticky-summary{position:static}.customer-detail-grid,.customer-page-grid{grid-template-columns:1fr}.customer-login-shell{grid-template-columns:1fr}.customer-login-visual{display:none}}
@media(max-width:767.98px){html{font-size:14px}.customer-content{padding:16px 12px 94px}.customer-topbar{padding:0 12px}.customer-page-title small{max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-user-chip>div{display:none}.customer-welcome-banner{border-radius:20px;padding:21px}.customer-welcome-banner h2{font-size:1.18rem}.customer-stat-grid{grid-template-columns:1fr 1fr;gap:9px}.customer-stat-card{padding:13px;align-items:flex-start}.stat-icon{width:39px;height:39px;border-radius:12px}.customer-stat-card strong{font-size:1rem}.customer-card{border-radius:18px;padding:16px}.customer-app-grid{grid-template-columns:1fr}.customer-toolbar{align-items:stretch;flex-direction:column}.customer-filter-bar{display:grid;grid-template-columns:1fr 1fr}.customer-search{grid-column:1/-1;max-width:none}.customer-filter-bar .form-select{max-width:none}.customer-table thead{display:none}.customer-table,.customer-table tbody,.customer-table tr,.customer-table td{display:block;width:100%}.customer-table tr{position:relative;padding:11px;border-bottom:1px solid #edf1f3}.customer-table td{padding:4px 0;border:0}.customer-table td:not(:first-child):not(:last-child){display:inline-block;width:auto;margin-left:12px}.customer-table td:last-child{position:absolute;left:8px;top:8px}.shipment-info-grid{grid-template-columns:1fr}.manual-progress span{font-size:0}.manual-progress span b{font-size:.7rem}.success-money{grid-template-columns:1fr}.customer-login-form-wrap{padding:22px}.customer-login-form-card{background:#fff;border:1px solid var(--c-border);border-radius:22px;padding:20px}.app-card-footer{align-items:flex-end}.chart-wrap{height:230px}}
@media(max-width:420px){.customer-stat-grid{grid-template-columns:1fr}.customer-quick-grid{grid-template-columns:1fr 1fr}.customer-filter-bar{grid-template-columns:1fr}.customer-search{grid-column:auto}.customer-page-title h1{font-size:1rem}.customer-top-actions{gap:5px}}

/* ========================================================================== */
/* Barino Customer UI V10 - Modern App Experience                             */
/* ========================================================================== */
:root{
  --c-bg:#f4f7fb;--c-surface:#ffffff;--c-text:#101828;--c-muted:#667085;--c-border:#e7ecf2;
  --c-primary:#2563eb;--c-primary-2:#4f46e5;--c-accent:#06b6d4;--c-success:#12b76a;
  --c-primary-soft:#eef4ff;--c-dark:#081426;--c-dark-2:#10233f;--c-danger:#e5484d;
  --c-shadow:0 20px 60px rgba(16,24,40,.08);--c-shadow-soft:0 8px 24px rgba(16,24,40,.06);--c-radius:24px
}
body{background:radial-gradient(circle at 8% 0%,#edf5ff 0,transparent 28%),var(--c-bg);color:var(--c-text)}
.min-w-0{min-width:0}.app-sidebar{width:292px;background:linear-gradient(180deg,#081426 0%,#0c1c32 58%,#0b1930 100%);border-left:0;padding:24px 18px;color:#fff;overflow:hidden}.app-sidebar:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(37,99,235,.22);filter:blur(55px);right:-120px;top:-80px;pointer-events:none}.sidebar-glow{position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(6,182,212,.13);filter:blur(50px);left:-100px;bottom:80px;pointer-events:none}.app-brand{position:relative;color:#fff;padding:2px 8px}.app-brand:hover{color:#fff}.app-brand .customer-brand-mark{background:linear-gradient(135deg,#2f6cff,#00c2ff);box-shadow:0 14px 35px rgba(37,99,235,.38)}.app-brand strong{font-size:1.28rem}.app-brand small{color:#9eb0c8}.sidebar-profile{position:relative;display:flex;align-items:center;gap:11px;padding:13px;margin:26px 2px 10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.055);border-radius:18px}.sidebar-avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#fff,#dbeafe);color:#1d4ed8;display:grid;place-items:center;font-weight:900}.sidebar-profile strong,.sidebar-profile small{display:block}.sidebar-profile strong{font-size:.82rem}.sidebar-profile small{font-size:.66rem;color:#9fb0c6;margin-top:3px}.online-dot{display:inline-block;width:6px;height:6px;background:#34d399;border-radius:50%;box-shadow:0 0 0 4px rgba(52,211,153,.1);margin-left:5px}.app-nav{position:relative;margin-top:16px}.app-nav .customer-nav-caption{color:#607996;text-transform:none;letter-spacing:0;margin-top:18px}.app-nav a{color:#aebed1;padding:12px 13px;border-radius:14px;margin-bottom:2px}.app-nav a:hover{background:rgba(255,255,255,.07);color:#fff;transform:none}.app-nav a.is-active{background:linear-gradient(90deg,rgba(47,108,255,.26),rgba(47,108,255,.08));color:#fff;box-shadow:inset -3px 0 #4f8cff}.app-nav a.is-active>i{color:#74a4ff}.app-nav .customer-nav-highlight{background:rgba(255,255,255,.045);color:#dbeafe}.nav-arrow{margin-right:auto;font-size:.7rem;opacity:.35}.app-nav a:hover .nav-arrow,.app-nav a.is-active .nav-arrow{opacity:.85}.customer-sidebar-footer{position:relative}.install-app-card{width:100%;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.055);border-radius:16px;padding:12px;color:#fff;display:flex;align-items:center;gap:10px;text-align:right}.install-app-card>span{width:38px;height:38px;border-radius:12px;background:#1d4ed8;display:grid;place-items:center}.install-app-card>div{flex:1}.install-app-card strong,.install-app-card small{display:block}.install-app-card strong{font-size:.77rem}.install-app-card small{font-size:.63rem;color:#94a9c1;margin-top:2px}.customer-logout{color:#ffb1b1}.customer-logout:hover{background:rgba(239,68,68,.1);color:#fecaca}.app-main{margin-right:292px}.app-topbar{height:86px;border-bottom:1px solid rgba(231,236,242,.8);background:rgba(248,250,252,.76);backdrop-filter:blur(20px);padding:0 34px}.customer-page-title h1{font-size:1.08rem;letter-spacing:-.02em}.customer-page-title small{color:#7b8794}.topbar-create{height:42px;align-items:center;gap:7px;padding:0 16px;border-radius:13px;background:#101828;color:#fff;text-decoration:none;font-weight:700;font-size:.78rem;box-shadow:0 8px 20px rgba(16,24,40,.12)}.topbar-create:hover{background:#2563eb;color:#fff}.customer-icon-btn{border-color:#e4e9ef;box-shadow:0 3px 10px rgba(16,24,40,.03)}.customer-user-chip{background:#fff;border:1px solid #e7ecf2;padding:5px 7px 5px 12px;border-radius:16px;box-shadow:0 4px 14px rgba(16,24,40,.04)}.customer-avatar{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff}.app-content{padding:30px 34px 48px;max-width:1540px;margin:0 auto}.customer-card,.customer-stat-card,.customer-app-card{border:1px solid rgba(231,236,242,.95);box-shadow:var(--c-shadow-soft);background:rgba(255,255,255,.96)}.customer-card:hover,.customer-app-card:hover{box-shadow:var(--c-shadow)}.customer-welcome-banner{background:linear-gradient(118deg,#0b1730 0%,#122a55 54%,#164e63 100%);border:0;box-shadow:0 25px 70px rgba(8,20,38,.18);overflow:hidden;position:relative}.customer-welcome-banner:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.38),transparent 65%);left:-100px;top:-180px}.customer-welcome-banner h2,.customer-welcome-banner p,.customer-welcome-banner .customer-eyebrow{position:relative;z-index:2}.customer-primary-btn{background:linear-gradient(135deg,#2563eb,#4f46e5)!important;border:0!important;color:#fff!important;box-shadow:0 10px 26px rgba(37,99,235,.2)}.customer-primary-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(37,99,235,.27)}.customer-secondary-btn{background:#fff!important;border:1px solid #dfe6ee!important;color:#344054!important}.customer-stat-grid{gap:14px}.customer-stat-card{border-radius:20px;padding:18px}.customer-stat-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(16,24,40,.08)}.stat-icon{border-radius:15px}.stat-icon.teal{background:#ecfdf3;color:#039855}.stat-icon.blue{background:#eff8ff;color:#1570ef}.stat-icon.amber{background:#fffaeb;color:#dc6803}.stat-icon.violet{background:#f4f3ff;color:#6938ef}.customer-dashboard-grid{gap:16px}.chart-card{background:linear-gradient(180deg,#fff,#fbfdff)}.customer-card-head h2{font-size:.92rem}.customer-card-head p{font-size:.72rem}.customer-card-icon{background:#f2f4f7;color:#344054}.customer-quick-grid a{border-color:#e8edf3;border-radius:17px;background:linear-gradient(180deg,#fff,#fbfcfe)}.customer-quick-grid a:hover{border-color:#bfdbfe;background:#f8fbff;transform:translateY(-2px)}.customer-list-row{border-radius:14px;margin:3px 0;padding:11px}.customer-list-row:hover{background:#f7faff;transform:none}.customer-list-row:hover .list-row-icon{background:#dbeafe;color:#2563eb}.customer-app-card{border-radius:22px;padding:20px}.app-card-icon{background:linear-gradient(135deg,#eff6ff,#eef2ff);color:#315fd5}.app-metrics{border-radius:16px;background:#f8fafc;border:1px solid #edf1f5}.app-pricing{background:#f8fafc;border-radius:14px}.customer-toolbar{background:#fff;border:1px solid #e7ecf2;border-radius:20px;padding:12px;box-shadow:var(--c-shadow-soft)}.customer-search{background:#f8fafc;border-color:#eaecf0}.customer-table-card{padding:0;overflow:hidden}.customer-table thead th{background:#f8fafc;color:#667085;font-size:.69rem;text-transform:none}.customer-table tbody tr{transition:.15s}.customer-table tbody tr:hover{background:#f6f9ff}.customer-table .table-icon{background:#eef4ff;color:#315fd5}.manual-shipment-layout{gap:18px}.customer-form-card{border-radius:24px}.customer-subtitle>i{background:#eef4ff;color:#315fd5}.customer-field .form-control,.customer-field .form-select,.customer-filter-bar .form-select{border-radius:14px;border:1px solid #dfe5ec;min-height:48px;background:#fff}.customer-field .form-control:focus,.customer-field .form-select:focus{border-color:#75a3ff;box-shadow:0 0 0 4px rgba(37,99,235,.09)}.customer-field label{font-size:.75rem;color:#344054}.sticky-summary{border:1px solid #dfe7f0;box-shadow:0 20px 50px rgba(16,24,40,.09)}.quote-result{background:linear-gradient(145deg,#101828,#1f3a68);color:#fff;border-radius:20px}.quote-result strong{color:#fff}.quote-credit{border-color:rgba(255,255,255,.12)!important}.customer-validation-summary,.field-validation-error{color:#d92d20}.input-validation-error{border-color:#f04438!important;background:#fffafa!important;box-shadow:0 0 0 3px rgba(240,68,56,.07)!important}.app-mobile-nav{height:72px;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);box-shadow:0 -10px 30px rgba(16,24,40,.06);border-top-color:#edf0f4}.app-mobile-nav a.is-active{color:#2563eb}.app-mobile-nav .mobile-create{background:linear-gradient(135deg,#2563eb,#4f46e5);width:56px;height:56px;border-radius:19px;border:4px solid #fff;box-shadow:0 12px 28px rgba(37,99,235,.3)}
.customer-login-body{background:#071426}.customer-login-shell{min-height:100dvh}.customer-login-visual{background:radial-gradient(circle at 25% 20%,rgba(37,99,235,.34),transparent 34%),linear-gradient(145deg,#081426,#102b50 60%,#0e4f64);color:#fff}.customer-login-copy h1{max-width:650px;font-size:clamp(2.1rem,4.5vw,4.5rem);letter-spacing:-.05em}.customer-login-copy p{color:#bdd0e7}.customer-login-form-wrap{background:#f7f9fc}.customer-login-form-card{max-width:440px;border-radius:28px;box-shadow:0 30px 80px rgba(16,24,40,.12);border:1px solid #e5eaf0;padding:30px}.login-icon{background:#eef4ff;color:#2563eb}.customer-login-badge{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12)}
@media(max-width:991.98px){.app-main{margin-right:0}.app-content{padding:20px 16px 98px}.app-topbar{height:72px;padding:0 16px}.app-sidebar{width:min(84vw,310px)}.customer-sidebar-open .customer-sidebar{box-shadow:-25px 0 70px rgba(8,20,38,.25)}}
@media(max-width:767.98px){body{background:#f7f9fc}.app-content{padding:14px 12px 96px}.app-topbar{padding:0 12px;background:rgba(247,249,252,.92)}.customer-page-title h1{font-size:1rem}.customer-user-chip{padding:4px;background:transparent;border:0;box-shadow:none}.customer-welcome-banner{padding:22px 18px;border-radius:22px}.customer-welcome-banner h2{font-size:1.25rem;max-width:260px}.customer-welcome-banner p{font-size:.76rem;max-width:290px}.customer-stat-grid{grid-template-columns:1fr 1fr!important}.customer-stat-card{padding:14px;border-radius:18px;display:block}.customer-stat-card .stat-icon{margin-bottom:10px}.customer-stat-card strong{font-size:1.05rem}.customer-card,.customer-app-card{border-radius:20px}.customer-toolbar{padding:10px;border-radius:18px}.customer-filter-bar{gap:8px}.customer-table-card{background:transparent;border:0;box-shadow:none}.customer-table tr{background:#fff;border:1px solid #e8edf3!important;border-radius:18px;margin-bottom:10px;box-shadow:0 5px 18px rgba(16,24,40,.04)}.customer-table td{padding:4px 2px!important}.manual-summary-column .sticky-summary{border-radius:22px}.customer-login-form-wrap{padding:18px}.customer-login-form-card{padding:22px;border-radius:24px}.customer-login-body{background:#f7f9fc}}
@media(max-width:420px){.customer-stat-grid{grid-template-columns:1fr 1fr!important}.customer-stat-card small{font-size:.64rem}.customer-stat-card span:last-child{font-size:.6rem}.customer-quick-grid{grid-template-columns:1fr 1fr}.app-mobile-nav{height:70px}}
