:root{--nav-bg: rgba(0, 0, 0, .75);--nav-border: rgba(255, 255, 255, .1);--accent: #00b4ff;--text-main: #fff;--text-muted: #aaa}.navbar{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;background:var(--nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--nav-border);width:100%;box-sizing:border-box}.nav-logo-container{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer;flex-shrink:0}.logo-initials{font-size:1.4rem;font-weight:700;color:var(--accent);border:2px solid var(--accent);width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{font-size:1rem;font-weight:700;color:var(--text-main);letter-spacing:.5px;white-space:nowrap}.logo-role{font-size:.75rem;color:var(--text-muted);font-weight:500;white-space:nowrap}.nav-links,.desktop-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-main);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative;padding:5px 0;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--accent);transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-actions{display:flex;align-items:center;gap:15px;flex-shrink:0}.desktop-toggle{display:block}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.8rem;color:var(--text-main);cursor:pointer;padding:0;z-index:1001}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0a0a0afa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2000;display:flex;flex-direction:column;align-items:center;padding-top:5rem;padding-bottom:2rem;opacity:0;animation:fadeIn .3s forwards;overflow-y:auto}.mobile-links-container{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem}@keyframes fadeIn{to{opacity:1}}.mobile-close-btn{position:absolute;top:20px;right:20px;background:none;border:none;font-size:2rem;color:var(--text-muted);cursor:pointer;transition:color .3s}.mobile-link{font-size:1.3rem;color:var(--text-main);text-decoration:none;margin:.8rem 0;font-weight:600;transition:all .3s;border-bottom:1px solid rgba(255,255,255,.05);width:70%;text-align:center;padding-bottom:.5rem}.mobile-link:hover,.mobile-link.active{color:var(--accent);border-color:var(--accent)}.mobile-actions{margin-top:auto;margin-bottom:2rem;transform:scale(1.1)}@media screen and (max-width:900px){.desktop-links,.nav-links,.logo-text{display:none!important}.mobile-menu-btn,.desktop-toggle{display:block!important}.navbar{padding:.8rem 1rem}}.home-section{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;box-sizing:border-box;padding:3rem 2rem 1rem;overflow-x:hidden;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:3rem}.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;animation:spin 20s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.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;background:#000}.profile-photo{width:100%;height:100%;object-fit:cover}.home-info{flex:1;min-width:300px;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;background-clip:text;color:transparent;background-size:200%;display:inline-block}.typing-effect{font-size:1.2rem;color:#ffffffd9;margin-top:.4rem;max-width:100%;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;flex:1 1 150px;text-align:center;box-shadow:0 0 10px #00ffc814;border:1px solid rgba(255,255,255,.05)}.info-card p{font-size:.9rem;color:#ffffffb3;margin-top:4px}.quick-links{text-align:center;margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.quick-links-title{font-size:1.5rem;font-weight:600;color:#fff;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-link-img:hover{transform:translateY(-5px);filter:brightness(1.1)}@media screen and (max-width:900px){.home-section{padding:6rem 1.5rem 3rem;justify-content:flex-start;gap:2rem}.home-top{flex-direction:column-reverse;flex-direction:column;gap:2rem;text-align:center}.photo-container{flex:0 0 auto;width:100%;max-width:280px;aspect-ratio:1;height:auto}.photo-ring{width:100%;height:100%;max-width:280px;max-height:280px}.photo-frame{width:90%;height:90%}.home-info{min-width:unset;width:100%;align-items:center}.home-title{font-size:2rem}.typing-effect{white-space:normal;border-right:none;animation:none;text-align:center;font-size:1rem;height:auto;line-height:1.5}.profession-tags{justify-content:center}.info-cards{justify-content:center;width:100%}.info-card{min-width:130px;padding:10px}}@media screen and (max-width:380px){.home-section{padding-left:1rem;padding-right:1rem}.home-title{font-size:1.7rem}}: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}.jp-font *{font-family:Noto Sans JP,sans-serif!important;letter-spacing:.3px}*{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;inset: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}.projects-container{padding:30px;background:#ffffff08;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:2rem;width:100%;box-sizing:border-box}.projects-title{font-size:2.5rem;font-weight:600;color:#06b6d4;margin-bottom:.5rem;line-height:1.2}.projects-subtitle{color:#9aa0a6;margin-bottom:2.5rem;font-size:1.1rem}.projects-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card{background:linear-gradient(145deg,#141414e6,#0a0a0ae6);border:1px solid rgba(0,255,255,.1);border-radius:16px;padding:16px;overflow:hidden;box-shadow:0 0 20px #00ffff0d;display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .3s ease}.project-card:hover{box-shadow:0 0 25px #00ffff26}.project-ss{border-radius:12px;overflow:hidden;width:100%;height:200px;flex-shrink:0}.project-ss img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.project-content{margin-top:16px;display:flex;flex-direction:column;flex-grow:1}.project-title{font-size:1.25rem;font-weight:700;color:#0ea5e9;margin-bottom:8px}.project-desc{font-size:.95rem;color:#ccc;margin-bottom:12px;line-height:1.6;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.tech-badge{background:#00ffff0d;border:1px solid rgba(0,255,255,.15);padding:4px 10px;border-radius:6px;font-size:.75rem;color:#a5f3fc;font-weight:500}.project-links{display:flex;justify-content:flex-end;gap:10px;margin-top:auto}.btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:.85rem;font-weight:500;text-decoration:none;cursor:pointer}.code-btn{background:#ffffff0d;color:#0ea5e9;border:1px solid rgba(0,255,255,.2)}@media(max-width:600px){.projects-container{padding:20px;margin-top:1rem}.projects-title{font-size:1.8rem}.projects-subtitle{font-size:1rem;margin-bottom:1.5rem}.projects-grid{grid-template-columns:1fr}.project-ss{height:180px}}:root{--accent: #00b4ff;--accent-2: #00ffe0;--bg-dark: #0d0d0d;--bg-card: rgba(255, 255, 255, .04);--text-main: #fff;--text-muted: rgba(255, 255, 255, .7)}.certs-section{min-height:100vh;padding:5rem 1.5rem;background:radial-gradient(circle at bottom,var(--bg-dark),#000);display:flex;justify-content:center}.certs-container{width:100%;max-width:1100px;background:var(--bg-card);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 0 30px #00ffc80d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.certs-header{text-align:center;margin-bottom:3rem}.certs-header h2{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.certs-header p{color:var(--text-muted);font-size:1.1rem}.certs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.cert-card{background:#0000004d;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;overflow:hidden;cursor:pointer}.cert-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0006;border-color:var(--accent)}.cert-thumb{height:180px;width:100%;background:#0f172a;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.05)}.cert-thumb img{width:100%;height:100%;object-fit:cover;transition:opacity .3s,transform .5s}.cert-card:hover .cert-thumb img{transform:scale(1.05)}.pdf-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:2rem;color:var(--bg-dark);background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.cert-badge{position:absolute;top:10px;right:10px;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;z-index:2;box-shadow:0 2px 10px #0000004d}.cert-badge.winner{background:#f59e0b;color:#000}.cert-badge.internship{background:#17f50b;color:#000}.cert-badge.participation{background:var(--accent);color:#fff}.cert-badge.course{background:var(--accent-2);color:#000}.cert-info{padding:16px}.cert-info h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:6px;line-height:1.4}.cert-info p{font-size:.9rem;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-content{background:#1e293b;width:100%;max-width:900px;height:85vh;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 40px #00b4ff26}.modal-header{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);background:#0f172a}.modal-header h3{font-size:1.1rem;color:#fff;margin:0}.modal-actions{display:flex;gap:15px;align-items:center}.modal-actions a,.modal-actions button{background:none;border:none;color:var(--text-muted);cursor:pointer;transition:color .2s;display:flex;align-items:center}.modal-actions a:hover,.modal-actions button:hover{color:var(--accent)}.modal-body{flex:1;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.modal-img{max-width:100%;max-height:100%;object-fit:contain}.pdf-frame{width:100%;height:100%;border:none}@media screen and (max-width:768px){.certs-section{padding:6rem 1rem 3rem}.certs-container{padding:1.5rem}.certs-header h2{font-size:1.8rem}.certs-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}:root{--accent: #00b4ff;--bg-dark: #0d0d0d;--card-bg: #111;--text-main: #e5e5e5;--text-muted: #aaa;--border-color: rgba(255, 255, 255, .1)}.resume-container{padding:4rem 1.5rem;background:var(--bg-dark);min-height:100vh;display:flex;justify-content:center}.resume-card{background:var(--card-bg);border-radius:16px;padding:3rem;color:var(--text-main);box-shadow:0 0 30px #00b4ff0d;border:1px solid var(--border-color);width:100%;max-width:1000px}.resume-header{text-align:center;margin-bottom:2rem}.resume-title{font-size:2rem;color:var(--accent);margin-bottom:.5rem;font-weight:700}.resume-subtitle{color:var(--text-muted);font-size:1.1rem}.resume-viewer{background:#ffffff08;padding:1.5rem;border-radius:12px;margin-bottom:3rem;border:1px solid var(--border-color);text-align:center}.resume-frame{width:100%;height:600px;border:none;background:#fff;border-radius:8px;display:block;margin-bottom:1.5rem}.resume-download-btn{display:inline-block;background:linear-gradient(90deg,#00b4ff,#00ffe0);color:#000;padding:12px 28px;border-radius:30px;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .2s}.resume-download-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00b4ff4d}.resume-content{display:flex;flex-direction:column;gap:2rem}.resume-profile{background:#ffffff08;padding:2rem;border-radius:12px;border:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.profile-details h3{font-size:1.8rem;color:var(--accent);margin-bottom:.5rem}.profile-details p{color:var(--text-muted);margin:4px 0;font-size:.95rem}.profile-summary{flex:1;background:#00b4ff14;border-radius:10px;padding:1.2rem;border-left:3px solid var(--accent);font-size:.95rem;line-height:1.6;max-width:500px}.resume-section{background:#ffffff05;border-radius:12px;padding:1.8rem;border:1px solid var(--border-color)}.section-title{font-size:1.4rem;color:var(--accent);margin-bottom:1.2rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem;display:inline-block}.resume-list{list-style:none;padding:0;margin:0}.resume-list li{margin-bottom:1rem;line-height:1.6;border-left:2px solid rgba(255,255,255,.1);padding-left:1rem}.resume-list li strong{color:#fff;display:block;font-size:1.05rem}.resume-list li span{color:var(--text-muted);font-size:.9rem}.skills-container{display:flex;flex-wrap:wrap;gap:10px}.skill-tag{background:#ffffff0d;color:#ddd;padding:6px 14px;border-radius:20px;font-size:.9rem;border:1px solid transparent;transition:all .3s}.skill-tag:hover{border-color:var(--accent);color:#fff;background:#00b4ff1a}.resume-socials{display:flex;justify-content:center;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.social-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s}.social-link:hover{color:var(--accent)}@media screen and (max-width:768px){.resume-container{padding:3rem 1rem}.resume-card{padding:1.5rem}.resume-frame{height:400px}.resume-profile{flex-direction:column;gap:1.5rem}.profile-summary{max-width:100%;border-left:none;border-top:3px solid var(--accent)}.resume-title{font-size:1.8rem}.section-title{font-size:1.2rem}.resume-socials{flex-direction:column;align-items:center;gap:1rem}}:root{--accent: #00b4ff;--accent-2: #00ffe0;--bg-dark: #0d0d0d;--card-bg: rgba(255, 255, 255, .04);--text-light: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .7)}.about-section{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at top,var(--bg-dark),#000);color:#fff;padding:4rem 1.5rem}.about-card{width:100%;max-width:1100px;text-align:left;margin-top:1rem;background:var(--card-bg);padding:3.5rem;border-radius:20px;box-shadow:0 0 30px #00ffc80d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.section-title{font-size:2.2rem;margin-bottom:1.5rem;font-weight:700;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.about-text{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:1.2rem}.education-section{margin-top:3.5rem}.education-title{font-size:1.8rem;margin-bottom:1.5rem;font-weight:600;color:#fff;border-left:4px solid var(--accent);padding-left:12px}.education-list{display:flex;flex-direction:column;gap:1.5rem}.edu-card{background:#ffffff08;border-radius:16px;padding:1.5rem 2rem;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.edu-icon-wrapper{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#00b4ff1a;border-radius:50%;color:var(--accent);flex-shrink:0}.edu-content h4{color:var(--accent-2);font-size:1.3rem;margin-bottom:.3rem}.edu-content .school-name{color:#fff;font-weight:600;font-size:1rem;margin-bottom:.2rem}.edu-content .edu-meta{color:var(--text-muted);font-size:.95rem}@media screen and (max-width:768px){.about-section{padding:6rem 1rem 3rem}.about-card{padding:2rem 1.5rem}.section-title{font-size:1.8rem;text-align:center}.about-text{font-size:1rem;line-height:1.6;text-align:left}.education-title{font-size:1.5rem;margin-top:1rem}.edu-card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.edu-icon-wrapper{width:50px;height:50px}.edu-content h4{font-size:1.2rem}}: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:4rem 1.5rem;text-align:center;overflow-x:hidden}.contact-title{font-size:2.6rem;margin:1.5rem 0 .5rem;font-weight:700;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.contact-subtitle{font-size:1.1rem;color:#fffc;max-width:700px;margin-bottom:2.5rem;line-height:1.6}.contact-links{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;margin-bottom:2.5rem;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;transition:border-color .3s ease}.contact-form{display:flex;flex-direction:column;gap:16px;width:100%;max-width:500px;background:#ffffff05;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.contact-form input,.contact-form textarea{padding:14px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;outline:none;font-size:1rem;resize:none;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);background:#0006}.contact-btn{padding:14px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border:none;border-radius:8px;color:#000;font-weight:700;font-size:1rem;cursor:pointer;margin-top:10px;box-shadow:0 4px 15px #00ffe033}.contact-status{margin-top:15px;color:var(--accent-2);font-weight:500;font-size:.95rem}@media screen and (max-width:768px){.contact-section{padding:6rem 1rem 3rem}.contact-title{font-size:2rem;margin-top:0}.contact-subtitle{font-size:1rem;margin-bottom:2rem;padding:0 10px}.contact-links{gap:15px;margin-bottom:2rem}.social-icon{width:50px;height:50px;padding:6px}.contact-form{padding:1.5rem;width:95%}.contact-form input,.contact-form textarea{font-size:16px}}.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}.skills-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}.skill-box h3{font-size:1rem;font-weight:600;color:#00ffe0;margin-bottom:10px}.skill-box ul{list-style:disc;padding-left:20px}.skill-box li{font-size:.875rem;color:#b0b0b0;margin-bottom:6px;transition:color .2s,transform .2s}.detail-container{max-width:1200px;margin:0 auto;padding:40px 20px;color:#fff;animation:fadeIn .6s ease-out}.detail-header{text-align:center;margin-bottom:40px}.detail-title{font-size:2.8rem;font-weight:700;color:#06b6d4;margin-bottom:10px}.detail-subtitle{font-size:1.1rem;color:#94a3b8;max-width:700px;margin:0 auto 25px;line-height:1.6}.detail-actions{display:flex;justify-content:center;gap:15px}.detail-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s}.detail-btn:hover{transform:translateY(-2px)}.code-btn{background:#ffffff0d;color:#0ea5e9;border:1px solid rgba(0,229,255,.2)}.live-btn{background:linear-gradient(90deg,#06b6d4,#0891b2);color:#fff;border:none}.detail-image-wrapper{width:100%;max-width:1000px;margin:0 auto 50px;border-radius:16px;overflow:hidden;box-shadow:0 0 40px #06b6d426;border:1px solid rgba(255,255,255,.1)}.detail-image{width:100%;display:block}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.detail-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.full-width{grid-column:1 / -1}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:12px}.card-header h3{font-size:1.25rem;color:#e2e8f0;font-weight:600}.icon-cyan{color:#06b6d4;width:24px;height:24px}.card-text{color:#cbd5e1;line-height:1.7;font-size:.95rem}.detail-list{list-style:none;padding:0}.detail-list li{position:relative;padding-left:20px;margin-bottom:8px;color:#cbd5e1;font-size:.95rem}.detail-list li:before{content:"•";color:#06b6d4;position:absolute;left:0;font-weight:700}.tech-cloud{display:flex;flex-wrap:wrap;gap:10px}.detail-tech-badge{background:#06b6d41a;color:#06b6d4;padding:5px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.flow-steps{display:flex;flex-direction:column;gap:12px}.flow-step{display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:.9rem}.step-dot{width:8px;height:8px;background:#06b6d4;border-radius:50%;flex-shrink:0}.split-card{display:flex;gap:30px}.split-half{flex:1}.split-divider{width:1px;background:#ffffff1a}.mt-4{margin-top:1rem}@media(max-width:768px){.detail-title{font-size:2rem}.detail-grid{grid-template-columns:1fr}.split-card{flex-direction:column;gap:20px}.split-divider{width:100%;height:1px}}
