:root{color-scheme:light;--bg:#f6f1e8;--shell:#e9e0d2;--panel:#fffdfa;--panel-soft:#faf4ec;--line:#ecdfcc;--line2:#e8ddcd;--hair:#f3ece0;--ink:#2b2620;--gray:#9b8f7b;--gray2:#a99d89;--muted:#b6aa95;--label:#6b6253;--terra:#c9743f;--terra-deep:#c0572e;--terra-g1:#e0995c;--terra-g2:#c06a36;--tint-terra:#fbe2d3;--green:#2f8a4e;--green-soft:#dcefdf;--blue:#5e7da3;--blue-deep:#42597a;--blue-soft:#e5ecf4;--tint-blue:#dcecef;--red:#c66b48;--red-soft:#f7dcdc;--gold:#d8a24a;--gold-deep:#a9781f;--gold-soft:#f7ecd2}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Hanken Grotesk,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;font-size:14px}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#d8cdbc;border-radius:8px}::-webkit-scrollbar-track{background:transparent}.app{display:flex;min-height:100vh}.sidebar{width:236px;flex:0 0 236px;background:var(--panel);border-right:1px solid var(--line2);display:flex;flex-direction:column;padding:18px 14px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:11px;padding:4px 8px 20px}.brand-mark{width:48px;height:48px;flex:0 0 48px;display:block;object-fit:contain}.brand-name{font-weight:800;font-size:17px;letter-spacing:-.02em;line-height:1.05}.brand-sub{color:var(--gray2)}.brand-sub,.nav-label{font-size:10px;font-weight:700;letter-spacing:.1em}.nav-label{color:var(--muted);padding:0 10px 7px}.nav{display:flex;flex-direction:column;gap:3px}.nav-item{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:11px;font-size:14px;font-weight:600;color:var(--label);cursor:pointer;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:#f7efe4}.nav-item.on{color:#fff;background:linear-gradient(150deg,var(--terra-g1),var(--terra-g2));box-shadow:0 6px 14px -6px rgba(192,106,54,.6)}.nav-item.disabled{color:var(--muted);cursor:default}.nav-item.disabled:hover{background:none}.nav-ic{width:18px;text-align:center;font-size:14px}.nav-badge{font-size:11px;font-weight:700;border-radius:8px;padding:1px 8px;background:#f0e7d9;color:var(--gray)}.nav-item.on .nav-badge{background:rgba(255,255,255,.28);color:#fff}.sidebar-user{margin-top:auto;background:var(--panel-soft);border:1px solid #ecdfcc;border-radius:13px;padding:11px;display:flex;align-items:center;gap:10px}.sidebar-user .av{width:32px;height:32px;flex:0 0 32px;border-radius:9px;background:var(--terra);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.sidebar-user .nm{font-size:12.5px;font-weight:700;word-break:break-all;line-height:1.2}.sidebar-user .rl{font-size:11px;color:var(--gray2)}.main{flex:1 1;min-width:0;display:flex;flex-direction:column;background:var(--bg)}.topbar{flex:0 0 auto;background:var(--panel);border-bottom:1px solid var(--line2);padding:15px 26px;display:flex;align-items:center;gap:16px}.topbar h1{margin:0;font-size:22px;font-weight:800;letter-spacing:-.02em}.topbar .sub{font-size:13px;color:var(--gray);margin-top:1px}.content{flex:1 1;padding:22px 26px 44px}.narrow{max-width:1240px;margin:0 auto}.narrow-rec{max-width:1180px;margin:0 auto}.mobile-nav-bar{display:none;align-items:center;gap:12px;padding:10px 14px;background:var(--panel);border-bottom:1px solid var(--line2);position:-webkit-sticky;position:sticky;top:0;z-index:55}.mobile-nav-toggle{border:1px solid var(--line);background:var(--panel-soft);border-radius:10px;width:40px;height:40px;font-size:18px;line-height:1;cursor:pointer;color:var(--ink);flex:0 0 auto}.mobile-nav-logo{width:30px;height:30px;object-fit:contain}.mobile-nav-title{font-weight:800;font-size:16px;letter-spacing:-.02em}.sidebar-close{display:none;margin-left:auto;border:none;background:none;font-size:18px;cursor:pointer;color:var(--gray);align-self:flex-start}.sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(43,38,32,.45);z-index:60}@media (max-width:768px){.app{flex-direction:column}.mobile-nav-bar{display:flex}.sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;max-width:84vw;flex:0 0 auto;transform:translateX(-100%);transition:transform .25s ease;z-index:70;box-shadow:0 20px 60px rgba(43,38,32,.35);overflow-y:auto}.sidebar.open{transform:translateX(0)}.sidebar-close,.sidebar-overlay{display:block}.main{width:100%;min-width:0}.topbar{padding:13px 16px;flex-wrap:wrap;gap:8px 12px}.topbar h1{font-size:20px}.content{padding:16px 14px 40px}.queue-row{flex-wrap:wrap}.queue-row .row-action{margin-left:auto}.rec-head{flex-wrap:wrap}}.panel{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 28px -22px rgba(120,80,40,.5)}.pad{padding:18px}.section-h{gap:9px;margin-bottom:14px}.section-h,.section-ic{display:flex;align-items:center}.section-ic{width:26px;height:26px;flex:0 0 26px;border-radius:8px;justify-content:center;font-size:13px}.section-t{font-size:13px;font-weight:800;color:var(--label)}.sample-badge,.section-t{letter-spacing:.05em;text-transform:uppercase}.sample-badge{margin-left:auto;font-size:10px;font-weight:700;color:var(--gold-deep);background:var(--gold-soft);border:1px solid #ebd9b0;border-radius:6px;padding:1px 7px}.kv{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:6px 0;border-bottom:1px solid var(--hair);font-size:13.5px}.kv:last-child{border-bottom:none}.kv .k{color:var(--gray);flex:0 0 auto}.kv .v{font-weight:600;text-align:right;word-break:break-word}.avatar{border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.avatar,.pill{font-weight:700}.pill{font-size:11.5px;border-radius:8px;padding:3px 10px;white-space:nowrap;display:inline-block}.pill-green{color:var(--green);background:var(--green-soft)}.pill-gray{color:#7a7060;background:#efeae0}.pill-blue{color:var(--blue-deep);background:var(--blue-soft)}.pill-red{color:var(--red);background:var(--red-soft)}.pill-gold{color:#9a6a2c;background:var(--gold-soft)}.pill-due{color:#fff;background:var(--terra-deep)}.pill-lg{font-size:13px;padding:4px 13px;border-radius:20px}.btn{background:var(--panel);border:1px solid #e2d6c4;border-radius:11px;padding:10px 16px;font-size:13.5px;font-weight:700;color:var(--label);cursor:pointer;display:inline-flex;align-items:center;gap:7px;justify-content:center}.btn:hover{background:#f7efe4}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.primary{background:var(--terra);color:#fff;border:none;box-shadow:0 4px 12px -4px rgba(201,116,63,.6)}.btn.primary:hover{background:var(--terra-deep)}.btn.grad{background:linear-gradient(135deg,#cf6b39,#b1542a);color:#fff;border:none;box-shadow:0 5px 14px -5px rgba(177,84,42,.65)}.btn.danger{background:#fbeaea;border-color:#eccaca;color:var(--red)}.btn.danger:hover{background:#f7dcdc}.btn.ghost{color:var(--gray);border-style:dashed}.btn.sm{padding:8px 13px;font-size:13px;border-radius:10px}.btn.block{width:100%}.search{display:flex;align-items:center;gap:8px;background:var(--panel);border:1px solid #e2d6c4;border-radius:11px;padding:9px 13px;font-size:13px;color:var(--gray)}.search input{border:none;background:none;outline:none;font-family:inherit;font-size:13px;color:var(--ink);width:170px}.bar{height:9px;background:#efe6d7;overflow:hidden}.bar,.bar .fill{border-radius:6px}.bar .fill{height:100%}.dashed{gap:10px;border:1px dashed #e2d6c4;border-radius:12px;padding:14px;background:#fcf8f1;font-size:13.5px;color:var(--gray2)}.dashed,.dashed .ic{display:flex;align-items:center}.dashed .ic{width:24px;height:24px;border-radius:7px;background:#f1e8da;color:var(--muted);justify-content:center;font-size:12px;flex:0 0 24px}.mock-note{display:flex;gap:11px;align-items:flex-start;background:#fdf4e7;border:1px solid #f0dcb6;border-left:4px solid var(--gold);border-radius:12px;padding:12px 15px;font-size:13px;line-height:1.45;color:#7a6a4a}.mock-note code{background:#f3e6cc;border-radius:4px;padding:1px 5px;font-size:12px}.tag-mock{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--gold-deep);background:var(--gold-soft);border:1px solid #ebd9b0;border-radius:20px;padding:4px 12px}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:13px;gap:13px}.kpi-card{position:relative;background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:15px 16px 14px;box-shadow:0 12px 26px -20px rgba(120,80,40,.45);overflow:hidden}.kpi-accent{position:absolute;top:0;left:0;right:0;height:3px}.kpi-v{font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kpi-l{letter-spacing:.04em;text-transform:uppercase;color:var(--gray);margin-top:7px}.kpi-l,.kpi-sub{font-size:11.5px;font-weight:700}.kpi-sub{margin-top:2px}.pgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}@media (max-width:1120px){.pgrid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.pgrid{grid-template-columns:1fr}}.pcard{position:relative;background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:16px 16px 14px 18px;cursor:pointer;box-shadow:0 1px 2px rgba(74,55,30,.04);transition:box-shadow .18s,transform .18s;overflow:hidden;display:block;color:inherit}.pcard:hover{box-shadow:0 18px 34px -20px rgba(120,80,40,.5);transform:translateY(-2px)}.pcard-accent{position:absolute;top:0;left:0;bottom:0;width:4px}.pcard-head{display:flex;align-items:center;gap:11px}.pcard-name{font-size:15.5px;font-weight:700;letter-spacing:-.01em;line-height:1.15}.pcard-email,.pcard-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcard-email{font-size:12px;color:var(--gray)}.pcard-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:13px;min-height:22px}.pcard-cta{margin-top:13px;font-size:13px;font-weight:700;color:var(--terra-deep)}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filters{display:flex;gap:6px;background:#f1e8da;border-radius:11px;padding:4px}.filters .f{border:none;background:transparent;color:#8a7e6a;border-radius:8px;padding:6px 13px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.filters .f.on{background:#fff;color:var(--ink);box-shadow:0 1px 3px rgba(74,55,30,.12)}.empty{color:var(--gray);padding:30px;text-align:center;grid-column:1/-1}.status-line{font-size:13px;color:var(--gray);min-height:18px}.status-line.err{color:var(--red)}.queue-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 28px -22px rgba(120,80,40,.5);overflow:hidden}.queue-head{gap:11px;padding:14px 16px 12px;border-bottom:1px solid var(--hair)}.queue-head,.queue-row{display:flex;align-items:center}.queue-row{gap:13px;padding:13px 16px;border-top:1px solid #f4ecdf;cursor:pointer;color:inherit}.queue-row:hover{background:#faf4ec}.row-sla{font-size:11.5px;border-radius:7px;padding:3px 9px}.row-action,.row-sla{font-weight:700;white-space:nowrap}.row-action{color:#fff;border-radius:10px;padding:8px 14px;font-size:13px}.rec-head{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap}.rec-head h1{margin:0;font-size:27px;font-weight:800;letter-spacing:-.025em}.rec-head .sub{font-size:13.5px;color:var(--gray);margin:2px 0 8px}.two-col{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:18px;gap:18px;align-items:start}@media (max-width:1120px){.today-2col,.two-col{grid-template-columns:1fr!important}.rail{position:static!important}}.col{display:flex;flex-direction:column;gap:18px}.today-2col{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:22px;gap:22px;align-items:start}.rail{position:-webkit-sticky;position:sticky;top:0;display:flex;flex-direction:column;gap:16px}.muted{color:var(--gray);font-size:13px;line-height:1.5}address.ship{font-style:normal;font-size:13.5px;line-height:1.5;font-weight:600}.ship-box{margin-top:11px;background:var(--panel-soft);border:1px solid #f0e7d9;border-radius:12px;padding:12px 14px}.ship-box .lbl{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--muted);margin-bottom:6px}.hist-row{display:flex;gap:12px;align-items:baseline;padding:7px 0;border-bottom:1px solid var(--hair)}.hist-row:last-child{border-bottom:none}.hist-row-click{cursor:pointer;border-radius:8px;margin:0 -8px;padding:7px 8px;transition:background .12s}.hist-row-click:hover{background:var(--panel-soft)}.hist-row-click:focus-visible{outline:2px solid #c9743f;outline-offset:1px}.hist-dot{width:11px;height:11px;border-radius:50%;flex:0 0 11px}.hist-main{flex:1 1;display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:13.5px}.shipment-track-link:hover{text-decoration:underline}.journey{position:relative;display:flex;justify-content:space-between;min-width:720px}.journey-track{right:6%;background:#ece3d4}.journey-fill,.journey-track{position:absolute;top:10px;left:6%;height:3px;border-radius:3px}.journey-fill{background:linear-gradient(90deg,var(--terra-g1),var(--terra-deep))}.journey-step{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 4px}.journey-dot{width:22px;height:22px;border-radius:50%;color:#fff;font-size:11px}.journey-dot,.modal-backdrop{display:flex;align-items:center;justify-content:center}.modal-backdrop{position:fixed;inset:0;background:rgba(43,38,32,.45);padding:20px;z-index:50;overflow-y:auto}.modal{background:var(--panel);border-radius:16px;border:1px solid var(--line);max-width:440px;width:100%;padding:22px;box-shadow:0 24px 60px rgba(43,38,32,.3)}.modal.modal--patient{max-width:540px;max-height:min(90vh,920px);overflow-y:auto}.patient-form{display:flex;flex-direction:column;gap:10px}.patient-form label{display:block;font-size:12px;color:var(--gray);margin-bottom:5px}.patient-form input,.patient-form select{width:100%;min-width:0;padding:9px 11px;border:1px solid var(--line);border-radius:9px;font-size:13px;font-family:inherit;background:var(--panel);color:var(--ink)}.patient-form-row-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.patient-form-addr{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1.15fr);grid-gap:10px;gap:10px;align-items:end}.patient-form-section{font-size:11px;font-weight:700;letter-spacing:.05em;color:var(--muted);margin:14px 0 4px}@media (max-width:520px){.patient-form-addr,.patient-form-row-2{grid-template-columns:1fr}}.modal h2{font-size:17px;margin-bottom:10px}.modal p{font-size:13.5px;color:var(--ink);line-height:1.55;margin-bottom:8px}.modal .sub-id{font-family:ui-monospace,Menlo,monospace;font-size:12px;background:var(--red-soft);color:var(--red);padding:2px 6px;border-radius:6px}.modal-field{margin-top:14px}.modal-field label{display:block;font-size:12px;color:var(--gray);margin-bottom:5px}.modal-field input{padding:9px 11px;border:1px solid var(--line);border-radius:9px;font-size:13px;font-family:inherit}.field-hint{display:block;font-size:11.5px;color:var(--gray);margin-top:5px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;padding:11px 18px;border-radius:11px;font-size:13px;box-shadow:0 10px 30px rgba(43,38,32,.3);z-index:60;max-width:90vw}.toast.err{background:var(--red)}.login-page{min-height:100vh;background:linear-gradient(150deg,var(--terra-g1),var(--terra-g2));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.login-logo{width:210px;max-width:72vw;margin-bottom:24px}.login-wrap{max-width:360px;width:100%;background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 24px 60px rgba(43,38,32,.28)}.login-wrap h1{font-size:18px;margin:0 0 6px}.login-wrap p{font-size:13px;color:var(--gray);margin-bottom:18px;line-height:1.5}.login-wrap label{font-size:12px;color:var(--gray);display:block;margin-bottom:5px}.login-wrap input{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:9px;font-size:14px;margin-bottom:12px;font-family:inherit}.login-msg{font-size:12.5px;margin-top:12px;color:var(--gray)}.login-msg.err{color:var(--red)}