
    :root{--blue:#0044c3;--green:#10b981;--red:#ef4444;--gray:#64748b;--soft:#f5f8ff}
    *{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Segoe UI,Arial,sans-serif}
    body{min-height:100vh;background:#eef4ff;color:#0f172a}
    button,input,select,textarea{font:inherit} button{cursor:pointer;border:0} a{color:var(--blue);font-weight:900;text-decoration:none}
    .screen{display:none!important;min-height:100vh}.screen.active{display:block!important}
    .access{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,255,255,.22),transparent 32%),linear-gradient(135deg,rgba(0,39,122,.96),rgba(0,104,255,.84)),url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHMSJwOfmfE6_1qqRPJOpdhGraTbjPoyT0DpkqJRG2--V4EchWj8ZsHE9I&s=10");background-size:cover;background-position:center;display:grid!important;place-items:center;padding:clamp(16px,4vw,42px);position:relative;overflow:auto}
    .access:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0));pointer-events:none}.screen.access:not(.active){display:none!important}
    .login-card{width:min(100%,540px);background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-radius:clamp(24px,4vw,36px);padding:clamp(24px,4vw,38px);box-shadow:0 26px 70px rgba(0,36,117,.34);color:white;text-align:center;position:relative;z-index:2}
    .logo-top{width:clamp(76px,11vw,96px);height:clamp(76px,11vw,96px);margin:0 auto 18px;border-radius:26px;background:white;display:grid;place-items:center;box-shadow:0 16px 34px rgba(0,0,0,.18);overflow:hidden}
    .logo-top img,.brand img{width:100%;height:100%;object-fit:contain;display:block}
    .login-card h1{font-size:clamp(25px,4vw,33px);line-height:1.12;margin-bottom:10px;letter-spacing:-.5px}.login-card p{opacity:.96;line-height:1.55;margin-bottom:24px;font-size:clamp(14px,2vw,16px)}
    .access-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
    .option-card{background:rgba(255,255,255,.96);color:#0f172a;border-radius:24px;padding:clamp(18px,3vw,24px) 16px;text-align:left;box-shadow:0 18px 40px rgba(0,0,0,.15);transition:.25s;border:1px solid rgba(255,255,255,.75);min-height:150px}
    .option-card:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(0,0,0,.18)}.option-card i{width:50px;height:50px;display:grid;place-items:center;border-radius:17px;background:#eef4ff;color:var(--blue);font-size:22px;margin-bottom:14px}
    .option-card strong{display:block;font-size:clamp(16px,2.5vw,18px);margin-bottom:7px}.option-card span{display:block;color:var(--gray);font-size:13px;line-height:1.45}
    .back-btn{background:rgba(255,255,255,.16);color:white;border:1px solid rgba(255,255,255,.28);border-radius:16px;padding:13px 14px;font-weight:900;margin-bottom:14px;width:100%;display:none}
    .tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;background:rgba(255,255,255,.17);border-radius:20px;padding:7px}
    .tabs button{padding:13px 10px;border-radius:15px;background:transparent;color:white;font-weight:800}.tabs button.active{background:white;color:var(--blue);box-shadow:0 10px 24px rgba(0,0,0,.12)}
    .login-box{background:rgba(255,255,255,.97);color:#0f172a;border-radius:26px;padding:clamp(18px,3vw,24px);text-align:left;display:none;box-shadow:0 16px 38px rgba(0,0,0,.12)}
    label{font-weight:800;font-size:13px;margin:12px 0 7px;display:block}
    input,select,textarea{width:100%;padding:clamp(13px,2.4vw,15px);border:1px solid #dbe3f0;border-radius:15px;outline:none;background:#fbfdff;min-height:48px}
    input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,68,195,.10)}
    textarea{resize:none;min-height:76px}
    .btn{width:100%;padding:15px 18px;border-radius:16px;font-weight:900;margin-top:15px;background:var(--blue);color:white;box-shadow:0 12px 26px rgba(0,68,195,.28)}
    .btn.light{background:#eef4ff;color:var(--blue);box-shadow:none}.btn.green{background:var(--green)}.btn.gray{background:#e2e8f0;color:#0f172a;box-shadow:none}.btn.red{background:var(--red)}
    .hint{text-align:center;font-size:13px;color:#64748b;margin-top:13px}.mini-error{color:var(--red);font-size:12px;margin-top:8px;font-weight:800}
    .loader{position:fixed;inset:0;background:rgba(0,68,195,.88);display:none;align-items:center;justify-content:center;z-index:100;color:white;text-align:center;padding:24px}.loader.active{display:flex}
    .spinner{width:62px;height:62px;border-radius:50%;border:6px solid rgba(255,255,255,.28);border-top-color:white;animation:spin .9s linear infinite;margin:0 auto 18px}@keyframes spin{to{transform:rotate(360deg)}}
    .app{background:#f5f8ff;min-height:100vh;padding-bottom:80px}
    .topbar{background:linear-gradient(135deg,var(--blue),#0074ff);color:white;padding:24px 18px 80px;border-bottom-left-radius:34px;border-bottom-right-radius:34px}
    .app-head{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:center;gap:14px;text-align:center}.brand{display:flex;align-items:center;gap:12px}.brand img{width:52px;height:52px;border-radius:16px;background:white}.brand strong{display:block;font-size:18px}.brand span{font-size:13px;opacity:.85}
    .container{max-width:1100px;margin:-58px auto 0;padding:0 18px;display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
    .card{background:white;border-radius:26px;padding:22px;box-shadow:0 16px 38px rgba(15,23,42,.08)}.card h2,.card h3{margin-bottom:8px}.muted{color:var(--gray);font-size:14px;line-height:1.5}
    .form-progress{display:flex;align-items:center;gap:8px;margin:18px 0}.dot{flex:1;height:6px;border-radius:20px;background:#e2e8f0}.dot.active{background:var(--blue)}
    .step{display:none}.step.active{display:block;animation:up .25s ease}@keyframes up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
    .grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .choice{border:2px solid #e2e8f0;border-radius:18px;padding:14px;background:white;cursor:pointer}.choice.active{border-color:var(--blue);background:#eef4ff}.choice i{color:var(--blue);font-size:22px;margin-bottom:8px}.choice strong{display:block}.choice small{color:var(--gray)}
    .price-card{border-radius:22px;background:#f8fbff;border:1px solid #e2e8f0;padding:18px;margin-top:14px}.price{font-size:34px;font-weight:950;color:var(--blue)}.eco{margin-top:8px;display:inline-block;background:#dcfce7;color:#047857;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}
    .info-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid #edf2f7;gap:12px}.info-row:last-child{border-bottom:0}
    .badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;background:#eef4ff;color:var(--blue)}.badge.green{background:#dcfce7;color:#047857}.badge.yellow{background:#fef3c7;color:#92400e}.badge.red{background:#fee2e2;color:#b91c1c}.route-mini{display:inline-flex;align-items:center;gap:6px;margin-top:8px;background:#dcfce7;color:#047857;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}
    .delivery-card{border:1px solid #e5edf8;border-radius:20px;padding:16px;margin-top:12px;background:#fbfdff}.delivery-card strong{display:block}.delivery-card .title{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}
    .float-wa{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:28px;box-shadow:0 14px 34px rgba(37,211,102,.35);z-index:80}
    .modal{position:fixed;inset:0;background:rgba(2,8,23,.66);display:none;align-items:center;justify-content:center;padding:20px;z-index:90}.modal.active{display:flex}.modal-box{width:100%;max-width:430px;background:white;border-radius:28px;padding:24px;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.3)}.modal-box i{font-size:46px;color:#10b981;margin-bottom:12px}
.history-chat-btn{position:fixed;left:18px;bottom:18px;width:58px;height:58px;border-radius:50%;background:var(--blue);color:white;display:none;place-items:center;font-size:24px;box-shadow:0 14px 34px rgba(0,68,195,.35);z-index:82}
    .history-panel{position:fixed;top:0;right:-390px;width:min(390px,92vw);height:100vh;background:white;z-index:95;box-shadow:-18px 0 50px rgba(15,23,42,.18);transition:.25s;padding:20px;overflow:auto}
    .history-panel.active{right:0}.history-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.history-panel-head button{width:auto;margin-top:0;padding:10px 13px}
    .pay-alert{margin-top:10px;padding:12px;border-radius:16px;background:#eef4ff;color:var(--blue);font-size:13px;font-weight:800;line-height:1.45}.driver-mini{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:10px 12px;border-radius:16px;background:#f8fbff;border:1px solid #e5edf8}.driver-mini-info{display:flex;align-items:center;gap:9px;min-width:0}.driver-mini-info i.fa-circle-user{font-size:24px;color:var(--blue)}.driver-mini-info b{display:block;font-size:13px}.driver-mini-info span{display:block;font-size:12px;color:var(--gray)}.verified{color:var(--green);font-size:13px}.like-driver{width:auto;margin-top:0;padding:9px 11px;border-radius:999px;background:#eef4ff;color:var(--blue);box-shadow:none;white-space:nowrap}
        @media(max-width:860px){.container{grid-template-columns:1fr}.grid2,.access-options{grid-template-columns:1fr}.access{align-items:start}.login-card{padding:24px;border-radius:28px}.login-card h1{font-size:25px}.option-card{min-height:auto}.topbar{padding:20px 14px 72px}.card{padding:18px}.delivery-card .title{flex-direction:column;align-items:flex-start}.info-row{align-items:flex-start;flex-direction:column}.driver-mini{align-items:flex-start}.like-driver{width:100%}}

    .chat-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;background:#ef4444;color:white;font-size:12px;font-weight:950;margin-left:6px;padding:0 7px}.chat-modal-box{width:min(96vw,520px);max-height:92vh;background:white;border-radius:28px;padding:20px;box-shadow:0 28px 80px rgba(0,0,0,.3);display:flex;flex-direction:column;text-align:left}.chat-scroll{height:360px;overflow:auto;background:#f8fbff;border:1px solid #e2e8f0;border-radius:18px;padding:12px;margin:12px 0}.chat-msg{max-width:82%;padding:10px 12px;border-radius:16px;margin:8px 0;font-size:14px;line-height:1.35}.chat-msg.me{margin-left:auto;background:#0044c3;color:white}.chat-msg.other{margin-right:auto;background:#e2e8f0;color:#0f172a}.chat-msg small{display:block;opacity:.75;margin-top:5px;font-size:11px}.chat-send{display:grid;grid-template-columns:1fr auto;gap:8px}.chat-send input{margin:0}.chat-send button{width:auto;margin:0;padding:0 16px}
    @media(min-width:1200px){.container{max-width:1180px}.login-card{max-width:560px}.access-options{gap:16px}.card{padding:24px}}
    @media(max-width:420px){.access{padding:12px}.login-card{padding:20px;border-radius:24px}.logo-top{width:72px;height:72px;border-radius:22px}.tabs button,.btn{padding:13px 10px}.login-box{padding:16px;border-radius:22px}.option-card{padding:16px;border-radius:20px}.option-card i{width:44px;height:44px}.history-chat-btn,.float-wa{width:52px;height:52px;font-size:22px}.modal{padding:12px}.modal-box{border-radius:24px;padding:18px}}
  