:root{--green:#175f55;--deep:#103e32;--orange:#ef7c28;--line:#dbe4df;--muted:#6e7c74;--bg:#f2f5f2;--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;color:#20342c;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans KR","Malgun Gothic",sans-serif}.driver-login{display:grid;place-items:center;min-height:100vh;padding:24px;background:linear-gradient(145deg,#eef4ef,#dbe8df)}.driver-login-card{width:min(430px,100%);padding:36px;border-radius:24px;background:#fff;text-align:center;box-shadow:0 22px 70px rgba(16,62,50,.16)}.driver-login-card>img{width:150px;height:76px;object-fit:contain}.app-kicker{margin:10px 0 5px!important;color:var(--orange)!important;font-size:10px!important;font-weight:900;letter-spacing:.18em}.driver-login-card h1{margin:0;font-size:30px}.driver-login-card>p{color:var(--muted);font-size:13px;line-height:1.7}.driver-login-card form{display:grid;gap:13px;margin-top:25px;text-align:left}.driver-login-card label{display:grid;gap:7px;color:#385148;font-size:12px;font-weight:800}.driver-login-card input{height:48px;border:1px solid #cbd8d0;border-radius:10px;padding:0 13px;font:inherit;outline:none}.driver-login-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,95,85,.11)}.driver-login-card button{height:50px;border:0;border-radius:10px;background:var(--green);color:#fff;font-size:15px;font-weight:900}.driver-login-card form span{min-height:18px;color:#b34337;font-size:11px;text-align:center}.driver-login-card>a{display:inline-block;margin-top:14px;color:var(--green);font-size:11px}.driver-app{min-height:100vh;padding-bottom:calc(76px + var(--safe-bottom))}.driver-header{position:sticky;z-index:50;top:0;display:flex;align-items:center;justify-content:space-between;height:68px;padding:8px 16px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.driver-brand{display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none}.driver-brand img{width:44px;height:44px;object-fit:contain}.driver-brand span{display:grid;gap:2px}.driver-brand b{color:var(--deep);font-size:15px}.driver-brand small{color:var(--muted);font-size:9px}.driver-header>div{display:flex;gap:6px}.driver-header button{height:40px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 11px;color:var(--green);font-size:10px;font-weight:800}.driver-header #installApp{border-color:var(--green);background:var(--green);color:#fff}.driver-main{width:min(920px,100%);margin:auto;padding:20px 16px 34px}.driver-panel{display:none}.driver-panel.active{display:block}.driver-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:4px 0 18px}.driver-title p{margin:0 0 5px;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.15em}.driver-title h1{margin:0;color:var(--deep);font-size:27px}.driver-title span{display:block;margin-top:7px;color:var(--muted);font-size:11px}.driver-title>b{border-radius:999px;background:var(--green);padding:7px 10px;color:#fff;font-size:10px;white-space:nowrap}.app-search,.vehicle-app-search{display:flex;gap:7px;margin-bottom:13px}.app-search input,.vehicle-app-search input{min-width:0;flex:1;height:43px;border:1px solid #cbd7d0;border-radius:9px;background:#fff;padding:0 12px;font:inherit;font-size:12px;outline:none}.app-search button,.vehicle-app-search button,.location-actions button{border:0;border-radius:9px;background:var(--green);padding:0 14px;color:#fff;font-size:10px;font-weight:800}.app-card-list{display:grid;gap:9px}.app-record-card{border:1px solid var(--line);border-radius:13px;background:#fff;padding:15px;box-shadow:0 7px 20px rgba(18,62,47,.04)}.app-record-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.app-record-card h3{margin:0;color:var(--deep);font-size:15px}.app-record-card time{color:var(--orange);font-size:9px;font-weight:800}.app-record-card dl{display:grid;grid-template-columns:70px 1fr;gap:6px;margin:12px 0 0;font-size:10px}.app-record-card dt{color:#87938d}.app-record-card dd{margin:0;color:#3b5046;font-weight:650}.app-empty{padding:48px 16px;border:1px dashed #ccd7d0;border-radius:13px;color:var(--muted);font-size:11px;text-align:center}.vehicle-match-list{display:flex;gap:7px;overflow-x:auto;margin-bottom:11px;padding-bottom:3px}.vehicle-match{flex:0 0 auto;border:1px solid var(--line);border-radius:9px;background:#fff;padding:10px 12px;color:var(--deep);text-align:left}.vehicle-match.active{border-color:var(--green);background:#eaf4ee}.vehicle-match b,.vehicle-match span{display:block}.vehicle-match b{font-size:12px}.vehicle-match span{margin-top:3px;color:var(--muted);font-size:9px}.driver-location-status{display:flex;align-items:center;gap:11px;margin-bottom:10px;padding:13px;border:1px solid var(--line);border-radius:11px;background:#fff}.driver-location-status i{width:10px;height:10px;border-radius:50%;background:#a9b3ad;box-shadow:0 0 0 5px #edf0ee}.driver-location-status.live i{background:#2b9556;box-shadow:0 0 0 5px #ddf1e5}.driver-location-status.error i{background:#c34b3c;box-shadow:0 0 0 5px #f8e5e1}.driver-location-status div{display:grid;gap:3px}.driver-location-status b{font-size:12px}.driver-location-status span{color:var(--muted);font-size:9px}.location-actions{display:grid;grid-template-columns:1fr auto;gap:7px;margin-bottom:10px}.location-actions button{height:44px}.location-actions button:disabled{background:#adb7b1}.location-actions button:last-child{border:1px solid var(--line);background:#fff;color:var(--green)}.driver-map-wrap{position:relative;height:440px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#e7eee9}.driver-map{width:100%;height:100%}.driver-map-message{position:absolute;inset:0;display:grid;place-content:center;gap:6px;background:linear-gradient(135deg,#edf3ef,#dce8df);text-align:center}.driver-map-message[hidden]{display:none}.driver-map-message b{color:var(--green);font-size:13px}.driver-map-message span{color:var(--muted);font-size:10px}.receiving-app-form{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-bottom:18px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.receiving-app-form label{display:grid;gap:6px;color:#496057;font-size:10px;font-weight:800}.receiving-app-form .wide,.receiving-app-form button{grid-column:1/-1}.receiving-app-form input,.receiving-app-form textarea{width:100%;border:1px solid #cbd8d0;border-radius:8px;padding:11px;font:inherit;font-size:12px;outline:none}.receiving-app-form button{height:47px;border:0;border-radius:9px;background:var(--green);color:#fff;font-size:13px;font-weight:900}.driver-bottom-nav{position:fixed;z-index:60;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);height:calc(68px + var(--safe-bottom));padding:4px 10px var(--safe-bottom);border-top:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:0 -8px 30px rgba(18,58,45,.08)}.driver-bottom-nav button{display:grid;place-content:center;gap:3px;border:0;background:transparent;color:#849089}.driver-bottom-nav button span{font-size:20px;line-height:1}.driver-bottom-nav button b{font-size:9px}.driver-bottom-nav button.active{color:var(--green)}.driver-toast{position:fixed;z-index:100;right:18px;bottom:calc(82px + var(--safe-bottom));left:18px;transform:translateY(18px);border-radius:10px;background:#163d31;padding:13px 15px;color:#fff;font-size:11px;text-align:center;opacity:0;pointer-events:none;transition:.22s}.driver-toast.show{transform:none;opacity:1}@media(min-width:760px){.driver-bottom-nav{right:calc((100% - 620px)/2);left:calc((100% - 620px)/2);border-right:1px solid var(--line);border-left:1px solid var(--line);border-radius:16px 16px 0 0}.app-card-list{grid-template-columns:1fr 1fr}.driver-main{padding-top:30px}}@media(max-width:420px){.driver-title span{max-width:250px}.driver-map-wrap{height:390px}.receiving-app-form{grid-template-columns:1fr}.receiving-app-form .wide,.receiving-app-form button{grid-column:auto}}
.vehicle-mobile-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.vehicle-mobile-form label{display:grid;gap:6px;color:#496057;font-size:10px;font-weight:800}.vehicle-mobile-form input,.vehicle-mobile-form textarea{width:100%;border:1px solid #cbd8d0;border-radius:8px;background:#fff;padding:10px;font:inherit;font-size:12px;outline:none}.vehicle-mobile-form input{height:42px}.vehicle-mobile-form .wide{grid-column:1/-1}.vehicle-mobile-actions{display:flex;justify-content:flex-end;gap:7px}.vehicle-mobile-actions button{height:43px;border:1px solid var(--green);border-radius:8px;background:#fff;padding:0 14px;color:var(--green);font-weight:800}.vehicle-mobile-actions button:last-child{background:var(--green);color:#fff}.vehicle-mobile-list{display:grid;gap:8px;margin-bottom:12px}.vehicle-mobile-card{display:grid;grid-template-columns:1fr auto;gap:10px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:13px}.vehicle-mobile-card.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(23,95,85,.1)}.vehicle-mobile-card>div:first-child{display:grid;gap:4px}.vehicle-mobile-card b{color:var(--deep);font-size:13px}.vehicle-mobile-card span,.vehicle-mobile-card small{color:var(--muted);font-size:9px}.vehicle-mobile-card-actions{display:flex;align-items:center;gap:5px}.vehicle-mobile-card-actions button{height:32px;border:1px solid var(--green);border-radius:7px;background:#fff;padding:0 8px;color:var(--green);font-size:9px;font-weight:800}.vehicle-mobile-card-actions button:first-child{background:var(--green);color:#fff}.vehicle-mobile-card-actions .danger{border-color:#d7aaa3;color:#a34135}@media(max-width:560px){.vehicle-mobile-form{grid-template-columns:1fr}.vehicle-mobile-form .wide{grid-column:auto}.vehicle-mobile-card{grid-template-columns:1fr}.vehicle-mobile-card-actions{display:grid;grid-template-columns:1fr 1fr 1fr}.vehicle-mobile-card-actions button{width:100%}.location-actions{grid-template-columns:1fr}.location-actions button{height:46px}}
.driver-bottom-nav{grid-template-columns:repeat(4,1fr)}
.transport-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff;-webkit-overflow-scrolling:touch}.transport-table{width:100%;min-width:900px;border-collapse:collapse;font-size:10px}.transport-table th{position:sticky;top:0;background:#edf4ef;color:#315348;font-weight:900;white-space:nowrap}.transport-table th,.transport-table td{border-right:1px solid #edf1ef;border-bottom:1px solid #e2e9e5;padding:11px 10px;text-align:center;vertical-align:middle}.transport-table th:last-child,.transport-table td:last-child{border-right:0}.transport-table tbody tr:last-child td{border-bottom:0}.transport-table tbody tr:hover{background:#fafcfb}.transport-address-cell{min-width:180px;text-align:left!important}.transport-address-cell button{border:0;background:transparent;padding:3px 0;color:var(--green);font:800 10px inherit;text-align:left;text-decoration:underline;text-decoration-color:rgba(23,95,85,.35);text-underline-offset:3px;cursor:pointer}
.farm-location-modal{position:fixed;z-index:190;inset:0;display:grid;place-items:center;padding:18px;background:rgba(8,29,23,.62)}.farm-location-modal[hidden]{display:none}.farm-location-card{width:min(640px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:18px;background:#fff;padding:20px;box-shadow:0 24px 80px rgba(8,35,27,.3)}.farm-location-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.farm-location-card h2{margin:0;color:var(--deep);font-size:23px}.farm-location-card>header>button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--deep);font-size:23px}.farm-location-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.farm-location-card dl>div{border-radius:9px;background:#f3f6f3;padding:9px 10px}.farm-location-card dl .wide{grid-column:1/-1}.farm-location-card dt{color:var(--muted);font-size:9px}.farm-location-card dd{margin:4px 0 0;color:var(--deep);font-size:11px;font-weight:800}.farm-location-map-wrap{position:relative;height:340px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#e7eee9}.farm-location-map{width:100%;height:100%}.farm-location-message{position:absolute;inset:0;display:grid;place-items:center;background:#edf3ef;color:var(--green);font-size:11px;font-weight:800}.farm-location-message[hidden]{display:none}.farm-map-label{display:grid;gap:3px;min-width:180px;border:1px solid #bfd0c7;border-radius:9px;background:#fff;padding:9px 11px;box-shadow:0 8px 24px rgba(10,45,34,.16)}.farm-map-label b{color:var(--deep);font-size:12px}.farm-map-label span{color:var(--muted);font-size:9px;white-space:nowrap}.farm-location-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.farm-location-actions a,.farm-location-actions button{display:grid;place-items:center;min-height:45px;border:1px solid var(--green);border-radius:9px;background:#fff;color:var(--green);font:900 11px inherit;text-decoration:none}.farm-location-actions button{background:var(--green);color:#fff}.farm-location-actions button:disabled{border-color:#aebbb4;background:#aebbb4}.farm-location-open{overflow:hidden}@media(max-width:520px){.farm-location-modal{padding:10px}.farm-location-card{max-height:calc(100vh - 20px);padding:15px;border-radius:15px}.farm-location-map-wrap{height:300px}.farm-location-actions{grid-template-columns:1fr}.farm-map-label{min-width:150px}.farm-map-label span{white-space:normal}}
.vehicle-mobile-search-period{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.vehicle-mobile-search-period label{display:grid;gap:5px;color:#60736a;font-size:9px;font-weight:800}.vehicle-mobile-search-period input{height:42px;border:1px solid #cbd8d0;border-radius:8px;background:#fff;padding:0 10px;font:11px inherit}@media(max-width:420px){.vehicle-mobile-search-period{grid-template-columns:1fr}}
.vehicle-app-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff;-webkit-overflow-scrolling:touch}.vehicle-app-table{width:100%;min-width:1180px;border-collapse:collapse;font-size:10px}.vehicle-app-table th{position:sticky;top:0;background:#edf4ef;color:#315348;font-weight:900;white-space:nowrap}.vehicle-app-table th,.vehicle-app-table td{border-bottom:1px solid #e2e9e5;border-right:1px solid #edf1ef;padding:10px 9px;text-align:center;vertical-align:middle}.vehicle-app-table th:last-child,.vehicle-app-table td:last-child{border-right:0}.vehicle-app-table tbody tr:last-child td{border-bottom:0}.vehicle-app-table tbody tr:hover{background:#fafcfb}.vehicle-app-table .vehicle-app-number{color:var(--deep);font-size:11px;font-weight:900;white-space:nowrap}.vehicle-app-table .vehicle-app-text{min-width:150px;text-align:left;white-space:pre-wrap}.vehicle-app-table time{white-space:nowrap}.vehicle-app-table-actions{display:flex;justify-content:center;gap:5px}.vehicle-app-table-actions button{height:30px;border:1px solid var(--green);border-radius:6px;background:#fff;padding:0 8px;color:var(--green);font-size:9px;font-weight:800}.vehicle-app-table-actions .danger{border-color:#d7aaa3;color:#a34135}
.receiving-table-wrap{width:100%;max-height:430px;overflow:auto;overscroll-behavior:contain;border:1px solid var(--line);border-radius:12px;background:#fff;-webkit-overflow-scrolling:touch}.receiving-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;font-size:10px}.receiving-table th{position:sticky;top:0;z-index:2;background:#edf4ef;color:#315348;font-weight:900;white-space:nowrap}.receiving-table th,.receiving-table td{border-right:1px solid #edf1ef;border-bottom:1px solid #e2e9e5;padding:10px 9px;text-align:center;vertical-align:middle}.receiving-table th:last-child,.receiving-table td:last-child{border-right:0}.receiving-table tbody tr:last-child td{border-bottom:0}.receiving-table tbody tr:hover{background:#fafcfb}.receiving-table td{white-space:nowrap}.receiving-table .receiving-farm{color:var(--deep);font-weight:900}.receiving-table .receiving-address,.receiving-table .receiving-memo{min-width:170px;text-align:left;white-space:pre-wrap;word-break:break-word}.receiving-table .receiving-memo{min-width:130px}
@media(max-width:520px){.receiving-table-wrap{max-height:360px}.receiving-table{font-size:9px}.receiving-table th,.receiving-table td{padding:9px 8px}}
.receiving-table-host{display:block;min-width:0;width:100%}.receiving-table-host .receiving-table-wrap{width:100%}
@media(min-width:760px){.receiving-table-wrap{overflow-x:hidden}.receiving-table{min-width:0;table-layout:fixed}.receiving-table th,.receiving-table td{padding:10px 7px}.receiving-table th:nth-child(1),.receiving-table td:nth-child(1){width:9%}.receiving-table th:nth-child(2),.receiving-table td:nth-child(2){width:10%}.receiving-table th:nth-child(3),.receiving-table td:nth-child(3){width:17%}.receiving-table th:nth-child(4),.receiving-table td:nth-child(4),.receiving-table th:nth-child(5),.receiving-table td:nth-child(5){width:8%}.receiving-table th:nth-child(6),.receiving-table td:nth-child(6),.receiving-table th:nth-child(7),.receiving-table td:nth-child(7),.receiving-table th:nth-child(8),.receiving-table td:nth-child(8){width:10%}.receiving-table th:nth-child(9),.receiving-table td:nth-child(9){width:10%}.receiving-table th:nth-child(10),.receiving-table td:nth-child(10){width:8%}.receiving-table td{overflow-wrap:anywhere}.receiving-table .receiving-address,.receiving-table .receiving-memo{min-width:0}}
@media(max-width:759px){.receiving-table{min-width:980px}}
.driver-header #installApp{border-color:var(--orange);background:var(--orange);color:#fff}.driver-header #installApp:hover{background:#ff9140}
.receiving-app-form select{width:100%;height:42px;border:1px solid #cbd8d0;border-radius:8px;background:#fff;padding:0 11px;font:inherit;font-size:12px;outline:none}
.receiving-table tbody tr.receiving-work td{background:#fff1df!important;color:#68431f}
.receiving-table tbody tr.receiving-stock td{background:#e6f2ff!important;color:#244f78}
.receiving-table tbody tr.receiving-owner td{background:#f2eafe!important;color:#563b76}
.receiving-table tbody tr.receiving-work td:first-child{box-shadow:inset 4px 0 #f28c28}
.receiving-table tbody tr.receiving-stock td:first-child{box-shadow:inset 4px 0 #3b82f6}
.receiving-table tbody tr.receiving-owner td:first-child{box-shadow:inset 4px 0 #8b5cf6}
.receiving-app-actions{display:flex;justify-content:flex-end;gap:8px}.receiving-app-actions button{grid-column:auto;min-width:130px}.receiving-app-actions button:first-child{border:1px solid var(--green);background:#fff;color:var(--green)}.receiving-row-actions{display:flex;justify-content:center;gap:5px}.receiving-row-actions button{height:30px;border:1px solid var(--green);border-radius:6px;background:#fff;padding:0 8px;color:var(--green);font-size:9px;font-weight:800}.receiving-row-actions .danger{border-color:#d7aaa3;color:#a34135}.receiving-app-form input[data-number],.vehicle-mobile-form input[data-number]{text-align:right;font-variant-numeric:tabular-nums}
@media(max-width:420px){.receiving-app-actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}.receiving-app-actions button{min-width:0;width:100%}}
@media(min-width:760px){.receiving-table-wrap{overflow-x:auto}.receiving-table{min-width:1050px;table-layout:auto}.receiving-table th,.receiving-table td{width:auto!important}}
.receiving-table{min-width:1210px}
.receiving-table .receiving-inventory{background:#eef8f1!important;color:#17613d;font-weight:900}
.transport-table tbody tr.transport-status-start td{background:#dbeafe!important;color:#1e3a5f}
.transport-table tbody tr.transport-status-pause td{background:#fce7f3!important;color:#713354}
.transport-table tbody tr.transport-status-end td{background:#dcfce7!important;color:#245b38}
.transport-table tbody tr.transport-status-start td:first-child{box-shadow:inset 4px 0 #2563eb}
.transport-table tbody tr.transport-status-pause td:first-child{box-shadow:inset 4px 0 #ec4899}
.transport-table tbody tr.transport-status-end td:first-child{box-shadow:inset 4px 0 #16a34a}
.transport-table tbody tr.transport-status-start:hover td,.transport-table tbody tr.transport-status-pause:hover td,.transport-table tbody tr.transport-status-end:hover td{filter:brightness(.985)}
.driver-purchase-period{display:grid;grid-template-columns:auto repeat(2,minmax(150px,190px)) auto minmax(0,1fr);align-items:end;gap:8px;margin:14px 0;padding:12px;border:1px solid #dbe8e1;border-radius:13px;background:#f7fbf8}.driver-purchase-period strong{align-self:center;color:#164b3c;font-size:13px}.driver-purchase-period label{display:grid;gap:4px}.driver-purchase-period label span{color:#63766c;font-size:10px;font-weight:800}.driver-purchase-period input{box-sizing:border-box;width:100%;min-height:42px;border:1px solid #cadbd2;border-radius:9px;background:#fff;padding:8px;color:#173f32;font:700 13px inherit}.driver-purchase-period>b{align-self:center;color:#829087}.driver-purchase-period button{min-height:42px;border:0;border-radius:9px;background:#176b55;padding:0 13px;color:#fff;font-weight:800}.driver-purchase-period small{align-self:center;color:#65786e;font-size:11px;font-weight:700}
@media(max-width:600px){.driver-purchase-period{grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr);gap:7px;padding:11px 10px}.driver-purchase-period>strong{grid-column:1/-1}.driver-purchase-period label:first-of-type{grid-column:1}.driver-purchase-period>b{grid-column:2}.driver-purchase-period label:nth-of-type(2){grid-column:3}.driver-purchase-period button{grid-column:1/3}.driver-purchase-period small{grid-column:3;text-align:right;overflow-wrap:anywhere}}
:root{--safe-top:env(safe-area-inset-top,0px)}html{overscroll-behavior-y:none}.driver-login{min-height:100dvh}.driver-app{min-height:100dvh}.driver-header{height:auto;min-height:calc(68px + var(--safe-top));padding-top:calc(8px + var(--safe-top))}.driver-header #installApp{display:inline-flex;align-items:center;justify-content:center;height:40px;border:1px solid var(--orange);border-radius:8px;background:var(--orange);padding:0 11px;color:#fff;font-size:10px;font-weight:800;text-decoration:none;white-space:nowrap}.driver-header #installApp[hidden]{display:none}.driver-network-status{position:fixed;z-index:210;top:calc(76px + var(--safe-top));right:12px;left:12px;max-width:720px;margin:auto;border:1px solid #e3b14e;border-radius:11px;background:#fff7dc;padding:10px 13px;color:#6b4b0c;font-size:12px;font-weight:800;line-height:1.5;text-align:center;box-shadow:0 12px 34px rgba(57,43,13,.18)}.driver-network-status[hidden]{display:none}.driver-header button,.driver-header a,.driver-bottom-nav button,.driver-app button{touch-action:manipulation}
@media(display-mode:standalone){.driver-header #installApp{display:none}}
@media(max-width:560px){.driver-header{gap:8px;padding-right:10px;padding-left:10px}.driver-brand{min-width:0;gap:5px}.driver-brand img{width:38px;height:38px}.driver-brand b{font-size:12px}.driver-brand small{max-width:82px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-header>div{flex:none;gap:4px}.driver-header button,.driver-header #installApp{height:40px;padding:0 8px;font-size:10px}.driver-main{padding-right:10px;padding-left:10px}.driver-login{padding:16px}.driver-login-card{padding:28px 20px}.driver-login-card input,.receiving-app-form input,.receiving-app-form textarea,.receiving-app-form select,.vehicle-mobile-form input,.vehicle-mobile-form textarea,.app-search input,.vehicle-app-search input,.driver-purchase-period input,.vehicle-mobile-search-period input,.location-consent-card select{font-size:16px}.driver-network-status{top:calc(72px + var(--safe-top));right:8px;left:8px;font-size:11px}}
@media(max-width:380px){.driver-brand img{width:34px;height:34px}.driver-brand b{font-size:11px}.driver-brand small{display:none}.driver-header button,.driver-header #installApp{padding:0 6px;font-size:9px}}
