@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg-color:#0b0b0b;--text-pure:#fff;--text-heading:#ececec;--text-gray:#a1a1aa;--text-muted:#71717a;--accent-blue-text:#4275a9;--accent-blue-pill-bg:#3b82f61a;--accent-blue-pill-text:#60a5fa;--nav-txt:#8c8c8c;--card-bg:#141414;--input-bg:#0f0f0f;--font-sans:"Inter", -apple-system, system-ui, sans-serif}:root[data-theme=light]{--bg-color:#f7f7f7;--text-pure:#111;--text-heading:#0a0a0a;--text-gray:#4b5563;--text-muted:#6b7280;--nav-txt:#6b7280;--card-bg:#fff;--input-bg:#e5e5e5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-pure);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 5%}::selection{background:var(--accent-blue-text);color:#fff}.highlight{color:var(--accent-blue-text)}.pt-0{padding-top:0!important}.navbar{background:var(--bg-color);z-index:100;border-bottom:1px solid #80808026;width:100%;padding:1rem 0;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;padding:0 2rem;display:flex}.nav-left{align-items:center;gap:1.5rem;display:flex}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--nav-txt);letter-spacing:.02em;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--text-heading)}.btn-white{color:#000;cursor:pointer;background:#fff;border:none;border-radius:99px;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:flex}.btn-white:hover{opacity:.85}.btn-outline{color:var(--text-heading);background:0 0;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.btn-outline:hover{background:#ffffff0d}.fixed-left{z-index:50;color:var(--nav-txt);cursor:pointer;position:fixed;bottom:2rem;left:2rem}.fixed-left:hover{color:#fff}.fixed-right{z-index:50;flex-direction:column;gap:1.5rem;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}.fixed-right a{color:var(--nav-txt);transition:color .2s}.fixed-right a:hover{color:var(--text-pure)}.hero{text-align:center;flex-direction:column;align-items:center;padding-top:10vh;padding-bottom:2rem;display:flex;position:relative}.subtitle{color:var(--text-heading);letter-spacing:.01em;margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.title{letter-spacing:-.04em;color:#c9c9c9;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.desc{max-width:650px;color:var(--text-gray);margin:0 auto;font-size:1.1rem;line-height:1.6}.profile-area{justify-content:center;align-items:flex-end;width:100%;max-width:500px;height:450px;margin-top:1rem;display:flex;position:relative}.profile-img{object-fit:contain;z-index:10;max-width:100%;height:100%;position:relative;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.placeholder-profile{text-align:center;width:250px;height:350px;color:var(--text-muted);z-index:1;border:1px dashed #fff3;border-radius:20px;justify-content:center;align-items:center;padding:2rem;font-size:.8rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-icon{z-index:20;filter:drop-shadow(0 4px 12px #00000080);animation:6s ease-in-out infinite floatIcon;position:absolute}@keyframes floatIcon{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(5deg)}}.about-section{text-align:center;padding:2rem 0 3rem}.about-title{letter-spacing:-.03em;color:var(--text-heading);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.about-text{color:var(--text-gray);text-align:justify;max-width:750px;margin:0 auto;font-size:.95rem;line-height:1.8}.about-text strong{color:var(--text-heading);font-weight:600}.about-link{color:var(--accent-blue-text);font-weight:500;text-decoration:none}.about-link:hover{text-decoration:underline}.tech-section{text-align:center;padding:3rem 0}.tech-title{color:var(--nav-txt);margin-bottom:3rem;font-size:1rem;font-weight:600}.tech-grid{grid-template-columns:repeat(4,1fr);gap:3rem 1rem;max-width:500px;margin:0 auto;display:grid}@media (width>=768px){.tech-grid{grid-template-columns:repeat(4,1fr);gap:4rem 2rem}}.tech-item{color:var(--text-gray);flex-direction:column;align-items:center;gap:.75rem;font-size:.75rem;transition:transform .2s;display:flex}.tech-item:hover{color:var(--text-pure);transform:translateY(-3px)}.projects-section{padding:6rem 0}.project-row{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;margin-bottom:10rem;display:grid}.project-row.reversed{grid-template-columns:1.2fr 1fr}.project-row.reversed .project-info{order:2}.project-row.reversed .project-mockup{order:1}.project-title-area{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.project-number{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.launch-pill{background:var(--accent-blue-pill-bg);color:var(--accent-blue-pill-text);letter-spacing:.05em;border-radius:99px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:flex}.launch-pill .dot{background:var(--accent-blue-pill-text);border-radius:50%;width:5px;height:5px}.project-desc{color:var(--text-gray);margin-bottom:2rem;font-size:.9rem;line-height:1.8}.tech-pills{flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem;display:flex}.tech-pill{color:var(--text-heading);background:#1a1a1a;border-radius:99px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;font-weight:500;display:flex}.project-actions{gap:1rem;display:flex}.project-mockup{aspect-ratio:4/3;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.project-mockup>img{border:1px solid #ffffff0d;border-bottom:none;border-top-left-radius:12px;border-top-right-radius:12px;width:90%;height:auto}.macbook-wrapper{flex-direction:column;align-items:center;width:90%;display:flex;position:relative}.macbook-screen{background:#000;border-radius:16px 16px 0 0;width:100%;padding:3% 3% 4.5%;position:relative;box-shadow:inset 0 0 0 1px #444,0 10px 30px #00000080}.macbook-camera{background:#111;border-radius:50%;width:5px;height:5px;position:absolute;top:1.5%;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 2px #000c}.macbook-screen img{aspect-ratio:16/10;object-fit:cover;object-position:top;background:#fff;border-radius:4px;width:100%}.macbook-logo{color:#777;font-family:var(--font-sans);letter-spacing:.5px;font-size:8px;font-weight:500;position:absolute;bottom:1.5%;left:50%;transform:translate(-50%)}.macbook-base{background:linear-gradient(#d6d6d6,#8f8f8f);border-radius:0 0 16px 16px;justify-content:center;width:104%;height:14px;display:flex;position:relative;box-shadow:0 5px 15px #0009}.macbook-notch{background:linear-gradient(#a3a3a3,#b8b8b8);border-radius:0 0 6px 6px;width:14%;height:6px;box-shadow:inset 0 2px 4px #0006}.contact-section{text-align:center;padding:4rem 0 8rem}.contact-title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.contact-subtitle{color:var(--text-gray);margin-bottom:2.5rem;font-size:.85rem}.contact-subtitle a{color:var(--nav-txt);text-underline-offset:4px;text-decoration:underline}.contact-subtitle a:hover{color:var(--text-pure)}.contact-card{background:var(--card-bg);text-align:left;border-radius:16px;max-width:480px;margin:0 auto;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-pure);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.form-input{background:var(--input-bg);color:#fff;width:100%;font-family:var(--font-sans);border:1px solid #ffffff0d;border-radius:8px;padding:.875rem 1rem;font-size:.85rem;transition:border-color .2s}.form-input::placeholder{color:var(--text-muted)}.form-input:focus{border-color:#ffffff26;outline:none}textarea.form-input{resize:vertical;min-height:120px}.btn-submit{color:#fff;cursor:pointer;background:#000;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:.85rem;font-weight:500;transition:background .2s,border-color .2s;display:flex}.btn-submit:hover{background:#080808;border-color:#ffffff26}@media (width<=768px){.nav-container{padding:0 1rem}.nav-links,.fixed-left,.fixed-right{display:none}.title{font-size:2.5rem!important}.project-row,.project-row.reversed{grid-template-columns:1fr;gap:3rem;margin-bottom:6rem}.project-mockup{aspect-ratio:auto;margin-bottom:-1rem;order:-1!important}.tech-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem 1rem}.about-title{font-size:2.2rem}.profile-area{flex-shrink:0;height:350px}.hero-text{padding:0 1rem}}@media (width<=480px){.tech-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}.title{font-size:2.2rem!important}.subtitle{font-size:1rem}.desc{font-size:.85rem}.contact-title{font-size:2rem}.contact-card{padding:1.5rem}.profile-area{max-width:100%;height:280px;margin-top:1.5rem}.floating-icon{transform:scale(.6)}.macbook-wrapper{width:100%}.btn-white,.btn-outline{padding:.5rem 1rem;font-size:.8rem}}@media (pointer:fine){body{cursor:none}a,button,input,textarea,select{cursor:none!important}}@media (pointer:coarse),(hover:none){.cursor-dot,.cursor-outline{display:none!important}}.cursor-dot,.cursor-outline{pointer-events:none;z-index:99999;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-dot{opacity:1;background-color:#3b82f6;width:8px;height:8px;box-shadow:0 0 10px #3b82f6cc}.cursor-outline{border:1px solid #3b82f680;width:36px;height:36px;transition:width .2s ease-out,height .2s ease-out,background-color .2s ease-out,border-color .2s ease-out,left .1s ease-out,top .1s ease-out}.cursor-pointer{background-color:#3b82f626;border-color:#3b82f633;width:50px;height:50px}
