.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f0f1e,#1a1a2e,#16213e)}.nav{background:#0f0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 3rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #0000004d}.nav-brand{display:flex;align-items:center}.brand-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.5rem;transition:transform .2s}.brand-link:hover{transform:scale(1.05)}.brand-logo{font-size:2rem;filter:drop-shadow(0 0 10px rgba(255,215,0,.5))}.brand-name{background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:.5rem;flex-wrap:wrap}.nav-links a{padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;font-weight:500;color:#fffc}.nav-links a:hover{background-color:#ffffff1a;color:#fff;transform:translateY(-2px)}.nav-links a.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 15px #2563eb66}.main-content{flex:1;padding:0;width:100%}.home{width:100%}.hero{padding:8rem 2rem 6rem;text-align:center;background:linear-gradient(135deg,#2563eb1a,#3b82f60d);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(255,215,0,.1) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:4rem;font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,gold,#ffed4e,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;text-shadow:0 0 30px rgba(255,215,0,.3)}.hero-subtitle{font-size:1.75rem;font-weight:500;color:#ffffffe6;margin:0 0 1.5rem}.hero-description{font-size:1.125rem;color:#ffffffb3;line-height:1.8;margin:0 0 3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;border-radius:12px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 20px #2563eb66}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #2563eb80}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2)}.cta-button.secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-3px)}.stats{display:flex;justify-content:center;gap:4rem;padding:4rem 2rem;background:#ffffff05;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;font-weight:500}.content-section{padding:5rem 2rem;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#fff}.section-description{font-size:1.125rem;color:#fff9;margin:0}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.card{padding:2.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:hover{transform:translateY(-8px);background:#ffffff0d;border-color:#2563eb80;box-shadow:0 12px 40px #2563eb33}.card-icon{font-size:3rem;margin-bottom:1.5rem}.card-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#fff}.card-description{margin:0 0 1.5rem;color:#ffffffb3;font-size:1rem;line-height:1.6;flex-grow:1}.card-link{color:#3b82f6;font-weight:600;font-size:.95rem;transition:transform .3s ease;display:inline-block}.card:hover .card-link{transform:translate(5px)}.footer{background:#0f0f1ef2;border-top:1px solid rgba(255,255,255,.1);padding:3rem 2rem 2rem;margin-top:4rem}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;margin-bottom:2rem}.footer-brand h3{margin:0 0 .5rem;font-size:1.5rem;background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-brand p{margin:0;color:#fff9}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{margin:0 0 .5rem;font-size:1rem;color:#fff;font-weight:600}.footer-column a{color:#fff9;text-decoration:none;transition:color .2s;font-size:.95rem}.footer-column a:hover{color:#3b82f6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.9rem}.not-found{text-align:center;padding:4rem 2rem;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.not-found h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.not-found p{font-size:1.125rem;color:#ffffffb3;margin-bottom:2rem}.not-found a{padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .3s ease;display:inline-block}.not-found a:hover{transform:translateY(-3px)}.loading{text-align:center;padding:4rem 2rem;font-size:1.25rem;color:#ffffffb3}@media (max-width: 768px){.nav{padding:1rem 1.5rem}.hero{padding:4rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.stats{gap:2rem;padding:3rem 1.5rem}.stat-number{font-size:2.5rem}.content-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.card-grid{grid-template-columns:1fr;gap:1.5rem}.footer-content{flex-direction:column;gap:2rem}.footer-links{gap:2rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f1e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto}a{font-weight:500;color:#3b82f6;text-decoration:inherit}a:hover{color:#60a5fa}h1,h2,h3,h4,h5,h6{color:#fff}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:#ffffff0d;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#ffffff1a;border-color:#3b82f6}button:focus,button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
