:root{--ink:#0b1f33;--muted:#637083;--line:#dce3e9;--bg:#eef3f5;--accent:#e85d36}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hidden{display:none!important}header{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,calc((100vw - 900px)/2))}.brand{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--ink);color:#fff;font-weight:900}.brand b{font-size:11px;line-height:1.05;letter-spacing:.1em}select,input,textarea{border:1px solid var(--line);border-radius:11px;background:#fff;padding:12px;font:inherit;color:var(--ink)}main{max-width:900px;margin:auto;padding:38px 18px 80px}.back{color:var(--muted);text-decoration:none}.back i{font-style:normal}.title{display:flex;justify-content:space-between;align-items:end;margin:28px 0}.title small{color:var(--accent);font-weight:850;text-transform:uppercase;letter-spacing:.12em}.title h1{font-size:38px;margin:7px 0 0}.title button,.secondary{border:0;border-radius:10px;padding:11px 14px;background:#dfe6e9;color:var(--ink);font-weight:750}.card,.trip{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 35px #0b1f3310}.login{max-width:520px;padding:28px}.login h2{margin:0}.login p{color:var(--muted)}form{display:grid;gap:12px;margin-top:20px}label span{display:block;margin-bottom:7px;font-size:12px;font-weight:750}input{width:100%;font-size:17px}form button{border:0;border-radius:11px;padding:14px;background:var(--accent);color:#fff;font:inherit;font-weight:850;cursor:pointer}form .secondary{background:#edf1f3;color:var(--ink)}.notice{padding:11px;background:#fff0ed;color:#9d351f;border-radius:10px}.tabs{display:flex;gap:4px;width:max-content;max-width:100%;padding:4px;background:#dfe6e9;border-radius:12px;margin-bottom:14px}.tabs button{border:0;border-radius:9px;padding:10px 14px;background:transparent;color:var(--muted);font-weight:750}.tabs button.active{background:#fff;color:var(--ink)}.list{display:grid;gap:13px}.trip{padding:20px}.trip-head{display:flex;justify-content:space-between;gap:12px}.trip small{color:var(--muted)}.trip h2{font-size:17px;margin:7px 0}.status{height:max-content;padding:6px 9px;background:#fff0dd;color:#985e05;border-radius:18px;font-size:11px;font-weight:800}.status.completed{background:#e6f6ee;color:#14845b}.status.cancelled{background:#eceff2;color:var(--muted)}.meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:#f4f7f8;border-radius:11px;padding:13px;margin:16px 0}.meta span,.meta b{display:block}.meta span{font-size:11px;color:var(--muted)}.meta b{margin-top:4px}.driver{border-top:1px solid var(--line);padding-top:13px;line-height:1.6}.actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.actions a,.actions button{flex:1 1 170px;text-align:center;text-decoration:none;padding:11px;border:1px solid var(--ink);border-radius:10px;background:var(--ink);color:#fff;font:inherit;font-weight:800;cursor:pointer}.actions .clarify{background:#fff;color:var(--ink)}.actions .cancel{border-color:#d8a49a;background:#fff;color:#a33a27}.actions .review{border-color:#f4b62c;background:#f4b62c;color:#563600}.empty{text-align:center;padding:45px;color:var(--muted)}dialog{width:min(520px,calc(100% - 32px));padding:0;border:0;border-radius:18px;box-shadow:0 28px 80px #07152250;color:var(--ink)}dialog::backdrop{background:#0715229c;backdrop-filter:blur(3px)}dialog form{padding:26px;margin:0}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dialog-head small{color:var(--accent);font-weight:850;text-transform:uppercase;letter-spacing:.1em}.dialog-head h2{margin:6px 0 0;font-size:24px}.icon-close{width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#edf1f3;color:var(--ink);font-size:25px;line-height:1}dialog p{margin:3px 0 4px;color:var(--muted);line-height:1.55}.dialog-error{color:#a33a27}textarea{width:100%;min-height:120px;resize:vertical}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:5px}.dialog-actions button{width:auto;min-width:120px}.dialog-actions .danger{background:#b4412c}.dialog-actions button:disabled{opacity:.6;cursor:wait}
@media(max-width:600px){header{height:64px}.title{display:block}.title h1{font-size:31px}.title button{margin-top:14px}.login{padding:22px 18px}.tabs{width:100%}.tabs button{flex:1;padding:10px 5px}.trip{padding:16px}.trip-head{display:block}.status{display:inline-flex;margin-top:8px}.meta{grid-template-columns:1fr 1fr}.meta div:last-child{grid-column:1/-1}.actions{display:grid}.actions a,.actions button{width:100%}dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px)}dialog form{padding:20px 16px}.dialog-actions{display:grid}.dialog-actions button{width:100%}}
