:root,:root[data-theme=dark]{color-scheme:dark;--bg: hsl(0 0% 7%);--fg: #e5e7eb;--muted: #b0b0b0;--title-muted: #b0b0b0;--accent: #93c5fd;--card: hsl(0 0% 11%);--border: hsl(0 0% 22%)}:root[data-theme=light]{color-scheme:light;--bg: #f0f1f4;--fg: #1a1d22;--muted: #5c6370;--title-muted: #4a5568;--accent: #1d4ed8;--card: #ffffff;--border: #d1d5db}:root{--font-display: "Special Elite", serif;--font-ui: Inter, "Helvetica Neue", Arial, sans-serif;font-family:var(--font-display);line-height:1.5;font-weight:400;font-size:10pt;background:var(--bg);color:var(--fg)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}code{font-family:ui-monospace,monospace;font-size:.95em}.app{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1;padding:clamp(1.25rem,4vw,2rem) 0 clamp(2rem,5vw,3rem)}.site-state{max-width:28rem;margin:2rem auto;padding:0 1.25rem;text-align:center;color:var(--muted);font-family:var(--font-ui)}.site-state--error{color:#fca5a5}.site-intro{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%}.site-tagline{margin:0 auto .35rem;box-sizing:border-box;width:100%;max-width:100%;padding-left:max(.35rem,env(safe-area-inset-left,0px));padding-right:max(.35rem,env(safe-area-inset-right,0px));text-align:center;font-family:var(--font-display);font-size:clamp(.95rem,2.2vw,1.15rem);letter-spacing:.06em;line-height:1.35;color:var(--title-muted)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;padding:0;border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.theme-toggle__icon{width:1.25rem;height:1.25rem}:root[data-theme=dark] .theme-toggle{background:#1a1a1a;border:1px solid hsl(0 0% 32%);color:#fff;box-shadow:0 0 0 1px #ffffff0f,0 1px 3px #00000073}:root[data-theme=dark] .theme-toggle:hover{background:#383838}:root[data-theme=light] .theme-toggle{background:#fff;border:1px solid hsl(214 32% 88%);color:#000;box-shadow:0 1px 2px #0f172a1a}:root[data-theme=light] .theme-toggle:hover{background:#f8fafc}.theme-toggle--below-card{align-self:center;margin-top:.75rem;margin-bottom:max(.5rem,env(safe-area-inset-bottom,0px))}.site-main--fallback{display:flex;flex-direction:column;align-items:center;gap:1rem}.carousel{width:100%;margin-top:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0 max(.75rem,calc(50vw - min(42vw,320px)))}.carousel__track{display:flex;gap:1rem;padding-bottom:.5rem}.carousel__slide{flex:0 0 min(84vw,640px);scroll-snap-align:center}.creation-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem 1.25rem 1.75rem;box-shadow:0 12px 40px #00000073;text-align:center}.creation-card__title{margin:0;line-height:1.12;font-family:var(--font-display);font-size:clamp(1.35rem,3.2vw,1.75rem);letter-spacing:.06em;color:var(--title-muted);font-weight:400}.creation-card__tagline{margin:.08rem 0 1rem;line-height:1.3;font-family:var(--font-ui);font-size:clamp(.9rem,1.6vw,1rem);letter-spacing:.04em;color:var(--muted)}.creation-card__section{margin-bottom:1.35rem;text-align:center}.creation-card__section:last-child{margin-bottom:0}.creation-card__section-label{margin:0 0 .5rem;font-family:var(--font-ui);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.creation-card__media{width:100%;max-width:100%;margin:0 auto}.creation-card__media img{width:100%;max-width:100%;height:auto;display:block;border-radius:8px;border:1px solid var(--border);background:#0d0d0d}.creation-card__placeholder{border-radius:8px;border:1px dashed var(--border);min-height:120px;display:grid;place-items:center;font-family:var(--font-ui);font-size:.85rem;color:var(--muted)}.creation-card__video{position:relative;width:100%;aspect-ratio:16 / 9;margin:0 auto;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:#000}.creation-card__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.creation-card__link-block{font-family:var(--font-ui);font-size:.9rem;word-break:break-word;line-height:1.45}.creation-card__link-block a{color:var(--accent);text-decoration:none}.creation-card__link-block a:hover{text-decoration:underline}.creation-card__muted{color:var(--muted)}.creation-card__note{color:var(--muted);font-size:.88em}
