@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap";
html{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}html,body{color:#595959!important;background:linear-gradient(135deg,#fff 0%,#f0f4f8 100%)!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:#22c55e1a;--info:#3b82f6;--info-rgb:59,130,246;--info-light:#3b82f61a;--warning:#f59e0b;--warning-rgb:245,158,11;--warning-light:#f59e0b1a;--error:#ef4444;--error-rgb:239,68,68;--error-light:#ef44441a;--muted:#6b7280;--foreground-subtle:#777;--light-rgb:255,255,255;--dark-rgb:0,0,0}html{min-height:100vh}html,body{transition:background .5s,color .5s;overflow-x:hidden}*{font-family:Cairo,Helvetica,Arial,sans-serif}html[data-theme=light]{--background:linear-gradient(135deg,#fff 0%,#f0f4f8 100%);--background-subtle:#f9fafb;--foreground:#595959;--primary:#2dd4bf;--secondary:#0ea5e9;--dark:#0f172a;--light:#f8fafc;--border-light:#ffffff1a;--border-dark:#0000001a;--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 0%,#1e293b 100%);--background-subtle:#121212;--foreground:#ededed;--primary:#14b8a6;--secondary:#0284c7;--dark:#f8fafc;--light:#0f172a;--border-light:#fff3;--border-dark:#0003;--primary-rgb:20,184,166;--secondary-rgb:2,132,199;--success:#22c55e;--success-rgb:34,197,94;--success-light:#22c55e26;--info:#3b82f6;--info-rgb:59,130,246;--info-light:#3b82f626;--warning:#f59e0b;--warning-rgb:245,158,11;--warning-light:#f59e0b26;--error:#ef4444;--error-rgb:239,68,68;--error-light:#ef444426;--light-rgb:15,23,42;--dark-rgb:248,250,252}body{width:100%;height:100vh;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background-color .3s,color .3s;display:flex;overflow:hidden;background:var(--background)!important}html[data-theme]{transition:background-color .3s}main{z-index:-2;flex:1;padding:2rem;position:relative;overflow-y:auto}@media screen and (max-width:768px){main{padding:0}}main::-webkit-scrollbar{width:6px}main::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}main::-webkit-scrollbar-thumb{background:#2dd4bf80;border-radius:3px}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradientAnimation{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.login-container:before{content:"";width:150%;height:150%;position:absolute}.driver-popover{background:var(--light)!important;border:1px solid #2dd4bf33!important;border-radius:12px!important;max-width:400px!important;padding:24px!important;box-shadow:0 10px 40px #00000026,0 0 0 1px #2dd4bf1a!important}html[data-theme=dark] .driver-popover{background:#0f172afa!important;border:1px solid #14b8a64d!important;box-shadow:0 10px 40px #0006,0 0 0 1px #14b8a633!important}.driver-popover-title{color:var(--foreground)!important;margin-bottom:12px!important;padding-right:45px!important;font-size:18px!important;font-weight:600!important;line-height:1.4!important}.driver-popover-description{color:var(--foreground-subtle)!important;margin-bottom:20px!important;font-size:14px!important;line-height:1.6!important}.driver-popover-progress-text{color:var(--primary)!important;font-size:13px!important;font-weight:500!important}.driver-popover-footer{justify-content:flex-end!important;gap:10px!important;margin-top:20px!important;display:flex!important}.driver-popover-footer button{cursor:pointer!important;min-width:80px!important;text-shadow:none!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:10px 20px!important;font-size:14px!important;font-weight:500!important;transition:all .2s!important;display:inline-flex!important}.driver-popover-prev-btn{color:var(--primary)!important;background:#2dd4bf1a!important}.driver-popover-prev-btn:hover{background:#2dd4bf33!important}html[data-theme=dark] .driver-popover-prev-btn{color:var(--primary)!important;background:#14b8a626!important}html[data-theme=dark] .driver-popover-prev-btn:hover{background:#14b8a640!important}.driver-popover-next-btn{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%)!important;color:#fff!important;box-shadow:0 2px 8px #2dd4bf4d!important}.driver-popover-next-btn:hover{box-shadow:0 4px 12px #2dd4bf66!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 #14b8a666!important}html[data-theme=dark] .driver-popover-next-btn:hover{box-shadow:0 4px 12px #14b8a680!important}.driver-popover-close-btn{margin-top:1px;border-radius:6px!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;padding:0!important;transition:all .2s!important;display:flex!important}.driver-popover-close-btn:hover{transform:scale(1.1)!important}.driver-popover-close-btn svg{stroke-width:2.5px!important;width:30px!important;height:30px!important}html[data-theme=dark] .driver-popover-close-btn{background:#ef444426!important}html[data-theme=dark] .driver-popover-close-btn:hover{background:#ef444440!important}html[dir=rtl] .driver-popover-close-btn{left:12px!important;right:auto!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{flex-direction:row!important;justify-content:flex-start!important}body.driver-lock-scroll,body.driver-lock-scroll main,body.driver-lock-scroll .conversations-container,body.driver-lock-scroll .sidebar-body{touch-action:none;overflow:hidden!important}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light);background:#ffffff0d}.gradient-text{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem}@media screen and (max-width:768px){input,textarea,select{padding:.75rem;font-size:16px}button{min-height:44px;padding:.75rem 1rem}@media screen and (max-width:768px){button{min-height:initial}}table{font-size:.9rem}.card,.section{margin-bottom:1rem;padding:1rem}}@media screen and (max-width:480px){input,textarea,select{padding:.6rem;font-size:14px}button{padding:.6rem .8rem;font-size:.9rem}.flex-row-mobile{flex-direction:column!important}.gap-mobile{gap:.5rem!important}}
.sidebar{background:rgba(var(--light-rgb),.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--border-light);width:280px;padding:2rem;transition:all .3s;position:relative}.sidebar.closed{width:80px;padding:2rem .8rem}.sidebar.closed .sidebar-header h2,.sidebar.closed .nav-item span:not(.nav-tooltip):not(.notification-badge){display:none}.sidebar.closed .sidebar-header{justify-content:center}.sidebar.closed .nav-tooltip{background:var(--primary);color:#fff;white-space:nowrap;pointer-events:none;z-index:10;opacity:0;letter-spacing:.3px;text-transform:uppercase;border:none;border-radius:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;position:absolute;transform:translate(50px);box-shadow:0 4px 8px #0000008c}[dir=rtl] .sidebar.closed .nav-tooltip{left:auto;right:70px}.sidebar.closed .nav-tooltip.tooltip-visible{opacity:1;transform:translate(70px)}[dir=rtl] .sidebar.closed .nav-tooltip.tooltip-visible{transform:translate(-10px)}.sidebar.closed .sidebar-body{height:calc(100% - 5vh)}.sidebar.hovered:not(.open) .sidebar-header h2{opacity:0}.sidebar .sidebar-body{flex-direction:column;justify-content:space-between;height:calc(100% - 7vh);display:flex}.sidebar .sidebar-body .main-nav,.sidebar .sidebar-body .utility-nav{flex-direction:column;gap:.15rem;display:flex}.sidebar .sidebar-body .sidebar-spacer{flex-grow:1;min-height:1rem}.sidebar .sidebar-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.sidebar .sidebar-header h2{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;transition:opacity .2s}.sidebar .sidebar-header .toggle-btn{color:var(--dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .3s;display:flex}.sidebar .sidebar-header .toggle-btn svg{transition:transform .3s}[dir=rtl] .sidebar .sidebar-header .toggle-btn svg{transform:scaleX(-1)}.sidebar.closed .sidebar .sidebar-header .toggle-btn svg{transform:rotate(180deg)}[dir=rtl] .sidebar.closed .sidebar .sidebar-header .toggle-btn svg{transform:scaleX(-1)rotate(180deg)}.sidebar .sidebar-header .toggle-btn:disabled{cursor:default;opacity:.6}.sidebar .nav-item{color:var(--dark);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.sidebar .nav-item:hover{background:rgba(var(--light-rgb),.1)}.sidebar .nav-item.active{background:linear-gradient(45deg,rgba(var(--primary-rgb),.1),rgba(var(--secondary-rgb),.1));border:1px solid rgba(var(--primary-rgb),.2)}.sidebar .nav-item .notification-badge{z-index:20;visibility:visible!important;display:flex!important}.sidebar .nav-item.theme-toggle{cursor:pointer;background:0 0;border:none}.sidebar .nav-item.theme-toggle svg{color:inherit}.sidebar.closed .nav-item:hover svg{opacity:.8;scale:1.2}.sidebar .sidebar-footer{flex-direction:column;gap:.15rem;margin-top:1rem;display:flex}.sidebar .sidebar-footer .language-switcher{width:100%}.sidebar .sidebar-footer .language-switcher__current{background:rgba(var(--light-rgb),.05);border-color:var(--border-light);width:100%;color:var(--foreground)}.sidebar .sidebar-footer .language-switcher__options{width:100%}.sidebar.closed .sidebar-footer .language-switcher{display:none}.sidebar.closed .sidebar-footer .user-profile-button{justify-content:center;padding:.5rem}.sidebar.closed .sidebar-footer .user-profile-button .user-info{display:none}.sidebar.closed .sidebar-footer .profile-dropdown{left:70px}.sidebar.closed.hovered .language-switcher,.sidebar.closed.hovered .project-selector-container{display:block}.sidebar.closed .project-selector-container{display:none}@media screen and (max-width:768px){.sidebar{display:none}}.sidebar.tutorial-active .nav-item,.sidebar.tutorial-active .user-profile-button,.sidebar.tutorial-active .toggle-btn{pointer-events:none!important;cursor:default!important}.sidebar.tutorial-active .driver-active-element{z-index:100002!important}.sidebar.tutorial-active .nav-item.driver-active-element,.sidebar.tutorial-active .user-profile-button.driver-active-element{pointer-events:none!important;cursor:default!important}[data-theme=light] .sidebar{background:rgba(var(--light-rgb),.9);border-right:1px solid rgba(var(--dark-rgb),.1);box-shadow:0 4px 12px rgba(var(--dark-rgb),.05)}[data-theme=light] .sidebar .sidebar-header .toggle-btn{color:var(--foreground)}[data-theme=light] .sidebar .sidebar-header h2{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}[data-theme=light] .sidebar .nav-item{color:var(--foreground)}[data-theme=light] .sidebar .nav-item:hover{background:rgba(var(--primary-rgb),.05);border-color:rgba(var(--primary),.2)}[data-theme=light] .sidebar .nav-item.active:hover{background:rgba(var(--primary-rgb),.05);border-color:rgba(var(--primary-rgb),.2)}[data-theme=light] .sidebar .nav-tooltip{box-shadow:0 4px 15px #0000001a}[data-theme=dark] .sidebar{background:rgba(var(--light-rgb),.03);border-right:1px solid var(--border-light);box-shadow:0 4px 12px rgba(var(--dark-rgb),.2)}[data-theme=dark] .sidebar .nav-item{color:var(--foreground);border:1px solid #0000}[data-theme=dark] .sidebar .nav-item:hover{background:rgba(var(--light-rgb),.05);border-color:var(--border-light)}[data-theme=dark] .sidebar .nav-item.active{background:linear-gradient(45deg,rgba(var(--primary-rgb),.15),rgba(var(--secondary-rgb),.15));border:1px solid rgba(var(--primary-rgb),.3)}[data-theme=dark] .sidebar .nav-tooltip{border-color:var(--border-dark);background:#888888bf;box-shadow:0 4px 15px #0000004d}[data-theme=dark] .sidebar .project-selector-container{border-color:var(--border-dark)}[data-theme=dark] .sidebar .project-selector-container .project-dropdown{background-color:var(--background-dark);border-color:var(--border-dark)}[data-theme=dark] .profile-dropdown{border-color:var(--border-dark);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .profile-dropdown .dropdown-item:not(:last-child){border-color:var(--border-dark)}[data-theme=dark] .profile-dropdown .dropdown-project-selector select{background:var(--background-dark);border-color:var(--border-dark)}[data-theme=dark] .profile-dropdown .dropdown-project-selector select:hover{border-color:var(--primary)}[data-theme=dark] .profile-dropdown .dropdown-divider{background:var(--border-light)}.user-profile-container{width:100%;margin-bottom:1rem;position:relative}.user-profile-button{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;transition:all .3s;display:flex}.user-profile-button:hover{background:rgba(var(--primary-rgb),.1)}.user-profile-button .user-avatar{object-fit:cover;border:2px solid rgba(var(--primary-rgb),.3);border-radius:50%;width:36px;height:36px}.user-profile-button .user-avatar-placeholder{background:linear-gradient(45deg,rgba(var(--primary-rgb),.5),rgba(var(--secondary-rgb),.5));color:#fff;border:2px solid rgba(var(--primary-rgb),.3);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:600;display:flex}.user-profile-button .user-info{flex-direction:column;flex:1;align-items:flex-start;display:flex;overflow:hidden}.user-profile-button .user-info .user-name{white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.9rem;font-weight:500;overflow:hidden}.user-profile-button .user-info .user-role{color:var(--foreground-subtle);font-size:.75rem}.profile-dropdown{background-color:var(--light);border:1px solid var(--border-light);z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;width:280px;position:absolute;bottom:calc(100% + 10px);right:-4rem;overflow:visible;box-shadow:0 4px 20px #00000026}.profile-dropdown .close-button{width:24px;height:24px;color:var(--foreground-subtle);cursor:pointer;z-index:1002;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;position:absolute;top:12px;right:12px;display:flex!important}[dir=rtl] .profile-dropdown .close-button{left:20px;right:auto}.profile-dropdown .close-button:hover{background:rgba(var(--foreground-rgb),.1);color:var(--foreground)}.profile-dropdown .close-button svg{width:16px;height:16px}.profile-dropdown .current-user{border-bottom:1px solid var(--border-light);align-items:center;gap:.75rem;padding:1rem;display:flex}.profile-dropdown .current-user .user-avatar-large{border-radius:50%;width:48px;height:48px;overflow:hidden}.profile-dropdown .current-user .user-avatar-large img{object-fit:cover;width:100%;height:100%}.profile-dropdown .current-user .user-avatar-large .avatar-placeholder-large{background:linear-gradient(45deg,rgba(var(--primary-rgb),.5),rgba(var(--secondary-rgb),.5));color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;font-weight:500;display:flex}.profile-dropdown .current-user .user-info-large{flex-direction:column;display:flex}.profile-dropdown .current-user .user-info-large .name{color:var(--foreground);font-weight:600}.profile-dropdown .current-user .user-info-large .email{color:var(--foreground-subtle);font-size:.8rem}.profile-dropdown .current-user .user-info-large .role{color:var(--primary);margin-top:.25rem;font-size:.75rem;font-weight:500}.profile-dropdown .projects-list{max-height:300px;padding:.5rem;overflow-y:auto}.profile-dropdown .projects-list .project-switch-btn,.profile-dropdown .projects-list .add-project-btn{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:5px;padding:.75rem;text-decoration:none;transition:all .2s;display:flex}.profile-dropdown .projects-list .project-switch-btn:hover,.profile-dropdown .projects-list .add-project-btn:hover{background:rgba(var(--primary-rgb),.08)}.profile-dropdown .projects-list .project-switch-btn.active,.profile-dropdown .projects-list .add-project-btn.active{background:rgba(var(--primary-rgb),.12)}.profile-dropdown .projects-list .project-switch-btn .project-icon,.profile-dropdown .projects-list .add-project-btn .project-icon{background:linear-gradient(45deg,rgba(var(--primary-rgb),.2),rgba(var(--secondary-rgb),.2));width:36px;height:36px;color:var(--primary);border-radius:8px;justify-content:center;align-items:center;font-weight:600;display:flex}.profile-dropdown .projects-list .project-switch-btn .project-icon.add,.profile-dropdown .projects-list .add-project-btn .project-icon.add{background:rgba(var(--foreground-rgb),.08);color:var(--foreground)}.profile-dropdown .projects-list .project-switch-btn .project-info,.profile-dropdown .projects-list .add-project-btn .project-info{flex:1}.profile-dropdown .projects-list .project-switch-btn .project-info .name,.profile-dropdown .projects-list .add-project-btn .project-info .name{font-weight:500;display:block}.profile-dropdown .projects-list .project-switch-btn .project-info .type,.profile-dropdown .projects-list .add-project-btn .project-info .type{color:var(--foreground-subtle);font-size:.75rem;display:block}.profile-dropdown .projects-list .project-switch-btn .active-indicator,.profile-dropdown .projects-list .add-project-btn .active-indicator{color:var(--primary);font-size:1.1rem}.profile-dropdown .dropdown-divider{background:var(--border-dark);height:1px;margin:0}.profile-dropdown .dropdown-item{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.profile-dropdown .dropdown-item:hover{background:rgba(var(--error-rgb),.08)}.profile-dropdown .dropdown-item.create-project-btn{color:var(--primary)}.profile-dropdown .dropdown-item.create-project-btn:hover{background:rgba(var(--primary-rgb),.08)}.profile-dropdown .dropdown-item.create-project-btn svg{color:var(--primary)}.profile-dropdown .dropdown-item svg{width:16px;height:16px;color:var(--error)}.profile-dropdown .dropdown-item span{color:var(--error)}.profile-dropdown .dropdown-item-with-submenu{position:relative}.profile-dropdown .dropdown-item-with-submenu .dropdown-item.projects-item{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;position:relative}.profile-dropdown .dropdown-item-with-submenu .dropdown-item.projects-item:hover{background:rgba(var(--primary-rgb),.08)}.profile-dropdown .dropdown-item-with-submenu .dropdown-item.projects-item svg:first-child{width:16px;height:16px;color:var(--foreground)}.profile-dropdown .dropdown-item-with-submenu .dropdown-item.projects-item .chevron-icon{color:var(--foreground-subtle);margin-left:auto;transition:transform .2s}.profile-dropdown .dropdown-item-with-submenu .dropdown-item.projects-item .chevron-icon.open{transform:rotate(90deg)}.profile-dropdown .dropdown-item-with-submenu .dropdown-item.projects-item span{color:var(--foreground);flex:1}.profile-dropdown .dropdown-item-with-submenu .dropdown-item.projects-item .notification-dot{background-color:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;position:absolute;top:8px;right:28px}.profile-dropdown .dropdown-item-with-submenu .projects-submenu{background-color:var(--light);border:1px solid var(--border-light);z-index:10000;border-radius:12px;width:260px;margin-left:8px;padding:.5rem;animation:.2s ease-out slideInRight;position:absolute;top:-50%;left:100%;box-shadow:0 4px 20px #00000026}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:4px;padding:.75rem;transition:all .2s;display:flex}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item:hover{background:rgba(var(--primary-rgb),.08)}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item.active{background:rgba(var(--primary-rgb),.12)}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item.add-project-item{color:var(--primary);justify-content:center;margin-top:4px}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item.add-project-item svg{color:var(--primary)}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item.add-project-item:hover{background:rgba(var(--primary-rgb),.15)}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item .project-icon{background:linear-gradient(45deg,rgba(var(--primary-rgb),.2),rgba(var(--secondary-rgb),.2));width:36px;height:36px;color:var(--primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item .project-info{flex:1;min-width:0}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item .project-info .name{white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;display:block;overflow:hidden}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item .project-info .type{color:var(--foreground-subtle);font-size:.75rem;display:block}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item .active-indicator{color:var(--primary);flex-shrink:0;font-size:1.1rem}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-divider{background:var(--border-light);height:1px;margin:.5rem 0}.profile-dropdown .dropdown-item-with-submenu .projects-submenu .no-projects-message{text-align:center;color:var(--foreground-subtle);padding:1rem;font-size:.875rem}@keyframes slideInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}[data-theme=dark] .profile-dropdown .dropdown-item:hover{background:rgba(var(--error-rgb),.12)}[data-theme=dark] .profile-dropdown .projects-submenu{background-color:var(--light);border-color:var(--border-dark);box-shadow:0 4px 20px #0000004d}[dir=rtl] .profile-dropdown{left:-4rem;right:auto}[dir=rtl] .profile-dropdown .dropdown-item-with-submenu .projects-submenu{margin-left:0;margin-right:8px;animation:.2s ease-out slideInLeft;left:auto;right:100%}[dir=rtl] .profile-dropdown .dropdown-item-with-submenu .projects-submenu .submenu-project-item .project-info{text-align:right!important}[dir=rtl] .profile-dropdown .dropdown-item-with-submenu .chevron-icon{margin-left:0;margin-right:auto;transform:rotate(180deg)}@keyframes slideInLeft{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}[dir=rtl] .profile-dropdown .project-switch-btn,[dir=rtl] .profile-dropdown .add-project-btn,[dir=rtl] .profile-dropdown .dropdown-item{text-align:right}.sidebar.closed .profile-dropdown{right:70px}.project-selector-container{border-bottom:1px solid var(--border-light);margin-bottom:.5rem;padding:.5rem 1rem}.project-selector-container .project-selector{width:100%}.project-selector-container .project-selector .project-label{color:var(--foreground-subtle);margin-bottom:.3rem;font-size:.8rem;display:block}.project-selector-container .project-selector .project-dropdown{background-color:var(--background);border:1px solid var(--border-light);width:100%;color:var(--foreground);cursor:pointer;border-radius:6px;padding:.5rem;font-size:.8rem}.project-selector-container .project-selector .project-dropdown:focus{border-color:var(--primary);outline:none}
