.driver-detail_container__r65ej{max-width:1200px;margin:0 auto;padding:2rem;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);min-height:100vh;color:#e0e0e0;position:relative;overflow:hidden}.driver-detail_container__r65ej:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,158,41,.05) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,158,41,.03) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.02) 0,transparent 50%);pointer-events:none}.driver-detail_container__r65ej:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD700' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none;opacity:.5;z-index:0}.driver-detail_error__oZzDT,.driver-detail_loading__NTQec,.driver-detail_notFound__tRBgp{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.driver-detail_spinner__eHSvb{width:50px;height:50px;border:4px solid #333;border-top-color:#ff9e29;border-radius:50%;animation:driver-detail_spin__MbRBU 1s linear infinite;margin-bottom:1rem}@keyframes driver-detail_spin__MbRBU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes driver-detail_shimmer__Vmp5y{0%,to{opacity:.3}50%{opacity:1}}.driver-detail_retryButton__EdhKP{background:linear-gradient(135deg,#FF9E29,#FF9E29);color:#000;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s ease;margin-top:1rem}.driver-detail_retryButton__EdhKP:hover{background:linear-gradient(135deg,#FF9E29,#FF9E29);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.3)}.driver-detail_header__7Zt7m{background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:2rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 20px 40px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1);position:relative;overflow:hidden;z-index:1}.driver-detail_header__7Zt7m:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(255,158,41,.3),rgba(255,158,41,.5),rgba(255,158,41,.3),transparent);animation:driver-detail_shimmer__Vmp5y 3s ease-in-out infinite}.driver-detail_driverInfo__vjL6e{display:flex;align-items:center;gap:2rem}.driver-detail_position__WhA8f{flex-direction:column;gap:.5rem}.driver-detail_positionNumber___ZlxS{font-size:3rem;font-weight:900;color:#ffffff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.driver-detail_positionIcon__mzeS9{font-size:2rem}.driver-detail_details__Uxd9q{display:flex;flex-direction:column;gap:.5rem}.driver-detail_driverName__5HcVy{font-size:2.5rem;font-weight:700;margin:0;color:#ffffff}.driver-detail_basicStats__vfcvi{display:flex;gap:1.5rem;font-size:1.1rem}.driver-detail_stat__7yptO{color:#ccc}.driver-detail_trendIndicator__4A4wk{display:flex;align-items:center;background:rgba(255,255,255,.1);padding:1rem;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.driver-detail_trend__uqh9S{font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.driver-detail_tabs__dbrDT{display:flex;background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:.5rem;margin-bottom:2rem;box-shadow:0 15px 35px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1);position:relative;z-index:1}.driver-detail_tab__PyBzL{flex:1 1;background:transparent;border:none;color:#ccc;padding:1rem 2rem;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease}.driver-detail_tab__PyBzL:hover{background:rgba(255,158,41,.1);color:#FF9E29}.driver-detail_tab__PyBzL.driver-detail_active__fkd15{background:linear-gradient(135deg,#FF9E29,#FF9E29);color:#000;box-shadow:0 4px 15px rgba(0,0,0,.3)}.driver-detail_overview__GDUfs{display:flex;flex-direction:column;gap:2rem}.driver-detail_statsGrid__SB50R{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.driver-detail_statCard__d7d2B{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1)}.driver-detail_statCard__d7d2B:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,158,41,.1),transparent);transition:left .6s ease}.driver-detail_statCard__d7d2B:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.3),0 0 30px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.2);border-color:rgba(255,158,41,.35)}.driver-detail_statCard__d7d2B:hover:before{left:100%}.driver-detail_statCard__d7d2B h3{margin:0 0 1rem;color:#ccc;font-size:1.1rem;font-weight:600}.driver-detail_statValue__bCpdR{font-size:3rem;font-weight:900;color:#ffffff;margin-bottom:.5rem}.driver-detail_statDetail__1zQpP{color:#999;font-size:.9rem}.driver-detail_additionalInfo__CA_hK{display:grid;grid-gap:2rem;gap:2rem}.driver-detail_infoCard__c7E9H{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem;box-shadow:0 15px 35px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1}.driver-detail_infoCard__c7E9H h3{margin:0 0 1.5rem;color:#ffffff;font-size:1.5rem;font-weight:700}.driver-detail_infoGrid__ajQyd{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.driver-detail_infoItem__z_sb5{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.driver-detail_infoItem__z_sb5:last-child{border-bottom:none}.driver-detail_label__CGJWm{color:#ccc;font-weight:500}.driver-detail_value__sNKzf{color:#e0e0e0;font-weight:700}.driver-detail_statsDetail__4HOsU{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem;box-shadow:0 15px 35px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1);position:relative;z-index:1}.driver-detail_statsSection__VEcPX h3{margin:0 0 2rem;color:#ffffff;font-size:1.5rem;font-weight:700}.driver-detail_statsTable__Ui9K2{display:flex;flex-direction:column;gap:.5rem}.driver-detail_statsRow__T5jM1{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:rgba(255,255,255,.05);border-radius:4px;transition:all .3s ease}.driver-detail_statsRow__T5jM1:hover{background:rgba(255,255,255,.1)}.driver-detail_statsLabel__huZNG{color:#ccc;font-weight:500}.driver-detail_statsValue__6X8lt{color:#e0e0e0;font-weight:700}.driver-detail_history__dZZCn{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem;box-shadow:0 15px 35px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1);position:relative;z-index:1}.driver-detail_history__dZZCn h3{margin:0 0 2rem;color:#ffffff;font-size:1.5rem;font-weight:700}.driver-detail_historyError__QAO_A,.driver-detail_historyLoading__Tn2Rg{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.driver-detail_historyTable__qCKbK{display:flex;flex-direction:column;gap:.5rem}.driver-detail_historyHeader__e4Qr0{background:linear-gradient(135deg,#FF9E29,#FF9E29);font-weight:700;color:#000}.driver-detail_historyHeader__e4Qr0,.driver-detail_historyRow__jvHwf{display:grid;grid-template-columns:1fr 2fr 2fr 1fr 1fr 1fr;grid-gap:1rem;gap:1rem;padding:1rem;border-radius:4px}.driver-detail_historyRow__jvHwf{background:rgba(255,255,255,.05);transition:all .3s ease;align-items:center}.driver-detail_historyRow__jvHwf:hover{background:rgba(255,255,255,.1)}.driver-detail_raceDate__xBt1C{color:#95a5a6;font-size:.9rem}.driver-detail_eventName__SjtSf{color:#e0e0e0;font-weight:600}.driver-detail_trackName__KY_An{color:#ccc}.driver-detail_position__WhA8f{font-weight:700;display:flex;align-items:center;gap:.25rem}.driver-detail_points__JlKdK{color:#FF9E29;font-weight:600}.driver-detail_incidents__nRYGm{color:#ff6b6b;font-weight:600}.driver-detail_pagination__NduZC{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem}.driver-detail_paginationButton__uw8kz{background:linear-gradient(135deg,#FF9E29,#FF9E29);color:#000;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s ease}.driver-detail_paginationButton__uw8kz:hover:not(:disabled){background:linear-gradient(135deg,#FF9E29,#FF9E29);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.driver-detail_paginationButton__uw8kz:disabled{background:#555;color:#999;cursor:not-allowed;transform:none}.driver-detail_paginationInfo__D5sIS{color:#ccc;font-weight:600}.driver-detail_noHistory__irYY6{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#999}@media (max-width:768px){.driver-detail_container__r65ej{padding:1rem}.driver-detail_header__7Zt7m{flex-direction:column;gap:1.5rem;text-align:center}.driver-detail_driverInfo__vjL6e{flex-direction:column;gap:1rem}.driver-detail_driverName__5HcVy,.driver-detail_positionNumber___ZlxS{font-size:2rem}.driver-detail_basicStats__vfcvi{flex-direction:column;gap:.5rem}.driver-detail_tabs__dbrDT{flex-direction:column}.driver-detail_infoGrid__ajQyd,.driver-detail_statsGrid__SB50R{grid-template-columns:1fr}.driver-detail_historyHeader__e4Qr0,.driver-detail_historyRow__jvHwf{grid-template-columns:1fr;text-align:center}.driver-detail_historyHeader__e4Qr0{display:none}.driver-detail_historyRow__jvHwf{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.driver-detail_historyRow__jvHwf>span:before{content:attr(data-label) ": ";font-weight:600;color:#bdc3c7}}@media (max-width:480px){.driver-detail_container__r65ej{padding:.5rem}.driver-detail_header__7Zt7m,.driver-detail_history__dZZCn,.driver-detail_infoCard__c7E9H,.driver-detail_statCard__d7d2B,.driver-detail_statsDetail__4HOsU{padding:1.5rem}}