:root{background:#071f1d;color:#101615;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0%,#164f4a 0,#071f1d 58%)}.panel{width:min(430px,100%);background:#f8fbfa;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:18px;box-shadow:0 30px 80px #00000059}header{display:flex;justify-content:space-between;align-items:center;gap:12px}header div{display:grid;gap:2px}header span{color:#60736f;font-size:12px;font-weight:800}h1{font-size:36px;letter-spacing:0;margin:14px 0}p{color:#60736f;line-height:1.45}button{min-height:50px;border:0;border-radius:10px;padding:0 16px;background:#073f3c;color:#fff;font-weight:900;width:100%}label{display:grid;gap:6px;color:#60736f;font-size:13px;font-weight:800}input,textarea{min-height:46px;border:1px solid #cddbd8;border-radius:10px;padding:0 12px;color:#101615;font:inherit;font-weight:750;background:#fff}textarea{min-height:92px;padding:12px;resize:vertical}input[type=file]{width:100%;padding:9px}select{min-height:44px;border:1px solid #cddbd8;border-radius:10px;padding:0 12px;background:#fff;color:#101615;font-weight:800}.auth-card{display:grid;gap:14px;width:min(100%,420px);align-self:start}.auth-card h1{margin-top:0}.auth-switch{background:transparent;color:#073f3c}.online{background:#0d6b61;box-shadow:0 12px 26px #0d6b6140}.field,.offer,.ready-card{border:1px solid #dbe7e4;border-radius:16px;padding:14px;margin:12px 0;font-weight:800;background:#fff}.field span{display:block;color:#60736f;margin-top:4px;font-weight:600}.document-list{display:grid;gap:10px;margin:14px 0}.document-row{display:grid;gap:10px;padding:14px;border:1px solid #dbe7e4;border-radius:8px;background:#fff}.document-row small{color:#60736f;overflow-wrap:anywhere}.document-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.document-heading strong{font-size:15px}.profile-form{display:grid;gap:14px;margin:18px 0 24px}.form-section,.profile-summary{padding:14px;border:1px solid #dbe7e4;border-radius:8px;background:#fff}.form-section h2,.profile-summary h2{margin:0 0 12px;font-size:20px}.form-grid,.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid>label{min-width:0}.form-grid input,.form-grid select,.form-section textarea{width:100%;min-width:0}.form-section>label,.form-section fieldset{margin-top:12px}fieldset{min-width:0;margin-inline:0;padding:12px;border:1px solid #dbe7e4;border-radius:8px}legend{padding:0 4px;color:#60736f;font-size:13px;font-weight:800}.check{display:flex;align-items:center;gap:8px;min-height:36px;color:#344541}.check input{width:18px;min-height:18px;height:18px;margin:0;padding:0;accent-color:#0d6b61}.profile-summary{margin:14px 0}.profile-summary p{margin:8px 0 0;overflow-wrap:anywhere}.ready-card{background:linear-gradient(135deg,#073f3c,#0b6d64);color:#fff}.ready-card span{color:#bde4dc;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ready-card strong{display:block;margin-top:6px;font-size:24px}.ready-card p{color:#d7eeea;margin-bottom:0}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.actions button:first-child{background:#eef3f2;color:#101615}.accept{background:#f37f61}.api-state{color:#f37f61;font-size:13px;font-weight:850}.offer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.offer-head>strong{min-width:54px;min-height:38px;display:grid;place-items:center;border-radius:999px;background:#fff0df;color:#8a4b14;font-size:16px}.trip-details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.trip-details div{display:grid;gap:4px;padding:10px;border-radius:12px;background:#f4faf8}.trip-details span{color:#60736f;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.trip-details strong{font-size:13px}.decline-reason{display:grid;gap:6px;margin:12px 0;color:#60736f;font-size:12px;font-weight:900}.driver-steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:0;margin:14px 0}.driver-steps li{min-height:34px;display:grid;place-items:center;border-radius:999px;background:#eef3f2;color:#60736f;font-size:11px;font-weight:900;text-align:center}.driver-steps li.done{background:#dff5ee;color:#0e5e53}.badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;white-space:nowrap}.badge-good{background:#dff5ee;color:#0e5e53}.badge-warn{background:#fff0df;color:#8a4b14}.badge-neutral{background:#eef3f2;color:#344541}.badge-danger{background:#ffe5e5;color:#9b1c1c}@media(max-width:460px){.wrap{padding:0;place-items:stretch}.panel{min-height:100vh;width:100%;border-radius:0}.trip-details,.form-grid,.choice-grid{grid-template-columns:1fr}}
