.driver-page { background: var(--primary); min-height: 100vh; color: #fff; }
.driver-container { max-width: 500px; margin: 0 auto; padding: 16px; }
.driver-header { text-align: center; padding: 20px 0 30px; }
.driver-header h1 { font-size: 1.8em; }
.driver-info { background: rgba(255,255,255,0.1); border-radius: var(--radius); padding: 20px; margin-bottom: 24px; }
.info-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.info-row .label { opacity: 0.7; }
.info-row .value { font-weight: 600; }
.driver-plate { background: var(--highlight); padding: 2px 10px; border-radius: 4px; font-weight: 700; letter-spacing: 1px; }
.actions { text-align: center; }
.actions h2 { margin-bottom: 24px; font-size: 1.3em; }
.queue-status { text-align: center; }
.queue-status h2 { margin-bottom: 20px; }
.position-display { display: flex; gap: 16px; justify-content: center; margin-bottom: 30px; }
.pos-card { background: rgba(255,255,255,0.1); border-radius: var(--radius); padding: 20px 30px; text-align: center; min-width: 120px; }
.pos-card.active { border: 2px solid var(--success); }
.pos-card.special { border: 2px solid var(--highlight); background: rgba(233,69,96,0.2); }
.pos-label { display: block; font-size: 0.8em; opacity: 0.8; margin-bottom: 8px; }
.pos-number { display: block; font-size: 3em; font-weight: 700; line-height: 1; }
.pos-total { display: block; font-size: 0.8em; opacity: 0.6; margin-top: 4px; }
.call-alert { background: var(--highlight); border-radius: var(--radius); padding: 40px 20px; text-align: center; animation: pulse 1s infinite; }
.call-alert h2 { font-size: 1.8em; margin-bottom: 12px; }
.queue-info { display: flex; gap: 12px; justify-content: center; margin-top: 24px; }
.status-message { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.8); color: #fff; padding: 12px 24px; border-radius: var(--radius); z-index: 100; max-width: 90%; text-align: center; }
.btn-lg { font-size: 1.2em; padding: 16px 32px; }
.btn-block + .btn-block { margin-top: 12px; }
