@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap";.entity-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));padding:1rem;position:relative;z-index:0}.entity-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease;position:relative;z-index:0}.entity-card:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.thumb{position:relative;background:var(--surface-muted);aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-weight:600;letter-spacing:.02em;background-size:cover;background-position:center;background-repeat:no-repeat}.thumb.fill{background-size:cover}.thumb.letterbox{background-size:cover;background-color:transparent}.placeholder{font-size:1rem}.entity-meta{padding:1rem;display:flex;flex-direction:column;gap:.35rem}.entity-id{font-size:.9rem;color:var(--text-secondary)}.entity-tags{display:flex;gap:.4rem;flex-wrap:wrap}.tag{background:var(--surface-muted);color:var(--text-primary);border-radius:999px;padding:.2rem .65rem;font-size:.8rem;font-weight:600}.tag.muted{color:var(--text-secondary)}.empty{padding:1.25rem;color:var(--text-secondary)}.thumb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#000000a6);color:#f8fafc;display:flex;flex-direction:column;justify-content:flex-end;padding:.75rem;gap:.35rem}.overlay-title{font-weight:700;font-size:1rem}.overlay-tags{display:inline-flex;gap:.35rem;flex-wrap:wrap}.overlay-tags .tag{background:#0f172aa6;color:#f8fafc;border:1px solid rgba(226,232,240,.5);border-radius:999px;padding:.2rem .65rem}.overlay-tags .tag.muted{color:#e2e8f0}.overlay-id{font-size:.85rem;color:#e2e8f0}.overlay-meta{font-size:.85rem;color:#cbd5e1}.icon-edit{position:absolute;top:.5rem;right:.5rem;border:1px solid rgba(226,232,240,.8);background:#000000a6;color:#f8fafc;border-radius:999px;padding:.3rem .6rem;font-weight:800;line-height:1;font-size:1.05rem;display:inline-flex;align-items:center;justify-content:center;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;z-index:2}.icon-edit:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.icon-follow{align-self:flex-start;border:1px solid rgba(226,232,240,.6);background:#0f172ab3;color:#e2e8f0;border-radius:999px;padding:.25rem .55rem;font-weight:700;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease;display:inline-flex;align-items:center;justify-content:center;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.icon-follow.public{background:#0f172a40;color:#e2e8f0}.icon-follow.active{background:var(--accent);border-color:var(--accent);color:#0f172a}.icon-follow:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.icon-follow .icon-star{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5px}.icon-follow.active .icon-star{fill:currentColor;stroke:currentColor}:root{color-scheme:light dark;--surface: #ffffff;--surface-muted: #f8fafc;--border: #e2e8f0;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--shadow-soft: 0 4px 12px rgba(15, 23, 42, .06);--accent: #5ec26e;--radius: 12px;--section-gap: 1rem;font-family:"Source Sans 3",Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;background-color:var(--surface-muted);color:var(--text-primary)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--surface: #0b1220;--surface-muted: #0f172a;--border: #1f2937;--text-primary: #e2e8f0;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .3)}}[data-theme=light]{color-scheme:light}[data-theme=dark]{--surface: #0b1220;--surface-muted: #0f172a;--border: #1f2937;--text-primary: #e2e8f0;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .3);color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--surface-muted);color:var(--text-primary)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;display:flex;flex-direction:column;padding:var(--section-gap) 0 1rem;gap:var(--section-gap)}.app-main.snap-disabled .snap-stack{scroll-snap-type:none}.app-main.snap-disabled .snap-section{scroll-snap-align:none}.app-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:58px;padding:.4rem .8rem;border-bottom:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-brand{display:flex;flex-direction:column;align-items:center;gap:.35rem}.brand-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.2rem .35rem;transition:background .15s ease,transform .15s ease}.brand-link:hover{background:var(--surface-muted);transform:translateY(-1px)}.brand-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.brand-wordmark{display:block;width:clamp(100px,10.5vw,140px);height:auto;object-fit:contain}.brand-text{margin-top:.1rem;max-width:520px;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cta-block{display:flex;flex-direction:column;gap:.35rem;min-width:180px;justify-content:center}.cta-block.align-left{align-items:flex-start}.cta-block.align-right{align-items:flex-end}.cta-block.is-centered{align-items:center;text-align:center}.cta-block.is-spacer{min-height:48px}.cta-actions{display:inline-flex;gap:.5rem;align-items:center;justify-content:center;width:100%}.theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:999px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;transition:background .15s ease,transform .15s ease}.theme-toggle:hover{background:var(--surface-muted);transform:translateY(-1px)}@media(max-width:960px){.app-header{flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem}.cta-block{min-width:0;flex:1 1 100%}.cta-block.align-left,.cta-block.align-right{align-items:center;text-align:center}.cta-actions{justify-content:center}}@media(max-width:560px){.app-header{min-height:50px;padding:.3rem .58rem}.brand-link{padding:.15rem .25rem}.brand-wordmark{width:min(37vw,114px)}}.dev-section{margin:var(--section-gap) 0 0 0;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);display:flex;gap:1rem;flex-wrap:wrap;align-items:center;width:100%}.dev-row{display:flex;gap:.35rem;align-items:center}.snap-stack{display:flex;flex-direction:column;gap:1rem;scroll-snap-type:y proximity}.snap-section{scroll-snap-align:start}a{color:inherit;text-decoration:none}:target{scroll-margin-top:72px}.detail-value .detail-link{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;display:inline-flex;gap:.35rem;align-items:center}.detail-value .detail-link:hover{text-decoration-thickness:2px;filter:brightness(1.08)}.detail-value .detail-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.detail-value .detail-link-icon{font-size:.75rem;color:var(--text-secondary)}button{cursor:pointer}.page{min-height:100vh;background:var(--surface-muted)}.page-header{padding:1.25rem 1rem .5rem;display:flex;flex-direction:column;gap:.35rem}.eyebrow{margin:0;color:var(--text-secondary);font-weight:600;letter-spacing:.01em}.title{margin:0;font-size:1.6rem;font-weight:700}.subtitle{margin:0;color:var(--text-muted);font-size:.95rem}.app-title{font-size:1.5rem;font-weight:800;text-align:center;margin:0}.layout-stack{display:flex;flex-direction:column;gap:var(--section-gap);padding:0 1rem 1.5rem;position:relative;z-index:1}.intinfo{color:#16a34a;font-style:italic}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1rem;position:relative;z-index:1;width:100%}.banner{border-radius:var(--radius)}.form{display:flex;flex-direction:column;gap:.75rem}.form-header{display:flex;flex-direction:column;gap:.5rem}.form-grid{display:grid;gap:.75rem}@media(min-width:640px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.field{display:flex;flex-direction:column;gap:.35rem}.field-inline{display:flex;align-items:center;gap:.5rem}.field-header{justify-content:space-between;width:100%}.field.stack{gap:.4rem}.label{font-size:.95rem;color:var(--text-secondary);font-weight:600}input,select,textarea{width:100%;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted);color:var(--text-primary);font:inherit}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}textarea{resize:vertical}.helper{font-size:.85rem;color:var(--text-secondary)}.helper.error{color:#b91c1c}.helper.success{color:#16a34a}.form-actions{display:flex;justify-content:center}.btn{border:1px solid var(--border);border-radius:999px;padding:.55rem 1rem;font-weight:700;background:var(--surface-muted);color:var(--text-primary)}.btn.primary{background:var(--accent);color:#0f172a;border-color:var(--accent)}.btn:disabled{opacity:.6;cursor:not-allowed}.banner{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;box-shadow:var(--shadow-soft);margin:0;width:100%}.banner.error{border-color:#b91c1c;color:#b91c1c}.banner.info{border-color:#0ea5e9;color:#0ea5e9}.banner.muted{color:var(--text-muted)}.mode-toggle{display:inline-flex;gap:.5rem;padding:.5rem 1rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);margin:0 auto 1rem;box-shadow:var(--shadow-soft)}.pill{border:1px solid transparent;border-radius:999px;padding:.35rem .9rem;font-weight:700;background:transparent;color:var(--text-primary)}.pill.active{background:#0f172a;color:#f8fafc;border-color:#0f172a}.pill.follow{align-self:flex-start;margin-top:.4rem;background:#0f172aa6;color:#f8fafc;border:1px solid rgba(226,232,240,.5)}.pill.follow.active{background:#16a34a;border-color:#16a34a;color:#f8fafc}.stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin:.5rem 0 1rem}.step{border:1px solid var(--border);background:var(--surface-muted);color:var(--text-secondary);border-radius:var(--radius);padding:.5rem .75rem;cursor:pointer}.step.active{background:#0ea5e9;color:#0b1220;border-color:#0ea5e9}.step-panel{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;background:var(--surface-muted)}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem}.detail-item{border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .6rem;background:var(--surface)}.detail-label{font-size:.8rem;color:var(--text-muted);margin-bottom:.15rem}.detail-value{font-weight:600;color:var(--text-primary)}.checkbox{display:inline-flex;gap:.25rem;align-items:center;font-size:.9rem;margin:0}.checkbox input{width:auto;padding:0;border:0;background:transparent;border-radius:0}.notify-checkbox{margin:0;flex-shrink:0}.contact-card{display:grid;gap:.75rem}.capture-header{display:flex;flex-direction:column;gap:.35rem}@media(min-width:640px){.capture-header{flex-direction:row;align-items:center;justify-content:space-between}}.capture-actions{display:flex;flex-direction:column;gap:.35rem}@media(min-width:640px){.capture-actions{flex-direction:row;align-items:center;justify-content:space-between}}.capture-buttons{display:flex;gap:.5rem;justify-content:flex-end}.capture-collapsed{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.gated{opacity:.65;pointer-events:none}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;font-size:.85rem;background:var(--surface-muted);border:1px solid var(--border);color:var(--text-secondary)}.accordion-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface-muted)}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;background:transparent;border:none;color:inherit;font-weight:700;cursor:pointer}.accordion-panel{border-top:1px solid var(--border);padding:.75rem .9rem;background:var(--surface)}.pill.alert{background:#f59e0b;color:#0b1220;border-color:#f59e0b}.template-body{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted);padding:.75rem;margin:.5rem 0}.template-body pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:SF Mono,Consolas,ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:.95rem}.banner.notice{border-color:#f59e0b;color:#92400e;background:#f59e0b14}.toast-stack{position:fixed;right:1rem;bottom:1rem;display:grid;gap:.5rem;z-index:20}.toast{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);min-width:240px}.toast.info{border-color:#0ea5e9}.toast.warn{border-color:#f59e0b}.toast.error{border-color:#b91c1c}.carousel-section{overflow:hidden;padding-top:.35rem;position:relative}.section-strip{height:28px;border-radius:8px;background:linear-gradient(90deg,#ffffff0f,#5ec26e47);display:flex;align-items:center;padding:0 .8rem;font-weight:600;color:var(--text-primary);margin:0 .35rem .25rem}[data-theme=dark] .section-strip{background:linear-gradient(90deg,#0f172a99,#5ec26e2e);color:#e2e8f0}.carousel-header{display:none}.carousel-body{position:relative;display:flex;align-items:center}.carousel-track{display:inline-flex;gap:.75rem;overflow-x:auto;scroll-behavior:smooth;padding:.75rem .5rem .25rem;background:transparent}.carousel-track::-webkit-scrollbar{height:8px}.carousel-track::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.carousel-card{min-width:220px;max-width:240px;flex:0 0 240px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.carousel-thumb{position:relative;aspect-ratio:16/9;background:var(--surface-muted);background-size:cover;background-position:center;background-repeat:no-repeat}.carousel-card .thumb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000040,#000000a6);color:#f8fafc;display:flex;flex-direction:column;justify-content:flex-end;padding:.65rem;gap:.3rem}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:999px;border:1px solid var(--border);background:#0f172acc;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);z-index:2}.carousel-nav:hover{background:#0f172af2}.carousel-nav.prev{left:.25rem}.carousel-nav.next{right:.25rem}@media(max-width:640px){.carousel-card{min-width:200px}}.spotlight-hero{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-soft);height:min(calc(100dvh - var(--header-height, 96px) - (var(--section-gap) * 2)),clamp(520px,65dvh,720px));min-height:320px}.hero-media{position:absolute;inset:0}.hero-media-bg{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;filter:blur(40px);transform:scale(1.1);opacity:.6}.hero-media-low-res .hero-media-bg{filter:blur(50px);opacity:.72}.hero-media-overlay{position:absolute;inset:0;background:linear-gradient(120deg,#080f1ecc,#080f1e73 45%,#080f1e40)}.hero-media-img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center}.hero-media-placeholder{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;color:#f8fafc;font-weight:700;background:#080f1e59}.spotlight-copy{position:absolute;left:1.25rem;right:1.25rem;bottom:1.1rem;z-index:3;color:#f8fafc;max-width:min(640px,80%)}.spotlight-copy .subtitle{color:#f8fafcdb;text-shadow:0 2px 10px rgba(0,0,0,.6)}.hero-title{margin:.2rem 0 0;font-size:clamp(1.5rem,2.2vw,2.1rem);text-shadow:0 2px 8px rgba(0,0,0,.55)}.spotlight-actions{display:flex;gap:.5rem;margin-top:.65rem;flex-wrap:wrap}.spotlight-hero .icon-star{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5px}.spotlight-dots{position:absolute;right:1rem;bottom:1rem;z-index:4;display:inline-flex;gap:.35rem;align-self:center}.spotlight-dot{width:12px;height:12px;border-radius:999px;border:1px solid #e2e8f0;background:transparent;cursor:pointer;transition:all .15s ease}.spotlight-dot.active{background:var(--accent);border-color:var(--accent)}.spotlight-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:1px solid var(--border);background:#0f172ab3;color:#f8fafc;z-index:4;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:var(--shadow-soft)}.spotlight-arrow:hover{background:#0f172ae6}.spotlight-prev{left:.75rem}.spotlight-next{right:.75rem}@media(max-width:1024px){.spotlight-hero{height:min(calc(100dvh - var(--header-height, 96px) - (var(--section-gap) * 2)),clamp(420px,55dvh,620px))}}@media(max-width:640px){.spotlight-copy{max-width:min(560px,100%);left:.85rem;right:.85rem;bottom:.85rem}.spotlight-arrow{width:34px;height:34px}}.footer{border-top:1px solid var(--border);padding:1rem 1.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;background:var(--surface);margin-top:1rem}.footer-brandmark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:800;letter-spacing:.05em;background:#5ec26e2e;color:#0f172a}.footer-brand .footer-brandmark{background:#5ec26e2e;color:#0f172a}.footer-admin .footer-brandmark{background:#94a3b840;color:var(--text-primary)}.footer-left{display:flex;align-items:center;gap:.75rem}.footer-title{margin:0;font-weight:700}.footer-text{margin:.1rem 0 0;color:var(--text-secondary);font-size:.95rem}.footer-label{margin:0 0 .15rem;font-weight:700;font-size:.95rem}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem 1.25rem;align-items:start}.footer-socials{display:inline-flex;gap:.5rem}.footer-icon{display:inline-flex;padding:.35rem;border-radius:10px;transition:background .15s ease,color .15s ease;color:inherit}.footer-icon svg{width:18px;height:18px;fill:currentColor}.footer.footer-brand .footer-icon:hover{background:#5ec26e24;color:#5ec26e}.footer.footer-admin .footer-icon:hover{background:#94a3b833}.footer-right{justify-self:end}@media(max-width:800px){.footer{grid-template-columns:1fr;align-items:start}.footer-right{justify-self:start}}
