:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navigation{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;width:100%}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{text-decoration:none;color:#fff}.nav-logo h1{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item{margin:0}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-link.active{background-color:#fff3;box-shadow:0 4px 8px #0000001a}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:30px;height:3px;background:linear-gradient(45deg,#fff,#f0f8ff);border-radius:2px}@media (max-width: 768px){.nav-container{padding:1rem;flex-direction:column;height:auto}.nav-menu{margin-top:1rem;gap:1rem}.nav-logo h1{font-size:1.2rem}}.homepage{min-height:100vh}.hero{display:flex;align-items:center;min-height:80vh;padding:4rem 2rem;position:relative;overflow:hidden;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto}.hero-content{flex:1;z-index:2;max-width:800px;margin:0}.hero-title{font-size:3.5rem;font-weight:800;color:#2d3748;margin-bottom:1.5rem;line-height:1.2}.highlight{background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:#718096;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.math-symbols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;animation:float 6s ease-in-out infinite}.symbol{font-size:4rem;color:#8b5cf6;opacity:.7;animation:pulse 2s ease-in-out infinite;animation-delay:calc(var(--i) * .3s)}.symbol:nth-child(1){--i: 0}.symbol:nth-child(2){--i: 1}.symbol:nth-child(3){--i: 2}.symbol:nth-child(4){--i: 3}.symbol:nth-child(5){--i: 4}.symbol:nth-child(6){--i: 5}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.features{background:linear-gradient(135deg,#faf5ff,#f3e8ff);padding:4rem 0;margin:2rem 0;border-radius:20px;box-shadow:0 8px 30px #8b5cf633;border:2px solid rgba(139,92,246,.3)}.feature-card{text-align:center;padding:2rem;border-radius:16px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);transition:all .3s ease;height:100%;display:flex;flex-direction:column;border:2px solid rgba(139,92,246,.3);box-shadow:0 4px 15px #8b5cf626}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #8b5cf64d;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-color:#8b5cf699}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:inherit}.feature-card p{flex:1;line-height:1.6;margin-bottom:1.5rem;color:inherit}.feature-link{color:#8b5cf6;text-decoration:none;font-weight:600;transition:all .3s ease}.feature-card:hover .feature-link{color:#fff}.stats{padding:3rem 0}.stat-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:16px;box-shadow:0 6px 20px #8b5cf633;transition:all .3s ease;border:2px solid rgba(139,92,246,.3)}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #8b5cf64d;border-color:#8b5cf680}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#718096;font-weight:500}.cta{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:4rem 0;margin:2rem 0;border-radius:20px;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta .btn{background:#fff;color:#8b5cf6;font-weight:600}.cta .btn:hover{background:#faf5ff;box-shadow:0 8px 25px #ffffff4d}@media (max-width: 768px){.hero{flex-direction:column;text-align:center;padding:2rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.math-symbols{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.symbol{font-size:2.5rem}.features{padding:2rem 0}.feature-card{padding:1.5rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}}.lectures-page{min-height:100vh}.series-overview{margin-bottom:4rem}.series-overview h2{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.series-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:16px;padding:2rem;box-shadow:0 6px 20px #8b5cf633;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid rgba(139,92,246,.3)}.series-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #8b5cf64d;border-color:#8b5cf680}.series-color-bar{position:absolute;top:0;left:0;right:0;height:4px}.series-card h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.series-card p{color:#718096;line-height:1.6}.lectures-section{margin-bottom:4rem}.lectures-section h2{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.lectures-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.lecture-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #8b5cf633;transition:all .3s ease;border:2px solid rgba(139,92,246,.3)}.lecture-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #8b5cf64d;border-color:#8b5cf680}.lecture-image{position:relative;height:200px;overflow:hidden}.lecture-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lecture-card:hover .lecture-image img{transform:scale(1.05)}.lecture-series-badge{position:absolute;top:1rem;right:1rem;background:#8b5cf6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.lecture-content{padding:1.5rem}.lecture-content h3{font-size:1.3rem;color:#2d3748;margin-bottom:.8rem;font-weight:600}.lecture-description{color:#718096;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.lecture-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.lecture-meta span{font-size:.9rem;color:#4a5568;display:flex;align-items:center;gap:.5rem}.lecture-card .btn{width:100%;text-align:center;padding:.75rem;font-size:.9rem}.upcoming-section{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);padding:3rem;border-radius:20px;margin-top:2rem;border:2px solid rgba(139,92,246,.3);box-shadow:0 8px 30px #8b5cf633}.upcoming-section h2{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.upcoming-lectures{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.upcoming-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 15px #8b5cf626;transition:all .3s ease;border:2px solid rgba(139,92,246,.3)}.upcoming-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #8b5cf640;border-color:#8b5cf680}.upcoming-date{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:1rem;border-radius:12px;min-width:80px}.upcoming-date .month{font-size:.8rem;font-weight:600;text-transform:uppercase}.upcoming-date .day{font-size:1.5rem;font-weight:700}.upcoming-content{flex:1}.upcoming-content h4{font-size:1.1rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.upcoming-content p{color:#718096;font-size:.9rem;margin-bottom:.8rem}.upcoming-link{color:#8b5cf6;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease}.upcoming-link:hover{color:#7c3aed}@media (max-width: 768px){.lectures-grid,.upcoming-lectures{grid-template-columns:1fr}.upcoming-card{flex-direction:column;text-align:center}.upcoming-date{min-width:60px;padding:.8rem}.upcoming-section{padding:2rem 1.5rem}.series-overview h2,.lectures-section h2,.upcoming-section h2{font-size:1.5rem}}.lecture-page{min-height:100vh}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#718096}.breadcrumb a{color:#667eea;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#764ba2}.breadcrumb span{color:#cbd5e0}.lecture-header{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3rem;align-items:start}.lecture-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026}.lecture-image img{width:100%;height:300px;object-fit:cover}.lecture-series-badge{position:absolute;top:1rem;right:1rem;background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.lecture-info{padding:1rem 0}.lecture-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem;line-height:1.2}.lecture-description{font-size:1.2rem;color:#718096;line-height:1.6;margin-bottom:2rem}.lecture-meta{display:flex;flex-direction:column;gap:1rem}.meta-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px}.meta-label{font-weight:600;color:#4a5568;min-width:120px}.meta-value{color:#2d3748;font-weight:500}.content-section,.writeup-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 8px 30px #0000001a}.content-section h2,.writeup-section h2{font-size:1.8rem;color:#2d3748;margin-bottom:1.5rem;font-weight:600}.content-plan{display:flex;flex-direction:column;gap:1rem}.plan-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;transition:all .3s ease}.plan-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translate(5px)}.plan-number{background:#667eea;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.plan-item:hover .plan-number{background:#fff;color:#667eea}.plan-content{flex:1;font-size:1rem;line-height:1.5}.writeup-content{font-size:1.1rem;line-height:1.7;color:#4a5568}.writeup-content p{margin-bottom:1rem}.lecture-navigation{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-top:1px solid #e2e8f0;margin-top:2rem}.nav-actions{display:flex;gap:1rem}.error-section{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001a}.error-section h1{font-size:2rem;color:#2d3748;margin-bottom:1rem}.error-section p{color:#718096;margin-bottom:2rem;font-size:1.1rem}@media (max-width: 768px){.lecture-header{grid-template-columns:1fr;gap:2rem}.lecture-title{font-size:2rem}.lecture-description{font-size:1.1rem}.lecture-meta{gap:.8rem}.meta-item{flex-direction:column;align-items:flex-start;gap:.5rem}.meta-label{min-width:auto}.content-section,.writeup-section{padding:1.5rem}.lecture-navigation{flex-direction:column;gap:1rem;align-items:stretch}.nav-actions{justify-content:center}.plan-item{padding:1rem}}.meets-page{min-height:100vh}.meets-section{margin-bottom:4rem}.meets-section h2{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.meets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.meet-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:16px;padding:2rem;box-shadow:0 6px 20px #8b5cf633;transition:all .3s ease;border-left:4px solid #8b5cf6;border:2px solid rgba(139,92,246,.3)}.meet-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #8b5cf64d;border-color:#8b5cf680}.meet-card.completed{opacity:.8;border-left-color:#48bb78}.meet-header{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.meet-date{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:1rem;border-radius:12px;min-width:80px;text-align:center}.meet-date .month{font-size:.8rem;font-weight:600;text-transform:uppercase}.meet-date .day{font-size:1.8rem;font-weight:700;line-height:1}.meet-date .year{font-size:.7rem;font-weight:500}.meet-info{flex:1}.meet-info h3{font-size:1.4rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.meet-location{color:#718096;font-size:.9rem;margin-bottom:.8rem}.meet-description{color:#4a5568;line-height:1.5;font-size:.95rem}.meet-rounds{margin-bottom:2rem}.meet-rounds h4{font-size:1.1rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.rounds-list{display:flex;flex-direction:column;gap:1rem}.round-item{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);padding:1rem;border-radius:8px;transition:all .3s ease;border:2px solid rgba(139,92,246,.3);box-shadow:0 2px 8px #8b5cf626}.round-item:hover{background:linear-gradient(135deg,#e9d5ff,#ddd6fe);border-color:#8b5cf680;box-shadow:0 4px 15px #8b5cf640}.round-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.round-name{font-weight:600;color:#2d3748;font-size:.95rem}.round-difficulty{color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.round-description{color:#4a5568;font-size:.85rem;line-height:1.4;margin-bottom:.5rem}.round-duration{color:#718096;font-size:.8rem;font-weight:500}.meet-actions{display:flex;gap:1rem;justify-content:center}.meet-actions .btn{flex:1;text-align:center;padding:.75rem;font-size:.9rem}.schedule-overview{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);padding:3rem;border-radius:20px;margin-top:2rem;border:2px solid rgba(139,92,246,.3);box-shadow:0 8px 30px #8b5cf633}.schedule-overview h2{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.schedule-timeline{position:relative;max-width:600px;margin:0 auto}.schedule-timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.timeline-item{position:relative;padding-left:4rem;margin-bottom:2rem}.timeline-marker{position:absolute;left:12px;top:8px;width:16px;height:16px;border-radius:50%;border:3px solid white;box-shadow:0 2px 8px #0000001a}.timeline-content{background:linear-gradient(135deg,#faf5ff,#f3e8ff);padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #8b5cf626;transition:all .3s ease;border:2px solid rgba(139,92,246,.3)}.timeline-content:hover{transform:translate(5px);box-shadow:0 8px 25px #8b5cf640;border-color:#8b5cf680}.timeline-date{font-size:.9rem;color:#718096;font-weight:500;margin-bottom:.5rem}.timeline-title{font-size:1.1rem;color:#2d3748;font-weight:600;margin-bottom:.5rem}.timeline-status{font-size:.8rem;font-weight:600;text-transform:uppercase}@media (max-width: 768px){.meets-grid{grid-template-columns:1fr}.meet-header{flex-direction:column;text-align:center}.meet-date{align-self:center;min-width:60px;padding:.8rem}.meet-actions{flex-direction:column}.schedule-overview{padding:2rem 1.5rem}.schedule-timeline:before{left:15px}.timeline-item{padding-left:3rem}.timeline-marker{left:7px;width:14px;height:14px}.meets-section h2,.schedule-overview h2{font-size:1.5rem}}.about-page{min-height:100vh}.team-overview{display:flex;justify-content:center;margin-bottom:4rem}.overview-content{background:linear-gradient(135deg,#faf5ff,#f3e8ff);padding:2.5rem;border-radius:16px;box-shadow:0 6px 20px #8b5cf633;border:2px solid rgba(139,92,246,.3);max-width:800px;text-align:center}.overview-content h2{font-size:1.8rem;color:#2d3748;margin-bottom:1.5rem;font-weight:600}.overview-content p{color:#4a5568;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.coach-section{margin-bottom:4rem}.coach-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:16px;padding:2.5rem;box-shadow:0 6px 20px #8b5cf633;display:grid;grid-template-columns:200px 1fr;gap:2rem;align-items:start;border:2px solid rgba(139,92,246,.3)}.coach-image{display:flex;justify-content:center}.coach-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #f3e8ff;box-shadow:0 4px 15px #8b5cf633;transition:all .3s ease}.coach-photo:hover{transform:scale(1.05);box-shadow:0 6px 20px #8b5cf64d}.coach-info h3{font-size:1.8rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.coach-title{color:#8b5cf6;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.coach-bio{color:#4a5568;line-height:1.7;margin-bottom:2rem;font-size:1.05rem}.coach-contact{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:.8rem;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-radius:8px;border:2px solid rgba(139,92,246,.3);box-shadow:0 2px 8px #8b5cf626}.contact-label{font-weight:600;color:#4a5568;min-width:100px}.contact-value{color:#2d3748;font-weight:500}.activities-section{margin-bottom:4rem}.activities-section h2{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.activity-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);padding:2rem;border-radius:16px;box-shadow:0 6px 20px #8b5cf633;text-align:center;transition:all .3s ease;height:100%;border:2px solid rgba(139,92,246,.3)}.activity-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #8b5cf64d;border-color:#8b5cf680}.activity-icon{font-size:3rem;margin-bottom:1.5rem}.activity-card h3{font-size:1.4rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.activity-card p{color:#4a5568;line-height:1.6;font-size:1rem}.contact-section{margin-bottom:4rem}.contact-section h2{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.contact-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);padding:2rem;border-radius:16px;box-shadow:0 6px 20px #8b5cf633;border:2px solid rgba(139,92,246,.3)}.contact-card h3{font-size:1.4rem;color:#2d3748;margin-bottom:1.5rem;font-weight:600}.contact-details{display:flex;flex-direction:column;gap:1rem}.join-section{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:4rem;border-radius:20px;text-align:center}.join-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.join-content p{font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.join-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.join-section .btn{background:#fff;color:#8b5cf6;font-weight:600;padding:1rem 2rem;font-size:1.1rem;text-decoration:none;display:inline-block;border-radius:8px;transition:all .3s ease}.join-section .btn:hover{background:#faf5ff;box-shadow:0 8px 25px #ffffff4d}.mobile-note{font-size:.95rem;margin-top:1.5rem;opacity:.85;font-style:italic;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.team-overview{margin:0 1rem 4rem}.overview-content{padding:2rem 1.5rem}.coach-card{grid-template-columns:1fr;text-align:center;gap:1.5rem}.contact-grid{grid-template-columns:1fr}.join-section{padding:2rem 1.5rem}.join-content h2{font-size:2rem}.join-content p{font-size:1rem}.join-actions{flex-direction:column;align-items:center}.join-section .btn{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#ede9fe,#ddd6fe,#c4b5fd);min-height:100vh;margin:0;padding:0;display:block;width:100%}#root{width:100%}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0;padding:0}.main-content{flex:1;width:100%;max-width:none;padding:1rem;margin:0}.btn{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf64d}.btn-secondary{background:linear-gradient(135deg,#a855f7,#9333ea)}.btn-secondary:hover{box-shadow:0 8px 25px #a855f74d}.card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #8b5cf626;margin-bottom:2rem;transition:transform .3s ease,box-shadow .3s ease;border:2px solid rgba(139,92,246,.2)}.card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #8b5cf640;border-color:#8b5cf666}.section{margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem;text-align:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.2rem;color:#718096;text-align:center;margin-bottom:2rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width: 768px){.main-content{padding:1rem}.section-title{font-size:2rem}.card{padding:1.5rem}}
