@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap";.navbar{position:fixed;top:0;left:0;right:0;padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:#0a0a0ab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.nav-logo{display:flex;align-items:center;cursor:pointer}.logo-wrapper{width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:2px solid #333;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.logo-img{height:75%;width:auto;object-fit:contain}.logo-wrapper:hover{transform:scale(1.1) rotate(15deg);box-shadow:0 0 8px #df4409}.nav-links{display:flex;gap:2.5rem}.nav-link{text-decoration:none;color:#fff;font-size:.9rem;position:relative;font-family:var(--font-mono);transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-6px;left:0;width:15px;height:3px;transition:width .3s}.nav-link:hover:after{width:100%}.link-about:hover{color:#ff7b54}.link-skills:hover{color:#fc3}.link-projects:hover{color:#4c4}.link-contact:hover{color:#48f}.link-blog:hover{color:#a370f7}.link-album:hover{color:#ff4d6d}.link-about:after{background-color:#ff7b54}.link-skills:after{background-color:#fc3}.link-projects:after{background-color:#4c4}.link-contact:after{background-color:#48f}.link-blog:after{background-color:#a370f7}.link-album:after{background-color:#ff4d6d}.burger{display:none;cursor:pointer;z-index:1002}.burger div{width:25px;height:2px;background-color:#fff;margin:5px;transition:all .3s ease}@media(max-width:1024px){.navbar{padding:1rem 2.5rem}.nav-links{gap:1.5rem}}@media(max-width:768px){.burger{display:block}.nav-links{position:fixed;right:0;top:0;height:100vh;width:75%;background:#0a0a0afa;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3.5rem;transform:translate(100%);transition:transform .4s ease-in-out}.nav-active{transform:translate(0)}.nav-link{font-size:1.2rem}.nav-link:after{width:20px;bottom:-10px;height:4px;display:block!important}.nav-link:hover:after{width:100%}.burger.active .line1{transform:rotate(-45deg) translate(-5px,5px)}.burger.active .line2{opacity:0}.burger.active .line3{transform:rotate(45deg) translate(-5px,-5px)}}@media(max-width:480px){.nav-links{width:100%}}.hero-content{width:100%;max-width:1200px}.hero-content h1{font-size:clamp(1rem,5vw,3rem);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem;line-height:1.1}.chevron{color:var(--text-gray)}.cursor{display:inline-block;width:15px;height:.9em;background:var(--text-gray);animation:blink 1s infinite;margin-left:5px;vertical-align:middle}@keyframes blink{50%{opacity:0}}.hero-sub{margin-top:3rem}.dollar{color:var(--accent-orange);margin-right:10px}.desc{color:var(--text-gray);margin-top:10px;font-size:clamp(1rem,3vw,1.2rem);max-width:600px}.hero-btns{margin-top:3rem;display:flex;gap:1.5rem;flex-wrap:wrap}.btn-light,.btn-dark{padding:1rem 2rem;font-weight:700;cursor:pointer;font-family:var(--font-mono);transition:all .3s ease;text-align:center}.btn-light{background:#fff;color:#000;border:none}.btn-dark{background:transparent;color:#fff;border:1px solid #333}@media(max-width:1024px){.home-container{padding:0 3rem}}@media(max-width:768px){.home-container{padding:0 2rem;text-align:left}.hero-sub{margin-top:2rem}.hero-btns{margin-top:2.5rem;width:100%}.btn-light,.btn-dark{flex:1;min-width:160px}}@media(max-width:480px){.home-container{padding:0 1.5rem}.hero-content h1{gap:.5rem}.hero-btns{flex-direction:column;gap:1rem}.btn-light,.btn-dark{width:100%;padding:.8rem 1.5rem}}.home-container{min-height:100vh;display:flex;align-items:center;padding:0 4rem;box-sizing:border-box}.home-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;gap:4rem}.hero-content{flex:2}.hero-image-container{flex:1;display:flex;justify-content:center;align-items:center}.photo-circle{width:320px;height:320px;border-radius:50%;border:4px solid #333;overflow:hidden;position:relative;transition:border-color .3s ease,transform .3s ease;background:#111}.photo-circle:hover{border-color:var(--accent-orange);transform:scale(1.02)}.photo-circle img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%)}@media(max-width:1024px){.home-wrapper{gap:2rem}.photo-circle{width:250px;height:250px}}@media(max-width:768px){.home-container{padding:6rem 2rem 2rem}.home-wrapper{flex-direction:column-reverse;text-align:left;gap:3rem}.photo-circle{width:200px;height:200px}}@media(max-width:480px){.home-container{padding:5rem 1.5rem}.photo-circle{width:180px;height:180px}}.about-content{max-width:900px;margin-top:2rem;width:100%;box-sizing:border-box}.about-section{margin-bottom:2.5rem}.about-section p{color:#ccc;font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.6}.comment{color:#888;font-weight:700;margin-bottom:.8rem;font-size:clamp(1.1rem,3vw,1.2rem)}.comment .hashtag{color:var(--accent-orange);margin-right:5px}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:3rem;width:100%}.skill-tag{border:1px solid #333;background:transparent;color:#eee;padding:1.2rem .5rem;text-align:center;font-size:.95rem;font-family:var(--font-mono);transition:all .3s ease;cursor:default;display:flex;align-items:center;justify-content:center}.skill-tag:hover{border-color:var(--accent-orange);background:#ff7b540d;color:#fff;transform:translateY(-2px)}.desc-text strong{color:var(--accent-orange);font-weight:600}@media(max-width:1024px){.about-grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media(max-width:768px){.about-content{margin-top:1.5rem}.about-grid{grid-template-columns:repeat(2,1fr);margin-top:2rem}.skill-tag{padding:1rem .4rem;font-size:.9rem}}@media(max-width:480px){.about-content{padding-right:1rem}.about-grid{grid-template-columns:repeat(2,1fr);gap:10px}.skill-tag{padding:.8rem .3rem;font-size:.8rem}.comment{margin-bottom:.5rem}}.section-container{position:relative;max-width:1100px;margin:0 auto;padding:8rem 4rem;box-sizing:border-box}.section-container:before{content:"";position:absolute;left:20px;top:10%;height:85%;width:4px;background-color:#fc3;border-radius:2px;z-index:1}@media(min-width:1200px){.section-container:before{left:calc(-.5*(100vw - 1100px) + 30px)}}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:6rem;row-gap:4rem;margin-top:2rem;width:100%}.skill-item{display:flex;align-items:center;margin-bottom:1rem;font-family:var(--font-mono)}.cat-title{color:#888;font-size:1.4rem;margin-bottom:1.5rem;font-weight:400}.arrow{color:#fc3;font-size:.7rem;margin-right:12px}.line{flex:1;border-bottom:1px solid #333;margin-left:15px;height:12px}.focus-container{margin-top:5rem;display:flex;justify-content:center;width:100%}.focus-box{border:1px solid #222;background:#ffffff05;padding:2rem;width:100%;max-width:800px;border-radius:4px}.focus-title{color:#666;font-size:1rem;margin-bottom:1rem;font-weight:700}.focus-text{color:#aaa;font-size:1.1rem;line-height:1.6}.focus-highlight{color:#fc3;font-weight:700}@media(max-width:768px){.section-container{padding:5rem 1.5rem 5rem 3.5rem}.skills-grid{grid-template-columns:1fr;row-gap:2.5rem}.section-container:before{left:20px;height:90%;top:5%}}@media(max-width:480px){.section-container{padding:4rem 1rem 4rem 2.5rem}.section-container:before{left:12px}.focus-box{padding:1.2rem;width:calc(100% - 10px)}.focus-text{font-size:1rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.focus-title{font-size:.9rem}.cat-title{font-size:1.1rem;margin-bottom:1rem}}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:2rem}.project-card{background:#111;border:1px solid #222;border-radius:8px;padding:2rem;display:flex;flex-direction:column;transition:border-color .3s ease}.project-card:hover{border-color:#333}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.project-title{color:#fff;font-size:1.4rem;font-weight:700}.status-badge{font-size:.7rem;padding:4px 10px;border-radius:4px;font-family:var(--font-mono);text-transform:lowercase}.status-badge.production{background:#44cc441a;color:#4c4;border:1px solid rgba(68,204,68,.2)}.status-badge.development{background:#8888881a;color:#888;border:1px solid rgba(136,136,136,.2)}.project-desc{color:#aaa;font-size:1rem;line-height:1.5;margin-bottom:2rem;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.tag{background:#1a1a1a;color:#888;padding:4px 12px;border-radius:4px;font-size:.8rem;border:1px solid #222}.view-link{color:#4c4;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:8px}.view-link:hover .arrow{transform:translate(5px);transition:transform .2s}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:2rem}.project-card{background:#111;border:1px solid #222;border-radius:8px;padding:2rem;display:flex;flex-direction:column;transition:border-color .3s ease,transform .2s ease}@media(some-pointer:fine){.project-card:hover{border-color:#333;transform:translateY(-2px)}}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;gap:15px}.project-card{padding:1.5rem}.project-title{font-size:1.2rem}.project-desc{font-size:.9rem;margin-bottom:1.5rem}.tag{font-size:.75rem;padding:3px 10px}.view-link{padding:10px 0;width:100%;justify-content:flex-start}}@media(max-width:380px){.projects-grid{min-width:100%}.card-header{flex-direction:column;gap:10px}}.contact-intro{color:#ccc;font-size:1.1rem;margin-bottom:3rem;font-family:var(--font-mono)}.arrow-prompt{color:#48f;margin-right:10px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-card{background:#111;border:1px solid #222;border-radius:8px;padding:1.5rem 2rem;text-decoration:none;transition:all .3s ease;display:block}.contact-card:hover{border-color:#48f;background:#4488ff0d;transform:translateY(-2px)}.contact-header{display:flex;align-items:center;gap:12px;color:#888;margin-bottom:.8rem}.contact-label{font-size:.9rem;font-family:var(--font-mono)}.contact-value{color:#eee;font-size:1.1rem;word-break:break-all}.header-left{display:flex;align-items:center;gap:10px}.contact-extra{font-family:var(--font-mono);font-size:.75rem;color:#48f;border:1px solid #4488ff;padding:2px 8px;border-radius:12px;background:#4488ff1a}.contact-card:hover .contact-extra{background:#48f3;box-shadow:0 0 10px #4488ff4d}.contact-value{color:#ccc;word-break:break-all}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.footer{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background-color:#000;padding:3.5rem 0;display:flex;flex-direction:column;align-items:center;gap:2.5rem;z-index:10;box-sizing:border-box;border-top:1px solid #111}.color-bar{display:flex;gap:8px;width:100%;max-width:300px;justify-content:center}.bar{height:4px;flex:1;border-radius:2px}.orange{background-color:#ff7b54}.gold{background-color:#fc3}.yellow{background-color:#fe5}.green{background-color:#4c4}.light-blue{background-color:#48f}.purple{background-color:#a370f7}.footer-container{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:flex-start;padding:0 4rem;box-sizing:border-box}.footer-left{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.footer-right{flex:1;display:flex;flex-direction:column;align-items:flex-end}.cv-download{display:flex;align-items:center}.cv-link-container{display:flex;align-items:center;gap:10px;text-decoration:none}.pointing-hand{font-size:1.2rem;display:inline-block;animation:point-wiggle 1s ease-in-out infinite}.download-text{color:#fff;font-family:var(--font-mono);font-size:.9rem;border-bottom:1px dashed #444;padding-bottom:2px;transition:all .2s ease}.cv-link-container:hover .download-text{border-bottom-color:#ff7b54;color:#ff7b54}.contact-item{display:flex;align-items:center;font-family:var(--font-mono);font-size:.9rem;margin:.2rem 0}.footer-label{color:#444;font-weight:700;display:inline-block;min-width:45px;text-align:left}.footer-link{color:#888;text-decoration:none;transition:all .2s ease;white-space:nowrap}.footer-link:hover{color:#fff}.copyright{color:#555;font-family:var(--font-mono);font-size:.85rem;margin:0}@keyframes point-wiggle{0%,to{transform:translate(0)}50%{transform:translate(-6px)}}@media(max-width:900px){.footer-container{padding:0 2rem}}@media(max-width:768px){.footer{padding:2.5rem 0}.footer-container{flex-direction:column;gap:2.5rem;text-align:center;align-items:center}.footer-left,.footer-right{align-items:center;text-align:center}.footer-left{order:2}}@media(max-width:480px){.color-bar{max-width:200px}.copyright,.contact-item,.download-text{font-size:.8rem}}#blog-page:before{content:"";position:absolute;left:20px;top:10%;height:85%;width:4px;background-color:#a370f7;border-radius:2px}@media(min-width:1200px){#blog-page:before{left:calc(-.5*(100vw - 1100px) + 30px)}}.blog-card{cursor:pointer;transition:transform .3s ease,border-color .3s ease;background:#ffffff05;border:1px solid #222;padding:2rem;border-radius:4px;display:flex;flex-direction:column}.blog-card:hover{border-color:#a370f7;transform:translateY(-5px);background:#a370f705}.post-date{color:#666;font-family:var(--font-mono);font-size:.8rem;margin-bottom:.5rem;display:block}.read-more{color:#a370f7;font-size:.9rem;margin-top:auto;padding-top:1.5rem;display:flex;align-items:center;gap:8px}.detail-view{animation:fadeIn .4s ease-out;max-width:800px;margin:0 auto}.back-btn{background:none;border:none;color:#888;cursor:pointer;font-family:var(--font-mono);font-size:1rem;margin-bottom:2rem;padding:0;display:flex;align-items:center;gap:10px;transition:color .2s}.back-btn:hover{color:#a370f7}.post-title-detail{font-size:clamp(1.8rem,6vw,3rem);color:#fff;margin:1rem 0;line-height:1.2}.post-content{margin-top:3rem;color:#ccc;line-height:1.8;font-size:1.1rem}.post-content{max-width:700px;margin:3rem auto;text-align:left}.content-h2{color:#a370f7;margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:600}.content-p{margin-bottom:1.5rem;opacity:.9}.content-list{margin:1.5rem 0;padding-left:1.5rem;list-style:none}.content-list li{margin-bottom:1rem;position:relative}.content-list li:before{content:"→";color:#a370f7;position:absolute;left:-25px}.divider{border:0;border-top:1px solid #333;margin:4rem 0 2rem}.comments-section{text-align:left}.comments-list{margin:2rem 0}.comment-item{background:#ffffff08;padding:1.5rem;border-radius:4px;border-left:2px solid #a370f7;margin-bottom:1rem}.comment-meta{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem}.comment-author{color:#a370f7;font-weight:700}.comment-date{color:#666}.comment-form{display:flex;flex-direction:column;gap:1rem;background:#a370f705;padding:2rem;border-radius:4px}.comment-form input,.comment-form textarea{background:#111;border:1px solid #333;color:#fff;padding:.8rem;border-radius:4px;font-family:inherit}.comment-form input:focus,.comment-form textarea:focus{border-color:#a370f7;outline:none}.submit-btn{background:#a370f7;color:#fff;border:none;padding:1rem;border-radius:4px;cursor:pointer;font-weight:700;transition:opacity .2s}.submit-btn:hover{opacity:.8}#blog .path{color:#a370f7;margin-right:.5rem}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.post-title-detail{margin-top:.5rem}}@media(max-width:480px){#blog-page{padding-left:3rem}#blog-page:before{left:15px}.blog-card{padding:1.5rem}.post-content{font-size:1rem;margin-top:2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.album-container{padding:8rem 4rem 4rem;max-width:1100px;margin:0 auto;box-sizing:border-box}.album-header{margin-bottom:4rem;text-align:left}.album-subtitle{color:#666;font-family:var(--font-mono);margin-top:1rem;font-size:.9rem}.photo-grid{display:flex;flex-direction:column;gap:60px;width:100%}.photo-card{position:relative;border-radius:12px;overflow:hidden;background:#0a0a0a;border:1px solid #222;width:100%;display:flex;flex-direction:column}.photo-card img{width:100%;height:auto;display:block;object-fit:contain;transition:transform .8s cubic-bezier(.2,1,.3,1)}.photo-card:hover img{transform:scale(1.02)}.photo-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000000e6);color:#fff;font-family:var(--font-mono);font-size:1.1rem;opacity:0;transform:translateY(10px);transition:all .4s ease}.photo-card:hover .photo-overlay{opacity:1;transform:translateY(0)}@media(max-width:768px){.album-container{padding:6rem 1.5rem}.album-header{margin-bottom:2.5rem}.photo-card{border-radius:8px}.photo-grid{gap:40px}.photo-overlay{opacity:1;padding:1.2rem;font-size:.9rem;background:linear-gradient(transparent,#000c);transform:translateY(0)}}:root{--bg-dark: #0a0a0a;--text-white: #ffffff;--text-gray: #888888;--accent-orange: #ff7b54;--font-mono: "JetBrains Mono", monospace}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a,button,.nav-link,.contact-card{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='2.5' fill='red'/%3E%3Cpath d='M16 2v6M16 24v6M2 16h6M24 16h6' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 16 16,pointer!important}body{background-color:var(--bg-dark);color:var(--text-white);font-family:var(--font-mono);scroll-behavior:smooth}.section-container{padding:8rem 4rem;max-width:1200px;margin-left:10%;margin-right:10%;min-height:100vh}.section-container:before{content:"";position:absolute;top:0;bottom:100px;width:4px;border-radius:2px;left:calc(-.5*(100vw - 1100px) + 20px);z-index:1}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;display:flex;align-items:center}#about .path{color:#ff7b54;margin-right:.5rem}#skills .path{color:#fc3;margin-right:.5rem}#projects .path{color:#4c4;margin-right:.5rem}#contact .path{color:#48f;margin-right:.5rem}#blog-page .path{color:#a370f7;margin-right:.5rem}#album .path{color:#ff4d6d;margin-right:.5rem}@media(max-width:1200px){.section-container:before{left:15px;bottom:50px}}#about:before{background-color:#ff7b54}#skills:before{background-color:#fc3}#projects:before{background-color:#4c4}#contact:before{background-color:#48f}#blog-page:before{background-color:#a370f7}
