@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;width:100%}body{margin:0;min-width:100%;min-height:100vh;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}::selection{background:var(--primary-color);color:#fff}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #7c3aed;--primary-dark: #5b21b6;--secondary-color: #db2777;--accent-color: #ffffff;--text-color: #000000;--light-text: #94a3b8;--background: #ffffff;--section-bg: #ffffff;--card-bg: rgb(255, 255, 255);--gradient-start: #7c3aed;--gradient-end: #db2777;--nav-bg: rgba(255, 255, 255, .8);--card-border: rgba(255, 255, 255, .1)}body{font-family:Satoshi,sans-serif;line-height:1.6;color:var(--text-color);background:var(--background)}.app{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;width:100%;min-height:100vh}.app.loaded{opacity:1;transform:translateY(0)}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:2rem 5%;background:var(--nav-bg);z-index:1000;transform:translate(-25px);margin-top:1rem}.logo{font-size:1.5rem;font-weight:700;color:var(--text-color);cursor:pointer}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-color);font-weight:500;transition:all .3s ease;position:relative;cursor:pointer}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--text-color);transition:width .3s ease}.nav-links a:hover{color:var(--text-color)}.nav-links a:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:0 5%;position:relative}.hero-container{display:flex;flex-direction:column;gap:3rem;max-width:1200px;width:100%;padding-top:120px}.hero-top{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-title{font-size:5rem;margin-bottom:1rem;margin-top:-2rem;align-items:center;margin-bottom:-.5px}.hero-subtitle{font-size:1rem;font-weight:400;align-content:center;margin-top:3px;margin-bottom:30px}.hero-description{font-size:1rem;margin-bottom:1.5rem;line-height:1.7;color:#000;font-weight:500;align-content:center}.hero-box{border:1px solid rgba(0,0,0,.1);padding:2rem;border-radius:15px;display:inline-block;text-align:left;margin:0 auto 2rem;max-width:800px}.cta-buttons{display:flex;gap:1rem;margin-bottom:2rem}.cta-primary,.cta-secondary{padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-width:160px}.cta-primary{background:#fff;color:var(--text-color);box-shadow:0 4px 15px #0000004d;border:2px solid white}.cta-secondary{background:transparent;color:var(--text-color);box-shadow:0 4px 15px #0000004d;border:2px solid white;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cta-secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.cta-secondary:active{transform:translateY(0)}.cta-secondary:before{content:"";position:absolute;top:0;left:100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.cta-secondary:hover:before{left:100%}.social-links{display:flex;justify-content:center;gap:2rem;margin:0}.social-links a{margin:0;font-size:1rem;text-decoration:none;color:#000;display:flex;align-items:center;gap:.3rem;font-weight:500}.social-links a:nth-child(1) i{color:#0a66c2}.social-links a:nth-child(2) i{color:#000}.social-links a:nth-child(3) i{color:#5865f2}.social-links a:nth-child(4) i{color:#1db954}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%}.hero-bottom-left,.hero-bottom-right{flex:1}.hero-bottom-left{position:relative}.code-display{width:100%;height:500px;transform:translateY(-30px)}.floating-card{position:absolute;bottom:2rem;right:-2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 20px #0003}.card-content{display:flex;align-items:center;gap:1rem}.card-text{color:#000;font-size:.9rem;font-weight:500}.card-icon{font-size:1.5rem}.hero-bottom-right{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;transform:translateY(-20px)}.hero-photo{width:405px;height:520px;margin-left:-20px;border-radius:50px}@media(max-width:1024px){.hero-container{flex-direction:column;gap:3rem;padding-top:120px}.hero-top{text-align:center}.hero-bottom{flex-direction:column;align-items:center}.hero-bottom-right{align-items:center}.hero-box,.blogs-box{margin-left:0;margin-right:0}}@media(max-width:768px){.navbar{padding:1rem 1.5rem;transform:translate(0);justify-content:center;align-items:center}.nav-links{gap:1rem;font-size:.9rem}.hero{padding:0 1.5rem;min-height:auto}.hero-container{padding-top:80px;gap:2rem}.hero-title{font-size:2.4rem;margin-top:0}.hero-box{padding:1.25rem;margin-top:1.5rem;max-width:100%}.hero-bottom{flex-direction:column;align-items:center}.social-links{gap:1rem}.social-links a{font-size:.85rem;gap:.2rem}.social-links i{font-size:.9rem}.hero-bottom-left,.hero-bottom-right{width:100%}.code-display{height:auto;margin-top:-2rem}.floating-card{position:static;margin-top:-3rem;margin-bottom:3rem}.hero-photo{width:100%;max-width:320px;height:auto;margin:0 auto;border-radius:25px}.hero-gallery{grid-template-columns:1fr;gap:1rem}.gallery-photo{height:220px}.blogs{padding:6rem 1.5rem 10rem}.blogs-box{padding:1.5rem;margin-top:1.5rem}.hobbies{padding:8rem 1.5rem 12rem}.bulletin-board{width:100%;max-width:340px;transform:none;margin-top:2rem}.bulletin-board .gallery-photo{width:100%;height:auto}}.projects{padding:6rem 5%;background-color:var(--background);position:relative;padding:6rem 5% 10rem}.projects h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin-top:50px}.project-card{background:var(--card-bg);border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0003;transition:all .3s ease;border:1px solid var(--card-border);position:relative;display:flex;flex-direction:column;cursor:pointer}.project-card h3{padding:1.5rem 1.5rem .5rem;font-size:1.5rem;color:var(--text-color)}.project-card p{padding:0rem 1.5rem 1rem;color:var(--text-color);flex-grow:1}.project-tech{padding:0 1.5rem 1.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.project-tech span{padding:.3rem .8rem;background:#ffffff4d;border-radius:50px;font-size:.8rem;color:var(--text-color);border:1px solid rgba(0,0,0,.2)}.hero-photo{width:90%;height:auto;transform:none;margin:0 auto;border-radius:25px}.hero-gallery{margin-top:3rem;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;justify-items:center}.gallery-photo{width:100%;height:300px;object-fit:cover;border-radius:12px}.copyright-label{margin-top:5rem;padding-top:2.5rem;text-align:center;width:100%;color:#0006;position:relative;margin-bottom:2rem}.copyright-label:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:100%;height:1px;background:#00000026}.project-caption{opacity:.5;margin-top:.2rem}.visit-arrow{font-weight:500;text-decoration:none}a .visit-arrow,a:link,a:visited{text-decoration:none}.blogs{padding:6rem 5% 10rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:6rem 5% 16rem}.blogs-box{border:1px solid rgba(0,0,0,.1);padding:2rem;border-radius:20px;max-width:800px;height:70px;margin-top:1rem;cursor:pointer}.blog-caption{font-size:medium;margin-top:-1.3rem}.blog-date{font-size:small;opacity:.5;margin-top:.1rem}a,a:visited,a:link{color:#000;text-decoration:none}.blog-post{padding-top:3rem}.blog-content{padding-top:2rem}.hobbies{display:flex;flex-direction:column;align-items:center;padding:10rem 5% 16rem}.bulletin-board{position:relative;width:100%;max-width:480px;height:auto;display:inline-block;transform:scale(1.6);margin-top:4rem}@media(max-width:768px){.bulletin-board{width:100%;max-width:500px;transform:none;margin-top:2rem}.bulletin-board .gallery-photo{width:100%;height:auto}}.scrapbook{position:absolute;top:10px;left:10px;width:90px;height:auto}.glico-img{width:100%;height:100%;border-radius:15px}.pin-img{position:relative;top:-130px;left:37px;width:30%;height:30%}.pin{position:absolute;top:10px;left:10px;width:40px;pointer-events:none;z-index:10}.blog-content p{margin:1rem 0}.section-title{font-size:1.5rem;font-weight:700;margin-top:1.5rem}.blog-image{width:100%;max-width:300px;border-radius:10px;margin:1rem 0;display:block}.image-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.image-row img{width:100%;max-width:250px;height:auto;object-fit:cover;border-radius:10px}
