.driver-context{color:var(--muted);max-width:1050px;line-height:1.65;margin-bottom:24px}.driver-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.driver-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;padding:24px;border:1px solid var(--line);border-radius:12px;background:#111e2b}.driver-card.selected{border-color:var(--mint);background:#152b2a}.driver-card>span{font-size:18px;color:#eef5fc}.driver-card strong{font-size:32px}.driver-card strong small{font-size:13px;font-weight:400;color:var(--muted)}.driver-card>small{font-size:12px;color:var(--muted)}.pilot-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:22px}.pilot-cards button{display:flex;align-items:flex-start;flex-direction:column;text-align:left;gap:10px;padding:18px}.pilot-cards small{line-height:1.5;color:var(--muted)}.pilot-cards span{font-size:13px}.driver-dialog-backdrop{position:fixed;inset:0;z-index:100;background:#020711d9;display:flex;align-items:flex-start;justify-content:center;padding:4vh 24px;overflow:auto}.driver-dialog{width:min(1100px,100%);max-height:92vh;overflow:auto}.driver-dialog video{width:100%;max-height:52vh;background:#000;aspect-ratio:16/9}.driver-dialog .note{overflow-wrap:anywhere}@media(max-width:1100px){.driver-cards{grid-template-columns:repeat(2,1fr)}.pilot-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.driver-cards,.pilot-cards{grid-template-columns:1fr}.driver-dialog-backdrop{padding:12px}.driver-dialog{max-height:96vh}.driver-card strong{font-size:26px}}