.home-section{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;gap:3rem;align-items:center;padding:3rem 2rem 1rem;background:radial-gradient(circle at 30% 30%,rgba(0,255,200,.08),transparent 80%);color:#fff}.home-top{display:flex;align-items:center;justify-content:space-evenly;width:100%;max-width:1250px;flex-wrap:wrap;gap:2rem}.photo-container{position:relative;flex:0 0 380px;display:flex;justify-content:center;align-items:center;z-index:1}.photo-ring{position:absolute;width:330px;height:330px;border-radius:50%;border:2px dashed var(--accent);opacity:.3}.photo-frame{position:relative;border-radius:50%;overflow:hidden;width:300px;height:300px;box-shadow:0 0 45px #00ffc840;border:3px solid var(--accent);z-index:1}.profile-photo{width:100%;height:100%;object-fit:cover;border-radius:50%}.home-info{flex:1;min-width:360px;max-width:700px;display:flex;flex-direction:column;justify-content:center}.home-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:.4rem}.home-name{background:linear-gradient(90deg,var(--accent),var(--accent-2),var(--accent));-webkit-background-clip:text;color:transparent;background-size:200%;display:inline-block}.typing-effect{font-size:1.2rem;color:#ffffffd9;margin-top:.4rem;max-width:95%;display:inline-block;overflow:hidden;white-space:nowrap;border-right:.15em solid var(--accent);animation:typing 3.5s steps(40,end) forwards,blink .8s infinite}.profession-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.profession-tag{border:1px solid var(--accent);padding:8px 16px;border-radius:20px;font-size:.95rem;color:#ffffffd9;cursor:default;background:#ffffff0d}.info-cards{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.2rem}.info-card{background:#ffffff0d;border-radius:12px;padding:12px 18px;min-width:180px;text-align:center;box-shadow:0 0 10px #00ffc814}.info-card p{font-size:.9rem;color:#ffffffb3;margin-top:4px}.quick-links{text-align:center;margin-top:1.2rem}.quick-links h2{font-size:1.4rem;margin-bottom:.5rem}.quick-links-list{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.quick-link-img{width:50px;height:50px;border-radius:50%;object-fit:cover;filter:brightness(.9);transition:all .3s ease}.quick-links{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem}.quick-links-title{font-size:1.5rem;font-weight:600;color:#fff}.quick-links-list{display:flex;gap:1.5rem;justify-content:center}:root{--bg:#050509;--card:#0f1114;--muted:#9aa0a6;--accent:#7c3aed;--accent-2:#070c38;--glass: rgba(255,255,255,.03);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:radial-gradient(800px 500px at 10% 10%,rgba(124,58,237,.08),transparent 10%),radial-gradient(700px 400px at 90% 90%,rgba(255,92,161,.04),transparent 10%),var(--bg);color:#e6eef8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-y:scroll}.app{min-height:100vh;display:flex;flex-direction:column}.footer{text-align:center;padding:20px;color:var(--muted);font-size:13px}.nav{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50;border-bottom:1px solid rgba(255,255,255,.03)}.brand{display:flex;gap:12px;align-items:center}.brand .logo{width:42px;height:42px;border-radius:10px;background:linear-gradient(90deg,var(--accent),var(--accent-2));display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;box-shadow:0 10px 30px #7c3aed1f}.brand h1{font-size:16px;margin:0;font-weight:800;letter-spacing:.4px}.nav-links{display:flex;gap:10px;align-items:center}.nav-links a,.nav-links button{color:var(--muted);text-decoration:none;padding:8px;border-radius:8px;font-weight:700;background:transparent;border:none;cursor:pointer}.nav-links a.active{color:#fff;background:linear-gradient(90deg,var(--accent),var(--accent-2));box-shadow:0 8px 30px #7c3aed1f}.nav-links a:hover,.nav-links button:hover{color:#fff;background:#ffffff05}.quick-links{display:flex;gap:8px;align-items:center}.quick-links a{font-size:18px;padding:8px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.quick-links a:hover{transform:translateY(-4px)}.container{max-width:1200px;margin:28px auto;padding:0 20px}.card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-radius:14px;padding:18px;border:1px solid rgba(255,255,255,.03);box-shadow:0 10px 40px #02061799}.hero-hero{display:flex;gap:28px;align-items:center;padding:36px;min-height:440px}.hero-photo{width:380px;height:380px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);box-shadow:0 22px 80px #7c3aed14}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-intro h1{font-size:40px;margin:0 0 6px;line-height:1.02}.hero-intro p.lead{color:var(--muted);max-width:680px}.hero-cta{display:flex;gap:12px;margin-top:18px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin-top:18px}.project-card .ss{height:220px;border-radius:12px;overflow:hidden;background:linear-gradient(90deg,#ffffff05,#0003);display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:16px}.gallery-item{height:200px;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;background:linear-gradient(90deg,rgba(255,255,255,.02),transparent);display:flex;align-items:flex-end;justify-content:flex-start;padding:12px;color:#fff;font-weight:700;transition:transform .18s ease,box-shadow .18s ease}.gallery-item .caption{background:linear-gradient(90deg,rgba(2,6,23,.6),transparent);padding:8px;border-radius:8px;font-size:14px}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 30px 80px #7c3aed14}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#030305b3;display:flex;align-items:center;justify-content:center;z-index:200}.modal-content{max-width:1000px;width:92%;max-height:90vh;border-radius:12px;overflow:auto;padding:12px;background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid rgba(255,255,255,.04)}.blog-input{width:100%;min-height:120px;background:var(--glass);border-radius:10px;padding:12px;border:1px solid rgba(255,255,255,.02);color:#e6eef8}.blog-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.post{padding:12px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.01),transparent)}.post .meta{color:var(--muted);font-size:13px;display:flex;gap:12px;align-items:center}.vote-btn{padding:8px 10px;border-radius:10px;border:none;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.vote-btn:hover{color:#fff}.skills-stage{position:relative;width:100%;height:450px;border-radius:20px;background:#ffffff05;overflow:hidden}.skill-ball{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%;background:radial-gradient(circle at top left,var(--accent),var(--accent-2));box-shadow:0 0 10px #ffffff0d;cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .2s ease,box-shadow .2s ease}.certs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:12px}.cert{padding:12px;border-radius:12px;background:linear-gradient(90deg,rgba(255,255,255,.01),transparent);border:1px solid rgba(255,255,255,.02)}@media (max-width:900px){.hero-hero{flex-direction:column;align-items:center;text-align:center;padding:24px}.hero-photo{width:260px;height:260px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.skills-stage{height:360px}}.contact-input{width:100%;background:#111;color:#ddd;border:1px solid #222;border-radius:8px;padding:10px 12px;margin-top:8px;font-size:15px;transition:all .3s ease}.contact-input:focus{outline:none;border-color:#07f;background:#151515;box-shadow:0 0 5px #036}.contact-input::placeholder{color:#666}form h3{color:#eee;font-weight:600;margin-bottom:12px}.btn{background:linear-gradient(90deg,#036,#004c99);color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.btn:hover{background:linear-gradient(90deg,#004c99,#06c);transform:translateY(-2px)}.card{background:#0a0a0a;border-radius:16px;padding:25px 30px;box-shadow:0 0 25px #0009;color:#ddd}.hero-hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;padding:40px 30px;background:radial-gradient(circle at 20% 20%,#0b0b0b,#050505)}.hero-photo img{width:280px;height:280px;object-fit:cover;border-radius:50%;border:3px solid var(--accent);box-shadow:0 0 30px #0064ff4d}.hero-intro{max-width:500px;color:#ddd}.small-card{background:#0d0d0d;border:1px solid rgba(0,120,255,.1);transition:all .3s ease}.emoji-links{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:10px}.emoji-btn{background:#0d0d0d;border:1px solid rgba(0,120,255,.2);color:#ddd;transition:all .3s ease;border-radius:8px}.emoji-btn:hover{background:linear-gradient(90deg,#036,#004c99);color:#fff;transform:translateY(-2px)}:root{--accent: #004c99;--accent-2: #0077ff}.certs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.cert.card{transition:all .3s ease}.social-icon{width:60px;height:60px;border-radius:50%;object-fit:cover;filter:brightness(.9) grayscale(10%);transition:all .3s ease}.social-icon:hover{filter:drop-shadow(0 0 15px var(--accent)) brightness(1.2);transform:scale(1.15)}.blog-section{background:radial-gradient(circle at top left,#0b0e14,#000);color:#e4e7ec;padding:80px 10%;min-height:100vh;text-align:center;font-family:Poppins,sans-serif}.blog-title{font-size:2.5rem;color:#4c7bff;margin-bottom:10px;letter-spacing:1px}.blog-sub{color:#a0a6b8;margin-bottom:50px;font-size:1.1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:30px}.blog-post{background:#0d111a;border:1px solid rgba(80,100,160,.2);border-radius:16px;padding:25px;color:#cfd3e0;transition:all .3s ease}.blog-post:hover{border-color:#4c7bff;background:#141928e6;transform:translateY(-4px)}.post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.post-header h3{color:#fff;font-size:1.3rem}.post-date{color:#6e7b99;font-size:.9rem}.post-text{color:#b6bdd3;margin:15px 0;line-height:1.6;font-size:1rem}.vote-container{display:flex;justify-content:center;gap:20px;margin-top:15px}.vote-btn{border:none;background:#1b2233;color:#c9c9c9;padding:10px 20px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out}.vote-btn:hover{transform:scale(1.05)}.vote-btn.agree{background-color:#00800033;border:1px solid #00ff88}.vote-btn.agree:hover{background-color:#0f8;color:#0b0e14}.vote-btn.disagree{background-color:#80000033;border:1px solid #ff4c4c}.vote-btn.disagree:hover{background-color:#ff4c4c;color:#0b0e14}.gallery-container{background:#0b0b0b;min-height:100vh;padding:5px 20px;color:#f0f0f0;display:flex;flex-direction:column;align-items:center}.gallery-title{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:#f5f5f5;letter-spacing:1px;text-align:center;text-transform:uppercase;opacity:.9}.tab-buttons{display:flex;gap:15px;margin-bottom:30px;flex-wrap:wrap;justify-content:center}.tab{background:transparent;border:1px solid #444;padding:8px 18px;border-radius:20px;color:#ccc;font-size:.9rem;cursor:pointer;transition:all .3s ease}.tab.active,.tab:hover{background:#1f1f1f;color:#fff;border-color:#666}.post-feed{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;width:100%;max-width:1200px}.post-card{background:#121212;border-radius:16px;padding:16px;box-shadow:0 0 10px #ffffff0d;transition:all .3s ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 0 15px #ffffff14}.caption{font-size:.9rem;color:#aaa;margin-bottom:10px;line-height:1.4}.photo-grid{display:grid;gap:8px;border-radius:10px;overflow:hidden}.photo-grid.single{grid-template-columns:1fr}.photo-grid.multi{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.photo-item img{width:100%;height:100%;object-fit:cover;cursor:pointer;border-radius:10px;transition:transform .3s ease}.photo-item:hover img{transform:scale(1.05)}.zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0ae6;display:flex;align-items:center;justify-content:center;z-index:50}.zoom-img{max-width:90%;max-height:85vh;border-radius:12px;box-shadow:0 0 30px #ffffff1a;object-fit:contain}.nav-btn,.close-btn{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;cursor:pointer;opacity:.8;transition:.3s ease}.nav-btn:hover,.close-btn:hover{opacity:1}.nav-btn.left{left:5%}.nav-btn.right{right:5%}.close-btn{top:8%;right:6%;transform:none}.blog-section{width:100%;padding:3rem 8%;color:#fff;text-align:center}.blog-title{font-size:2rem;margin-bottom:.2rem;color:#fff}.blog-sub{color:#aaa;margin-bottom:2rem;font-size:1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;justify-items:center}.blog-post{background:#ffffff0d;border-radius:16px;padding:1.8rem;width:100%;text-align:left;transition:all .3s ease}.post-title{font-size:1.2rem;color:#fff;margin-bottom:.8rem}.post-text{color:#ccc;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.vote-container{display:flex;gap:1rem;justify-content:center}.vote-btn-circle{background:#ffffff0d;border:none;border-radius:50%;padding:.8rem;color:#ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;position:relative;box-shadow:0 0 8px #ffffff0d}.vote-btn-circle:hover{background:#ffffff1a}.vote-btn-circle.active.agree{background:#00ff8226;color:#00ff82;box-shadow:0 0 10px #00ff8266}.vote-btn-circle.active.disagree{background:#ff004626;color:#ff0050;box-shadow:0 0 10px #ff004666}.vote-btn-circle:disabled{opacity:.6;cursor:not-allowed}.vote-count{position:absolute;bottom:-.5rem;font-size:.7rem;color:#aaa}:root{--accent: #00b4ff;--accent-2: #00ffe0}.contact-section{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:radial-gradient(circle at 25% 25%,rgba(0,255,200,.08),transparent 80%);color:#fff;padding:2rem 1.5rem 4rem;text-align:center}.contact-title{font-size:2.6rem;margin:1.5rem 0 .5rem;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;color:transparent}.contact-subtitle{font-size:1.1rem;color:#fffc;max-width:700px;margin-bottom:2rem;line-height:1.6}.contact-links{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;margin-bottom:2.2rem;z-index:1}.social-link{display:inline-block}.social-icon{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--accent);background:#ffffff0d;padding:8px}.contact-form{display:flex;flex-direction:column;gap:14px;width:100%;max-width:500px}.contact-form input,.contact-form textarea{padding:12px;border-radius:8px;border:none;background:#ffffff14;color:#fff;outline:none;font-size:1rem;resize:none}.contact-btn{padding:12px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer}.contact-status{margin-top:10px;color:#0ff;font-weight:500}.skills-header{text-align:left;margin:10px 0 12px 4%;padding:0;max-width:92%}.skills-header h2{font-size:1.25rem;color:#00ffe0;font-weight:600;margin:0;line-height:1.05}.underline{width:60px;height:2px;background:#00ffe0;margin:6px 0 8px}.skills-header p{color:#b0b0b0;font-size:.95rem;margin:0;padding:0}.skills-stage{position:relative;width:94%;max-width:1200px;height:360px;margin:20px auto;border-radius:14px;background:radial-gradient(circle at 50% 50%,#080808,#0f0f0f);box-shadow:inset 0 0 40px #00ffff14;overflow:hidden}.skill-circle{position:absolute;width:68px;height:68px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#00ffff0a;border:1px solid rgba(0,255,255,.18);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.skill-circle img{width:28px;height:28px;margin-bottom:2px;filter:drop-shadow(0 0 6px rgba(0,255,255,.36)) brightness(1.1)}.skill-circle span{font-size:10px;color:#b4ffffe6;line-height:1;margin:0;padding:0}.skills-table{margin-top:50px;display:flex;flex-direction:column;gap:40px}.skills-row{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.skill-box{background:linear-gradient(145deg,#080808,#0f0f0f);border:1px solid rgba(0,255,255,.12);border-radius:12px;padding:18px 22px;width:300px;text-align:left}
