:root{--h-purple:#8a2be2;--h-coral:#ff6f61;--h-lime:#a7d129;--h-purple-l:#b96eff;--h-coral-l:#ff9e94;--h-lime-l:#c8f050;--h-dark:#1a1a2e;--h-mid:#252538;--h-page3:#2d1b69;--h-text:#1a1a2e;--h-text-s:#4b5563;--h-muted:#6b7280;--h-bg:#f5f3ff;--h-surface:#fff;--h-surface2:#f0ebff;--h-border:rgba(138,43,226,.22);--h-shadow:rgba(0,0,0,.08);--h-section-border:rgba(138,43,226,.32);--h-section-shadow:rgba(138,43,226,.08);--h-nav-bg:#1a1a2e;--h-nav-blur:rgba(26,26,46,.82);--h-page-bg:linear-gradient(160deg,#f5f3ff,#ede9fe 50%,#f0ebff);--h-hero-bg:linear-gradient(135deg,#1a1a2e,#252538 45%,#2d1b69)}[data-theme=dark]{--h-purple:#9d4edd;--h-coral:#ff6b9d;--h-lime:#b8e986;--h-purple-l:#c77dff;--h-coral-l:#ff9ec4;--h-lime-l:#d4f5a0;--h-dark:#0d0d1a;--h-mid:#1e1e32;--h-page3:#1a0a3d;--h-text:#f0e6ff;--h-text-s:#c4b5e8;--h-muted:#9488b8;--h-bg:#0d0d1a;--h-surface:#1e1e32;--h-surface2:#252538;--h-border:rgba(157,78,221,.25);--h-shadow:rgba(0,0,0,.4);--h-section-border:rgba(157,78,221,.35);--h-section-shadow:rgba(0,0,0,.35);--h-nav-bg:#111128;--h-nav-blur:rgba(13,13,26,.88);--h-page-bg:linear-gradient(160deg,#0d0d1a,#1e1e32 40%,#1a0a3d);--h-hero-bg:linear-gradient(135deg,#0d0d1a,#1e1e32 45%,#1a0a3d)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{transition:background-color .25s ease,color .25s ease}body,html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--h-bg);color:var(--h-text)}a{color:inherit;text-decoration:none}code{font-family:Courier New,Courier,monospace;background:var(--h-surface2);color:var(--h-purple);padding:2px 5px;border-radius:4px;font-size:.875em}.hobby-card--glide{border:2px solid transparent;background-clip:padding-box;position:relative}.hobby-card--glide:before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(135deg,var(--h-purple),var(--h-coral),var(--h-lime));z-index:-1;animation:glide-border 3s linear infinite;background-size:200% 200%}@keyframes glide-border{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}input[type=date],input[type=datetime-local],input[type=time]{color-scheme:light}[data-theme=dark] input[type=date],[data-theme=dark] input[type=datetime-local],[data-theme=dark] input[type=time]{color-scheme:dark}[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator,[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.8) hue-rotate(180deg);cursor:pointer}.pinboard-scroll::-webkit-scrollbar{width:6px;height:6px}.pinboard-scroll::-webkit-scrollbar-track{background:transparent}.pinboard-scroll::-webkit-scrollbar-thumb{background:rgba(157,78,221,.35);border-radius:999px}.pinboard-scroll::-webkit-scrollbar-thumb:hover{background:rgba(157,78,221,.6)}.theme-transition *{transition:background-color .25s ease,border-color .25s ease,color .2s ease,box-shadow .25s ease,transform .3s ease!important}.show-on-mobile{display:none!important}@media (max-width:768px){.mobile-stack{flex-direction:column!important}.mobile-stack-reverse{flex-direction:column-reverse!important}.mobile-grid-1{grid-template-columns:1fr!important}.mobile-grid-2{grid-template-columns:1fr 1fr!important}.hide-on-mobile{display:none!important}.mobile-nav{padding:0 16px!important}.mobile-nav-links{display:none!important}.mobile-main{padding:16px 12px!important}.mobile-w-full{width:100%!important;max-width:100%!important}.mobile-text-center{text-align:center!important;justify-content:center!important}.mobile-wrap{flex-wrap:wrap!important}.mobile-gap-4{gap:16px!important}.mobile-p-4{padding:16px!important}.mobile-p-0{padding:0!important}.mobile-m-0{margin:0!important}.mobile-mt-4{margin-top:16px!important}.show-on-mobile{display:flex!important}.mobile-title{font-size:2rem!important}.mobile-subtitle{font-size:1rem!important}}