.layout-grid-left,.layout-grid-right{flex-direction:column;gap:2rem;width:100%;animation:.8s ease-out slideInFromSide;display:flex}.layout-grid-left{animation-delay:.1s}.layout-grid-right{animation-delay:.2s}@keyframes slideInFromSide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=640px){.layout-grid-left,.layout-grid-right{gap:1rem}}.flex-col-card{text-align:center;flex-direction:column;align-items:center;display:flex}.flex-col-card h2{background:linear-gradient(135deg,var(--primary),var(--primary-light));-webkit-text-fill-color:transparent;background-size:200% 200%;background-clip:text;margin:1rem 0 .5rem;font-size:1.5rem;font-weight:700;animation:3s ease-in-out infinite alternate gradientShift}@keyframes gradientShift{0%{background-position:0%}to{background-position:100%}}.header-container{flex-direction:row;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.header-container *{margin:0}.header-container h2{background:linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-text-fill-color:transparent;background-clip:text}.prose{color:var(--text-secondary);line-height:1.6}.post-container{border:1px solid var(--border-primary);color:var(--text-primary);border-radius:6px;flex-direction:column;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.post-container:before{content:"";background:linear-gradient(90deg,transparent,rgba(var(--primary-rgb),.1),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.post-container:hover:before{left:100%}.post-container:hover,.post-container:focus-visible{border:1px solid var(--primary);box-shadow:0 8px 25px #00000026,0 0 0 1px rgba(var(--primary-rgb),.1);background-color:#8c5cf520;transform:translateY(-2px)}.post-container:focus-visible{outline:none}.post-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.post-header h3{color:var(--text-primary);margin:0;font-weight:600}.post-date,.work-experience-duration{color:var(--text-muted);font-size:.875rem;font-weight:500}.work-experience-container{flex-direction:column;gap:1.5rem;display:flex}.work-experience-entry{padding-left:1rem;transition:transform .2s;position:relative}.work-experience-entry:before{content:"";background:linear-gradient(180deg,var(--primary),var(--primary-light));opacity:.7;border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:0}.work-experience-entry:hover{transform:translate(4px)}.work-experience-entry:not(:last-of-type){border-bottom:1px solid var(--border-secondary);padding-bottom:1.5rem}.work-experience-duration{color:var(--primary-light);text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.work-experience-company{color:var(--text-primary);margin-top:.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.work-experience-role{color:var(--primary);margin-bottom:.75rem;font-style:italic;font-weight:500}.work-experience-desc{color:var(--text-secondary);margin:0;line-height:1.5}.socials-link{color:var(--text-primary);border-radius:4px;flex-direction:row;align-items:center;gap:.75rem;padding:.5rem 0;transition:all .2s;display:flex;position:relative}.socials-link:hover{background-color:rgba(var(--primary-rgb),.1);color:var(--primary);transform:translate(4px)}.socials-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.glow-icon{color:var(--primary);filter:drop-shadow(0 0 6px rgba(var(--primary-rgb),.4));transition:filter .3s;animation:3s ease-in-out infinite glowPulse}.glow-icon:hover,.socials-link:hover .glow-icon,.post-container:hover .glow-icon{color:var(--primary-light);filter:drop-shadow(0 0 15px rgba(var(--primary-rgb),.7));animation:2s ease-in-out infinite glowPulseIntense}@keyframes glowPulse{0%,to{filter:drop-shadow(0 0 6px rgba(var(--primary-rgb),.3))}50%{filter:drop-shadow(0 0 12px rgba(var(--primary-rgb),.6))}}@keyframes glowPulseIntense{0%,to{filter:drop-shadow(0 0 12px rgba(var(--primary-rgb),.6))}50%{filter:drop-shadow(0 0 20px rgba(var(--primary-rgb),.8))}}.content-container{flex-direction:column;gap:1rem;display:flex}@media (prefers-reduced-motion:reduce){.layout-grid-left,.layout-grid-right,.flex-col-card h2{animation:none}.post-container:before{display:none}.post-container:hover,.work-experience-entry:hover,.socials-link:hover{transform:none}.glow-icon,.glow-icon:hover,.socials-link:hover .glow-icon,.post-container:hover .glow-icon{animation:none}}@media print{.post-container,.work-experience-entry{color:#000!important;box-shadow:none!important;background:#fff!important;border:1px solid #ccc!important;transform:none!important}}.nsfw-warning-overlay[data-astro-cid-indloa3n]{backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;background:#000c;justify-content:center;align-items:center;padding:1rem;transition:all .3s;display:flex;position:fixed;inset:0}.nsfw-warning-overlay[data-astro-cid-indloa3n].show{opacity:1;visibility:visible}.nsfw-warning-overlay[data-astro-cid-indloa3n].show .nsfw-warning-modal[data-astro-cid-indloa3n]{transform:scale(1)}.nsfw-warning-modal[data-astro-cid-indloa3n]{background:var(--background-secondary);border:1px solid var(--border-primary);width:100%;max-width:500px;max-height:90vh;box-shadow:0 20px 25px -5px #00000080,0 0 0 1px rgba(var(--primary-rgb),.1);border-radius:12px;transition:transform .3s;overflow-y:auto;transform:scale(.9)}.nsfw-warning-content[data-astro-cid-indloa3n]{padding:2rem}.nsfw-warning-header[data-astro-cid-indloa3n]{text-align:center;margin-bottom:1.5rem}.nsfw-warning-header[data-astro-cid-indloa3n] h2[data-astro-cid-indloa3n]{color:#ff6b6b;margin:0;font-size:1.5rem;font-weight:700}.nsfw-warning-body[data-astro-cid-indloa3n]{margin-bottom:2rem;line-height:1.6}.nsfw-warning-body[data-astro-cid-indloa3n] p[data-astro-cid-indloa3n]{color:var(--text-secondary);margin-bottom:1rem}.nsfw-warning-body[data-astro-cid-indloa3n] strong[data-astro-cid-indloa3n]{color:var(--primary);font-weight:600}.nsfw-url[data-astro-cid-indloa3n]{word-break:break-all;background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.2);border-radius:4px;padding:.2em .4em;font-family:Geist Mono,Courier New,monospace;font-size:.9em}.nsfw-warning-body[data-astro-cid-indloa3n] ul[data-astro-cid-indloa3n]{color:var(--text-secondary);margin:1rem 0;padding-left:1.5rem}.nsfw-warning-body[data-astro-cid-indloa3n] li[data-astro-cid-indloa3n]{margin-bottom:.5rem}.nsfw-warning-actions[data-astro-cid-indloa3n]{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.btn-cancel[data-astro-cid-indloa3n],.btn-continue[data-astro-cid-indloa3n]{cursor:pointer;border:none;border-radius:6px;min-width:120px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-cancel[data-astro-cid-indloa3n]{background:var(--background-tertiary);color:var(--text-secondary);border:1px solid var(--border-primary)}.btn-cancel[data-astro-cid-indloa3n]:hover{background:var(--border-primary);color:var(--text-primary)}.btn-continue[data-astro-cid-indloa3n]{background:var(--primary);color:var(--background-primary);border:1px solid var(--primary)}.btn-continue[data-astro-cid-indloa3n]:hover{background:var(--primary-light);box-shadow:0 4px 12px rgba(var(--primary-rgb),.3);transform:translateY(-1px)}.btn-cancel[data-astro-cid-indloa3n]:focus-visible,.btn-continue[data-astro-cid-indloa3n]:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (width<=640px){.nsfw-warning-modal[data-astro-cid-indloa3n]{max-width:none;margin:1rem}.nsfw-warning-content[data-astro-cid-indloa3n]{padding:1.5rem}.nsfw-warning-actions[data-astro-cid-indloa3n]{flex-direction:column}.btn-cancel[data-astro-cid-indloa3n],.btn-continue[data-astro-cid-indloa3n]{width:100%}}@media (prefers-reduced-motion:reduce){.nsfw-warning-overlay[data-astro-cid-indloa3n],.nsfw-warning-modal[data-astro-cid-indloa3n],.btn-cancel[data-astro-cid-indloa3n],.btn-continue[data-astro-cid-indloa3n]{transition:none}}.lastfm-widget[data-astro-cid-23wthkn6]{background:linear-gradient(135deg,#1db954 0%,#1ed760 100%);border:1px solid #ffffff1a;border-radius:16px;margin-bottom:1rem;padding:1.25rem;transition:all .3s;box-shadow:0 8px 32px #1db95440}.lastfm-widget[data-astro-cid-23wthkn6]:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1db95459}.lastfm-header[data-astro-cid-23wthkn6]{margin-bottom:1rem}.lastfm-header[data-astro-cid-23wthkn6] h3[data-astro-cid-23wthkn6]{color:#fff;text-align:center;letter-spacing:.5px;margin:0;font-size:1.2rem;font-weight:700}.lastfm-content[data-astro-cid-23wthkn6]{align-items:center;gap:1.25rem;display:flex}.lastfm-album-art[data-astro-cid-23wthkn6]{border-radius:12px;flex-shrink:0;width:70px;height:70px;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000004d}.lastfm-album-art[data-astro-cid-23wthkn6] img[data-astro-cid-23wthkn6]{object-fit:cover;width:100%;height:100%}.lastfm-playing-indicator[data-astro-cid-23wthkn6]{opacity:0;gap:2px;transition:opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lastfm-widget[data-astro-cid-23wthkn6].playing .lastfm-playing-indicator[data-astro-cid-23wthkn6]{opacity:1}.lastfm-bar[data-astro-cid-23wthkn6]{background:#fff;border-radius:2px;width:3px;height:15px;animation:1.2s ease-in-out infinite lastfmBounce}.lastfm-bar[data-astro-cid-23wthkn6]:nth-child(2){animation-delay:.2s}.lastfm-bar[data-astro-cid-23wthkn6]:nth-child(3){animation-delay:.4s}@keyframes lastfmBounce{0%,to{height:15px}50%{height:25px}}.lastfm-info[data-astro-cid-23wthkn6]{flex:1;min-width:0}.lastfm-track-info[data-astro-cid-23wthkn6] h4[data-astro-cid-23wthkn6]{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.3;overflow:hidden}.lastfm-track-info[data-astro-cid-23wthkn6] p[data-astro-cid-23wthkn6]{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .75rem;font-size:.95rem;font-weight:500;overflow:hidden}.lastfm-album[data-astro-cid-23wthkn6] p[data-astro-cid-23wthkn6]{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;font-style:italic;overflow:hidden}.lastfm-open-btn[data-astro-cid-23wthkn6]{color:#fff;backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .2s;display:flex}.lastfm-open-btn[data-astro-cid-23wthkn6]:hover{background:#ffffff40;border-color:#ffffff4d;transform:scale(1.05)}@media (width<=768px){.lastfm-content[data-astro-cid-23wthkn6]{gap:.75rem}.lastfm-album-art[data-astro-cid-23wthkn6]{width:50px;height:50px}.lastfm-track-info[data-astro-cid-23wthkn6] h4[data-astro-cid-23wthkn6]{font-size:.9rem}.lastfm-track-info[data-astro-cid-23wthkn6] p[data-astro-cid-23wthkn6]{font-size:.8rem}.lastfm-open-btn[data-astro-cid-23wthkn6]{width:35px;height:35px}}@media (prefers-reduced-motion:reduce){.lastfm-widget[data-astro-cid-23wthkn6],.lastfm-widget[data-astro-cid-23wthkn6]:hover,.lastfm-open-btn[data-astro-cid-23wthkn6],.lastfm-open-btn[data-astro-cid-23wthkn6]:hover{transition:none;transform:none}.lastfm-bar[data-astro-cid-23wthkn6]{animation:none}}.video-container[data-astro-cid-j7pv25f6]{z-index:9999;background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.easter-egg-video[data-astro-cid-j7pv25f6]{border-radius:8px;width:auto;max-width:95vw;height:auto;max-height:95vh;box-shadow:0 0 20px #000c}.rainbow-glow[data-astro-cid-j7pv25f6]{text-shadow:0 0 5px #f00c,0 0 10px #ffa50099,0 0 15px #ff06,0 0 20px #00ff004d,0 0 25px #0000ff4d,0 0 30px #4b008233,0 0 35px #ee82ee33;font-weight:700;transition:transform .3s;animation:2s ease-in-out infinite rainbowGlow;transform:scale(1.05)}@keyframes rainbowGlow{0%{color:red;filter:hue-rotate()}16%{color:#ff8000;filter:hue-rotate(60deg)}33%{color:#ff0;filter:hue-rotate(120deg)}50%{color:#0f0;filter:hue-rotate(180deg)}66%{color:#0080ff;filter:hue-rotate(240deg)}83%{color:#8000ff;filter:hue-rotate(300deg)}to{color:red;filter:hue-rotate(360deg)}}.birthday-balloon[data-astro-cid-j7pv25f6]{z-index:1000;pointer-events:none;will-change:transform,opacity;position:fixed}.birthday-balloon[data-astro-cid-j7pv25f6]:before{content:"";opacity:.6;background:#ffffff4d;border-radius:50%;width:15%;height:20%;position:absolute;top:10%;left:20%}.birthday-balloon[data-astro-cid-j7pv25f6]:after{content:"";background:#8b4513;border-radius:2px;width:3px;height:15px;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.rainbow-glow[data-astro-cid-j7pv25f6]{color:#ff6b6b;text-shadow:0 0 10px #ff6b6bcc;animation:none}.birthday-balloon[data-astro-cid-j7pv25f6]{animation:none!important}}.social-text[data-astro-cid-j7pv25f6]{align-items:center;gap:.5rem;display:flex}.age-container[data-astro-cid-j7pv25f6]{cursor:help;display:inline-block;position:relative}.tooltip-text[data-astro-cid-j7pv25f6]{visibility:hidden;color:#fff;text-align:left;z-index:10;opacity:0;background-color:#111111f2;border-radius:6px;width:max-content;max-width:280px;padding:8px 10px;font-size:.9rem;line-height:1.3;transition:opacity .2s;position:absolute;bottom:125%;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000059}.age-container[data-astro-cid-j7pv25f6]:hover .tooltip-text[data-astro-cid-j7pv25f6]{visibility:visible;opacity:1}.nsfw-badge[data-astro-cid-j7pv25f6]{opacity:.8;filter:drop-shadow(0 0 2px #ff6b6b66);font-size:.8rem;transition:opacity .2s;animation:4s ease-in-out infinite nsfwGlowPulse}.nsfw-link[data-astro-cid-j7pv25f6]:hover .nsfw-badge[data-astro-cid-j7pv25f6]{opacity:1;animation:2s ease-in-out infinite nsfwGlowPulseIntense}@keyframes nsfwGlowPulse{0%,to{filter:drop-shadow(0 0 2px #ff6b6b4d)}50%{filter:drop-shadow(0 0 4px #ff6b6b99)}}@keyframes nsfwGlowPulseIntense{0%,to{filter:drop-shadow(0 0 4px #ff6b6b99)}50%{filter:drop-shadow(0 0 8px #ff6b6b)}}.nsfw-link[data-astro-cid-j7pv25f6]{text-align:left;cursor:pointer;background:0 0;border:none;width:100%}@media (prefers-reduced-motion:reduce){.nsfw-badge[data-astro-cid-j7pv25f6],.nsfw-link[data-astro-cid-j7pv25f6]:hover .nsfw-badge[data-astro-cid-j7pv25f6]{animation:none}}
