.sidebar.svelte-129hoe0{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;display:flex;flex-direction:column;z-index:var(--z-sidebar);overflow:hidden;transition:width .4s cubic-bezier(.4,0,.2,1)}.sidebar.expanded.svelte-129hoe0{width:320px}.sidebar-stripe.svelte-129hoe0{position:absolute;top:0;left:0;width:var(--sidebar-width);height:100%;background:var(--sb-color, var(--sidebar-bg));border-right:1px solid rgba(0,0,0,.15);z-index:0;transition:width .4s cubic-bezier(.4,0,.2,1),background .4s ease}.sidebar.expanded.svelte-129hoe0 .sidebar-stripe:where(.svelte-129hoe0){width:320px}.sidebar-logo.svelte-129hoe0{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:1.25rem .5rem .75rem}.sidebar-logo.svelte-129hoe0 img:where(.svelte-129hoe0){width:60px;height:auto;filter:var(--sb-logo-filter);transition:filter .3s ease,width .4s cubic-bezier(.4,0,.2,1)}.sidebar.expanded.svelte-129hoe0 .sidebar-logo:where(.svelte-129hoe0) img:where(.svelte-129hoe0){width:105px;filter:var(--sb-logo-filter-expanded)}.sidebar-logo.svelte-129hoe0:hover img:where(.svelte-129hoe0){filter:var(--sb-logo-filter-hover)}.sidebar-nav.svelte-129hoe0{position:relative;z-index:1;display:flex;flex-direction:column;gap:.15rem;flex:1;width:100%;padding:.5rem 0 0}.sidebar-link.svelte-129hoe0{display:flex;align-items:center;padding:.65rem 1.25rem;transition:all .25s ease;position:relative;text-decoration:none;overflow:hidden}.sidebar-link.svelte-129hoe0:hover{background:#00000014}.sidebar-link.active.svelte-129hoe0{background:#0000001f}.sidebar-link.active.svelte-129hoe0:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:2px;background:var(--sb-active-indicator);border-radius:1px}.sidebar-label.svelte-129hoe0{font-family:var(--font-sans);font-size:.6rem;letter-spacing:.06em;color:var(--sb-text);white-space:nowrap;transition:font-size .4s cubic-bezier(.4,0,.2,1),color .25s ease}.sidebar.expanded.svelte-129hoe0 .sidebar-label:where(.svelte-129hoe0){font-size:1.15rem;letter-spacing:.03em}.sidebar-link.svelte-129hoe0:hover .sidebar-label:where(.svelte-129hoe0){color:var(--sb-text-hover)}.sidebar-link.active.svelte-129hoe0 .sidebar-label:where(.svelte-129hoe0){color:var(--sb-text-hover);font-weight:500}.color-matrix.svelte-129hoe0{position:relative;z-index:1;display:flex;justify-content:center;padding:1rem 1.25rem;opacity:0;transition:opacity .3s ease}.color-matrix.visible.svelte-129hoe0{opacity:1}.matrix-grid.svelte-129hoe0{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;border:1px solid rgba(0,0,0,.2);background:#00000026;box-shadow:0 1px 4px #0003}.matrix-cell.svelte-129hoe0{width:22px;height:22px;border:none;cursor:pointer;padding:0;position:relative;transition:outline .15s ease,filter .15s ease}.matrix-cell.svelte-129hoe0:hover:not(.disabled){outline:2px solid rgba(255,255,255,.9);outline-offset:-2px;z-index:1}.matrix-cell.selected.svelte-129hoe0{outline:2px solid #fff;outline-offset:-2px;z-index:1}.matrix-cell.disabled.svelte-129hoe0{cursor:not-allowed;opacity:.5}.sidebar-curves.svelte-129hoe0{position:fixed;top:0;left:0;width:400px;height:100vh;z-index:calc(var(--z-sidebar) + 1);pointer-events:none;overflow:visible;opacity:1;transition:opacity .3s ease}.sidebar-curves-hidden.svelte-129hoe0{opacity:0}.curve-path.svelte-129hoe0{fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .4s ease}.sidebar-backdrop.svelte-129hoe0{position:fixed;inset:0 0 0 320px;z-index:calc(var(--z-sidebar) - 1)}@media(max-width:768px){.sidebar.svelte-129hoe0,.sidebar-curves.svelte-129hoe0,.sidebar-backdrop.svelte-129hoe0{display:none}}.hamburger.svelte-1e09pin{display:none;position:fixed;bottom:calc(1.5rem + var(--safe-bottom));right:calc(1.5rem + var(--safe-right));width:44px;height:44px;padding:10px;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-light);border-radius:12px;cursor:pointer;z-index:calc(var(--z-mobile-nav) + 1);flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:background .3s ease}.hamburger.svelte-1e09pin:hover,.hamburger.svelte-1e09pin:focus{background:#000000b3;outline:none}.hamburger-line.svelte-1e09pin{display:block;width:20px;height:2px;background:#fffc;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.hamburger.active.svelte-1e09pin .hamburger-line:where(.svelte-1e09pin):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active.svelte-1e09pin .hamburger-line:where(.svelte-1e09pin):nth-child(2){opacity:0}.hamburger.active.svelte-1e09pin .hamburger-line:where(.svelte-1e09pin):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay.svelte-1e09pin{position:fixed;inset:0;background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:var(--z-mobile-nav);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.mobile-logo.svelte-1e09pin{margin-bottom:2rem}.mobile-logo.svelte-1e09pin img:where(.svelte-1e09pin){height:60px;width:auto;filter:brightness(.85)}.mobile-link.svelte-1e09pin{font-family:var(--font-sans);font-size:1.25rem;font-weight:400;letter-spacing:.05em;text-decoration:none;color:var(--text-muted);text-shadow:0 1px 3px rgba(0,0,0,.5);padding:.5rem 1rem;transition:color .3s ease,transform .3s ease}.mobile-link.svelte-1e09pin:hover,.mobile-link.svelte-1e09pin:focus{color:var(--text-primary);transform:scale(1.05);outline:none}.mobile-link.active.svelte-1e09pin{color:var(--gold-dim)}.mobile-link-small.svelte-1e09pin{font-size:.9rem;color:var(--text-ghost);margin-top:1rem}@media(max-width:768px){.hamburger.svelte-1e09pin{display:flex}}.sound-btn.svelte-wwq073{position:fixed;bottom:calc(1.5rem + var(--safe-bottom));right:calc(2rem + var(--safe-right));background:#0000004d;border:1px solid var(--border-light);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:var(--z-ui)}.sound-btn.svelte-wwq073:hover{background:#00000080;color:var(--text-primary);border-color:var(--border-medium)}@media(max-width:768px){.sound-btn.svelte-wwq073{right:calc(1.5rem + var(--safe-right));bottom:calc(4rem + var(--safe-bottom))}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;font-family:Inter,sans-serif;background:#0a0a0a;color:#ffffffd9}:root{--bg-primary: #0a0a0a;--bg-canvas: radial-gradient(ellipse at center, #1a1520 0%, #0a0508 100%);--bg-gallery: radial-gradient(ellipse at center, #0d0d0d 0%, #000 100%);--sidebar-width: 84px;--sidebar-bg: #d4af37;--sidebar-border: rgba(180, 140, 30, .6);--gold: rgba(212, 175, 55, 1);--gold-dim: rgba(212, 175, 55, .8);--gold-subtle: rgba(212, 175, 55, .4);--gold-bg: rgba(212, 175, 55, .03);--text-primary: rgba(255, 255, 255, .95);--text-secondary: rgba(255, 255, 255, .85);--text-muted: rgba(255, 255, 255, .7);--text-dim: rgba(255, 255, 255, .5);--text-ghost: rgba(255, 255, 255, .4);--border-subtle: rgba(255, 255, 255, .1);--border-light: rgba(255, 255, 255, .2);--border-medium: rgba(255, 255, 255, .3);--surface-glass: rgba(255, 255, 255, .05);--surface-hover: rgba(255, 255, 255, .08);--surface-overlay: rgba(0, 0, 0, .9);--font-serif: georgia, "Times New Roman", serif;--font-sans: "Inter", sans-serif;--font-narrow: "Inter", sans-serif;--ease-out: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--z-canvas: 1;--z-particles: 2;--z-ripple: 3;--z-ui: 10;--z-sidebar: 50;--z-modal: 100;--z-mobile-nav: 200;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0003;border-radius:3px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(0,0,0,.2)}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){:root{--sidebar-width: 0px}}.app-shell.svelte-12qhfyh{width:100%;height:100%;position:relative}.content-area.svelte-12qhfyh{position:fixed;top:0;left:var(--sidebar-width);right:0;bottom:0;overflow:hidden}.content-area.scrollable.svelte-12qhfyh{overflow-y:auto;scroll-behavior:smooth}.page-wrapper.svelte-12qhfyh{width:100%;height:100%;position:absolute;inset:0}.page-wrapper-home.svelte-12qhfyh{position:relative;height:auto;min-height:100%}
