:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--surface:#fff;--border:#e5e4e7;--border-strong:#d8d6dc;--hover:#08060d14;--placeholder:#f4f3ec;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--surface:#1e1f26;--border:#2c2d35;--border-strong:#3a3b44;--hover:#f3f4f61a;--placeholder:#24252c}}:root[data-theme=light]{--text:#6b6375;--text-h:#08060d;--bg:#fff;--surface:#fff;--border:#e5e4e7;--border-strong:#d8d6dc;--hover:#08060d14;--placeholder:#f4f3ec}:root[data-theme=dark]{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--surface:#1e1f26;--border:#2c2d35;--border-strong:#3a3b44;--hover:#f3f4f61a;--placeholder:#24252c}*{box-sizing:border-box}body{margin:0}#root{min-height:100svh}h1{font-family:var(--sans);color:var(--text-h);margin:0;font-weight:500}.carousel{z-index:0;background:#000;position:absolute;inset:0}.carousel-empty{color:#fff;opacity:.6;text-align:center;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.carousel-slide{object-fit:cover;opacity:0;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;transition:opacity 1s;position:absolute;inset:0}.carousel-slide.is-active{opacity:1;z-index:1}.carousel-control{z-index:2;color:#fff;cursor:pointer;background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-control:hover{background:#0000008c}.carousel-control.prev{left:20px}.carousel-control.next{right:20px}.carousel-dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s}.carousel-dot.is-active{background:#fff}.gallery{background:var(--bg);min-height:100svh}.gallery-header{z-index:5;background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex;position:sticky;top:0}.gallery-header-actions{align-items:center;gap:16px;display:flex}.gallery-header-left{align-items:center;gap:10px;display:flex}.gallery-back{letter-spacing:.01em;text-transform:lowercase;color:var(--text-h);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:Brush Script MT,Segoe Script,cursive;font-size:24px}.gallery-filter-trigger{width:32px;height:32px;color:var(--text-h);border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s;display:flex;position:relative}.gallery-filter-trigger:hover{border-color:var(--text-h)}.gallery-filter-badge{background:var(--text-h);min-width:15px;height:15px;color:var(--bg);text-align:center;border-radius:999px;padding:0 3px;font-size:10px;line-height:15px;position:absolute;top:-5px;right:-5px}.gallery-filter-clear{font:inherit;color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.gallery-filter-clear:hover{color:var(--text-h)}.gallery-search{align-items:center;display:flex}.gallery-search-toggle{width:30px;height:30px;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.gallery-search-toggle:hover{background:var(--hover)}.gallery-search-input{border:none;border-bottom:1px solid var(--border-strong);width:0;color:var(--text-h);opacity:0;background:0 0;padding:0;font-size:13px;transition:width .25s,opacity .2s,padding .25s}.gallery-search.is-open .gallery-search-input{opacity:1;width:140px;padding:4px 6px}.gallery-search-input::placeholder{color:var(--text)}.gallery-search-input:focus{border-bottom-color:var(--text-h);outline:none}.gallery-theme-toggle{width:30px;height:30px;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.gallery-theme-toggle:hover{background:var(--hover)}.filter-modal-backdrop{z-index:20;background:#08060d73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.filter-modal{background:var(--surface);border-radius:12px;width:100%;max-width:320px;padding:20px;box-shadow:0 20px 60px #0000004d}.filter-modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.filter-modal-header h2{text-transform:lowercase;color:var(--text-h);margin:0;font-size:16px;font-weight:500}.filter-modal-close{color:var(--text);cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;line-height:1}.filter-modal-close:hover{color:var(--text-h)}.filter-modal-field{color:var(--text);flex-direction:column;gap:4px;margin-bottom:14px;font-size:12px;display:flex}.filter-modal-field select{font:inherit;color:var(--text-h);background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;padding:8px 10px;font-size:14px}.filter-modal-actions{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.filter-modal-clear{font:inherit;color:var(--text);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.filter-modal-clear:hover:not(:disabled){color:var(--text-h)}.filter-modal-clear:disabled{color:var(--border-strong);cursor:default;text-decoration:none}.filter-modal-done{font:inherit;color:var(--bg);background:var(--text-h);cursor:pointer;border:none;border-radius:999px;padding:8px 20px;font-size:14px;font-weight:500}.gallery-empty{text-align:center;color:var(--text);padding:96px 24px;font-size:15px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:4px;padding:4px;display:grid}.gallery-item{aspect-ratio:1;cursor:pointer;background:var(--placeholder);border:none;padding:0;position:relative;overflow:hidden}.gallery-item img,.gallery-item video{object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:transform .4s;display:block}.gallery-item:hover img,.gallery-item:hover video{transform:scale(1.05)}.gallery-item-title{text-align:center;letter-spacing:.02em;color:#fff;text-shadow:0 1px 4px #0009;opacity:0;pointer-events:none;background:#0000002e;justify-content:center;align-items:center;padding:12px;font-size:13px;transition:opacity .25s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item-title,.gallery-item:focus-visible .gallery-item-title{opacity:1}.lightbox{z-index:10;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-image{object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;max-width:92vw;max-height:92vh}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;line-height:1;transition:background .2s;display:flex;position:absolute;top:20px;right:24px}.lightbox-close:hover{background:#fff3}.lightbox-control{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-control:hover{background:#fff3}.lightbox-control.prev{left:20px}.lightbox-control.next{right:20px}.lightbox-meta{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;text-align:right;background:#00000073;border-radius:8px;max-width:min(280px,40vw);padding:10px 14px;font-size:12px;line-height:1.4;position:absolute;bottom:20px;right:20px}.lightbox-meta-header{justify-content:flex-end;align-items:center;gap:6px;margin-bottom:4px;display:flex}.lightbox-artist-icon{object-fit:cover;border-radius:50%;width:16px;height:16px}.lightbox-artist-name{letter-spacing:.02em;text-transform:lowercase;color:#ffffffd9;font-size:11px}.lightbox-meta-title{margin-bottom:2px;font-size:13px;font-weight:500}.lightbox-meta-desc{color:#ffffffbf;margin:0 0 4px;font-size:11px}.lightbox-meta-tags{color:#fff9;text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-bottom:4px;font-size:10px;display:flex}@media (width<=640px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:2px;padding:2px}.gallery-header{row-gap:10px;padding:14px 16px}.gallery-back{flex:1 0 100%}.gallery-header-actions{flex:1 0 100%;grid-template-columns:auto 1fr auto;gap:10px;display:grid}.gallery-search{min-width:0}.gallery-search.is-open .gallery-search-input{width:100%;min-width:0}.filter-modal{max-width:none}.lightbox-meta{max-width:60vw;bottom:12px;right:12px}}.hero{justify-content:center;align-items:center;width:100%;height:100svh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#00000026,#00000059);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;pointer-events:none;position:relative}.hero-content h1{letter-spacing:-.02em;text-transform:lowercase;text-shadow:0 4px 24px #0006;cursor:pointer;pointer-events:auto;background:0 0;border:none;padding:0;font-size:clamp(72px,18vw,220px);transition:color .6s,font-family .6s}@media (width<=1024px){.hero-content h1{font-size:clamp(56px,24vw,140px)}}@media (width<=480px){.hero-content h1{font-size:clamp(40px,22vw,88px)}}.title-variant-0{color:#fff;font-family:system-ui,Segoe UI,Roboto,sans-serif}.title-variant-1{color:#ffd166;font-family:Georgia,Times New Roman,serif}.title-variant-2{color:#06d6a0;font-family:Courier New,ui-monospace,monospace}.title-variant-3{color:#ef476f;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.title-variant-4{color:#118ab2;font-family:Brush Script MT,cursive}
