@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap");html{color-scheme:light!important}body,html{background:linear-gradient(135deg,#ffffff,#f0f4f8)!important;color:#595959!important}:root{--primary:#2dd4bf;--primary-rgb:45,212,191;--secondary:#0ea5e9;--secondary-rgb:14,165,233;--success:#22c55e;--success-rgb:34,197,94;--success-light:rgba(34,197,94,0.1);--info:#3b82f6;--info-rgb:59,130,246;--info-light:rgba(59,130,246,0.1);--warning:#f59e0b;--warning-rgb:245,158,11;--warning-light:rgba(245,158,11,0.1);--error:#ef4444;--error-rgb:239,68,68;--error-light:rgba(239,68,68,0.1);--muted:#6b7280;--foreground-subtle:#777;--light-rgb:255,255,255;--dark-rgb:0,0,0}html{min-height:100vh}body,html{overflow-x:hidden;transition:background .5s ease,color .5s ease}*{font-family:Cairo,Helvetica,Arial,sans-serif}html[data-theme=light]{--background:linear-gradient(135deg,#ffffff,#f0f4f8);--background-subtle:#f9fafb;--foreground:#595959;--primary:#2dd4bf;--secondary:#0ea5e9;--dark:#0f172a;--light:#f8fafc;--border-light:rgba(255,255,255,0.1);--border-dark:rgba(0,0,0,0.1);--primary-rgb:45,212,191;--secondary-rgb:14,165,233;--light-rgb:248,250,252;--dark-rgb:15,23,42;--error:#ef4444;--error-rgb:239,68,68}html[data-theme=dark]{--background:linear-gradient(135deg,#0a0a0a,#1e293b);--background-subtle:#121212;--foreground:#ededed;--primary:#14b8a6;--secondary:#0284c7;--dark:#f8fafc;--light:#0f172a;--border-light:rgba(255,255,255,0.2);--border-dark:rgba(0,0,0,0.2);--primary-rgb:20,184,166;--secondary-rgb:2,132,199;--success:#22c55e;--success-rgb:34,197,94;--success-light:rgba(34,197,94,0.15);--info:#3b82f6;--info-rgb:59,130,246;--info-light:rgba(59,130,246,0.15);--warning:#f59e0b;--warning-rgb:245,158,11;--warning-light:rgba(245,158,11,0.15);--error:#ef4444;--error-rgb:239,68,68;--error-light:rgba(239,68,68,0.15);--light-rgb:15,23,42;--dark-rgb:248,250,252}body{height:100vh;width:100%;color:var(--foreground);background:var(--background)!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;transition:background-color .3s ease,color .3s ease;overflow:hidden}html[data-theme]{transition:background-color .3s ease}main{padding:2rem;flex:1 1;position:relative;overflow-y:auto;z-index:-2;@media screen and (max-width:768px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0}}main::-webkit-scrollbar{width:6px}main::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}main::-webkit-scrollbar-thumb{background:rgba(45,212,191,.5);border-radius:3px}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.login-container:before{content:"";position:absolute;width:150%;height:150%}.driver-popover{background:var(--light)!important;border:1px solid rgba(45,212,191,.2)!important;box-shadow:0 10px 40px rgba(0,0,0,.15),0 0 0 1px rgba(45,212,191,.1)!important;border-radius:12px!important;padding:24px!important;max-width:400px!important}html[data-theme=dark] .driver-popover{background:rgba(15,23,42,.98)!important;border:1px solid rgba(20,184,166,.3)!important;box-shadow:0 10px 40px rgba(0,0,0,.4),0 0 0 1px rgba(20,184,166,.2)!important}.driver-popover-title{color:var(--foreground)!important;font-size:18px!important;font-weight:600!important;margin-bottom:12px!important;padding-right:45px!important;line-height:1.4!important}.driver-popover-description{color:var(--foreground-subtle)!important;font-size:14px!important;line-height:1.6!important;margin-bottom:20px!important}.driver-popover-progress-text{color:var(--primary)!important;font-size:13px!important;font-weight:500!important}.driver-popover-footer{display:flex!important;gap:10px!important;justify-content:flex-end!important;margin-top:20px!important}.driver-popover-footer button{padding:10px 20px!important;font-size:14px!important;font-weight:500!important;border-radius:8px!important;border:none!important;cursor:pointer!important;transition:all .2s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:80px!important;text-shadow:none!important}.driver-popover-prev-btn{background:rgba(45,212,191,.1)!important;color:var(--primary)!important}.driver-popover-prev-btn:hover{background:rgba(45,212,191,.2)!important}html[data-theme=dark] .driver-popover-prev-btn{background:rgba(20,184,166,.15)!important;color:var(--primary)!important}html[data-theme=dark] .driver-popover-prev-btn:hover{background:rgba(20,184,166,.25)!important}.driver-popover-next-btn{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%)!important;color:white!important;box-shadow:0 2px 8px rgba(45,212,191,.3)!important}.driver-popover-next-btn:hover{box-shadow:0 4px 12px rgba(45,212,191,.4)!important}html[data-theme=dark] .driver-popover-next-btn{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%)!important;box-shadow:0 2px 8px rgba(20,184,166,.4)!important}html[data-theme=dark] .driver-popover-next-btn:hover{box-shadow:0 4px 12px rgba(20,184,166,.5)!important}.driver-popover-close-btn{width:40px!important;height:40px!important;padding:0!important;display:flex!important;margin-top:1px;align-items:center!important;justify-content:center!important;border-radius:6px!important;transition:all .2s ease!important}.driver-popover-close-btn:hover{transform:scale(1.1)!important}.driver-popover-close-btn svg{width:30px!important;height:30px!important;stroke-width:2.5!important}html[data-theme=dark] .driver-popover-close-btn{background:rgba(239,68,68,.15)!important}html[data-theme=dark] .driver-popover-close-btn:hover{background:rgba(239,68,68,.25)!important}html[dir=rtl] .driver-popover-close-btn{right:auto!important;left:12px!important}html[dir=rtl] .driver-popover-next-btn{margin-left:0!important;margin-right:6px!important}html[dir=rtl] .driver-popover-title{padding-left:45px!important;padding-right:0!important}html[dir=rtl] .driver-popover-footer{justify-content:flex-start!important;flex-direction:row!important}body.driver-lock-scroll,body.driver-lock-scroll .conversations-container,body.driver-lock-scroll .sidebar-body,body.driver-lock-scroll main{overflow:hidden!important;touch-action:none}.glass-effect{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light)}.gradient-text{background:linear-gradient(to right,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}@media screen and (max-width:768px){input,select,textarea{font-size:16px;padding:.75rem}button{min-height:44px;padding:.75rem 1rem;@media screen and (max-width:768px){min-height:auto}}table{font-size:.9rem}.card,.section{margin-bottom:1rem;padding:1rem}}@media screen and (max-width:480px){input,select,textarea{font-size:14px;padding:.6rem}button{font-size:.9rem;padding:.6rem .8rem}.flex-row-mobile{flex-direction:column!important}.gap-mobile{gap:.5rem!important}}