@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg-deep: #050508;--bg-surface: #0a0a12;--text-primary: #e8e8e8;--text-muted: rgba(255, 255, 255, .5);--accent-music: #ff6b35;--accent-pedalbus: #00e5ff;--accent-computer: #a855f7;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-radius: 20px;--glass-blur: 10px;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-deep);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body,html,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{display:flex;flex-direction:column;height:100dvh}#root{flex:1;min-height:0;height:auto}.current-project{flex:none;padding:20px max(24px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));border-top:1px solid #ffffff1a;background:#05080e}.current-project-inner{display:flex;align-items:baseline;gap:32px;max-width:800px;margin:0 auto}.current-project h2{flex:none;color:#edd09a;font-size:.875rem;font-weight:500}.current-project p{margin:0;color:#bdc1c8;font-size:1rem;line-height:1.6}.current-project a{color:#fff;text-decoration:underline;text-decoration-color:#edd09a80;text-underline-offset:4px}.current-project a:focus-visible{outline:2px solid #edd09a;outline-offset:4px}@media(max-width:640px){.current-project{padding-top:14px;padding-bottom:max(14px,env(safe-area-inset-bottom))}.current-project-inner{flex-direction:column;gap:4px}}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit}a{font-weight:500;color:var(--accent-pedalbus);text-decoration:none}a:hover{opacity:.8}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--glass-radius);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));padding:2rem;width:100%;box-sizing:border-box}[data-focused=true]{outline:2px solid rgba(255,255,255,.6);outline-offset:4px;border-radius:4px}.music-page [data-focused=true]{outline-color:var(--accent-music)}.pedalbus-page [data-focused=true]{outline-color:var(--accent-pedalbus)}.book-page [data-focused=true],.blog-page [data-focused=true]{outline-color:var(--accent-music)}img[data-focused=true]{box-shadow:0 0 20px #ffffff26;cursor:pointer}.pedalbus-page img[data-focused=true]{box-shadow:0 0 20px #00e5ff33}.music-page img[data-focused=true]{box-shadow:0 0 20px #ff6b3533}
