.app{min-height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1419);color:#fff;position:relative;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0e27f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(138,43,226,.3);padding:1.25rem 0;box-shadow:0 4px 20px #0000004d}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{cursor:pointer;font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#8a2be2,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .3s ease;white-space:nowrap}.logo:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;flex-wrap:wrap}.nav-menu a{color:#b0b8d0;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:.5rem 0;white-space:nowrap}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#8a2be2,#00d4ff);transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-menu a:hover,.nav-menu a.active{color:#00d4ff}.hero-section{max-width:1400px;margin:0 auto;padding:7rem 2rem 5rem;display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.hero{padding:0;position:relative;min-height:auto;overflow:hidden}.hero-content{display:flex;justify-content:space-between;align-items:center;gap:3rem;position:relative}.hero-text{max-width:750px;text-align:left;z-index:2;flex:1}.hero-visual{position:relative;width:100%;max-width:500px;height:500px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.quantum-orb{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(138,43,226,.4),rgba(0,212,255,.2),transparent 70%);box-shadow:0 0 80px #8a2be299,0 0 150px #00d4ff66,inset 0 0 60px #8a2be24d;animation:orb-pulse 4s ease-in-out infinite;z-index:1}@keyframes orb-pulse{0%,to{transform:scale(1);opacity:.8;filter:blur(0px)}50%{transform:scale(1.15);opacity:1;filter:blur(2px)}}.quantum-particles{position:absolute;width:100%;height:100%;z-index:2}.particle{position:absolute;width:12px;height:12px;background:#00d4ff;border-radius:50%;box-shadow:0 0 20px #00d4ff,0 0 40px #00d4ff80;top:50%;left:50%;transform:translate(-50%,-50%);animation:particle-orbit 8s linear infinite;animation-delay:var(--delay)}@keyframes particle-orbit{0%{transform:translate(-50%,-50%) rotate(0) translate(180px) rotate(0);opacity:.8}50%{opacity:1}to{transform:translate(-50%,-50%) rotate(360deg) translate(180px) rotate(-360deg);opacity:.8}}.floating-shapes{position:absolute;width:100%;height:100%;z-index:0}.shape{position:absolute;border:2px solid;border-radius:8px;opacity:.3}.shape-1{width:80px;height:80px;border-color:#8a2be2;top:10%;right:15%;animation:float-1 6s ease-in-out infinite;box-shadow:0 0 30px #8a2be266}.shape-2{width:60px;height:60px;border-color:#00d4ff;bottom:20%;right:10%;animation:float-2 8s ease-in-out infinite;box-shadow:0 0 25px #00d4ff66;border-radius:50%}.shape-3{width:100px;height:100px;border-color:#8a2be2;top:50%;right:5%;animation:float-3 7s ease-in-out infinite;box-shadow:0 0 35px #8a2be24d;transform:rotate(45deg)}@keyframes float-1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}@keyframes float-2{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(40px) scale(1.2)}}@keyframes float-3{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(-25px) rotate(225deg)}}.grid-lines{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(138,43,226,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(138,43,226,.1) 1px,transparent 1px);background-size:50px 50px;opacity:.3;z-index:0;animation:grid-move 20s linear infinite}@keyframes grid-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero h1{font-size:clamp(2.75rem,7vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#8a2be2,#00d4ff,#8a2be2);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:clamp(1.25rem,3.5vw,1.75rem);color:#00d4ff;margin-bottom:1.25rem;font-weight:600;line-height:1.4}.hero-description{font-size:clamp(1rem,2.5vw,1.15rem);color:#b0b8d0;margin-bottom:2.5rem;line-height:1.7}.hero button{padding:1rem 2.5rem;background:linear-gradient(135deg,#8a2be2,#00d4ff);color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hero button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8a2be266}.main-content{max-width:1400px;margin:0 auto;padding:0 2rem 3rem;width:100%}.main-column{display:flex;flex-direction:column;gap:0;width:100%;margin-bottom:3rem}.section{padding:5rem 0;position:relative;width:100%}.section-alt{background:linear-gradient(135deg,#8a2be21a,#00d4ff0d);border:1px solid rgba(138,43,226,.2);border-radius:16px;padding:5rem 2.5rem;margin:0;position:relative;overflow:hidden}#courses.section-alt{margin-bottom:3rem}#contact.section-alt{padding:3rem 2rem;margin-top:0}.section-alt:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8a2be2,#00d4ff);opacity:.5}.section-header{margin-bottom:3rem;text-align:left}.section h2{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#8a2be2,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.section-header p{font-size:clamp(1rem,2.5vw,1.15rem);color:#b0b8d0;line-height:1.7;margin:0}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem;margin-top:0;width:100%}.tool-card{background:#ffffff0d;border:1px solid rgba(138,43,226,.3);border-radius:14px;padding:2.25rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;position:relative;overflow:hidden}.tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8a2be2,#00d4ff);transform:scaleX(0);transition:transform .3s ease}.tool-card:hover:before{transform:scaleX(1)}.tool-card:hover{transform:translateY(-6px);border-color:#00d4ff;box-shadow:0 12px 35px #00d4ff33;background:#ffffff14}.tool-card h3{font-size:1.6rem;margin-bottom:1rem;color:#fff;font-weight:700;line-height:1.3}.tool-card p{color:#b0b8d0;margin-bottom:1.75rem;line-height:1.7;font-size:1rem;flex-grow:1}.tool-card button{padding:.875rem 1.75rem;background:linear-gradient(135deg,#8a2be2,#00d4ff);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;width:auto}.tool-card button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8a2be259}.research-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:0;width:100%}.research-item{background:#ffffff0d;border:1px solid rgba(138,43,226,.3);border-radius:12px;color:#b0b8d0;font-size:1rem;transition:all .3s ease;position:relative;padding:1.5rem 1.5rem 1.5rem 3rem;line-height:1.6}.research-item:before{content:"→";position:absolute;left:1.25rem;color:#00d4ff;font-weight:700;font-size:1.1rem}.research-item:hover{transform:translate(6px);border-color:#00d4ff;background:#00d4ff1a;box-shadow:0 4px 15px #00d4ff1a}.guidance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;margin-top:0;width:100%}.guidance-item{padding:2rem;background:#ffffff0d;border:1px solid rgba(138,43,226,.3);border-radius:14px;transition:all .3s ease}.guidance-item:hover{border-color:#00d4ff;background:#00d4ff1a;transform:translateY(-4px);box-shadow:0 8px 25px #00d4ff26}.guidance-item h3{font-size:1.35rem;margin-bottom:.75rem;color:#fff;font-weight:600;line-height:1.3}.guidance-item p{color:#b0b8d0;font-size:.95rem;line-height:1.6;margin:0}.courses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:0;width:100%}.course-item{background:#ffffff0d;border:1px solid rgba(138,43,226,.3);border-radius:12px;color:#b0b8d0;font-size:1rem;transition:all .3s ease;position:relative;padding:1.5rem 1.5rem 1.5rem 3rem;line-height:1.6}.course-item:before{content:"📚";position:absolute;left:1.25rem;font-size:1.1rem}.course-item:hover{transform:translate(6px);border-color:#00d4ff;background:#00d4ff1a;box-shadow:0 4px 15px #00d4ff1a}.blog-sidebar{position:sticky;top:100px;background:#ffffff0a;border:1px solid rgba(138,43,226,.25);border-radius:18px;padding:2.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:fit-content;max-height:calc(100vh - 120px);display:flex;flex-direction:column;align-self:start}.blog-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(138,43,226,.3);flex-shrink:0}.blog-header h2{font-size:1.6rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(135deg,#8a2be2,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.blog-header p{font-size:.95rem;color:#b0b8d0;margin:0;line-height:1.6}.blog-list{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:rgba(138,43,226,.5) rgba(138,43,226,.1)}.blog-list::-webkit-scrollbar{width:6px}.blog-list::-webkit-scrollbar-track{background:#8a2be21a;border-radius:10px}.blog-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8a2be2,#00d4ff);border-radius:10px;transition:background .3s ease}.blog-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#00d4ff,#8a2be2)}.blog-item{padding-bottom:1.5rem;border-bottom:1px solid rgba(138,43,226,.2);transition:all .3s ease;cursor:pointer;flex-shrink:0}.blog-item:hover{transform:translate(4px);border-bottom-color:#00d4ff66}.blog-item:last-child{border-bottom:none;padding-bottom:0}.blog-date{display:inline-block;font-size:.7rem;color:#00d4ff;background:#00d4ff1f;padding:.3rem .75rem;border-radius:12px;margin-bottom:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.blog-item h3{font-size:1.1rem;font-weight:600;margin-bottom:.6rem;color:#fff;line-height:1.4;transition:color .3s ease}.blog-item:hover h3{color:#00d4ff}.blog-item p{font-size:.85rem;color:#b0b8d0;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(138,43,226,.2);flex-shrink:0}.blog-footer-link{display:inline-block;font-size:.9rem;color:#00d4ff;text-decoration:none;font-weight:600;transition:all .3s ease}.blog-footer-link:hover{color:#8a2be2;transform:translate(4px)}#contact{max-width:1400px;margin:0 auto;padding:5rem 2rem}#contact .container{max-width:800px;margin:0 auto}#contact h2{text-align:center;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#8a2be2,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#contact{padding:3rem 0!important;margin-top:2rem}#contact .container{max-width:1400px;margin:0 auto;padding:0 2rem}#contact .section-header{text-align:center;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto}#contact .section-header h2{text-align:center;font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.5rem}#contact .section-header p{text-align:center;font-size:clamp(.9rem,2vw,1rem)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info .contact-item{display:flex;gap:1rem;align-items:flex-start;transition:all .3s ease}.contact-info .contact-item:hover{transform:translate(5px)}.contact-info .contact-icon{font-size:1.25rem;flex-shrink:0}.contact-info .contact-item h3{font-size:.95rem;margin-bottom:.2rem;color:#00d4ff;font-weight:600}.contact-info .contact-item p{color:#b0b8d0;font-size:.85rem;margin:0;line-height:1.4}.contact-form{display:flex;flex-direction:column;gap:1rem;width:100%}.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{padding:.875rem 1rem;border:1px solid rgba(138,43,226,.3);border-radius:8px;background:#ffffff0d;color:#fff;font-family:inherit;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff1a;background:#ffffff14}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b7280}.btn{padding:.75rem 1.75rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#8a2be2,#00d4ff);color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8a2be266}.footer{background:linear-gradient(135deg,#0a0e27f2,#141932f2);border-top:1px solid rgba(138,43,226,.3);padding:2.5rem 2rem 1.5rem;max-width:1400px;margin:3rem auto 0;border-radius:16px 16px 0 0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8a2be2,#00d4ff)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.footer-section h3{font-size:1.25rem;margin-bottom:.75rem;background:linear-gradient(135deg,#8a2be2,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.footer-section h4{font-size:1rem;margin-bottom:.75rem;color:#fff;font-weight:600}.footer-section p{color:#b0b8d0;font-size:.85rem;line-height:1.6;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#b0b8d0;text-decoration:none;font-size:.85rem;transition:all .3s ease;display:inline-block}.footer-section ul li a:hover{color:#00d4ff;transform:translate(3px)}.footer .contact-info{display:flex;flex-direction:column;gap:.75rem}.footer .contact-item{display:flex;align-items:center;gap:.5rem;color:#b0b8d0;font-size:.85rem;transition:all .3s ease}.footer .contact-item:hover{color:#00d4ff;transform:translate(3px)}.footer .contact-icon{font-size:1rem;flex-shrink:0}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(138,43,226,.2);text-align:center;max-width:1200px;margin:0 auto}.footer-bottom p{color:#b0b8d0;font-size:.85rem;margin:0}@media (max-width: 1200px){.hero-section{grid-template-columns:1fr 340px;gap:2.5rem}}@media (max-width: 968px){.hero-section{grid-template-columns:1fr;gap:0;padding:6rem 1.5rem 4rem}.hero-content{flex-direction:column;gap:2rem}.hero-visual{max-width:100%;height:400px;order:-1}.quantum-orb{width:250px;height:250px}.particle{width:10px;height:10px}@keyframes particle-orbit{0%{transform:translate(-50%,-50%) rotate(0) translate(140px) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg) translate(140px) rotate(-360deg)}}.blog-sidebar{position:relative;top:0;max-height:none;margin-top:2rem;order:-1}.research-grid,.courses-grid{grid-template-columns:1fr}}@media (max-width: 768px){.nav-container{padding:0 1.5rem}.nav-menu{gap:1.25rem;font-size:.9rem}.hero-section{padding:6rem 1.5rem 4rem}.main-content{padding:0 1.5rem}.section{padding:4rem 0}.section-alt{padding:4rem 2rem;margin:0}.contact-content{grid-template-columns:1fr;gap:1.5rem}#contact{padding:2.5rem 0!important}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.tools-grid,.guidance-grid{grid-template-columns:1fr;gap:1.5rem}.blog-sidebar{padding:2rem}#contact{padding:4rem 1.5rem}}@media (max-width: 480px){.logo{font-size:1.5rem}.nav-menu{gap:.75rem;font-size:.8rem}.hero-section{padding:5rem 1rem 3rem}.hero-visual{height:300px}.quantum-orb{width:200px;height:200px}@keyframes particle-orbit{0%{transform:translate(-50%,-50%) rotate(0) translate(110px) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg) translate(110px) rotate(-360deg)}}.shape{display:none}.section{padding:3rem 0}.section-alt{padding:3rem 1.5rem;margin:0}.contact-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.tool-card{padding:1.75rem}.main-content{padding:0 1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0e27;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}a{font-weight:500;color:#00d4ff;text-decoration:inherit;transition:color .3s ease}a:hover{color:#8a2be2}button{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0e27}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8a2be2,#00d4ff);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#00d4ff,#8a2be2)}
