html,body{margin:0;padding:0;height:100%;background-color:#030711}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}.main-content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{position:fixed;top:0;left:0;width:100%;background:linear-gradient(0deg,#03071100,#030711 50%);z-index:1000;padding:40px 0}.navbar-content{display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;max-width:1100px;margin:0 auto;padding:0 2rem}.navbar-brand a{color:#f9fafb;font-family:Inter,sans-serif;text-decoration:none;font-size:18px;font-weight:700}.navbar-links{display:flex;gap:35px}.nav-link{text-decoration:none;color:#9ca3b0;border-radius:10px;display:inline-flex;align-items:center;padding:6px 0;gap:8px;transition:color .15s ease,transform .15s ease}.nav-link:hover{color:#f9fafb;transform:translateY(-3px)}.info-icon-nav{width:16px;height:16px;flex:0 0 16px;display:inline-block}.navbar-toggle{display:none;background:none;border:none;color:#f9fafb;cursor:pointer;padding:8px;z-index:1001;transition:transform .15s ease}.navbar-toggle:hover{transform:scale(1.1)}.navbar-toggle:focus{outline:none}@media (max-width: 700px){.navbar{padding:20px 0}.navbar-content{padding:0 1.5rem}.navbar-toggle{display:block}.navbar-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#030711fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;padding:2rem;transition:right .3s ease-in-out;box-shadow:-4px 0 20px #00000080}.navbar-links.active{right:0}.nav-link{width:100%;padding:12px 16px;font-size:1.1rem;border-radius:8px;transition:background .2s ease,color .15s ease,transform .15s ease}.nav-link:hover{background:#ffffff14;transform:translate(8px)}.info-icon-nav{width:20px;height:20px;flex:0 0 20px}}.footer{display:flex;justify-content:space-between;align-items:center;color:#9ca3b0;max-width:1100px;margin:0 auto;padding:5rem 2rem;font-family:Inter,sans-serif;text-decoration:none;flex-wrap:wrap}.footer p{margin:0}.link{color:#9ca3b0;text-decoration:none;transition:color .15s ease,transform .15s ease;display:inline-flex;align-items:center;padding:8px}.link:hover{color:#f9fafb;transform:translateY(-3px)}.link:visited,.link:active{color:inherit}.link svg{width:20px;height:20px;stroke:currentColor;fill:none}.footer-links{display:flex;align-items:center;gap:3rem}@media (max-width: 650px){.footer{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 1.5rem;gap:1.5rem}.footer-links{gap:.5rem}.footer p{width:100%;margin-bottom:.5rem}.link{padding:10px;margin:0 8px}.link svg{width:24px;height:24px}}.home{display:block;justify-content:center;align-items:center;font-size:24px}.hero{display:block;align-items:center;text-align:center;margin-top:40vh;margin-bottom:50vh;color:#f9fafb}.hero-name{font-family:Inter,sans-serif;font-size:35px;margin:25px}.hero p{margin-top:8px;padding-left:5px;padding-right:5px;font-size:12px;color:#f9fafb;margin-bottom:0}.hero a{margin-top:0;padding:0 5px;font-size:12px;text-decoration:none;font-family:Inter,sans-serif;color:#f9fafb}.hero-tag{margin:25px;font-size:14px;font-family:Inter,sans-serif;color:#9ca3b0;font-weight:400}.hero-links{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.hero-links p{color:#f9fafb4d;font-weight:300;margin:0 4px}.link{position:relative;padding:6px 0;border-radius:6px;transition:all .2s ease;font-weight:500;letter-spacing:.3px}.link:hover{color:#fff;transform:translateY(-2px)}.link:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%) scaleX(0);width:70%;height:1px;background:#0071e3;transition:transform .2s ease}.link:hover:after{transform:translate(-50%) scaleX(1)}.about-me-section{display:flex;justify-content:space-between;align-items:flex-start;gap:5rem;padding:7rem 4rem;border-radius:20px;max-width:1100px;margin:15vh auto;color:#f9fafb;font-family:Inter,sans-serif}.about-left{flex:1.2}.about-left h5{color:#f9fafb;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem}.about-left h1{font-size:2.8rem;margin-bottom:1.5rem;color:#f9fafb}.highlight{color:#0071e3}.about-info{list-style:none;padding:0;margin:1.5rem 0 2.5rem}.about-info li{display:flex;align-items:center;gap:10px;margin-bottom:.8rem;font-size:1rem;color:#9ca3b0;font-family:Inter,sans-serif}.info-icon{color:#e5e7eb;width:20px;height:20px;flex-shrink:0}.about-left p{line-height:1.6;margin-bottom:2rem;color:#f9fafb;font-family:Inter,sans-serif;font-size:20px}.about-buttons{display:flex;gap:1rem}.about-right{flex:1}.about-right h3{margin-bottom:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.8rem;margin-bottom:2rem}.skills-grid span{background-color:#f9fafb;border-radius:10px;padding:.6rem 1rem;text-align:center;font-size:.9rem;transition:background .3s ease;color:#000}.skills-grid span:hover{background:#0071e3;color:#fff}.cert-list{display:flex;flex-direction:column;gap:1.5rem}.cert-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;transition:transform .3s ease,background .3s ease;border:1px solid rgb(31,41,55)}.cert-item:hover{background:#2424243f;transform:translateY(-3px)}.cert-badge{width:55px;height:55px;object-fit:contain;border-radius:8px;padding:5px}.cert-item strong{font-size:1rem;color:#f9fafb;font-family:Inter,sans-serif}.cert-item p{color:#d1d5db;font-family:Inter,sans-serif;font-size:.9rem;margin:.2rem 0 0}.end-directory{display:block;justify-content:center;align-items:center;margin-top:20vh;margin-bottom:20vh}.end-directory h1{text-align:center;font-size:30px}.end-links{display:flex;flex-direction:row;justify-content:center}.end-links p{margin-top:0;padding-left:5px;padding-right:5px;font-size:14px}.end-link{margin-top:0;padding-left:5px;padding-right:5px;font-size:14px;text-decoration:none}@media (max-width: 968px){.about-me-section{gap:3rem;padding:5rem 2rem}.about-left h1{font-size:2.2rem}.about-left p{font-size:18px}}@media (max-width: 768px){.hero{margin-top:25vh;margin-bottom:30vh;padding:11rem 1rem}.hero-name{font-size:28px;margin:20px 10px}.hero-tag{margin:20px 10px;font-size:13px}.hero-links{gap:0px;margin-bottom:1.5rem;padding:0 1rem}.hero-links p{margin:0 2px}.link{padding:5px 10px;font-size:12px}.about-me-section{flex-direction:column;gap:3rem;padding:3rem 1.5rem;margin:10vh auto}.about-left,.about-right{flex:1;width:100%}.about-left h5{font-size:.8rem;letter-spacing:1.5px}.about-left h1{font-size:1.8rem;margin-bottom:1rem;line-height:1.2}.about-left p{font-size:16px;line-height:1.5;margin-bottom:1.5rem}.about-info{margin:1rem 0 1.5rem}.about-info li{font-size:.9rem;margin-bottom:.7rem}.info-icon{width:18px;height:18px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.6rem;margin-bottom:1.5rem}.skills-grid span{padding:.5rem .8rem;font-size:.85rem}.about-right h3{font-size:1.2rem;margin-bottom:.8rem}.cert-item{padding:.8rem;gap:.8rem}.cert-badge{width:45px;height:45px}.cert-item strong{font-size:.9rem}.cert-item p{font-size:.8rem}}@media (max-width: 480px){.hero{margin-top:20vh;margin-bottom:25vh}.hero-name{font-size:24px;margin:15px 5px}.hero-tag{font-size:12px}.hero a,.hero p{font-size:11px}.hero-links{gap:4px;padding:0 .5rem}.hero-links p{margin:0 1px;font-size:10px}.link{padding:4px 8px;font-size:11px}.about-me-section{padding:2rem 1rem;margin:8vh auto}.about-left h1{font-size:1.5rem}.about-left p{font-size:15px}.about-info li{font-size:.85rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.5rem}.skills-grid span{padding:.4rem .6rem;font-size:.8rem}.cert-item{flex-direction:column;text-align:center}.cert-badge{width:60px;height:60px}}.comment-section{max-width:1100px;margin:4rem auto;color:#fff;font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:10rem}.comment-title{font-size:1.75rem;text-align:center}.comment-container{display:grid;grid-template-columns:350px 1fr;gap:10px}.comment-right-column{display:flex;flex-direction:column;border-radius:10px}.comment-form{display:flex;flex-direction:column;gap:10px;border-radius:10px}.comment-form input,.comment-form textarea{padding:10px;border-radius:8px;border:1px solid rgb(31,41,55);font-size:15px;background:#030711;color:#fff;resize:none}.comment-form textarea{flex:1;min-height:100px}.comment-form button{padding:10px;background-color:#0071e3;font-family:Inter,sans-serif;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.comment-form button:hover{background-color:#0056b3}.comment-list{display:flex;flex-direction:column;gap:7px}.comment{border:1px solid rgb(31,41,55);border-radius:8px;padding:15px;background:#1110}.comment-header{margin:0;font-size:15px;display:flex;justify-content:space-between;color:#ccc}.comment-date{font-size:13px;color:#888}.comment-message{margin-top:5px;font-size:15px;line-height:1.4;color:#fff}.no-comments{text-align:center;color:#aaa;padding:20px 0}.pagination{display:flex;justify-content:center;align-items:center;gap:6px;padding:19px 0 0;margin-top:auto}.pagination button{border:none;background:#f9fafb;padding:6px 10px;border-radius:6px;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.pagination button:hover{background:#d0d0d0}.pagination button.active{background:#0071e3;color:#f9fafb;font-weight:700}.pagination button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 800px){.comment-section{padding:0 1.5rem 8rem;margin:3rem auto;gap:1rem}.comment-title{font-size:1.5rem}.comment-container{grid-template-columns:1fr;gap:1.5rem}.comment-right-column{order:1}.comment-form{order:2}.comment-form textarea{min-height:120px}.comment{padding:12px}.comment-header{flex-direction:column;gap:4px;align-items:flex-start}.comment-date{font-size:12px}.comment-message{font-size:14px}.pagination{padding:15px 0 0;flex-wrap:wrap}.pagination button{padding:8px 12px;font-size:14px}}@media (max-width: 480px){.comment-section{padding:0 1rem 6rem;margin:2rem auto}.comment-title{font-size:1.3rem}.comment-container{gap:1.2rem}.comment{padding:10px}.comment-header{font-size:14px}.comment-message{font-size:13px}.pagination button{padding:6px 10px;font-size:13px}}.card-container{display:flex;flex-direction:column;background-color:#fff;height:100%;overflow:hidden;box-sizing:border-box;border:1px solid rgb(31,41,55);box-shadow:0 6px 20px #0f172a0a;border-radius:10px;font-family:Inter,sans-serif}.gallery-container{width:100%;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-body{padding:18px;display:flex;flex-direction:column;gap:12px}.card-title{margin:0;font-size:1.05rem;color:#f9fafb}.tech-list{display:flex;flex-wrap:wrap;gap:8px}.tech-badge{background:#f3f4f6;padding:6px 10px;border-radius:5px;font-size:.8rem;color:#111827}.card-actions{display:flex;gap:10px;margin-top:6px}.card-btn{background:#111827;color:#fff;padding:8px 12px;border-radius:8px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px}.card-btn--muted{background:#f3f4f6;color:#111827}.card-btn--show{background:#003cff;color:#fff}.info-icon{width:16px;height:16px;flex:0 0 16px;display:inline-block}.info-icon-git{width:16px;height:16px;flex:0 0 16px;display:inline-block;color:#111827}.info-icon-show{width:20px;height:20px;flex:0 0 20px;display:inline-block;color:#fff}@media (max-width: 700px){.gallery-container{height:160px}.card-title{font-size:1rem}}:root{--bg: #ffffff;--card-bg: rgb(3, 7, 17);--muted: #6b7280;--accent: #0b66ff;--shadow: 0 6px 20px rgba(15, 23, 42, .06)}.portfolio{max-width:1100px;margin:9rem auto 2.5rem;padding:2.25rem;font-family:Inter,sans-serif}.header{margin-bottom:1.25rem}.header .name p{font-size:16px;color:var(--muted);letter-spacing:.12em;margin:0}.header h1{margin:10px 0 25px;font-size:2rem;color:#f9fafb}.header .sub{color:var(--muted);margin:0}.controls{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:1rem 0 1.5rem}.tabs{display:flex;gap:8px}.tab{background:transparent;border:1px solid transparent;padding:8px 12px;border-radius:8px;cursor:pointer;color:var(--muted);transition:all .15s ease}.tab:hover{color:#111827;transform:translateY(-2px)}.tab.active{background:var(--card-bg);box-shadow:var(--shadow);color:var(--accent);border-color:#ffffff1f}.showcase{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:28px;align-items:start}.empty{padding:40px;text-align:center;grid-column:1 / -1;color:var(--muted)}.footer-note{margin-top:18px;color:var(--muted);font-size:.95rem}.card-container{background:var(--card-bg);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;height:100%}.media{position:relative;height:320px;overflow:hidden}.card-img{width:100%;height:100%;object-fit:cover;display:block}.tag{position:absolute;left:12px;top:12px;background:#0009;color:#fff;padding:6px 10px;border-radius:999px;font-size:.9rem}.card-body{padding:24px;display:flex;flex-direction:column;gap:18px;flex:1 1 auto}.card-title{margin:0;font-size:1.5rem}.card-description{margin:0;color:var(--muted);font-size:1.1rem;line-height:1.6;flex:1 1 auto}.card-actions{display:flex;justify-content:flex-start}@media (max-width: 900px){.showcase{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 700px){.controls{flex-direction:column;align-items:stretch}.search input{width:100%}}.contact{display:flex;flex-direction:column;align-items:center;margin-top:14.5rem;height:100vh}.contact-form{display:flex;flex-direction:column;gap:1rem;width:320px}.header{font-family:Inter,sans-serif;font-size:2rem;color:#fff;margin-bottom:1rem;margin-top:0}.contact-form input,.contact-form textarea{padding:10px;border-radius:8px;border:1px solid rgb(31,41,55);font-size:15px;background:#030711;color:#fff;resize:none}.contact-form button{padding:10px;background-color:#0071e3;font-family:Inter,sans-serif;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.contact-form button:hover{background-color:#0056b3}.contact-form button:disabled{opacity:.6;cursor:not-allowed}.gradual-blur-inner{position:relative;width:100%;height:100%}.gradual-blur-inner>div{-webkit-backdrop-filter:inherit;backdrop-filter:inherit}.gradual-blur{isolation:isolate}@supports not (backdrop-filter: blur(1px)){.gradual-blur-inner>div{background:#0000004d;opacity:.5}}.gradual-blur-fixed{position:fixed!important;inset:0;pointer-events:none;z-index:1000}
