.app-version{position:fixed;top:3px;left:6px;z-index:99999;font-size:9px;line-height:1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#999;opacity:.7;pointer-events:none;-webkit-user-select:none;user-select:none}:root{color-scheme:light;--bg: #f4efe6;--paper: #fffdfa;--ink: #2c2117;--muted: #756754;--line: #e5d9c3;--accent: #bd4f27;--accent-dark: #943919;--gold: #b8912f;--green: #34724a;--green-soft: #e8f2eb;--red-soft: #fff0eb;--shadow: 0 16px 40px rgba(44, 33, 23, .09)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2{font-family:Nanum Myeongjo,Georgia,serif}.splash,.login-page,.access-page{min-height:100dvh}.splash{display:grid;place-items:center;align-content:center;gap:18px;color:var(--muted)}.splash p{font-size:14px}.brand-mark{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:50% 50% 45% 55%;color:#fff8ec;background:var(--accent);font-family:Georgia,serif;font-size:16px;font-weight:900;letter-spacing:-.08em;box-shadow:inset 0 0 0 2px #ffffff2e;transform:rotate(-3deg)}.brand-mark.large{width:64px;height:64px;font-size:28px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{display:grid;place-items:center;padding:max(28px,env(safe-area-inset-top)) 20px max(28px,env(safe-area-inset-bottom));background:radial-gradient(circle at 85% 8%,rgba(184,145,47,.2),transparent 28%),linear-gradient(155deg,#2c2117 0 37%,#f4efe6 37%)}.login-card{width:min(100%,420px);padding:34px 28px 28px;border:1px solid rgba(229,217,195,.9);border-radius:22px;background:#fffdfafa;box-shadow:0 28px 65px #1e160f42}.login-brand{display:flex;align-items:center;gap:15px}.login-brand p{color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.18em}.login-brand h1{margin-top:1px;font-size:34px;line-height:1}.login-intro{margin:28px 0 24px;color:var(--muted);line-height:1.7}.login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:11px;background:#eee7dc}.login-tabs button{min-height:39px;border:0;border-radius:8px;color:var(--muted);background:transparent;font-size:13px;font-weight:900;cursor:pointer}.login-tabs button.active{color:var(--accent-dark);background:#fff;box-shadow:0 3px 10px #2c211714}.login-card label{display:block;margin-top:15px}.login-card label span{display:block;margin-bottom:7px;color:var(--muted);font-size:13px;font-weight:800}.login-card input{width:100%;height:50px;padding:0 14px;border:1px solid var(--line);border-radius:10px;outline:none;background:#fff;font-size:16px}.login-card input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #bd4f271a}.login-card .access-code-input{height:62px;text-align:center;font-size:28px;font-weight:900;letter-spacing:.38em;padding-left:calc(14px + .38em)}.form-error,.inline-error{display:flex;align-items:flex-start;gap:8px;color:#a5371a;background:var(--red-soft)}.form-error{margin-top:14px;padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.5}.form-error svg,.inline-error svg{flex:none;margin-top:1px}.login-button{width:100%;margin-top:20px}.login-help{margin-top:18px;color:#9a8c78;font-size:12px;line-height:1.6;text-align:center}.primary,.secondary{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:10px;font-weight:900;cursor:pointer;transition:.18s ease}.primary{border:1px solid var(--accent);color:#fff;background:var(--accent);box-shadow:0 8px 18px #bd4f272e}.primary:hover{border-color:var(--accent-dark);background:var(--accent-dark)}.secondary{border:1px solid var(--line);background:var(--paper)}.secondary:hover{border-color:var(--accent);color:var(--accent-dark)}button:disabled,.disabled{cursor:not-allowed!important;opacity:.55}.secondary.compact{min-height:40px;padding:8px 13px;font-size:13px}.access-page{display:grid;place-items:center;padding:24px}.access-card{max-width:430px;padding:36px 28px;border:1px solid var(--line);border-radius:18px;background:var(--paper);box-shadow:var(--shadow);text-align:center}.access-card>svg{color:var(--accent)}.access-card h1{margin-top:16px;font-size:26px}.access-card p{margin:12px 0 22px;color:var(--muted);line-height:1.65}.receipt-page{min-height:100dvh;padding:max(24px,env(safe-area-inset-top)) 16px max(32px,env(safe-area-inset-bottom));background:radial-gradient(circle at 85% 3%,rgba(184,145,47,.22),transparent 25%),#f4efe6}.receipt-card{width:min(100%,620px);margin:0 auto;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--paper);box-shadow:var(--shadow)}.receipt-brand{display:flex;align-items:center;gap:10px;padding:18px 22px;border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.14em}.receipt-state{display:flex;min-height:420px;align-items:center;justify-content:center;flex-direction:column;gap:14px;padding:34px;color:var(--muted);text-align:center}.receipt-state.error svg{color:var(--accent)}.receipt-state h1{color:var(--ink);font-size:25px}.receipt-state p{max-width:390px;line-height:1.6}.receipt-success{display:flex;align-items:center;gap:9px;margin:30px 26px 0;color:var(--green);font-size:11px;font-weight:900;letter-spacing:.15em}.receipt-card>h1{margin:13px 26px 0;font-size:clamp(28px,7vw,40px);line-height:1.25}.receipt-intro{margin:12px 26px 0;color:var(--muted);font-size:15px;line-height:1.65}.receipt-meta{display:grid;gap:0;margin:26px;border:1px solid var(--line);border-radius:13px;background:#f8f3eb}.receipt-meta div{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.receipt-meta div:last-child{border-bottom:0}.receipt-meta dt{color:var(--muted);font-size:12px;font-weight:800}.receipt-meta dd{margin:0;font-size:13px;font-weight:800;line-height:1.45;word-break:break-word}.receipt-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 26px 30px}.receipt-photo{margin:0}.receipt-photo img{display:block;width:100%;height:220px;border-radius:13px;object-fit:cover;background:#241b15}.receipt-photos>p{grid-column:1 / -1;margin-top:2px;color:var(--muted);font-size:11px;text-align:center}.driver-shell{min-height:100dvh}.topbar{position:sticky;top:0;z-index:50;padding-top:env(safe-area-inset-top);border-bottom:1px solid rgba(229,217,195,.85);background:#f4efe6ed;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-inner{display:flex;max-width:800px;height:60px;align-items:center;gap:12px;margin:0 auto;padding:0 20px}.mini-brand{display:flex;align-items:center;gap:9px}.mini-brand strong{font-size:12px;letter-spacing:.16em}.driver-account{display:flex;min-width:0;align-items:center;gap:6px;margin-left:auto;color:var(--muted);font-size:13px;font-weight:800}.driver-account span{overflow:hidden;max-width:120px;text-overflow:ellipsis;white-space:nowrap}.icon-button{display:inline-grid;width:38px;height:38px;flex:none;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fffdfab8;cursor:pointer}.driver-main{width:min(100%,800px);margin:0 auto;padding:30px 20px calc(70px + env(safe-area-inset-bottom))}.day-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.eyebrow{margin-bottom:5px;color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.18em}.day-heading h1{font-size:clamp(29px,8vw,40px);line-height:1.25}.day-heading>div>p:last-child{margin-top:5px;color:var(--muted);font-size:14px}.live-chip{display:flex;flex:none;align-items:center;gap:6px;padding:7px 10px;border:1px solid #cfe0d3;border-radius:999px;color:var(--green);background:var(--green-soft);font-size:11px;font-weight:900}.live-chip span{width:7px;height:7px;border-radius:50%;background:#46a565;box-shadow:0 0 0 4px #46a56524}.inline-error{margin-bottom:15px;padding:12px 14px;border:1px solid #f0cabb;border-radius:10px;font-size:13px}.state-card{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:28px;border:1px solid var(--line);border-radius:16px;color:var(--muted);background:var(--paper);text-align:center}.state-card.empty svg{color:var(--gold)}.state-card.empty h2{color:var(--ink);font-size:22px}.state-card.empty p{max-width:340px;font-size:14px;line-height:1.6}.state-card.small{min-height:90px;flex-direction:row;font-size:13px}.route-switcher{display:flex;gap:8px;overflow-x:auto;margin:0 -20px 14px;padding:0 20px 4px;scrollbar-width:none}.route-switcher::-webkit-scrollbar{display:none}.route-switcher button{display:flex;min-width:154px;flex:none;align-items:flex-start;flex-direction:column;padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:var(--paper);cursor:pointer}.route-switcher button span{font-weight:900}.route-switcher button small{margin-top:2px;color:var(--muted)}.route-switcher button em{margin-top:5px;color:var(--accent-dark);font-size:10px;font-style:normal;font-weight:900}.route-switcher button.active{border-color:var(--accent);color:#fff;background:var(--accent)}.route-switcher button.active small,.route-switcher button.active em{color:#fbe7dd}.route-summary{padding:20px;border:1px solid #3b2d22;border-radius:16px;color:#fff9ef;background:linear-gradient(135deg,#2c2117,#433124);box-shadow:var(--shadow)}.route-summary-top{display:flex;align-items:center;gap:12px}.group-badge{display:grid;width:48px;height:48px;flex:none;place-items:center;border:1px solid rgba(184,145,47,.58);border-radius:13px;color:var(--gold);background:#b8912f1a;font-family:Georgia,serif;font-size:23px;font-weight:900}.route-title{min-width:0}.route-title p{overflow:hidden;color:#c9bba8;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.route-title h2{margin-top:2px;font-size:19px}.status-pill{flex:none;margin-left:auto;padding:6px 9px;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#efe4d3;background:#ffffff14;font-size:10px;font-weight:900}.status-pill[data-status=completed]{border-color:#5fbe7c59;color:#b8ebc5;background:#3d875238}.progress-copy{display:flex;justify-content:space-between;margin-top:20px;color:#d7c9b6;font-size:12px}.progress-copy strong{color:#fff}.progress-track{height:7px;overflow:hidden;margin-top:8px;border-radius:999px;background:#ffffff1a}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),#d9b34d);transition:width .35s ease}.route-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:15px;color:#c9bba8;font-size:11px}.route-meta span{display:flex;align-items:center;gap:5px}.confirm-card{display:grid;grid-template-columns:auto 1fr;gap:12px;margin-top:14px;padding:18px;border:1px solid #ecc5b4;border-radius:15px;background:#fff8f2}.confirm-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;color:var(--accent);background:#fbe4d8}.confirm-card h2{font-size:18px}.confirm-card p{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.55}.confirm-card .primary{grid-column:1 / -1;width:100%}.route-action-bar{display:flex;align-items:center;gap:12px;margin-top:14px;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:var(--paper)}.route-action-bar>div{display:flex;min-width:0;align-items:center;gap:10px}.route-action-bar>div>svg{flex:none;color:var(--accent)}.route-action-bar span{display:flex;flex-direction:column}.route-action-bar strong{font-size:13px}.route-action-bar small{color:var(--muted);font-size:10px}.route-action-bar button{flex:none;margin-left:auto}.stops-section{margin-top:28px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.section-title h2{font-size:24px}.section-title>span{color:var(--muted);font-size:13px;font-weight:900}.stop-card{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;margin-bottom:11px;padding:17px 16px 16px 12px;border:1px solid var(--line);border-radius:15px;background:var(--paper);box-shadow:0 8px 24px #2c21170b}.stop-card.delivered{background:#f5f2ec;box-shadow:none}.stop-number{display:grid;width:31px;height:31px;place-items:center;border-radius:10px;color:#fff;background:var(--accent);font-family:Georgia,serif;font-weight:900}.stop-card.delivered .stop-number{color:var(--green);background:var(--green-soft)}.stop-content{min-width:0}.stop-head{display:flex;align-items:flex-start;gap:10px;justify-content:space-between}.stop-head>div{min-width:0}.customer-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customer-line h3{font-size:17px}.customer-line span{padding:3px 7px;border-radius:999px;color:var(--accent-dark);background:#f8e6dc;font-size:10px;font-weight:900}.address{display:flex;align-items:flex-start;gap:5px;margin-top:5px;font-size:13px;font-weight:700;line-height:1.5}.address svg{flex:none;margin-top:2px;color:var(--accent)}.delivered-time{flex:none;color:var(--green);font-size:10px;font-weight:900}.delivery-note{margin-top:11px;padding:9px 10px;border-left:3px solid var(--gold);border-radius:0 7px 7px 0;color:#5f503e;background:#faf3e5;font-size:12px;line-height:1.55}.delivery-note strong{display:block;margin-bottom:2px;color:var(--accent-dark);font-size:10px}.items-line{margin-top:9px;color:var(--muted);font-size:11px;line-height:1.5}.quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:13px}.quick-actions a,.quick-actions button{display:flex;min-height:38px;align-items:center;justify-content:center;gap:5px;padding:7px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:11px;font-weight:900;cursor:pointer}.quick-actions a:first-child{border-color:#d9b39f;color:var(--accent-dark)}.complete-photo-button{display:flex;min-height:46px;align-items:center;justify-content:center;gap:8px;margin-top:8px;border:1px solid var(--accent);border-radius:10px;color:#fff;background:var(--accent);font-size:13px;font-weight:900;cursor:pointer}.completed-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:10px;border-top:1px dashed var(--line)}.completed-row>span:first-child{display:flex;align-items:center;gap:5px;color:var(--green);font-size:12px;font-weight:900}.sms-state{padding:4px 7px;border-radius:999px;color:#7d6830;background:#f5ecd3;font-size:9px;font-weight:900}.sms-state[data-state=sent]{color:var(--green);background:var(--green-soft)}.sms-state[data-state=failed]{color:#a5371a;background:var(--red-soft)}.completed-row button{margin-left:auto;padding:5px 0;border:none;color:var(--accent-dark);background:none;font-size:11px;font-weight:900;text-decoration:underline;cursor:pointer}.proof-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:18px 18px max(18px,env(safe-area-inset-bottom));background:#1c140ea3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.proof-sheet{width:min(100%,560px);max-height:calc(100dvh - 36px);overflow-y:auto;padding:10px 18px 18px;border-radius:22px 22px 16px 16px;background:var(--paper);box-shadow:0 30px 80px #140e0973}.sheet-handle{width:42px;height:4px;margin:0 auto 12px;border-radius:999px;background:#d7cbbb}.proof-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.proof-heading h2{font-size:21px}.proof-heading .icon-button{border:none;font-size:27px}.proof-address{display:flex;gap:8px;margin-top:14px;font-size:13px;line-height:1.5}.proof-address>svg{flex:none;margin-top:2px;color:var(--accent)}.proof-address span{display:flex;flex-direction:column}.proof-address strong{font-size:15px}.proof-field-label{display:block;margin-top:16px;color:var(--ink);font-size:12px;font-weight:900}.proof-field-label span{color:var(--muted);font-weight:700}.proof-sheet textarea{width:100%;min-height:88px;margin-top:7px;padding:11px 12px;resize:vertical;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#fff;font:inherit;font-size:13px;line-height:1.5;outline:none}.proof-sheet textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c54a261a}.proof-photo-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.proof-photo-heading>div{display:flex;align-items:center;gap:7px}.proof-photo-heading strong{font-size:12px}.proof-photo-heading span{color:var(--muted);font-size:10px;font-weight:800}.proof-add-photo{position:relative;display:flex;min-height:34px;align-items:center;justify-content:center;gap:5px;padding:6px 10px;border:1px solid var(--accent);border-radius:8px;color:var(--accent-dark);background:#fff;font-size:11px;font-weight:900;cursor:pointer}.proof-add-photo input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.proof-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:9px}.proof-photo-grid figure{position:relative;min-width:0;margin:0}.proof-photo-grid img{display:block;width:100%;aspect-ratio:1;border-radius:9px;object-fit:cover;background:#211811}.proof-photo-grid button{position:absolute;top:5px;right:5px;display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:50%;color:#fff;background:#1e150fc2;font-size:18px;line-height:1;cursor:pointer}.proof-photo-grid figcaption{margin-top:4px;color:var(--muted);font-size:9px;text-align:center}.proof-photo-empty{display:flex;min-height:82px;align-items:center;justify-content:center;flex-direction:column;gap:6px;margin-top:9px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);background:#faf7f1;font-size:11px}.proof-warning{display:flex;align-items:flex-start;gap:7px;margin-top:12px;padding:10px;border-radius:8px;color:#8e3b20;background:var(--red-soft);font-size:11px;line-height:1.5}.proof-warning svg{flex:none}.proof-buttons{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;margin-top:14px}.toast-message{position:fixed;right:18px;bottom:max(18px,env(safe-area-inset-bottom));left:18px;z-index:150;display:flex;width:min(calc(100% - 36px),500px);min-height:50px;align-items:center;gap:9px;margin:0 auto;padding:12px 14px;border:1px solid #b9d8c0;border-radius:12px;color:#285d3b;background:#eff8f1;box-shadow:0 16px 36px #2c211733;font-size:13px;font-weight:800}.toast-message.error{border-color:#efc4b4;color:#963718;background:#fff3ed}.toast-enter-active,.toast-leave-active{transition:.22s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(12px)}@media(min-width:720px){.driver-main{padding-top:42px}.stop-card{grid-template-columns:42px minmax(0,1fr);padding:20px 20px 18px 15px}.stop-number{width:35px;height:35px}.quick-actions{grid-template-columns:repeat(3,120px);justify-content:start}.complete-photo-button{width:280px;margin-left:auto}}@media(max-width:420px){.receipt-photos{grid-template-columns:1fr}.receipt-photo img{height:auto;max-height:420px;object-fit:contain}.driver-main{padding-right:14px;padding-left:14px}.topbar-inner{padding:0 14px}.route-switcher{margin-right:-14px;margin-left:-14px;padding-right:14px;padding-left:14px}.driver-account span{max-width:86px}.status-pill{display:none}.route-title h2{font-size:17px}.stop-card{padding-right:12px;padding-left:9px}.quick-actions a,.quick-actions button{gap:3px;padding-inline:4px}}
