*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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;line-height:1.6;color:#333;background:linear-gradient(135deg,#f093fb,#f5576c);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.8rem;font-weight:700;color:#f5576c;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#f5576c}.hero{text-align:center;padding:6rem 0;color:#fff}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#f5576c;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}main{flex:1;background:#fff;padding:3rem 0}.section{margin-bottom:4rem}.section h2{font-size:2.2rem;margin-bottom:2rem;color:#333;text-align:center}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.project-image{width:100%;height:200px;background:linear-gradient(135deg,#f093fb,#f5576c);display:flex;align-items:center;justify-content:center;font-size:3rem}.project-content{padding:2rem}.project-content h3{font-size:1.5rem;margin-bottom:1rem;color:#f5576c}.project-content p{color:#666;margin-bottom:1.5rem;line-height:1.7}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#fce4ec;color:#f5576c;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-link{color:#f5576c;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.project-link:hover{text-decoration:underline}.resource-section{background:#f8f9fa;padding:2rem;border-radius:12px;margin-bottom:2rem;border-left:4px solid #f5576c}.resource-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#f5576c}.resource-list{list-style:none}.resource-list li{padding:1rem 0;border-bottom:1px solid #e9ecef}.resource-list li:last-child{border-bottom:none}.resource-list a{color:#f5576c;text-decoration:none;font-weight:600;font-size:1.1rem;display:block;margin-bottom:.3rem}.resource-list p{color:#666;font-size:.95rem}.announcement{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem}.announcement h3{margin-bottom:1rem;font-size:1.5rem}.announcement-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.announcement-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.announcement-date{font-size:.9rem;opacity:.9;margin-bottom:.3rem}.announcement-title{font-weight:600;font-size:1.1rem}footer{background:#2d3748;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#f5576c}.footer-section p,.footer-section a{color:#cbd5e0;text-decoration:none;line-height:2}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #4a5568;color:#a0aec0}@media (max-width: 768px){.hero h1{font-size:2.5rem}.nav-links{gap:1rem}.project-grid{grid-template-columns:1fr}}
