@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary-color: #2563eb;--secondary-color: #7c3aed;--accent-color: #06b6d4;--text-color: #1f2937;--bg-color: #0f172a;--card-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;overflow-x:hidden;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:radial-gradient(circle at center,#1e293b,#0f172a)}.gradient-sphere{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s infinite ease-in-out}.sphere-1{width:400px;height:400px;background:var(--primary-color);top:-100px;left:-100px;animation-delay:0s}.sphere-2{width:500px;height:500px;background:var(--secondary-color);bottom:-150px;right:-150px;animation-delay:-5s}.sphere-3{width:300px;height:300px;background:var(--accent-color);top:40%;left:60%;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,20px) scale(.9)}}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.header{background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);color:#fff;padding:2rem 1rem 4rem;text-align:center;position:relative;overflow:hidden;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.header-logo-container{margin-bottom:1rem}.header-logo{height:80px;width:auto;object-fit:contain;filter:drop-shadow(0 0 15px rgba(255,255,255,.3));transition:transform .3s ease}.header-logo:hover{transform:scale(1.05);filter:drop-shadow(0 0 20px rgba(255,255,255,.5))}.header h1{font-size:4rem;font-weight:700;letter-spacing:-2px;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;text-shadow:0 10px 30px rgba(0,0,0,.2)}.header p{font-size:1.25rem;color:#cbd5e1;font-weight:300}main{flex:1;max-width:1400px;margin:0 auto;padding:2rem;width:100%}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;padding:1rem}.project-card{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 30px #0000001a;position:relative}.project-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0006;border-color:#ffffff4d;z-index:10}.card-image-wrapper{height:240px;overflow:hidden;position:relative;border-bottom:1px solid rgba(255,255,255,.05);background-color:#0003}.card-image-wrapper img{width:100%;height:100%;object-fit:contain;transition:transform .6s ease}.project-card:hover .card-image-wrapper img{transform:scale(1.1)}.card-overlay{position:absolute;top:15px;right:15px;z-index:2}.category-tag{background:#0009;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);text-transform:uppercase;letter-spacing:.5px}.project-info{padding:2rem;flex:1;display:flex;flex-direction:column;color:#f1f5f9}.project-info h3{font-size:1.75rem;margin-bottom:.8rem;font-weight:600;background:linear-gradient(90deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-info p{margin-bottom:2rem;color:#94a3b8;flex:1;font-size:1rem;line-height:1.7}.visit-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:1rem 1.5rem;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d;border:1px solid rgba(255,255,255,.1)}.visit-btn:hover{box-shadow:0 8px 25px #7c3aed80;transform:translateY(-2px);background:linear-gradient(135deg,var(--secondary-color),var(--primary-color))}.footer{background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;text-align:center;padding:3rem 1rem;margin-top:auto}.footer-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.powered-by{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap;font-size:1.1rem}.footer-logo{display:none}.footer strong{color:#fff;font-weight:600;letter-spacing:.5px}.made-with{font-size:.9rem;opacity:.8;display:flex;align-items:center;justify-content:center;gap:.4rem}.heart-icon{color:#ef4444;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@media(max-width:768px){.header{padding:2rem 1rem}.header-logo{height:60px}.header h1{font-size:2.5rem}.project-list{grid-template-columns:1fr;padding:0}.sphere-1,.sphere-2,.sphere-3{opacity:.4}.powered-by{flex-direction:column;gap:.5rem}}
