@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.navbar{display:flex;align-items:center;justify-content:space-between;height:110px;padding:0 4rem;background:#f2efef;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.05);font-family:Inter,sans-serif}.logo{height:70px;cursor:pointer;transition:transform .25s ease}.logo:hover{transform:scale(1.03)}.nav-links{display:flex;align-items:center;gap:2.4rem;list-style:none;font-size:1.05rem;font-weight:500;letter-spacing:.3px}.nav-links li{position:relative;cursor:pointer;color:#1f2937;padding:6px 0}.nav-links li:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:#056adf;transition:width .25s ease}.nav-links li:hover:after{width:100%}.dropdown{position:relative;display:inline-flex;align-items:center;gap:6px}.arrow-nav{font-size:.65rem;transition:transform .25s ease}.dropdown:hover .arrow-nav{transform:rotate(180deg) scale(1.1)}.dropdown-menu{position:absolute;top:100%;left:-10px;background:#d4d1d1;min-width:220px;border-radius:0 0 14px 14px;padding:.6rem 0;box-shadow:0 18px 40px #0000001f;opacity:0;transform:translateY(8px) scale(.98);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.dropdown:hover>.dropdown-menu,.dropdown-menu:hover{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.dropdown-menu li{list-style:none;padding:.75rem 1.4rem;font-size:1rem;font-weight:500;position:relative;transition:all .25s ease}.dropdown-menu li:before{content:"";position:absolute;left:0;top:50%;width:4px;height:0;background:#056adf;border-radius:2px;transform:translateY(-50%);transition:height .25s ease}.dropdown-menu li:hover{background:#056adf14;color:#056adf;padding-left:1.7rem}.dropdown-menu li:hover:before{height:60%}.nav-right{display:flex;align-items:center}.apply-btn{background:linear-gradient(135deg,#056adf,#0b7cff);color:#fff;border:none;padding:.7rem 1.6rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 10px 20px #056adf40;transition:all .25s ease}.apply-btn:hover{background:#ebb41a;color:#000;box-shadow:0 12px 25px #ebb41a59;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:24px;height:3px;background:#0f172a;border-radius:2px}.mobile-menu{position:fixed;top:90px;right:0;width:100%;background:#fff;padding:1.5rem 1.25rem 2rem;transform:translateY(-120%);transition:transform .35s ease;z-index:999;box-shadow:0 12px 30px #0000001f;border-top:1px solid rgba(0,0,0,.06)}.mobile-menu.open{transform:translateY(0)}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:0;padding:0}.mobile-menu>ul>li{border-radius:10px;padding:.85rem .9rem;background:#f8fafc;font-size:1rem;font-weight:500;color:#0f172a}.mobile-menu a{text-decoration:none;color:inherit;display:block;width:100%}.mobile-dropdown{background:#f8fafc;border-radius:10px;padding:.85rem .9rem}.mobile-dropdown-header{display:flex;align-items:center;justify-content:space-between}.mobile-arrow{background:#e2e8f0;border:none;border-radius:6px;width:28px;height:28px;font-size:.9rem;cursor:pointer;transition:transform .25s ease,background .25s ease}.mobile-dropdown.open .mobile-arrow{transform:rotate(180deg);background:#c7d2fe}.mobile-submenu{list-style:none;margin-top:.75rem;padding-left:.5rem;display:flex;flex-direction:column;gap:.6rem}.mobile-submenu li{padding:.45rem .75rem;border-radius:6px;font-size:.95rem;background:#eef2ff}.mobile-submenu li a{color:#1e3a8a}.mobile-apply{margin-top:1.2rem;width:100%;text-align:center;padding:.9rem;border-radius:12px;font-size:1rem}@media(max-width:900px){.nav-links,.nav-right{display:none}.navbar{height:90px;padding:0 1.5rem}.logo{height:60px}.hamburger{display:flex}}@media(min-width:901px){.mobile-menu{display:none!important;transform:none!important}}.nav-links a.active{color:#6c63ff}.navbar a{color:inherit;text-decoration:none}.apply-modal-backdrop{position:fixed;inset:0;background:#050b1fbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.apply-modal-card{position:relative;width:100%;max-width:420px;border-radius:14px;box-shadow:0 30px 70px #00000073}.apply-close-btn{position:absolute;top:12px;right:12px;background:#ffffff1a;border:none;color:#cd4848;font-size:16px;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.apply-close-btn:hover{background:#c0080833}.hero-stats{--stats-position: absolute;--stats-bottom: -40px;--stats-left: 50%;--stats-transform: translateX(-50%)}.hero-wrapper{background:radial-gradient(circle at top left,#0d50ba,#1341ac);color:#f8fafc;width:100%;font-family:Inter,sans-serif;position:relative;min-height:740px;overflow:visible}.hero-section{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:1.2fr .9fr;gap:6rem;align-items:center}.hero-section{position:relative;z-index:1}.hero-left{display:flex;flex-direction:column;justify-content:center}.hero-text h1{font-size:3.5rem;line-height:1.15;font-weight:800;letter-spacing:-.02em}.hero-text p{font-size:1.3rem;line-height:1.6;color:#e5e7eb;max-width:740px}.hero-image-wrapper{position:relative;z-index:1;margin-top:2rem}.hero-image-wrapper img{width:110%;height:auto;filter:drop-shadow(0 20px 20px rgba(0,0,0,.25))}.hero-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;position:relative;z-index:10}.form-header{margin-bottom:1.5rem;text-align:center}.hero-form h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.text-gradient{color:#0284c7}.form-sub{font-size:.925rem;color:#64748b;line-height:1.5}.hero-form form{display:flex;flex-direction:column;gap:1rem}.input-group input,.input-group select{width:100%;padding:.875rem 1rem;border-radius:12px;border:1px solid #e2e8f0;background-color:#f8fafc;color:#334155;font-size:.95rem;transition:all .2s ease}.input-group input:focus,.input-group select:focus{outline:none;border-color:#38bdf8;background-color:#fff;box-shadow:0 0 0 4px #38bdf81a}.hero-form button{margin-top:.5rem;background:linear-gradient(to right,#0284c7,#2563eb);color:#fff;border:none;padding:1rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 4px 6px -1px #2563eb33;transition:box-shadow .2s}.hero-form button:hover{box-shadow:0 10px 15px -3px #2563eb4d}.hero-stats{background:#000c;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5rem;width:1500px;border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;left:50%;bottom:-60px;transform:translate(-50%);z-index:50}.stat-item{text-align:center}.stat-item h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.stat-item span{font-size:.9rem;color:#cbd5f5;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-separator{width:1px;height:40px;background:#fff3}@media(max-width:1224px){.hero-section{grid-template-columns:1fr;gap:3rem;padding:0;text-align:center;width:100%}.hero-left{align-items:center}.hero-text p{margin:0 auto 2rem}.hero-form{max-width:520px;margin:0 auto;width:100%}.hero-stats{position:relative;width:90%;max-width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem;border-radius:16px}.stat-separator{display:none}}@media(max-width:600px){.hero-text h1{font-size:2.25rem}.hero-stats{grid-template-columns:1fr}}.stat-icon{font-size:2rem}@media(max-width:768px){.hero-wrapper{padding:25px}.hero-section{grid-template-columns:1fr;padding:0;text-align:left}.hero-left{align-items:center}.hero-text h1{font-size:2rem;margin-bottom:.75rem}.hero-text p{font-size:1rem;line-height:1.5;max-width:100%;margin:0}.hero-image-wrapper{top:-20px;order:2;margin:1.5rem 0}.hero-image-wrapper img{width:105%;display:block;filter:none}.hero-form{order:3;width:100%;top:-90px;padding:1.5rem .9rem;border-radius:18px}.form-header h2{font-size:1.25rem}.form-sub{font-size:.9rem;margin-bottom:1.2rem}.input-group input,.input-group select{font-size:.95rem;padding:.85rem}.hero-form button{font-size:.95rem;padding:.9rem}.hero-stats{position:relative;left:auto;bottom:auto;transform:none;top:-20px;width:100%;max-width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem;border-radius:16px}.stat-item h3{font-size:1.4rem}.stat-item span{font-size:.85rem}.stat-separator{display:none}}.success-section{width:100%;padding:80px 20px;text-align:center;background:#f2efef}.success-section h2{font-size:42px;color:#0021c6;font-weight:700}.subtitle{margin-top:10px;color:#1e293b;font-size:18px}.carousel-wrapper{position:relative;margin-top:60px;display:flex;align-items:center;justify-content:center;gap:40px}.main-card{width:800px;height:380px;background:#fff;border-radius:16px;border:2px solid #ffd2d2;display:flex;overflow:hidden;position:relative;box-shadow:0 15px 40px #00000014}.text-part{width:55%;padding:40px;text-align:left;position:relative}.text-part p{line-height:1.7;color:#1f2937;font-size:15px;margin-top:10px}.quote{position:absolute;top:10px;left:30px;font-size:80px;color:#f08a99;font-family:serif}.user{margin-left:50%;margin-top:40px}.user h4{margin:0;font-size:20px;font-weight:700}.user span{font-size:14px;color:#475569}.image-part{width:45%}.image-part img{width:100%;height:100%;object-fit:cover}.side-card{width:150px;height:220px;border-radius:12px;overflow:hidden;opacity:.9;box-shadow:0 10px 25px #0000001f}.side-card img{width:100%;height:100%;object-fit:cover}.side-card.left{transform:translate(20px)}.side-card.right{transform:translate(-20px)}.nav{position:absolute;top:80%;transform:translateY(-50%);width:55px;height:55px;border-radius:50%;border:none;background:#aeaaaa;cursor:pointer;font-size:20px;box-shadow:0 5px 15px #0003}.left-btn{left:10px}.right-btn{right:10px}.dots{margin-top:25px}.dot{display:inline-block;width:10px;height:10px;background:#d1d5db;border-radius:50%;margin:0 6px;cursor:pointer}.dot.active{width:26px;border-radius:8px;background:#2400c6}@media(max-width:1000px){.side-card{display:none}.main-card{width:95%;flex-direction:column;height:auto}.text-part,.image-part{width:100%}.image-part{height:260px}}.slide{transition:transform .45s ease,opacity .45s ease}.slide.anim{transform:translate(-8px);opacity:.95}.fade-text{animation:fadeUp .45s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade{animation:sideFade .45s ease}@keyframes sideFade{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.zoom-img img{animation:zoomIn .6s ease}@keyframes zoomIn{0%{transform:scale(1.08)}to{transform:scale(1)}}.nav{transition:transform .2s ease}.nav:hover{transform:translateY(-50%) scale(1.08)}.company-banner img{margin-left:15%;width:70%}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.mentor-carousel{max-width:1200px;padding:80px 20px;background:#f2efef;margin:10px auto}.mentor-title{text-align:center;font-size:42px;font-weight:700;color:#1217b1}.mentor-subtitle{max-width:1000px;margin:0 auto 60px;font-size:18px}.mentor-slide{width:340px}.mentor-card{background-color:#afababa7;position:relative;border-radius:18px;border:5px #e07614 solid;overflow:hidden;height:570px}.mentor-card img{width:100%;height:400px;object-fit:cover}.mentor-role{position:absolute;font-weight:800;top:20px;left:20px;background:#eabc9a;color:#060606;padding:8px 14px;border-radius:20px}.mentor-content{padding:22px;text-align:left;margin-bottom:20px}.mentor-carousel .swiper-slide{transition:all .4s ease}.mentor-carousel .swiper-slide:not(.swiper-slide-active){filter:blur(10px);opacity:.35;transform:scale(.86)}.mentor-carousel .swiper-slide-active{filter:blur(0);opacity:1;transform:scale(1)}.mentor-carousel .swiper-button-next,.mentor-carousel .swiper-button-prev{color:#111}.review-carousel{padding:80px 20px;background:#f2efef;max-width:1700px;margin:0 auto}.review-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:50px}.review-title span{color:#1a73e8}.arrow{display:none}.review-card{background:#fff;border-radius:14px;padding:26px;box-shadow:0 12px 30px #00000014;height:100%;min-height:280px}.review-header{display:flex;justify-content:space-between;align-items:center}.review-header h4{font-size:16px;font-weight:700;color:#6b6b8a}.review-stars{background:#f7fbf8;color:#ffc107;font-size:14px;padding:6px 10px;border-radius:8px}.quote-icon{font-size:28px;color:#1a73e8;margin:16px 0 10px}.review-text{font-size:14px;color:#555;line-height:1.7}.review-carousel .swiper-button-next,.review-carousel .swiper-button-prev{display:none}.why-section{padding:6rem 4rem;background:#fff;text-align:center}.why-tag{font-size:1.5rem;font-weight:600;color:#0b7cff;letter-spacing:.12em}.why-heading{font-size:2.6rem;font-weight:700;margin:.8rem 0 3.5rem}.why-heading span{color:#0b7cff}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.why-card{background:#c0bfbf;border-radius:18px;padding:1.8rem;text-align:left;box-shadow:0 14px 40px #00000014;border-bottom:6px solid transparent;transition:all .3s ease}.why-card img{width:100%;height:190px;object-fit:cover;border-radius:14px;margin-bottom:1.3rem}.why-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.why-card ul{list-style:none;padding:0;margin:0}.why-card li{display:flex;gap:.6rem;font-size:.95rem;line-height:1.5;margin-bottom:.75rem;position:relative;padding-left:1.6rem}.why-card li:before{content:"✔";position:absolute;left:0;top:0;font-size:.9rem;font-weight:700}.why-card.blue{border-color:#38bdf8}.why-card.blue li:before{color:#0b7cff}.why-card.green{border-color:#34d399}.why-card.green li:before{color:#10b981}.why-card.purple{border-color:#818cf8}.why-card.purple li:before{color:#6366f1}@media(max-width:1024px){.why-grid{grid-template-columns:1fr}.why-section{padding:4rem 1.5rem}.why-heading{font-size:2.1rem}}.courses-section{width:100%;background:#f2efef}.courses-title{text-align:center;font-size:2.4rem;font-weight:700;margin-bottom:3rem}.courses-layout{display:grid;grid-template-columns:260px 1fr;gap:2.5rem;max-width:1500px;margin:0 auto}.courses-sidebar{display:flex;flex-direction:column;gap:.6rem}.category{padding:.9rem 1.1rem;border-radius:8px;background:#fff;border:1px solid #e5e7eb;cursor:pointer;font-weight:500;display:flex;justify-content:space-between;align-items:center}.category.active{background:#eaf6ff;color:#0b7cff;border-color:#0b7cff}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.course-card{padding:0;background:#fff;border-radius:14px;box-shadow:0 14px 35px #00000014;display:flex;flex-direction:column;overflow:hidden}.course-image{position:relative}.course-image img{width:100%;height:180px;object-fit:cover}.course-tag{position:absolute;top:12px;right:12px;background:#fff;color:#16a34a;font-size:.75rem;padding:4px 10px;border-radius:20px;font-weight:600}.course-body{padding:1.4rem}.course-body h3{font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.outcomes-title{color:#ef4444;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.course-body ul{list-style:none;padding:0;margin:0}.course-body li{font-size:.9rem;line-height:1.5;margin-bottom:.5rem;position:relative;padding-left:1.4rem}.course-body li:before{content:"✔";position:absolute;left:0;color:#0b7cff}.course-footer{width:95%;margin:auto auto 10px;display:flex;gap:10px}.btn-outline{flex:1;border:none;border-top:1px solid #e5e7eb;background:#dbd7d7;padding:.8rem;font-weight:600;cursor:pointer;text-align:center}.btn-primary{flex:1;border:none;background:#0b7cff;color:#fff;padding:.8rem;font-weight:600;cursor:pointer}@media(max-width:1100px){.courses-layout{grid-template-columns:1fr}.courses-sidebar{display:none}.courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.courses-section{padding:0}.courses-grid{padding:10px;grid-template-columns:1fr}.courses-why-image img{width:100%}}.courses-why-image{margin-top:6rem;width:100%;background:#f2efef;display:flex;justify-content:center}.courses-why-image img{width:103.2%;height:auto}@media(max-width:1024px){.why-grid,.course-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.why-grid,.course-grid{grid-template-columns:1fr}.why h2,.courses h2,.cta h2{font-size:1.8rem}}//footer .footer{background:#0692dd;color:#fff;font-family:Inter,sans-serif}.footer-container{max-width:1400px;margin:auto;padding:4rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.brand{padding:20px;border-radius:10px;background-color:#f2efef;color:#000}.footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.footer-logo img{width:200px}.footer-logo span{font-size:2rem;font-weight:700}.footer-col p{font-size:1.2rem;line-height:1.6;max-width:360px}.footer-col h4{font-size:1.1rem;margin-bottom:1.2rem}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.8rem;font-size:.95rem}.footer-col ul li a{color:#fff;text-decoration:none;transition:opacity .2s}.footer-col ul li a:hover{opacity:.8}.socials{display:flex;gap:.8rem;margin-top:1.5rem;color:#000}.socials a{width:40px;height:40px;background:#6c696926;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#000;font-size:1rem}.contact li{display:flex;gap:.6rem;align-items:flex-start}.footer-bottom{border-top:1px solid rgba(255,255,255,.25);padding:2rem;text-align:center;font-size:.9rem}.footer-tags{margin-top:1rem;line-height:1.6;font-size:.85rem;opacity:.9}@media(max-width:900px){.footer-container{grid-template-columns:1fr;text-align:left}.footer-col p{max-width:100%}}.faq-section{width:100%;padding:80px 20px;background-color:#fff;text-align:center}.faq-subtitle{color:#1a73e8;font-weight:600;letter-spacing:1px;margin-bottom:8px}.faq-title{font-size:36px;font-weight:700;margin-bottom:40px}.faq-container{max-width:900px;margin:0 auto;text-align:left}.faq-item{border:1px solid #ddd;margin-bottom:12px;border-radius:4px;overflow:hidden}.faq-question{width:100%;background:none;border:none;padding:18px 20px;font-size:16px;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question:hover{background-color:#f9f9f9}.faq-icon{font-size:22px;color:#1a73e8}.faq-answer{padding:0 20px 18px;font-size:15px;color:#555;line-height:1.6}:root{--primary-blue: #0056b3;--accent-orange: #ff8c00;--bg-light: #f2efef;--text-dark: #2d3436;--white: #ffffff}.campus-page{font-family:Inter,sans-serif;color:var(--text-dark);background:var(--bg-light);line-height:1.6}.campus-container{max-width:1200px;margin:0 auto;padding:0 20px}.text-blue{color:var(--primary-blue)}.text-orange{color:var(--accent-orange)}.text-center{text-align:center}.campus-hero{padding:100px 0;background:linear-gradient(135deg,#fff,#f2efef)}.hero-grid{display:flex;align-items:center;gap:60px}.badge{background:#0056b31a;color:var(--primary-blue);padding:5px 15px;border-radius:20px;font-weight:600;font-size:14px}.campus-left h1{font-size:48px;margin:20px 0;line-height:1.2}.hero-list{list-style:none;padding:0;margin:25px 0}.hero-list li:before{content:"✓";color:var(--accent-orange);font-weight:700;margin-right:10px}.btn-primary{background:var(--primary-blue);padding:14px 28px;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s;display:inline-block}.btn-outline{border:2px solid var(--primary-blue);padding:12px 26px;margin-left:15px;color:var(--primary-blue);text-decoration:none;border-radius:8px;font-weight:600}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0056b34d}.image-overlay-card{position:relative}.main-hero-img{width:100%;border-radius:20px;box-shadow:20px 20px 60px #d9d6d6}.stats-floater{position:absolute;bottom:-20px;left:-20px;background:var(--white);padding:20px;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column}.stats-bar{background:var(--primary-blue);color:#fff;display:flex;justify-content:space-around;padding:40px;border-radius:15px;max-width:1000px;margin:-50px auto 50px;position:relative;z-index:10}.campus-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:80px 0;align-items:center}.campus-section img{width:100%;border-radius:15px;border-bottom:8px solid var(--accent-orange)}.section-title{font-size:32px;margin-bottom:50px}.faq-section{background:var(--white);padding:80px 0}details{background:var(--bg-light);padding:20px;border-radius:8px;margin-bottom:15px}summary{font-weight:600;font-size:18px;color:var(--primary-blue)}@media(max-width:768px){.hero-grid,.campus-section,.campus-section.reverse{flex-direction:column;grid-template-columns:1fr;text-align:center}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Arial,sans-serif}body{background:#f4eeee;color:#222}section{padding:4rem 2rem}.footer{background:radial-gradient(circle at top left,#0d50ba,#1341ac);color:#fff;font-family:Inter,sans-serif}.privacy-wrapper{max-width:1200px;margin:0 auto;padding:80px 16px 60px;font-family:system-ui,sans-serif}.privacy-header{text-align:center;margin-bottom:60px}.privacy-icon{font-size:50px;color:#e11d48;margin-bottom:8px}.privacy-divider{width:70px;height:4px;background:linear-gradient(90deg,#c6001d,#2563eb);margin:12px auto 22px;border-radius:4px}.privacy-header h1{color:#c6001d;font-size:50px;margin-bottom:12px}.privacy-header p{color:#475569;line-height:1.75;font-size:20px;max-width:760px;margin:0 auto}.privacy-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}.privacy-card{background:linear-gradient(180deg,#fff,#fafafa);border-radius:14px;padding:22px 24px;box-shadow:0 10px 28px #00000014;border-left:6px solid #c6001d;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.privacy-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.privacy-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(0,0,0,.05),transparent 60%);opacity:0;transition:opacity .25s ease;pointer-events:none}.privacy-card:hover:after{opacity:1}.privacy-card h3{margin:0 0 12px;font-size:20px;color:#0f172a}.privacy-card ul{padding-left:18px;margin:0}.privacy-card li{font-size:17px;color:#334155;margin-bottom:8px;line-height:1.55}.privacy-contact-box{margin-top:14px;background:#fee2e2;padding:10px 14px;border-radius:10px;color:#991b1b;font-weight:600;font-size:14px;display:inline-block;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.privacy-contact-box:hover{transform:translateY(-2px);box-shadow:0 8px 18px #00000026}.reveal{opacity:0;transform:translateY(24px);animation:revealUp .7s ease forwards}.reveal:nth-child(1){animation-delay:.05s}.reveal:nth-child(2){animation-delay:.1s}.reveal:nth-child(3){animation-delay:.15s}.reveal:nth-child(4){animation-delay:.2s}.reveal:nth-child(5){animation-delay:.25s}.reveal:nth-child(6){animation-delay:.3s}.reveal:nth-child(7){animation-delay:.35s}.reveal:nth-child(8){animation-delay:.4s}.reveal:nth-child(9){animation-delay:.45s}.reveal:nth-child(10){animation-delay:.5s}.reveal:nth-child(11){animation-delay:.55s}.reveal:nth-child(12){animation-delay:.6s}@keyframes revealUp{to{opacity:1;transform:translateY(0)}}.blue{border-left-color:#2563eb}.green{border-left-color:#16a34a}.purple{border-left-color:#7c3aed}.red{border-left-color:#dc2626}.orange{border-left-color:#f97316}.pink{border-left-color:#db2777}.indigo{border-left-color:#4f46e5}.teal{border-left-color:#14b8a6}.cyan{border-left-color:#06b6d4}.yellow{border-left-color:#eab308}.gray{border-left-color:#64748b}.dark{border-left-color:#0f172a}.privacy-footer-note{margin-top:48px;text-align:center;font-size:13px;color:#64748b}.notes-page{width:100%;min-height:100vh;background:#f6f8fb;padding-bottom:60px}.notes-hero{width:100%;height:240px;background:linear-gradient(135deg,#050b1f,#0d1b3d);display:flex;align-items:center}.notes-hero-content{width:100%;max-width:1200px;margin:auto;color:#fff}.notes-hero-content h1{font-size:46px;font-weight:700;display:flex;align-items:center;gap:12px}.notes-hero-content h1 span{color:#fc0}.notes-hero-content p{margin-top:12px;font-size:18px;opacity:.9;max-width:650px}.notes-tabs{width:100%;max-width:1500px;margin:28px auto 20px;display:flex;flex-wrap:wrap;gap:18px;font-size:14px}.notes-tabs span{cursor:pointer;color:#333;font-weight:500;padding-bottom:6px;border-bottom:2px solid transparent}.notes-tabs span.active{color:#1e4fff;border-bottom:2px solid #1e4fff}.notes-grid{width:90%;max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:22px}.note-card{background:#fff;border-radius:12px;box-shadow:0 10px 22px #00000012;padding:14px;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.note-card:hover{transform:translateY(-6px);box-shadow:0 14px 26px #00000017}.note-cover-link{text-decoration:none}.note-thumbnail{height:280px;background:#fff;border-radius:10px;position:relative;overflow:hidden;border:1px solid #eee}.pdf-preview{width:100%;height:100%;border:none;pointer-events:none;border-radius:10px;transform:scale(1.03)}.pdf-badge{position:absolute;top:10px;right:10px;background:#ff3b3b;color:#fff;font-size:12px;padding:4px 10px;border-radius:14px;font-weight:600}.note-info{padding:10px 2px 0}.note-category{display:inline-block;font-size:12px;font-weight:600;color:#1e4fff;background:#eef1ff;padding:4px 8px;border-radius:6px;margin-bottom:6px}.note-title{margin-top:6px;font-size:15px;font-weight:700;line-height:1.3}.note-description{margin-top:6px;font-size:13px;color:#555;line-height:1.4;min-height:36px}.note-actions{margin-top:auto;display:flex;gap:10px;padding-top:12px}.note-actions a{flex:1;text-align:center;padding:9px 10px;border-radius:7px;font-size:13px;font-weight:600;text-decoration:none}.view-btn{border:1px solid #d6d9ff;color:#1e4fff;background:#f4f6ff}.view-btn:hover{background:#e9ecff}.download-btn{background:#1e4fff;color:#fff}.download-btn:hover{background:#1538c7}.dsaf-coming-wrapper{position:relative;min-height:90vh;width:100%;background:linear-gradient(135deg,#727275,#0d1b3d);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:24px}.dsaf-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px;opacity:.35}.dsaf-bg-glow{position:absolute;width:520px;height:520px;background:radial-gradient(circle,rgba(30,79,255,.25),transparent 60%);top:-120px;right:-120px;filter:blur(40px)}.dsaf-coming-card{position:relative;max-width:620px;width:100%;background:#ffffff0d;border-radius:18px;padding:46px 48px;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 60px #00000059;z-index:2}.dsaf-tag{display:inline-block;padding:6px 14px;border-radius:16px;font-size:12px;font-weight:700;letter-spacing:1px;background:#1e4fff26;color:#9fb0ff;border:1px solid rgba(30,79,255,.35);margin-bottom:16px}.dsaf-coming-card h1{font-size:36px;font-weight:700;line-height:1.2;margin-bottom:14px}.dsaf-coming-card p{font-size:15px;line-height:1.7;color:#d9ddff}.dsaf-feature-list{margin-top:18px;padding-left:18px;list-style:none}.dsaf-feature-list li{position:relative;padding-left:18px;margin-bottom:10px;font-size:14px;color:#eef0ff}.dsaf-feature-list li:before{content:"✔";position:absolute;left:0;top:0;color:#1e4fff;font-size:14px}.dsaf-actions{margin-top:28px}.dsaf-btn-primary{display:inline-block;padding:12px 26px;border-radius:8px;background:#1e4fff;color:#fff;font-weight:600;font-size:14px;text-decoration:none;transition:background .2s ease,transform .2s ease}.dsaf-btn-primary:hover{background:#1538c7;transform:translateY(-2px)}@media(max-width:600px){.dsaf-coming-card{padding:34px 26px}.dsaf-coming-card h1{font-size:28px}}.hire-page{width:100%;color:#0b1437;padding:0}.hire-container{width:90%;max-width:1500px;margin:auto}.hire-checks{list-style:none;margin-top:16px}.hire-checks li{position:relative;padding-left:22px;margin-bottom:10px;font-size:14px;color:#334155}.hire-checks li:before{content:"✔";position:absolute;left:0;top:0;color:#1e4fff;font-weight:700}.hire-hero{background:#fff;padding:80px 0}.hire-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:50px}.hire-badge{display:inline-block;background:#eaf0ff;color:#1e4fff;font-weight:600;font-size:12px;padding:6px 12px;border-radius:6px;margin-bottom:12px}.hire-hero-left h1{font-size:36px;line-height:1.2;margin-bottom:12px}.hire-primary-btn{margin-top:20px;background:#1e4fff;color:#fff;border:none;padding:12px 22px;border-radius:8px;cursor:pointer;font-weight:600}.hire-hero-right img{width:100%}.hire-section{padding:70px 0}.hire-section-title{text-align:center;margin-bottom:50px}.hire-section-title h2{font-size:28px}.hire-section-title span{color:#1e4fff;font-weight:600}.hire-two-col{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;margin-bottom:70px}.hire-two-col.reverse{grid-template-columns:1fr 1fr}.hire-two-col.reverse .hire-text-box{order:1}.hire-two-col.reverse .hire-img-box{order:2}.hire-img-box img{width:100%}.hire-img-box.small img{max-width:380px}.hire-text-box h3{font-size:22px;margin-bottom:8px}.hire-text-box p{font-size:14px;color:#475569}.hire-portal{background:#f6f9ff;padding:70px 0}.hire-form-section{padding:80px 0;background:#fff}.hire-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.hire-form-left h3{font-size:26px;margin-bottom:6px}.hire-form-sub{font-size:14px;color:#475569}.hire-steps{margin-top:26px}.hire-steps>div{display:flex;gap:14px;margin-bottom:18px}.hire-steps span{min-width:28px;height:28px;background:#1e4fff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.hire-form-right{background:#fff;border:1px solid #e5eaf5;padding:28px;border-radius:12px}.hire-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hire-form-right input,.hire-form-right textarea{width:100%;padding:10px 12px;margin-bottom:12px;border-radius:6px;border:1px solid #dbe2f1;outline:none;font-size:14px}.hire-form-right button{width:100%;padding:12px;background:#1e4fff;border:none;color:#fff;border-radius:8px;font-weight:600;cursor:pointer}@media(max-width:900px){.hire-hero-grid,.hire-two-col,.hire-form-grid{grid-template-columns:1fr}.hire-two-col.reverse .hire-text-box,.hire-two-col.reverse .hire-img-box{order:unset}.hire-hero{padding:50px 0}}.hire-checks.interactive li{transition:transform .2s ease;cursor:default}.hover-zoom img{transition:transform .35s ease}.hover-zoom:hover img{transform:scale(1.06)}.hire-callback-backdrop{position:fixed;inset:0;background:#080e28a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:18px}.hire-callback-card{width:100%;max-width:900px;background:#fff;border-radius:14px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:0 30px 70px #00000059}.hire-callback-left{position:relative}.hire-callback-left img{width:100%;height:100%;object-fit:cover;display:block}.hire-callback-overlay{position:absolute;inset:0;padding:34px 30px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(to top,#000000b3,#00000026)}.hire-callback-overlay h3{font-size:24px;font-weight:700;line-height:1.25;margin-bottom:10px}.hire-callback-overlay p{font-size:14px;line-height:1.6;opacity:.95}.hire-callback-right{position:relative;padding:36px 36px 34px}.hire-callback-close{position:absolute;right:16px;top:12px;background:transparent;border:none;font-size:22px;cursor:pointer;color:#0b1437}.hire-callback-right h2{font-size:26px;margin-bottom:6px;color:#0b1437}.hire-callback-sub{font-size:14px;color:#6b7280;margin-bottom:18px}.hire-callback-right form{display:flex;flex-direction:column;gap:12px}.hire-callback-right input,.hire-callback-right textarea{padding:12px;border-radius:6px;border:1px solid #dbe3ff;outline:none;font-size:14px}.hire-callback-right input:focus,.hire-callback-right textarea:focus{border-color:#1e4fff}.hire-callback-btn{margin-top:6px;align-self:flex-start;background:#18b2ff;border:none;color:#fff;padding:10px 26px;border-radius:6px;font-weight:600;cursor:pointer}.hire-callback-btn:hover{background:#1e4fff}@media(max-width:800px){.hire-callback-card{grid-template-columns:1fr}.hire-callback-left{display:none}}.mentor-apply-page{background:#fff;padding:80px 0 90px}.mentor-apply-head{text-align:center;margin-bottom:40px}.mentor-apply-head span{font-size:13px;font-weight:600;color:#1e4fff;letter-spacing:.6px}.mentor-apply-head h1{margin-top:10px;font-size:28px;font-weight:700;color:#0b1437}.mentor-form-wrapper{max-width:760px;margin:auto;background:#fff;border-radius:12px;box-shadow:0 15px 40px #1e4fff14;padding:36px 40px}.mentor-form{width:100%}.mentor-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.mentor-form input,.mentor-form select,.mentor-form textarea{width:100%;padding:14px;border-radius:6px;border:1px solid #dbe3ff;font-size:14px;outline:none}.mentor-form textarea{resize:none;margin-bottom:18px}.mentor-form input:focus,.mentor-form select:focus,.mentor-form textarea:focus{border-color:#1e4fff}.mentor-submit-btn{background:linear-gradient(135deg,#1e4fff,#18b2ff);color:#fff;border:none;padding:12px 22px;border-radius:22px;font-weight:600;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.mentor-contact-cards{max-width:900px;margin:70px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:40px}.mentor-contact-card{background:#fff;border-radius:12px;padding:32px 20px;text-align:center;box-shadow:0 12px 30px #0000000d}.mentor-icon{width:50px;height:50px;background:#f1f5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#1e4fff;margin:auto auto 12px}.mentor-contact-card h4{font-size:16px;margin-bottom:6px;color:#0b1437}.mentor-contact-card p{font-size:14px;color:#475569}@media(max-width:768px){.mentor-form-wrapper{padding:28px 22px}.mentor-form-row{grid-template-columns:1fr}.mentor-contact-cards{grid-template-columns:1fr;gap:20px}.mentor-apply-head h1{font-size:22px}}:root{--admin-bg: #f2efef;--admin-panel: #ffffff;--admin-border: #e1e1e1;--admin-text: #1f2937;--admin-muted: #6b7280;--admin-blue: #2563eb;--admin-orange: #f59e0b;--admin-danger: #ef4444}.admin-root{min-height:100vh;background:var(--admin-bg);color:var(--admin-text);padding:40px 20px;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-card{background:var(--admin-panel);border:1px solid var(--admin-border);border-radius:14px;padding:24px;box-shadow:0 10px 25px #0000000d}.admin-title{font-size:22px;font-weight:600}.admin-login-box{max-width:380px;margin:80px auto 0}.admin-form input{width:100%;padding:12px 14px;border-radius:8px;border:1px solid var(--admin-border);background:#fff;color:var(--admin-text);outline:none;margin-bottom:14px}.admin-form input:focus{border-color:var(--admin-blue)}.admin-form input::placeholder{color:var(--admin-muted)}.admin-btn{width:100%;padding:11px 14px;border-radius:8px;border:none;background:var(--admin-blue);color:#fff;font-weight:600;cursor:pointer}.admin-btn:hover{filter:brightness(1.05)}.admin-btn:disabled{opacity:.6}.admin-error{color:var(--admin-danger);font-size:14px;margin-bottom:10px}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:10px}.admin-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.admin-tab{background:#f8fafc;color:var(--admin-text);border:1px solid var(--admin-border);padding:8px 14px;border-radius:999px;cursor:pointer;font-size:13px}.admin-tab.active{background:var(--admin-blue);border-color:var(--admin-blue);color:#fff}.admin-actions{display:flex;gap:10px;align-items:center}.admin-download-btn{background:var(--admin-orange);color:#111827;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:600}.admin-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--admin-border)}.admin-table{width:100%;border-collapse:collapse;min-width:900px;background:#fff}.admin-table th,.admin-table td{padding:10px 12px;border-bottom:1px solid var(--admin-border);font-size:13px;text-align:left}.admin-table th{color:var(--admin-muted);font-weight:600;background:#f8fafc}.admin-table tr:hover td{background:#f9fafb}.admin-empty{padding:20px;text-align:center;color:var(--admin-muted)}.admin-logout-btn{background:transparent;border:1px solid var(--admin-border);color:var(--admin-text);padding:8px 14px;border-radius:8px;cursor:pointer}.admin-logout-btn:hover{border-color:var(--admin-danger);color:var(--admin-danger)}
