.customer-trips-page{padding-top:26px;padding-bottom:48px}.customer-trips-login{max-width:620px;margin:20px auto;display:grid;grid-gap:16px;gap:16px}.customer-trips-login label{display:grid;grid-gap:8px;gap:8px;font-weight:700}.customer-trips-login input{min-height:48px}.customer-trips-login .btn{width:100%;min-height:48px}.customer-trips-message{margin:14px 0;padding:13px 15px;border:1px solid rgba(212,175,55,.35);border-radius:12px;background:rgba(212,175,55,.08);color:#f0d994;line-height:1.5}.customer-trips-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:16px 0 24px}.customer-trips-header h1{margin:8px 0 4px}.customer-trips-header-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.customer-trips-section{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.customer-trips-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px}.customer-trips-section-head h2{margin:8px 0 0}.customer-trips-section-head>span{color:var(--muted,#9ba1ad);font-size:.9rem}.customer-trips-list{display:grid;grid-gap:12px;gap:12px}.customer-trip-card{border:1px solid #303643;border-radius:16px;background:linear-gradient(180deg,#151923,#11151d);padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.customer-trip-card.is-next{border-color:rgba(212,175,55,.7);box-shadow:0 0 0 1px rgba(212,175,55,.08),0 16px 36px rgba(0,0,0,.2);background:linear-gradient(135deg,rgba(212,175,55,.1),#151923 45%)}.customer-trip-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.customer-trip-topline>div{display:grid;grid-gap:7px;gap:7px}.customer-trip-kind{font-size:.82rem;letter-spacing:.04em;color:#d7b75f;font-weight:800;text-transform:uppercase}.customer-trip-topline strong{font-size:1.08rem}.customer-trip-status{font-size:.78rem;font-weight:800;padding:7px 10px;border-radius:999px;border:1px solid #46505e;color:#d8dde5;white-space:nowrap}.customer-trip-status.pending{border-color:#8f7429;color:#f0d984}.customer-trip-status.assigned,.customer-trip-status.confirmed{border-color:#3867a8;color:#9bc6ff}.customer-trip-status.arrived,.customer-trip-status.in_progress,.customer-trip-status.picked_up{border-color:#2d8650;color:#8ce5a7}.customer-trip-status.completed{border-color:#4a525d;color:#b9c0ca}.customer-trip-status.cancelled{border-color:#91434c;color:#ffabb4}.customer-trip-route{margin-top:14px;font-weight:700;line-height:1.5}.customer-trip-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px;color:var(--muted,#9ba1ad);font-size:.88rem}.customer-trip-meta strong{color:#e7e9ed}.customer-trip-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:16px}.customer-trip-actions .btn{min-width:150px}.customer-trips-empty{margin-top:24px;text-align:center;display:grid;justify-items:center;grid-gap:10px;gap:10px}.customer-trips-empty h2{margin:0}.customer-trips-history{margin-top:34px}.customer-trips-history-separator{display:flex;align-items:center;gap:12px;color:#8f96a3;font-size:.78rem;font-weight:800;letter-spacing:.06em}.customer-trips-history-separator:after,.customer-trips-history-separator:before{content:"";height:1px;background:#343a46;flex:1 1}.customer-trips-history-separator span{text-align:center}.customer-trips-history .customer-trip-card{opacity:.9}.customer-trips-history .customer-trip-actions .btn{opacity:1}@media(max-width:760px){.customer-trips-page{padding-top:14px}.customer-trips-header{display:grid}.customer-trips-header-actions{justify-content:stretch;display:grid;grid-template-columns:1fr 1fr}.customer-trips-header-actions .btn{width:100%}.customer-trips-section-head{align-items:flex-start}.customer-trip-topline{display:grid}.customer-trip-status{width:max-content}.customer-trip-actions{display:grid;grid-template-columns:1fr}.customer-trip-actions .btn{width:100%;min-width:0}.customer-trip-meta{display:grid;grid-gap:6px;gap:6px}.customer-trips-history-separator{font-size:.7rem}.customer-trips-history-separator:after,.customer-trips-history-separator:before{display:none}}