:root{--navy:#123b55;--teal:#18a79f;--bg:#f2f6f8;--red:#c23b4b;--green:#18865f;--muted:#667984}*{box-sizing:border-box}body{margin:0;background:#dfe9ed;color:#173346;font-family:Tahoma,Arial,sans-serif}button,input{font:inherit}.hidden{display:none!important}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(155deg,#0f344d,#21858a)}.card{background:#fff;border-radius:22px;padding:20px;box-shadow:0 14px 45px #0923331c}.login{width:min(410px,100%);display:grid;gap:15px;text-align:center}.login img{width:95px;margin:auto}.login p{color:var(--muted);margin:0}.login label{display:grid;text-align:right;gap:7px;color:var(--muted);font-size:13px}.login input{border:1px solid #ccdae1;border-radius:13px;padding:13px}.primary{border:0;border-radius:13px;background:var(--teal);color:#fff;padding:13px;font-weight:800}.phone{position:relative;width:min(520px,100%);min-height:100vh;margin:auto;background:var(--bg);padding:0 14px 90px;box-shadow:0 0 45px #0923331c}.phone>header{margin:0 -14px 14px;padding:18px 18px 16px;background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center}.phone header h1{font-size:20px;margin:4px 0}.icon{border:0;border-radius:16px;padding:11px;background:#ffffff18;color:#fff}.screen{display:none}.screen.active{display:grid;gap:18px}.availability{border-radius:22px;padding:20px;background:linear-gradient(135deg,#123b55,#1c6871);color:#fff;display:flex;align-items:center;justify-content:space-between}.availability h2{margin:6px 0}.switch input{display:none}.switch span{display:block;width:62px;height:34px;border-radius:99px;background:#718896;padding:4px;transition:.2s}.switch span:after{content:"";display:block;width:26px;height:26px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+span{background:#38d4a0}.switch input:checked+span:after{transform:translateX(-28px)}.live{background:#e7f4f4;color:#24646a;border-radius:13px;padding:11px;font-size:13px;margin:0}.section-title,.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.section-title h2{margin:0}.section-title button,button.secondary{border:1px solid #d4e0e5;background:#fff;color:var(--navy);border-radius:11px;padding:8px}.stack{display:grid;gap:12px}.empty{color:var(--muted);text-align:center;padding:20px;background:#fff;border-radius:18px}.order-card{background:#fff;border-radius:20px;padding:16px;box-shadow:0 8px 30px #123b550c}.order-card header{display:flex;justify-content:space-between;gap:8px}.order-card h3{margin:0}.order-card p{color:var(--muted);font-size:13px;line-height:1.8}.route{border-right:3px solid #d9e4e9;padding-right:12px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.actions button{border-radius:12px;border:1px solid #d6e2e7;background:#fff;padding:11px;color:var(--navy);font-weight:700}.actions .accept,.actions .next{background:var(--teal);border-color:var(--teal);color:#fff}.actions .reject{color:var(--red);border-color:#f1c8cd}.status{border-radius:99px;background:#edf3f5;padding:5px 9px;font-size:11px}.status.completed{background:#e3f6ec;color:var(--green)}.status.cancelled{background:#fdebed;color:var(--red)}nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #dce6ea;padding:9px 8px max(9px,env(safe-area-inset-bottom));z-index:5}nav button{border:0;background:transparent;color:#7c8d96;padding:9px 4px;border-radius:12px;font-size:12px;font-weight:700}nav button.active{background:#e8f4f4;color:#166a6c}.danger{color:var(--red);background:#fdebed;border:1px solid #f2ccd1;border-radius:13px;padding:13px}.block{width:100%}.toast{position:fixed;z-index:50;left:50%;bottom:88px;transform:translate(-50%,18px);width:min(460px,calc(100% - 30px));background:#173b53;color:#fff;padding:13px 16px;border-radius:14px;opacity:0;transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.error{background:var(--red)}dialog{border:0;border-radius:23px;width:min(500px,calc(100% - 22px));max-height:92vh;overflow:auto;padding:18px}dialog::backdrop{background:#071c2a99}.dialog-head button{border:0;background:#eef3f5;border-radius:10px;font-size:22px}.details{display:grid;grid-template-columns:1fr 1fr;gap:9px}.details div{background:#f3f7f9;border-radius:13px;padding:11px}.details small{display:block;color:var(--muted);margin-bottom:5px}.map{width:100%;height:260px;border:0;border-radius:17px;margin:14px 0}.notification{background:#fff;border-radius:18px;padding:14px;border-right:4px solid #cddce2}.notification.unread{border-color:var(--teal)}.notification small{color:var(--muted)}@media(min-width:700px){body{padding:20px}.phone{min-height:calc(100vh - 40px);border-radius:25px;overflow:hidden}.phone>header{border-radius:25px 25px 0 0}nav{bottom:20px;border-radius:0 0 25px 25px}}
