html,body{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden;background-color:#000}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}#canvas{position:fixed;top:0;left:0;width:100%;height:100dvh;overflow:hidden!important;z-index:0}#loadingScreen{position:fixed;inset:0;background-color:#000;color:#0f0;font-family:"Press Start 2P",monospace;z-index:10;display:flex;justify-content:center;align-items:center;overflow:hidden}.terminal{max-width:90%;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;font-size:clamp(.45rem,2.5vw,1rem);line-height:1.6}.blinkingcursor{display:inline-block;animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}main{position:relative;z-index:1}.section{margin-top:0;min-height:100dvh;height:auto;position:relative;color:#c5c500f7;background-color:#0000004d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1;opacity:0;box-sizing:border-box;max-width:100vw;overflow:hidden}.section p{margin-top:0;margin-bottom:0;display:flex;padding:1rem;font-size:clamp(1rem,3vw,1.5rem);text-align:center}h1{font-size:clamp(.85rem,3vw,2.5rem);padding:2rem;text-align:center;font-family:"Press Start 2P",system-ui;word-break:break-word}#home{display:flex;position:relative;color:#fff;border-radius:10px;width:100vw;height:100dvh}#welcome{display:flex;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;justify-content:center;align-items:center;z-index:1;width:100vw;height:100dvh}#home pre{padding:10px;border-radius:20px;text-align:center;align-items:center;justify-content:center;font-family:"Press Start 2P",system-ui;font-size:clamp(.7rem,3vw,1.5rem);word-break:break-word;max-width:90vw}#modeToggle{position:fixed;top:10px;right:10px;margin:0;padding:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;opacity:1!important;z-index:9999;overflow:visible;cursor:pointer;border:none;outline:none;background:transparent}#modeToggle:focus,#modeToggle:active,#modeToggle:focus-visible{outline:none;border:none}#switch{width:52px;height:auto;padding:0;margin:0;display:block;transition:width .2s ease-in-out}#about{margin:1rem;min-height:90dvh;height:auto;border-radius:25px}.about-inner{display:flex;flex-direction:row;align-items:flex-start;gap:3rem;padding:0 3rem 3.5rem;box-sizing:border-box}.about-photo-wrap{flex:0 0 480px;position:sticky;top:2rem;display:flex;justify-content:center;align-items:flex-start}.about-photo{width:100%;max-width:480px;aspect-ratio:3 / 4;object-fit:cover;object-position:top center;border-radius:20px;border:1px solid rgba(255,255,255,.2);filter:grayscale(15%) contrast(1.05);transition:filter .45s ease,border-color .45s ease}.about-photo:hover{filter:grayscale(0%) contrast(1.08);border-color:#ffffff80}.about-text{flex:1 1 0;display:flex;flex-direction:column;gap:1.8rem}.about-bio{font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.95;color:#ffffffe6}.about-label{font-family:"Press Start 2P",monospace;font-size:clamp(.5rem,1.1vw,.78rem);color:#fff9;letter-spacing:.06em;margin-bottom:-.5rem}.about-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.9rem}.about-list li{font-family:Inter,system-ui,sans-serif;font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.85;color:#ffffffd9;padding:.75rem 1.1rem;border-left:2px solid rgba(255,255,255,.3);background:#ffffff08;border-radius:0 8px 8px 0}.about-cta{border-top:1px solid rgba(255,255,255,.15);padding-top:1.2rem;font-style:italic}.hl{color:#fff;font-weight:600}@media (max-width: 768px){.about-inner{flex-direction:column-reverse;align-items:center;padding:0 1.4rem 2.5rem;gap:2rem}.about-photo-wrap{position:static;flex:none;width:70%;max-width:260px}.about-photo{max-width:100%}.about-bio{font-size:clamp(.9rem,3.8vw,1.05rem)}.about-list li{font-size:clamp(.88rem,3.5vw,1rem)}.about-label{font-size:clamp(.48rem,2vw,.65rem)}}#projects{margin:1rem;min-height:90dvh;height:auto;border-radius:25px;padding-bottom:4rem}.projects-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:2rem;padding:2rem 3rem 3rem;margin:0 auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.projects-grid::-webkit-scrollbar{display:none}.project-card{flex:0 0 clamp(300px,80vw,420px);scroll-snap-align:center;background:#0f0f0f99;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.project-card:hover{transform:translateY(-8px);border-color:#ffffff4d;box-shadow:0 12px 30px #00000080,0 0 20px #ffffff0d}.project-media{width:100%;aspect-ratio:16 / 9;background:#111;overflow:hidden;position:relative;border-bottom:1px solid rgba(255,255,255,.1)}.project-media img,.project-media video{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-media img{transform:scale(1.05)}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.project-title{font-family:"Press Start 2P",monospace;font-size:clamp(.7rem,1.5vw,.9rem);color:#fff;margin:0 0 1rem;line-height:1.4}#projects p.project-desc{font-family:Inter,system-ui,sans-serif;font-size:.95rem;line-height:1.6;color:#dcdcdcd9;margin:0 0 1.5rem;padding:0;display:block;text-align:left;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;color:#000;background:#fff;padding:.3rem .8rem;border-radius:20px;letter-spacing:.02em}.project-links{display:flex;gap:1rem;margin-top:auto}.btn-github{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:500;color:#fff;text-decoration:none;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;transition:background .2s ease,border-color .2s ease}.btn-github:hover{background:#ffffff1a;border-color:#fff}@media (max-width: 768px){.projects-grid{padding:1.5rem 1.2rem;gap:1.2rem;scroll-padding-left:1.2rem}.project-card{flex:0 0 clamp(280px,85vw,320px)}.project-content{padding:1.2rem}}#skills{margin:1rem;min-height:90dvh;height:auto;border-radius:25px;padding-bottom:4rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;padding:0 3rem 2rem;max-width:1400px;margin:0 auto}.skill-category{background:linear-gradient(145deg,#191919cc,#0a0a0ae6);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2.2rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .4s ease,box-shadow .4s ease;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.skill-category:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);opacity:.5;transition:opacity .4s ease}.skill-category:hover{transform:translateY(-8px) scale(1.02);border-color:#fff3;box-shadow:0 20px 40px #0009,0 0 25px #ffffff08;z-index:10}.skill-category:hover:before{opacity:1}.skill-category h2{font-family:"Press Start 2P",monospace;font-size:clamp(.7rem,1.2vw,.85rem);color:#fff;margin:0 0 1.8rem;line-height:1.6;text-transform:uppercase;letter-spacing:.08em;opacity:.9;text-shadow:0 0 10px rgba(255,255,255,.1)}.skill-tags{display:flex;flex-wrap:wrap;gap:.7rem}.skill-tags .tag{font-family:Inter,system-ui,sans-serif;font-size:.88rem;font-weight:500;color:#ffffffd9;background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:30px;letter-spacing:.03em;transition:all .3s ease;cursor:default}.skill-tags .tag:hover{background:#fffffff2;color:#000;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #ffffff26}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr;padding:0 1.2rem 2rem;gap:1.5rem}.skill-category{padding:1.5rem}}#achievements{margin:1rem;min-height:90dvh;height:auto;border-radius:25px;padding-bottom:4rem}.timeline{position:relative;max-width:860px;margin:0 auto;padding:0 3rem 4rem}.timeline:before{content:"";position:absolute;left:calc(3rem + 108px);top:.5rem;bottom:2rem;width:1px;background:linear-gradient(to bottom,#fff0,#ffffff2e 8% 92%,#fff0)}.timeline-item{display:grid;grid-template-columns:108px 36px 1fr;align-items:start;margin-bottom:3.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.tl-meta{padding-top:.2rem;text-align:right;padding-right:1.4rem}.tl-year{font-family:"Press Start 2P",monospace;font-size:.58rem;color:#ffffff59;line-height:1.6;letter-spacing:.04em}.tl-dot{width:10px;height:10px;border-radius:50%;background:#ffffff40;border:1px solid rgba(255,255,255,.45);margin-top:.3rem;justify-self:center;transition:background .3s ease,box-shadow .3s ease}.timeline-item:hover .tl-dot{background:#fff;box-shadow:0 0 10px #fff9}.timeline-item.is-hero .tl-dot{width:13px;height:13px;background:#ffffffa6;border-color:#fff;margin-top:.2rem}.timeline-item.is-hero:hover .tl-dot{background:#fff;box-shadow:0 0 14px #fffc}.tl-body{padding-left:1.8rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.06)}.timeline-item:last-child .tl-body{border-bottom:none;padding-bottom:0}.tl-title{font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:700;color:#ffffffd1;margin:0 0 .45rem;line-height:1.35;letter-spacing:-.02em;transition:color .3s ease}.timeline-item.is-hero .tl-title{color:#fff;font-size:clamp(1.05rem,1.9vw,1.35rem)}.timeline-item:hover .tl-title{color:#fff}.tl-role{font-family:Inter,system-ui,sans-serif;font-size:.88rem;font-weight:500;color:#ffffff73;margin-bottom:.9rem}#achievements p.tl-desc{font-family:Inter,system-ui,sans-serif;font-size:.93rem;line-height:1.75;color:#fff9;margin:0;padding:0;display:block;text-align:left}#achievements p.tl-desc strong{color:#fff;font-weight:600}@media (max-width: 768px){.timeline{padding:0 1.4rem 3rem}.timeline:before{left:calc(1.4rem + 72px)}.timeline-item{grid-template-columns:72px 28px 1fr;margin-bottom:2.5rem}.tl-year{font-size:.5rem}.tl-body{padding-left:1.2rem;padding-bottom:2rem}.tl-title{font-size:1rem}}#experiences{margin:1rem;border-radius:25px;padding-bottom:4rem;min-height:85dvh;height:auto}.exp-tagline{font-family:Inter,system-ui,sans-serif;font-size:clamp(.85rem,1.5vw,1.05rem);color:#ffffff59;font-style:italic;text-align:center;padding:0 2rem 2.5rem;margin-top:-.5rem}.exp-grid{display:flex;flex-direction:column;gap:1.6rem;padding:0 2.5rem 1rem;max-width:860px;margin:0 auto}.exp-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-left:3px solid rgba(255,255,255,.55);border-radius:12px;padding:1.6rem 2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-left-color .3s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.exp-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000073;border-left-color:#ffffffe6}.exp-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem;flex-wrap:wrap}.exp-role-block{flex:1;min-width:0}.exp-role{font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:700;color:#ffffffeb;margin-bottom:.25rem;letter-spacing:-.01em}.exp-org{font-family:Inter,system-ui,sans-serif;font-size:clamp(.78rem,1.2vw,.9rem);color:#ffffff73;font-weight:400;line-height:1.4}.exp-period{flex-shrink:0;align-self:flex-start}.exp-period-badge{display:inline-block;font-family:"Press Start 2P",monospace;font-size:.42rem;color:#ffffff80;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:5px 12px;letter-spacing:.05em;white-space:nowrap}.exp-bullets{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.exp-bullets li{font-family:Inter,system-ui,sans-serif;font-size:clamp(.82rem,1.3vw,.92rem);color:#ffffff9e;line-height:1.65;padding-left:1.1rem;position:relative}.exp-bullets li:before{content:"▸";position:absolute;left:0;color:#ffffff4d;font-size:.7rem;top:.1em}.exp-tags{display:flex;flex-wrap:wrap;gap:.5rem}.exp-tags span{font-family:Inter,system-ui,sans-serif;font-size:.7rem;font-weight:500;color:#ffffff80;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3px 10px;letter-spacing:.02em;transition:color .2s,border-color .2s,background .2s}.exp-card:hover .exp-tags span{color:#ffffffbf;border-color:#ffffff38;background:#ffffff1a}@media (max-width: 768px){.exp-grid{padding:0 1.2rem 1rem}.exp-card{padding:1.2rem 1.3rem}.exp-card-header{flex-direction:column;gap:.6rem}}#vibes{margin:1rem;border-radius:25px;padding-bottom:5rem;min-height:90dvh;height:auto;overflow-x:hidden}.vibes-postit-row{display:flex;flex-wrap:wrap;gap:2.5rem;padding:1.5rem 2rem 2.5rem;align-items:flex-start;justify-content:center}.postit{--rot: 0deg;flex:0 1 260px;width:100%;max-width:280px;transform:rotate(var(--rot));transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;filter:drop-shadow(3px 6px 14px rgba(0,0,0,.55));position:relative;align-self:flex-start;box-sizing:border-box}.postit:hover{transform:rotate(0) scale(1.04);filter:drop-shadow(5px 10px 22px rgba(0,0,0,.7));z-index:5}.postit:before{content:"";position:absolute;top:-14px;left:50%;transform:translate(-50%);width:55px;height:22px;background:#fff5b48c;border:1px solid rgba(200,185,100,.3);border-radius:2px;z-index:2}.postit-inner{background:linear-gradient(160deg,#fef08a,#fde047);border-radius:2px 2px 8px;padding:2rem 1.5rem 1.5rem;position:relative;clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%)}.postit-inner:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 20px 20px 0;border-color:transparent rgba(180,160,40,.4) transparent transparent}.postit-title{font-family:"Press Start 2P",monospace;font-size:.52rem;color:#78350f;margin-bottom:1rem;letter-spacing:.05em}.postit-inner p{font-family:Inter,system-ui,sans-serif;font-size:clamp(.82rem,1.4vw,.95rem);line-height:1.9;color:#1c130a;margin:0 0 1rem;padding:0;text-align:left;display:block;white-space:pre-line}.postit-tag{font-family:"Press Start 2P",monospace;font-size:.4rem;color:#92400e;text-align:right;letter-spacing:.05em}.postit-inner.postit-pink{background:linear-gradient(160deg,#fda4af,#fb7185)}.postit-inner.postit-pink:after{border-color:transparent rgba(180,60,80,.35) transparent transparent}.postit-inner.postit-pink .postit-title,.postit-inner.postit-pink .postit-tag{color:#4c0519}.postit-inner.postit-pink p{color:#1c0509}.postit-inner.postit-green{background:linear-gradient(160deg,#86efac,#4ade80)}.postit-inner.postit-green:after{border-color:transparent rgba(40,160,80,.35) transparent transparent}.postit-inner.postit-green .postit-title,.postit-inner.postit-green .postit-tag{color:#14532d}.postit-inner.postit-green p{color:#052e16}.vibes-polaroid-label{font-family:"Press Start 2P",monospace;font-size:clamp(.48rem,1vw,.62rem);color:#ffffff59;letter-spacing:.1em;text-align:center;margin:2.5rem 0 2rem}.polaroid-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem 2rem;padding:.5rem 2rem 3rem}.polaroid{--rot: 0deg;--lift: 0;position:relative;width:clamp(175px,20vw,230px);background:#f5f0e8;padding:12px 12px 52px;border-radius:2px;box-shadow:0 6px 20px #00000080,0 2px 5px #0000004d;transform:rotate(var(--rot)) translateY(calc(var(--lift) * -4px));transition:transform .38s cubic-bezier(.175,.885,.32,1.275),box-shadow .35s ease;cursor:default;z-index:1}.polaroid:hover{transform:rotate(0) scale(1.07) translateY(-6px);box-shadow:0 22px 48px #000000a6,0 6px 14px #0006;z-index:10}.pol-tape{position:absolute;width:38px;height:20px;background:#fff8b485;border:1px solid rgba(200,185,100,.25);border-radius:2px;z-index:3;pointer-events:none}.pol-tape-tl{top:-10px;left:16px;transform:rotate(-6deg)}.pol-tape-tr{top:-10px;right:16px;transform:rotate(7deg)}.polaroid-frame{display:block;width:100%;aspect-ratio:1 / 1;background:#b8b0a2;border-radius:1px;overflow:hidden;position:relative;cursor:pointer}.pol-input{display:none}.pol-img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;display:none}.pol-img.has-photo{display:block}.pol-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#0000002e;transition:background .25s ease}.polaroid-frame:hover .pol-placeholder{background:#00000059}.pol-icon{font-size:1.8rem;line-height:1;filter:grayscale(.3)}.pol-hint{font-family:"Press Start 2P",monospace;font-size:.38rem;color:#ffffffa6;letter-spacing:.08em;text-transform:lowercase}.polaroid-caption{position:absolute;bottom:0;left:0;right:0;height:52px;display:flex;align-items:center;justify-content:center;font-family:"Press Start 2P",monospace;font-size:.42rem;color:#3a3020;letter-spacing:.05em;text-align:center;padding:0 10px;outline:none;cursor:text}.polaroid-caption:focus{background:#ffffc859;border-radius:0 0 1px 1px}@media (max-width: 768px){.section{margin:10px;border-radius:15px}#about,#projects,#skills,#achievements,#vibes,#experiences{width:auto;margin:10px}#modeToggle{width:48px;height:48px;top:8px;right:8px}#switch{width:40px}.vibes-postit-row{flex-direction:row;flex-wrap:wrap;padding:1rem .8rem 1.5rem;gap:1.2rem;justify-content:center}.postit{flex:0 1 calc(50% - .6rem);max-width:calc(50% - .6rem);transform:rotate(0)!important}.postit-inner{padding:1.4rem 1.1rem 1.1rem}.vibes-polaroid-label{margin:1.5rem 0 1.2rem}.polaroid-grid{gap:1.5rem 1rem;padding:.5rem 1rem 2.5rem}.polaroid{width:clamp(130px,35vw,175px)}.polaroid-frame{height:clamp(130px,35vw,175px)}}@media (max-width: 480px){.postit{flex:0 1 100%;max-width:100%}.vibes-postit-row{padding:1rem .6rem 1.5rem;gap:1rem}.polaroid{width:clamp(120px,38vw,150px)}.polaroid-frame{height:clamp(120px,38vw,150px)}}#contact{margin:1rem;margin-left:auto;border-radius:25px;min-height:85dvh;height:auto;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background-color:transparent!important;-webkit-backdrop-filter:blur(0px)!important;backdrop-filter:blur(0px)!important}@media (min-width: 769px){#contact{width:46vw;margin-left:52vw;margin-right:1rem}}.crt-shell{width:100%;max-width:700px;background:#0a0e06;border:3px solid #3a3a1a;border-radius:14px;box-shadow:0 0 0 1px #2e2a1a,0 0 40px #dcb4001a,0 20px 60px #000000b3;overflow:hidden;position:relative;font-family:"Press Start 2P",monospace}.crt-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 3px,rgba(0,0,0,.18) 3px,rgba(0,0,0,.18) 4px);pointer-events:none;z-index:10;border-radius:14px}.crt-topbar{display:flex;align-items:center;gap:1rem;padding:10px 16px;background:linear-gradient(180deg,#2a2a1a,#1a1a11);border-bottom:1px solid #3a3a1a}.crt-dots{display:flex;gap:7px;flex-shrink:0}.crt-dot{width:11px;height:11px;border-radius:50%;display:block}.crt-red{background:#ff5f57;box-shadow:0 0 4px #ff5f5780}.crt-yellow{background:#febc2e;box-shadow:0 0 4px #febc2e80}.crt-green{background:#28c840;box-shadow:0 0 4px #28c84080}.crt-title{font-family:"Press Start 2P",monospace;font-size:.42rem;color:#dcc83c8c;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crt-body{padding:1.6rem 1.8rem 1.2rem;background:#0f0f03;min-height:300px;position:relative}.crt-prompt-block{display:flex;align-items:baseline;gap:0;margin-bottom:.45rem;line-height:1.6}.crt-prompt{font-family:"Press Start 2P",monospace;font-size:.52rem;color:#f5c400;letter-spacing:.04em;text-shadow:0 0 8px rgba(220,180,0,.6);white-space:nowrap}.crt-cmd{font-family:"Press Start 2P",monospace;font-size:.52rem;color:#fff0a0bf;letter-spacing:.04em}.crt-output{font-family:Inter,system-ui,sans-serif;font-size:clamp(.78rem,1.3vw,.88rem);color:#f0dc64a6;line-height:1.7;margin:0 0 .6rem;padding-left:1rem;border-left:2px solid rgba(220,180,0,.2)}.crt-links{margin-top:.8rem;display:flex;flex-direction:column;gap:.25rem}.crt-link{display:flex;align-items:center;gap:.7rem;padding:.5rem .7rem;border-radius:4px;text-decoration:none;color:#d2b43cb3;transition:background .18s ease,color .18s ease;position:relative;z-index:1}.crt-link:hover{background:#dcb4001a;color:#fff0a0}.crt-link-arrow{font-family:"Press Start 2P",monospace;font-size:.5rem;color:#dcb40059;flex-shrink:0;transition:color .18s ease}.crt-link:hover .crt-link-arrow{color:#f5c400}.crt-link-icon{display:flex;align-items:center;opacity:.55;flex-shrink:0;transition:opacity .18s ease}.crt-link:hover .crt-link-icon{opacity:1}.crt-link-label{font-family:"Press Start 2P",monospace;font-size:.48rem;color:#d2b93c99;width:80px;flex-shrink:0;letter-spacing:.04em;transition:color .18s ease}.crt-link:hover .crt-link-label{color:#fff5aa}.crt-link-val{font-family:Inter,system-ui,sans-serif;font-size:.82rem;color:#f0dc7880;transition:color .18s ease}.crt-link:hover .crt-link-val{color:#fff5b4e6}.crt-link-resume{margin-top:.4rem;border:1px solid rgba(220,180,0,.15)}.crt-link-resume:hover{border-color:#dcb40059;background:#dcb4001f}.crt-cursor-line{display:flex;align-items:baseline;gap:.3rem;margin-top:1.2rem}.crt-blink{font-family:"Press Start 2P",monospace;font-size:.6rem;color:#f5c400;text-shadow:0 0 8px rgba(220,180,0,.8);animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.crt-bottombar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:linear-gradient(180deg,#1a1a11,#161606);border-top:1px solid #2e2e1e}.crt-status{font-family:"Press Start 2P",monospace;font-size:.38rem;color:#f5c400;text-shadow:0 0 6px rgba(220,180,0,.7);letter-spacing:.05em;animation:statusPulse 2.5s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.45}}.crt-copy{font-family:"Press Start 2P",monospace;font-size:.34rem;color:#b4a03c66;letter-spacing:.04em}@media (max-width: 768px){#contact{width:auto;margin:10px;padding:2rem 1rem}.crt-body{padding:1.2rem 1.2rem 1rem}.crt-link-label{width:68px;font-size:.42rem}.crt-link-val{font-size:.72rem}.crt-copy{display:none}}
