.driver_container__hXRmw{display:grid;height:calc(100vh - 64px);width:100vw;background:var(--background);overflow:hidden;grid-template-columns:1fr;grid-template-rows:auto 35vh 1fr;grid-template-areas:"header" "map" "list"}.driver_header__sWZL1{grid-area:header;padding:1rem;background:var(--card-bg);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;z-index:10}.driver_title__jiX7Q{font-size:1.25rem;font-weight:700}.driver_select__au83X{background:var(--background);color:var(--foreground);border:1px solid var(--border);padding:.5rem;border-radius:.5rem;font-size:1rem}.driver_mapContainer__OYOWy{grid-area:map;width:100%;height:100%;position:relative;z-index:1;min-height:200px}.driver_list__9cgGj{grid-area:list;overflow-y:auto;padding:1rem 1rem 2rem;display:flex;flex-direction:column;gap:1rem;background:var(--background)}.driver_card__xBCCe{background:var(--card-bg);border-radius:.5rem;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;height:auto;min-height:120px;flex-shrink:0}.driver_cardContent__oeFXR{padding:1rem;flex:1 1 auto}.driver_cardHeader__3W95r{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.driver_sequence__Aos71{background:var(--foreground);color:var(--background);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.driver_name__8e9tm{font-weight:700;font-size:1.1rem;color:var(--foreground);word-wrap:break-word}.driver_address__exJrf{color:#94a3b8;margin-bottom:.5rem;word-wrap:break-word}.driver_note__J92KQ{background:rgba(255,255,0,.1);color:#facc15;padding:.5rem;border-radius:.25rem;font-size:.9rem;word-wrap:break-word;white-space:pre-wrap}.driver_cardActions__FZkZv{display:flex;border-top:1px solid var(--border);background:rgba(0,0,0,.2);flex-shrink:0}.driver_actionButton__9qgu8{flex:1 1;padding:1rem;border:none;background:transparent;color:var(--foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;min-height:50px}.driver_actionButton__9qgu8:hover{background:rgba(255,255,255,.05)}.driver_actionButton__9qgu8:not(:last-child){border-right:1px solid var(--border)}@media (min-width:768px){.driver_container__hXRmw{grid-template-columns:450px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"header map" "list map"}.driver_list__9cgGj{border-right:1px solid var(--border)}.driver_mapContainer__OYOWy{border-left:1px solid var(--border)}}