@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;--navy:#003049;--navy-2:#496c89;--primary:#1a95d3;--primary-rgb:26, 149, 211;--primary-dark:#0d6f9f;--violet:#496c89;--blue-soft:#cfe3f1;--border:#d6e2ec;--muted:#607184;--surface:#fff;--page-bg:#f4f7fb;--surface-alt:#f7fbfd;--success:#0c8a67;--danger:#dc3f59;--warning:#d88414;--shadow:0 14px 38px #1a274514;--shadow-lg:0 28px 80px #0f172a24;--brand-gradient:linear-gradient(135deg, #1a95d3, #496c89);--sidebar-gradient:linear-gradient(180deg, #003049 0%, #0a3d5a 58%, #496c89 100%);--hero-gradient:linear-gradient(125deg, #234bd0, #473bb9 62%, #5836af);--button-light-text:#1f3d9f;--avatar-gradient:linear-gradient(135deg, #dfe6ff, #ece5ff);--avatar-text:#3d4dc2;--topbar-bg:#f7f9fde0;--topbar-border:#dae1ecd9;background:#f4f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-brand-theme=burgundy],body[data-brand-theme=burgundy]{--primary:#80141d;--primary-rgb:128, 20, 29;--primary-dark:#5f1016;--brand-gradient:linear-gradient(135deg, #80141d, #a9313d);--sidebar-gradient:linear-gradient(180deg, #3b0f16 0%, #5c131e 56%, #80141d 100%);--hero-gradient:linear-gradient(125deg, #6b1221, #80141d 58%, #aa3943);--button-light-text:#6e1520;--avatar-gradient:linear-gradient(135deg, #fae3e6, #f5d7dc);--avatar-text:#7b1320;--topbar-bg:#faf6f7e6;--topbar-border:#e9dbdee6}*{box-sizing:border-box}html{background:var(--page-bg);min-width:320px}body{background:var(--page-bg);min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}code{color:#4338ca;background:#eef2ff;border-radius:6px;padding:2px 6px;font-family:SFMono-Regular,Consolas,monospace}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:#111a2d}p{color:var(--muted);line-height:1.65}.loading-screen{min-height:300px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.loading-screen .brand-mark{display:none}.spinner{border:3px solid #dce4f2;border-top-color:var(--primary);border-radius:50%;width:38px;height:38px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brand-mark{background:var(--brand-gradient);color:#fff;width:44px;height:44px;box-shadow:0 10px 25px rgba(var(--primary-rgb), .22);border-radius:14px;place-items:center;font-size:15px;font-weight:800;display:grid}.brand-mark.large{border-radius:20px;width:64px;height:64px;font-size:19px}.brand-logo{width:168px;max-width:100%;display:block}.brand-logo.compact{width:126px}.sidebar-logo{flex:none;width:122px;max-width:100%;display:block}.eyebrow{letter-spacing:.13em;color:#536078;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-block}.eyebrow.light{color:#ffffffb8}.muted{color:var(--muted)}.small-copy{font-size:13px}.required,.error-text,.danger-text{color:var(--danger)}.pre-wrap{white-space:pre-wrap}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{color:#fff;background:var(--brand-gradient);box-shadow:0 9px 23px rgba(var(--primary-rgb), .22)}.button.secondary{color:#314057;background:#fff;border-color:#dbe3ef}.button.success{color:#fff;background:linear-gradient(135deg,#07966a,#0fbd83);box-shadow:0 9px 23px #0f9f6e38}.button.light{color:var(--button-light-text);background:#fff;box-shadow:0 10px 28px #0e1e4a29}.button.glass{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff21;border-color:#ffffff40}.button.danger-ghost{color:#c92d48;background:#fff6f7;border-color:#ffd4db}.button.small{border-radius:10px;min-height:34px;padding:7px 12px;font-size:12px}.button.large{border-radius:14px;min-height:50px;padding:13px 19px;font-size:15px}.button.full,.full{width:100%}.button-row{align-items:center;gap:10px;display:flex}.button-row.wrap{flex-wrap:wrap}.icon-button{color:#4c5a70;background:#eef2f7;border:0;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.icon-button:hover{background:#e4eaf3}.icon-button.small{width:30px;height:30px}.icon-button.inverse{color:#fff;background:#ffffff1a}.icon-button.inverse:hover{background:#ffffff2e}.panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px}.panel-header{justify-content:space-between;align-items:flex-start;gap:24px;padding:25px 27px 20px;display:flex}.panel-header.compact{padding-bottom:12px}.panel-header h3{align-items:center;gap:9px;margin:0 0 6px;font-size:19px;display:flex}.panel-header p{margin:0;font-size:13px}.count-bubble{color:#3d4dc0;background:#eef2ff;border-radius:12px;place-items:center;min-width:38px;height:38px;padding:0 10px;font-weight:800;display:grid}.count-bubble.danger{color:#d02d48;background:#fff0f2}.stack-xl{flex-direction:column;gap:23px;display:flex}.notice{border-radius:13px;align-items:flex-start;gap:10px;padding:13px 15px;font-size:13px;line-height:1.55;display:flex}.notice>div{flex-direction:column;gap:3px;display:flex}.notice.info{color:#3156a4;background:#eef5ff;border:1px solid #cee0ff}.notice.error{color:#b92943;background:#fff1f3;border:1px solid #ffcbd3}.notice.success{color:#087b59;background:#edfdf6;border:1px solid #b8f0d6}.login-page{background:linear-gradient(#eef5f9 0%,#f7fbfd 100%);grid-template-columns:minmax(430px,1.1fr) minmax(460px,.9fr);min-height:100vh;display:grid}.login-visual{background:radial-gradient(circle at 18% 18%,#1a95d32b,#0000 30%),radial-gradient(circle at 92% 82%,#4f6c892e,#0000 28%),linear-gradient(145deg,#003049 0%,#174765 56%,#496c89 100%);align-items:center;padding:70px;display:flex;position:relative;overflow:hidden}.login-pattern{pointer-events:none;opacity:.12;background-image:linear-gradient(45deg,#ffffff52 2px,#0000 2px),linear-gradient(-45deg,#ffffff38 2px,#0000 2px);background-position:0 0,55px 55px;background-size:110px 110px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000c 20% 80%,#0000);mask-image:linear-gradient(#0000,#000c 20% 80%,#0000)}.login-visual:before,.login-visual:after{content:"";border:1px solid #ffffff17;border-radius:50%;position:absolute}.login-visual:before{width:520px;height:520px;top:-180px;right:-180px}.login-visual:after{width:360px;height:360px;bottom:-170px;left:-110px}.login-visual-content{z-index:1;max-width:640px;position:relative}.login-hero-logo{opacity:.95;width:210px;max-width:100%;margin-bottom:34px}.login-visual h1{color:#fff;letter-spacing:-.045em;margin:8px 0 24px;font-size:clamp(44px,5vw,70px);line-height:1.03}.login-visual p{color:#fffc;max-width:590px;font-size:17px}.login-feature{color:#ffffffe0;background:#ffffff14;border:1px solid #ffffff24;border-radius:15px;align-items:flex-start;gap:12px;margin-top:36px;padding:17px 19px;line-height:1.5;display:flex}.login-form-side{background:radial-gradient(circle at 15% 12%,#1a95d326,#0000 22%),radial-gradient(circle at 100% 0,#496c8924,#0000 26%),linear-gradient(#f7fbfd,#edf5f9);place-items:center;padding:45px;display:grid;position:relative;overflow:hidden}.login-side-glow{filter:blur(8px);pointer-events:none;background:radial-gradient(circle,#1a95d329,#0000 62%);border-radius:50%;width:360px;height:360px;position:absolute;inset:auto -120px -80px auto}.login-card{z-index:1;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff2e;border:1px solid #ffffff7a;border-radius:30px;width:min(470px,100%);padding:38px;position:relative;box-shadow:0 22px 80px #00304914}.login-brand-stack{align-items:center;gap:18px;margin-bottom:12px;display:flex}.login-brand-stack h2{letter-spacing:-.03em;margin:2px 0 7px;font-size:32px}.login-brand-stack>div{flex:1}.login-help{text-align:center;margin:18px 0 0;font-size:12px!important}.field-label{color:#234055;margin:18px 0 7px;font-size:13px;font-weight:700;display:block}.input-shell{color:#607184;background:#ffffffdb;border:1px solid #7f9cb159;border-radius:14px;align-items:center;gap:10px;min-height:47px;padding:0 12px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.input-shell:focus-within{border-color:rgba(var(--primary-rgb), .6);box-shadow:0 0 0 4px rgba(var(--primary-rgb), .12);background:#fffffff2}.input-shell.large{border-radius:14px;min-height:52px;padding-left:14px}.input-shell input{color:#172033;background:0 0;border:0;outline:0;flex:1;width:100%;min-width:0}.input-action{color:#66758e;background:0 0;border:0;flex:none;align-items:center;gap:6px;display:inline-flex}.input-action.text{color:var(--primary);font-size:12px;font-weight:700}.login-card .button.full{margin-top:23px}.app-shell{grid-template-columns:258px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:30;background:var(--sidebar-gradient);color:#fff;border-right:1px solid #ffffff14;flex-direction:column;width:258px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:12px;min-height:148px;padding:22px 18px;display:flex}.sidebar-brand-stack{flex-direction:column;align-items:flex-start;gap:14px;width:100%;min-width:0;display:flex}.sidebar-brand strong{font-size:16px;line-height:1.3}.sidebar-brand span{color:#ffffffb8;font-size:11px}.sidebar-close{margin-left:auto;display:none}.sidebar-nav{flex:1;padding:20px 13px;overflow-y:auto}.nav-section-label{letter-spacing:.16em;color:#65748e;margin:0 13px 10px;font-size:9px;font-weight:800;display:block}.nav-link{color:#9eacc1;border-radius:12px;align-items:center;gap:12px;min-height:44px;margin:4px 0;padding:0 13px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link.active{color:#fff;background:var(--brand-gradient);box-shadow:0 10px 24px rgba(var(--primary-rgb), .28)}.sidebar-profile{background:#ffffff0f;border:1px solid #ffffff0f;border-radius:15px;align-items:center;gap:10px;margin:13px;padding:13px;display:flex}.avatar{background:var(--avatar-gradient);width:38px;height:38px;color:var(--avatar-text);border-radius:12px;flex:none;place-items:center;font-weight:800;display:grid;overflow:hidden}.avatar.large{border-radius:16px;width:56px;height:56px;font-size:20px}.profile-copy{flex-direction:column;flex:1;min-width:0;display:flex}.profile-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.profile-copy span{color:#8d9cb2;margin-top:2px;font-size:10px}.main-shell{grid-column:2;min-width:0}.topbar{z-index:20;background:var(--topbar-bg);border-bottom:1px solid var(--topbar-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:14px;min-height:86px;padding:16px 30px;display:flex;position:sticky;top:0}.page-heading{flex:1}.page-heading h1{letter-spacing:-.025em;margin:0 0 3px;font-size:21px}.page-heading p{margin:0;font-size:11px}.menu-button{display:none}.topbar-role{color:#62718a;background:#fff;border:1px solid #e0e7f0;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}.live-dot{background:#10b981;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #10b9811f}.page-content{max-width:1680px;margin:0 auto;padding:27px 30px 45px}.sidebar-backdrop{display:none}.hero-panel{color:#fff;background:radial-gradient(circle at 92% 10%, #ffffff29, transparent 26%), var(--hero-gradient);box-shadow:0 19px 48px rgba(var(--primary-rgb), .18);border-radius:22px;justify-content:space-between;align-items:center;gap:28px;padding:30px 33px;display:flex}.hero-panel h2{color:#fff;margin:2px 0 8px;font-size:28px}.hero-panel p{color:#ffffffc2;max-width:770px;margin:0;font-size:13px}.hero-actions{flex:none;gap:10px;display:flex}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--border);background:#fff;border-radius:17px;align-items:center;gap:13px;min-height:105px;padding:18px;display:flex;box-shadow:0 8px 25px #1925420e}.metric-icon{border-radius:13px;flex:none;place-items:center;width:42px;height:42px;display:grid}.metric-card>div:last-child{flex-direction:column;gap:5px;display:flex}.metric-card span{color:#718098;font-size:10px;font-weight:700}.metric-card strong{color:#121c30;font-size:25px;line-height:1}.tone-blue .metric-icon{color:#3157e8;background:#eaf0ff}.tone-indigo .metric-icon{color:#5554d8;background:#edf0ff}.tone-violet .metric-icon{color:#7b48dc;background:#f2ecff}.tone-amber .metric-icon{color:#d47a0d;background:#fff4df}.tone-green .metric-icon{color:#0d9b6c;background:#e9faf3}.tone-rose .metric-icon{color:#d4415c;background:#fff0f3}.danger-panel{border-color:#ffd9df;overflow:hidden}.attention-list{border-top:1px solid #f0e4e7}.attention-item{border-bottom:1px solid #f0e4e7;grid-template-columns:minmax(170px,1.3fr) minmax(180px,1fr) minmax(160px,.8fr) 100px;align-items:center;gap:20px;min-height:76px;padding:14px 26px;text-decoration:none;transition:background .15s;display:grid}.attention-item:last-child{border-bottom:0}.attention-item:hover{background:#fff9fa}.attention-item>div:first-child{flex-direction:column;gap:4px;display:flex}.attention-item>div:first-child strong{font-size:13px}.attention-item>div:first-child span{color:var(--muted);font-size:11px}.attention-owner,.attention-time{flex-direction:column;gap:4px;display:flex}.attention-owner span,.attention-time span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.attention-owner strong,.attention-time strong{font-size:11px}.table-shell{width:100%;min-width:0}.table-drag-hint{color:#8491a3;background:linear-gradient(#fbfcfe,#f8fafd);border-top:1px solid #edf1f5;justify-content:flex-end;align-items:center;gap:7px;min-height:34px;padding:8px 18px;font-size:10px;font-weight:700;display:flex}.table-wrap{overscroll-behavior-x:contain;scrollbar-gutter:stable;width:100%;overflow-x:auto}.draggable-table{cursor:grab;-webkit-user-select:none;user-select:none}.draggable-table.is-dragging{cursor:grabbing;scroll-behavior:auto}.draggable-table.is-dragging *{cursor:grabbing!important}.draggable-table a,.draggable-table button{-webkit-user-select:auto;user-select:auto}.data-table{border-collapse:collapse;width:100%;min-width:850px}.data-table th{text-align:left;color:#748198;text-transform:uppercase;letter-spacing:.09em;white-space:nowrap;background:#f8fafd;border-top:1px solid #edf1f6;border-bottom:1px solid #e8edf4;padding:11px 18px;font-size:9px}.data-table td{color:#526078;vertical-align:middle;border-bottom:1px solid #edf1f5;padding:14px 18px;font-size:11px}.data-table tbody tr:hover{background:#fafcff}.data-table tbody tr:last-child td{border-bottom:0}.data-table td strong{color:#1b263a;font-size:11px;display:block}.data-table td small{color:#8a96aa;margin-top:3px;font-size:9px;display:block}.serial-link{color:#3157d7;font-size:11px;font-weight:800;text-decoration:none}.serial-link:hover{text-decoration:underline}.inline-detail{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.row-arrow{color:#60708a;background:#f1f4f8;border-radius:9px;place-items:center;width:31px;height:31px;margin-left:auto;display:grid}.row-arrow:hover{color:#fff;background:var(--primary)}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:25px;padding:5px 9px;font-size:9px;font-weight:800;display:inline-flex}.status-reception{color:#3454c9;background:#edf2ff}.status-pending_lab,.status-pending_reception{color:#ae640d;background:#fff4df}.status-lab_received{color:#6841bd;background:#f0eaff}.status-in_process{color:#087da4;background:#e7f7ff}.status-completed{color:#087c59;background:#eafaf3}.status-returned{color:#087c59;background:#e9fbf2}.jobs-header{align-items:center}.filter-bar{grid-template-columns:minmax(270px,1fr) 220px 180px;gap:12px;padding:0 26px 22px;display:grid}.search-box{color:#718096;background:#f9fbfd;border:1px solid #dfe6ef;border-radius:12px;align-items:center;gap:9px;min-height:44px;padding:5px 6px 5px 13px;display:flex}.search-box:focus-within{border-color:#748df1;box-shadow:0 0 0 4px #3157e814}.search-box input{color:#172033;background:0 0;border:0;outline:0;flex:1;min-width:0}.filter-select{color:#718096;background:#fff;border:1px solid #dfe6ef;border-radius:12px;align-items:center;gap:7px;min-height:44px;padding:0 11px;display:flex}.filter-select select{color:#344157;background:0 0;border:0;outline:0;flex:1;min-width:0}.compact-select{color:#344157;background:#fff;border:1px solid #dce4ef;border-radius:11px;min-height:40px;padding:0 12px}.pagination{color:var(--muted);border-top:1px solid #edf1f5;justify-content:center;align-items:center;gap:17px;padding:18px 25px 22px;font-size:11px;display:flex}.form-page-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:22px;display:grid}.form-panel{overflow:hidden}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:4px 27px 27px;display:grid}.form-grid.single{grid-template-columns:1fr;padding:3px 25px 25px}.form-field{flex-direction:column;gap:7px;display:flex}.form-field.full{grid-column:1/-1}.form-field label{color:#344157;font-size:12px;font-weight:700}.form-field>input,.form-field>textarea,.form-field>select{color:#172033;background:#fff;border:1px solid #dbe3ee;border-radius:12px;outline:0;width:100%;padding:12px 13px;transition:border-color .15s,box-shadow .15s}.form-field>input,.form-field>select{min-height:45px}.form-field>textarea{resize:vertical;min-height:110px}.form-field>input:focus,.form-field>textarea:focus,.form-field>select:focus{border-color:#6380f1;box-shadow:0 0 0 4px #3157e817}.form-field small{color:#8994a6;font-size:10px;line-height:1.5}.form-actions{justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.side-note-card{color:#fff;box-shadow:var(--shadow);background:radial-gradient(circle at 90% 10%,#7862f580,#0000 30%),linear-gradient(150deg,#142542,#1c3160);border-radius:20px;padding:28px;position:sticky;top:108px}.side-note-card h3{color:#fff;margin:6px 0 12px;font-size:22px;line-height:1.2}.side-note-card p{color:#ffffffb8;font-size:13px}.side-note-card ul{color:#ffffffd1;margin:20px 0 0;padding-left:18px;font-size:12px;line-height:1.8}.side-note-icon{color:#fff;background:#ffffff1f;border-radius:15px;place-items:center;width:48px;height:48px;margin-bottom:20px;display:grid}.detail-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.detail-header-card{padding:34px}.detail-journey-card{background:radial-gradient(circle at 14% 10%,#1a95d32e,#0000 24%),radial-gradient(circle at 90% 12%,#cfe3f12e,#0000 18%),linear-gradient(135deg,#003049 0%,#174765 46%,#496c89 100%);border:0;border-radius:30px;padding:0;position:relative;overflow:hidden;box-shadow:0 26px 80px #00304929}.detail-journey-card:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 0%,#ffffff0d 44%,#0000 64%);animation:9s linear infinite journey-card-shine;position:absolute;inset:0;transform:translate(-140%)}@keyframes journey-card-shine{0%{transform:translate(-140%)}to{transform:translate(140%)}}.detail-journey-top{z-index:1;background:radial-gradient(circle at 84% 18%,#ffffff1f,#0000 22%),linear-gradient(135deg,#0f3552 0%,#1b5378 52%,#496c89 100%);border-radius:30px 30px 26px 26px;justify-content:space-between;align-items:flex-start;gap:20px;margin:0 0 10px;padding:34px 34px 22px;display:flex;position:relative;box-shadow:inset 0 -1px #ffffff14}.detail-journey-top h2{color:#fff;letter-spacing:-.055em;text-shadow:0 2px 10px #00000029;margin:0 0 8px;font-size:clamp(36px,4.4vw,50px);line-height:1}.detail-journey-top p{color:#ffffffd6;text-shadow:0 1px 6px #0000001f;margin:0;font-size:15px}.detail-status-stack{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.detail-progress-chip{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;min-height:40px;padding:10px 15px;font-size:12px;font-weight:800}.detail-journey-grid{z-index:1;padding:0 24px 24px;position:relative}.detail-journey-grid.single-column{display:block}.journey-main-card{background:linear-gradient(#fff,#f8fbfd 100%);border:1px solid #cfe3f1f2;border-radius:28px;padding:28px;box-shadow:0 22px 48px #0030491c}.journey-main-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.journey-main-head h3{letter-spacing:-.035em;margin:6px 0 8px;font-size:26px}.journey-main-head p{max-width:700px;margin:0;font-size:14px}.journey-main-badge{text-align:center;color:#fff;background:linear-gradient(135deg,#1a95d3,#496c89);border-radius:24px;min-width:132px;padding:15px 18px;box-shadow:0 18px 34px #1a95d33d}.journey-main-badge span{color:#ffffffc2;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.journey-main-badge strong{letter-spacing:-.04em;font-size:28px;line-height:1;display:block}.journey-progressbar{margin-bottom:24px}.journey-progressbar-track{background:#dfeaf1;border-radius:999px;height:14px;position:relative;overflow:hidden;box-shadow:inset 0 2px 6px #00304912}.journey-progressbar-fill{border-radius:inherit;background:linear-gradient(90deg,#003049 0%,#1a95d3 58%,#8fb6d8 100%);height:100%;position:relative;box-shadow:0 8px 16px #1a95d329}.journey-progressbar-fill:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 25%,#ffffffe6 50%,#fff3 75%,#0000 100%);width:38%;animation:2.4s linear infinite progress-sweep;position:absolute;top:0;bottom:0;left:-40%}@keyframes progress-sweep{0%{left:-40%}to{left:102%}}.journey-progressbar-labels{color:#7c8b99;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;margin-top:8px;font-size:11px;font-weight:700;display:flex}.status-stepper{--node-size:88px;--step-gap:18px;--connector-gap:8px;gap:var(--step-gap);grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;display:grid}.progress-step{text-align:center;flex-direction:column;align-items:center;gap:14px;min-width:0;display:flex;position:relative}.progress-track-segment{top:calc((var(--node-size) / 2) - 3px);pointer-events:none;z-index:0;height:6px;position:absolute;left:0;right:0}.progress-track-segment .segment{background:#d8e2ea;border-radius:999px;height:6px;position:absolute;top:0}.progress-track-segment .segment.after{left:calc(50% + (var(--node-size) / 2) + var(--connector-gap));right:calc(-50% + ((var(--node-size) / 2) - var(--step-gap) + var(--connector-gap)))}.progress-step.complete .progress-track-segment .segment.after{background:linear-gradient(90deg, color-mix(in srgb, var(--primary-dark) 88%, white) 0%, var(--primary) 32%, color-mix(in srgb, var(--primary) 36%, white) 48%, #fff 52%, color-mix(in srgb, var(--primary) 36%, white) 56%, var(--primary) 72%, color-mix(in srgb, var(--primary-dark) 88%, white) 100%);background-size:230% 100%;animation:2.35s linear infinite progress-line-flow}@keyframes progress-line-flow{0%{background-position:100% 0}to{background-position:-130% 0}}.progress-node-shell{z-index:1;width:var(--node-size);height:var(--node-size);will-change:transform;place-items:center;transition:transform .28s cubic-bezier(.2,.75,.25,1),filter .28s;display:grid;position:relative}.progress-node-ring{width:var(--node-size);height:var(--node-size);color:#6e8497;background:linear-gradient(#fefefe,#f7fbff);border:1px solid #bfd1de;border-radius:50%;place-items:center;transition:box-shadow .28s,border-color .28s,background .28s;display:grid;box-shadow:inset 0 1px #fffc}.progress-node-core{width:100%;height:100%;color:inherit;background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.progress-step.complete .progress-node-ring,.progress-step.active .progress-node-ring{color:#fff;border-color:color-mix(in srgb, var(--primary) 16%, white);background:linear-gradient(135deg, color-mix(in srgb, var(--primary-dark) 92%, white), var(--primary));box-shadow:0 16px 28px color-mix(in srgb, var(--primary) 24%, transparent)}.progress-step.active .progress-node-ring{box-shadow:0 0 0 9px color-mix(in srgb, var(--primary) 9%, transparent), 0 16px 28px color-mix(in srgb, var(--primary) 24%, transparent);animation:3.2s ease-in-out infinite active-node-breathe}@keyframes active-node-breathe{0%,to{box-shadow:0 0 0 9px color-mix(in srgb, var(--primary) 8%, transparent), 0 16px 28px color-mix(in srgb, var(--primary) 22%, transparent)}50%{box-shadow:0 0 0 13px color-mix(in srgb, var(--primary) 12%, transparent), 0 20px 34px color-mix(in srgb, var(--primary) 28%, transparent)}}@media (hover:hover) and (pointer:fine){.progress-step:hover .progress-node-shell{filter:drop-shadow(0 10px 14px #0f23371a);transform:translateY(-4px)scale(1.035)}.progress-step:hover .progress-node-ring{border-color:color-mix(in srgb, var(--primary) 36%, #bfd1de)}}@media (prefers-reduced-motion:reduce){.progress-step.complete .progress-track-segment .segment.after,.progress-step.active .progress-node-ring{animation:none}.progress-node-shell,.progress-node-ring{transition:none}}.progress-copy{z-index:1;flex-direction:column;align-items:center;gap:8px;max-width:180px;display:flex;position:relative}.progress-copy-head{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.progress-order{color:#5f7488;background:#edf3f8;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:22px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.progress-copy strong{color:#263247;font-size:16px;line-height:1.25}.progress-step.upcoming .progress-copy strong{color:#64758a}.progress-copy small{color:#78889b;font-size:12px;line-height:1.5}.journey-bottom-strip{grid-template-columns:170px minmax(0,1fr);align-items:center;gap:16px;margin-top:22px;display:grid}.journey-orb-only{justify-content:center;align-items:center;min-height:100%;padding:10px 0;display:flex}.journey-percent-orb{background:conic-gradient(from 180deg,#8fb6d8,#1a95d3,#cfe3f1,#8fb6d8);border-radius:50%;width:148px;height:148px;margin:22px auto 0;padding:10px;box-shadow:0 18px 42px #07122c38,inset 0 0 0 1px #ffffff14}.journey-percent-orb.static{animation:none}.journey-percent-orb-inner{text-align:center;background:linear-gradient(#0b3956,#05283e);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.journey-percent-orb.minimalist{margin:0}.journey-percent-orb-inner.minimalist strong{color:#fff;letter-spacing:-.05em;margin-top:0;font-size:40px;line-height:1;display:block}.journey-percent-orb-inner span{color:#ffffffa8;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:700}.journey-percent-orb-inner strong{color:#fff;letter-spacing:-.05em;margin-top:8px;font-size:36px;line-height:1;display:block}.journey-meta-list.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.journey-meta-item{background:#f7fbfd;border:1px solid #dbe6ee;border-radius:18px;align-items:center;gap:12px;min-height:94px;padding:16px 18px;display:flex}.journey-meta-item svg{color:#1a95d3;flex:none}.journey-meta-item span{color:#77879a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.journey-meta-item strong{color:#17364c;font-size:14px;line-height:1.35;display:block}.detail-grid{grid-template-columns:.9fr 1.1fr;gap:22px;display:grid}.custody-owner-card{background:linear-gradient(135deg,#edf6fb,#f7fbfd);border:1px solid #d7e4ec;border-radius:15px;align-items:center;gap:14px;margin:2px 26px 20px;padding:18px;display:flex}.custody-owner-card>div:last-child{flex-direction:column;display:flex}.custody-owner-card span{color:#6d7890;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:700}.custody-owner-card strong{margin:3px 0;font-size:15px}.custody-owner-card small{color:#7c879a;font-size:10px}.detail-facts{gap:11px;padding:0 26px 26px;display:grid}.detail-facts.two{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-facts>div{background:#fafcfd;border:1px solid #e3ebf1;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:22px 1fr;column-gap:8px;min-height:67px;padding:13px;display:grid}.detail-facts svg{color:#61708a;grid-row:1/3;margin-top:3px}.detail-facts span{color:#8590a3;font-size:9px}.detail-facts strong{color:#27334a;margin-top:3px;font-size:11px}.info-list{margin:0;padding:0 26px 26px}.info-list>div{border-bottom:1px solid #edf1f5;grid-template-columns:150px 1fr;gap:16px;padding:13px 0;display:grid}.info-list>div:last-child{border-bottom:0}.info-list dt{color:#7a869b;align-items:center;gap:8px;font-size:10px;display:flex}.info-list dd{color:#263249;margin:0;font-size:11px;line-height:1.6}.action-panel{background:linear-gradient(135deg,#fff,#f7fbfd);justify-content:space-between;align-items:center;gap:25px;padding:23px 26px;display:flex}.action-panel h3{margin:0 0 5px;font-size:18px}.action-panel p{margin:0;font-size:12px}.action-notice{align-items:center}.action-notice a{color:#0f6e9f;font-weight:800}.event-timeline{padding:0 27px 25px}.event-item{grid-template-columns:35px 1fr;gap:12px;display:grid;position:relative}.event-item:not(:last-child):before{content:"";background:#dfe5ee;width:1px;position:absolute;top:34px;bottom:-4px;left:17px}.event-dot{z-index:1;color:#0f6e9f;background:#eaf5fb;border:1px solid #d7e7f0;border-radius:11px;place-items:center;width:35px;height:35px;display:grid}.event-content{padding:4px 0 21px}.event-title-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.event-title-row strong{color:#29354b;font-size:11px;line-height:1.55}.event-title-row time{color:#8994a7;flex:none;font-size:9px}.event-meta{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.event-meta span{color:#7e899c;align-items:center;gap:4px;font-size:9px;display:inline-flex}.handover-card{box-shadow:var(--shadow);background:linear-gradient(135deg,#fff9ed,#fff 58%);border:1px solid #f4d9a8;border-radius:20px;padding:24px 27px}.handover-heading{align-items:flex-start;gap:14px;display:flex}.handover-icon{color:#b86a08;background:#fff0d3;border-radius:15px;flex:none;place-items:center;width:47px;height:47px;display:grid}.handover-heading h3{margin:1px 0 6px;font-size:18px}.handover-heading p{margin:0;font-size:12px}.handover-grid{grid-template-columns:235px 1fr;align-items:center;gap:28px;margin-top:20px;display:grid}.handover-qr{flex-direction:column;align-items:center;gap:8px;display:flex}.handover-qr small{color:#7e8798;text-align:center;font-size:9px}.qr-image{background:#fff;border:1px solid #e2e7ef;border-radius:13px;display:block}.qr-placeholder{background:linear-gradient(90deg,#eef1f5,#f7f8fa,#eef1f5) 0 0/200% 100%;border-radius:13px;animation:1.4s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.handover-code-block{flex-direction:column;align-items:flex-start;display:flex}.big-code{letter-spacing:.18em;color:#1b263b;margin:6px 0 12px;font-size:clamp(36px,5vw,54px);font-weight:800}.countdown{color:#a75f0b;align-items:center;gap:7px;margin-bottom:18px;font-size:12px;font-weight:700;display:flex}.countdown.expired{color:var(--danger)}.handover-footer{border-top:1px solid #f0dfbf;justify-content:flex-end;margin-top:18px;padding-top:17px;display:flex}.fixed-qr-modal{text-align:center}.fixed-qr-modal .qr-image{margin:0 auto}.fixed-qr-modal h3{margin:15px 0 4px;font-size:22px}.fixed-qr-modal p{margin-bottom:17px}.fixed-qr-modal .notice{text-align:left;margin-bottom:15px}.accept-page-grid{grid-template-columns:minmax(0,1fr) 350px;align-items:stretch;gap:22px;max-width:1050px;margin:0 auto;display:grid}.accept-panel{text-align:center;padding:34px}.accept-hero-icon{color:#fff;background:linear-gradient(135deg,#3157e8,#724be1);border-radius:20px;place-items:center;width:65px;height:65px;margin:0 auto 17px;display:grid;box-shadow:0 14px 32px #4a4bc940}.accept-panel h2{margin:2px 0 8px;font-size:28px}.accept-panel>p{max-width:570px;margin:0 auto 25px;font-size:13px}.accept-code-form{text-align:left;max-width:540px;margin:0 auto}.accept-code-form label{color:#354258;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.big-code-input{color:#738199;background:#fafcff;border:1px solid #d7e0ed;border-radius:16px;align-items:center;gap:12px;min-height:68px;padding:0 17px;display:flex}.big-code-input:focus-within{border-color:#6681ef;box-shadow:0 0 0 4px #3157e81a}.big-code-input input{color:#162037;letter-spacing:.27em;text-align:center;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:27px;font-weight:800}.accept-code-form .button-row{margin-top:12px}.camera-button{flex:none}.accept-summary{text-align:left;background:#f9fbfe;border:1px solid #dfe6f0;border-radius:17px;margin-top:28px;padding:22px}.accept-summary-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.accept-summary-header h3{margin:0;font-size:22px}.department-chip,.role-chip,.active-chip,.delivery-chip,.you-chip{white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:4px 9px;font-size:9px;font-weight:800;display:inline-flex}.department-chip.lab,.role-chip.lab{color:#6440bd;background:#f0eaff}.department-chip.reception,.role-chip.reception{color:#3455c8;background:#edf2ff}.role-chip.admin{color:#b05d0a;background:#fff3dd}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.summary-grid>div{background:#fff;border:1px solid #e4e9f0;border-radius:11px;flex-direction:column;gap:4px;padding:12px;display:flex}.summary-grid span{color:#8893a5;font-size:9px}.summary-grid strong{color:#29354a;font-size:11px}.accept-rules{color:#fff;box-shadow:var(--shadow);background:radial-gradient(circle at 85% 8%,#7157ef7a,#0000 28%),linear-gradient(150deg,#121f39,#1a315b);border-radius:20px;padding:32px 28px}.accept-rules h3{color:#fff;font-size:23px;line-height:1.25}.rule-item{grid-template-columns:32px 1fr;gap:11px;margin-top:22px;display:grid}.rule-item>div{background:#ffffff1f;border-radius:10px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.rule-item p{flex-direction:column;gap:4px;margin:0;display:flex}.rule-item strong{color:#fff;font-size:11px}.rule-item span{color:#ffffffa1;font-size:10px;line-height:1.5}.rule-security{color:#ffffffba;background:#ffffff14;border-radius:13px;align-items:flex-start;gap:9px;margin-top:27px;padding:14px;font-size:10px;line-height:1.55;display:flex}.scan-page{max-width:780px;margin:0 auto}.scan-card{text-align:center;padding:38px}.scan-visual{color:#3157e8;background:linear-gradient(135deg,#eaf0ff,#f0eaff);border-radius:24px;place-items:center;width:82px;height:82px;margin:0 auto 20px;display:grid}.scan-card h2{margin:2px 0 8px;font-size:29px}.scan-card>p{max-width:580px;margin:0 auto 22px;font-size:13px}.scan-button{min-width:240px}.divider{color:#98a2b2;letter-spacing:.1em;align-items:center;gap:12px;margin:25px 0;font-size:9px;font-weight:800;display:flex}.divider:before,.divider:after{content:"";background:#e3e8ef;flex:1;height:1px}.scan-manual-form{grid-template-columns:1fr auto;gap:10px;display:grid}.scanner-video-wrap{aspect-ratio:4/3;background:#101827;border-radius:16px;position:relative;overflow:hidden}.scanner-video-wrap video{object-fit:cover;width:100%;height:100%}.scanner-frame{color:#fffc;border:2px solid #77a0ff;border-radius:17px;place-items:center;width:62%;height:50%;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 0 0 9999px #050a1459}.scanner-cover{color:#c8d1df;text-align:center;background:#101827;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:25px;font-size:12px;line-height:1.55;display:flex;position:absolute;inset:0}.manual-code-row{grid-template-columns:1fr auto;gap:10px;display:grid}.scanner-modal{place-self:start center;margin-top:clamp(92px,12vh,138px);transform:none}.scanner-modal .modal-body{padding-top:18px}.scanner-shell{gap:14px;display:grid}.users-grid{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:22px;display:grid}.user-form-card{position:sticky;top:108px}.user-list{padding:0 24px 24px}.user-row{border-bottom:1px solid #edf1f5;grid-template-columns:40px minmax(170px,1.2fr) 110px minmax(120px,.7fr) 75px 75px;align-items:center;gap:12px;min-height:75px;padding:12px 0;display:grid}.user-row:last-child{border-bottom:0}.user-row.disabled{opacity:.58}.user-row-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.user-row-copy strong{color:#263249;align-items:center;gap:7px;font-size:11px;display:flex}.user-row-copy span{text-overflow:ellipsis;white-space:nowrap;color:#8490a4;font-size:9px;overflow:hidden}.you-chip{background:#edf2ff;color:#3157d4!important}.user-last-login{flex-direction:column;gap:3px;display:flex}.user-last-login span{color:#8a95a7;text-transform:uppercase;font-size:8px}.user-last-login strong{color:#4e5b71;font-size:9px}.active-chip.active{color:#087b58;background:#eafaf3}.active-chip.inactive{color:#bd3049;background:#fff0f2}.audit-search{margin:0 26px 20px}.audit-list,.notification-list{padding:0 26px 25px}.audit-item,.notification-item{border-bottom:1px solid #edf1f5;grid-template-columns:39px 1fr;gap:12px;padding:14px 0;display:grid}.audit-item:last-child,.notification-item:last-child{border-bottom:0}.audit-icon,.notification-icon{color:#4d5ad0;background:#eef2ff;border-radius:12px;place-items:center;width:39px;height:39px;display:grid}.audit-copy,.notification-copy{min-width:0}.audit-title,.notification-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.audit-title strong,.notification-title strong{color:#29354b;font-size:11px;line-height:1.55}.audit-title time,.notification-title time{color:#8b96a7;flex:none;font-size:9px}.audit-meta,.notification-meta{flex-wrap:wrap;gap:8px;margin-top:7px;display:flex}.audit-meta span,.notification-meta span,.notification-meta a{color:#78859a;font-size:9px}.notification-item.sent .notification-icon{color:#087b58;background:#eafaf3}.notification-item.failed .notification-icon{color:#c42d49;background:#fff0f2}.notification-item.disabled .notification-icon{color:#738096;background:#f0f3f7}.notification-copy p{white-space:pre-line;color:#68758a;margin:6px 0 0;font-size:10px;line-height:1.55}.delivery-chip.sent{color:#087b58;background:#eafaf3}.delivery-chip.failed{color:#c42d49;background:#fff0f2}.delivery-chip.disabled{color:#657287;background:#eef1f5}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#070e1b8f;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:21px;width:min(590px,100%);max-height:calc(100vh - 44px);overflow:auto;box-shadow:0 28px 90px #040a194d}.modal-small{width:min(410px,100%)}.modal-large{width:min(850px,100%)}.modal-header{border-bottom:1px solid #e8edf3;justify-content:space-between;align-items:center;gap:15px;min-height:66px;padding:14px 18px 14px 23px;display:flex}.modal-header h2{margin:0;font-size:18px}.modal-body{padding:22px}.toast-stack{z-index:200;flex-direction:column;gap:10px;width:min(390px,100vw - 44px);display:flex;position:fixed;bottom:22px;right:22px}.toast{color:#344157;background:#fffffff7;border:1px solid #dfe6ef;border-radius:14px;grid-template-columns:22px 1fr 30px;align-items:center;gap:9px;min-height:54px;padding:11px 11px 11px 14px;font-size:12px;display:grid;box-shadow:0 18px 50px #0f172a2b}.toast-success>svg{color:#0a9367}.toast-error>svg{color:#d13a54}.toast-info>svg{color:#3157d8}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:35px;display:flex}.empty-icon{color:#6d7a90;background:#eef2f7;border-radius:17px;place-items:center;width:56px;height:56px;margin-bottom:14px;display:grid}.empty-state h3{margin:0 0 6px;font-size:17px}.empty-state p{max-width:430px;margin:0;font-size:12px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.not-found .brand-mark{width:82px}.not-found h2{margin:20px 0 6px}@media (width<=1320px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.user-row{grid-template-columns:40px minmax(150px,1fr) 100px 80px 70px}.user-last-login{display:none}}@media (width<=1080px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.mobile-login-brand{align-items:center;gap:10px;margin-bottom:28px;display:flex}.login-form-side{min-height:100vh}.form-page-grid,.accept-page-grid,.users-grid{grid-template-columns:1fr}.side-note-card,.user-form-card{position:static}.detail-grid{grid-template-columns:1fr}.filter-bar{grid-template-columns:1fr 1fr}.filter-bar .search-box{grid-column:1/-1}.attention-item{grid-template-columns:1.2fr 1fr .8fr}.attention-time{display:none}}@media (width<=840px){.app-shell{display:block}.sidebar{transition:transform .2s;transform:translate(-105%);box-shadow:24px 0 70px #060d1c4d}.sidebar.open{transform:translate(0)}.sidebar-close,.menu-button{display:grid}.sidebar-backdrop{z-index:29;background:#050a1473;border:0;display:block;position:fixed;inset:0}.main-shell{width:100%}.topbar{min-height:74px;padding:13px 17px}.topbar-role{display:none}.page-content{padding:18px 16px 35px}.hero-panel{flex-direction:column;align-items:flex-start}.hero-actions{width:100%}.hero-actions .button{flex:1}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-main-head{flex-direction:column}.journey-bottom-strip{grid-template-columns:1fr}.journey-meta-list.grid{grid-template-columns:1fr 1fr}.status-stepper{grid-template-columns:repeat(5,220px);padding-bottom:8px;overflow-x:auto}.detail-facts.two,.handover-grid{grid-template-columns:1fr}.handover-code-block{align-items:center}.action-panel{flex-direction:column;align-items:flex-start}.action-panel .button-row{width:100%}.action-panel .button{flex:1}.user-row{grid-template-columns:40px 1fr auto auto}.role-chip{display:none}.user-row>.button,.user-row>span:last-child{grid-column:4}}@media (width<=600px){.login-form-side{padding:18px}.login-card{border-radius:21px;padding:27px 22px}.login-brand-stack{flex-direction:column}.page-heading h1{font-size:17px}.page-heading p{display:none}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:90px;padding:13px}.metric-icon{width:37px;height:37px}.metric-card strong{font-size:21px}.panel{border-radius:17px}.panel-header{flex-direction:column;gap:12px;padding:20px 18px 16px}.panel-header .button{width:100%}.hero-panel{border-radius:18px;padding:24px 20px}.hero-panel h2{font-size:23px}.hero-actions{flex-direction:column}.attention-item{grid-template-columns:1fr;gap:8px;padding:14px 18px}.attention-owner{display:none}.filter-bar{grid-template-columns:1fr;padding:0 18px 18px}.filter-bar .search-box{grid-column:auto}.search-box .button{display:none}.form-grid{grid-template-columns:1fr;padding:3px 18px 20px}.form-field.full{grid-column:auto}.form-actions{flex-direction:column-reverse}.form-actions .button{width:100%}.detail-toolbar{flex-direction:column;align-items:stretch}.detail-toolbar>.button,.detail-toolbar .button-row{width:100%}.detail-toolbar .button{flex:1}.detail-header-card{padding:0}.detail-journey-top{flex-direction:column;padding:24px 18px 18px}.detail-status-stack{align-items:flex-start;width:100%}.detail-journey-grid{padding:0 14px 14px}.journey-main-card{border-radius:22px;padding:20px 16px}.journey-orb-only{padding:4px 0 10px}.journey-percent-orb{width:136px;height:136px}.journey-main-badge{width:100%}.journey-meta-list.grid{grid-template-columns:1fr}.status-stepper{--node-size:74px;--connector-gap:6px}.progress-node-shell,.progress-node-ring{width:var(--node-size);height:var(--node-size)}.progress-track-segment .segment.after{left:calc(50% + (var(--node-size) / 2) + var(--connector-gap));right:calc(-50% + ((var(--node-size) / 2) - var(--step-gap) + var(--connector-gap)))}.progress-copy{max-width:150px}.progress-copy strong{font-size:15px}.detail-title-row{flex-direction:column;margin-bottom:22px}.detail-title-row h2{font-size:23px}.custody-owner-card,.detail-facts,.info-list{margin-left:18px;margin-right:18px;padding-left:0;padding-right:0}.info-list>div{grid-template-columns:1fr;gap:6px}.handover-card{padding:20px 18px}.big-code{font-size:33px}.event-timeline{padding:0 18px 20px}.event-title-row{flex-direction:column;gap:5px}.accept-panel{padding:25px 18px}.accept-code-form .button-row{flex-direction:column}.camera-button{width:100%}.summary-grid{grid-template-columns:1fr}.accept-rules{padding:27px 22px}.scan-card{padding:28px 18px}.scan-manual-form,.manual-code-row{grid-template-columns:1fr}.scan-manual-form .button,.manual-code-row .button{width:100%}.user-list,.audit-list,.notification-list{padding-left:18px;padding-right:18px}.user-row{grid-template-columns:38px 1fr auto}.active-chip{grid-column:3}.user-row>.button,.user-row>span:last-child{grid-column:1/-1;width:100%}.audit-title,.notification-title{flex-direction:column;gap:5px}.modal-backdrop{padding:10px}.modal{border-radius:17px;max-height:calc(100vh - 20px)}.modal-body{padding:17px}.scanner-modal{margin-top:16px}.toast-stack{width:calc(100vw - 24px);bottom:12px;right:12px}}.demo-account-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0 4px;display:grid}.demo-account{color:#536078;background:#f8faff;border:1px solid #dde5f0;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:66px;font-size:11px;font-weight:800;transition:all .16s;display:flex}.demo-account:hover{background:#f2f5ff;border-color:#9cafef;transform:translateY(-1px)}.demo-account.selected{color:#3157e8;background:#eef2ff;border-color:#7f96ef;box-shadow:0 0 0 3px #3157e814}.text-button{color:#3157e8;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}@media (width<=520px){.demo-account-grid{grid-template-columns:1fr}.demo-account{flex-direction:row;min-height:48px}}:root,html[data-brand-theme=ocean],body[data-brand-theme=ocean]{--page-bg:#f4f7fb;--surface:#fff;--surface-soft:#f8fbfd;--border:#d6e2ec;--muted:#607184;--navy:#003049;--navy-2:#496c89;--navy-3:#0a3d5a;--primary:#1a95d3;--primary-dark:#0d6f9f;--primary-strong:#5149dd;--sidebar-active-start:#4162e6f2;--sidebar-active-end:#5e45d7f2;--hero-gradient:linear-gradient(125deg, #234bd0, #473bb9 62%, #5836af);--hero-shadow:0 19px 48px #373ea638;--hero-overlay:linear-gradient(118deg, #002033db, #0030499e);--hero-glow:#937eff73;--sidebar-bg:linear-gradient(180deg, #003049 0%, #0a3d5a 58%, #496c89 100%);--sidebar-text:#fff;--sidebar-muted:#b4c0cf;--sidebar-subtle:#93a2bb;--topbar-bg:#f7f9fde0;--topbar-border:#dae1ecd9;--theme-pill-bg:#fff;--theme-pill-border:#dbe3ef;--theme-pill-text:#334055;--theme-track:#e4e9f2;--theme-thumb:linear-gradient(135deg, #1a95d3, #5149dd);--notice-info-bg:#edf5ff;--notice-info-border:#d6e8ff}html[data-brand-theme=burgundy],body[data-brand-theme=burgundy]{--page-bg:#f5efec;--surface:#fffdfc;--surface-soft:#fbf5f3;--border:#ead8d5;--muted:#756064;--navy:#80141d;--navy-2:#b17479;--navy-3:#5e1017;--primary:#80141d;--primary-dark:#611018;--primary-strong:#b73644;--sidebar-active-start:#80141df5;--sidebar-active-end:#ad3a46f5;--hero-gradient:linear-gradient(125deg, #80141d, #9b2230 58%, #bf5965);--hero-shadow:0 19px 48px #6e1c2738;--hero-overlay:linear-gradient(118deg, #3d0a11d6, #5910189e);--hero-glow:#ffdfe229;--sidebar-bg:linear-gradient(180deg, #4b0d16 0%, #6a1420 58%, #9d5f67 100%);--sidebar-text:#fff7f6;--sidebar-muted:#f0dada;--sidebar-subtle:#ddc1c3;--topbar-bg:#fbf6f4e6;--topbar-border:#e9d8d3e6;--theme-pill-bg:#fffdfc;--theme-pill-border:#ead8d5;--theme-pill-text:#5b2c33;--theme-track:#ecd5d9;--theme-thumb:linear-gradient(135deg, #80141d, #c04653);--notice-info-bg:#faecef;--notice-info-border:#f0d5db}html,body{background:var(--page-bg)}body{color:#172033}.panel{background:var(--surface);border-color:var(--border)}.button.primary{background:linear-gradient(135deg, var(--primary), var(--primary-strong));box-shadow:0 9px 23px color-mix(in srgb, var(--primary) 28%, transparent)}.button.primary:hover:not(:disabled){box-shadow:0 12px 28px color-mix(in srgb, var(--primary) 34%, transparent)}.button.light{color:var(--primary-dark)}.button.secondary{border-color:var(--border);background:var(--surface)}.button.secondary:hover:not(:disabled){background:var(--surface-soft);border-color:color-mix(in srgb, var(--primary) 35%, var(--border))}.input-shell:focus-within{border-color:color-mix(in srgb, var(--primary) 55%, white);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 13%, transparent)}.login-form-side{background:linear-gradient(180deg, color-mix(in srgb, var(--page-bg) 92%, white), var(--surface-soft))}.login-side-glow{background:radial-gradient(circle at center, color-mix(in srgb, var(--primary) 12%, white), transparent 72%)}.login-card{border-color:color-mix(in srgb, var(--border) 82%, white);background:#ffffffdb}html[data-brand-theme=burgundy] .login-card,body[data-brand-theme=burgundy] .login-card{background:#fffbfaeb}.login-brand-stack.refined{grid-template-columns:170px minmax(0,1fr);align-items:center;gap:28px}.mobile-login-brand strong{color:#172033}.sidebar{background:var(--sidebar-bg);color:var(--sidebar-text)}.sidebar-brand{flex-direction:column;align-items:flex-start;gap:16px;min-height:164px;padding:26px 20px 24px;position:relative}.sidebar-logo{width:180px;max-width:calc(100% - 8px)}.sidebar-brand-copy{flex-direction:column;gap:4px;display:flex}.sidebar-brand-copy strong{letter-spacing:-.02em;font-size:22px;line-height:1}.sidebar-brand-copy span{color:var(--sidebar-muted);font-size:13px}.sidebar-close{margin:0;position:absolute;top:16px;right:16px}.nav-section-label{color:var(--sidebar-subtle)}.nav-link{color:var(--sidebar-muted)}.nav-link.active{background:linear-gradient(135deg, var(--sidebar-active-start), var(--sidebar-active-end));box-shadow:0 10px 24px color-mix(in srgb, var(--primary) 30%, transparent)}.sidebar-profile{background:#ffffff14;border-color:#ffffff14}.avatar{color:#3d4dc2;background:linear-gradient(135deg,#e8eefc,#f4eefb);overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-copy span{color:var(--sidebar-muted)}.topbar{background:var(--topbar-bg);border-bottom-color:var(--topbar-border)}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.theme-toggle{border:1px solid var(--theme-pill-border);background:var(--theme-pill-bg);min-height:44px;color:var(--theme-pill-text);border-radius:999px;align-items:center;gap:12px;padding:7px 10px 7px 13px;display:inline-flex}.theme-toggle-copy{white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.theme-switch{background:var(--theme-track);border-radius:999px;align-items:center;width:52px;height:28px;padding:3px;display:inline-flex}.theme-switch-thumb{background:var(--theme-thumb);border-radius:50%;width:22px;height:22px;transition:transform .18s;box-shadow:0 5px 10px #11182733}.theme-switch.on .theme-switch-thumb{transform:translate(24px)}.topbar-role{background:var(--surface);border-color:var(--border)}.page-content{max-width:100%}.hero-panel{background:radial-gradient(circle at 92% 10%, var(--hero-glow), transparent 26%), var(--hero-gradient);box-shadow:var(--hero-shadow)}.hero-panel.with-video{min-height:210px;position:relative;overflow:hidden}.hero-video-wrap{position:absolute;inset:0}.hero-video{object-fit:cover;width:100%;height:100%;display:block}.hero-video-overlay{background:var(--hero-overlay);position:absolute;inset:0}.hero-content>div:first-child{min-width:0}.hero-content p{max-width:720px}.user-row{grid-template-columns:40px minmax(170px,1.2fr) 130px minmax(130px,.8fr) 90px minmax(270px,1fr);gap:14px}.user-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.self-account-note{color:var(--muted);font-size:11px;font-weight:700}.full-width-note{background:var(--notice-info-bg);border:1px solid var(--notice-info-border);grid-column:1/-1}.full-width-note strong{color:#20324f;margin-bottom:4px;display:block}.full-width-note span{color:var(--muted);font-size:12px}.notification-item.configured .notification-icon,.delivery-chip.configured{color:var(--primary-dark);background:color-mix(in srgb, var(--primary) 10%, white)}.delivery-chip.configured{border-radius:999px;padding:4px 9px}@media (width<=1100px){.user-row{grid-template-columns:40px minmax(150px,1fr) 110px 80px 1fr}.user-last-login{display:none}}@media (width<=900px){.topbar{align-items:flex-start}.topbar-actions{justify-content:flex-start;width:100%}.login-brand-stack.refined{grid-template-columns:1fr;gap:18px}.login-brand-stack.refined .brand-logo{width:160px}.user-row{grid-template-columns:40px 1fr}.user-row .role-chip,.user-row .active-chip,.user-row .user-last-login,.user-row .user-actions{grid-column:1/-1}.user-actions{justify-content:flex-start}}@media (width<=760px){.sidebar-brand{min-height:142px;padding:24px 18px 20px}.sidebar-logo{width:155px}.sidebar-brand-copy strong{font-size:20px}.hero-content{flex-direction:column;align-items:flex-start}.hero-actions{flex-wrap:wrap;width:100%}.hero-actions .button{width:100%}}@media (width<=520px){.theme-toggle{justify-content:space-between;width:100%}.login-brand-stack.refined .brand-logo{width:144px}.sidebar-brand-copy strong{font-size:18px}}.avatar span{line-height:1}.avatar.has-photo{background:#fff}.avatar.has-photo img{object-fit:cover;width:100%;height:100%;display:block}.sidebar-logo{width:146px}.sidebar-brand-copy{flex-direction:column;gap:4px;max-width:180px;display:flex}.topbar-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.theme-toggle{border:1px solid var(--border);color:#324159;background:#ffffffc7;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:8px 13px 8px 10px;display:inline-flex;box-shadow:0 10px 26px #0030490d}.theme-toggle:hover{border-color:rgba(var(--primary-rgb), .35)}.theme-toggle strong{font-size:12px;line-height:1.2;display:block}.theme-toggle small{color:#73829a;margin-top:2px;font-size:10px;display:block}.theme-toggle-indicator{color:#fff;background:var(--brand-gradient);width:32px;height:32px;box-shadow:0 8px 20px rgba(var(--primary-rgb), .22);border-radius:11px;place-items:center;display:grid}.dashboard-hero.with-video{min-height:210px;position:relative;overflow:hidden}.hero-video-wrap,.hero-video,.hero-video-overlay{position:absolute;inset:0}.hero-video{object-fit:cover;width:100%;height:100%}.hero-video-overlay{background:linear-gradient(90deg, #000000a3 0%, #0000007a 40%, #0000006b 100%), linear-gradient(135deg, rgba(var(--primary-rgb), .32), #0030493d)}.hero-content{z-index:1;justify-content:space-between;align-items:center;gap:28px;width:100%;display:flex;position:relative}.hero-content h2{max-width:800px}.login-brand-stack.refined{align-items:center;margin-bottom:18px}.login-brand-stack.refined .brand-logo{width:152px}.quick-access-head{margin-top:2px;margin-bottom:10px}.quick-access-head p{margin:0;font-size:12px}.login-card .notice{margin-top:12px}.user-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.role-chip-inline{justify-self:start}.avatar-upload-field{margin-bottom:4px}.avatar-upload-box{background:linear-gradient(135deg,#ffffffc7,#f7fbfdeb);border:1px dashed #c5d3df;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:120px;padding:16px;display:grid}.avatar-upload-copy strong{color:#21314a;margin-bottom:5px;font-size:13px;display:block}.avatar-upload-copy small{color:#78869a;font-size:11px;line-height:1.6;display:block}.theme-toggle:focus-visible,.demo-account:focus-visible,.nav-link:focus-visible,.button:focus-visible,.icon-button:focus-visible{outline:3px solid rgba(var(--primary-rgb), .18);outline-offset:2px}.user-row{grid-template-columns:44px minmax(170px,1.2fr) 120px minmax(140px,.8fr) 90px minmax(250px,1fr)}html[data-brand-theme=burgundy] .login-visual,body[data-brand-theme=burgundy] .login-visual{background:radial-gradient(circle at 18% 18%,#ffffff14,#0000 30%),radial-gradient(circle at 92% 82%,#ffffff14,#0000 28%),linear-gradient(145deg,#430e17 0%,#68121f 56%,#80141d 100%)}html[data-brand-theme=burgundy] .login-form-side,body[data-brand-theme=burgundy] .login-form-side{background:radial-gradient(circle at 15% 12%,#80141d1f,#0000 22%),radial-gradient(circle at 100% 0,#a9313d1f,#0000 26%),linear-gradient(#fbf7f8,#f7eff1)}html[data-brand-theme=burgundy] .side-note-card,body[data-brand-theme=burgundy] .side-note-card,html[data-brand-theme=burgundy] .detail-journey-card,body[data-brand-theme=burgundy] .detail-journey-card,html[data-brand-theme=burgundy] .journey-summary-card.compact,body[data-brand-theme=burgundy] .journey-summary-card.compact{background:linear-gradient(135deg,#4a0f17 0%,#80141d 100%)}html[data-brand-theme=burgundy] .detail-journey-top,body[data-brand-theme=burgundy] .detail-journey-top{background:radial-gradient(circle at 84% 18%,#ffffff1a,#0000 22%),linear-gradient(135deg,#4a0f17 0%,#80141d 62%,#96202c 100%)}html[data-brand-theme=burgundy] .journey-percent-orb,body[data-brand-theme=burgundy] .journey-percent-orb{background:conic-gradient(from 180deg,#d7a4ac,#a9313d,#f2d8dc,#d7a4ac);box-shadow:0 18px 42px #4a0f172e,inset 0 0 0 1px #ffffff14}html[data-brand-theme=burgundy] .journey-percent-orb-inner,body[data-brand-theme=burgundy] .journey-percent-orb-inner{background:linear-gradient(#5f121d,#420c14)}html[data-brand-theme=burgundy] .progress-step.complete .progress-node-ring,body[data-brand-theme=burgundy] .progress-step.complete .progress-node-ring,html[data-brand-theme=burgundy] .progress-step.active .progress-node-ring,body[data-brand-theme=burgundy] .progress-step.active .progress-node-ring{background:linear-gradient(135deg,#80141d,#a9313d);box-shadow:0 16px 28px #80141d33}html[data-brand-theme=burgundy] .progress-step.active .progress-node-ring,body[data-brand-theme=burgundy] .progress-step.active .progress-node-ring{box-shadow:0 0 0 9px #a9313d1a,0 16px 28px #80141d33}@media (width<=1200px){.user-row{grid-template-columns:44px minmax(160px,1fr) 110px 1fr}.user-row-actions{grid-column:1/-1;justify-content:flex-start}}@media (width<=920px){.topbar-actions{gap:8px}.theme-toggle small{display:none}.hero-content{flex-direction:column;align-items:flex-start}.avatar-upload-box{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (width<=760px){.sidebar-brand{min-height:132px}.topbar-actions{margin-left:0}.theme-toggle strong{font-size:11px}}.route-stage{animation:.38s both routeFadeUp}@keyframes routeFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.panel,.metric-card,.step-card,.user-row,.attention-item,.notification-item,.theme-toggle,.nav-link,.button,.icon-button{transition:transform .22s,box-shadow .22s,border-color .22s,background .22s,opacity .22s}.panel:hover,.metric-card:hover,.user-row:hover,.attention-item:hover,.notification-item:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0f172a14}.journey-main-badge{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 88%, white 12%), color-mix(in srgb, var(--primary-dark) 88%, black 5%));box-shadow:0 20px 38px rgba(var(--primary-rgb), .22)}.journey-main-badge span,.journey-main-badge strong{color:#fff;text-shadow:0 1px 2px #0000001f}.action-panel.prominent{border:1px solid rgba(var(--primary-rgb), .18);background:radial-gradient(circle at right top, rgba(var(--primary-rgb), .12), transparent 28%), linear-gradient(135deg, #fff, #f8fbff 58%, #f5f9fd);box-shadow:0 18px 42px rgba(var(--primary-rgb), .1)}.prominent-action-row{justify-content:flex-end;margin-left:auto}.prominent-action-row .button.large{min-width:290px;min-height:56px;padding-inline:22px;font-size:15px}.user-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.hidden-file-input{display:none}.self-account-note{color:#6f7c91;align-self:center;font-size:12px;font-weight:700}.full-width-note{width:100%}.intro-splash{z-index:1000;pointer-events:none;place-items:center;animation:.36s 1.45s forwards introFadeOut;display:grid;position:fixed;inset:0}.intro-splash-backdrop{background:radial-gradient(circle at 20% 18%, #ffffff29, transparent 28%), radial-gradient(circle at 82% 78%, #ffffff1a, transparent 24%), linear-gradient(135deg, #003049f0, rgba(var(--primary-rgb), .88));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:absolute;inset:0}.intro-splash-card{text-align:center;color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:28px;flex-direction:column;align-items:center;gap:16px;width:min(92vw,520px);padding:34px 30px 28px;animation:.7s cubic-bezier(.2,.8,.2,1) both introCardIn;display:flex;position:relative;box-shadow:0 34px 85px #00000038}.intro-splash-copy strong{letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(24px,3.4vw,34px);line-height:1.08;display:block}.intro-loader{align-items:center;gap:8px;display:inline-flex}.intro-loader span{opacity:.34;background:#fff;border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite introPulse}.intro-loader span:nth-child(2){animation-delay:.14s}.intro-loader span:nth-child(3){animation-delay:.28s}@keyframes introPulse{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}@keyframes introCardIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes introFadeOut{to{opacity:0;visibility:hidden}}@media (width<=920px){.prominent-action-row{justify-content:stretch;width:100%;margin-left:0}.prominent-action-row .button.large{width:100%;min-width:0}.user-actions{justify-content:flex-start}}.scan-page-grid{grid-template-columns:minmax(0,1fr);display:grid}.scan-panel{padding:28px 30px;overflow:hidden}.scan-icon{width:62px;height:62px;color:var(--primary);background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 14%, white), color-mix(in srgb, var(--primary) 8%, #f7fbff));border-radius:18px;place-items:center;margin-bottom:14px;display:grid;box-shadow:inset 0 1px #ffffffb3}.scan-panel h2{letter-spacing:-.045em;margin:8px 0 10px;font-size:clamp(30px,4vw,42px)}.scan-panel>p{color:#6a768a;max-width:980px;margin:0 0 28px;font-size:16px;line-height:1.65}.scan-form.refined{gap:14px;display:grid}.scan-form.refined label{color:#344157;font-size:14px;font-weight:700}.scan-form.refined .input-shell.large{border-radius:18px;min-height:72px;padding-inline:18px}.scan-form.refined .input-shell.large input{font-size:16px}.scan-form-actions{flex-wrap:wrap;gap:12px;display:flex}.scan-form-actions .button{min-width:180px}.action-panel-top{z-index:8;position:sticky;top:88px}.intro-splash{z-index:1000;pointer-events:none;place-items:center;animation:.44s 2.45s forwards introFadeOut;display:grid;position:fixed;inset:0;overflow:hidden}.intro-splash-video{object-fit:cover;filter:saturate(1.05)contrast(1.02);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.04)}.intro-splash-backdrop{background:radial-gradient(circle at 18% 20%,#ffffff1f,#0000 22%),radial-gradient(circle at 82% 74%,#ffffff1a,#0000 22%),linear-gradient(135deg,#03131fc7,#052234d1,#0000008f);position:absolute;inset:0}.intro-splash-content{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff1a,#ffffff0f);border:1px solid #ffffff29;border-radius:34px;flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;width:min(92vw,860px);min-height:min(72vh,620px);padding:clamp(34px,5vw,58px);animation:.9s cubic-bezier(.2,.8,.2,1) both introCardIn;display:flex;position:relative;box-shadow:0 40px 120px #00000057}.intro-spark{color:#fff;background:#ffffff1f;border-radius:16px;place-items:center;width:52px;height:52px;display:grid;box-shadow:inset 0 1px #ffffff2e}.intro-splash-logo{width:clamp(170px,28vw,300px);max-width:76%;display:block}.intro-splash-copy{max-width:620px}.intro-splash-copy span{letter-spacing:.16em;color:#ffffffbd;margin-bottom:10px;font-size:13px;font-weight:800;display:block}.intro-splash-copy strong{letter-spacing:-.055em;text-wrap:balance;margin-bottom:10px;font-size:clamp(34px,7vw,78px);line-height:.98;display:block}.intro-splash-copy small{color:#ffffffd6;font-size:clamp(14px,2vw,18px);line-height:1.8;display:block}@media (width<=760px){.scan-panel{padding:22px 18px}.scan-panel h2{font-size:24px}.scan-panel>p{font-size:14px}.scan-form-actions{flex-direction:column}.scan-form-actions .button{width:100%}.intro-splash-content{border-radius:0;justify-content:flex-end;width:100vw;min-height:100vh;padding:26px 22px 42px}.intro-splash-copy strong{font-size:44px;line-height:1.02}}html[data-brand-theme=burgundy] .journey-main-card,body[data-brand-theme=burgundy] .journey-main-card{background:linear-gradient(#fff,#fcf7f8 100%);border-color:#ead8dc;box-shadow:0 22px 48px #4a0f1714}html[data-brand-theme=burgundy] .journey-main-head h3,body[data-brand-theme=burgundy] .journey-main-head h3,html[data-brand-theme=burgundy] .journey-meta-item strong,body[data-brand-theme=burgundy] .journey-meta-item strong,html[data-brand-theme=burgundy] .progress-copy strong,body[data-brand-theme=burgundy] .progress-copy strong,html[data-brand-theme=burgundy] .detail-facts strong,body[data-brand-theme=burgundy] .detail-facts strong,html[data-brand-theme=burgundy] .info-list dd,body[data-brand-theme=burgundy] .info-list dd,html[data-brand-theme=burgundy] .custody-owner-card strong,body[data-brand-theme=burgundy] .custody-owner-card strong{color:#3d1820}html[data-brand-theme=burgundy] .journey-main-head p,body[data-brand-theme=burgundy] .journey-main-head p,html[data-brand-theme=burgundy] .journey-meta-item span,body[data-brand-theme=burgundy] .journey-meta-item span,html[data-brand-theme=burgundy] .progress-copy small,body[data-brand-theme=burgundy] .progress-copy small,html[data-brand-theme=burgundy] .detail-facts span,body[data-brand-theme=burgundy] .detail-facts span,html[data-brand-theme=burgundy] .info-list dt,body[data-brand-theme=burgundy] .info-list dt,html[data-brand-theme=burgundy] .custody-owner-card span,body[data-brand-theme=burgundy] .custody-owner-card span,html[data-brand-theme=burgundy] .custody-owner-card small,body[data-brand-theme=burgundy] .custody-owner-card small,html[data-brand-theme=burgundy] .journey-progressbar-labels,body[data-brand-theme=burgundy] .journey-progressbar-labels,html[data-brand-theme=burgundy] .progress-step.upcoming .progress-copy strong,body[data-brand-theme=burgundy] .progress-step.upcoming .progress-copy strong{color:#7a5d66}html[data-brand-theme=burgundy] .journey-main-badge,body[data-brand-theme=burgundy] .journey-main-badge,html[data-brand-theme=burgundy] .journey-progressbar-fill,body[data-brand-theme=burgundy] .journey-progressbar-fill,html[data-brand-theme=burgundy] .progress-step.complete .progress-track-segment .segment.after,body[data-brand-theme=burgundy] .progress-step.complete .progress-track-segment .segment.after{background:linear-gradient(135deg,#7a1320,#a9313d 78%,#d7a4ac 100%);box-shadow:0 18px 34px #80141d2e}html[data-brand-theme=burgundy] .journey-meta-item,body[data-brand-theme=burgundy] .journey-meta-item,html[data-brand-theme=burgundy] .detail-facts>div,body[data-brand-theme=burgundy] .detail-facts>div,html[data-brand-theme=burgundy] .custody-owner-card,body[data-brand-theme=burgundy] .custody-owner-card{background:#fff;border-color:#ead8dc}html[data-brand-theme=burgundy] .journey-meta-item svg,body[data-brand-theme=burgundy] .journey-meta-item svg,html[data-brand-theme=burgundy] .detail-facts svg,body[data-brand-theme=burgundy] .detail-facts svg,html[data-brand-theme=burgundy] .event-dot,body[data-brand-theme=burgundy] .event-dot{color:#a9313d}html[data-brand-theme=burgundy] .event-dot,body[data-brand-theme=burgundy] .event-dot{background:#fdf2f4;border-color:#edcfd6}html[data-brand-theme=burgundy] .step.active .step-number,body[data-brand-theme=burgundy] .step.active .step-number,html[data-brand-theme=burgundy] .step.complete .step-number,body[data-brand-theme=burgundy] .step.complete .step-number{color:#8f2230;background:#fbeef0;border-color:#efcfd6}.handover-live-slot{align-items:stretch}.handover-inline-shell{gap:18px;width:100%;animation:.28s both handoverInlineIn;display:grid}.handover-inline-head h3{margin:4px 0 6px}.handover-inline-head p{margin:0}.handover-card.compact{box-shadow:none;background:0 0;border:0;padding:0}.handover-card.compact .handover-heading{display:none}.handover-card.compact .handover-grid{grid-template-columns:180px minmax(0,1fr);align-items:center;gap:20px;margin-top:0}.handover-card.compact .qr-image{width:180px;height:180px}.handover-card.compact .big-code{font-size:clamp(30px,4vw,48px)}.handover-card.compact .handover-footer{margin-top:14px;padding-top:14px}@keyframes handoverInlineIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mobile-login-brand{display:none!important}.intro-splash{animation:.5s 3.9s forwards introFadeOut}.intro-splash-content{text-align:center;justify-content:center;align-items:center;gap:20px}.intro-splash-copy{max-width:700px;margin:0 auto}.intro-splash-copy strong{font-size:clamp(30px,5vw,68px)}@media (width<=900px){.handover-card.compact .handover-grid{grid-template-columns:1fr}.handover-card.compact .handover-code-block{text-align:center;align-items:center}}@media (width<=760px){.intro-splash-content{border-radius:0;width:100vw;min-height:100vh;padding:30px 22px 46px}.intro-splash-copy strong{font-size:40px}}@media (width<=600px){.accept-page-grid{gap:14px;max-width:100%}.accept-panel{padding:22px 16px}.accept-panel h2{font-size:24px}.accept-panel>p{margin-bottom:18px;font-size:14px;line-height:1.65}.accept-code-form{max-width:100%}.accept-code-form label{font-size:12px}.big-code-input{gap:9px;min-height:62px;padding:0 12px}.big-code-input input{letter-spacing:.18em;font-size:24px}.accept-summary{margin-top:22px;padding:18px 16px}.accept-summary-header{flex-direction:column;align-items:flex-start}.accept-summary-header h3{font-size:20px}.accept-rules{padding:22px 18px}.rule-item{margin-top:18px}.action-panel-top{top:76px}}.receive-action-shell{justify-content:space-between;align-items:center;gap:24px;width:100%;animation:.28s both receiveActionIn;display:flex}.receive-action-copy{min-width:0;max-width:760px}.receive-action-copy h3{margin:4px 0 6px}.receive-action-copy p{margin:0}.receive-action-button{flex:none;min-width:230px;min-height:56px}.inline-receive-form{flex:0 650px;grid-template-columns:minmax(190px,1fr) auto auto;align-items:center;gap:10px;display:grid}.inline-receive-input{border:1px solid color-mix(in srgb, var(--primary) 30%, var(--border));min-height:56px;color:var(--primary);background:#fffffff0;border-radius:16px;align-items:center;gap:10px;padding:0 16px;display:flex;box-shadow:inset 0 1px #ffffffb3}.inline-receive-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 13%, transparent)}.inline-receive-input input{color:#172033;letter-spacing:.23em;text-align:center;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:25px;font-weight:800}html[data-brand-theme=burgundy] .inline-receive-input,body[data-brand-theme=burgundy] .inline-receive-input{background:snow;border-color:#e5c9ce}@keyframes receiveActionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.receive-action-shell{flex-direction:column;align-items:stretch}.receive-action-button{width:100%}.inline-receive-form{flex-basis:auto;width:100%}}@media (width<=720px){.inline-receive-form{grid-template-columns:1fr}.inline-receive-form .button{width:100%}.inline-receive-input{min-height:60px}}.priority-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.priority-option{color:#4c5a70;text-align:left;background:#fff;border:1px solid #dbe3ee;border-radius:14px;align-items:center;gap:11px;min-height:68px;padding:12px 14px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:flex}.priority-option:hover{border-color:#aebfd0;transform:translateY(-1px)}.priority-option.selected{border-color:rgba(var(--primary-rgb), .55);background:color-mix(in srgb, var(--primary) 6%, white);box-shadow:0 0 0 4px rgba(var(--primary-rgb), .09)}.priority-option.urgent{color:#a32338}.priority-option.urgent.selected{background:#fff4f6;border-color:#e16f80;box-shadow:0 0 0 4px #dc3f5917}.priority-option>div{flex-direction:column;gap:4px;display:flex}.priority-option strong{color:#1d293d;font-size:13px}.priority-option small{color:#7e8b9e;font-size:10px}.priority-dot{border-radius:50%;flex:none;width:16px;height:16px}.priority-dot.normal{background:#3fa47c;box-shadow:0 0 0 5px #eaf8f2}.tracking-job-table{table-layout:fixed;min-width:1160px}.tracking-job-table th:first-child,.tracking-job-table td:first-child{width:135px}.tracking-job-table th:nth-child(2),.tracking-job-table td:nth-child(2){width:150px}.tracking-job-table th:nth-child(3),.tracking-job-table td:nth-child(3){width:175px}.tracking-job-table th:nth-child(4),.tracking-job-table td:nth-child(4){width:230px}.tracking-job-table th:nth-child(5),.tracking-job-table td:nth-child(5){width:130px}.tracking-job-table th:nth-child(6),.tracking-job-table td:nth-child(6){width:145px}.tracking-job-table th:nth-child(7),.tracking-job-table td:nth-child(7){width:105px}.tracking-job-table th:nth-child(8),.tracking-job-table td:nth-child(8){width:135px}.tracking-job-table th:nth-child(9),.tracking-job-table td:nth-child(9){width:50px}.priority-badge{letter-spacing:.04em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-height:25px;padding:5px 9px;font-size:9px;font-weight:900;display:inline-flex}.priority-badge.normal{color:#087b59;background:#eafaf3}.priority-badge.urgent{color:#b12039;background:#fff0f3;border:1px solid #ffd1d9}.priority-badge.overdue{color:#fff;background:linear-gradient(135deg,#b51531,#e24a61);box-shadow:0 7px 18px #c7233d33}.priority-badge.large{min-height:38px;padding:8px 14px;font-size:11px}.deadline-cell{flex-direction:column;align-items:flex-start;gap:7px;min-width:165px;display:flex}.deadline-date{color:#5e6c82;white-space:nowrap;align-items:center;gap:6px;font-size:10px;display:inline-flex}.deadline-cell.urgent .deadline-date{color:#a7293d;font-weight:700}.deadline-cell.overdue .deadline-date{color:#c41735}.tracking-timeline-cell{gap:0;min-width:210px;padding:2px 0;display:grid}.tracking-timeline-item{align-items:flex-start;min-height:36px;padding-left:21px;display:flex;position:relative}.tracking-timeline-item>div{flex-direction:column;gap:2px;display:flex}.tracking-timeline-item span:not(.timeline-dot):not(.timeline-line){color:#8793a5;text-transform:uppercase;letter-spacing:.065em;font-size:8px}.tracking-timeline-item strong{white-space:nowrap;color:#3d4a5f!important;font-size:9px!important}.timeline-dot{z-index:1;background:#fff;border:2px solid #cbd6df;border-radius:50%;width:9px;height:9px;position:absolute;top:3px;left:2px}.tracking-timeline-item.completed .timeline-dot{border-color:var(--primary);background:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 9%, transparent)}.timeline-line{background:#dfe7ed;width:2px;position:absolute;top:13px;bottom:-4px;left:6px}.tracking-timeline-item.completed .timeline-line{background:linear-gradient(180deg, var(--primary), color-mix(in srgb, var(--primary) 25%, #dfe7ed))}.tracking-timeline-item:last-child .timeline-line{display:none}.tracking-timeline-item.pending strong{color:#a4adba!important}.muted-table-value{color:#99a4b5;font-size:10px}.data-table tbody tr.urgent-job-row{background:linear-gradient(90deg,#fff4f6f2,#fff6 48%)}.data-table tbody tr.urgent-job-row:hover{background:#fff2f4}.data-table tbody tr.overdue-job-row{box-shadow:inset 4px 0 #d52f4c}.lab-deadline-banner{min-height:94px;box-shadow:var(--shadow);background:linear-gradient(135deg,#f8fbfd,#fff);border:1px solid #dbe5ee;border-radius:20px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 22px;display:grid}.lab-deadline-banner.urgent{background:radial-gradient(circle at 90% 15%,#ffffffe6,#0000 25%),linear-gradient(135deg,#fff1f4,#fff9fa 58%,#fff);border-color:#f4bac4;box-shadow:0 18px 46px #be2a411f}.lab-deadline-banner.overdue{background:radial-gradient(circle at 90% 15%,#ffffffbf,#0000 22%),linear-gradient(135deg,#ffe7eb,#fff4f6 60%,#fff);border-color:#e37b8c;animation:2.4s ease-in-out infinite urgent-banner-pulse}.lab-deadline-icon{width:52px;height:52px;color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, white);border-radius:16px;place-items:center;display:grid}.lab-deadline-banner.urgent .lab-deadline-icon,.lab-deadline-banner.overdue .lab-deadline-icon{color:#fff;background:linear-gradient(135deg,#b61d39,#e04e65);box-shadow:0 12px 26px #be2a4138}.lab-deadline-copy h3{margin:1px 0 4px;font-size:18px}.lab-deadline-copy p{margin:0;font-size:12px}@keyframes urgent-banner-pulse{0%,to{box-shadow:0 18px 46px #be2a411a}50%{box-shadow:0 20px 54px #be2a412e}}.urgent-lab-panel{border-color:#f0b6c0;overflow:hidden}.urgent-text{color:#bf2440}.urgent-count{color:#fff;background:linear-gradient(135deg,#b61d39,#e04e65)}.urgent-lab-list{border-top:1px solid #f4d9de}.urgent-lab-item{background:linear-gradient(90deg,#fff8f9,#fff);border-bottom:1px solid #f4e1e5;grid-template-columns:42px minmax(160px,1fr) 140px minmax(190px,.9fr) auto;align-items:center;gap:16px;min-height:78px;padding:14px 24px;text-decoration:none;transition:background .18s,transform .18s;display:grid}.urgent-lab-item:last-child{border-bottom:0}.urgent-lab-item:hover{background:#fff1f4}.urgent-lab-item.overdue{box-shadow:inset 4px 0 #d52f4c}.urgent-lab-mark{color:#fff;background:linear-gradient(135deg,#b61d39,#e04e65);border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.urgent-lab-title,.urgent-lab-deadline{flex-direction:column;gap:4px;display:flex}.urgent-lab-title strong,.urgent-lab-deadline strong{color:#263247;font-size:12px}.urgent-lab-title span,.urgent-lab-deadline span{color:#7b879a;font-size:10px}.urgent-lab-deadline span{align-items:center;gap:5px;display:inline-flex}@media (width<=1080px){.urgent-lab-item{grid-template-columns:42px minmax(150px,1fr) 120px auto}.urgent-lab-deadline{grid-column:2/4}}@media (width<=600px){.priority-selector{grid-template-columns:1fr}.lab-deadline-banner{grid-template-columns:44px 1fr;padding:16px}.lab-deadline-icon{border-radius:14px;width:44px;height:44px}.lab-deadline-banner .priority-badge.large{grid-column:1/-1;width:100%}.urgent-lab-item{grid-template-columns:38px 1fr auto;padding:14px 16px}.urgent-lab-mark{width:38px;height:38px}.urgent-lab-item>.status-badge{grid-column:2;justify-self:flex-start}.urgent-lab-deadline{grid-column:2/-1}}@media (width<=760px){.table-drag-hint{justify-content:flex-start;padding-inline:14px;font-size:9px}.draggable-table{cursor:auto;-webkit-user-select:auto;user-select:auto;-webkit-overflow-scrolling:touch}.tracking-job-table{min-width:1100px}}
