:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--background:#fff;--foreground:#09090b;--muted-foreground:#71717a;--surface:#fff;--surface-2:#fafafa;--border:#e4e4e7;--soft:#f4f4f5;--topbar:#ffffffd1;--shadow:0 1px 2px #0f172a0f;--shadow-lg:0 24px 48px #0f172a14;--header-height:48px;--page-side:0px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#09090b;--muted-foreground:#71717a;--surface:#fff;--surface-2:#fafafa;--border:#e4e4e7;--soft:#f4f4f5;--topbar:#ffffffd1;--shadow:0 1px 2px #0f172a0f;--shadow-lg:0 24px 48px #0f172a14}@media (prefers-color-scheme:dark){:root{--background:#111214;--foreground:#fafafa;--muted-foreground:#a1a1aa;--surface:#18181b;--surface-2:#202024;--border:#2a2a2f;--soft:#232327;--topbar:#111214d6;--shadow:0 1px 2px #00000059;--shadow-lg:0 18px 40px #00000040}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#111214;--foreground:#fafafa;--muted-foreground:#a1a1aa;--surface:#18181b;--surface-2:#202024;--border:#2a2a2f;--soft:#232327;--topbar:#111214d6;--shadow:0 1px 2px #00000059;--shadow-lg:0 18px 40px #00000040}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}.app-frame{background:radial-gradient(circle at top, #94a3b814, transparent 28%), var(--background);min-height:100svh}.topbar{z-index:20;height:calc(env(safe-area-inset-top,0px) + var(--header-height));padding:calc(env(safe-area-inset-top,0px) + 4px) 4px 4px;background:var(--topbar);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);justify-content:flex-start;align-items:center;gap:4px;display:flex;position:fixed;inset:0 0 auto}.topbar h1{text-align:left;letter-spacing:-.02em;flex:1;margin:0;font-size:14px;font-weight:600;line-height:40px}.header-button,.icon-action{color:var(--foreground);background:0 0;border:0;border-radius:999px;place-items:center;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:grid}.header-button{width:40px;height:40px}.icon-action{width:48px;height:48px}.header-button svg,.icon-action svg,.fact-icon svg,.tag-pill svg,.theme-segment svg{stroke-width:2px;width:18px;height:18px}.feed{scroll-snap-type:y mandatory;scrollbar-width:none;height:100svh;overflow-y:auto}.feed::-webkit-scrollbar{display:none}.feed-card{min-height:100svh;padding-top:calc(env(safe-area-inset-top,0px) + var(--header-height));padding-bottom:env(safe-area-inset-bottom,0px);scroll-snap-align:start;scroll-snap-stop:always;place-items:stretch center;display:grid}.card-shell{width:min(100%,440px);height:calc(100svh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - var(--header-height));border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-lg);border-radius:16px;grid-template-rows:auto 1fr;display:grid;overflow:hidden}.card-poster{aspect-ratio:4/3;object-fit:cover;object-position:center;border-bottom:1px solid var(--border);width:100%;display:block}.card-details{grid-template-rows:auto auto auto 1fr auto;gap:24px;min-height:0;padding:16px;display:grid;overflow:hidden}.title-row{align-items:flex-start;gap:8px;display:flex}.title-stack{flex:1;min-width:0}.card-title{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:500;line-height:1.3}.organizer-row{color:var(--muted-foreground);align-items:center;gap:6px;margin-top:4px;font-size:14px;line-height:1.2;display:inline-flex}.organizer-badge{background:var(--foreground);width:20px;height:20px;color:var(--surface);border-radius:999px;place-items:center;font-size:9px;font-weight:700;display:grid;position:relative;overflow:hidden}.organizer-badge[data-fallback]:after{content:attr(data-fallback);place-items:center;display:grid;position:absolute;inset:0}.organizer-favicon{object-fit:cover;border-radius:999px;width:100%;height:100%}.icon-action{border:1px solid var(--border);background:0 0;flex:none;text-decoration:none}.icon-action svg{width:22px;height:22px}.card-summary{color:var(--muted-foreground);margin:-8px 0 0;font-size:16px;line-height:1.5}.facts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.fact{align-items:center;gap:8px;min-width:0;display:flex}.fact-full{grid-column:1/-1}.fact-icon{background:var(--soft);width:40px;height:40px;color:var(--muted-foreground);border-radius:999px;flex:none;place-items:center;display:grid}.fact-copy{min-width:0}.fact-label{color:var(--muted-foreground);font-size:14px;font-weight:600;line-height:1;display:block}.fact-value{color:var(--foreground);margin-top:4px;font-size:14px;line-height:1.5;display:block}.tag-row{flex-wrap:wrap;align-self:end;gap:8px;margin-top:auto;display:flex}.tag-pill{border:1px solid var(--border);background:var(--surface);min-height:28px;color:var(--muted-foreground);border-radius:999px;align-items:center;gap:6px;padding:4px 10px 4px 8px;font-size:14px;line-height:1;display:inline-flex}.header-button:hover,.icon-action:hover,.tag-pill:hover,.theme-option:hover,.sidebar-link:hover{background:var(--soft)}.header-button:active,.icon-action:active{transform:scale(.97)}.header-button:focus-visible,.icon-action:focus-visible,.theme-option:focus-visible,.sidebar-link:focus-visible{outline:2px solid color-mix(in srgb, var(--foreground) 20%, transparent);outline-offset:2px}.sidebar-backdrop{z-index:24;opacity:0;pointer-events:none;background:#00000061;transition:opacity .18s;position:fixed;inset:0}.sidebar-backdrop.is-open{opacity:1;pointer-events:auto}.sidebar{z-index:25;pointer-events:none;width:min(86vw,320px);position:fixed;inset:0 auto 0 0}.sidebar.is-open{pointer-events:auto}.sidebar-panel{height:100%;padding:calc(env(safe-area-inset-top,0px) + 24px) 16px calc(env(safe-area-inset-bottom,0px) + 24px);background:var(--surface);border-right:1px solid var(--border);box-shadow:var(--shadow-lg);flex-direction:column;gap:24px;transition:transform .18s;display:flex;transform:translate(-100%)}.sidebar.is-open .sidebar-panel{transform:translate(0)}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-header{justify-content:space-between;align-items:center;display:flex}.sidebar-title{letter-spacing:-.03em;font-size:16px;font-weight:600}.sidebar-link{min-height:48px;color:var(--foreground);border-radius:12px;align-items:center;padding:0 12px;text-decoration:none;display:flex}.sidebar-link.is-active{background:var(--soft)}.theme-section{flex-direction:column;gap:12px;display:flex}.theme-label{color:var(--muted-foreground);margin:0;font-size:14px;font-weight:600}.theme-segmented{background:var(--soft);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;display:inline-grid}.theme-segment{min-height:36px;color:var(--muted-foreground);background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:0 10px;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.theme-segment.is-selected{background:var(--surface);color:var(--foreground);box-shadow:var(--shadow)}.sidebar-contact{color:var(--muted-foreground);margin:auto 0 0;font-size:14px;line-height:1.5}.sidebar-disclaimer{color:var(--muted-foreground);margin:8px 0 0;font-size:12px;line-height:1.5}.empty-state{place-items:center;display:grid}.empty-copy{text-align:center;padding:24px}.empty-copy h2{margin:0 0 8px;font-size:20px}.empty-copy p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:1.5}@media (min-width:441px){.feed-card{justify-items:center}}
