@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@400;600;700;800&display=swap";:root{--bg-dark:#f9f6f0;--bg-frame:#f9f6f0;--bg-box:#fff;--text-peach:#2d2b2a;--text-terracotta:#595450;--text-cream:#2d2b2a;--accent-matcha:#c8d5b9;--box-shadow-soft:0 10px 40px rgba(0,0,0,.04);--box-shadow-hover:0 20px 50px rgba(0,0,0,.08)}::selection{background:var(--accent-matcha);color:var(--text-peach)}*{box-sizing:border-box;margin:0;padding:0}@media (pointer:fine){*{cursor:none}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{background-color:var(--bg-dark);color:var(--text-cream);font-family:Inter,sans-serif;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:9999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em;font-family:Outfit,sans-serif;font-weight:700}.text-peach{color:var(--text-peach)}.text-terracotta{color:var(--text-terracotta)}.text-cream{color:var(--text-cream)}p{text-align:justify;hyphens:auto}.framed-layout{flex-direction:column;min-height:calc(100vh - 40px);margin:20px;display:flex;position:relative}@media (max-width:768px){.framed-layout{border-radius:20px;min-height:calc(100vh - 20px);margin:10px;padding:10px}}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1400px;margin:0 auto;padding:40px 20px 120px;display:grid}.bento-box{background-color:var(--bg-box);color:var(--text-peach);box-shadow:var(--box-shadow-soft);border:1px solid rgba(0,0,0,.02);border-radius:30px;flex-direction:column;justify-content:space-between;padding:40px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.box-full{grid-column:span 3}.box-standard{grid-column:span 1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-container{white-space:nowrap;width:100%;margin-top:auto;display:flex;position:relative;overflow:hidden}.marquee-content{animation:15s linear infinite scroll;display:flex}.marquee-content:hover{animation-play-state:paused}.marquee-item{color:var(--text-peach);background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.05);border-radius:20px;margin-right:12px;padding:8px 24px;font-size:.95rem;font-weight:500}@media (max-width:1024px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}.box-wide{border-radius:40px}}@media (max-width:640px){.dashboard-grid{grid-template-columns:1fr;grid-auto-rows:auto}.box-tall,.box-wide,.box-large,.box-full,.box-standard{border-radius:30px;grid-row:span 1;min-height:200px;grid-column:span 1!important}.bento-box{padding:24px!important}}.page-container{background-color:var(--bg-frame);border:1px solid rgba(255,255,255,.05);border-radius:40px;flex-direction:column;align-items:center;min-height:calc(100vh - 40px);padding:100px 40px 140px;display:flex;box-shadow:0 0 50px rgba(0,0,0,.5)}.floating-socials{display:flex}.mobile-socials{display:none}@media (max-width:768px){.floating-socials{display:none!important}.mobile-socials{z-index:10;justify-content:center;gap:16px;margin-top:24px;display:flex!important}.page-container{padding:60px 15px 140px!important}.nav-bar{border-radius:25px!important;flex-wrap:wrap!important;justify-content:center!important;gap:6px!important;width:90vw!important;padding:8px 16px!important;bottom:20px!important}.nav-icon{width:35px!important;height:35px!important}.nav-icon svg{width:18px!important;height:18px!important}}.nav-bar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:rgba(249,246,240,.8);border:1px solid rgba(0,0,0,.05);border-radius:999px;gap:12px;width:max-content;max-width:100vw;padding:12px 24px;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px rgba(0,0,0,.08)}.nav-icon{border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.project-card{background:var(--bg-box);box-shadow:var(--box-shadow-soft);color:inherit;cursor:pointer;border:1px solid rgba(0,0,0,.02);border-radius:30px;flex-direction:column;padding:40px;text-decoration:none;transition:all .3s;display:flex}.project-card .lottie-container{height:200px}.skills-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.skill-card{background:var(--bg-box);box-shadow:var(--box-shadow-soft);border:1px solid rgba(0,0,0,.02);border-radius:24px;flex-direction:column;flex:160px;justify-content:center;align-items:center;gap:16px;min-width:160px;max-width:220px;padding:30px 20px;transition:all .3s;display:flex}@media (max-width:768px){html{font-size:13px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.project-card{overflow:hidden;border-radius:16px!important;padding:15px!important}.project-card h2{margin-bottom:6px!important;font-size:1.1rem!important}.project-card>p{margin-bottom:10px!important;font-size:.85rem!important;line-height:1.4!important}.project-card .lottie-container{height:100px!important;margin-bottom:12px!important}.project-card .tech-stack{gap:4px!important;margin-bottom:12px!important}.project-card .tech-stack span{padding:4px 6px!important;font-size:.65rem!important}.skills-grid{gap:8px!important}.skill-card{border-radius:12px!important;flex:80px!important;gap:6px!important;min-width:80px!important;max-width:120px!important;padding:12px 8px!important}.skill-card svg{width:20px!important;height:20px!important}.skill-card span{font-size:.75rem!important}div[style*="padding: 40px"]{border-radius:20px!important;padding:20px!important}div[style*="padding: 50px"]{border-radius:24px!important;padding:20px!important}div[style*="padding: 24px"],div[style*="padding: 16px"]{border-radius:15px!important;padding:15px!important}}._main_azepj_2{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._card_azepj_10{background:#252525;border-radius:8px;width:300px;height:200px;position:relative;transform:scale(.85);box-shadow:0 2px 4px rgba(0,0,0,.4),0 7px 13px -3px rgba(0,0,0,.3),inset 0 -3px rgba(0,0,0,.2)}._ups_azepj_20{display:flex}._screw1_azepj_24{color:#000;background-color:#d3d3d3;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:.75em;height:.75em;margin:.5em;display:flex}._screw2_azepj_37{color:#000;background-color:#d3d3d3;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:.7em;height:.75em;margin-top:.5em;margin-left:15.8em;display:flex}._downs_azepj_51{display:flex}._screw3_azepj_55{color:#000;background-color:#d3d3d3;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:.75em;height:.75em;margin-top:-1.3em;margin-left:.5em;display:flex}._screw4_azepj_69{color:#000;background-color:#d3d3d3;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:.75em;height:.75em;margin-top:-1.3em;margin-left:16.35em;display:flex}._card1_azepj_83{clip-path:polygon(5% 0,95% 0,100% 10%,100% 100%,100% 100%,0 100%,0 100%,0 10%);background-color:#fffdd0;border-radius:5px;width:230px;height:115px;margin-top:.5em;margin-left:2.18em}._line1_azepj_93{background-color:#000;width:200px;height:1px;position:relative;top:1em;left:.8em}._line2_azepj_102{background-color:#000;width:200px;height:1px;position:relative;top:2em;left:.8em}._yl_azepj_111{background-color:#f2bc00;width:228px;height:50px;margin-top:2.5em;margin-left:.06em;display:flex}._roll_azepj_120{background-color:#171717;border-radius:15px;width:8em;height:2em;margin-left:3em;display:flex}._tape_azepj_129{background-color:#252525;width:3em;height:1.5em;position:relative;left:.9em}._s_wheel_azepj_137{border:2px dashed #fff;border-radius:50%;justify-content:center;align-items:center;width:1.55em;height:1.55em;animation:2s linear infinite _run_azepj_1;display:flex;position:relative;top:.215em;left:.15em;box-shadow:0 0 0 4.4px #fff}._window_azepj_152{background-color:#fff;width:auto;height:2em}._e_wheel_azepj_158{border:2px dashed #fff;border-radius:50%;justify-content:center;align-items:center;width:1.55em;height:1.55em;animation:2s linear infinite _run_azepj_1;display:flex;position:relative;top:.215em;left:1.7em;box-shadow:0 0 0 4.4px #fff}._num_azepj_173{color:#171717;align-self:center;margin-left:1.5em;font-family:Outfit,sans-serif;font-weight:700}._or_azepj_181{background-color:#f15a25;border-bottom-right-radius:4px;border-bottom-left-radius:4px;justify-content:center;align-items:center;width:230px;height:18px;margin-top:.4em;margin-left:0;display:flex}._time_azepj_194{color:#171717;font-size:.5em}._card2_main_azepj_199{filter:drop-shadow(4px 4px 14px #000)}._card2_azepj_199{clip-path:polygon(10% 0%,90% 0%,100% 100%,0% 100%);background-color:#252525;width:150px;height:50px;margin-top:0;margin-left:4.6em}._screw5_azepj_212{color:#000;background-color:#d3d3d3;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:.75em;height:.75em;display:flex;position:relative;top:-.5em;left:4.25em}._c1_azepj_227{background-color:#bebebe;border-radius:50%;width:.5em;height:.5em;position:relative;top:2em;left:1.5em}._t1_azepj_237{background-color:#bebebe;border-radius:2px;width:.5em;height:.5em;position:relative;top:1em;left:3em}._t2_azepj_247{background-color:#bebebe;border-radius:2px;width:.5em;height:.5em;position:relative;top:-.2em;left:5.7em}._c2_azepj_257{background-color:#bebebe;border-radius:50%;width:.5em;height:.5em;position:relative;top:-.2em;left:7.2em}@keyframes _run_azepj_1{to{transform:rotate(360deg)}}
