﻿:root{--nav:#061d35;--nav-dark:#02111f;--page:#f4f8fc;--panel:#fff;--ink:#102033;--muted:#65758a;--line:#dce6f2;--blue:#1466df;--green:#23ad6b;--amber:#f3a63b;--red:#ef4056;--shadow:0 12px 32px rgba(16,32,51,.08)}
    *{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--page)}button{font:inherit}
    .app{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}
    .sidebar{position:sticky;top:0;height:100vh;padding:24px 16px;display:flex;flex-direction:column;gap:24px;color:#d8e6f7;background:radial-gradient(circle at 0 0,rgba(0,174,202,.16),transparent 30%),linear-gradient(180deg,var(--nav),var(--nav-dark))}
    .brand{display:flex;align-items:center;gap:12px;padding:0 8px 12px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:#fff;font-size:34px;font-weight:900;line-height:1}.brand strong{display:block;color:#fff;font-size:20px;text-transform:uppercase;line-height:1}.brand span{display:block;color:#c3d5eb;font-size:11px;font-weight:800;letter-spacing:4px;text-transform:uppercase;margin-top:5px}
    .nav{display:grid;gap:7px}.nav a{min-height:45px;border-radius:8px;display:flex;align-items:center;gap:12px;padding:0 14px;color:#d7e5f8;text-decoration:none;font-size:13px;font-weight:750}.nav a.active{color:#fff;background:linear-gradient(90deg,#135fc8,#0b4eaa)}.nav .count{margin-left:auto;width:20px;height:20px;border-radius:50%;background:#f04438;color:white;display:grid;place-items:center;font-size:10px;font-weight:900}
    .help{margin-top:auto;padding:18px;border-radius:8px;background:linear-gradient(145deg,rgba(0,174,202,.32),rgba(8,63,93,.92));border:1px solid rgba(105,221,237,.24)}.help strong{display:block;color:#fff;font-size:14px;margin-bottom:8px}.help p{margin:0 0 14px;color:#d8f7ff;font-size:12px;line-height:1.45}.help button{width:100%;min-height:38px;border:1px solid rgba(255,255,255,.62);border-radius:8px;color:#fff;background:rgba(255,255,255,.06);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:850;cursor:pointer}.copyright{color:#8098b3;font-size:11px;padding:0 10px}
    main{padding:18px;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.title-row{display:flex;align-items:end;gap:16px;min-width:0}h1{margin:0;font-size:26px;line-height:1}.title-row p{margin:0 0 2px;color:var(--muted);font-size:13px;font-weight:700}.top-actions{display:flex;align-items:center;gap:12px}.bell{width:38px;height:38px;border:0;background:transparent;color:#223b58;display:grid;place-items:center;position:relative;cursor:pointer}.bell span{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#f04438;color:white;font-size:10px;font-weight:900;border:2px solid white}.account{border:0;background:transparent;display:inline-flex;align-items:center;gap:9px;color:#12233a;font-size:12px;font-weight:850;cursor:pointer}.avatar{width:31px;height:31px;border-radius:50%;background:#08294e;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}
    .layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}.left,.right{display:grid;align-content:start;gap:16px;min-width:0}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}
    .shipment{padding:20px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:18px;align-items:center}.ship-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#edf5ff;color:var(--blue)}.route{margin:0 0 18px;font-size:24px}.route span{color:var(--blue);padding:0 8px}.ship-meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.label{margin:0 0 5px;color:var(--muted);font-size:11px;font-weight:850}.value{margin:0;font-size:12px;font-weight:900}.status{border-radius:7px;background:#e8f8f1;color:#168c55;padding:6px 10px;font-size:11px;font-weight:900;display:inline-flex}.ship-actions{display:flex;gap:12px;align-self:start}.outline{min-height:38px;border:1px solid #d4e0ee;border-radius:7px;background:white;color:#193754;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;font-size:12px;font-weight:850;cursor:pointer}
    .tabs{display:flex;gap:32px;min-height:54px;padding:0 18px;border-bottom:1px solid #e6eef7;overflow-x:auto}.tabs a{height:54px;display:inline-flex;align-items:center;border-bottom:3px solid transparent;color:#253a54;text-decoration:none;font-size:12px;font-weight:850;white-space:nowrap}.tabs a.active{color:var(--blue);border-bottom-color:var(--blue)}
    .table-wrap{overflow-x:auto}table{width:100%;min-width:820px;border-collapse:collapse}th{height:42px;color:#617189;text-align:left;font-size:10px;font-weight:900;text-transform:uppercase;border-bottom:1px solid #e6eef7;padding:0 16px}td{height:76px;padding:0 16px;border-bottom:1px solid #e6eef7;font-size:12px;font-weight:800;vertical-align:middle}tr:last-child td{border-bottom:0}.alert-cell{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center}.alert-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e9f3ff;color:var(--blue)}.alert-icon.high{background:#ffeaec;color:var(--red)}.alert-icon.medium{background:#fff4df;color:var(--amber)}.alert-icon.good{background:#e8f8f1;color:var(--green)}.alert-cell strong{display:block;font-size:12px}.alert-cell span,.sub{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:700;line-height:1.35}.priority{border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;display:inline-flex}.high-p{background:#ffeaec;color:var(--red)}.med-p{background:#fff4df;color:#b56a08}.info-p{background:#e9f3ff;color:var(--blue)}.action{width:30px;height:30px;border:0;background:transparent;color:#4b6179;display:grid;place-items:center;cursor:pointer}
    .table-footer{min-height:52px;padding:0 18px;border-top:1px solid #e6eef7;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#4d5f75;font-size:12px;font-weight:750}.pages{display:flex;gap:8px}.page{width:31px;height:31px;border:1px solid #d8e3f0;border-radius:7px;background:white;color:#243b56;display:grid;place-items:center;font-size:12px;font-weight:850}.page.active{background:var(--blue);border-color:var(--blue);color:white}
    .side-card{padding:18px}.side-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}.side-title h2{margin:0;font-size:12px;font-weight:900;text-transform:uppercase}.donut-wrap{display:grid;grid-template-columns:126px minmax(0,1fr);gap:16px;align-items:center}.donut{width:126px;aspect-ratio:1;border-radius:50%;background:conic-gradient(var(--red) 0 25%,var(--amber) 25% 58%,var(--blue) 58% 100%);display:grid;place-items:center}.donut:after{content:"12\\A Total";white-space:pre;width:74px;height:74px;border-radius:50%;background:white;display:grid;place-items:center;text-align:center;font-size:24px;line-height:1.05;font-weight:900}.legend{display:grid;gap:10px}.legend div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:8px;align-items:center;font-size:10px;font-weight:850;color:#304863}.dot{width:9px;height:9px;border-radius:50%;background:var(--red)}.legend div:nth-child(2) .dot{background:var(--amber)}.legend div:nth-child(3) .dot{background:var(--blue)}
    .notice{margin-top:16px;border:1px solid #e6eef7;border-radius:8px;background:#f8fbff;padding:13px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;color:#304863;font-size:11px;font-weight:750}.notice i{color:var(--red)}.notice strong{display:block;font-size:12px;margin-bottom:4px}
    .shipment-alerts,.prefs{display:grid;gap:13px}.shipment-alert{display:grid;grid-template-columns:28px minmax(0,1fr) 22px;gap:10px;align-items:center;padding:10px;border-radius:8px}.shipment-alert.active{background:#f0f5ff}.shipment-alert i{color:var(--blue)}.shipment-alert strong{display:block;font-size:11px}.shipment-alert span{display:block;color:var(--muted);font-size:10px;font-weight:750;margin-top:3px}.badge-count{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:white;font-size:10px;font-weight:900;background:var(--red)}.badge-count.orange{background:var(--amber)}.badge-count.blue{background:var(--blue)}.pref{display:flex;justify-content:space-between;color:#304863;font-size:11px;font-weight:800}.pref strong{color:var(--green)}
    .side-link{margin-top:16px;padding-top:13px;border-top:1px solid #e6eef7;color:var(--blue);font-size:11px;font-weight:900;display:flex;justify-content:space-between;text-decoration:none}
    @media(max-width:1260px){.layout{grid-template-columns:1fr}.right{grid-template-columns:repeat(3,minmax(0,1fr))}.shipment{grid-template-columns:54px minmax(0,1fr)}.ship-actions{grid-column:1/-1}.ship-meta{grid-template-columns:repeat(3,minmax(0,1fr))}}
    @media(max-width:1100px){.app{grid-template-columns:82px minmax(0,1fr)}.sidebar{align-items:center;padding:20px 12px}.brand{padding:0}.brand div:not(.brand-mark),.nav span,.help,.copyright,.nav .count{display:none}.nav a{width:50px;justify-content:center;padding:0}}
    @media(max-width:760px){.app{display:block}.sidebar{position:static;height:auto;display:block}.brand div:not(.brand-mark),.nav span{display:block}.nav{grid-template-columns:repeat(4,1fr);margin-top:14px}.nav a{justify-content:center;padding:0}.nav span{display:none!important}main{padding:14px}.topbar,.title-row,.top-actions{display:grid;align-items:start}.top-actions{grid-template-columns:auto 1fr}.account{justify-content:end}.right,.donut-wrap,.ship-meta{grid-template-columns:1fr}.table-footer{display:grid}}

