@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#333;width:100vw;min-height:100vh}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}.font-heading{font-family:Poppins,Inter,sans-serif;font-weight:600}.font-body{font-family:Inter,sans-serif;font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}h1,h2,h3,h4,h5,h6{font-family:Poppins,Inter,sans-serif;font-weight:600;line-height:1.2;margin:0}h1{font-size:36px;font-weight:700}h2{font-size:28px;font-weight:600}h3{font-size:24px;font-weight:600}h4{font-size:20px;font-weight:500}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 24px}.gradient-primary{background:linear-gradient(135deg,#5b4fcf,#4f7fff)}.gradient-success{background:linear-gradient(135deg,#4caf50,#8bc34a)}.gradient-sidebar{background:linear-gradient(180deg,#5b4fcf,#4f7fff)}.badge-bronze{background:linear-gradient(135deg,#cd7f32,#b87333)}.badge-silver{background:linear-gradient(135deg,silver,#e5e5e5)}.badge-gold{background:linear-gradient(135deg,gold,orange)}.quest-card{background:#fff;border-radius:24px;box-shadow:0 8px 24px #5b4fcf1f;transition:all .3s ease;overflow:hidden}.quest-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #5b4fcf2e}.btn-green{background:linear-gradient(135deg,#4caf50,#8bc34a);color:#fff;border:none;border-radius:24px;padding:12px 32px;font-size:16px;font-weight:600;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-green:hover{transform:translateY(-2px);box-shadow:0 8px 16px #4caf504d}.btn-green:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,#5b4fcf,#4f7fff);color:#fff;border:none;border-radius:24px;padding:12px 32px;font-size:16px;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #5b4fcf4d}.progress-bar{height:8px;background:#e0e0e0;border-radius:12px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;background:linear-gradient(135deg,#5b4fcf,#4f7fff);border-radius:12px;transition:width .5s ease}.sidebar{width:280px;min-height:100vh;background:linear-gradient(180deg,#5b4fcf,#4f7fff);padding:24px;color:#fff}.sidebar-logo{display:flex;align-items:center;gap:12px;margin-bottom:48px;font-size:24px;font-weight:700}.sidebar-menu{display:flex;flex-direction:column;gap:8px}.sidebar-menu-item{display:flex;align-items:center;gap:16px;padding:12px 16px;border-radius:12px;color:#ffffffe6;transition:all .3s ease;cursor:pointer;font-size:16px}.sidebar-menu-item:hover{background:#ffffff1a;color:#fff}.sidebar-menu-item.active{background:#fff3;color:#fff}.leaderboard-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#5b4fcf,#4f7fff);border-radius:16px;color:#fff;margin-bottom:8px}.leaderboard-rank{font-size:18px;font-weight:700;min-width:48px}.leaderboard-user{display:flex;align-items:center;gap:12px;flex:1;min-width:0;overflow:hidden}.leaderboard-user span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.leaderboard-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.leaderboard-points{font-size:16px;font-weight:600}.achievement-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;position:relative;cursor:pointer;transition:all .3s ease}.achievement-badge:hover{transform:scale(1.1)}.loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid rgba(91,79,207,.2);border-radius:50%;border-top-color:#5b4fcf;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .5s ease}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.custom-carousel-dots{margin-top:32px!important}.custom-carousel-dots li{margin:0 8px!important}.custom-carousel-dots li button{width:12px!important;height:12px!important;border-radius:50%!important;background:#d1d5db!important;border:none!important;transition:all .3s ease!important}.custom-carousel-dots li.slick-active button{background:linear-gradient(135deg,#5b4fcf,#4f7fff)!important;width:16px!important;height:16px!important}.custom-carousel-dots li button:hover{background:linear-gradient(135deg,#5b4fcf,#4f7fff)!important;transform:scale(1.2)!important}@keyframes sparkle{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.ant-carousel .slick-prev,.ant-carousel .slick-next{z-index:2;width:40px;height:40px;color:#000;display:flex!important;align-items:center!important;justify-content:center!important;top:50%!important;transform:translateY(-50%)!important}.ant-carousel .slick-prev{left:-20px}.ant-carousel .slick-next{right:-40px}.ant-carousel .slick-prev:before,.ant-carousel .slick-next:before{color:#fff!important;font-size:16px!important;line-height:1!important}@media(max-width:768px){h1{font-size:28px}h2{font-size:22px}h3{font-size:18px}h4{font-size:16px}}@media(max-width:480px){h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}h4{font-size:14px}}.mobile-text-center{text-align:left}.mobile-show{display:none}.desktop-hide{display:block}.responsive-padding{padding:32px}.responsive-margin{margin:32px 0}.responsive-gap{gap:24px}@media(max-width:768px){.mobile-text-center{text-align:center}.mobile-hide{display:none!important}.mobile-show{display:block!important}.desktop-hide{display:none!important}.mobile-full-width{width:100%!important}.mobile-stack{flex-direction:column!important}.responsive-padding{padding:16px}.responsive-margin{margin:16px 0}.responsive-gap{gap:16px}}@media(max-width:480px){.responsive-padding{padding:12px}.responsive-margin{margin:12px 0}.responsive-gap{gap:12px}}.flex-responsive{display:flex;gap:24px}@media(max-width:768px){.flex-responsive{flex-direction:column;gap:16px}}@media(max-width:768px){.quest-card{border-radius:16px}.quest-card .ant-card-head-title{font-size:16px}.quest-card .ant-card-body{padding:16px}}@media(max-width:768px){.btn-green,.btn-primary{padding:10px 24px;font-size:14px}}@media(max-width:768px){.leaderboard-user span{max-width:120px;font-size:14px}.leaderboard-rank{font-size:16px;min-width:40px}.leaderboard-points{font-size:14px}}@media(max-width:768px){.sidebar{width:80px;padding:16px}.sidebar-logo{justify-content:center}.sidebar-logo span,.sidebar-menu-item span{display:none}.container{padding:0 16px}.ant-carousel .slick-prev,.ant-carousel .slick-next{display:none!important}}.welcome-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e8ebf0);position:fixed;top:0;left:0;overflow:hidden;z-index:1000}.welcome-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;padding:40px;position:relative;z-index:10}.logo-section{position:absolute;top:40px;left:40px}.logo-container{display:flex;align-items:center;gap:12px}.logo-text{font-size:24px;font-weight:700;color:#5b4fcf}.main-content{flex:1;max-width:500px}.hero-title{font-size:72px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.1}.hero-subtitle{font-size:20px;color:#6b7280;margin-bottom:40px;line-height:1.6}.join-btn{height:56px!important;padding:0 48px!important;font-size:18px!important;font-weight:600!important;border-radius:28px!important;background:linear-gradient(135deg,#4caf50,#8bc34a)!important;border:none!important;color:#fff!important;box-shadow:0 8px 24px #4caf5040!important;transition:all .3s ease!important}.join-btn:hover{transform:translateY(-3px)!important;box-shadow:0 12px 32px #4caf5059!important}.illustration-container{flex:1;display:flex;justify-content:center;align-items:center;max-width:500px}.nature-illustration{width:100%;height:auto;max-width:500px}.particles-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.particle{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:968px){.welcome-content{flex-direction:column;text-align:center;padding:20px}.logo-section{position:relative;top:auto;left:auto;margin-bottom:40px}.hero-title{font-size:56px}.hero-subtitle{font-size:18px}.illustration-container{margin-top:40px;max-width:400px}}@media(max-width:768px){.welcome-content{padding:16px}.hero-title{font-size:48px;margin-bottom:16px}.hero-subtitle{font-size:16px;margin-bottom:32px}.hero-subtitle br{display:none}.join-btn{height:48px!important;padding:0 32px!important;font-size:16px!important}.illustration-container{margin-top:32px;max-width:350px}.logo-text{font-size:20px}}@media(max-width:640px){.hero-title{font-size:42px}.hero-subtitle{font-size:16px}.join-btn{width:100%}.illustration-container{max-width:300px}}@media(max-width:480px){.welcome-content{padding:12px}.logo-section{margin-bottom:24px}.hero-title{font-size:36px;margin-bottom:12px}.hero-subtitle{font-size:14px;margin-bottom:24px}.join-btn{height:44px!important;font-size:15px!important}.illustration-container{margin-top:24px;max-width:250px}.logo-text{font-size:18px}}.journey-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;overflow:hidden;z-index:1000}.journey-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#5b4fcf,#4f7fff);z-index:1}.journey-particles{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 1px,transparent 1px),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 1px,transparent 1px),radial-gradient(circle at 40% 20%,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px,80px 80px,60px 60px;animation:particleFloat 20s linear infinite}@keyframes particleFloat{0%{background-position:0 0,0 0,0 0}to{background-position:50px 50px,80px 80px,60px 60px}}.journey-content{position:relative;z-index:10;width:100%;max-width:500px;padding:40px 20px;display:flex;flex-direction:column;align-items:center}.journey-logo{text-align:center;margin-bottom:40px}.logo-circle{width:80px;height:80px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 32px #0000001a}.logo-text{font-size:40px}.journey-logo .ant-typography{color:#fff!important;margin-top:16px;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.2)}.step-container{width:100%}.journey-card{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 16px 48px #0003;border:1px solid rgba(255,255,255,.3);padding:32px}.journey-card .ant-card-body{padding:0}.card-header{text-align:center;margin-bottom:32px}.step-icon{font-size:48px;color:#5b4fcf;margin-bottom:16px;display:block}.card-header .ant-typography{margin-bottom:8px}.card-header .ant-typography-secondary{font-size:14px;display:block}.step-form{width:100%}.code-input-container{padding:16px;background:linear-gradient(135deg,#5b4fcf0d,#4f7fff0d);border-radius:16px}.code-input{border-radius:12px;border:2px solid #5B4FCF;transition:all .3s ease}.code-input:focus,.code-input:hover{border-color:#4f7fff;box-shadow:0 4px 16px #5b4fcf33}.name-input{border-radius:12px;padding:12px 16px;font-size:16px}.error-alert{border-radius:12px}.submit-button{height:48px;border-radius:24px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#4caf50,#8bc34a);border:none;box-shadow:0 4px 16px #4caf504d;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066;background:linear-gradient(135deg,#45a049,#7fb342)}.submit-button:active{transform:translateY(0)}.back-button{color:#5b4fcf;font-weight:500;width:100%;text-align:center}.back-button:hover{color:#4f7fff}.journey-footer{margin-top:40px;text-align:center}.journey-footer .ant-typography{color:#ffffffb3!important;font-size:14px}@media(max-width:768px){.journey-content{max-width:100%;padding:32px 20px}.journey-logo{margin-bottom:32px}.logo-circle{width:64px;height:64px}.logo-text{font-size:32px}.journey-logo h2{font-size:22px!important;margin-top:12px!important}.journey-card{padding:24px;border-radius:20px}.card-header{margin-bottom:24px}.step-icon{font-size:40px;margin-bottom:12px}.card-header h3{font-size:20px!important}.card-header .ant-typography-secondary{font-size:13px}.code-input-container{padding:12px}.code-input{font-size:20px!important;letter-spacing:6px!important}.name-input{font-size:15px}.submit-button{height:44px;font-size:15px}.journey-footer{margin-top:32px}.journey-footer .ant-typography{font-size:13px!important}}@media(max-width:480px){.journey-content{padding:24px 16px}.journey-logo{margin-bottom:24px}.logo-circle{width:56px;height:56px}.logo-text{font-size:28px}.journey-logo h2{font-size:18px!important;margin-top:8px!important}.journey-card{padding:20px;border-radius:16px}.card-header{margin-bottom:20px}.step-icon{font-size:36px;margin-bottom:10px}.card-header h3{font-size:18px!important}.card-header .ant-typography-secondary{font-size:12px}.code-input{font-size:18px!important;letter-spacing:4px!important;padding:10px!important}.name-input{font-size:14px;padding:10px 14px}.submit-button{height:42px;font-size:14px}.journey-footer{margin-top:24px}.journey-footer .ant-typography{font-size:12px!important}}@media(max-width:768px)and (max-height:600px){.journey-content{padding:20px 16px}.journey-logo{margin-bottom:20px}.logo-circle{width:48px;height:48px}.logo-text{font-size:24px}.journey-logo h2{font-size:16px!important;margin-top:8px!important}.journey-card{padding:16px}.card-header{margin-bottom:16px}.step-icon{font-size:32px;margin-bottom:8px}.journey-footer{margin-top:16px}}.profile-header{display:flex;gap:24px;align-items:center;margin-bottom:24px}.profile-avatar{width:120px;height:120px;flex-shrink:0}.profile-info-container{flex:1;min-width:0}.profile-name{margin:0 0 8px;font-size:32px;font-weight:600;color:#1a1a1a}.profile-location{display:flex;align-items:center;gap:8px;margin-bottom:16px}.profile-stats-badge{display:inline-flex;background:linear-gradient(135deg,#5b4fcf,#4f7fff);border-radius:20px;padding:12px 20px;color:#fff}.profile-stats-content{display:flex;gap:24px;font-size:16px;font-weight:600}.profile-stat-item{text-align:center}.profile-stat-label{font-size:12px;opacity:.9}@media(max-width:768px){.profile-header{gap:16px;flex-wrap:wrap;justify-content:center;text-align:center}.profile-avatar{width:100px;height:100px}.profile-info-container{width:100%}.profile-name{font-size:24px}.profile-location{justify-content:center;font-size:14px}.profile-stats-badge{padding:10px 16px;width:100%;justify-content:center}.profile-stats-content{gap:16px;font-size:14px;flex-wrap:wrap;justify-content:center}.profile-stat-item{min-width:60px}.progress-section h2,.achievements-section h2{font-size:20px}.achievement-card-content{gap:12px}.achievement-icon-container{width:48px!important;height:48px!important;font-size:20px!important}.achievement-title{font-size:16px!important}.achievement-description{font-size:13px!important}}@media(max-width:480px){.profile-header{gap:12px}.profile-avatar{width:80px;height:80px}.profile-name{font-size:20px}.profile-location{font-size:13px}.profile-stats-badge{padding:8px 12px}.profile-stats-content{gap:12px;font-size:13px}.profile-stat-label{font-size:11px}.quest-card .ant-card-body{padding:12px!important}.ant-btn{font-size:13px;padding:6px 12px}}.top-performer-card-wrapper{padding:0 12px}.top-performer-card{height:380px;text-align:center;margin:0 auto;max-width:280px}.top-performer-content{padding:12px 24px;display:flex;flex-direction:column;align-items:center;height:100%;position:relative}.top-performer-icon-bg{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justifyContent:center;fontSize:20px}.top-performer-avatar-container{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px;margin-bottom:20px;box-shadow:0 12px 32px #0003;position:relative;overflow:hidden}.top-performer-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a;line-height:1.3}.top-performer-metric-badge{background:linear-gradient(135deg,#5b4fcf,#4f7fff);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #5b4fcf4d;margin-top:auto}.leaderboard-table .ant-table{font-size:14px}.leaderboard-user-cell{display:flex;align-items:center;gap:12px}.leaderboard-user-info{min-width:0;flex:1}.leaderboard-user-name{font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-user-department{font-size:12px;color:#6b7280}@media(max-width:768px){.top-performer-card{height:350px;max-width:100%}.top-performer-content{padding:12px 16px}.top-performer-avatar-container{width:80px;height:80px;font-size:32px;margin-bottom:16px}.top-performer-icon-bg{width:36px;height:36px;font-size:18px;top:16px;right:16px}.top-performer-title{font-size:16px;margin-bottom:12px}.top-performer-metric-badge{padding:6px 12px;font-size:13px}.leaderboard-table .ant-table{font-size:13px}.leaderboard-user-cell{gap:8px}.leaderboard-user-name{font-size:14px}.leaderboard-user-department{font-size:11px}.ant-table-cell .leaderboard-user-department{display:none}.ant-tabs-nav{margin-bottom:16px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-tabs-tab .anticon{font-size:14px!important}}@media(max-width:480px){.top-performer-card{height:320px}.top-performer-content{padding:8px 12px}.top-performer-avatar-container{width:64px;height:64px;font-size:28px;margin-bottom:12px}.top-performer-icon-bg{width:32px;height:32px;font-size:16px;top:12px;right:12px}.top-performer-title{font-size:14px;margin-bottom:10px}.top-performer-metric-badge{padding:5px 10px;font-size:12px}.leaderboard-table .ant-table{font-size:12px}.ant-table-thead>tr>th{padding:8px 4px!important}.ant-table-tbody>tr>td{padding:8px 4px!important}.leaderboard-user-name{font-size:13px}.ant-table-cell:first-child{width:50px!important}.ant-tabs-tab{padding:6px 8px!important;font-size:12px!important}.ant-tabs-tab .anticon{margin-right:4px!important}.ant-tabs-tab span{display:flex;align-items:center;gap:4px}}.app-footer{background:#f8f9fa;border-top:1px solid #e8e8e8;padding:48px 24px 24px;transition:margin-left .2s ease;width:100%}.footer-content{max-width:1200px;margin:0 auto}.footer-heading{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#4a4a4a;text-decoration:none;transition:color .3s ease;font-size:15px}.footer-links a:hover{color:#4caf50;text-decoration:underline}.footer-contact{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:8px;color:#4a4a4a;font-size:15px}.contact-icon{color:#4caf50;font-size:16px}.contact-item a{color:#4caf50;text-decoration:none;transition:opacity .3s ease}.contact-item a:hover{opacity:.8;text-decoration:underline}@media(max-width:768px){.app-footer{padding:32px 16px 16px}.footer-heading{font-size:16px}.footer-links a,.contact-item{font-size:14px}}.dashboard-wrapper{min-height:100vh;display:flex;flex-direction:column}.dashboard-layout{flex:1;display:flex}.dashboard-sidebar{background:linear-gradient(180deg,#5b4fcf,#4f7fff)!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;box-shadow:4px 0 12px #5b4fcf26;z-index:100}.dashboard-sidebar .ant-layout-sider-trigger{background:#ffffff1a!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important;position:absolute!important;top:16px!important;right:16px!important;left:auto!important;width:32px!important;height:32px!important;line-height:32px!important;text-align:center!important;border-radius:8px!important;transition:all .3s ease!important;z-index:10!important}.dashboard-sidebar .ant-layout-sider-trigger:hover{background:#fff3!important}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:32px 24px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:32px}.sidebar-logo .logo-text{color:#fff;font-size:24px;font-weight:700;white-space:nowrap}.sidebar-menu{background:transparent!important;border:none!important;padding:0 16px}.sidebar-menu .ant-menu-item{color:#ffffffe6!important;border-radius:12px!important;margin-bottom:8px!important;padding:12px 16px!important;height:auto!important;line-height:1.4!important;transition:all .3s ease!important;display:flex!important;align-items:center!important;gap:12px!important}.sidebar-menu .ant-menu-item:hover{background:#ffffff1a!important;color:#fff!important}.sidebar-menu .ant-menu-item-selected{background:#fff3!important;color:#fff!important}.sidebar-menu .ant-menu-item-selected:after{display:none!important}.sidebar-menu .anticon{font-size:20px!important;min-width:20px!important}.sidebar-user{position:absolute;bottom:16px;left:16px;right:16px}.user-profile{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#ffffff1a}.user-profile:hover{background:#ffffff26}.user-info{flex:1;color:#fff;overflow:hidden}.user-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:12px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-content-layout{background:#f5f7fa;margin-left:280px;transition:margin-left .2s ease;display:flex;flex-direction:column;flex:1}.dashboard-content{padding:0;flex:1}.content-wrapper{padding:32px;max-width:1400px;margin:0 auto;width:100%}.mobile-header{position:fixed;top:0;left:0;right:0;height:64px;background:linear-gradient(90deg,#5b4fcf,#4f7fff);display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:999;box-shadow:0 2px 8px #0000001a}.mobile-menu-toggle{background:none;border:none;color:#fff;font-size:20px;padding:8px;border-radius:8px;cursor:pointer;transition:background .3s ease}.mobile-menu-toggle:hover{background:#ffffff1a}.mobile-logo{display:flex;align-items:center;gap:8px;color:#fff;font-size:18px;font-weight:700}.mobile-user{display:flex;align-items:center}.mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:999}.mobile-sidebar{box-shadow:4px 0 20px #0000004d!important;position:fixed!important;z-index:1000!important}.mobile-sidebar+.dashboard-content-layout{margin-left:0!important}.mobile-sidebar .sidebar-user{bottom:16px}@media(max-width:768px){.dashboard-layout{overflow-x:hidden}.dashboard-content-layout{margin-left:0!important;padding-top:64px}.content-wrapper{padding:16px}.sidebar-logo{padding:24px 16px}.sidebar-menu{padding:0 8px}.sidebar-user{left:8px;right:8px;bottom:16px}.mobile-sidebar .ant-layout-sider-trigger{display:none!important}}@media(min-width:769px){.mobile-header{display:none!important}}.dashboard-sidebar.ant-layout-sider-collapsed+.dashboard-content-layout{margin-left:80px}.dashboard-sidebar.ant-layout-sider-collapsed .sidebar-logo{justify-content:center;padding:24px 8px}.dashboard-sidebar.ant-layout-sider-collapsed .sidebar-logo .logo-text{display:none}.dashboard-sidebar.ant-layout-sider-collapsed .sidebar-menu{padding:0 8px}.dashboard-sidebar.ant-layout-sider-collapsed .sidebar-menu .ant-menu-item{justify-content:center;padding:12px 8px!important}.dashboard-sidebar.ant-layout-sider-collapsed .sidebar-menu .ant-menu-item .ant-menu-title-content{display:none}.dashboard-sidebar.ant-layout-sider-collapsed .user-profile{justify-content:center;padding:8px}.dashboard-sidebar.ant-layout-sider-collapsed .user-info{display:none}.dashboard-sidebar::-webkit-scrollbar{width:4px}.dashboard-sidebar::-webkit-scrollbar-track{background:#ffffff1a}.dashboard-sidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.dashboard-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff80}
