@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--bg-dark:#030014;--card-bg:#ffffff08;--border-glow:#7c3aed26;--primary:#7c3aed;--primary-glow:#7c3aed59;--secondary:#4f46e5;--accent-emerald:#10b981;--accent-amber:#f59e0b;--text-main:#f8fafc;--text-muted:#94a3b8;--transition-speed:.3s}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-main);background-image:radial-gradient(at 10% 20%,#6366f11f 0,#0000 60%),radial-gradient(at 90% 80%,#7c3aed1f 0,#0000 60%);background-attachment:fixed;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,.outfit-font{font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1250px;margin:0 auto;padding:0 1.5rem}.nav{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1000;background:#030014b3;border-bottom:1px solid #ffffff14;align-items:center;width:100%;height:70px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 30px #0000004d}.nav.scrolled{background:#030014d9;border-color:#7c3aed40;height:60px;box-shadow:0 12px 35px -12px #7c3aed26,0 0 15px #7c3aed0d}.nav-container{z-index:5;justify-content:space-between;align-items:center;width:100%;max-width:1250px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.nav-logo{align-items:center;gap:.65rem;text-decoration:none;display:flex}.nav-logo-img{object-fit:cover;border:1.5px solid var(--primary);border-radius:50%;width:32px;height:32px;transition:transform .3s;box-shadow:0 0 12px #8b5cf680}.nav-logo:hover .nav-logo-img{transform:rotate(15deg)scale(1.08)}.nav-logo-text{background:linear-gradient(135deg,#fff,#7c3aed,#4f46e5) 0 0/200%;-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:800;animation:5s linear infinite shineText}@keyframes shineText{to{background-position:200%}}.nav-links{align-items:center;gap:.5rem;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:var(--text-muted);z-index:2;border-radius:20px;padding:.5rem .85rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .3s,background-color .3s;display:inline-block;position:relative}.nav-links a:before{content:"";opacity:0;z-index:-1;background:#7c3aed05;border:1px solid #7c3aed0d;border-radius:20px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),opacity .3s;position:absolute;inset:0;transform:scale(.85)}.nav-links a:hover:before{opacity:1;background:#7c3aed0d;border-color:#7c3aed2e;transform:scale(1);box-shadow:0 4px 12px #7c3aed0f}.nav-links a:hover{color:#fff}.mobile-only-action{display:none!important}.nav-actions{align-items:center;gap:1.25rem;display:flex}.login-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600;transition:color .3s}.login-btn:hover{color:#fff}.logout-btn{color:#fca5a5;cursor:pointer;white-space:nowrap;background:#ef444414;border:1px solid #ef444433;border-radius:50px;padding:.45rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .3s}.logout-btn:hover{color:#fff;background:#ef444429;border-color:#ef444459}.user-profile-badge{color:#34d399;background:#34d39914;border:1px solid #34d39933;border-radius:50px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.88rem;font-weight:600;display:inline-flex}.online-dot{background-color:#34d399;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #34d399}.get-started-btn{background:linear-gradient(135deg, var(--primary), var(--secondary));border:1px solid #ffffff1a;border-radius:50px;padding:.55rem 1.4rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #7c3aed40;color:#fff!important}.get-started-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed73}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:16px;padding:0;display:none}.menu-toggle .bar{background-color:#fff;border-radius:10px;width:100%;height:2px;transition:all .3s}.menu-toggle.active .bar:first-child{background-color:var(--primary);transform:translateY(7px)rotate(45deg)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){background-color:var(--primary);transform:translateY(-7px)rotate(-45deg)}@media (max-width:992px){.nav-links{-webkit-backdrop-filter:blur(25px);opacity:0;pointer-events:none;z-index:999;background:#030014f2;border-top:1px solid #ffffff14;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.75rem;width:100%;height:calc(100vh - 70px);padding:3rem 1.5rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:fixed;top:70px;left:0;transform:translateY(-10px)}.nav-links.active{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links li{text-align:center;width:100%}.nav-links a{color:#fff;border-radius:12px;padding:.6rem 0;font-size:1.15rem;display:block}.nav-links a:before{display:none}.mobile-only-action{width:100%;margin-top:.5rem;display:block}.login-btn-mobile{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;width:100%;padding:.75rem;font-size:1rem;font-weight:600}.user-badge-mobile{color:#34d399;text-align:center;padding:.75rem;font-size:1rem;font-weight:600;display:block}.get-started-btn-mobile{background:linear-gradient(135deg, var(--primary), var(--secondary));text-align:center;border:1px solid #ffffff1a;border-radius:50px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;display:block;color:#fff!important}.nav-actions{display:none}.menu-toggle{display:flex}}.modal-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#03001499;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s forwards modalFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{border-radius:24px;width:calc(100% - 2rem);max-width:440px;position:relative;background:#0a0b19b3!important;border:1px solid #ffffff14!important;padding:3rem 2.5rem!important;box-shadow:0 30px 60px #0009!important}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:2rem;transition:color .3s;position:absolute;top:.5rem;right:1.25rem}.modal-close:hover{color:#fff}.modal-title{color:#fff;text-align:center;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.modal-desc{color:var(--text-muted);text-align:center;margin-bottom:2rem;font-size:.9rem}.modal-form{flex-direction:column;gap:1.25rem;display:flex}.modal-input-group{flex-direction:column;gap:.5rem;display:flex}.modal-input-group label{color:#fff;font-size:.8rem;font-weight:600}.modal-input-group input{color:#fff;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.9rem;transition:border-color .3s}.modal-input-group input:focus{border-color:var(--primary)}.modal-submit-btn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.85rem;font-size:.92rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #7c3aed4d}.modal-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed73}.modal-divider{text-align:center;color:#ffffff26;align-items:center;margin:1.5rem 0;font-size:.8rem;display:flex}.modal-divider:before,.modal-divider:after{content:"";border-bottom:1px solid #ffffff14;flex:1}.modal-divider span{padding:0 .75rem}.oauth-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.oauth-btn{color:#fff;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.88rem;font-weight:600;transition:background .3s,border-color .3s;display:flex}.oauth-btn:hover{background:#ffffff0f;border-color:#ffffff26}.success-check{width:50px;height:50px;color:var(--accent-emerald);background:#10b9811a;border:1px solid #10b98140;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #8b5cf64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf673}.btn-secondary{color:var(--text-main);transition:background var(--transition-speed), border var(--transition-speed);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.glass-card{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#0a0b1966;border:1px solid #ffffff14;border-radius:24px;padding:2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 15px 35px -5px #0006,inset 0 1px 1px #ffffff0d,0 0 0 1px #ffffff05}.glass-card:before{content:"";z-index:1;background:linear-gradient(90deg,#fff0 0%,#ffffff26 50%,#fff0 100%);height:1px;position:absolute;top:0;left:0;right:0}.glass-card:hover{background:#0a0b19a6;border-color:#7c3aed59;transform:translateY(-2px);box-shadow:0 20px 40px -5px #00000080,0 0 25px #7c3aed26,inset 0 1px 1px #ffffff1a}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{color:var(--text-main);background:linear-gradient(135deg,#fff 30%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.8rem;font-size:2.5rem;font-weight:800}.section-header p{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1rem}.footer{text-align:center;color:var(--text-muted);z-index:5;border-top:1px solid #ffffff0d;margin-top:4rem;padding:2.5rem 0;font-size:.9rem;position:relative}.footer-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-logo{align-items:center;gap:.6rem;display:flex}.footer-logo img{border:1.5px solid var(--primary);object-fit:cover;border-radius:50%;width:28px;height:28px;box-shadow:0 0 8px #8b5cf64d}.footer-logo span{background:linear-gradient(135deg,#fff,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s forwards fadeIn}@keyframes pulse-glow{0%{box-shadow:0 0 15px #8b5cf64d}to{box-shadow:0 0 30px #8b5cf699}}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.loader{border:4px solid #0000000d;border-left-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.liquid-blob{filter:blur(120px);opacity:.22;pointer-events:none;z-index:-1;will-change:transform;border-radius:50%;width:600px;height:600px;position:fixed}.blob-1{background:radial-gradient(circle, var(--primary) 0%, transparent 70%);animation:25s ease-in-out infinite alternate floatBlob1;top:-10%;left:-10%}.blob-2{background:radial-gradient(circle, var(--secondary) 0%, transparent 70%);animation:30s ease-in-out infinite alternate floatBlob2;bottom:-15%;right:-10%}.blob-3{background:radial-gradient(circle, var(--accent-emerald) 0%, transparent 70%);width:450px;height:450px;animation:28s ease-in-out infinite alternate floatBlob3;top:35%;left:45%}@keyframes floatBlob1{0%{transform:translate(0)scale(1)}50%{transform:translate(10vw,15vh)scale(1.15)}to{transform:translate(-5vw,25vh)scale(.9)}}@keyframes floatBlob2{0%{transform:translate(0)scale(1.1)}50%{transform:translate(-15vw,-15vh)scale(.85)}to{transform:translate(8vw,10vh)scale(1.05)}}@keyframes floatBlob3{0%{transform:translate(0)scale(.9)}50%{transform:translate(-10vw,15vh)scale(1.25)}to{transform:translate(12vw,-12vh)scale(.95)}}@keyframes liquidGlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}[data-theme=light]{--bg-dark:#f8fafc;--card-bg:#ffffffbf;--border-glow:#6366f11f;--primary:#4f46e5;--primary-glow:#6366f133;--secondary:#7c3aed;--text-main:#0f172a;--text-muted:#475569}[data-theme=light] body{color:#0f172a!important;background-color:#f8fafc!important;background-image:radial-gradient(at 10% 20%,#6366f10a 0,#0000 60%),radial-gradient(at 90% 80%,#7c3aed0a 0,#0000 60%)!important}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background:0 0!important;background-clip:unset!important;-webkit-background-clip:unset!important}[data-theme=light] p,[data-theme=light] li,[data-theme=light] label,[data-theme=light] select,[data-theme=light] strong,[data-theme=light] blockquote{color:#334155!important}[data-theme=light] span{color:inherit}[data-theme=light] span:not([class*=badge]):not([class*=dot]):not([class*=Icon]):not([class*=icon]):not([class*=avatar]):not([class*=Arrow]):not([class*=Tag]):not([class*=tag]){color:#475569}[data-theme=light] .glass-card,[data-theme=light] [class*=Card],[data-theme=light] [class*=card],[data-theme=light] [class*=Panel],[data-theme=light] [class*=panel],[data-theme=light] [class*=Tab]:not([class*=TabBtn]):not([class*=tabBtn]),[data-theme=light] [class*=tab]:not([class*=TabBtn]):not([class*=tabBtn]),[data-theme=light] [class*=Table],[data-theme=light] [class*=table],[data-theme=light] [class*=Widget],[data-theme=light] [class*=widget]{color:#0f172a!important;background:#ffffffbf!important;border:1px solid #6366f126!important;box-shadow:0 15px 35px -5px #6366f114!important}[data-theme=light] input,[data-theme=light] textarea,[data-theme=light] select{color:#0f172a!important;background:#fffffff2!important;border:1px solid #6366f140!important}[data-theme=light] input:focus,[data-theme=light] textarea:focus,[data-theme=light] select:focus{border-color:#4f46e5!important;box-shadow:0 0 0 2px #4f46e526!important}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{color:#94a3b8!important}[data-theme=light] .nav{background:#f8fafccc!important;border-bottom:1px solid #6366f11a!important;box-shadow:0 4px 30px #6366f10d!important}[data-theme=light] .nav.scrolled{background:#f8fafceb!important;border-color:#6366f133!important}[data-theme=light] .nav-links a{color:#475569!important}[data-theme=light] .nav-links a:hover{color:#0f172a!important;background:#6366f10f!important}[data-theme=light] .nav-logo-text{background:linear-gradient(135deg,#0f172a,#4f46e5,#7c3aed) 0 0/200%!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}@media (max-width:992px){[data-theme=light] .nav-links{background:#f8fafcfa!important;border-top:1px solid #6366f11a!important}[data-theme=light] .nav-links a{color:#0f172a!important}}[data-theme=light] .modal-content,[data-theme=light] [class*=Modal]{color:#0f172a!important;background:#fffffffa!important;border:1px solid #6366f133!important;box-shadow:0 30px 60px #6366f126!important}[data-theme=light] .modal-title,[data-theme=light] .modal-input-group label{color:#0f172a!important}[data-theme=light] .modal-input-group input{color:#0f172a!important;background:#00000005!important;border-color:#0000001a!important}[data-theme=light] .get-started-btn{box-shadow:0 4px 15px #4f46e533!important}[data-theme=light] .get-started-btn:hover{box-shadow:0 6px 20px #4f46e559!important}[data-theme=light] .theme-toggle-btn{color:#0f172a!important;background:#00000008!important;border:1px solid #00000014!important}[data-theme=light] .theme-toggle-btn:hover{color:#4f46e5!important;background:#4f46e514!important;border-color:#4f46e540!important}[data-theme=light] .logout-btn{color:#ef4444!important;background:#ef44440d!important;border-color:#ef44442e!important}[data-theme=light] .logout-btn:hover{color:#dc2626!important;background:#ef44441a!important;border-color:#ef44444d!important}[data-theme=light] .nav-links a:hover,[data-theme=light] .login-btn:hover{color:#0f172a!important}[data-theme=light] th{color:#0f172a!important;background:#6366f10d!important}[data-theme=light] td{color:#334155!important;border-bottom-color:#6366f114!important}
.NotificationCenter-module__AhT9RW__notificationCenterWrapper{font-family:Outfit,sans-serif;display:inline-block;position:relative}.NotificationCenter-module__AhT9RW__bellBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s,color .2s;display:flex;position:relative}.NotificationCenter-module__AhT9RW__bellBtn:hover{color:#c084fc;background:#ffffff0d}.NotificationCenter-module__AhT9RW__bellIcon{width:22px;height:22px}.NotificationCenter-module__AhT9RW__badge{color:#fff;background:#ef4444;border:1.5px solid #030014;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:2px;right:2px}.NotificationCenter-module__AhT9RW__dropdown{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:1000;background:#0a0b19f2;border:1px solid #ffffff14;border-radius:20px;width:360px;animation:.25s ease-out NotificationCenter-module__AhT9RW__slideDown;position:absolute;top:45px;right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}@keyframes NotificationCenter-module__AhT9RW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationCenter-module__AhT9RW__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.NotificationCenter-module__AhT9RW__headerTitle{color:#fff;margin:0;font-size:1rem;font-weight:700}.NotificationCenter-module__AhT9RW__markAllBtn{color:#c084fc;cursor:pointer;background:0 0;border:none;font-size:.78rem;font-weight:700;transition:color .2s}.NotificationCenter-module__AhT9RW__markAllBtn:hover{color:#a78bfa}.NotificationCenter-module__AhT9RW__list{max-height:280px;padding:.5rem 0;overflow-y:auto}.NotificationCenter-module__AhT9RW__list::-webkit-scrollbar{width:4px}.NotificationCenter-module__AhT9RW__list::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:2px}.NotificationCenter-module__AhT9RW__item{border-bottom:1px solid #ffffff05;gap:.85rem;padding:1rem 1.5rem;transition:background .2s;display:flex;position:relative}.NotificationCenter-module__AhT9RW__item:hover{background:#ffffff05}.NotificationCenter-module__AhT9RW__unreadItem{background:#7c3aed08}.NotificationCenter-module__AhT9RW__unreadItem:before{content:"";background:#c084fc;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.NotificationCenter-module__AhT9RW__iconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.NotificationCenter-module__AhT9RW__iconAdmissions{color:#60a5fa;background:#3b82f61a}.NotificationCenter-module__AhT9RW__iconPayments{color:#34d399;background:#34d3991a}.NotificationCenter-module__AhT9RW__iconLeads{color:#fbbf24;background:#f59e0b1a}.NotificationCenter-module__AhT9RW__iconSystem{color:#c084fc;background:#a78bfa1a}.NotificationCenter-module__AhT9RW__itemContent{flex-grow:1}.NotificationCenter-module__AhT9RW__itemTitle{color:#fff;margin-bottom:.2rem;font-size:.88rem;font-weight:700}.NotificationCenter-module__AhT9RW__itemMessage{color:var(--text-muted);margin-bottom:.4rem;font-size:.8rem;line-height:1.4}.NotificationCenter-module__AhT9RW__itemMeta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.72rem;display:flex}.NotificationCenter-module__AhT9RW__channelBadge{text-transform:uppercase;background:#ffffff0d;border-radius:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:700}.NotificationCenter-module__AhT9RW__itemActions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.NotificationCenter-module__AhT9RW__deleteBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem;transition:all .2s}.NotificationCenter-module__AhT9RW__deleteBtn:hover{color:#ef4444;background:#ef44440f}.NotificationCenter-module__AhT9RW__noNotifs{text-align:center;color:var(--text-muted);padding:2.5rem 1.5rem;font-size:.88rem}.NotificationCenter-module__AhT9RW__footer{background:#ffffff03;border-top:1px solid #ffffff0d;flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}.NotificationCenter-module__AhT9RW__filterRow{gap:.5rem;display:flex}.NotificationCenter-module__AhT9RW__filterBtn{color:var(--text-muted);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;flex:1;padding:.35rem;font-size:.75rem;font-weight:600;transition:all .2s}.NotificationCenter-module__AhT9RW__filterBtn:hover{color:#fff;background:#ffffff0f}.NotificationCenter-module__AhT9RW__filterBtnActive{color:#c084fc!important;background:#7c3aed1a!important;border-color:#7c3aed33!important}.NotificationCenter-module__AhT9RW__simulationBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;width:100%;padding:.5rem;font-size:.8rem;font-weight:700;transition:transform .2s;display:flex}.NotificationCenter-module__AhT9RW__simulationBtn:hover{transform:translateY(-1px)}@media (max-width:480px){.NotificationCenter-module__AhT9RW__dropdown{width:auto;position:fixed;top:70px;left:15px;right:15px}}
.ai-assistant-module__hjMNIq__assistantWrapper{z-index:9999;font-family:Outfit,sans-serif;position:fixed;bottom:25px;right:25px}.ai-assistant-module__hjMNIq__floatingBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #7c3aed66}.ai-assistant-module__hjMNIq__floatingBtn:hover{transform:scale(1.05);box-shadow:0 6px 25px #7c3aed80}.ai-assistant-module__hjMNIq__floatingBtnActive{background:#0f0c1ef2;border:1px solid #7c3aed4d;box-shadow:0 0 20px #7c3aed33}.ai-assistant-module__hjMNIq__chatDrawer{transform-origin:100% 100%;border-radius:20px;flex-direction:column;width:380px;height:520px;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:75px;right:0;overflow:hidden}.ai-assistant-module__hjMNIq__chatHeader{background:#7c3aed1a;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.ai-assistant-module__hjMNIq__headerTitleRow{align-items:center;gap:.65rem;display:flex}.ai-assistant-module__hjMNIq__onlineIndicator{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #10b981}.ai-assistant-module__hjMNIq__headerText h4{color:#fff;margin:0;font-size:.92rem;font-weight:700}.ai-assistant-module__hjMNIq__headerText span{color:var(--text-muted);font-size:.72rem}.ai-assistant-module__hjMNIq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.25rem;display:flex}.ai-assistant-module__hjMNIq__closeBtn:hover{color:#fff;background:#ffffff0d}.ai-assistant-module__hjMNIq__messageFeed{background:#0a0b19d9;flex-direction:column;flex-grow:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.ai-assistant-module__hjMNIq__bubbleRow{width:100%;display:flex}.ai-assistant-module__hjMNIq__rowUser{justify-content:flex-end}.ai-assistant-module__hjMNIq__rowAgent{justify-content:flex-start}.ai-assistant-module__hjMNIq__messageBubble{border-radius:14px;max-width:80%;padding:.75rem 1rem;font-size:.85rem;line-height:1.45}.ai-assistant-module__hjMNIq__userBubble{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-bottom-right-radius:2px}.ai-assistant-module__hjMNIq__agentBubble{color:#fff;background:#ffffff08;border:1px solid #ffffff0f;border-bottom-left-radius:2px}.ai-assistant-module__hjMNIq__bubbleMeta{color:var(--text-muted);text-align:right;margin-top:.35rem;font-size:.68rem;display:block}.ai-assistant-module__hjMNIq__suggestionsContainer{background:#0a0b19d9;border-top:1px solid #ffffff08;flex-direction:column;gap:.4rem;padding:.75rem 1.25rem;display:flex}.ai-assistant-module__hjMNIq__suggestionsTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.ai-assistant-module__hjMNIq__suggestionsWrapper{gap:.4rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.ai-assistant-module__hjMNIq__suggestionsWrapper::-webkit-scrollbar{height:3px}.ai-assistant-module__hjMNIq__suggestionsWrapper::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.ai-assistant-module__hjMNIq__suggestionChip{color:#a5b4fc;cursor:pointer;white-space:nowrap;background:#ffffff05;border:1px solid #ffffff0f;border-radius:30px;padding:.3rem .65rem;font-size:.75rem;transition:all .2s}.ai-assistant-module__hjMNIq__suggestionChip:hover{color:#fff;background:#7c3aed14;border-color:#7c3aed33}.ai-assistant-module__hjMNIq__attachmentBanner{color:#34d399;background:#10b98114;border-top:1px solid #10b98126;justify-content:space-between;align-items:center;padding:.5rem 1.25rem;font-size:.75rem;display:flex}.ai-assistant-module__hjMNIq__removeAttachmentBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:.1rem;display:flex}.ai-assistant-module__hjMNIq__chatInputForm{background:#0a0b19f2;border-top:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex}.ai-assistant-module__hjMNIq__inputControls{gap:.25rem;display:flex}.ai-assistant-module__hjMNIq__controlBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem;transition:all .2s;display:flex}.ai-assistant-module__hjMNIq__controlBtn:hover{color:#fff;background:#ffffff0a}.ai-assistant-module__hjMNIq__micActive{background:#ef444414;animation:1.5s ease-in-out infinite ai-assistant-module__hjMNIq__micPulseKey;color:#ef4444!important}@keyframes ai-assistant-module__hjMNIq__micPulseKey{0%{transform:scale(1);box-shadow:0 0 #ef444466}70%{transform:scale(1.05);box-shadow:0 0 0 6px #ef444400}to{transform:scale(1);box-shadow:0 0 #ef444400}}.ai-assistant-module__hjMNIq__textInput{color:#fff;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;outline:none;flex-grow:1;padding:.5rem .85rem;font-size:.85rem}.ai-assistant-module__hjMNIq__textInput:focus{border-color:var(--primary)}.ai-assistant-module__hjMNIq__sendBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex}.ai-assistant-module__hjMNIq__sendBtn:hover{transform:scale(1.05)}.ai-assistant-module__hjMNIq__typingIndicator{align-items:center;gap:.25rem;padding:.35rem .5rem;display:flex}.ai-assistant-module__hjMNIq__dot{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both ai-assistant-module__hjMNIq__bounceDot}.ai-assistant-module__hjMNIq__dot:first-child{animation-delay:-.32s}.ai-assistant-module__hjMNIq__dot:nth-child(2){animation-delay:-.16s}@keyframes ai-assistant-module__hjMNIq__bounceDot{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:480px){.ai-assistant-module__hjMNIq__chatDrawer{width:calc(100vw - 40px);height:480px;bottom:75px;right:-10px}}
