:root{--md-sys-color-primary: #B0C4D8;--md-sys-color-on-primary: #1C2F3F;--md-sys-color-primary-container: #374A5C;--md-sys-color-on-primary-container: #D3E4F6;--md-sys-color-secondary: #A3B8CC;--md-sys-color-on-secondary: #0D1F30;--md-sys-color-secondary-container: #2A3E52;--md-sys-color-on-secondary-container: #C2D6EB;--md-sys-color-tertiary: #8FA8BF;--md-sys-color-on-tertiary: #182A3C;--md-sys-color-tertiary-container: #354A5E;--md-sys-color-on-tertiary-container: #B8D1E9;--md-sys-color-error: #FFB4AB;--md-sys-color-on-error: #690005;--md-sys-color-error-container: #93000A;--md-sys-color-on-error-container: #FFDAD6;--md-sys-color-surface: #111418;--md-sys-color-on-surface: #E1E2E6;--md-sys-color-surface-variant: #42474E;--md-sys-color-on-surface-variant: #C2C7CE;--md-sys-color-surface-container-lowest: #0C0F13;--md-sys-color-surface-container-low: #191C20;--md-sys-color-surface-container: #1D2024;--md-sys-color-surface-container-high: #282A2F;--md-sys-color-surface-container-highest: #33353A;--md-sys-color-outline: #8C9199;--md-sys-color-outline-variant: #42474E;--md-sys-color-inverse-surface: #E1E2E6;--md-sys-color-inverse-on-surface: #2E3035;--md-sys-color-inverse-primary: #516375;--md-sys-elevation-1: 0 1px 3px 1px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.3);--md-sys-elevation-2: 0 2px 6px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.3);--md-sys-elevation-3: 0 4px 8px 3px rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.3);--md-sys-typescale-display-large: 500 3.5625rem/4rem "Inter", sans-serif;--md-sys-typescale-headline-large: 400 2rem/2.5rem "Inter", sans-serif;--md-sys-typescale-headline-medium: 400 1.75rem/2.25rem "Inter", sans-serif;--md-sys-typescale-title-large: 500 1.375rem/1.75rem "Inter", sans-serif;--md-sys-typescale-title-medium: 500 1rem/1.5rem "Inter", sans-serif;--md-sys-typescale-body-large: 400 1rem/1.5rem "Inter", sans-serif;--md-sys-typescale-body-medium: 400 .875rem/1.25rem "Inter", sans-serif;--md-sys-typescale-body-small: 400 .75rem/1rem "Inter", sans-serif;--md-sys-typescale-label-large: 500 .875rem/1.25rem "Inter", sans-serif;--md-sys-shape-corner-none: 0;--md-sys-shape-corner-extra-small: 4px;--md-sys-shape-corner-small: 8px;--md-sys-shape-corner-medium: 12px;--md-sys-shape-corner-large: 16px;--md-sys-shape-corner-extra-large: 28px;--md-sys-shape-corner-full: 9999px;--md-sys-motion-easing-standard: cubic-bezier(.2, 0, 0, 1);--md-sys-motion-easing-emphasized: cubic-bezier(.2, 0, 0, 1);--md-sys-motion-duration-short1: 50ms;--md-sys-motion-duration-short2: .1s;--md-sys-motion-duration-short3: .15s;--md-sys-motion-duration-short4: .2s;--md-sys-motion-duration-medium1: .25s;--md-sys-motion-duration-medium2: .3s;--md-sys-motion-duration-medium3: .35s;--md-sys-motion-duration-medium4: .4s;--md-sys-motion-duration-long1: .45s;--md-sys-motion-duration-long2: .5s;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--reading-width: 65ch;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box}html{font:var(--md-sys-typescale-body-large);color:var(--md-sys-color-on-surface);background:var(--md-sys-color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}a{color:var(--md-sys-color-primary);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--md-sys-color-surface-container)}::-webkit-scrollbar-thumb{background:var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-full)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.collections-listing{max-width:900px;margin:0 auto}.page-title{font:var(--md-sys-typescale-headline-medium);color:var(--md-sys-color-on-surface);margin:0 0 var(--space-6)}.placeholder-text{font:var(--md-sys-typescale-body-large);color:var(--md-sys-color-outline);font-style:italic}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-4)}.collection-card{display:block;padding:var(--space-4) var(--space-6);background:var(--md-sys-color-surface-container);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-large);text-decoration:none;color:var(--md-sys-color-on-surface);transition:background var(--md-sys-motion-duration-short4) var(--md-sys-motion-easing-standard)}.collection-card:hover{background:var(--md-sys-color-surface-container-high);text-decoration:none}.collection-card__header{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.collection-card__name{font:var(--md-sys-typescale-title-large);color:var(--md-sys-color-primary);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-card__description{font:var(--md-sys-typescale-body-medium);color:var(--md-sys-color-on-surface-variant);margin:0 0 var(--space-2)}.collection-card__meta{font:var(--md-sys-typescale-body-small);color:var(--md-sys-color-outline);display:flex;gap:var(--space-2);flex-wrap:wrap}.privacy-badge{font:var(--md-sys-typescale-body-small);padding:2px var(--space-3);border-radius:var(--md-sys-shape-corner-full);text-transform:capitalize;white-space:nowrap;flex-shrink:0}.privacy-badge--public{background:#48a86c26;color:#48a86c}.privacy-badge--unrevealed{background:#daa52026;color:#daa520}.privacy-badge--hidden{background:#ff646426;color:#ff6464}.privacy-badge--private{background:#8c919926;color:var(--md-sys-color-outline)}@media(max-width:768px){.collections-grid{grid-template-columns:1fr}}
