@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--primary:#5d3fd3;--primary-hover:#4b32a8;--bg-color:#fff;--bg-secondary:#f8f9fc;--text-main:#1e293b;--text-secondary:#64748b;--border-color:#e2e8f0;--font-primary:"Satoshi", sans-serif;--font-secondary:"Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font-family:inherit}.global-section{width:100%;padding:100px 5%}.global-container{width:100%;max-width:1200px;margin:0 auto}.navbar{z-index:1000;background:#fff0;width:100%;padding:20px 5%;font-family:Satoshi,sans-serif;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0000000d;padding:15px 5%;box-shadow:0 4px 30px #00000008}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.navbar-logo{cursor:pointer;z-index:1001;align-items:center;gap:10px;display:flex}.logo-icon{background:#6c5ce7;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative;overflow:hidden}.logo-icon:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:10px;left:10px}.logo-text{color:#1a1a1a;letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.logo-highlight{color:#6c5ce7}.navbar-links{align-items:center;gap:35px;display:flex}.nav-link{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:5px 0;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s;position:relative}.nav-link:after{content:"";background:#6c5ce7;border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:#1a1a1a}.nav-link:hover:after{width:100%}.navbar-actions{align-items:center;gap:15px;display:flex}.nav-btn-login{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:10px 20px;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s}.nav-btn-login:hover{color:#6c5ce7}.nav-btn-request{color:#fff;cursor:pointer;background:#6c5ce7;border:none;border-radius:30px;padding:12px 28px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #6c5ce733}.nav-btn-request:hover{background:#5a4bcf;transform:translateY(-2px);box-shadow:0 6px 20px #6c5ce74d}.mobile-menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:10px;display:none}.hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.hamburger span{background:#1a1a1a;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-menu{background:#fff;border-top:1px solid #0000000d;width:100%;padding:20px 5%;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000000d}.mobile-nav-links{flex-direction:column;gap:15px;display:flex}.mobile-nav-link{text-align:left;color:#1a1a1a;background:0 0;border:none;border-bottom:1px solid #0000000d;padding:10px 0;font-family:inherit;font-size:1.1rem;font-weight:600}.mobile-nav-actions{margin-top:20px}.w-full{width:100%}.mb-3{margin-bottom:12px}@media (width<=1024px){.desktop-only{display:none!important}.mobile-menu-toggle{display:block}}.hero-section{background-color:#fff;align-items:center;min-height:90vh;padding:120px 0 160px;font-family:Satoshi,sans-serif;display:flex;position:relative;overflow:hidden}.hero-bg-grid{z-index:0;background-image:linear-gradient(#6c5ce708 1px,#0000 1px),linear-gradient(90deg,#6c5ce708 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.hero-glow-orb{pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed1f 0%,#0000 65%);width:900px;height:900px;position:absolute;top:40%;right:-100px;transform:translateY(-50%)}.hero-container{z-index:2;grid-template-columns:1fr 1.3fr;align-items:center;gap:60px;width:100%;max-width:1300px;margin:0 auto;padding:0 4%;display:grid;position:relative}.hero-left{max-width:540px}.hero-eyebrow{align-items:center;gap:12px;margin-bottom:24px;display:inline-flex}.he-avatars{display:flex}.he-avatars img{border:2px solid #fff;border-radius:50%;width:28px;height:28px;margin-left:-10px}.he-avatars img:first-child{margin-left:0}.he-text{color:#5a67d8;align-items:center;gap:8px;font-size:.85rem;font-weight:700;display:flex}.he-stars{color:#f59e0b;letter-spacing:1px}.hero-title{color:#0f172a;letter-spacing:-1.5px;margin-bottom:24px;font-size:3rem;font-weight:800;line-height:1.1}.hero-highlight{color:#5a67d8}.hero-desc{color:#64748b;max-width:480px;margin-bottom:40px;font-size:1.05rem;font-weight:500;line-height:1.6}.hero-actions{align-items:center;gap:24px;margin-bottom:50px;display:flex}.btn-primary-pill{color:#fff;cursor:pointer;background:#5a67d8;border:none;border-radius:40px;align-items:center;gap:12px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #5a67d866}.btn-primary-pill:hover{transform:translateY(-2px);box-shadow:0 15px 30px #5a67d880}.btn-primary-pill svg{width:16px;height:16px}.btn-play-video{color:#5a67d8;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.play-icon-wrap{color:#5a67d8;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 15px #5a67d826}.play-icon-wrap svg{width:20px;height:20px;margin-left:2px}.btn-play-video:hover .play-icon-wrap{transform:scale(1.05)}.hero-features{background:#fff;border:1px solid #f1f5f9;border-radius:24px;align-items:center;gap:24px;padding:16px 24px;display:inline-flex;box-shadow:0 10px 30px #00000008}.hf-item{flex-shrink:0;align-items:center;gap:12px;display:flex}.hf-item svg{flex-shrink:0;width:32px;height:32px}.hf-text{white-space:nowrap;flex-direction:column;display:flex}.hf-text strong{color:#0f172a;font-size:.85rem;font-weight:700}.hf-text span{color:#64748b;font-size:.75rem}.hf-divider{background:#e2e8f0;width:1px;height:30px}.hero-right{position:relative}.perfect-dash-mockup{background:#fff;border:1px solid #f8fafc;border-radius:20px;width:100%;height:500px;display:flex;position:relative;box-shadow:0 30px 60px #5a67d826}.pd-sidebar{background:#4c1d95;border-radius:20px 0 0 20px;flex-direction:column;align-items:center;gap:30px;width:70px;padding:24px 0;display:flex}.pd-logo{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;display:flex}.pd-logo-inner{background:#4c1d95;border-radius:6px;width:16px;height:16px}.pd-nav{flex-direction:column;flex:1;gap:20px;display:flex}.pd-icon{color:#a78bfa;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.pd-icon svg{stroke-width:2.5px;width:18px;height:18px}.pd-icon.active{color:#fff;background:#fff3}.pd-content{background:#fff;border-radius:0 20px 20px 0;flex-direction:column;flex:1;gap:24px;padding:24px;display:flex}.pd-header{justify-content:space-between;align-items:center;display:flex}.pd-title{color:#0f172a;font-size:1.1rem;font-weight:800}.pd-user{align-items:center;gap:12px;display:flex}.pd-user img{border-radius:50%;width:36px;height:36px}.pd-user-info{flex-direction:column;display:flex}.pd-user-info strong{color:#0f172a;font-size:.8rem}.pd-user-info span{color:#94a3b8;font-size:.65rem}.pd-user svg{width:14px;height:14px;margin-left:4px}.pd-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.pd-stat{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:16px;box-shadow:0 4px 10px #00000003}.pd-stat-label{color:#64748b;margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.pd-stat-val{flex-direction:column;gap:6px;display:flex}.pd-stat-val strong{color:#0f172a;font-size:1.6rem;line-height:1}.pd-badge.up{color:#10b981;font-size:.7rem;font-weight:700}.pd-middle-grid{grid-template-columns:2fr 1fr;gap:20px;display:grid}.pd-chart-box,.pd-activity-box{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:20px;box-shadow:0 4px 10px #00000003}.pd-box-title{color:#0f172a;margin-bottom:20px;font-size:.85rem;font-weight:700}.pd-chart-area{width:100%;height:150px;position:relative}.pd-chart-area svg{width:100%;height:100%;overflow:visible}.pd-chart-tip{color:#fff;background:#1e293b;border-radius:6px;flex-direction:column;align-items:center;padding:6px 10px;font-size:.7rem;font-weight:600;display:flex;position:absolute;transform:translate(-50%);box-shadow:0 4px 10px #0003}.pd-chart-tip:after{content:"";background:#1e293b;width:8px;height:8px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)rotate(45deg)}.pd-act-list{flex-direction:column;gap:16px;display:flex}.pd-act-item{align-items:center;gap:12px;display:flex}.pd-act-icon{border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pd-act-icon svg{stroke-width:2.5px;width:14px;height:14px}.pd-act-icon.blue{color:#3b82f6;background:#3b82f61a}.pd-act-icon.purple{color:#8b5cf6;background:#8b5cf61a}.pd-act-icon.orange{color:#f59e0b;background:#f59e0b1a}.pd-act-text{flex-direction:column;flex:1;display:flex}.pd-act-text strong{color:#0f172a;font-size:.75rem}.pd-act-time{color:#94a3b8;text-align:right;min-width:45px;font-size:.65rem}.pd-float-card{z-index:10;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:16px;position:absolute;box-shadow:0 20px 40px #0000000f}.pd-float-title{color:#0f172a;margin-bottom:12px;font-size:.8rem;font-weight:700}.pd-notice-card{width:220px;bottom:-40px;left:30px}.pd-notice-item{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pd-notice-text{flex-direction:column;display:flex}.pd-notice-text strong{color:#0f172a;font-size:.75rem}.pd-notice-text span{color:#94a3b8;font-size:.65rem}.pd-notice-icon{border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.pd-notice-icon svg{width:14px;height:14px}.pd-notice-icon.green{color:#10b981;background:#10b9811a}.pd-notice-icon.orange{color:#f59e0b;background:#f59e0b1a}.pd-view-all{color:#5a67d8;margin-top:8px;font-size:.75rem;font-weight:600;text-decoration:none;display:block}.pd-3d-avatar{border-radius:50%;width:60px;height:60px;position:absolute;bottom:-20px;left:-20px;box-shadow:0 10px 20px #0000001a}.pd-calendar-card{width:220px;bottom:-60px;left:270px}.pd-cal-header{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.8rem;font-weight:700;display:flex}.pd-cal-arrows{color:#94a3b8;gap:8px;font-size:.7rem;font-weight:900;display:flex}.pd-cal-grid{text-align:center;color:#0f172a;grid-template-columns:repeat(7,1fr);gap:6px 2px;font-size:.7rem;font-weight:500;display:grid}.cal-day{color:#94a3b8;margin-bottom:4px;font-weight:600}.cal-active{color:#fff;background:#5a67d8;border-radius:6px;padding:2px 0;box-shadow:0 4px 10px #5a67d84d}.pd-events-card{width:230px;bottom:-30px;right:-20px}.pd-event-item{align-items:center;gap:10px;margin-bottom:12px;display:flex}.pd-event-icon{border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pd-event-icon svg{stroke-width:2px;width:14px;height:14px}.pd-event-icon.blue{color:#3b82f6;background:#3b82f61a}.pd-event-icon.green{color:#10b981;background:#10b9811a}.pd-event-icon.orange{color:#f59e0b;background:#f59e0b1a}.pd-event-text{flex-direction:column;flex:1;display:flex}.pd-event-text strong{color:#0f172a;font-size:.75rem}.pd-event-text span{color:#94a3b8;font-size:.65rem}.pd-e-tag{border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;font-size:.5rem;font-weight:700;display:flex}.pd-e-tag.blue{color:#3b82f6;background:#3b82f61a}.pd-e-tag.red{color:#ef4444;background:#ef44441a}.pd-e-tag.orange{color:#f59e0b;background:#f59e0b1a}@media (width<=1100px){.hero-container{grid-template-columns:1fr;gap:120px}.hero-left{text-align:center;margin:0 auto}.he-avatars,.hero-actions{justify-content:center}.hero-desc{margin:0 auto 40px}.pd-notice-card{left:10px}.pd-calendar-card{left:240px}.pd-events-card{right:10px}}@media (width<=768px){.hero-title{font-size:2.8rem}.pd-middle-grid{grid-template-columns:1fr}.pd-stats-grid{grid-template-columns:1fr 1fr}.pd-float-card{width:100%;margin-bottom:10px;position:static}.perfect-dash-mockup{flex-direction:column;height:auto;margin-bottom:40px}.pd-sidebar{border-radius:20px 20px 0 0;flex-direction:row;width:100%;padding:10px 20px}.pd-nav{flex-direction:row;justify-content:space-around}}.features-section{background-color:#fff;padding:80px 5%;font-family:Satoshi,sans-serif}.features-container{max-width:1200px;margin:0 auto}.features-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.features-header-content{max-width:700px}.features-pill{letter-spacing:1px;color:#6c5ce7;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:24px;font-size:.8rem;font-weight:700;display:inline-flex}.pill-dot{background-color:#6c5ce7;border-radius:50%;width:6px;height:6px;position:relative}.pill-dot:before{content:"";border:1px solid #6c5ce74d;border-radius:50%;position:absolute;inset:-5px}.features-title{color:#1a1a1a;letter-spacing:-1.5px;margin:0;font-size:3.5rem;font-weight:700;line-height:1.1}.compare-btn{color:#1a1a1a;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #eaeaea;border-radius:30px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s}.compare-btn:hover{color:#6c5ce7;border-color:#6c5ce7}.features-tabs{gap:12px;margin-bottom:40px;padding-bottom:10px;display:flex;overflow-x:auto}.features-tabs::-webkit-scrollbar{display:none}.tab-btn{color:#444;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #eaeaea;border-radius:30px;padding:10px 24px;font-size:.95rem;font-weight:500;transition:all .3s}.tab-btn:hover{border-color:silver}.tab-btn.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.features-grid-wrapper{border:1px solid #eaeaea;border-radius:20px;overflow:hidden}.features-grid{background:#eaeaea;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.feature-card{z-index:1;cursor:pointer;background:#fff;padding:40px 32px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative}.feature-card:hover{z-index:2;background:#fff;border-radius:12px;transform:translateY(-6px)scale(1.02);box-shadow:0 15px 35px #6c5ce71a}.feature-icon-wrapper{color:#6c5ce7;background-color:#f0edff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:24px;transition:all .3s;display:flex}.feature-card:hover .feature-icon-wrapper{color:#fff;background-color:#6c5ce7;transform:scale(1.1)rotate(5deg)}.feature-card-title{color:#1a1a1a;margin-bottom:12px;font-size:1.15rem;font-weight:700}.feature-card-desc{color:#666;margin:0;font-size:.95rem;line-height:1.6}@media (width<=1024px){.features-title{font-size:2.8rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.features-section{padding:60px 5%}.features-header{flex-direction:column;align-items:flex-start;gap:24px}.features-title{font-size:2.2rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:30px 24px}}.aud-section{background:#f7f8fc;padding:100px 5%;font-family:Satoshi,sans-serif;overflow:hidden}.aud-container{max-width:1200px;margin:0 auto}.aud-header{text-align:center;margin-bottom:52px}.aud-pill{color:#6c5ce7;letter-spacing:1px;text-transform:uppercase;background:#6c5ce714;border:1px solid #6c5ce72e;border-radius:40px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 18px;font-size:.8rem;font-weight:700;display:inline-flex}.aud-pill-dot{background:#6c5ce7;border-radius:50%;width:7px;height:7px;animation:2.2s ease-in-out infinite aud-pulse}@keyframes aud-pulse{0%,to{box-shadow:0 0 #6c5ce780}50%{box-shadow:0 0 0 6px #6c5ce700}}.aud-title{color:#111827;letter-spacing:-1.2px;margin:0 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.aud-title-accent{background:linear-gradient(135deg,#6c5ce7,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.aud-subtitle{color:#64748b;max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.aud-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;display:flex}.aud-tab{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;align-items:center;gap:8px;padding:10px 22px;font-family:Satoshi,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.aud-tab:hover{color:#6c5ce7;border-color:#c4b5fd}.aud-tab--active{background:var(--tab-light,#6c5ce714);border-color:var(--tab-color,#6c5ce7);color:var(--tab-color,#6c5ce7);box-shadow:0 4px 16px #6c5ce71f}.aud-tab-emoji{font-size:1.1rem}.aud-tab-label{letter-spacing:.2px}.aud-panel{background:#fff;border:1px solid #eef0f6;border-radius:28px;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:52px 48px;display:grid;overflow:hidden;box-shadow:0 8px 40px #0000000d}.aud-panel-left{flex-direction:column;gap:0;display:flex}.aud-audience-badge{letter-spacing:.3px;border-radius:30px;align-items:center;gap:6px;width:fit-content;margin-bottom:20px;padding:5px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.aud-panel-headline{color:#111827;letter-spacing:-.5px;margin:0 0 14px;font-size:1.55rem;font-weight:800;line-height:1.3}.aud-panel-sub{color:#64748b;margin:0 0 28px;font-size:.95rem;line-height:1.7}.aud-features{flex-direction:column;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:flex}.aud-feature-item{color:#374151;align-items:center;gap:12px;font-size:.9rem;font-weight:500;display:flex}.aud-feature-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex}.aud-stat-badge{background:#fff;border:1.5px solid;border-radius:16px;align-items:center;gap:14px;width:fit-content;padding:14px 20px;display:inline-flex}.aud-stat-value{letter-spacing:-1px;font-size:1.8rem;font-weight:900;line-height:1}.aud-stat-label{color:#64748b;max-width:120px;font-size:.85rem;font-weight:500;line-height:1.4}.aud-panel-right{justify-content:center;display:flex}.aud-mockup{background:#fff;border:1px solid #eef0f6;border-radius:20px;width:100%;max-width:380px;padding:20px;position:relative;overflow:hidden;box-shadow:0 16px 48px #00000012}.aud-mockup-glow{opacity:.08;filter:blur(40px);pointer-events:none;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-60px;right:-60px}.aud-mockup-topbar{border-bottom:1px solid #f1f3f8;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:14px;display:flex}.aud-mockup-dots{gap:5px;display:flex}.aud-mockup-dots span{background:#e2e8f0;border-radius:50%;width:8px;height:8px}.aud-mockup-dots span:first-child{background:#fca5a5}.aud-mockup-dots span:nth-child(2){background:#fcd34d}.aud-mockup-dots span:last-child{background:#6ee7b7}.aud-mockup-title{color:#6b7280;text-align:center;flex:1;font-size:.78rem;font-weight:600}.aud-mockup-avatar{background:linear-gradient(135deg, var(--mockup-color,#6c5ce7), #a78bfa);border-radius:50%;flex-shrink:0;width:26px;height:26px}.aud-mockup-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.aud-mockup-card{background:#f8f9fc;border-radius:12px;flex-direction:column;gap:4px;padding:14px 12px;display:flex}.aud-mock-label{color:#94a3b8;font-size:.7rem;font-weight:500}.aud-mock-value{color:#111827;font-size:1.1rem;font-weight:800;line-height:1}.aud-mock-trend{font-size:.68rem;font-weight:600}.aud-mockup-chart{background:#f8f9fc;border-radius:12px;padding:12px 14px}.aud-chart-label{color:#94a3b8;margin-bottom:10px;font-size:.72rem;font-weight:600;display:block}.aud-bars{align-items:flex-end;gap:6px;height:52px;display:flex}.aud-bar{transform-origin:bottom;flex:1;align-items:flex-end;height:100%;display:flex}.aud-bar-fill{background:var(--bar-color,#6c5ce7);opacity:.75;border-radius:4px 4px 0 0;width:100%;transition:opacity .2s}.aud-bar:hover .aud-bar-fill{opacity:1}.aud-dots{justify-content:center;gap:8px;margin-top:32px;display:flex}.aud-dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.aud-dot--active{border-radius:4px;width:24px}@media (width<=960px){.aud-panel{grid-template-columns:1fr;gap:40px;padding:36px 28px}.aud-panel-right{order:-1}.aud-mockup{max-width:100%}}@media (width<=640px){.aud-section{padding:70px 5%}.aud-tabs{gap:8px}.aud-tab{padding:8px 16px;font-size:.88rem}.aud-tab-label{display:none}.aud-tab-emoji,.aud-panel-headline{font-size:1.3rem}}.hiw-section{background:#fff;padding:100px 5% 80px;font-family:Satoshi,sans-serif;position:relative;overflow:hidden}.hiw-fade-top{pointer-events:none;background:linear-gradient(#f7f8fc,#fff);height:120px;position:absolute;top:0;left:0;right:0}.hiw-container{z-index:1;max-width:1100px;margin:0 auto;position:relative}.hiw-header{text-align:center;margin-bottom:80px}.hiw-pill{color:#4f46e5;letter-spacing:1px;text-transform:uppercase;background:#6c5ce726;border:1px solid #6c5ce74d;border-radius:40px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 18px;font-size:.85rem;font-weight:800;display:inline-flex}.hiw-pill-dot{background:#6c5ce7;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite hiw-pulse}@keyframes hiw-pulse{0%,to{box-shadow:0 0 #6c5ce780}50%{box-shadow:0 0 0 6px #6c5ce700}}.hiw-title{color:#111827;letter-spacing:-1.2px;margin:0 0 18px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.hiw-title-accent{background:linear-gradient(135deg,#6c5ce7 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hiw-subtitle{color:#64748b;max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.hiw-timeline{flex-direction:column;gap:0;display:flex;position:relative}.hiw-line-track{background:#f0edff;border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.hiw-line-fill{transform-origin:top;background:linear-gradient(#6c5ce7,#a78bfa);width:100%;height:100%}.hiw-step{grid-template-columns:1fr 60px 1fr;align-items:center;gap:0;min-height:200px;padding:40px 0;display:grid}.hiw-step--right{direction:rtl}.hiw-step--right>*{direction:ltr}.hiw-step-side--content,.hiw-step--right .hiw-step-side--content{padding:0 40px}.hiw-node{color:#fff;z-index:2;cursor:pointer;background:linear-gradient(135deg,#6c5ce7,#4f46e5);border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #6c5ce759}.hiw-node:hover,.hiw-node--active{transform:scale(1.12);box-shadow:0 12px 32px #6c5ce780}.hiw-node-inner{z-index:1;justify-content:center;align-items:center;display:flex}.hiw-node-ring{border:2px solid #6c5ce740;border-radius:50%;animation:3s ease-in-out infinite hiw-ring-pulse;position:absolute;inset:-8px}@keyframes hiw-ring-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.15)}}.hiw-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #eef0f6;border-radius:20px;padding:32px 28px 28px;transition:all .35s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.hiw-card:hover{border-color:#6c5ce74d;transform:translateY(-4px);box-shadow:0 12px 40px #6c5ce71a}.hiw-card--active{background:linear-gradient(135deg,#fdfcff 0%,#f7f5ff 100%);border-color:#6c5ce766;box-shadow:0 16px 48px #6c5ce726}.hiw-card-num{color:#6c5ce70d;letter-spacing:-3px;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:5rem;font-weight:900;line-height:1;transition:color .3s;position:absolute;top:-10px;right:16px}.hiw-card--active .hiw-card-num{color:#6c5ce71a}.hiw-card-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.hiw-card-tag{color:#6c5ce7;letter-spacing:.5px;text-transform:uppercase;background:#6c5ce714;border-radius:20px;padding:3px 12px;font-size:.75rem;font-weight:700;display:inline-block}.hiw-card-toggle{color:#6c5ce7;background:#6c5ce714;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s,background .3s;display:flex}.hiw-card-toggle.open{background:#6c5ce726;transform:rotate(180deg)}.hiw-card-title{color:#111827;letter-spacing:-.3px;margin:0 0 12px;font-size:1.25rem;font-weight:800}.hiw-card-desc{color:#64748b;margin:0;font-size:.95rem;line-height:1.7}.hiw-card-details{opacity:0;max-height:0;margin-top:0;transition:max-height .4s,opacity .4s,margin .4s;overflow:hidden}.hiw-card-details--open{opacity:1;max-height:200px;margin-top:20px}.hiw-detail-list{border-top:1px solid #6c5ce71a;flex-direction:column;gap:10px;margin:0;padding:16px 0 0;list-style:none;display:flex}.hiw-detail-item{color:#374151;align-items:center;gap:10px;font-size:.88rem;font-weight:500;display:flex}.hiw-detail-check{color:#6c5ce7;background:#6c5ce71a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.hiw-bottom{text-align:center;border-top:1px solid #f0edff;flex-direction:column;align-items:center;gap:16px;margin-top:72px;padding-top:48px;display:flex}.hiw-bottom-text{color:#64748b;margin:0;font-size:1rem}.hiw-bottom-text strong{color:#111827}.hiw-bottom-avatars{align-items:center;gap:0;display:flex}.hiw-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:36px;height:36px;margin-left:-10px;box-shadow:0 2px 8px #0000001a}.hiw-avatar:first-child{margin-left:0}.hiw-avatar-label{color:#374151;margin-left:14px;font-size:.88rem;font-weight:600}@media (width<=900px){.hiw-step{grid-template-columns:44px 1fr;gap:0}.hiw-step--right{direction:ltr}.hiw-line-track{left:22px;transform:none}.hiw-step-side--spacer{display:none}.hiw-node{justify-self:start;width:44px;height:44px}.hiw-step-side--content,.hiw-step--right .hiw-step-side--content{padding:0 0 0 24px}.hiw-card-num{font-size:4rem}}@media (width<=640px){.hiw-section{padding:70px 5% 60px}.hiw-header{margin-bottom:56px}.hiw-card{padding:24px 20px 20px}.hiw-bottom-avatars{flex-wrap:wrap;justify-content:center}}.ar-unified-section{background:#fff;padding:120px 5%;font-family:Satoshi,sans-serif;position:relative;overflow:hidden}.ar-unified-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#6c5ce70a 0%,#fff0 60%);border-radius:50%;width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ar-unified-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.ar-header-center{text-align:center;flex-direction:column;align-items:center;max-width:750px;margin:0 auto 70px;display:flex}.ar-pill{color:#6c5ce7;letter-spacing:1px;text-transform:uppercase;background:#6c5ce714;border:1px solid #6c5ce72e;border-radius:40px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 18px;font-size:.8rem;font-weight:700;display:inline-flex}.ar-pill-dot{background:#6c5ce7;border-radius:50%;width:7px;height:7px;animation:2s infinite ar-pulse}@keyframes ar-pulse{0%{box-shadow:0 0 #6c5ce766}70%{box-shadow:0 0 0 8px #6c5ce700}to{box-shadow:0 0 #6c5ce700}}.ar-title{color:#111827;letter-spacing:-1px;margin:0 0 20px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.ar-title-accent{background:linear-gradient(135deg,#6c5ce7,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ar-desc{color:#64748b;margin:0;font-size:1.15rem;line-height:1.7}.ar-pipeline-console{background:#fff;border:1px solid #eef0f8;border-radius:32px;align-items:stretch;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000000a,0 4px 12px #00000005}.ar-step-zone{text-align:center;border-radius:24px;flex-direction:column;flex:1;align-items:center;padding:40px 32px;transition:all .3s;display:flex;position:relative}.ar-step-zone:hover{background:#fafbff;transform:translateY(-4px)}.ar-step-icon-wrap{border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;transition:transform .3s;display:flex;position:relative}.ar-step-zone:hover .ar-step-icon-wrap{transform:scale(1.08)}.ar-step-icon{width:36px;height:36px}.ar-step-num{color:#1e293b;background:#fff;border:2px solid #f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 8px #0000000d}.ar-zone-title{color:#1e293b;letter-spacing:-.5px;margin:0 0 12px;font-size:1.4rem;font-weight:800}.ar-zone-desc{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.ar-pipeline-divider{background:linear-gradient(#eef0f800,#eef0f8 20% 80%,#eef0f800);justify-content:center;align-items:center;width:2px;margin:20px 0;display:flex;position:relative}.ar-arrow-badge{color:#94a3b8;z-index:2;background:#fff;border:1px solid #eef0f8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;box-shadow:0 4px 12px #00000008}.ar-pipeline-console:hover .ar-arrow-badge{color:#6c5ce7;border-color:#6c5ce733;transform:translate(4px);box-shadow:0 4px 12px #6c5ce726}.ar-arrow-badge svg{width:20px;height:20px}@media (width<=992px){.ar-step-zone{padding:30px 20px}.ar-zone-title{font-size:1.2rem}}@media (width<=768px){.ar-pipeline-console{border-radius:28px;flex-direction:column;padding:12px}.ar-step-zone{border-radius:20px;padding:40px 24px}.ar-step-zone:hover{transform:translate(4px)}.ar-pipeline-divider{background:linear-gradient(90deg,#eef0f800,#eef0f8 20% 80%,#eef0f800);width:100%;height:2px;margin:0}.ar-arrow-badge{transform:rotate(90deg)}.ar-pipeline-console:hover .ar-arrow-badge{transform:rotate(90deg)translateY(-4px)}}@media (width<=640px){.ar-unified-section{padding:80px 5%}.ar-title{font-size:2.2rem}}.bn-section{background:#fff;padding:120px 5%;font-family:Satoshi,sans-serif;position:relative;overflow:hidden}.bn-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.bn-header{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto 60px;display:flex}.bn-pill{color:#6c5ce7;letter-spacing:1px;text-transform:uppercase;background:#6c5ce714;border:1px solid #6c5ce72e;border-radius:40px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 18px;font-size:.8rem;font-weight:700;display:inline-flex}.bn-pill-dot{background:#6c5ce7;border-radius:50%;width:7px;height:7px;animation:2s infinite bn-pulse}@keyframes bn-pulse{0%{box-shadow:0 0 #6c5ce766}70%{box-shadow:0 0 0 8px #6c5ce700}to{box-shadow:0 0 #6c5ce700}}.bn-title{color:#111827;letter-spacing:-1px;margin:0 0 20px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.bn-title-accent{background:linear-gradient(135deg,#6c5ce7,#0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bn-desc{color:#64748b;margin:0;font-size:1.1rem;line-height:1.7}.bn-bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(320px,auto);gap:24px;display:grid}.bn-card{background:#fafbff;border:1px solid #eef0f8;border-radius:32px;flex-direction:column;justify-content:space-between;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.bn-card:hover{background:#fff;border-color:#6c5ce726;transform:translateY(-5px);box-shadow:0 25px 50px #0000000f}.bn-admin{flex-direction:row;grid-column:span 2;align-items:center}.bn-teacher,.bn-parent{grid-column:span 1}.bn-student{flex-direction:row;grid-column:span 2;align-items:center}.bn-card-content{z-index:2;flex:1;position:relative}.bn-icon-wrap{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;font-size:1.5rem;transition:transform .3s;display:flex}.bn-card:hover .bn-icon-wrap{transform:scale(1.1)rotate(-5deg)}.bn-card-title{color:#1e293b;margin:0 0 8px;font-size:1.5rem;font-weight:800}.bn-card-subtitle{color:#64748b;margin:0 0 24px;font-size:.95rem;line-height:1.5}.bn-feature-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.bn-feature-list li{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;font-weight:500;display:flex}.bn-check{color:#10b981;font-weight:800}.bn-glow{filter:blur(60px);z-index:0;opacity:.5;border-radius:50%;width:300px;height:300px;transition:opacity .4s;position:absolute}.bn-card:hover .bn-glow{opacity:.8}.bn-admin .bn-glow{bottom:-100px;right:-50px}.bn-teacher .bn-glow{top:-100px;right:-100px}.bn-parent .bn-glow{bottom:-100px;left:-100px}.bn-student .bn-glow{top:-100px;right:-50px}.bn-visual{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.bn-admin .bn-visual,.bn-student .bn-visual{width:40%;padding-left:20px}.bn-teacher .bn-visual,.bn-parent .bn-visual{height:120px;margin-top:30px}.bn-glass-element{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:16px;box-shadow:0 10px 30px #0000000d}.bn-glass-chart{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:20px;justify-content:center;align-items:flex-end;gap:12px;width:100%;height:160px;padding:24px;display:flex;box-shadow:0 15px 35px #6c5ce71a}.bn-bar{background:linear-gradient(#a78bfa,#6c5ce7);border-radius:6px;width:24px;transition:height 1s}.bn-glass-list{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:16px;flex-direction:column;gap:12px;width:80%;padding:16px;display:flex;box-shadow:0 15px 35px #0ea5e91a}.bn-list-item{align-items:center;gap:12px;display:flex}.bn-tick{color:#fff;background:#0ea5e9;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:700;display:flex}.bn-line{background:#e2e8f0;border-radius:4px;flex:1;height:8px}.bn-line.short{flex:.6}.bn-glass-phone{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border:2px solid #e2e8f0;border-radius:24px 24px 0 0;justify-content:center;width:60%;height:140px;padding:20px 12px;display:flex;box-shadow:0 15px 35px #f59e0b1a}.bn-phone-notif{background:#fff;border-radius:12px;align-items:center;gap:8px;width:100%;height:fit-content;padding:12px;display:flex;box-shadow:0 4px 10px #0000000d}.bn-bell{font-size:1.2rem}.bn-notif-lines{flex-direction:column;flex:1;gap:6px;display:flex}.bn-glass-grade{color:#fff;z-index:3;background:linear-gradient(135deg,#10b981,#34d399);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:900;display:flex;position:absolute;transform:rotate(-10deg);box-shadow:0 15px 35px #10b9814d}.bn-glass-book{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:12px;gap:4px;width:140px;height:100px;padding:10px;display:flex;transform:rotate(5deg)translate(30px)translateY(20px);box-shadow:0 15px 35px #0000000d}.bn-book-page{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;flex:1}@media (width<=1024px){.bn-bento-grid{grid-template-columns:repeat(2,1fr)}.bn-admin{grid-column:span 2}.bn-teacher,.bn-parent{grid-column:span 1}.bn-student{grid-column:span 2}}@media (width<=768px){.bn-bento-grid{grid-template-columns:1fr}.bn-card{padding:32px;flex-direction:column!important;grid-column:span 1!important}.bn-admin .bn-visual,.bn-student .bn-visual{width:100%;height:160px;margin-top:30px;padding-left:0}}@media (width<=640px){.bn-section{padding:80px 5%}.bn-title{font-size:2.2rem}}.cu-section{background:#f7f8fc;padding:100px 5%;font-family:Satoshi,sans-serif;overflow:hidden}.cu-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.cu-left{align-items:flex-start;gap:20px;display:flex}.cu-col{flex-direction:column;flex:1;gap:20px;display:flex}.cu-col:first-child{margin-top:0}.cu-col:last-child{margin-top:40px}.cu-card{border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #00000012}.cu-dashboard-card{background:#fff;border:1px solid #eef0f6;padding:20px}.cu-dash-top-bar{align-items:center;gap:10px;margin-bottom:16px;display:flex}.cu-dash-avatar{background:linear-gradient(135deg,#a78bfa,#6c5ce7);border-radius:50%;flex-shrink:0;width:32px;height:32px}.cu-dash-lines{flex-direction:column;flex:1;gap:6px;display:flex}.cu-line{background:#e5e7f0;border-radius:3px;height:6px}.cu-line.w80{width:80%}.cu-line.w50{width:50%}.cu-dash-badges{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.cu-ai-badge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:8px;padding:4px 10px;font-size:.7rem;font-weight:700}.cu-icon-badge{color:#6c5ce7;background:#f3f0ff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.cu-icon-badge.cu-dots-badge{flex-direction:row;gap:2px;width:auto;padding:0 6px}.cu-icon-badge.cu-dots-badge span{background:#9ca3af;border-radius:50%;width:4px;height:4px}.cu-dash-chart-row{align-items:center;gap:12px;margin-bottom:14px;display:flex}.cu-donut-wrap{flex-shrink:0}.cu-mini-stats{flex-direction:column;flex:1;gap:8px;display:flex}.cu-mini-stat-bar{align-items:center;gap:6px;display:flex}.cu-mini-stat-bar span{color:#6c5ce7;flex-shrink:0;width:28px;font-size:.65rem;font-weight:700}.cu-mini-stat-bar div{background:linear-gradient(90deg,#6c5ce7,#a78bfa);border-radius:3px;height:6px}.cu-dash-slider-row{align-items:center;gap:10px;display:flex}.cu-slider-track{background:#e8eaff;border-radius:4px;flex:1;height:8px;position:relative;overflow:visible}.cu-slider-fill{background:linear-gradient(90deg,#6c5ce7,#a78bfa);border-radius:4px;width:75%;height:100%}.cu-slider-thumb{background:#6c5ce7;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:75%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #6c5ce766}.cu-slider-pct{color:#6c5ce7;flex-shrink:0;font-size:.75rem;font-weight:700}.cu-dark-card{text-align:center;background:#1a1a2e;padding:24px 20px}.cu-ring-wrap{justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 16px;display:flex;position:relative}.cu-ring-pct{color:#fff;font-size:1.3rem;font-weight:800;position:absolute}.cu-dark-desc{color:#9ca3af;margin:0;font-size:.8rem;line-height:1.5}.cu-photo-card{background:#7c3aed;min-height:200px;padding:0;position:relative}.cu-student-img{object-fit:cover;object-position:top center;width:100%;height:100%;max-height:260px;display:block}.cu-satisfaction-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 4px 20px #00000026}.cu-sat-icon{background:#6c5ce7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cu-sat-text{flex-direction:column;display:flex}.cu-sat-text strong{color:#111827;font-size:1rem;font-weight:800;line-height:1.2}.cu-sat-text span{color:#6b7280;font-size:.75rem}.cu-badges-card{background:#fff;border:1px solid #eef0f6;flex-direction:column;gap:12px;padding:20px 16px;display:flex}.cu-feat-badge{white-space:nowrap;text-align:center;border-radius:40px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;display:flex}.cu-feat-outlined{color:#6c5ce7;background:0 0;border:2px solid #6c5ce7}.cu-feat-dot{background:#6c5ce7;border-radius:50%;flex-shrink:0;width:8px;height:8px}.cu-feat-star{margin-left:auto;font-size:.7rem}.cu-feat-dark{color:#fff;background:#1a1a2e;border:none}.cu-feat-purple{color:#fff;background:#6c5ce7;border:none}.cu-right{padding-left:20px}.cu-why-pill{color:#6c5ce7;letter-spacing:.3px;background:#6c5ce714;border:1px solid #6c5ce733;border-radius:40px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.cu-title{color:#111827;letter-spacing:-.5px;margin-bottom:40px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.25}.cu-title strong{font-weight:800}.cu-brand-name{font-style:italic;font-weight:400}.cu-features-list{flex-direction:column;gap:30px;display:flex}.cu-feature-row{align-items:flex-start;gap:18px;display:flex}.cu-feat-icon-wrap{background:#6c5ce714;border:1px solid #6c5ce726;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-top:2px;display:flex}.cu-feat-title{color:#111827;margin:0 0 8px;font-size:1rem;font-weight:700}.cu-feat-desc{color:#6b7280;margin:0;font-size:.9rem;line-height:1.65}@media (width<=1024px){.cu-container{grid-template-columns:1fr;gap:48px}.cu-right{padding-left:0}.cu-left{justify-content:center;max-width:500px;margin:0 auto}}@media (width<=640px){.cu-section{padding:60px 5%}.cu-left{flex-direction:column;align-items:center}.cu-col{width:100%;max-width:320px}.cu-col:last-child{margin-top:0}.cu-title{font-size:1.8rem}}.tm-section{background:#f8fafc;padding:120px 0;font-family:Satoshi,sans-serif}.tm-container{max-width:1200px;margin:0 auto;padding:0 5%}.tm-header{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto 60px;display:flex}.tm-pill{color:#6c5ce7;letter-spacing:1px;text-transform:uppercase;background:#6c5ce714;border:1px solid #6c5ce72e;border-radius:40px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 18px;font-size:.8rem;font-weight:700;display:inline-flex}.tm-pill-dot{background:#6c5ce7;border-radius:50%;width:7px;height:7px;animation:2.2s ease-in-out infinite tm-pulse}@keyframes tm-pulse{0%,to{box-shadow:0 0 #6c5ce780}50%{box-shadow:0 0 0 6px #6c5ce700}}.tm-title{color:#111827;letter-spacing:-1.2px;margin:0 0 16px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;line-height:1.2}.tm-title-accent{background:linear-gradient(135deg,#6c5ce7,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tm-desc{color:#64748b;margin:0;font-size:1.1rem;line-height:1.6}.tm-bento{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:24px;margin-bottom:50px;display:grid}.tm-card{background:#fff;border:1px solid #eef0f6;border-radius:32px;flex-direction:column;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.tm-card:hover{border-color:#6c5ce733;transform:translateY(-6px);box-shadow:0 20px 40px #6c5ce714}.tm-author{flex-direction:column;gap:2px;display:flex}.tm-author strong{color:#1e293b;font-size:.95rem;font-weight:800}.tm-author span{color:#64748b;font-size:.8rem;font-weight:500}.tm-video-hero{cursor:pointer;border:none;grid-area:span 1/span 2;justify-content:flex-end;min-height:380px;padding:40px}.tm-video-bg{z-index:0;background:url(https://images.unsplash.com/photo-1577896851231-70ef18881754?auto=format&fit=crop&q=80&w=800) 50%/cover no-repeat;transition:transform .5s;position:absolute;inset:0}.tm-video-hero:hover .tm-video-bg{transform:scale(1.05)}.tm-video-overlay{background:linear-gradient(#0f172a1a 0%,#0f172a33 40%,#0f172ae6 100%);position:absolute;inset:0}.tm-play-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;z-index:2;background:#fff3;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;animation:2s infinite play-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 #fff6}.tm-play-btn svg{width:32px;height:32px;margin-left:4px}.tm-video-hero:hover .tm-play-btn{color:#6c5ce7;background:#fff;animation:none;transform:translate(-50%,-50%)scale(1.1)}@keyframes play-pulse{0%{box-shadow:0 0 #ffffff80}70%{box-shadow:0 0 0 20px #fff0}to{box-shadow:0 0 #fff0}}.tm-video-content{z-index:2;flex-direction:column;gap:16px;display:flex;position:relative}.tm-video-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#ffffff26;border-radius:20px;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:700}.tm-video-quote{color:#fff;max-width:90%;margin:0;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:700;line-height:1.4}.tm-video-hero .tm-author strong{color:#fff}.tm-video-hero .tm-author span{color:#ffffffb3}.tm-text-card{justify-content:space-between;gap:20px;min-height:280px;padding:32px}.tm-quote-icon{color:#e2e8f0;margin-top:20px;margin-bottom:10px;font-family:serif;font-size:4rem;line-height:0}.tm-text-quote{color:#334155;flex:1;margin:0;font-size:1.05rem;font-weight:600;line-height:1.6}.tm-footer{justify-content:center;display:flex}.tm-btn-primary{color:#fff;background:#111827;border-radius:40px;align-items:center;gap:12px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #11182726}.tm-btn-primary svg{width:20px;height:20px;transition:transform .3s}.tm-btn-primary:hover{background:#6c5ce7;transform:translateY(-2px);box-shadow:0 15px 30px #6c5ce740}.tm-btn-primary:hover svg{transform:translate(4px)}@media (width<=1024px){.tm-bento{grid-template-columns:repeat(2,1fr)}.tm-video-hero{grid-area:span 1/span 2;padding:32px}.tm-video-hero .tm-video-quote{font-size:1.4rem}.tm-text-card{grid-area:span 1/span 1}}@media (width<=768px){.tm-bento{grid-template-columns:1fr;grid-auto-rows:auto}.tm-card{grid-area:span 1/span 1!important}.tm-video-hero{min-height:350px}}@media (width<=640px){.tm-section{padding:80px 0}.tm-title{font-size:2.2rem}}.cta-section{background:#0d0d1a;padding:100px 5%;font-family:Satoshi,sans-serif;position:relative;overflow:hidden}.cta-blob{filter:blur(90px);pointer-events:none;border-radius:50%;animation:14s ease-in-out infinite alternate cta-float;position:absolute}.cta-blob-1{background:#6c5ce759;width:520px;height:520px;animation-delay:0s;top:-120px;left:-100px}.cta-blob-2{background:#4f46e540;width:420px;height:420px;animation-delay:-5s;bottom:-100px;right:-80px}.cta-blob-3{background:#a78bfa26;width:300px;height:300px;animation-delay:-9s;top:50%;left:55%;transform:translate(-50%,-50%)}@keyframes cta-float{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.08)}to{transform:translate(-20px,30px)scale(.95)}}.cta-dot-grid{pointer-events:none;z-index:0;background-image:radial-gradient(#ffffff0f 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.cta-container{z-index:1;flex-direction:column;align-items:center;gap:0;max-width:1200px;margin:0 auto;display:flex;position:relative}.cta-stats{flex-wrap:wrap;justify-content:center;gap:60px;width:100%;margin-bottom:48px;display:flex}.cta-stat-item{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.cta-stat-value{color:#fff;letter-spacing:-1px;font-size:2.2rem;font-weight:800;line-height:1}.cta-stat-label{color:#ffffff80;letter-spacing:.3px;font-size:.85rem;font-weight:500}.cta-divider{background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:100%;height:1px;margin-bottom:64px}.cta-content{text-align:center;flex-direction:column;align-items:center;max-width:740px;display:flex}.cta-eyebrow{color:#a78bfa;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;font-size:.85rem;font-weight:600;display:inline-block}.cta-heading{color:#fff;letter-spacing:-1.5px;margin:0 0 24px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.15}.cta-highlight{background:linear-gradient(135deg,#a78bfa 0%,#6c5ce7 50%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta-sub{color:#ffffff8c;max-width:580px;margin:0 0 40px;font-size:1.05rem;line-height:1.75}.cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.cta-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c5ce7 0%,#4f46e5 100%);border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #6c5ce773}.cta-btn-primary:hover{background:linear-gradient(135deg,#7c6cf5 0%,#5f55f5 100%);transform:translateY(-3px);box-shadow:0 16px 40px #6c5ce799}.cta-btn-primary:active{transform:translateY(-1px)}.cta-btn-ghost{color:#ffffffd9;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:10px;padding:15px 32px;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.cta-btn-ghost:hover{background:#ffffff1a;border-color:#ffffff38;transform:translateY(-3px)}.cta-note{color:#ffffff4d;letter-spacing:.2px;margin:0;font-size:.8rem}.cta-trust{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:64px;display:flex}.cta-trust-badge{color:#ffffff8c;cursor:default;background:#ffffff0d;border:1px solid #ffffff14;border-radius:40px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.cta-trust-badge:hover{color:#ffffffbf;background:#ffffff14;border-color:#6c5ce74d}.cta-trust-badge svg{color:#7c6cf5;flex-shrink:0}@media (width<=768px){.cta-section{padding:70px 5%}.cta-stats{gap:32px;margin-bottom:36px}.cta-stat-value{font-size:1.8rem}.cta-heading{font-size:2rem}.cta-actions{flex-direction:column;width:100%}.cta-btn-primary,.cta-btn-ghost{justify-content:center;width:100%}.cta-trust{gap:10px;margin-top:48px}}@media (width<=480px){.cta-stats{gap:24px}.cta-stat-value{font-size:1.5rem}.cta-trust-badge{padding:8px 14px;font-size:.78rem}}.footer-section{color:#fff;background:#0b0f19;border-top:1px solid #ffffff0d;padding:80px 0 30px;font-family:Satoshi,sans-serif}.footer-container{max-width:1200px;margin:0 auto;padding:0 5%}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}.footer-col{flex-direction:column;display:flex}.footer-logo{align-items:center;gap:12px;margin-bottom:24px;text-decoration:none;display:flex}.footer-logo .logo-icon{background:linear-gradient(135deg,#6c5ce7,#a78bfa);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer-logo .inner-dot{background:#fff;border-radius:50%;width:12px;height:12px}.footer-logo .logo-text{color:#fff;letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.footer-desc{color:#94a3b8;max-width:300px;margin-bottom:30px;font-size:.95rem;line-height:1.6}.social-links{gap:12px;display:flex}.social-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{background:#6c5ce7;border-color:#6c5ce7;transform:translateY(-3px)}.footer-title{color:#fff;margin-bottom:24px;font-size:1.1rem;font-weight:700}.footer-links{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#94a3b8;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block}.footer-links a:hover{color:#6c5ce7;transform:translate(5px)}.footer-bottom{color:#64748b;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;padding-top:30px;font-size:.9rem;display:flex}.footer-bottom p{margin:0}.footer-bottom-links{gap:20px;display:flex}.footer-bottom-links a{color:#64748b;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}@media (width<=1024px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-top{grid-template-columns:1fr;gap:40px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}.review-page-wrapper{background-color:#f3f4f6;flex-direction:column;min-height:100vh;display:flex}.review-page-main{flex-grow:1;padding-top:0}.review-header{text-align:center;background:linear-gradient(#fff0 0%,#6b46c108 100%);border-bottom:1px solid #6b46c11a;flex-direction:column;align-items:center;padding:2rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.review-header-content{z-index:10;flex-direction:column;align-items:center;display:flex;position:relative}.animated-background{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.gradient-blob{filter:blur(60px);opacity:.4;border-radius:50%;animation:10s ease-in-out infinite alternate blobFloat;position:absolute}.blob-1{background:#6b46c133;width:300px;height:300px;animation-delay:0s;top:-100px;left:-50px}.blob-2{background:#3b82f626;width:250px;height:250px;animation-delay:-5s;bottom:-50px;right:-50px}.floating-icon{color:#6b46c126;width:48px;height:48px;animation:6s ease-in-out infinite iconFloat;position:absolute}.icon-cap{width:64px;height:64px;animation-delay:0s;top:20%;left:15%;transform:rotate(-15deg)}.icon-book{animation-delay:-2s;bottom:30%;left:25%;transform:rotate(10deg)}.icon-pencil{width:56px;height:56px;animation-delay:-4s;top:30%;right:20%;transform:rotate(45deg)}.icon-globe{width:60px;height:60px;animation-delay:-1s;bottom:20%;right:15%;transform:rotate(-5deg)}.icon-badge{width:40px;height:40px;animation-delay:-3s;top:10%;right:40%}@keyframes blobFloat{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.1)}}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(var(--rot,0deg))}50%{transform:translateY(-15px) rotate(var(--rot,5deg))}}.icon-cap{--rot:-15deg}.icon-book{--rot:10deg}.icon-pencil{--rot:45deg}.icon-globe{--rot:-5deg}.icon-badge{--rot:0deg}.back-to-home{color:#6b46c1;background-color:#6b46c11a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.back-to-home:hover{background-color:#6b46c126;transform:translate(-4px)}.back-to-home svg{width:16px;height:16px}.review-title{color:#111827;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.review-subtitle{color:#4b5563;max-width:600px;margin:0 auto;font-size:1.1rem}.review-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.filter-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#4b5563;cursor:pointer;background:#fffc;border:1px solid #6b46c133;border-radius:50px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 4px 10px #00000008}.filter-btn:hover{border-color:#6b46c166;transform:translateY(-2px);box-shadow:0 6px 15px #6b46c11a}.filter-btn.active{background:var(--primary,#6b46c1);color:#fff;border-color:var(--primary,#6b46c1);box-shadow:0 6px 20px #6b46c14d}.reviews-masonry{column-count:3;column-gap:1.5rem;width:100%;max-width:1300px;margin:0 auto;padding:0 2rem 5rem}.review-masonry-card{break-inside:avoid;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.review-masonry-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.review-text{color:#374151;font-size:.95rem;line-height:1.6}.review-video-title{color:#111827;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.review-video-container{aspect-ratio:16/9;border-radius:8px;width:100%;margin-bottom:.5rem;position:relative;overflow:hidden}.review-video-thumbnail{object-fit:cover;width:100%;height:100%}.review-video-overlay{background:#0003;width:100%;height:100%;transition:background .3s;position:absolute;top:0;left:0}.review-masonry-card:hover .review-video-overlay{background:#0000001a}.review-play-btn{color:#111827;cursor:pointer;z-index:2;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 6px #0000001a}.review-play-btn svg{width:20px;height:20px;margin-left:2px}.review-masonry-card:hover .review-play-btn{transform:translate(-50%,-50%)scale(1.1)}.review-duration{color:#fff;z-index:2;background:#000000bf;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.5rem;right:.5rem}.review-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.review-author-info{align-items:center;gap:.75rem;display:flex}.review-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.review-author-meta{flex-direction:column;display:flex}.review-name{color:#111827;font-size:.9rem;font-weight:700}.review-role{color:#6b7280;font-size:.75rem}.review-date{color:#9ca3af;font-size:.75rem}@media (width<=1024px){.reviews-masonry{column-count:2}}@media (width<=640px){.reviews-masonry{column-count:1;padding:0 1rem 3rem}.review-header{padding:2rem 1rem}}.privacy-policy-container{background-color:var(--bg-secondary);min-height:100vh;padding:120px 20px 60px;position:relative;overflow:hidden}.privacy-policy-container:before,.privacy-policy-container:after{content:"";filter:blur(100px);z-index:0;opacity:.5;border-radius:50%;position:absolute}.privacy-policy-container:before{background:radial-gradient(circle,#5d3fd366 0%,#5d3fd300 70%);width:500px;height:500px;animation:10s ease-in-out infinite float;top:-10%;left:-10%}.privacy-policy-container:after{background:radial-gradient(circle,#9333ea4d 0%,#9333ea00 70%);width:600px;height:600px;animation:12s ease-in-out infinite reverse float;bottom:-10%;right:-10%}@keyframes float{0%{transform:translate(0)}50%{transform:translate(30px,30px)}to{transform:translate(0)}}.privacy-content-wrapper{z-index:1;max-width:900px;margin:0 auto;position:relative}.privacy-header{text-align:center;margin-bottom:50px;animation:.8s ease-out forwards fadeDown}.privacy-header h1{color:var(--text-main);background:linear-gradient(135deg, var(--text-main) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:15px;font-size:3rem;font-weight:800}.privacy-header p{color:var(--text-secondary);font-size:1.1rem}.last-updated{color:var(--primary);background-color:#5d3fd31a;border-radius:20px;margin-top:15px;padding:6px 16px;font-size:.9rem;font-weight:500;display:inline-block}.privacy-card{-webkit-backdrop-filter:blur(20px);opacity:0;background:#ffffffb3;border:1px solid #ffffff80;border-radius:24px;padding:50px;animation:.8s ease-out .2s forwards slideUp;transform:translateY(30px);box-shadow:0 20px 40px #0000000d,0 1px 3px #0000000d}.privacy-section{opacity:0;margin-bottom:40px;animation:.8s ease-out forwards fadeIn}.privacy-section:first-child{animation-delay:.4s}.privacy-section:nth-child(2){animation-delay:.5s}.privacy-section:nth-child(3){animation-delay:.6s}.privacy-section:nth-child(4){animation-delay:.7s}.privacy-section:nth-child(5){animation-delay:.8s}.privacy-section:nth-child(6){animation-delay:.9s}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:var(--text-main);align-items:center;gap:12px;margin-bottom:20px;font-size:1.8rem;display:flex}.icon-wrapper{width:44px;height:44px;color:var(--primary);background:linear-gradient(135deg,#5d3fd31a,#9333ea1a);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #5d3fd326}.privacy-section:hover .icon-wrapper{background:linear-gradient(135deg,#5d3fd326,#9333ea26);transform:scale(1.05);box-shadow:inset 0 0 0 1px #5d3fd34d,0 4px 12px #5d3fd31a}.modern-icon{width:22px;height:22px;transition:all .3s}.privacy-section:hover .shield-icon{animation:1.5s infinite pulseShield}.privacy-section:hover .db-icon{animation:1s ease-in-out infinite alternate bounceDB}.privacy-section:hover .gear-icon{animation:3s linear infinite spinGear}.privacy-section:hover .network-icon{animation:1.5s infinite pulseNetwork}.privacy-section:hover .lock-icon{animation:.5s ease-in-out shakeLock}.privacy-section:hover .mail-icon{animation:1.5s ease-in-out infinite alternate floatMail}@keyframes pulseShield{0%{filter:drop-shadow(0 0 0px var(--primary));transform:scale(1)}50%{filter:drop-shadow(0 0 6px var(--primary));transform:scale(1.1)}to{filter:drop-shadow(0 0 0px var(--primary));transform:scale(1)}}@keyframes bounceDB{0%{transform:translateY(0)}to{transform:translateY(-3px)}}@keyframes spinGear{to{transform:rotate(360deg)}}@keyframes pulseNetwork{0%{stroke-width:2px;opacity:1}50%{stroke-width:2.5px;opacity:.7}to{stroke-width:2px;opacity:1}}@keyframes shakeLock{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-10deg)}40%,80%{transform:rotate(10deg)}}@keyframes floatMail{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-4px)rotate(2deg)}}.privacy-section p{color:var(--text-secondary);margin-bottom:15px;font-size:1.05rem;line-height:1.8}.privacy-list{margin-bottom:20px;padding-left:0;list-style:none}.privacy-list li{color:var(--text-secondary);margin-bottom:12px;padding-left:30px;font-size:1.05rem;line-height:1.8;position:relative}.privacy-list li:before{content:"✓";color:var(--primary);background:#5d3fd31a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.contact-box{background:linear-gradient(135deg,#5d3fd30d,#9333ea0d);border:1px solid #5d3fd31a;border-radius:16px;margin-top:20px;padding:25px;transition:transform .3s,box-shadow .3s}.contact-box:hover{transform:translateY(-5px);box-shadow:0 10px 25px #5d3fd31a}.contact-box a{color:var(--primary);font-weight:600;text-decoration:none;position:relative}.contact-box a:after{content:"";background-color:var(--primary);transform-origin:100% 100%;width:100%;height:2px;transition:transform .3s ease-out;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.contact-box a:hover:after{transform-origin:0 100%;transform:scaleX(1)}@keyframes fadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.privacy-policy-container{padding:100px 15px 40px}.privacy-card{padding:30px 20px}.privacy-header h1{font-size:2.2rem}.privacy-section h2{font-size:1.5rem}}.tos-container{background-color:var(--bg-secondary);min-height:100vh;padding:120px 20px 60px;position:relative;overflow:hidden}.tos-container:before,.tos-container:after{content:"";filter:blur(100px);z-index:0;opacity:.5;border-radius:50%;position:absolute}.tos-container:before{background:radial-gradient(circle,#9333ea66 0%,#5d3fd300 70%);width:500px;height:500px;animation:11s ease-in-out infinite float-alt;top:-10%;right:-10%}.tos-container:after{background:radial-gradient(circle,#5d3fd34d 0%,#9333ea00 70%);width:600px;height:600px;animation:13s ease-in-out infinite reverse float-alt;bottom:-10%;left:-10%}@keyframes float-alt{0%{transform:translate(0)}50%{transform:translate(-30px,30px)}to{transform:translate(0)}}.tos-content-wrapper{z-index:1;max-width:900px;margin:0 auto;position:relative}.tos-header{text-align:center;margin-bottom:50px;animation:.8s ease-out forwards fadeDown}.tos-header h1{color:var(--text-main);background:linear-gradient(135deg, var(--text-main) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:15px;font-size:3rem;font-weight:800}.tos-header p{color:var(--text-secondary);font-size:1.1rem}.tos-last-updated{color:var(--primary);background-color:#5d3fd31a;border-radius:20px;margin-top:15px;padding:6px 16px;font-size:.9rem;font-weight:500;display:inline-block}.tos-card{-webkit-backdrop-filter:blur(20px);opacity:0;background:#ffffffb3;border:1px solid #ffffff80;border-radius:24px;padding:50px;animation:.8s ease-out .2s forwards slideUp;transform:translateY(30px);box-shadow:0 20px 40px #0000000d,0 1px 3px #0000000d}.tos-section{opacity:0;margin-bottom:40px;animation:.8s ease-out forwards fadeIn}.tos-section:first-child{animation-delay:.4s}.tos-section:nth-child(2){animation-delay:.5s}.tos-section:nth-child(3){animation-delay:.6s}.tos-section:nth-child(4){animation-delay:.7s}.tos-section:nth-child(5){animation-delay:.8s}.tos-section:nth-child(6){animation-delay:.9s}.tos-section:last-child{margin-bottom:0}.tos-section h2{color:var(--text-main);align-items:center;gap:12px;margin-bottom:20px;font-size:1.8rem;display:flex}.tos-icon-wrapper{width:44px;height:44px;color:var(--primary);background:linear-gradient(135deg,#5d3fd31a,#9333ea1a);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #5d3fd326}.tos-section:hover .tos-icon-wrapper{background:linear-gradient(135deg,#5d3fd326,#9333ea26);transform:scale(1.05);box-shadow:inset 0 0 0 1px #5d3fd34d,0 4px 12px #5d3fd31a}.tos-modern-icon{width:22px;height:22px;transition:all .3s}.tos-section:hover .file-icon{animation:1.5s ease-in-out infinite alternate flapFile}.tos-section:hover .user-icon{animation:1s ease-in-out infinite alternate bounceUser}.tos-section:hover .check-icon{animation:.5s ease-out scaleCheck}.tos-section:hover .award-icon{animation:1.5s ease-in-out infinite alternate swayAward}.tos-section:hover .x-icon{animation:.5s ease-in-out shakeX}.tos-section:hover .refresh-icon{animation:2s linear infinite spinRefresh}@keyframes flapFile{0%{transform:translateY(0)}to{transform:translateY(-3px)rotate(2deg)}}@keyframes bounceUser{0%{transform:translateY(0)scale(1)}to{transform:translateY(-4px)scale(1.05)}}@keyframes scaleCheck{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes swayAward{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}@keyframes shakeX{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-10deg)}40%,80%{transform:rotate(10deg)}}@keyframes spinRefresh{to{transform:rotate(360deg)}}.tos-section p{color:var(--text-secondary);margin-bottom:15px;font-size:1.05rem;line-height:1.8}.tos-list{margin-bottom:20px;padding-left:0;list-style:none}.tos-list li{color:var(--text-secondary);margin-bottom:12px;padding-left:30px;font-size:1.05rem;line-height:1.8;position:relative}.tos-list li:before{content:"→";color:var(--primary);background:#5d3fd30d;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:0;left:0}@media (width<=768px){.tos-container{padding:100px 15px 40px}.tos-card{padding:30px 20px}.tos-header h1{font-size:2.2rem}.tos-section h2{font-size:1.5rem}}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:fit-content;color:var(--primary);background:#ffffffb3;border:1px solid #5d3fd333;border-radius:30px;align-items:center;gap:8px;margin:0 auto 30px;padding:10px 20px;font-weight:600;text-decoration:none;transition:all .3s;animation:.8s ease-out forwards fadeIn;display:flex;box-shadow:0 4px 15px #0000000d}.back-button:hover{background:var(--primary);color:#fff;transform:translate(-5px);box-shadow:0 8px 25px #5d3fd340}.back-button svg{width:18px;height:18px;transition:transform .3s}.back-button:hover svg{transform:translate(-3px)}.contact-page-wrapper{color:#0f172a;background-color:#f8fafc;min-height:100vh;font-family:Inter,sans-serif}.contact-main{max-width:1200px;margin:0 auto;padding:140px 5% 100px}.contact-header{text-align:center;margin-bottom:60px}.contact-header-content{max-width:700px;margin:0 auto}.contact-badge{color:#6c5ce7;letter-spacing:1px;text-transform:uppercase;background:#6c5ce71a;border-radius:40px;margin-bottom:20px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}.contact-title{color:#111827;letter-spacing:-1px;margin-bottom:24px;font-size:3.2rem;font-weight:800;line-height:1.2}.contact-subtitle{color:#64748b;font-size:1.1rem;line-height:1.6}.contact-content-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:60px;display:grid}.contact-info-col{flex-direction:column;gap:24px;display:flex}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:20px;padding:30px;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000008}.info-card:hover{border-color:#c7d2fe;transform:translateY(-5px);box-shadow:0 15px 40px #6c5ce714}.info-icon{color:#6c5ce7;background:#f3f0ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.info-icon svg{width:24px;height:24px}.info-card h3{color:#0f172a;margin:0 0 8px;font-size:1.15rem;font-weight:700}.info-card p{color:#64748b;margin:0 0 12px;font-size:.95rem}.info-card a,.info-card span{color:#6c5ce7;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.info-card a:hover{color:#4f46e5;text-decoration:underline}.info-card span{color:#334155;line-height:1.5;display:block}.contact-form-col{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px;box-shadow:0 20px 40px #0000000a}.contact-form{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#334155;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#6c5ce7;outline:none;box-shadow:0 0 0 4px #6c5ce71a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{color:#fff;cursor:pointer;background:#6c5ce7;border:none;border-radius:12px;margin-top:10px;padding:16px;font-size:1.05rem;font-weight:700;transition:all .3s}.submit-btn:hover{background:#5b4cc4;transform:translateY(-2px);box-shadow:0 10px 20px #6c5ce733}@media (width<=992px){.contact-content-grid{grid-template-columns:1fr;gap:40px}.contact-title{font-size:2.8rem}}@media (width<=640px){.contact-main{padding-top:120px}.contact-form-col{padding:30px 20px}.contact-title{font-size:2.2rem}.info-card{flex-direction:column;gap:16px}}:root{--spl-bg:#f8fafc;--spl-surface:#fff;--spl-text-dark:#0f172a;--spl-text-muted:#64748b;--spl-border:#e2e8f0;--spl-primary:#6366f1;--spl-success:#10b981;--spl-warning:#f59e0b;--spl-danger:#f43f5e;--spl-info:#0ea5e9;--spl-radius:20px;--spl-shadow:0 10px 30px #00000008;--spl-shadow-hover:0 15px 40px #0000000f}.sp-page-light{background-color:var(--spl-bg);min-height:100vh;color:var(--spl-text-dark);padding-top:80px;padding-bottom:80px;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.spl-title,.spl-card__title{font-family:Outfit,sans-serif}.spl-container{max-width:1280px;margin:0 auto;padding:0 2rem}.spl-text-gradient{background:linear-gradient(135deg,#6366f1 0%,#a855f7 50%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.spl-hero{text-align:center;border-bottom:1px solid var(--spl-border);background:#fff;margin-bottom:3rem;padding:6rem 0 4rem;position:relative;overflow:hidden}.spl-hero__bg-shapes{z-index:0;position:absolute;inset:0;overflow:hidden}.spl-shape{filter:blur(80px);opacity:.5;z-index:0;border-radius:50%;position:absolute}.spl-shape--1{background:#e0e7ff;width:400px;height:400px;animation:10s ease-in-out infinite float1;top:-100px;left:-100px}.spl-shape--2{background:#fce7f3;width:500px;height:500px;animation:12s ease-in-out infinite float2;bottom:-200px;right:-100px}.spl-shape--3{background:#dcfce7;width:300px;height:300px;animation:15s ease-in-out infinite reverse float1;top:20%;right:20%}@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(-40px,-20px)}}.spl-hero__content{z-index:1;opacity:0;max-width:800px;margin:0 auto;transition:opacity .8s,transform .8s;position:relative;transform:translateY(30px)}.spl-hero--visible .spl-hero__content{opacity:1;transform:translateY(0)}.spl-badge{color:var(--spl-text-muted);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.spl-pulse-dot{background:var(--spl-success);border-radius:50%;width:8px;height:8px;animation:2s infinite pulseGreen;box-shadow:0 0 #10b98166}@keyframes pulseGreen{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.spl-title{color:var(--spl-text-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.spl-subtitle{color:var(--spl-text-muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.spl-hero__stats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.spl-h-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fffc;border-radius:16px;flex-direction:column;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #00000005}.spl-h-stat strong{color:var(--spl-primary);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.spl-h-stat span{color:var(--spl-text-muted);margin-top:.2rem;font-size:.85rem;font-weight:500}.spl-section{margin-bottom:4rem}.spl-section__header{margin-bottom:2rem}.spl-section__header h2{color:var(--spl-text-dark);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.spl-section__header p{color:var(--spl-text-muted);font-size:1rem}.spl-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.spl-kpi-card{background:var(--spl-surface);border-radius:var(--spl-radius);box-shadow:var(--spl-shadow);border:1px solid var(--spl-border);padding:1.5rem;transition:transform .3s,box-shadow .3s;animation:.6s cubic-bezier(.22,1,.36,1) both slideUp;position:relative;overflow:hidden}.spl-kpi-card:hover{box-shadow:var(--spl-shadow-hover);transform:translateY(-5px)}.spl-kpi__top{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.spl-kpi__icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.spl-kpi__trend{border-radius:8px;padding:.3rem .6rem;font-size:.85rem;font-weight:700}.spl-trend--up{color:#166534;background:#dcfce7}.spl-trend--down{color:#9f1239;background:#ffe4e6}.spl-kpi__body{margin-bottom:1rem}.spl-kpi__value{margin-bottom:.2rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.spl-kpi__suffix{color:var(--spl-text-muted);font-size:1.2rem;font-weight:600}.spl-kpi__label{color:var(--spl-text-muted);font-size:.95rem;font-weight:500}.spl-kpi__chart{margin-top:1rem}.spl-tabs-section{margin-top:4rem}.spl-tabs-nav{background:#f1f5f9;border-radius:16px;flex-wrap:wrap;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.4rem;display:flex}.spl-tab-btn{color:var(--spl-text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s}.spl-tab-btn:hover{color:var(--spl-text-dark)}.spl-tab-btn--active{background:var(--spl-surface);color:var(--spl-primary);box-shadow:0 2px 10px #0000000d}.spl-tab-pane{display:none}.spl-fade-in{animation:.4s forwards fadeIn;display:block}.spl-grid-layout{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.spl-card{background:var(--spl-surface);border-radius:var(--spl-radius);box-shadow:var(--spl-shadow);border:1px solid var(--spl-border);height:100%;padding:1.5rem}.spl-card--col-span-2{grid-column:span 2}.spl-card--col-span-3{grid-column:span 3}.spl-p-0{padding:0!important}.spl-p-6{padding:1.5rem!important}.spl-mt-6{margin-top:1.5rem!important}.spl-mb-4{margin-bottom:1rem!important}.spl-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.spl-card__title{color:var(--spl-text-dark);font-size:1.15rem;font-weight:700}.spl-card__sub{color:var(--spl-text-muted);margin-top:.2rem;font-size:.85rem}.spl-card__action{color:var(--spl-success);background:#dcfce7;border-radius:8px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.spl-bar-chart{align-items:flex-end;gap:1rem;height:200px;padding-top:1rem;display:flex}.spl-bar-col{flex-direction:column;flex:1;align-items:center;gap:.5rem;height:100%;display:flex}.spl-bar-val{color:var(--spl-text-muted);font-size:.75rem;font-weight:600}.spl-bar-track{background:#f1f5f9;border-radius:8px 8px 0 0;flex:1;align-items:flex-end;width:100%;max-width:40px;display:flex;overflow:hidden}.spl-bar-fill{border-radius:8px 8px 0 0;width:100%;height:0%;transition:height 1.2s cubic-bezier(.22,1,.36,1);animation:1.2s cubic-bezier(.22,1,.36,1) forwards barRise}.spl-bar-month{color:var(--spl-text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.spl-grade-list{flex-direction:column;gap:1.2rem;display:flex}.spl-grade-row{grid-template-columns:30px 1fr 40px;align-items:center;gap:1rem;display:grid}.spl-grade-letter{font-family:Outfit,sans-serif;font-size:1rem;font-weight:800}.spl-grade-pct{color:var(--spl-text-muted);text-align:right;font-size:.9rem;font-weight:600}.spl-radials-grid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:1rem;padding:1rem 0;display:grid}.sp-radial-wrap{flex-direction:column;align-items:center;display:flex;position:relative}.sp-radial-svg{position:relative}.sp-radial-text{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sp-radial-value{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;line-height:1;display:block}.sp-radial-label{color:var(--spl-text-muted);text-transform:uppercase;margin-top:.2rem;font-size:.7rem;font-weight:600;display:block}.sp-radial-sub{color:#94a3b8;margin-top:.1rem;font-size:.65rem;display:block}.sp-abar-track{background:#f1f5f9;border-radius:99px;width:100%;height:8px}.sp-abar-fill{border-radius:99px;width:0%;height:100%}.spl-subjects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.spl-subject-card{background:var(--spl-surface);border-radius:var(--spl-radius);box-shadow:var(--spl-shadow);border:1px solid var(--spl-border);padding:1.5rem;animation:.5s both slideUp}.spl-subject__top{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.spl-subject__name{color:var(--spl-text-dark);max-width:70%;font-size:1.05rem;font-weight:700}.spl-diff{border-radius:8px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.spl-diff--up{color:#166534;background:#dcfce7}.spl-diff--down{color:#9f1239;background:#ffe4e6}.spl-subject__score{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800}.spl-subject__score span{color:var(--spl-text-muted);font-size:1.1rem;font-weight:500}.spl-subject__footer{color:var(--spl-text-muted);justify-content:space-between;margin-top:1rem;font-size:.8rem;font-weight:500;display:flex}.spl-insights-wrap{flex-direction:column;gap:1rem;display:flex}.spl-insight{background:var(--spl-surface);border:1px solid var(--spl-border);border-radius:16px;align-items:flex-start;gap:1rem;padding:1.2rem;display:flex}.spl-insight--success{border-left:4px solid var(--spl-success)}.spl-insight--warning{border-left:4px solid var(--spl-warning)}.spl-insight--primary{border-left:4px solid var(--spl-primary)}.spl-insight-icon{font-size:1.5rem}.spl-insight p{color:var(--spl-text-dark);font-size:.95rem;line-height:1.5}.spl-table-wrapper{overflow-x:auto}.spl-table{border-collapse:collapse;width:100%}.spl-table th{text-align:left;text-transform:uppercase;color:var(--spl-text-muted);border-bottom:1px solid var(--spl-border);background:#f8fafc;padding:1.2rem 1.5rem;font-size:.8rem;font-weight:700}.spl-table td{border-bottom:1px solid var(--spl-border);vertical-align:middle;padding:1.2rem 1.5rem;font-size:.95rem}.spl-table tbody tr:last-child td{border-bottom:none}.spl-table tbody tr:hover{background:#f1f5f9}.spl-tr-anim{animation:.4s both slideUp}.spl-rank-badge{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-family:Outfit,sans-serif;font-weight:800;display:inline-flex}.spl-rank-1{color:#854d0e;background:#fef08a}.spl-rank-2{color:#475569;background:#e2e8f0}.spl-rank-3{color:#9a3412;background:#fed7aa}.spl-rank-badge:not(.spl-rank-1):not(.spl-rank-2):not(.spl-rank-3){color:var(--spl-text-muted);background:#f1f5f9}.spl-student-info{align-items:center;gap:1rem;display:flex}.spl-avatar{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.spl-student-name{color:var(--spl-text-dark);font-weight:600}.spl-grade-chip{border-radius:8px;padding:.3rem .6rem;font-weight:700}.spl-text-dark{color:var(--spl-text-dark)}.spl-text-muted{color:var(--spl-text-muted)}.spl-w-32{width:8rem}.spl-activity-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.spl-timeline{flex-direction:column;padding-left:1rem;display:flex}.spl-timeline-item{gap:1.5rem;padding-bottom:2rem;animation:.5s both slideUp;display:flex;position:relative}.spl-timeline-item:not(:last-child):before{content:"";background:#e2e8f0;width:2px;position:absolute;top:48px;bottom:0;left:24px}.spl-timeline-icon{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.spl-icon-primary{color:#4f46e5;background:#e0e7ff}.spl-icon-success{color:#16a34a;background:#dcfce7}.spl-icon-warning{color:#d97706;background:#fef3c7}.spl-icon-info{color:#0284c7;background:#e0f2fe}.spl-timeline-content{padding-top:.5rem}.spl-timeline-event{color:var(--spl-text-dark);margin-bottom:.4rem;font-size:1rem;font-weight:500}.spl-timeline-time{color:var(--spl-text-muted);font-size:.85rem}.spl-sidebar{flex-direction:column;gap:1.5rem;display:flex}.spl-snapshot-list{flex-direction:column;gap:1.2rem;display:flex}.spl-snapshot-item{align-items:center;gap:1rem;display:flex}.spl-snap-icon{background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.spl-snapshot-item strong{color:var(--spl-text-dark);font-size:1.2rem;font-weight:800}.spl-snapshot-item p{color:var(--spl-text-muted);font-size:.85rem}.spl-bg-gradient{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%)}.spl-bg-gradient h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.spl-bg-gradient p{color:#fffc;margin-bottom:1.5rem;font-size:.9rem}.spl-btn-primary{color:#6366f1;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:.8rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s}.spl-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.spl-w-full{width:100%}@media (width<=1024px){.spl-grid-layout{grid-template-columns:1fr}.spl-card--col-span-2,.spl-card--col-span-3{grid-column:span 1}.spl-radials-grid{grid-template-columns:repeat(2,1fr)}.spl-activity-grid{grid-template-columns:1fr}}@media (width<=768px){.spl-hero{padding:4rem 0 2rem}.spl-title{font-size:2.2rem}.spl-kpi-grid,.spl-subjects-grid{grid-template-columns:1fr}.spl-radials-grid{grid-template-columns:1fr;gap:2rem}.spl-bar-chart{height:150px}.spl-tabs-nav{flex-direction:column;width:100%}.spl-tab-btn{text-align:center;width:100%}.spl-table-wrapper{margin:0 -1.5rem}.spl-table th,.spl-table td{padding:1rem}}.tp-page-light{--tp-bg:#f8fafc;--tp-surface:#fff;--tp-text-dark:#0f172a;--tp-text-muted:#64748b;--tp-border:#e2e8f0;--tp-primary:#6366f1;--tp-success:#10b981;--tp-warning:#f59e0b;--tp-danger:#f43f5e;--tp-info:#0ea5e9;--tp-radius:24px;--tp-shadow:0 10px 30px #00000008;--tp-shadow-hover:0 15px 40px #0000000f;background-color:var(--tp-bg);min-height:100vh;color:var(--tp-text-dark);padding-top:80px;padding-bottom:80px;font-family:Inter,sans-serif;overflow-x:hidden}.tp-container{max-width:1280px;margin:0 auto;padding:0 2rem}.tp-title,.tp-card__title,.tp-section__header h2{font-family:Outfit,sans-serif}.tp-text-gradient{background:linear-gradient(135deg,#6366f1 0%,#a855f7 50%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tp-hero{text-align:center;border-bottom:1px solid var(--tp-border);background:#fff;margin-bottom:3rem;padding:6rem 0 4rem;position:relative;overflow:hidden}.tp-hero__bg-shapes{z-index:0;position:absolute;inset:0;overflow:hidden}.tp-shape{filter:blur(80px);opacity:.5;z-index:0;border-radius:50%;position:absolute}.tp-shape--1{background:#e0e7ff;width:450px;height:450px;animation:12s ease-in-out infinite tpfloat1;top:-150px;left:-100px}.tp-shape--2{background:#fce7f3;width:500px;height:500px;animation:14s ease-in-out infinite tpfloat2;bottom:-250px;right:-100px}.tp-shape--3{background:#fef3c7;width:300px;height:300px;animation:16s ease-in-out infinite reverse tpfloat1;top:10%;right:30%}@keyframes tpfloat1{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}@keyframes tpfloat2{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}.tp-hero__content{z-index:1;opacity:0;max-width:800px;margin:0 auto;transition:opacity .8s,transform .8s;position:relative;transform:translateY(30px)}.tp-hero--visible .tp-hero__content{opacity:1;transform:translateY(0)}.tp-badge{color:var(--tp-text-muted);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.tp-pulse-dot{background:var(--tp-primary);border-radius:50%;width:8px;height:8px;animation:2s infinite tpPulsePrimary;box-shadow:0 0 #6366f166}@keyframes tpPulsePrimary{0%{box-shadow:0 0 #6366f166}70%{box-shadow:0 0 0 8px #6366f100}to{box-shadow:0 0 #6366f100}}.tp-title{color:var(--tp-text-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.tp-subtitle{color:var(--tp-text-muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.tp-hero__stats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.tp-h-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:20px;flex-direction:column;align-items:center;padding:1.2rem 2.5rem;display:flex;box-shadow:0 8px 30px #0000000a}.tp-h-stat strong{color:var(--tp-text-dark);font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.tp-h-stat strong small{color:var(--tp-text-muted);font-size:1rem}.tp-h-stat span{color:var(--tp-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.2rem;font-size:.85rem;font-weight:600}.tp-section{margin-bottom:4rem}.tp-section__header{margin-bottom:2rem}.tp-section__header h2{color:var(--tp-text-dark);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.tp-section__header p{color:var(--tp-text-muted);font-size:1rem}.tp-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.tp-kpi-card{background:var(--tp-surface);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);border:1px solid var(--tp-border);padding:1.5rem;transition:transform .3s,box-shadow .3s;animation:.6s cubic-bezier(.22,1,.36,1) both slideUp}.tp-kpi-card:hover{box-shadow:var(--tp-shadow-hover);transform:translateY(-5px)}.tp-kpi__top{margin-bottom:1.2rem;display:flex}.tp-kpi__icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.tp-kpi__body{margin-bottom:1rem}.tp-kpi__value{color:var(--tp-text-dark);margin-bottom:.3rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.tp-kpi__label{color:var(--tp-text-muted);font-size:.95rem;font-weight:500}.tp-kpi__chart{margin-top:1rem}.tp-sparkline{overflow:visible}.tp-dashboard-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.tp-card{background:var(--tp-surface);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);border:1px solid var(--tp-border);height:100%;padding:2rem}.tp-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.tp-card__title{color:var(--tp-text-dark);font-size:1.25rem;font-weight:800}.tp-card__sub{color:var(--tp-text-muted);margin-top:.3rem;font-size:.9rem}.tp-btn-ghost{color:var(--tp-text-dark);cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:background .2s}.tp-btn-ghost:hover{background:#e2e8f0}.tp-teacher-list{flex-direction:column;gap:1rem;display:flex}.tp-teacher-row{border:1px solid var(--tp-border);background:#fff;border-radius:16px;align-items:center;padding:1.2rem;transition:background .2s,transform .2s;animation:.5s both slideUp;display:flex}.tp-teacher-row:hover{background:#f8fafc;transform:translate(5px)}.tp-avatar{object-fit:cover;border-radius:12px;width:50px;height:50px;margin-right:1.5rem}.tp-t-info{flex-direction:column;flex:1;display:flex}.tp-t-info strong{color:var(--tp-text-dark);font-size:1.05rem;font-weight:700}.tp-t-info span{color:var(--tp-text-muted);margin-top:.2rem;font-size:.85rem}.tp-t-stats{gap:2rem;margin-right:2rem;display:flex}.tp-t-stat{flex-direction:column;align-items:flex-start;display:flex}.tp-t-stat span{color:var(--tp-text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.tp-t-stat b{color:var(--tp-text-dark);font-size:1rem}.tp-t-rating{color:var(--tp-warning);background:#fffbeb;border-radius:12px;align-items:center;gap:.3rem;padding:.5rem 1rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.tp-t-rating svg{fill:currentColor;width:18px;height:18px}.tp-sidebar{flex-direction:column;gap:1.5rem;display:flex}.tp-dept-list{flex-direction:column;gap:1.2rem;display:flex}.tp-dept-item{flex-direction:column;gap:.5rem;display:flex}.tp-dept-top{justify-content:space-between;align-items:center;display:flex}.tp-dept-name{font-size:.95rem;font-weight:600}.tp-dept-score{font-family:Outfit,sans-serif;font-weight:800}.tp-abar-track{background:#f1f5f9;border-radius:99px;width:100%;height:8px}.tp-abar-fill{border-radius:99px;width:0%;height:100%}.tp-bg-primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.tp-bg-primary h3{color:#fff;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.3rem}.tp-bg-primary p{color:#ffffffd9;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.tp-btn-white{color:#6366f1;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .2s}.tp-btn-white:hover{transform:translateY(-2px)}.tp-workshop-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.tp-workshop-card{background:var(--tp-surface);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);border:1px solid var(--tp-border);transition:transform .3s;animation:.5s both slideUp;overflow:hidden}.tp-workshop-card:hover{transform:translateY(-5px)}.tp-ws-img-box{height:180px;position:relative}.tp-ws-img{object-fit:cover;width:100%;height:100%}.tp-ws-tag{color:#fff;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.tp-ws-content{padding:1.5rem}.tp-ws-date{color:var(--tp-text-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.tp-ws-title{color:var(--tp-text-dark);margin-bottom:1.5rem;font-size:1.15rem;font-weight:700;line-height:1.4}.tp-ws-btn{width:100%;color:var(--tp-text-dark);cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;padding:.8rem;font-weight:600;transition:all .2s}.tp-ws-btn:hover{background:var(--tp-primary);color:#fff}@media (width<=1024px){.tp-dashboard-grid{grid-template-columns:1fr}}@media (width<=768px){.tp-hero__stats{flex-direction:column;gap:1rem}.tp-h-stat{width:100%}.tp-teacher-row{text-align:center;flex-direction:column;gap:1rem}.tp-avatar{margin-right:0}.tp-t-stats{justify-content:center;width:100%;margin-right:0}}.gps-page-light{--gps-bg:#f8fafc;--gps-surface:#fff;--gps-surface-hover:#f1f5f9;--gps-text-dark:#0f172a;--gps-text-muted:#64748b;--gps-border:#e2e8f0;--gps-primary:#6366f1;--gps-success:#10b981;--gps-danger:#f43f5e;--gps-radius:24px;--gps-shadow:0 10px 30px #00000008;--gps-shadow-hover:0 15px 40px #0000000f;background-color:var(--gps-bg);min-height:100vh;color:var(--gps-text-dark);padding-top:80px;padding-bottom:80px;font-family:Inter,sans-serif;overflow-x:hidden}.gps-container{z-index:2;max-width:1320px;margin:0 auto;padding:0 2rem;position:relative}.gps-title,.gps-card__title{font-family:Outfit,sans-serif}.gps-text-gradient{background:linear-gradient(135deg,#10b981 0%,#0ea5e9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gps-hero{text-align:center;border-bottom:1px solid var(--gps-border);background:#fff;margin-bottom:3rem;padding:6rem 0 4rem;position:relative}.gps-hero__bg-shapes{z-index:0;position:absolute;inset:0;overflow:hidden}.gps-shape{filter:blur(80px);opacity:.5;z-index:0;border-radius:50%;position:absolute}.gps-shape--1{background:#e0e7ff;width:500px;height:500px;animation:12s ease-in-out infinite gpsFloat1;top:-200px;left:10%}.gps-shape--2{background:#dcfce7;width:400px;height:400px;animation:15s ease-in-out infinite reverse gpsFloat2;bottom:-150px;right:10%}@keyframes gpsFloat1{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}@keyframes gpsFloat2{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}.gps-hero__content{opacity:0;max-width:800px;margin:0 auto;transition:opacity .8s,transform .8s;position:relative;transform:translateY(30px)}.gps-hero--visible .gps-hero__content{opacity:1;transform:translateY(0)}.gps-badge{color:var(--gps-text-muted);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.gps-pulse-dot{background:var(--gps-success);border-radius:50%;width:8px;height:8px;animation:2s infinite gpsPulse;box-shadow:0 0 10px #10b98166}@keyframes gpsPulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.gps-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.gps-subtitle{color:var(--gps-text-muted);max-width:650px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.gps-hero__stats{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.gps-h-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--gps-shadow);background:#fffc;border:1px solid #fff;border-radius:16px;flex-direction:column;align-items:center;padding:1.2rem 2.5rem;transition:transform .3s;display:flex}.gps-h-stat:hover{box-shadow:var(--gps-shadow-hover);transform:translateY(-5px)}.gps-h-stat strong{color:var(--gps-text-dark);font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.gps-h-stat svg{color:var(--gps-text-dark);width:28px;height:28px;margin-bottom:.3rem}.gps-h-stat span{color:var(--gps-text-muted);text-transform:uppercase;margin-top:.2rem;font-size:.85rem;font-weight:600}.gps-dashboard{grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.gps-card{background:var(--gps-surface);border-radius:var(--gps-radius);box-shadow:var(--gps-shadow);border:1px solid var(--gps-border);flex-direction:column;padding:1.5rem;animation:.6s cubic-bezier(.22,1,.36,1) both slideUp;display:flex}.gps-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.gps-card__title{font-size:1.25rem;font-weight:800}.gps-card__sub{color:var(--gps-text-muted);margin-top:.3rem;font-size:.85rem}.gps-map-panel{padding:1.5rem}.gps-live-indicator{color:var(--gps-success);background:#dcfce7;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:flex}.gps-recording-dot{background:var(--gps-success);border-radius:50%;width:8px;height:8px;animation:1s infinite alternate blink}@keyframes blink{0%{opacity:.3}to{opacity:1}}.gps-map-wrapper{border:1px solid var(--gps-border);background:#f1f5f9;border-radius:16px;flex:1;min-height:500px;position:relative;overflow:hidden}.gps-map-bg{background-image:linear-gradient(#e2e8f0 1px,#0000 1px),linear-gradient(90deg,#e2e8f0 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.gps-map-svg{width:100%;height:100%;position:absolute;inset:0}.gps-path-anim{animation:20s linear infinite dash}@keyframes dash{to{stroke-dashoffset:-200px}}.gps-pulse{transform-origin:50%;animation:2s infinite scalePulse}@keyframes scalePulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2.5)}}.gps-bus-marker{animation:15s ease-in-out infinite alternate moveBus}@keyframes moveBus{0%{transform:translate(400px,200px)}to{transform:translate(600px,150px)}}.gps-map-overlay-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--gps-border);background:#fffffff2;border-radius:16px;width:260px;padding:1.2rem;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 10px 30px #0000001a}.gps-overlay-top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.gps-overlay-top h4{color:var(--gps-text-dark);font-size:1.05rem;font-weight:700}.gps-overlay-top span{font-size:.75rem;font-weight:700}.gps-overlay-stats{gap:1.5rem;display:flex}.gps-os-item{flex-direction:column;display:flex}.gps-os-lbl{color:var(--gps-text-muted);text-transform:uppercase;margin-bottom:.2rem;font-size:.7rem;font-weight:600}.gps-os-item strong{color:var(--gps-text-dark);font-size:1.1rem}.gps-sidebar{flex-direction:column;gap:1.5rem;display:flex}.gps-bus-details{animation-delay:.1s}.gps-bd-driver{border-bottom:1px solid var(--gps-border);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.gps-bd-avatar{object-fit:cover;border-radius:16px;width:60px;height:60px}.gps-bd-driver strong{color:var(--gps-text-dark);font-size:1.1rem;display:block}.gps-bd-driver span{color:var(--gps-text-muted);font-size:.85rem}.gps-bd-metrics{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.gps-bdm{background:var(--gps-bg);border:1px solid #0000;border-radius:12px;align-items:center;gap:.8rem;padding:1rem;display:flex}.gps-bdm svg{color:var(--gps-primary)}.gps-bdm span{color:var(--gps-text-muted);font-size:.75rem;font-weight:600;display:block}.gps-bdm strong{color:var(--gps-text-dark);font-size:1rem}.gps-btn-primary{background:var(--gps-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-size:.95rem;font-weight:700;transition:all .3s}.gps-btn-primary:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.gps-route-list-card{flex:1;animation-delay:.2s}.gps-route-count{background:#f1f5f9;border-radius:8px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.gps-route-list{flex-direction:column;gap:.8rem;max-height:280px;padding-right:.5rem;display:flex;overflow-y:auto}.gps-route-list::-webkit-scrollbar{width:6px}.gps-route-list::-webkit-scrollbar-track{background:0 0}.gps-route-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.gps-route-item{border:1px solid var(--gps-border);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.gps-route-item:hover{background:var(--gps-surface-hover);transform:translate(4px)}.gps-route-item.active{background:#eef2ff;border-color:#c7d2fe}.gps-ri-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.gps-ri-info{flex-direction:column;flex:1;display:flex}.gps-ri-info strong{color:var(--gps-text-dark);font-size:.95rem}.gps-ri-info span{color:var(--gps-text-muted);font-size:.8rem}.gps-ri-status{font-size:.8rem;font-weight:700}.gps-features-banner{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gps-fb-item{background:var(--gps-surface);border:1px solid var(--gps-border);border-radius:var(--gps-radius);box-shadow:var(--gps-shadow);align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .3s;display:flex}.gps-fb-item:hover{box-shadow:var(--gps-shadow-hover);transform:translateY(-5px)}.gps-fb-icon{color:var(--gps-primary);background:#eef2ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.gps-fb-item h4{color:var(--gps-text-dark);margin-bottom:.4rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.gps-fb-item p{color:var(--gps-text-muted);font-size:.85rem;line-height:1.5}@media (width<=1024px){.gps-dashboard{grid-template-columns:1fr}.gps-map-wrapper{min-height:400px}.gps-features-banner{grid-template-columns:1fr}}@media (width<=768px){.gps-hero__stats{flex-direction:column;gap:1rem}.gps-h-stat{width:100%}.gps-bd-metrics{grid-template-columns:1fr}}.ra-page-light{--ra-bg:#f8fafc;--ra-surface:#fff;--ra-text-dark:#0f172a;--ra-text-muted:#64748b;--ra-border:#e2e8f0;--ra-primary:#6366f1;--ra-success:#10b981;--ra-radius:24px;--ra-shadow:0 10px 30px #00000008;--ra-shadow-hover:0 15px 40px #0000000f;background-color:var(--ra-bg);min-height:100vh;color:var(--ra-text-dark);padding-top:80px;padding-bottom:80px;font-family:Inter,sans-serif;overflow-x:hidden}.ra-container{max-width:1280px;margin:0 auto;padding:0 2rem}.ra-title,.ra-card__title{font-family:Outfit,sans-serif}.ra-text-gradient{background:linear-gradient(135deg,#6366f1 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ra-hero{text-align:center;border-bottom:1px solid var(--ra-border);background:#fff;margin-bottom:3rem;padding:6rem 0 4rem;position:relative;overflow:hidden}.ra-hero__bg-shapes{z-index:0;position:absolute;inset:0;overflow:hidden}.ra-shape{filter:blur(80px);opacity:.5;z-index:0;border-radius:50%;position:absolute}.ra-shape--1{background:#e0e7ff;width:400px;height:400px;animation:10s ease-in-out infinite raFloat1;top:-100px;left:-100px}.ra-shape--2{background:#fce7f3;width:500px;height:500px;animation:12s ease-in-out infinite raFloat2;bottom:-200px;right:-100px}@keyframes raFloat1{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}@keyframes raFloat2{0%,to{transform:translate(0)}50%{transform:translate(-40px,-20px)}}.ra-hero__content{z-index:1;opacity:0;max-width:800px;margin:0 auto;transition:opacity .8s,transform .8s;position:relative;transform:translateY(30px)}.ra-hero--visible .ra-hero__content{opacity:1;transform:translateY(0)}.ra-badge{color:var(--ra-text-muted);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.ra-pulse-dot{background:var(--ra-primary);border-radius:50%;width:8px;height:8px;animation:2s infinite raPulse}@keyframes raPulse{0%{box-shadow:0 0 #6366f166}70%{box-shadow:0 0 0 8px #6366f100}to{box-shadow:0 0 #6366f100}}.ra-title{color:var(--ra-text-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.ra-subtitle{color:var(--ra-text-muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.ra-hero__stats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.ra-h-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fffc;border-radius:20px;flex-direction:column;align-items:center;padding:1.2rem 2.5rem;display:flex;box-shadow:0 4px 20px #00000005}.ra-h-stat strong{color:var(--ra-primary);font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.ra-h-stat span{color:var(--ra-text-muted);text-transform:uppercase;margin-top:.2rem;font-size:.85rem;font-weight:600}.ra-dashboard{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.ra-card{background:var(--ra-surface);border-radius:var(--ra-radius);box-shadow:var(--ra-shadow);border:1px solid var(--ra-border);height:100%;padding:2rem}.ra-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.ra-card__title{color:var(--ra-text-dark);font-size:1.25rem;font-weight:800}.ra-card__sub{color:var(--ra-text-muted);margin-top:.3rem;font-size:.9rem}.ra-legend{gap:1rem;display:flex}.ra-legend-item{color:var(--ra-text-muted);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.ra-dot{border-radius:50%;width:10px;height:10px}.ra-dot-school{background:var(--ra-primary)}.ra-dot-nat{background:#e2e8f0}.ra-bar-chart{border-bottom:1px solid var(--ra-border);justify-content:space-around;align-items:flex-end;height:350px;padding-top:2rem;display:flex}.ra-bar-group{flex-direction:column;align-items:center;gap:1rem;height:100%;animation:.6s both slideUp;display:flex}.ra-bars{align-items:flex-end;gap:.4rem;width:60px;height:100%;display:flex}.ra-bar-wrapper{background:#f8fafc;border-radius:8px 8px 0 0;flex:1;align-items:flex-end;height:100%;display:flex;position:relative}.ra-bar{transform-origin:bottom;border-radius:8px 8px 0 0;width:100%;animation:1s cubic-bezier(.22,1,.36,1) forwards raGrow}.ra-bar-nat{background:#cbd5e1}@keyframes raGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.ra-bar-label{color:var(--ra-text-muted);font-size:.85rem;font-weight:600}.tooltip-wrap{cursor:pointer}.ra-tooltip{background:var(--ra-text-dark);color:#fff;opacity:0;visibility:hidden;white-space:nowrap;border-radius:6px;padding:.4rem .6rem;font-size:.75rem;font-weight:600;transition:all .2s;position:absolute;top:-35px;left:50%;transform:translate(-50%)}.tooltip-wrap:hover .ra-tooltip{opacity:1;visibility:visible;top:-40px}.ra-tooltip:after{content:"";border-style:solid;border-width:5px;border-color:var(--ra-text-dark) transparent transparent transparent;position:absolute;top:100%;left:50%;transform:translate(-50%)}.ra-sidebar{flex-direction:column;gap:1.5rem;display:flex}.ra-bg-primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#ec4899 100%);flex-direction:column;justify-content:center;display:flex}.ra-bg-primary h3{color:#fff;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.3rem}.ra-bg-primary p{color:#ffffffd9;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.ra-btn-white{color:#6366f1;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .2s}.ra-btn-white:hover{transform:translateY(-2px)}.ra-trend-list{flex-direction:column;gap:1.2rem;margin-top:1.5rem;display:flex}.ra-trend-item{align-items:center;gap:1rem;display:flex}.ra-trend-item strong{color:var(--ra-text-dark);width:45px;font-size:.95rem}.ra-trend-track{background:#f1f5f9;border-radius:10px;flex:1;height:8px;overflow:hidden}.ra-trend-fill{background:#6366f1;border-radius:10px;height:100%}.ra-trend-val{font-size:.95rem;font-weight:700}.ra-trend-diff{text-align:right;width:30px;font-size:.8rem;font-weight:700}.ra-up{color:var(--ra-success)}.ra-down{color:var(--ra-danger)}@media (width<=1024px){.ra-dashboard{grid-template-columns:1fr}}@media (width<=768px){.ra-hero__stats{flex-direction:column;gap:1rem}.ra-h-stat{width:100%}.ra-bar-chart{justify-content:flex-start;gap:2rem;padding-bottom:1rem;overflow-x:auto}.ra-card__header{flex-direction:column;gap:1rem}}
