:root{--background:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--border:#dde4ef;--border-strong:#c8d2e0;--text:#162033;--muted:#6b778c;--primary:#0f8b62;--primary-dark:#086448;--primary-soft:#e5f6ef;--secondary:#315a8a;--info:#246bfe;--warning:#d98310;--danger:#d03a3a;--success:#178f5f;--shadow:0 14px 34px #16203314;--radius:8px}*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;color:var(--text);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.page-loading,.page-error{place-items:center;min-height:100vh;padding:24px;display:grid}.page-loading__spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite page-loading-spin}.page-error{text-align:center;align-content:center;gap:12px}.page-error h2,.page-error p{margin:0}.page-error button{border-radius:var(--radius);background:var(--primary);color:#fff;border:0;min-height:40px;padding:0 16px;font-weight:700}@keyframes page-loading-spin{to{transform:rotate(360deg)}}.app-shell{grid-template-columns:276px minmax(0,1fr);min-height:100vh;display:grid}.app-shell--sidebar-collapsed,body.r4g-sidebar-hidden .app-shell{grid-template-columns:minmax(0,1fr)}.app-shell--sidebar-collapsed .sidebar,body.r4g-sidebar-hidden .sidebar{display:none}.app-shell--full{display:block}.sidebar{color:#edf4ff;background:#10253f;height:100vh;padding:18px 14px;position:sticky;top:0;overflow:auto}.brand{align-items:center;gap:12px;padding:4px 8px 20px;display:flex}.brand__mark{object-fit:contain;width:42px;height:42px}.brand__title{font-size:17px;font-weight:760;display:block}.brand__subtitle{color:#9fb2c8;margin-top:2px;font-size:12px;display:block}.nav-section__label{color:#8da3bd;text-transform:uppercase;margin:0 10px 8px;font-size:11px;font-weight:700}.nav-link{border-radius:var(--radius);color:#dbe6f2;align-items:center;gap:11px;min-height:42px;padding:9px 10px;font-size:14px;font-weight:620;display:flex}.nav-link:hover,.nav-link--active{color:#fff;background:#ffffff1c}.nav-link--active{box-shadow:inset 3px 0 #37d399}.shell-main{flex-direction:column;min-width:0;display:flex}.topbar{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f7fbeb;justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:14px 24px;display:flex;position:sticky;top:0}.topbar__search{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:center;gap:8px;width:min(520px,100%);padding:0 12px;display:flex}.topbar__search input{width:100%;height:38px;color:var(--text);background:0 0;border:0;outline:0}.topbar__actions{align-items:center;gap:10px;margin-left:auto;display:flex}.topbar__left{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.topbar__menu-btn{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:38px;height:38px;color:var(--text);flex:0 0 38px;place-items:center;display:inline-grid}.topbar__menu-btn:hover{background:var(--surface-soft)}.avatar{color:#14385f;background:#dbe8f9;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.content{width:100%;max-width:1500px;margin:0 auto;padding:26px}.page-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.eyebrow{color:var(--primary-dark);text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:760}.page-title{margin:0;font-size:clamp(25px,3vw,34px);line-height:1.12}.page-subtitle{max-width:760px;color:var(--muted);margin:8px 0 0;line-height:1.55}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.button{border-radius:var(--radius);color:#fff;background:var(--primary);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 13px;font-weight:700;display:inline-flex}.button:hover{background:var(--primary-dark)}.button:disabled{cursor:not-allowed;opacity:.55}.button--outline{color:var(--text);background:var(--surface);border-color:var(--border-strong)}.button--outline:hover{background:var(--surface-soft)}.button--danger{background:var(--danger)}.grid{gap:16px;display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.panel,.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.section-title{align-items:center;gap:9px;margin:0 0 12px;font-size:17px;display:flex}.muted{color:var(--muted)}.stat-card{align-items:center;gap:13px;padding:16px;display:flex}.stat-card__icon{border-radius:var(--radius);width:42px;height:42px;color:var(--primary-dark);background:var(--primary-soft);place-items:center;display:grid}.stat-card__value{font-size:22px;font-weight:800;display:block}.stat-card__label{color:var(--muted);margin-top:3px;font-size:13px;display:block}.table-shell{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:720px}.data-table th,.data-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:13px 14px}.data-table th{background:var(--surface-soft);color:#41516a;text-transform:uppercase;font-size:12px;font-weight:800}.data-table tr:last-child td{border-bottom:0}.badge{border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:12px;font-weight:800;display:inline-flex}.badge--success{color:#075d3e;background:#dff7ea}.badge--warning{color:#7c4302;background:#fff0d8}.badge--info{color:#1848a8;background:#e6edff}.badge--danger{color:#8c1d1d;background:#ffe5e5}.dropzone{border:1.5px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-soft);text-align:center;place-items:center;min-height:178px;padding:18px;display:grid}.dropzone--active,.dropzone:hover{border-color:var(--primary);background:var(--primary-soft)}.dropzone__icon{border-radius:var(--radius);width:48px;height:48px;color:var(--primary-dark);background:#d8f2e7;place-items:center;margin:0 auto 10px;display:grid}.dropzone__title{font-weight:800;display:block}.dropzone__meta{color:var(--muted);margin-top:5px;font-size:13px;display:block}.form-field{gap:7px;display:grid}.form-field label{color:#34445c;font-size:13px;font-weight:750}.cost-model-panel{gap:22px;display:grid}.cost-model-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.cost-model-meta div{border-radius:var(--radius);background:var(--surface-soft);gap:5px;padding:12px;display:grid}.cost-model-meta span,.cost-model-input>span{color:var(--muted);font-size:12px}.cost-model-meta strong{font-size:14px}.cost-model-grid .form-field>span{color:#34445c;font-size:13px;font-weight:750}.cost-model-input{grid-template-columns:minmax(0,1fr) 108px;align-items:center;gap:10px;display:grid}.cost-model-alert{border-radius:var(--radius);border:1px solid;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}.cost-model-alert span{flex:1}.cost-model-alert--warning{color:#7c4302;background:#fff8e7;border-color:#f0c36a}.cost-model-alert--danger,.cost-model-field-error{color:var(--danger)}.cost-model-alert--danger{background:#fff1f1;border-color:#efb4b4}.cost-model-field-error{font-size:12px}.cost-model-actions{justify-content:flex-end;align-items:center;gap:14px;display:flex}.cost-model-actions .page-subtitle{margin:0 auto 0 0}.cost-model-state{justify-items:start;gap:12px;display:grid}@media (max-width:760px){.cost-model-meta,.cost-model-grid{grid-template-columns:1fr}.cost-model-alert,.cost-model-actions{flex-direction:column;align-items:stretch}}.input,.select,.textarea{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;min-height:40px;color:var(--text);outline:none;padding:8px 10px}.textarea{resize:vertical;min-height:96px}.acl-grid{gap:10px;display:grid}.acl-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);gap:8px;padding:10px;display:grid}.acl-actions{flex-wrap:wrap;gap:10px 14px;display:flex}.acl-actions label,.acl-item{color:#34445c;font-size:13px}.acl-actions input,.acl-item input{margin-right:6px}.system-kv{gap:10px;display:grid}.system-kv__row{border-bottom:1px solid var(--border);overflow-wrap:anywhere;grid-template-columns:minmax(180px,.3fr) minmax(0,1fr);gap:12px;padding-bottom:10px;display:grid}.auth-screen{background:#0f263f;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);min-height:100vh;display:grid}.auth-visual{color:#fff;background:linear-gradient(120deg,#0f263fdb,#0f8b62a3),url(/dashboard.png) 50%/cover;flex-direction:column;justify-content:space-between;padding:48px;display:flex}.auth-visual h1{max-width:680px;margin:0;font-size:clamp(34px,5vw,60px);line-height:1}.auth-panel{background:var(--surface);align-content:center;padding:42px;display:grid}.auth-card{width:min(420px,100%);margin:0 auto}.auth-message{border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.45}.auth-message--success{color:#0f6b3c;background:#e8f7ef;border:1px solid #b8e6cb}.auth-message--error{color:#c92a2a;background:#fff0f0;border:1px solid #ffc9c9}.app-shell--loading{background:#f1f1f1;min-height:100vh}.stepper{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.step{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:center;gap:10px;min-height:62px;padding:12px;display:flex}.step--active{border-color:var(--primary);box-shadow:0 0 0 3px #0f8b621c}.step__number{background:var(--primary-soft);width:30px;height:30px;color:var(--primary-dark);border-radius:50%;place-items:center;font-weight:850;display:grid}.map-preview{border-radius:var(--radius);border:1px solid var(--border);background:#d7e7ef url(/assets/images/sample_map.png) 50%/cover;min-height:430px;position:relative;overflow:hidden}.map-preview__overlay{gap:8px;display:grid;position:absolute;inset:auto 16px 16px}.empty-state{min-height:220px;color:var(--muted);text-align:center;place-items:center;padding:26px;display:grid}@media (max-width:1080px){.app-shell{grid-template-columns:82px minmax(0,1fr)}.app-shell--sidebar-collapsed{grid-template-columns:minmax(0,1fr)}.brand__copy,.nav-section__label,.nav-link span{display:none}.sidebar{padding-inline:12px}.nav-link{justify-content:center}.grid--4,.grid--3,.stepper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.app-shell{display:block}.sidebar{gap:8px;height:auto;display:flex;position:static;overflow-x:auto}.brand{padding-bottom:4px}.nav-section{margin:0;display:flex}.topbar{flex-direction:column;align-items:stretch}.content{padding:18px}.page-header{display:grid}.grid--2,.grid--3,.grid--4,.stepper,.auth-screen{grid-template-columns:1fr}.auth-visual{min-height:320px;padding:28px}.auth-panel{padding:28px 18px}}.row,.b-row{flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem;display:flex}.b-col,[class*=col-]{width:100%;padding-left:.75rem;padding-right:.75rem}.col-12{flex:0 0 100%;max-width:100%}@media (min-width:768px){.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}}.form-row-compat{gap:var(--r4g-spacing-2);display:grid}.form-row-compat--inline{grid-template-columns:minmax(150px,.35fr) minmax(0,.65fr);align-items:start}.wrap-input{background-color:var(--r4g-bg-primary);position:relative}.wrap-input-label{color:var(--r4g-text-primary);font-size:1em;font-weight:var(--r4g-font-weight-medium);display:block}.form-control{border:1px solid var(--r4g-border-default);background-color:var(--r4g-bg-primary);color:#6e6b7b;border-radius:.357rem;outline:none;width:100%;min-height:38px;padding:.438rem 1rem}.form-control:focus{border-color:var(--r4g-primary);box-shadow:0 3px 10px #2563eb1a}.simple-input.form-control{background-color:#0000}.simple-input.form-control:disabled,.simple-input.form-control[readonly]{background-color:#efefef}.text-danger{color:var(--r4g-error)!important}.text-muted{color:var(--r4g-text-secondary)!important}.b-link{align-items:center;gap:var(--r4g-spacing-1);color:var(--r4g-primary);background:0 0;border:0;padding:0;display:inline-flex}.overlay-loading{z-index:1050;color:var(--r4g-text-primary);font-weight:var(--r4g-font-weight-semibold);background:#ffffffad;place-items:center;display:grid;position:fixed;inset:0}.map-wrap{border-radius:var(--r4g-radius-lg);background:var(--r4g-gray-100);width:100%;height:100%;min-height:360px;position:relative;overflow:hidden}.map-container{width:100%;height:100%;min-height:inherit}.map-loading{color:var(--r4g-text-secondary);font-weight:var(--r4g-font-weight-medium);background:#ffffffb8;place-items:center;display:grid;position:absolute;inset:0}.my-location-modal .wrapper{border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);width:100%;height:min(70vh,640px);min-height:420px;overflow:hidden}.order-map{height:400px;min-height:400px}.hidden{display:none}.read-excel-file{min-height:92px;padding:var(--r4g-spacing-4);border-radius:var(--r4g-radius-lg);background:var(--r4g-bg-primary);color:var(--r4g-primary);cursor:pointer;text-align:center;transition:all var(--r4g-transition-fast);border:2px dashed #dae1e7;place-items:center;font-size:1.25rem;font-weight:700;display:grid}.read-excel-file:hover,.read-excel-file--dragging{border-color:var(--r4g-primary);background:var(--r4g-primary-light)}.excel-preview{gap:var(--r4g-spacing-4);display:grid}.excel-preview__toolbar{gap:var(--r4g-spacing-4);grid-template-columns:minmax(0,1fr) auto;align-items:end;display:grid}.create-template-import{gap:var(--r4g-spacing-4);display:grid}.upload-plan{gap:var(--r4g-spacing-6);flex-direction:column;display:flex}.upload-plan__header,.create-tour__header{margin-bottom:var(--r4g-spacing-6);justify-content:space-between;align-items:flex-start;display:flex}.create-tour__header{margin-bottom:0}.upload-plan__header-left,.create-tour__header-left{gap:var(--r4g-spacing-1);flex-direction:column;display:flex}.upload-plan__title,.create-tour__title{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-2xl);font-weight:var(--r4g-font-weight-semibold);margin:0}.upload-plan__subtitle,.create-tour__subtitle{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm)}.upload-plan__section,.create-tour__section{height:100%;padding:var(--r4g-spacing-6);background:var(--r4g-bg-primary);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg)}.upload-plan__section-header,.create-tour__section-header{align-items:center;gap:var(--r4g-spacing-3);margin-bottom:var(--r4g-spacing-2);color:var(--r4g-text-primary);display:flex}.create-tour__section-header{margin-bottom:var(--r4g-spacing-4);justify-content:space-between}.create-tour__section-title-group{align-items:center;gap:var(--r4g-spacing-3);display:flex}.upload-plan__section-title,.create-tour__section-title{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-lg);font-weight:var(--r4g-font-weight-semibold);margin:0}.create-tour__selected-table-scroll{border-radius:var(--r4g-radius-lg);max-height:clamp(320px,48vh,560px);overflow:auto}.create-tour__selected-table{overflow:visible}.create-tour__selected-table .data-table{min-width:920px}.create-tour__selected-table .data-table th{z-index:1;position:sticky;top:0}.upload-plan__section-desc{margin:0 0 var(--r4g-spacing-4);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm)}.upload-plan__template-list{gap:var(--r4g-spacing-3);margin-bottom:var(--r4g-spacing-4);flex-direction:column;display:flex}.upload-plan__template-card{align-items:center;gap:var(--r4g-spacing-3);width:100%;padding:var(--r4g-spacing-3);background:var(--r4g-gray-50);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-md);color:inherit;text-align:left;transition:all var(--r4g-transition-fast);display:flex}.upload-plan__template-card:hover{border-color:var(--r4g-primary);background:var(--r4g-bg-primary)}.upload-plan__template-card:hover .upload-plan__template-action{color:var(--r4g-primary)}.upload-plan__template-icon{border-radius:var(--r4g-radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.upload-plan__template-icon--primary{background-color:var(--r4g-primary-light);color:var(--r4g-primary)}.upload-plan__template-icon--info{background-color:var(--r4g-info-light);color:var(--r4g-info)}.upload-plan__template-content{flex-direction:column;flex:1;display:flex}.upload-plan__template-title{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);font-weight:var(--r4g-font-weight-medium)}.upload-plan__template-desc{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs)}.upload-plan__template-action{color:var(--r4g-gray-400);transition:color var(--r4g-transition-fast)}.upload-plan__timezone-note{align-items:center;gap:var(--r4g-spacing-2);padding:var(--r4g-spacing-2) var(--r4g-spacing-3);background:var(--r4g-info-light);border-radius:var(--r4g-radius-md);color:var(--r4g-info);font-size:var(--r4g-font-size-xs);display:flex}.upload-plan__zones{gap:var(--r4g-spacing-4);margin-bottom:var(--r4g-spacing-4);grid-template-columns:repeat(2,1fr);display:grid}.upload-plan__dropzone{min-height:200px;padding:var(--r4g-spacing-6);border:2px dashed var(--r4g-border-default);border-radius:var(--r4g-radius-lg);background:var(--r4g-bg-primary);cursor:pointer;transition:all var(--r4g-transition-fast);justify-content:center;align-items:center;display:flex}.upload-plan__dropzone:hover{border-color:var(--r4g-primary);background-color:var(--r4g-gray-50)}.upload-plan__dropzone--dragging{border-color:var(--r4g-primary);background-color:var(--r4g-primary-light)}.upload-plan__dropzone--has-file{border-style:solid;border-color:var(--r4g-success);background-color:var(--r4g-success-light)}.upload-plan__dropzone--disabled{cursor:wait;opacity:.72;pointer-events:none}.upload-plan__dropzone-empty{align-items:center;gap:var(--r4g-spacing-2);text-align:center;flex-direction:column;display:flex}.upload-plan__dropzone-icon{width:56px;height:56px;margin-bottom:var(--r4g-spacing-2);border-radius:var(--r4g-radius-full);justify-content:center;align-items:center;display:flex}.upload-plan__dropzone-icon--primary{background-color:var(--r4g-primary-light);color:var(--r4g-primary)}.upload-plan__dropzone-icon--info{background-color:var(--r4g-info-light);color:var(--r4g-info)}.upload-plan__dropzone-title{color:var(--r4g-text-primary);font-weight:var(--r4g-font-weight-semibold)}.upload-plan__dropzone-desc{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm)}.upload-plan__dropzone-format{padding:var(--r4g-spacing-1) var(--r4g-spacing-2);background:var(--r4g-gray-100);border-radius:var(--r4g-radius-sm);color:var(--r4g-gray-400);font-size:var(--r4g-font-size-xs)}.upload-plan__dropzone-file{width:100%;padding:var(--r4g-spacing-2);justify-content:space-between;align-items:center;display:flex}.upload-plan__file-info{align-items:center;gap:var(--r4g-spacing-3);color:var(--r4g-success);display:flex}.upload-plan__file-details{flex-direction:column;display:flex}.upload-plan__file-name{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);font-weight:var(--r4g-font-weight-medium)}.upload-plan__file-count{color:var(--r4g-success);font-size:var(--r4g-font-size-xs)}.upload-plan__file-remove{border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary);width:32px;height:32px;color:var(--r4g-text-secondary);transition:all var(--r4g-transition-fast);border:none;justify-content:center;align-items:center;display:flex}.upload-plan__file-remove:hover{background:var(--r4g-error-light);color:var(--r4g-error)}.upload-plan__actions{justify-content:flex-end;gap:var(--r4g-spacing-3);padding-top:var(--r4g-spacing-4);border-top:1px solid var(--r4g-border-light);display:flex}.upload-plan__tabs{gap:var(--r4g-spacing-1);padding:var(--r4g-spacing-1);margin-bottom:var(--r4g-spacing-4);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);background:var(--r4g-bg-primary);display:inline-flex}.upload-plan__tab{align-items:center;gap:var(--r4g-spacing-2);min-height:38px;padding:0 var(--r4g-spacing-4);border-radius:var(--r4g-radius-md);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);font-weight:var(--r4g-font-weight-medium);background:0 0;border:none;display:inline-flex}.upload-plan__tab--active{background:var(--r4g-primary);color:#fff;box-shadow:var(--r4g-shadow-sm)}.vnpost-import{gap:var(--r4g-spacing-4);flex-direction:column;width:100%;min-width:0;display:flex}.vnpost-import__grid{gap:var(--r4g-spacing-4);grid-template-columns:1fr;width:100%;min-width:0;display:grid}.vnpost-import .upload-plan__section{width:100%;min-width:0;height:auto}.vnpost-import__files{gap:var(--r4g-spacing-3);grid-template-columns:1fr;min-width:0;display:grid}.vnpost-import__files .upload-plan__dropzone{min-height:148px}.vnpost-import__form-grid{gap:var(--r4g-spacing-3);grid-template-columns:repeat(3,minmax(160px,1fr));display:grid}.vnpost-import__form-grid label,.vnpost-import__table label{gap:var(--r4g-spacing-1);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs);font-weight:var(--r4g-font-weight-medium);flex-direction:column;display:flex}.vnpost-import__form-grid input,.vnpost-import__form-grid select,.vnpost-import__table input,.vnpost-import__table select{width:100%;min-height:36px;padding:0 var(--r4g-spacing-3);border:1px solid var(--r4g-border-default);border-radius:var(--r4g-radius-sm);color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);background:#fff}.vnpost-import__form-grid input:focus,.vnpost-import__form-grid select:focus,.vnpost-import__table input:focus,.vnpost-import__table select:focus{border-color:var(--r4g-primary);outline:none;box-shadow:0 0 0 3px #2563eb1f}.vnpost-import__table-wrap{border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);background:#fff;width:100%;min-width:0;max-width:100%;max-height:420px;overflow:auto}.vnpost-import__table{border-collapse:separate;border-spacing:0;width:100%;min-width:760px;font-size:var(--r4g-font-size-sm)}.vnpost-import__table-wrap--preview{max-height:520px}.vnpost-import__table--post-office{table-layout:auto;min-width:1900px}.vnpost-import__table th{z-index:1;padding:var(--r4g-spacing-3);border-bottom:1px solid var(--r4g-border-default);background:var(--r4g-gray-50);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs);font-weight:var(--r4g-font-weight-semibold);text-align:left;white-space:nowrap;position:sticky;top:0}.vnpost-import__table td{padding:var(--r4g-spacing-2) var(--r4g-spacing-3);border-bottom:1px solid var(--r4g-border-light);color:var(--r4g-text-primary);vertical-align:top}.vnpost-import__result{gap:var(--r4g-spacing-3);padding:var(--r4g-spacing-4);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);background:#fff;flex-direction:column;display:flex}.vnpost-import__result--success{background:#f0fdf4;border-color:#bbf7d0}.vnpost-import__result--error{background:#fff1f2;border-color:#fecaca}.vnpost-import__summary{align-items:center;gap:var(--r4g-spacing-3);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);flex-wrap:wrap;display:flex}.vnpost-import__summary span,.vnpost-import__summary a{align-items:center;gap:var(--r4g-spacing-2);display:inline-flex}.vnpost-cutoff__header,.vnpost-cutoff__title,.vnpost-cutoff__actions,.vnpost-cutoff__error,.vnpost-cutoff__error-message,.vnpost-cutoff__loading{align-items:center;display:flex}.vnpost-cutoff__header,.vnpost-cutoff__error{justify-content:space-between}.vnpost-cutoff__title,.vnpost-cutoff__actions,.vnpost-cutoff__error-message,.vnpost-cutoff__loading{gap:var(--r4g-spacing-2)}.vnpost-cutoff__subtitle{margin-bottom:var(--r4g-spacing-3)}.vnpost-cutoff__loading{padding:var(--r4g-spacing-4);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);justify-content:center}.vnpost-cutoff__spinner{animation:.8s linear infinite vnpost-cutoff-spin}@keyframes vnpost-cutoff-spin{to{transform:rotate(360deg)}}.vnpost-cutoff__error{gap:var(--r4g-spacing-3);padding:var(--r4g-spacing-4);border-radius:var(--r4g-radius-lg);color:#be123c;font-size:var(--r4g-font-size-sm);background:#fff1f2;border:1px solid #fecaca}.vnpost-cutoff__column--name{width:18%}.vnpost-cutoff__column--time{width:16%}.vnpost-cutoff__column--date{width:15%}.vnpost-cutoff__column--actions{width:9%;text-align:center!important}.vnpost-cutoff__cell--center{text-align:center;vertical-align:middle!important}.vnpost-cutoff__delete-icon{color:#e11d48}.vnpost-cutoff__empty{text-align:center;padding:var(--r4g-spacing-4)!important;color:var(--r4g-text-secondary)!important}.vnpost-errors{gap:var(--r4g-spacing-3);flex-direction:column;display:flex}.vnpost-errors__toolbar{align-items:flex-end;gap:var(--r4g-spacing-3);flex-wrap:wrap;display:flex}.vnpost-errors__toolbar label{gap:var(--r4g-spacing-1);min-width:220px;color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs);font-weight:var(--r4g-font-weight-medium);flex-direction:column;display:flex}.vnpost-errors__toolbar select{min-height:36px;padding:0 var(--r4g-spacing-3);border:1px solid var(--r4g-border-default);border-radius:var(--r4g-radius-sm);color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);background:#fff}.vnpost-errors__count{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);margin-right:auto}.vnpost-errors__table td:first-child{min-width:140px}.vnpost-errors__table td:first-child strong,.vnpost-errors__table td:first-child span{display:block}.vnpost-errors__table td:first-child span{margin-top:var(--r4g-spacing-1);color:var(--r4g-text-muted);font-size:var(--r4g-font-size-xs)}.vnpost-errors__table code{overflow-wrap:anywhere;border-radius:var(--r4g-radius-sm);max-width:280px;color:var(--r4g-text-primary);font-size:var(--r4g-font-size-xs);background:#0f172a0f;padding:2px 6px;display:inline-block}.vnpost-errors__pager{justify-content:flex-end;align-items:center;gap:var(--r4g-spacing-3);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);display:flex}.upload-preview__backdrop{z-index:var(--r4g-z-modal,1050);background:#11182773;justify-content:flex-end;display:flex;position:fixed;inset:0}.upload-preview__modal{width:min(80vw,1528px);height:100vh;box-shadow:var(--r4g-shadow-lg);background:#fff;flex-direction:column;display:flex}.upload-preview__header{min-height:56px;padding:0 var(--r4g-spacing-5);border-bottom:1px solid var(--r4g-border-light);background:#f8f8f8;justify-content:space-between;align-items:center;display:flex}.upload-preview__header h4{color:#5e5873;font-size:var(--r4g-font-size-lg);font-weight:var(--r4g-font-weight-medium);margin:0}.upload-preview__close{border-radius:var(--r4g-radius-md);width:36px;height:36px;color:var(--r4g-text-secondary);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.upload-preview__close:hover{background:var(--r4g-gray-100);color:var(--r4g-text-primary)}.upload-preview__body{gap:var(--r4g-spacing-6);padding:var(--r4g-spacing-5);flex-direction:column;flex:1;display:flex;overflow:auto}.upload-preview__section{gap:var(--r4g-spacing-3);flex-direction:column;display:flex}.upload-preview__section-title{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-base);font-weight:var(--r4g-font-weight-semibold);margin:0}.upload-preview__section-head{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-3);display:flex}.upload-preview__pager{align-items:center;gap:var(--r4g-spacing-2);min-height:32px;color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);display:flex}.upload-preview__pager button{background:var(--r4g-gray-100);width:32px;height:32px;color:var(--r4g-text-secondary);border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.upload-preview__pager button:disabled{cursor:not-allowed;opacity:.45}.upload-preview__page.upload-preview__page--active{background:var(--r4g-primary);color:#fff;font-weight:var(--r4g-font-weight-semibold)}.upload-preview__table-wrap{border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);background:#fff;max-height:420px;overflow:auto}.upload-preview__table-wrap--invalid{border-color:#fecaca;max-height:520px}.upload-preview__table{border-collapse:separate;border-spacing:0;width:100%;min-width:2600px;font-size:var(--r4g-font-size-sm)}.upload-preview__table th{z-index:1;min-width:200px;padding:var(--r4g-spacing-3) var(--r4g-spacing-4);border-bottom:2px solid var(--r4g-border-default);border-right:1px solid var(--r4g-border-light);background:var(--r4g-gray-50);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs);font-weight:var(--r4g-font-weight-semibold);text-align:left;text-transform:uppercase;white-space:nowrap;position:sticky;top:0}.upload-preview__table td{max-width:320px;padding:var(--r4g-spacing-3) var(--r4g-spacing-4);border-bottom:1px solid var(--r4g-border-light);border-right:1px solid var(--r4g-border-light);color:var(--r4g-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-preview__table tr:hover td{background:var(--r4g-gray-50)}.upload-preview__table--editable td{white-space:normal}.upload-preview__input{width:190px;min-height:34px;padding:0 var(--r4g-spacing-3);border:1px solid var(--r4g-border-default);border-radius:var(--r4g-radius-sm);color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);background:#fff}.upload-preview__input:focus{border-color:var(--r4g-primary);outline:none;box-shadow:0 0 0 3px #2563eb1f}.upload-preview__cell--invalid{background:#fff1f2}.upload-preview__cell--invalid .upload-preview__input{color:#991b1b;font-weight:var(--r4g-font-weight-semibold);background:#fff7f7;border-color:#f43f5e}.upload-preview__input--invalid{color:#b91c1c;font-weight:var(--r4g-font-weight-semibold);background:#fff7f7;border-color:#f43f5e}.upload-preview__cell-error{margin-top:var(--r4g-spacing-1);color:#b91c1c;font-size:var(--r4g-font-size-xs);line-height:1.35;display:block}.upload-preview__errors{gap:var(--r4g-spacing-1);min-width:260px;max-width:360px;color:var(--r4g-error);font-size:var(--r4g-font-size-xs);flex-direction:column;line-height:1.45;display:flex}.uploaded-plan-detail{width:100%;min-width:0;max-width:100%;overflow:hidden}.uploaded-plan-detail .grid,.uploaded-plan-detail__table-panel,.uploaded-plan-detail__table-scroll{width:100%;min-width:0;max-width:100%}.uploaded-plan-detail__table-panel{overflow:hidden}.uploaded-plan-detail__table-scroll{overflow:auto hidden}.uploaded-plan-detail__data-table,.uploaded-plan-detail__data-table .table{min-width:1080px}.uploaded-plan-detail__error-toolbar{margin-bottom:var(--r4g-spacing-4);justify-content:space-between}.uploaded-plan-detail__error-table-wrap{width:100%;max-width:100%;max-height:520px;overflow:auto}.upload-preview__save,.upload-preview__toggle{justify-content:center;align-items:center;gap:var(--r4g-spacing-2);border:1px solid var(--r4g-primary);border-radius:var(--r4g-radius-md);min-height:34px;color:var(--r4g-primary);font-size:var(--r4g-font-size-sm);font-weight:var(--r4g-font-weight-medium);white-space:nowrap;background:#fff;display:inline-flex}.upload-preview__save{padding:0 var(--r4g-spacing-3)}.upload-preview__toggle{padding:0 var(--r4g-spacing-4);align-self:flex-start}.upload-preview__save:disabled{cursor:not-allowed;opacity:.6}.upload-preview__save:hover:not(:disabled),.upload-preview__toggle:hover{background:#2563eb14}.upload-preview__summary{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-3);padding:var(--r4g-spacing-3) var(--r4g-spacing-4);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);background:#fff;display:flex}.upload-preview__summary span{align-items:center;gap:var(--r4g-spacing-2);display:inline-flex}.upload-preview__summary strong{color:var(--r4g-text-primary)}.upload-preview__summary--success{background:#f0fdf4;border-color:#bbf7d0}.upload-preview__summary--error{background:#fff1f2;border-color:#fecaca}.upload-preview__footer{justify-content:flex-end;display:flex}.create-tour{gap:var(--r4g-spacing-6);flex-direction:column;min-height:100%;display:flex}.create-tour__stepper{margin-bottom:0}.create-tour__step{cursor:pointer;align-items:center;display:flex}.create-tour__step-number{flex-shrink:0}.create-tour__step-info{flex-direction:column;display:flex}.create-tour__step-title{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);font-weight:var(--r4g-font-weight-medium)}.create-tour__step-desc{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs)}.create-tour__step--active .create-tour__step-title{color:var(--r4g-primary)}.create-tour__step--completed .create-tour__step-number{background-color:var(--r4g-success);color:var(--r4g-text-inverse)}.create-tour__config-label{gap:var(--r4g-spacing-2);margin-bottom:var(--r4g-spacing-4);color:var(--r4g-text-primary);font-weight:var(--r4g-font-weight-medium);display:grid}.create-tour__mode-select{z-index:20;width:100%;position:relative}.create-tour__mode-trigger{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-3);border:1px solid var(--r4g-border-default);border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary);width:100%;min-height:42px;color:var(--r4g-text-secondary);padding:0 var(--r4g-spacing-4);text-align:left;cursor:pointer;transition:border-color var(--r4g-transition-fast), box-shadow var(--r4g-transition-fast);display:flex}.create-tour__mode-trigger:disabled{cursor:not-allowed;opacity:.6}.create-tour__mode-select--open .create-tour__mode-trigger{border-color:var(--r4g-primary);box-shadow:0 0 0 1px #2563eb14}.create-tour__mode-select--open .create-tour__mode-trigger svg{transform:rotate(180deg)}.create-tour__mode-menu{border:1px solid var(--r4g-border-default);border-radius:0 0 var(--r4g-radius-md) var(--r4g-radius-md);background:var(--r4g-bg-primary);max-height:390px;box-shadow:var(--r4g-shadow-lg);padding:0;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.create-tour__mode-option{width:100%;min-height:36px;color:var(--r4g-text-secondary);padding:8px var(--r4g-spacing-4);text-align:left;cursor:pointer;background:0 0;border:0;display:block}.create-tour__mode-option:hover,.create-tour__mode-option--selected{background:var(--r4g-primary-light);color:var(--r4g-primary)}.create-tour__mode-empty{padding:var(--r4g-spacing-4);color:var(--r4g-text-secondary);display:block}.create-tour__empty-config{align-items:center;gap:var(--r4g-spacing-3);margin-top:var(--r4g-spacing-3);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);display:flex}.create-tour__empty-config a{color:var(--r4g-primary);font-weight:var(--r4g-font-weight-medium)}.create-tour__content{gap:var(--r4g-spacing-5);display:grid}.create-tour__step--disabled{cursor:not-allowed;opacity:.55}.create-tour__stats{gap:var(--r4g-spacing-4);margin-bottom:var(--r4g-spacing-5);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.create-tour__stat-card{align-items:center;gap:var(--r4g-spacing-3);border:1px solid var(--r4g-border-default);border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary);min-height:74px;padding:var(--r4g-spacing-4);display:flex}.create-tour__stat-icon{border-radius:var(--r4g-radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.create-tour__stat-icon--primary{background:var(--r4g-primary-light);color:var(--r4g-primary)}.create-tour__stat-icon--info{background:var(--r4g-info-light);color:var(--r4g-info)}.create-tour__stat-icon--warning{background:var(--r4g-warning-light);color:var(--r4g-warning)}.create-tour__stat-icon--success{background:var(--r4g-success-light);color:var(--r4g-success)}.create-tour__stat-info{gap:2px;min-width:0;display:grid}.create-tour__stat-value{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-lg);font-weight:var(--r4g-font-weight-semibold)}.create-tour__stat-label{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs)}.create-tour__empty{justify-items:center;gap:var(--r4g-spacing-3);border:1px solid var(--r4g-border-default);border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary);min-height:320px;padding:var(--r4g-spacing-8);text-align:center;display:grid}.create-tour__empty-icon{background:var(--r4g-primary-light);width:84px;height:84px;color:var(--r4g-primary);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.create-tour__empty-title{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-lg);font-weight:var(--r4g-font-weight-semibold);margin:0}.create-tour__empty-desc{max-width:420px;color:var(--r4g-text-secondary);margin:0}.create-tour__empty-actions,.create-tour__navigation,.create-tour__submit{align-items:center;gap:var(--r4g-spacing-3);display:flex}.create-tour__navigation{justify-content:space-between}.create-tour__final-submit{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-4);margin-top:var(--r4g-spacing-5);border:1px solid var(--r4g-border-default);border-radius:var(--r4g-radius-md);background:var(--r4g-bg-secondary);padding:var(--r4g-spacing-4);display:flex}.create-tour__summary{align-items:center;gap:var(--r4g-spacing-4);flex-wrap:wrap;display:flex}.create-tour__summary-item{align-items:center;gap:var(--r4g-spacing-2);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm);display:inline-flex}.create-tour__submit-btn{min-height:42px}.r4g-modal{z-index:var(--r4g-z-popover,1060);padding:var(--r4g-spacing-5);place-items:center;display:grid;position:fixed;inset:0}.r4g-modal__backdrop{background:#0f172a73;position:absolute;inset:0}.r4g-modal__panel{z-index:1;border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary);width:min(96vw,960px);max-height:88vh;box-shadow:var(--r4g-shadow-xl);flex-direction:column;display:flex;position:relative;overflow:hidden}.r4g-modal__panel--xl{width:min(96vw,1320px)}.r4g-modal__header{border-bottom:1px solid var(--r4g-border-default);padding:var(--r4g-spacing-4) var(--r4g-spacing-5);justify-content:space-between;align-items:center;display:flex}.r4g-modal__header h4{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-lg);margin:0}.r4g-icon-btn{border-radius:var(--r4g-radius-sm);width:34px;height:34px;color:var(--r4g-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.r4g-icon-btn:hover{border-color:var(--r4g-border-default);background:var(--r4g-bg-secondary);color:var(--r4g-text-primary)}.r4g-modal__body{min-height:0;padding:var(--r4g-spacing-5);overflow:auto}.r4g-modal__footer{justify-content:flex-end;align-items:center;gap:var(--r4g-spacing-3);border-top:1px solid var(--r4g-border-default);padding:var(--r4g-spacing-4) var(--r4g-spacing-5);display:flex}.create-tour__schedule-modal{border-radius:var(--r4g-radius-lg);width:min(92vw,820px)}.r4g-confirm-modal{width:min(92vw,420px)}.r4g-confirm-modal__title{align-items:center;gap:var(--r4g-spacing-3);display:inline-flex}.r4g-confirm-modal__icon{border-radius:var(--r4g-radius-sm);background:var(--r4g-bg-secondary);width:34px;height:34px;color:var(--r4g-primary);justify-content:center;align-items:center;display:inline-flex}.r4g-confirm-modal--danger .r4g-confirm-modal__icon{color:var(--r4g-error)}.r4g-confirm-modal--warning .r4g-confirm-modal__icon{color:var(--r4g-warning)}.r4g-confirm-modal__message{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-md);margin:0;line-height:1.55}.r4g-confirm-modal__footer{justify-content:flex-end;gap:var(--r4g-spacing-3);border-top:1px solid var(--r4g-border-default);padding:var(--r4g-spacing-4) var(--r4g-spacing-5);display:flex}.vnpost-transit-modal{border-radius:var(--r4g-radius-lg);width:min(92vw,720px)}.vnpost-transit-modal .r4g-modal__header{padding:var(--r4g-spacing-5) var(--r4g-spacing-6)}.vnpost-transit-modal__body{padding:var(--r4g-spacing-6)}.vnpost-transit-modal__field{margin:0}.vnpost-transit-modal__footer{justify-content:flex-end;align-items:center;gap:var(--r4g-spacing-3);padding:0 var(--r4g-spacing-6) var(--r4g-spacing-6);display:flex}.create-tour__picker{gap:var(--r4g-spacing-5);grid-template-columns:minmax(320px,.42fr) minmax(0,.58fr);display:grid}.create-tour__picker-panel{max-height:calc(100vh - 48px)}.create-tour__picker-modal{display:block}.create-tour__picker-modal--manual{flex-direction:column;display:flex;overflow:hidden}.create-tour__modal-controls{z-index:300;isolation:isolate;justify-content:flex-start;align-items:flex-end;gap:var(--r4g-spacing-3);margin-bottom:var(--r4g-spacing-4);flex-wrap:wrap;display:flex;position:relative}.create-tour__source-tabs{gap:var(--r4g-spacing-2);flex-wrap:wrap;display:flex}.create-tour__post-office-select{flex:0 360px;width:min(360px,100%);margin:0;position:relative}.create-tour__post-office-trigger{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-2);width:100%;color:var(--r4g-text-primary);text-align:left;background:var(--r4g-bg-primary,#fff);cursor:pointer;display:flex}.create-tour__post-office-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.create-tour__post-office-menu{z-index:1000;top:calc(100% + var(--r4g-spacing-1));gap:var(--r4g-spacing-2);width:min(420px,100vw - 80px);padding:var(--r4g-spacing-3);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary,#fff);display:grid;position:absolute;left:0;right:auto;box-shadow:0 14px 32px #0f172a38}.create-tour__post-office-options{max-height:180px;overflow:auto}.create-tour__post-office-option{width:100%;padding:var(--r4g-spacing-2) var(--r4g-spacing-3);border-radius:var(--r4g-radius-sm);color:var(--r4g-text-primary);text-align:left;background:var(--r4g-bg-primary,#fff);cursor:pointer;border:0;display:block}.create-tour__post-office-option:hover,.create-tour__post-office-option[aria-selected=true]{background:var(--r4g-primary-light);color:var(--r4g-primary-dark)}.create-tour__post-office-empty{padding:var(--r4g-spacing-3);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm)}.create-tour__picker-left,.create-tour__picker-right{z-index:1;min-width:0;position:relative}.create-tour__picker-toolbar{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-3);margin-bottom:var(--r4g-spacing-3);display:flex}.create-tour__picker-toolbar h5{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-base);margin:0}.create-tour__picker-toolbar .input{max-width:240px}.create-tour__picker-toolbar--end{justify-content:flex-end}.create-tour__picker-toolbar--manual,.create-tour__manual-search,.create-tour__manual-actions{align-items:center;gap:var(--r4g-spacing-3);display:flex}.create-tour__picker-toolbar--manual{justify-content:space-between}.create-tour__manual-search,.create-tour__manual-actions{flex-wrap:wrap}.create-tour__manual-search .input{width:min(320px,100%);max-width:none}.create-tour__manual-date-filter .input{width:min(180px,100%)}.create-tour__manual-datetime{align-items:end;gap:var(--r4g-spacing-3);grid-template-columns:auto minmax(280px,320px);display:grid}.create-tour__time-range{position:relative}.create-tour__time-range-trigger{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-3);width:100%;color:var(--r4g-text-primary);background:var(--r4g-bg-primary);cursor:pointer;display:flex}.create-tour__time-range-trigger:disabled{color:var(--r4g-text-muted);background:var(--r4g-gray-50);cursor:not-allowed}.create-tour__time-range-value{align-items:center;gap:var(--r4g-spacing-2);white-space:nowrap;display:flex}.create-tour__time-range-value>span{font-weight:var(--r4g-font-weight-normal)}.create-tour__time-range-menu{z-index:50;top:calc(100% + var(--r4g-spacing-1));border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary);width:min(380px,100vw - 64px);box-shadow:var(--r4g-shadow-lg);position:absolute;right:0;overflow:hidden}.create-tour__time-range-columns{grid-template-columns:1fr 1fr;display:grid}.create-tour__time-range-column{min-width:0;padding:var(--r4g-spacing-3)}.create-tour__time-range-column+.create-tour__time-range-column{border-left:1px solid var(--r4g-border-light)}.create-tour__time-range-column>strong{margin-bottom:var(--r4g-spacing-2);color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);text-align:center;display:block}.create-tour__time-range-options{gap:var(--r4g-spacing-1);max-height:240px;display:grid;overflow-y:auto}.create-tour__time-range-option{border-radius:var(--r4g-radius-sm);min-height:34px;color:var(--r4g-text-primary);cursor:pointer;background:0 0;border:0}.create-tour__time-range-option:hover,.create-tour__time-range-option[aria-selected=true]{color:var(--r4g-primary-dark);background:var(--r4g-primary-light);font-weight:var(--r4g-font-weight-semibold)}.create-tour__time-range-empty{padding:var(--r4g-spacing-4) var(--r4g-spacing-2);color:var(--r4g-text-muted);font-size:var(--r4g-font-size-sm);text-align:center;margin:0}.create-tour__time-range-clear{width:100%;padding:var(--r4g-spacing-2) var(--r4g-spacing-3);border:0;border-top:1px solid var(--r4g-border-light);color:var(--r4g-text-secondary);background:var(--r4g-bg-secondary);cursor:pointer}.create-tour__time-range-clear:disabled{cursor:not-allowed;opacity:.5}.create-tour__picker-manual{flex-direction:column;flex:auto;min-height:0;display:flex}.r4g-table-wrapper.create-tour__manual-table{flex:auto;min-height:260px;overflow:auto}.r4g-table-wrapper.create-tour__manual-table thead th{z-index:2;position:sticky;top:0}.create-tour__batch-panel{gap:var(--r4g-spacing-3);margin-bottom:var(--r4g-spacing-4);padding:var(--r4g-spacing-4);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-md);background:var(--r4g-gray-50);grid-template-columns:minmax(180px,1fr) minmax(160px,220px) auto minmax(220px,1fr);align-items:end;display:grid}@media (max-width:768px){.upload-plan__zones,.vnpost-import__grid,.vnpost-import__form-grid{grid-template-columns:1fr}.upload-plan__tabs{width:100%;display:flex}.upload-plan__tab{flex:1}.upload-plan__header,.create-tour__header,.create-tour__section-header{gap:var(--r4g-spacing-3);flex-direction:column}.vnpost-cutoff__header,.vnpost-cutoff__error{flex-direction:column;align-items:stretch}.vnpost-cutoff__actions{flex-wrap:wrap}.upload-plan__actions{flex-wrap:wrap;justify-content:flex-start}.create-tour__stats,.create-tour__picker,.create-tour__batch-panel{grid-template-columns:1fr}.create-tour__final-submit,.create-tour__summary,.create-tour__empty-config,.create-tour__empty-actions,.create-tour__picker-toolbar--manual{flex-direction:column;align-items:stretch}.create-tour__manual-search .input,.create-tour__manual-date-filter{width:100%}.create-tour__manual-datetime{grid-template-columns:1fr;width:100%}.create-tour__time-range-menu{width:100%;left:0;right:auto}.create-tour__post-office-select{width:100%;margin-left:0}}:root{--r4g-primary:#2563eb;--r4g-primary-hover:#1d4ed8;--r4g-primary-light:#dbeafe;--r4g-primary-dark:#1e40af;--r4g-success:#16a34a;--r4g-success-light:#dcfce7;--r4g-success-dark:#15803d;--r4g-warning:#ea580c;--r4g-warning-light:#ffedd5;--r4g-warning-dark:#c2410c;--r4g-error:#dc2626;--r4g-error-light:#fee2e2;--r4g-error-dark:#b91c1c;--r4g-info:#0891b2;--r4g-info-light:#cffafe;--r4g-info-dark:#0e7490;--r4g-gray-50:#f9fafb;--r4g-gray-100:#f3f4f6;--r4g-gray-200:#e5e7eb;--r4g-gray-300:#d1d5db;--r4g-gray-400:#9ca3af;--r4g-gray-500:#6b7280;--r4g-gray-600:#4b5563;--r4g-gray-700:#374151;--r4g-gray-800:#1f2937;--r4g-gray-900:#111827;--r4g-bg-primary:#fff;--r4g-bg-secondary:#f9fafb;--r4g-bg-tertiary:#f3f4f6;--r4g-border-light:#e5e7eb;--r4g-border-default:#d1d5db;--r4g-border-dark:#9ca3af;--r4g-text-primary:#111827;--r4g-text-secondary:#6b7280;--r4g-text-tertiary:#9ca3af;--r4g-text-inverse:#fff;--r4g-font-family-base:"Open Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--r4g-font-size-xs:.75rem;--r4g-font-size-sm:.875rem;--r4g-font-size-base:1rem;--r4g-font-size-lg:1.125rem;--r4g-font-size-xl:1.25rem;--r4g-font-size-2xl:1.5rem;--r4g-font-weight-normal:400;--r4g-font-weight-medium:500;--r4g-font-weight-semibold:600;--r4g-font-weight-bold:700;--r4g-spacing-1:.25rem;--r4g-spacing-2:.5rem;--r4g-spacing-3:.75rem;--r4g-spacing-4:1rem;--r4g-spacing-5:1.25rem;--r4g-spacing-6:1.5rem;--r4g-spacing-8:2rem;--r4g-spacing-12:3rem;--r4g-spacing-16:4rem;--r4g-radius-sm:.125rem;--r4g-radius-default:.25rem;--r4g-radius-md:.375rem;--r4g-radius-lg:.5rem;--r4g-radius-full:9999px;--r4g-transition-fast:.15s ease;--r4g-shadow-default:0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;--r4g-shadow-vuexy:0 4px 24px 0 #22292f1a;--background:#f1f1f1;--surface:var(--r4g-bg-primary);--surface-soft:var(--r4g-gray-50);--border:var(--r4g-border-light);--border-strong:var(--r4g-border-default);--text:var(--r4g-text-primary);--muted:var(--r4g-text-secondary);--primary:var(--r4g-primary);--primary-dark:var(--r4g-primary-hover);--primary-soft:var(--r4g-primary-light);--info:var(--r4g-info);--warning:var(--r4g-warning);--danger:var(--r4g-error);--success:var(--r4g-success);--radius:var(--r4g-radius-lg);--shadow:none}html body{color:var(--r4g-text-primary);font-family:var(--r4g-font-family-base);background-color:#f1f1f1;font-size:.86rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:6px}::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#555}.app-shell{background:#f1f1f1;grid-template-columns:260px minmax(0,1fr)}.sidebar{color:#5e5873;background:#fff;border-right:1px solid #22292f14;padding:1rem .75rem;box-shadow:0 0 15px #22292f0d}.brand{min-height:64px;padding:.35rem .75rem 1.15rem}.brand__title{color:#5e5873;font-size:1.1rem;font-weight:700}.brand__subtitle,.nav-section__label{color:#a6a4b0}.nav-section{margin:.75rem 0}.nav-section__label{margin:.8rem .75rem .45rem;font-size:.74rem;font-weight:600}.nav-link{color:#625f6e;border-radius:4px;min-height:40px;margin:.15rem 0;padding:.65rem .85rem;font-size:.95rem;font-weight:400;transition:transform .25s,background .25s,color .25s}.nav-group{margin:.15rem 0}.nav-link--parent{cursor:pointer;background:#22292f0d;border:0;justify-content:space-between;width:100%}.nav-link--parent-open{color:#111827}.nav-link__chevron{margin-left:auto;font-size:1.4rem;line-height:1;transition:transform .2s}.nav-group--open .nav-link__chevron{transform:rotate(90deg)}.nav-children{gap:.35rem;margin-top:.35rem;display:grid}.nav-link--child{border-radius:6px;justify-content:center;min-height:52px;margin-left:0;font-weight:600}.nav-link:hover{color:var(--r4g-primary);background:#22292f0d;transform:translate(5px)}.nav-link--active{background:var(--r4g-primary);color:#fff;box-shadow:0 0 10px 1px #2563eb59}.nav-link--active:hover{color:#fff;background:var(--r4g-primary-hover)}.topbar{min-height:64px;box-shadow:var(--r4g-shadow-vuexy);background:#fff;border:0;border-radius:.428rem;margin:1rem 1.5rem 0;padding:.75rem 1rem}.topbar__search{border-color:var(--r4g-border-light);background:#fff;border-radius:.357rem}.content{max-width:none;padding:1.5rem}.page-header{margin-bottom:var(--r4g-spacing-6)}.eyebrow{margin-bottom:var(--r4g-spacing-1);color:var(--r4g-primary);font-size:var(--r4g-font-size-xs);font-weight:var(--r4g-font-weight-semibold)}.page-title{font-size:var(--r4g-font-size-2xl);font-weight:var(--r4g-font-weight-semibold);color:var(--r4g-text-primary)}.page-subtitle{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm)}.panel,.card{background-color:var(--r4g-bg-primary);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);box-shadow:none}.panel{padding:var(--r4g-spacing-6)}.section-title{gap:var(--r4g-spacing-3);margin-bottom:var(--r4g-spacing-4);color:var(--r4g-text-primary);font-size:var(--r4g-font-size-lg);font-weight:var(--r4g-font-weight-semibold)}.button{background-color:var(--r4g-primary);border-color:var(--r4g-primary);color:#fff;min-height:38px;transition:all var(--r4g-transition-fast);border-radius:.357rem;padding:.55rem 1rem;font-size:.95rem;font-weight:500;line-height:1}.button:hover{background-color:var(--r4g-primary-hover);border-color:var(--r4g-primary-hover);box-shadow:0 8px 25px -8px var(--r4g-primary)}.button--outline{color:#82868b;background-color:#0000;border-color:#82868b}.button--outline:hover{color:#82868b;box-shadow:none;background-color:#82868b14;border-color:#82868b}.button--danger{background-color:var(--r4g-error);border-color:var(--r4g-error)}.button:disabled,.button:disabled:hover{cursor:not-allowed;opacity:.55;color:#82868b;box-shadow:none;background-color:#d8d6de;border-color:#d8d6de}.input,.select,.textarea{border-color:var(--r4g-border-default);color:#6e6b7b;border-radius:.357rem;min-height:38px;font-size:1em}.input:focus,.select:focus,.textarea:focus{border-color:var(--r4g-primary);box-shadow:0 3px 10px #2563eb1a}.form-field label,.form-field span:first-child{color:var(--r4g-text-primary);font-weight:var(--r4g-font-weight-medium)}.stat-card{background-color:var(--r4g-gray-50);border-radius:var(--r4g-radius-md);box-shadow:none;padding:var(--r4g-spacing-4);border:0}.stat-card__icon{border-radius:var(--r4g-radius-md);background-color:var(--r4g-primary-light);width:40px;height:40px;color:var(--r4g-primary)}.stat-card:nth-child(2) .stat-card__icon,.grid--2 .stat-card:nth-child(2) .stat-card__icon{background-color:var(--r4g-info-light);color:var(--r4g-info)}.stat-card:nth-child(3) .stat-card__icon{background-color:var(--r4g-warning-light);color:var(--r4g-warning)}.stat-card:nth-child(4) .stat-card__icon{background-color:var(--r4g-success-light);color:var(--r4g-success)}.stat-card__value{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-lg);font-weight:var(--r4g-font-weight-semibold)}.stat-card__label{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs)}.table-shell{background-color:var(--r4g-bg-primary);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg)}.data-table{font-size:var(--r4g-font-size-sm)}.data-table th{background-color:var(--r4g-gray-50);border-bottom:2px solid var(--r4g-border-default);border-right:1px solid var(--r4g-border-light);color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-xs);font-weight:var(--r4g-font-weight-semibold);letter-spacing:.5px;padding:var(--r4g-spacing-3) var(--r4g-spacing-4)}.data-table th:last-child,.data-table td:last-child{border-right:0}.data-table td{border-bottom:1px solid var(--r4g-border-light);border-right:1px solid var(--r4g-border-light);color:var(--r4g-text-primary);padding:var(--r4g-spacing-3) var(--r4g-spacing-4)}.data-table tbody tr{transition:background-color var(--r4g-transition-fast)}.data-table tbody tr:hover{background-color:var(--r4g-gray-50)}.r4g-badge,.badge{padding:var(--r4g-spacing-1) var(--r4g-spacing-2);border-radius:var(--r4g-radius-default);font-size:var(--r4g-font-size-xs);font-weight:var(--r4g-font-weight-medium);white-space:nowrap;justify-content:center;align-items:center;line-height:1;display:inline-flex}.r4g-badge-success,.badge--success{background-color:var(--r4g-success-light);border:1px solid var(--r4g-success);color:var(--r4g-success)}.r4g-badge-info,.badge--info{background-color:var(--r4g-info-light);border:1px solid var(--r4g-info);color:var(--r4g-info)}.r4g-badge-warning,.badge--warning{background-color:var(--r4g-warning-light);border:1px solid var(--r4g-warning);color:var(--r4g-warning)}.r4g-badge-danger,.r4g-badge-error,.badge--danger{background-color:var(--r4g-error-light);border:1px solid var(--r4g-error);color:var(--r4g-error)}.r4g-badge-primary{background-color:var(--r4g-primary-light);border:1px solid var(--r4g-primary);color:var(--r4g-primary)}.r4g-badge-secondary,.r4g-badge-pending{background-color:var(--r4g-gray-100);border:1px solid var(--r4g-gray-300);color:var(--r4g-gray-600)}.support-partners{align-items:start}.support-chat{gap:12px;max-height:440px;padding-right:4px;display:grid;overflow:auto}.support-chat__summary,.support-chat__message{background:#fff;border:1px solid #94a3b83d;border-radius:8px;gap:6px;padding:12px;display:grid}.support-chat__time{color:#64748b;font-size:12px}.support-attachments{gap:10px;display:grid}.support-attachments__list{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.support-attachments__list a{color:#0369a1;background:#0ea5e91a;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;text-decoration:none;display:inline-flex}.dropzone{border:2px dashed var(--r4g-border-default);border-radius:var(--r4g-radius-lg);min-height:200px;padding:var(--r4g-spacing-6);transition:all var(--r4g-transition-fast);background:0 0}.dropzone:hover,.dropzone--active{border-color:var(--r4g-primary);background-color:var(--r4g-gray-50)}.dropzone:has(.dropzone__title+.dropzone__meta){border-style:dashed}.dropzone__icon{border-radius:var(--r4g-radius-full);background-color:var(--r4g-primary-light);width:56px;height:56px;color:var(--r4g-primary)}.dropzone__title{color:var(--r4g-text-primary);font-weight:var(--r4g-font-weight-semibold)}.dropzone__meta{color:var(--r4g-text-secondary);font-size:var(--r4g-font-size-sm)}.stepper{gap:var(--r4g-spacing-4);margin-bottom:var(--r4g-spacing-6);padding:var(--r4g-spacing-4);background:var(--r4g-bg-primary);border:1px solid var(--r4g-border-light);border-radius:var(--r4g-radius-lg);display:flex}.step{gap:var(--r4g-spacing-3);min-height:auto;padding:var(--r4g-spacing-3) var(--r4g-spacing-4);border-radius:var(--r4g-radius-md);transition:all var(--r4g-transition-fast);background:0 0;border:0;flex:1}.step:hover{background-color:var(--r4g-gray-50)}.step--active{background-color:var(--r4g-primary-light);box-shadow:none;border:0}.step__number{background-color:var(--r4g-gray-200);width:32px;height:32px;color:var(--r4g-text-secondary)}.step--active .step__number{background-color:var(--r4g-primary);color:var(--r4g-text-inverse)}.step strong{color:var(--r4g-text-primary);font-size:var(--r4g-font-size-sm);font-weight:var(--r4g-font-weight-medium)}.step--active strong{color:var(--r4g-primary)}.map-preview{border-color:var(--r4g-border-light);border-radius:var(--r4g-radius-lg)}.auth-screen{background:#f1f1f1}.auth-visual{background:linear-gradient(120deg,#2563eb9e,#0891b233),url(/dashboard.png) 50%/cover}.auth-panel{background:#fff}.tour-form-screen{min-height:100vh;color:var(--r4g-text-primary,#2f3640);background:#fff}.tour-form-screen__topbar{color:#555b63;background:#f2f0f0;justify-content:space-between;align-items:center;min-height:40px;padding:0 16px;font-size:14px;font-weight:500;display:flex}.tour-form-screen__close{color:#3c4148;background:0 0;border:0;border-radius:4px;place-items:center;width:32px;height:32px;display:inline-grid}.tour-form-screen__close:hover{background:#22292f14}.tour-form{padding:18px 22px 8px}.tour-form__header{border-bottom:1px solid var(--r4g-border-light,#ebe9f1);align-items:flex-end;gap:14px;margin-bottom:20px;padding-bottom:12px;display:flex}.tour-form__name-input{flex:1;min-width:0}.tour-form__label{color:var(--r4g-text-secondary,#6e6b7b);margin-bottom:8px;font-size:12px;font-weight:500;display:block}.tour-form__input{border:1px solid var(--r4g-border-default,#d8d6de);width:100%;min-height:40px;color:var(--r4g-text-primary,#2f3640);background:#fff;border-radius:5px;outline:0;padding:9px 10px;font-size:13px;transition:border-color .15s,box-shadow .15s}.tour-form__input:focus{border-color:var(--r4g-primary,#2563eb);box-shadow:0 0 0 3px #2563eb1f}.tour-form__input::placeholder{color:#a8b0bd}.tour-form__save-btn{flex:none}.tour-form__save-btn .button{min-width:142px;min-height:36px}.tour-form__status{border:1px solid var(--r4g-border-light,#ebe9f1);background:var(--r4g-gray-50,#f8f8f8);color:var(--r4g-text-secondary,#6e6b7b);border-radius:5px;margin:0 0 14px;padding:9px 12px;font-size:13px}.tour-form__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;display:grid}.tour-form__column{min-width:0}.tour-form__section{margin-bottom:20px}.tour-form__section-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.tour-form__section-number{background:var(--r4g-primary,#2563eb);color:#fff;border-radius:50%;flex:0 0 26px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:inline-flex}.tour-form__section-title{color:var(--r4g-text-primary,#2f3640);margin:0;font-size:13px;font-weight:650;line-height:1.35}.tour-form__section-body{flex-direction:column;gap:7px;display:flex}.tour-form__radio-card{border:1px solid var(--r4g-border-light,#ebe9f1);width:100%;min-height:55px;color:inherit;text-align:left;background:#fff;border-radius:5px;align-items:flex-start;gap:10px;padding:11px 10px;transition:border-color .15s,background-color .15s;display:flex}.tour-form__radio-card:hover{border-color:var(--r4g-primary,#2563eb);background-color:var(--r4g-gray-50,#f8f8f8)}.tour-form__radio-card--selected{border-color:var(--r4g-primary,#2563eb);background-color:var(--r4g-primary-light,#dbeafe)}.tour-form__radio-indicator{border:1px solid var(--r4g-border-dark,#a8b0bd);border-radius:50%;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;margin-top:1px;display:inline-flex}.tour-form__radio-card--selected .tour-form__radio-indicator{border-color:var(--r4g-primary,#2563eb)}.tour-form__radio-dot{background-color:var(--r4g-primary,#2563eb);border-radius:50%;width:10px;height:10px}.tour-form__radio-content,.tour-form__checkbox-content{flex-direction:column;min-width:0;display:flex}.tour-form__radio-label,.tour-form__checkbox-label{color:var(--r4g-text-primary,#2f3640);font-size:13px;font-weight:550;line-height:1.25}.tour-form__radio-desc,.tour-form__checkbox-desc{color:var(--r4g-text-secondary,#6e6b7b);margin-top:2px;font-size:12px;line-height:1.25}.tour-form__presets{margin-bottom:14px}.tour-form__preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.tour-form__preset-card{border:1px solid var(--r4g-border-light,#ebe9f1);min-height:68px;color:inherit;text-align:center;background:#fff;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:9px;transition:border-color .15s,background-color .15s;display:flex}.tour-form__preset-card:hover{border-color:var(--r4g-primary,#2563eb);background-color:var(--r4g-gray-50,#f8f8f8)}.tour-form__preset-card--selected{border-color:var(--r4g-primary,#2563eb);background-color:var(--r4g-primary-light,#dbeafe)}.tour-form__preset-icon{color:var(--r4g-gray-500,#6e7684)}.tour-form__preset-card--selected .tour-form__preset-icon{color:var(--r4g-primary,#2563eb)}.tour-form__preset-label{color:var(--r4g-text-secondary,#6e6b7b);font-size:12px;font-weight:500;line-height:1.2}.tour-form__advanced{margin-bottom:12px}.tour-form__advanced-header{color:var(--r4g-text-secondary,#6e6b7b);background:0 0;border:0;align-items:center;gap:8px;padding:6px 0;font-size:12px;font-weight:500;display:inline-flex}.tour-form__advanced-header:hover{color:var(--r4g-primary,#2563eb)}.tour-form__advanced-body{background-color:var(--r4g-gray-50,#f8f8f8);border-radius:5px;margin-top:6px;padding:11px}.tour-form__checkbox-item{cursor:pointer;align-items:flex-start;gap:10px;margin:0 0 12px;display:flex}.tour-form__checkbox-item:last-child{margin-bottom:0}.tour-form__checkbox-item input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.tour-form__checkbox-box{border:1px solid var(--r4g-border-dark,#a8b0bd);color:#fff;background:#fff;border-radius:3px;justify-content:center;align-items:center;width:19px;min-width:19px;height:19px;margin-top:1px;display:inline-flex}.tour-form__checkbox-item input[type=checkbox]:checked+.tour-form__checkbox-box{border-color:var(--r4g-primary,#2563eb);background-color:var(--r4g-primary,#2563eb)}.tour-form__time-input{color:var(--r4g-text-secondary,#6e6b7b);gap:6px;margin:0 0 13px 29px;font-size:12px;display:grid}.tour-form__preview{border:1px solid var(--r4g-border-light,#ebe9f1);background-color:var(--r4g-gray-50,#f8f8f8);border-radius:5px;overflow:hidden}.tour-form__preview-header{background-color:var(--r4g-gray-100,#f3f2f7);color:var(--r4g-text-secondary,#6e6b7b);align-items:center;gap:8px;padding:11px;font-size:12px;font-weight:500;display:flex}.tour-form__preview-body{padding:9px 11px}.tour-form__preview-item{border-bottom:1px dashed var(--r4g-border-light,#ebe9f1);justify-content:space-between;gap:14px;padding:5px 0;font-size:12px;display:flex}.tour-form__preview-item:last-child{border-bottom:0}.tour-form__preview-label{color:var(--r4g-text-secondary,#6e6b7b)}.tour-form__preview-value{color:var(--r4g-text-primary,#2f3640);text-align:right;font-weight:550}.r4g-badge--sm{min-height:16px;padding:2px 5px;font-size:10px}.r4g-btn-primary{background-color:var(--r4g-primary,#2563eb)!important;border-color:var(--r4g-primary,#2563eb)!important}.r4g-btn-primary:hover{background-color:var(--r4g-primary-hover,#1d4ed8)!important;border-color:var(--r4g-primary-hover,#1d4ed8)!important}.notification-menu{position:relative}.language-switcher{border:1px solid var(--r4g-border-light,#ebe9f1);color:#5e5873;background:#fff;border-radius:3px;min-width:58px;height:34px;font-size:12px;font-weight:650}.notification-button{color:#5e5873;background:0 0;border:0;place-items:center;width:34px;height:34px;display:inline-grid;position:relative}.notification-button span{background:#ea5455;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;right:3px}.notification-popover{z-index:60;border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:2px;width:350px;position:absolute;top:calc(100% + 8px);right:-8px;overflow:hidden;box-shadow:0 6px 20px #22292f24}.notification-popover__title{border-bottom:1px solid var(--r4g-border-light,#ebe9f1);color:#5e5873;align-items:center;min-height:48px;padding:0 16px;font-size:16px;font-weight:500;display:flex}.notification-popover button{width:100%;min-height:48px;color:var(--r4g-primary,#2563eb);text-align:right;background:0 0;border:0;padding:0 16px;font-size:13px}.revenue-user{color:var(--r4g-primary,#2563eb);text-align:right;gap:2px;font-size:12px;line-height:1.1;display:grid}.revenue-user strong{align-items:center;gap:4px;font-size:12px;font-weight:650;display:inline-flex}.revenue-user span{align-items:center;gap:4px;display:inline-flex}.account-menu{position:relative}.account-toggle{background:0 0;border:0;align-items:center;gap:9px;padding:0;display:inline-flex}.account-toggle__user strong,.account-toggle__user span{justify-content:flex-end}.account-avatar{background:#f1d3c9 50%/cover;border:1px solid #fff;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;display:inline-grid;position:relative;overflow:visible;box-shadow:0 1px 3px #22292f29}.account-avatar i{background:#28c76f;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.account-popover{z-index:70;border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:3px;width:258px;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 8px 22px #22292f29}.account-popover button{color:#6e6b7b;text-align:left;background:#fff;border:0;border-bottom:1px solid #22292f1a;align-items:center;gap:12px;width:100%;min-height:58px;padding:0 18px;font-size:16px;display:flex}.account-popover button:hover{background:#f8f8f8}.account-popover button:last-child{border-bottom:0}.account-popover__danger{color:#ea5455!important}.profile-page{gap:18px;display:grid}.profile-card,.profile-info{background:#fff;border-radius:8px;box-shadow:0 1px 3px #22292f14}.profile-card{align-items:center;gap:18px;padding:22px;display:flex}.profile-card__avatar{background:#f1d3c9 50%/cover;border-radius:50%;flex:0 0 72px;width:72px;height:72px;overflow:hidden}.profile-info{overflow:hidden}.profile-info__row{border-bottom:1px solid var(--r4g-border-light,#ebe9f1);color:#6e6b7b;grid-template-columns:24px 180px minmax(0,1fr);align-items:center;gap:12px;min-height:58px;padding:0 22px;display:grid}.profile-info__row:last-child{border-bottom:0}.profile-info__row strong{color:#5e5873;font-weight:600}.uploaded-plan{flex-direction:column;gap:16px;display:flex}.uploaded-plan__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.uploaded-plan__action-card{border:1px solid var(--r4g-border-light,#ebe9f1);min-height:86px;color:inherit;background:#fff;border-radius:8px;align-items:center;gap:16px;padding:16px;text-decoration:none;transition:all .15s;display:flex;box-shadow:0 1px 3px #22292f0f}.uploaded-plan__action-card:hover{border-color:var(--r4g-primary,#2563eb);transform:translateY(-1px);box-shadow:0 4px 14px #22292f1f}.uploaded-plan__action-icon{border-radius:8px;flex:0 0 54px;place-items:center;width:54px;height:54px;display:grid}.uploaded-plan__action-icon--primary{color:#2563eb;background:#dbeafe}.uploaded-plan__action-icon--info{color:#0891b2;background:#cffafe}.uploaded-plan__action-icon--success{color:#16a34a;background:#dcfce7}.uploaded-plan__action-content{flex:1;gap:4px;min-width:0;display:grid}.uploaded-plan__action-content strong{color:#1f2937;font-size:14px;font-weight:650}.uploaded-plan__action-content small{color:#6b7280;font-size:13px}.uploaded-plan__action-arrow{color:#94a3b8}.uploaded-plan__card{border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:8px;min-height:680px;padding:16px;box-shadow:0 1px 3px #22292f14}.uploaded-plan__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.uploaded-plan__header-left{align-items:center;gap:12px;display:flex}.uploaded-plan__header-left h4{color:#1f2937;margin:0;font-size:20px;font-weight:650}.uploaded-plan__search{color:#8f95a3;border:1px solid #d8d6de;border-radius:8px;align-items:center;gap:9px;width:min(316px,100%);min-height:38px;padding:0 12px;display:flex}.uploaded-plan__search input{color:#5e5873;border:0;outline:0;width:100%}.uploaded-plan__tabs{border-bottom:1px solid var(--r4g-border-light,#ebe9f1);gap:8px;margin-bottom:14px;padding-bottom:14px;display:flex}.uploaded-plan__tab{color:#6e6b7b;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:14px;font-weight:550;display:inline-flex}.uploaded-plan__tab--active{color:#fff;background:#2563eb}.uploaded-plan__tab em{background:#ffffff38;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:12px;font-style:normal;display:inline-grid}.uploaded-plan__content{gap:10px;display:grid}.uploaded-plan__file-cell{align-items:center;gap:8px;font-weight:550;display:inline-flex}.uploaded-plan__records{color:#6e6b7b;align-items:center;gap:8px;display:inline-flex}.uploaded-plan__records strong{color:#28c76f}.uploaded-plan__records b{color:#ea5455}.uploaded-plan__date{gap:2px;display:grid}.uploaded-plan__date strong{font-weight:600}.uploaded-plan__date small{color:#9aa1ad}.uploaded-plan__empty{border:1px solid var(--r4g-border-light,#ebe9f1);color:#6e6b7b;text-align:center;border-top:0;border-radius:0 0 8px 8px;align-content:center;place-items:center;gap:12px;min-height:330px;display:grid}.uploaded-plan__empty svg{color:#c8ccd4}.uploaded-plan__empty h5{color:#1f2937;margin:0;font-size:20px}.uploaded-plan__empty p{max-width:360px;margin:0;line-height:1.55}.revenue-avatar{color:#7c3f2c;background:#f1d3c9;width:34px;height:34px;font-size:11px}.routed-management{min-height:calc(100vh - 38px - 3rem)}body.routed-detail-shell .app-shell{grid-template-columns:112px minmax(0,1fr)}body.routed-detail-shell .topbar{display:none}body.routed-detail-shell .content{max-width:none;padding:.75rem 1rem 1.5rem}body.routed-detail-shell .sidebar{padding-inline:.75rem}body.routed-detail-shell .brand{justify-content:center;padding-inline:0}body.routed-detail-shell .brand__copy,body.routed-detail-shell .nav-section__label,body.routed-detail-shell .nav-link span,body.routed-detail-shell .nav-link__chevron{display:none}body.routed-detail-shell .nav-link{justify-content:center;min-height:40px;padding-inline:0}body.routed-detail-shell .nav-link:hover{transform:none}.routed-detail-page{color:#5e5873;min-height:calc(100vh - 1.5rem)}.routed-detail-map{background:#d7e7ef;border:1px solid #ebe9f1;height:60vh;min-height:420px;position:relative;overflow:hidden}.routed-detail-map__canvas{width:100%;height:100%}.routed-detail-map__loading{color:#5e5873;background:#ffffffad;justify-content:center;align-items:center;gap:8px;font-weight:600;display:flex;position:absolute;inset:0}.post-office-map{background:#d7e7ef;border:1px solid #ebe9f1;height:60vh;min-height:420px;margin:12px;position:relative;overflow:hidden}.post-office-map__canvas{width:100%;height:100%}.post-office-map__loading,.post-office-map__empty{color:#5e5873;text-align:center;background:#ffffffb8;justify-content:center;align-items:center;padding:1rem;font-size:.875rem;font-weight:600;display:flex;position:absolute;inset:0}.post-office-map__popup{z-index:2;border:1px solid var(--r4g-border-light,#ebe9f1);color:#5e5873;background:#fff;border-radius:8px;min-width:180px;max-width:min(280px,100% - 24px);padding:12px 40px 12px 12px;position:absolute;top:12px;right:12px;box-shadow:0 10px 24px #22292f1f}.post-office-map__title,.post-office-map__code{overflow-wrap:anywhere;display:block}.post-office-map__title{color:#2f2b3d;font-size:.875rem;line-height:1.35}.post-office-map__code{color:#6e6b7b;margin-top:4px;font-size:.75rem}.post-office-map__close{color:#6e6b7b;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:8px;right:8px}.post-office-map__close:hover{color:#2f2b3d;background:#f5f5f5}.post-office-map__hint{z-index:2;border:1px solid var(--r4g-border-light,#ebe9f1);color:#6e6b7b;background:#ffffffeb;border-radius:8px;max-width:min(460px,100% - 24px);margin:0;padding:8px 10px;font-size:.75rem;position:absolute;bottom:12px;left:12px}.routed-detail-view-link{color:#28c76f;background:0 0;border:0;align-items:center;gap:4px;margin:.5rem 0 1rem;font-size:1rem;line-height:1.2;display:inline-flex}.routed-detail-alert{border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600}.routed-detail-alert--danger{color:#ea5455;background:#ea54551f;border:1px solid #ea545542}.routed-detail-route{gap:1rem;display:grid}.routed-detail-title{color:#5e5873;margin:0;font-size:1.35rem;font-weight:600;line-height:1.35}.routed-detail-sequence-row{grid-template-columns:minmax(180px,284px) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.routed-detail-sequence-row:has(.routed-detail-summary-card--danger){grid-template-columns:minmax(0,1fr) minmax(180px,220px)}.routed-detail-sequence-row:has(.routed-detail-summary-card--primary):has(.routed-detail-summary-card--danger){grid-template-columns:minmax(180px,220px) minmax(0,1fr) minmax(180px,220px)}.routed-detail-summary-card{background:#fff;border:1px solid;border-radius:.428rem;align-content:center;justify-items:center;gap:.65rem;min-height:132px;display:grid;box-shadow:0 4px 24px #22292f0f}.routed-detail-summary-card--primary{border-color:#3577d4}.routed-detail-summary-card--danger{border-color:#ea5455}.routed-detail-summary-card a,.routed-detail-info-card a{color:#3577d4}.routed-detail-stop-list{background:#fff;border:1px solid #ea5455;border-radius:.428rem;min-height:132px;display:flex;overflow-x:auto;box-shadow:0 4px 24px #22292f0f}.routed-detail-stop-list--editing{border-color:#28c76f}.routed-detail-stop-list--full{grid-column:1/-1}.routed-detail-stop-card{text-align:center;border-right:1px solid #ebe9f1;flex-direction:column;min-width:170px;display:flex}.routed-detail-stop-card--mixed{background:#ff9f430f;min-width:220px}.routed-detail-stop-action{align-content:center;justify-items:center;gap:.5rem;min-height:132px;padding:1rem 1.25rem;display:grid}.routed-detail-stop-card--mixed .routed-detail-stop-action{min-height:96px;padding:.75rem 1rem}.routed-detail-stop-card--mixed .routed-detail-stop-action+.routed-detail-stop-action{border-top:1px solid #ff9f4359}.routed-detail-stop-action__meta{justify-content:center;align-items:center;gap:.75rem;display:flex}.routed-detail-stop-action__type{color:#6e6b7b;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1}.routed-detail-stop-card--editing{cursor:move;align-content:center;justify-items:center;gap:.65rem;padding:1rem 1.25rem;display:grid}.routed-detail-stop-card--editing:hover{background:#f8fbff}.routed-detail-stop-card:last-child{border-right:0}.routed-detail-pin{color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:3px;min-width:34px;height:25px;padding:0 .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.routed-detail-pin--primary{background:#3577d4}.routed-detail-pin--danger{background:#ea5455}.routed-detail-pin--warning{background:#ff9f43}.routed-detail-package{justify-content:center;align-items:center;gap:4px;display:inline-flex}.routed-detail-package--danger{color:#ea5455}.routed-detail-package--primary{color:#3577d4}.routed-detail-package--warning{color:#ff9f43}.routed-detail-marker-label--mixed{text-align:center;white-space:pre-line;font-size:10px!important;line-height:10px!important}.routed-detail-info-card{color:#5e5873;background:#f8f8f8;border:1px solid #ebe9f1;flex-direction:column;gap:2px;padding:.75rem 1rem;font-size:1rem;display:flex}.routed-detail-actions{justify-content:flex-end;gap:.75rem;padding-bottom:1rem;display:flex}.routed-card{border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:0;min-height:calc(100vh - 88px);overflow:hidden}.routed-tabs{flex-wrap:wrap;gap:8px;padding:12px 12px 0;display:flex}.routed-tabs__button{border:1px solid var(--r4g-border-default,#d8d6de);color:#5e5873;background:#fff;border-radius:8px;min-height:34px;padding:0 14px;font-size:12px;font-weight:700}.routed-tabs__button--active{border-color:var(--r4g-primary,#2563eb);color:var(--r4g-primary,#2563eb);background:#f5f8ff}.routed-filters{grid-template-columns:minmax(260px,420px) minmax(240px,1fr) minmax(180px,230px) max-content;align-items:center;gap:12px;padding:14px 12px 16px;display:grid}.routed-filters--summary{grid-template-columns:minmax(280px,540px)}.routed-date-field,.routed-search-field,.routed-select{border:1px solid var(--r4g-border-default,#d8d6de);color:#6e6b7b;background:#fff;border-radius:8px;align-items:center;min-height:32px;font-size:12px;display:flex}.routed-date-control{position:relative}.routed-date-field{cursor:pointer;justify-content:space-between;gap:10px;width:100%;min-height:40px;padding:0 0 0 10px}.routed-date-field--open,.routed-date-field:hover{border-color:var(--r4g-primary,#2563eb);box-shadow:0 0 0 3px #2563eb14}.routed-date-field__content{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.routed-date-field__label{color:var(--r4g-primary,#2563eb);font-size:10px;font-weight:650;line-height:1}.routed-date-field__value{color:#6e6b7b;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.routed-date-field__icon{border-left:1px solid var(--r4g-border-default,#d8d6de);width:40px;color:var(--r4g-primary,#2563eb);background:#f5f8ff;border-radius:0 8px 8px 0;align-self:stretch;place-items:center;display:inline-grid}.routed-date-picker{z-index:40;border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:7px;grid-template-columns:100px 1fr;width:515px;display:grid;position:absolute;top:calc(100% + 2px);left:0;overflow:hidden;box-shadow:0 8px 20px #22292f24}.routed-date-picker__shortcuts{border-right:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;flex-direction:column;gap:4px;padding:8px 10px;display:flex}.routed-date-picker__shortcuts button{color:#577291;text-align:left;background:0 0;border:0;min-height:20px;font-size:12px}.routed-date-picker__shortcuts button:hover{color:var(--r4g-primary,#2563eb)}.routed-date-picker__calendars{grid-template-columns:1fr 1fr;gap:16px;padding:8px 12px 10px;display:grid;position:relative}.routed-date-picker__nav{pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:9px;left:8px;right:8px}.routed-date-picker__nav button{color:#8a9cb3;pointer-events:auto;background:0 0;border:0;place-items:center;width:20px;height:20px;display:inline-grid}.routed-date-picker__month-title{color:#5f7896;justify-content:center;align-items:center;min-height:22px;font-size:13px;font-weight:500;display:flex}.routed-date-picker__weekdays,.routed-date-picker__days{grid-template-columns:repeat(7,24px);justify-content:center;display:grid}.routed-date-picker__weekdays span{color:#6b86a2;place-items:center;height:26px;font-size:11px;display:grid}.routed-date-picker__day{color:#5f7896;background:0 0;border:0;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.routed-date-picker__day:hover{color:var(--r4g-primary,#2563eb);background:#eef4ff}.routed-date-picker__day--muted{color:#c3ccd8}.routed-date-picker__day--range{background:#eee}.routed-date-picker__day--active{color:#fff;background:#ea3546;font-weight:700}.routed-date-picker__day--active:hover{color:#fff;background:#d92535}.routed-search-field{padding-left:10px}.routed-search-field input{color:#6e6b7b;border:0;outline:0;width:100%;height:30px}.routed-search-field input::placeholder{color:#b9b9c3}.routed-search-field button{border:0;border-left:1px solid var(--r4g-border-default,#d8d6de);color:#6e6b7b;background:0 0;place-items:center;width:42px;height:32px;display:inline-grid}.routed-select{outline:0;padding:0 12px}.routed-import-input{display:none}.routed-import-button{border:1px solid var(--r4g-primary,#2563eb);min-height:40px;color:var(--r4g-primary,#2563eb);white-space:nowrap;background:#f5f8ff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.routed-import-button:disabled{cursor:not-allowed;opacity:.65}.routed-divider{background:var(--r4g-border-light,#ebe9f1);height:1px}.routed-error{color:#ea3546;background:#fff1f1;border:1px solid #ffb3b3;border-radius:8px;margin-top:14px;padding:12px 16px;font-size:14px}.routed-pagination{color:#6e6b7b;align-items:center;gap:8px;padding:12px;font-size:12px;display:flex}.routed-pagination button,.routed-pagination__page{color:#6e6b7b;background:#f3f2f7;border:0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.routed-pagination button:disabled{opacity:.55;cursor:not-allowed}.routed-pagination__page{background:var(--r4g-primary,#2563eb);color:#fff;font-weight:700}.routed-table-wrap{scrollbar-color:#8f8f8f #ededed;scrollbar-width:thin;width:100%;overflow:auto hidden}.routed-table-wrap::-webkit-scrollbar{height:14px}.routed-table-wrap::-webkit-scrollbar-track{background:#ededed}.routed-table-wrap::-webkit-scrollbar-thumb{background:#8f8f8f;border:3px solid #ededed;border-radius:999px}.routed-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1950px;font-size:12px}.routed-table th{border:1px solid var(--r4g-border-light,#ebe9f1);color:#050505;letter-spacing:.4px;text-align:left;text-transform:uppercase;background:#f2f2f3;height:48px;padding:12px 16px;font-size:11px;font-weight:800}.routed-table th:first-child,.routed-table td:first-child{text-align:center}.routed-table td{border:1px solid var(--r4g-border-light,#ebe9f1);color:#5e5873;vertical-align:top;min-height:42px;padding:10px 12px}.routed-table tbody tr:hover{background:#f8f8f8}.routed-table__empty{color:#6e6b7b;text-align:center;vertical-align:middle;height:calc(100vh - 220px)}.routed-route-subtitle{color:#8a8794;margin-top:3px;font-size:11px;line-height:1.3}.routed-summary{padding:12px;overflow-x:auto}.routed-summary-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:560px;font-size:13px}.routed-summary-table th,.routed-summary-table td{border:1px solid var(--r4g-border-light,#ebe9f1);color:#5e5873;text-align:left;padding:12px 14px}.routed-summary-table th{color:#050505;text-transform:uppercase;background:#f2f2f3;font-size:11px;font-weight:800}.routed-summary-table td:not(:first-child){font-weight:700}.routed-cost-model{border-top:1px solid var(--r4g-border-light,#ebe9f1);gap:16px;margin-top:18px;padding-top:18px;display:grid}.routed-cost-model__header,.routed-cost-model__section-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.routed-cost-model h3{color:#050505;margin:0;font-size:15px}.routed-cost-model p{color:#8a8794;margin:4px 0 0;font-size:12px;line-height:1.5}.routed-cost-model__badge{color:#b45309;background:#f59e0b1f;border-radius:999px;flex:none;padding:6px 10px;font-size:11px;font-weight:800}.routed-cost-model__badge--ok{color:#15803d;background:#22c55e1f}.routed-summary-table--cost{min-width:720px}.routed-summary-table__total td{color:#050505;background:#f8f7fa}.routed-cost-model__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.routed-cost-model__panel{border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:10px;padding:16px}.routed-cost-model__panel--effect{background:#22c55e0a;border-color:#22c55e47}.routed-cost-model__eyebrow{color:#8a8794;letter-spacing:.03em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.routed-cost-model__panel strong{color:#050505;font-size:20px}.routed-cost-model__assumptions{color:#5e5873;background:#f8f7fa;border-radius:8px;gap:5px;padding:12px 14px;font-size:12px;line-height:1.4;display:grid}.routed-cost-model__assumptions strong{color:#050505}@media (max-width:760px){.routed-cost-model__header,.routed-cost-model__section-title{display:grid}.routed-cost-model__grid{grid-template-columns:1fr}}.routed-action{color:var(--r4g-success,#22c55e);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.routed-action-group{justify-content:center;align-items:center;gap:6px;display:flex}.routed-action--icon{background:#22c55e1f;border-radius:6px;width:30px;height:30px}.routed-action--start{color:#2563eb;background:#3b82f61f}.routed-action--complete{color:var(--r4g-success,#22c55e);background:#22c55e1f}.routed-action:disabled{cursor:not-allowed;opacity:.6}.routed-action[data-tooltip]:after{z-index:10;color:#fff;content:attr(data-tooltip);opacity:0;pointer-events:none;white-space:nowrap;background:#1f2937;border-radius:6px;min-width:max-content;padding:5px 8px;font-size:11px;font-weight:700;line-height:1;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(2px)}.routed-action[data-tooltip]:hover:after,.routed-action[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}.routed-checkbox{accent-color:#ea3546;cursor:pointer;width:20px;height:20px}.upload-plan__header-right{align-items:center;gap:var(--r4g-spacing-2,.5rem);display:flex}.import-help{gap:var(--r4g-spacing-4,1rem);display:grid}.import-help__header{justify-content:space-between;align-items:flex-start;gap:var(--r4g-spacing-4,1rem);display:flex}.import-help__title{align-items:center;gap:var(--r4g-spacing-2,.5rem);color:var(--r4g-text-primary,#111827);margin:0;font-size:24px;font-weight:650;display:flex}.import-help__subtitle{max-width:840px;margin:var(--r4g-spacing-2,.5rem) 0 0;color:var(--r4g-text-secondary,#6e6b7b);font-size:14px;line-height:1.5}.import-help__summary{justify-content:space-between;align-items:center;gap:var(--r4g-spacing-4,1rem);padding:var(--r4g-spacing-3,.75rem);border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:6px;display:flex}.import-help__summary div{flex-direction:column;gap:3px;display:flex}.import-help__summary strong{color:var(--r4g-text-primary,#111827)}.import-help__summary span{color:var(--r4g-text-secondary,#6e6b7b);font-size:12px}.import-help__search{border:1px solid var(--r4g-border-default,#d8d6de);width:min(420px,100%);min-height:36px;color:var(--r4g-text-secondary,#6e6b7b);background:#fff;border-radius:6px;align-items:center;gap:8px;padding:0 10px;display:flex}.import-help__search input{width:100%;color:var(--r4g-text-primary,#111827);border:0;outline:0;font-size:13px}.import-help__tabs{gap:var(--r4g-spacing-2,.5rem);padding-bottom:var(--r4g-spacing-3,.75rem);border-bottom:1px solid var(--r4g-border-light,#ebe9f1);flex-wrap:wrap;display:flex}.import-help__tab{min-height:36px;color:var(--r4g-text-secondary,#6e6b7b);background:#fff;border:1px solid #0000;border-radius:5px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:550;display:inline-flex}.import-help__tab:hover{border-color:var(--r4g-primary,#2563eb);color:var(--r4g-primary,#2563eb)}.import-help__tab--active{background:var(--r4g-primary,#2563eb);color:#fff;box-shadow:0 4px 12px #2563eb2e}.import-help__tab--active:hover{color:#fff}.import-help__table-wrap{border:1px solid var(--r4g-border-light,#ebe9f1);background:#fff;border-radius:6px;overflow:auto}.import-help__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:980px;font-size:13px}.import-help__table th{border:1px solid var(--r4g-border-light,#ebe9f1);color:var(--r4g-text-secondary,#6e6b7b);text-align:left;text-transform:uppercase;background:#f8f8f8;padding:12px;font-size:11px;font-weight:700}.import-help__table td{border:1px solid var(--r4g-border-light,#ebe9f1);color:var(--r4g-text-primary,#111827);vertical-align:top;padding:12px}.import-help__table th:first-child,.import-help__table td:first-child{width:64px}.import-help__table th:nth-child(2),.import-help__table td:nth-child(2),.import-help__table th:nth-child(3),.import-help__table td:nth-child(3){width:180px}.import-help__table th:nth-child(4),.import-help__table td:nth-child(4){width:130px}.import-help__meta{gap:6px;display:grid}.import-help__meta p{margin:0}.import-help__badges{flex-wrap:wrap;gap:5px;display:flex}.import-help code{color:#d35400;white-space:normal;background:#fff7ed;border:1px solid #ff9f43;border-radius:4px;width:fit-content;max-width:100%;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;display:inline-flex}.import-help__sample{color:var(--r4g-text-secondary,#6e6b7b);font-size:12px}.text-center{text-align:center}.text-primary{color:var(--r4g-primary,#2563eb)}.text-success{color:var(--r4g-success,#22c55e)}.text-warning{color:var(--r4g-warning,#f59e0b)}.text-info{color:var(--r4g-info,#0ea5e9)}.toast-viewport{z-index:var(--r4g-z-tooltip,1200);gap:10px;width:min(360px,100vw - 36px);display:grid;position:fixed;bottom:18px;right:18px}.app-toast{align-items:center;gap:var(--r4g-spacing-3,12px);border:1px solid var(--r4g-border-light);border-left:4px solid var(--r4g-info);border-radius:var(--r4g-radius-md);background:var(--r4g-bg-primary);width:100%;min-height:44px;box-shadow:var(--r4g-shadow-lg);color:var(--r4g-text-primary);text-align:left;grid-template-columns:auto minmax(0,1fr) auto;padding:12px 12px 12px 14px;line-height:1.4;display:grid}.app-toast__icon{color:var(--r4g-info);display:inline-flex}.app-toast__close{border-radius:var(--r4g-radius-sm);width:28px;height:28px;color:var(--r4g-text-tertiary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.app-toast__close:hover{background:var(--r4g-bg-secondary);color:var(--r4g-text-primary)}.toast__message{overflow-wrap:anywhere;min-width:0}.app-toast--success{border-left-color:var(--r4g-success)}.app-toast--success .app-toast__icon{color:var(--r4g-success)}.app-toast--error{border-left-color:var(--r4g-error)}.app-toast--error .app-toast__icon{color:var(--r4g-error)}.app-toast--warning{border-left-color:var(--r4g-warning)}.app-toast--warning .app-toast__icon{color:var(--r4g-warning)}.app-toast--info{border-left-color:var(--r4g-info)}.app-toast--info .app-toast__icon{color:var(--r4g-info)}.operations-orders{gap:16px;display:grid}.operations-orders__header{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:center;gap:14px;padding:18px;display:flex}.operations-orders__header h1,.operations-orders__header p,.operations-orders__form h3,.operations-orders__panel h3{margin:0}.operations-orders__header p{color:var(--muted);margin-top:4px}.operations-orders__icon{border-radius:var(--radius);background:var(--primary-soft);width:42px;height:42px;color:var(--primary);place-items:center;display:grid}.operations-orders__header .button{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.operations-orders__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.operations-orders__stat,.operations-orders__card,.operations-orders__form,.operations-orders__panel,.operations-orders__upload,.operations-orders__timeline{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.operations-orders__stat{gap:4px;min-height:92px;padding:16px;display:grid}.operations-orders__stat span{color:var(--primary)}.operations-orders__stat strong{font-size:24px}.operations-orders__stat small{color:var(--muted)}.operations-orders__form,.operations-orders__panel,.operations-orders__upload,.operations-orders__timeline{padding:16px}.operations-orders__form{gap:14px;display:grid}.operations-orders__form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.operations-orders__form input,.operations-orders__filters input,.operations-orders__filters select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;min-height:40px;padding:0 11px}.operations-orders__form-actions{justify-content:flex-end;gap:10px;display:flex}.operations-orders__form-actions .button,.operations-orders__import-summary .button{align-items:center;gap:8px;display:inline-flex}.operations-orders__filters{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,1fr) 190px 160px 160px;gap:10px;padding:14px;display:grid}.operations-orders__filters .topbar__search{width:100%}.operations-orders__icon-button{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:34px;height:34px;color:var(--primary);place-items:center;display:inline-grid}.operations-orders__upload{grid-template-columns:minmax(280px,1fr) minmax(240px,.5fr);align-items:stretch;gap:14px;display:grid}.operations-orders__import-summary{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);align-content:center;gap:10px;padding:14px;display:grid}.operations-orders__timeline{gap:8px;display:grid}.operations-orders__timeline-item{border-bottom:1px solid var(--border);grid-template-columns:120px minmax(0,1fr) 150px;align-items:center;gap:12px;padding:10px 0;display:grid}.operations-orders__timeline-item:last-child{border-bottom:0}.operations-orders__timeline-item small{color:var(--muted);text-align:right}.operations-orders__modal{z-index:60;background:#0f172a5c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.operations-orders__modal-card{border-radius:var(--radius);background:var(--surface);width:min(720px,100%);max-height:calc(100vh - 48px);box-shadow:var(--shadow);overflow:auto}.operations-orders__modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.operations-orders__modal-header h3{margin:0}.operations-orders__modal-header button{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:34px}.operations-orders__detail{grid-template-columns:150px minmax(0,1fr);gap:10px 16px;margin:0;padding:16px;display:grid}.operations-orders__detail dt{color:var(--muted)}.operations-orders__detail dd{margin:0}.depot-warehouse__scan-panel{gap:12px;display:grid}.depot-warehouse__scan-panel small{color:var(--muted)}.depot-warehouse__scan-input{grid-template-columns:minmax(220px,1fr) auto;gap:10px;display:grid}.depot-warehouse__scan-input input{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;min-height:40px;padding:0 11px}.depot-warehouse__filters{grid-template-columns:minmax(220px,1fr)}.finance-reports__filters{border-bottom:0;grid-template-columns:minmax(180px,1.3fr) repeat(2,minmax(140px,.7fr)) minmax(220px,1.4fr) auto;align-items:end}.finance-reports__filters,.finance-reports__filters label{gap:8px;display:grid}.finance-reports__filters label span{color:#34445c;font-size:13px;font-weight:750}.finance-reports__filters input,.finance-reports__filters select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;min-height:40px;color:var(--text);outline:none;padding:0 11px}.finance-reports__search{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:center;gap:8px;min-height:40px;padding:0 10px;display:flex}.finance-reports__search input{border:0;min-height:auto;padding:0}.finance-reports__exports,.finance-reports__row-actions{align-items:center;gap:8px;display:flex}.finance-reports__row-actions{justify-content:center}.finance-reports__row-actions button{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:32px;height:32px;color:var(--primary-dark);place-items:center;display:inline-grid}.finance-reports__row-actions button:disabled{cursor:not-allowed;opacity:.55}.dispatch-fleet{gap:16px;display:grid}.dispatch-fleet__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dispatch-fleet__dispatch-bar{grid-template-columns:repeat(3,minmax(160px,1fr)) auto;gap:10px;margin-top:12px;display:grid}.dispatch-fleet__dispatch-bar select,.operations-orders__form select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;min-height:40px;padding:0 11px}.dispatch-fleet__dispatch-bar .button,.dispatch-fleet .operations-orders__header .r4g-badge,.dispatch-fleet__map-list .r4g-badge{align-items:center;gap:8px;display:inline-flex}.dispatch-fleet__map-list{flex-wrap:wrap;gap:8px;display:flex}.order-splitter__panel h3,.order-splitter__summary h3{margin:0}.order-splitter__panel{gap:14px}.order-splitter__muted{color:var(--muted);margin:4px 0 0}.order-splitter__form-grid{grid-template-columns:minmax(220px,1fr) 180px 180px}.order-splitter__form-grid label{color:var(--text);gap:6px;font-weight:600;display:grid}.order-splitter__message{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:12px 14px}.order-splitter__message--success{color:#146c43;background:#26ab6014;border-color:#26ab6047}.order-splitter__message--error{color:#b42318;background:#ea545514;border-color:#ea54554d}.order-splitter__summary{gap:14px;padding:16px;display:grid}.order-splitter__summary-header{align-items:center;gap:12px;display:flex}.order-splitter__summary-header p{color:var(--muted);margin:4px 0 0}.order-splitter__result-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.order-splitter__day{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);gap:8px;padding:12px;display:grid}.order-splitter__day span{color:var(--primary);align-items:center;gap:8px;display:flex}.order-splitter__day strong{font-size:16px}@media (max-width:1080px){.app-shell{grid-template-columns:82px minmax(0,1fr)}.app-shell--sidebar-collapsed{grid-template-columns:minmax(0,1fr)}}@media (max-width:992px){.stepper{flex-direction:column}}@media (max-width:760px){.sidebar{border-bottom:1px solid #22292f14;border-right:0}.topbar{margin:1rem 1rem 0}.content{padding:1rem}.tour-form{padding:14px}.tour-form__header,.tour-form__content{grid-template-columns:1fr}.tour-form__header{gap:10px;display:grid}.tour-form__preset-grid{grid-template-columns:1fr}.tour-form__save-btn .button{width:100%}.routed-filters{grid-template-columns:1fr}.routed-import-button{width:100%}.operations-orders__header,.operations-orders__upload,.operations-orders__detail,.operations-orders__timeline-item,.dispatch-fleet__grid,.dispatch-fleet__dispatch-bar{grid-template-columns:1fr}.operations-orders__header{display:grid}.operations-orders__header .button{margin-left:0}.operations-orders__stats,.operations-orders__form-grid,.operations-orders__filters,.finance-reports__filters,.order-splitter__result-grid{grid-template-columns:1fr}.upload-plan__header-right,.import-help__header,.import-help__summary{flex-direction:column;align-items:stretch}}
