:root{font-family:Inter Variable,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";--palette-navy: #001117;--palette-abyss: #00090c;--palette-offwhite: #f2f0ef;--palette-gray: #ece9e8;--palette-teal: #14b8a6;--theme-color-base: var(--palette-navy);--theme-color-header: var(--palette-abyss);--theme-color-text: var(--palette-offwhite);--theme-color-link: var(--palette-teal)}[data-theme=dark]{--theme-color-base: var(--palette-navy);--theme-color-header: var(--palette-abyss);--theme-color-text: var(--palette-offwhite);--theme-color-link: var(--palette-teal)}[data-theme=light]{--theme-color-base: var(--palette-offwhite);--theme-color-header: var(--palette-gray);--theme-color-text: var(--palette-navy);--theme-color-link: var(--palette-teal)}html,body{max-width:100%;margin:0}body{box-sizing:border-box;background-color:var(--theme-color-base);color:var(--theme-color-text);font-size:1rem;font-weight:400;line-height:1.75;display:flex;flex-direction:column}a{color:var(--theme-color-link);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}a:hover{color:var(--theme-color-text)}p{margin-bottom:0}hr{border:none;height:2px;background-color:var(--theme-color-text)}main{max-width:45rem;margin:.5rem auto 1rem;padding:0 1rem 1rem}.prose img{display:block;width:100%;max-width:600px;height:auto;margin:1.5rem auto;border-radius:.5rem}.header{position:sticky;top:0;width:100%;height:3.5rem;z-index:1000;box-sizing:border-box;background:color-mix(in srgb,var(--theme-color-header) 80%,transparent)}.header-container{height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}.header-container-left,.header-container-right{display:flex;align-items:center;gap:1rem}.name-link{text-decoration:none;color:inherit;font-weight:700;font-size:1.5rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--theme-color-link)}.nav-link.active{color:var(--theme-color-text);text-decoration:none}.nav-menu{display:none;background:none;border:none;cursor:pointer;color:var(--theme-color-text)}@media (max-width: 768px){.nav{display:none;flex-direction:column;gap:1rem;background:var(--theme-color-header);position:absolute;top:3.5rem;left:0;right:0;width:100%;padding:1rem;box-sizing:border-box;border-radius:0 0 .5rem .5rem}.nav.open{display:flex}.nav-menu{display:block}}.theme-toggle{background:none;border:none;cursor:pointer;padding:0;width:20px;height:20px}.theme-toggle .icon{width:1.25rem;height:1.25rem}.theme-toggle .sun,.theme-toggle .moon{display:none;color:var(--theme-color-text)}[data-theme=dark] .moon,[data-theme=light] .sun{display:inline}.social-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin:2rem 0}.social-links a{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:500}.social-links .icon{width:32px;height:32px}.profile-container{display:flex;justify-content:center;padding:3rem 0 1.5rem}.profile-image-container{width:200px;height:200px;display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0;border-radius:50%;transition:transform .2s ease-in-out;background:var(--theme-color-header)}.profile-image-container:hover{transform:translateY(-5px)}.profile-image{width:100%;height:100%;object-fit:cover;transform:scale(1.4) translate(-20px,10px)}.blog-list{display:grid;grid-template-columns:1fr;gap:20px}.meta-info{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280;margin-bottom:1rem}.meta-info span{display:flex;align-items:center;gap:.5rem}.meta-info-link-reset a{all:unset;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.meta-info-link-reset a:hover{text-decoration:underline}.blog-card{display:block;color:var(--theme-color-text);border:1px solid var(--theme-color-text);text-decoration:none;padding:1.5rem;border-radius:10px;transition:transform .2s ease-in-out}.blog-card:hover{transform:translateY(-5px)}.blog-card-title{font-size:1.5rem;margin:0 0 10px}.blog-card-date{font-size:.9rem;margin-bottom:10px}.spotify-widget-container{display:flex;justify-content:center;align-items:center}.spotify-widget{display:flex;gap:1.5rem;align-items:stretch;flex-wrap:nowrap}.spotify-column{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:220px}.spotify-nowPlaying,.spotify-topTracks{flex:1;border-radius:10px;color:var(--theme-color-text);text-align:center;display:flex;flex-direction:column;width:100%;box-sizing:border-box;align-items:center;justify-content:center;gap:5px}.spotify-heading{font-size:1rem;font-weight:700;margin:0}.spotify-empty{font-size:.8rem;color:var(--theme-color-text)}@media (max-width: 768px){.spotify-widget{flex-direction:column}}@media (max-width: 480px){.spotify-widget{gap:1rem}.spotify-column{min-width:auto;width:100%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp .8s ease-out forwards}
