.examples-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:36px;max-width:1120px;padding:22px 0 46px;display:grid}.examples-hero h1{text-wrap:balance;max-width:720px;margin-bottom:18px;font-size:clamp(2.8rem,4.5vw,4.25rem);line-height:1}.examples-hero-copy>p:last-child{max-width:640px;color:var(--page-text-muted);margin:0;font-size:1.05rem;line-height:1.7}.examples-new-model{min-height:var(--control-height);background:var(--page-text);color:var(--page-surface);border-radius:7px;justify-content:center;align-items:center;gap:9px;padding:0 16px;font-weight:750;text-decoration:none;display:inline-flex}.examples-new-model:hover{background:var(--page-accent)}.examples-new-model span{font-size:1.1rem;font-weight:500}.example-domain-nav{border-block:1px solid var(--page-border);justify-content:space-between;align-items:center;gap:24px;min-height:58px;display:flex}.example-domain-nav>span{color:var(--page-text-muted);flex:none;font-size:.75rem;font-weight:750}.example-domain-nav>div{align-items:center;gap:6px 24px;min-width:0;display:flex}.example-domain-nav a{color:var(--page-text);align-items:center;gap:7px;padding:18px 0;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.example-domain-nav a:hover{color:var(--page-accent)}.example-domain-nav small{box-sizing:border-box;background:var(--page-surface-muted);min-width:20px;height:20px;color:var(--page-text-muted);border-radius:999px;place-items:center;padding:0 6px;font-size:.68rem;display:inline-grid}.example-library{gap:68px;padding-top:58px;display:grid}.example-section{scroll-margin-top:96px}.example-section-heading{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:20px;display:flex}.example-section-heading h2{letter-spacing:-.02em;margin:0;font-size:1.45rem}.example-section-heading>span{color:var(--page-text-muted);font-size:.78rem}.example-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.example-card{border:1px solid var(--page-border);background:var(--page-surface);border-radius:9px;min-width:0;transition:border-color .16s,box-shadow .16s;overflow:hidden}.example-card:hover{border-color:color-mix(in srgb, var(--page-accent) 48%, var(--page-border));box-shadow:0 14px 34px #11151412}.example-visual{aspect-ratio:16/10;border-bottom:1px solid var(--page-border);background:color-mix(in srgb, var(--phys-background) 88%, var(--page-surface-muted));place-items:center;margin:0;padding:10px;display:grid;position:relative;overflow:hidden}.example-visual>span{display:contents}.example-visual svg{width:100%;height:100%;display:block}.example-copy{box-sizing:border-box;grid-template-rows:auto auto 1fr;min-height:126px;padding:16px 18px 14px;display:grid}.example-meta{color:var(--page-text-muted);justify-content:space-between;align-items:center;gap:12px;font:700 .68rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.example-kind{color:var(--page-accent)}.example-kind-presentation,.example-kind-static{color:var(--page-text-muted)}.example-copy h3{letter-spacing:-.015em;margin:6px 0 16px;font-size:1.08rem;line-height:1.35}.example-card-footer{justify-content:space-between;align-self:end;align-items:center;gap:12px;display:flex}.example-open{color:var(--page-text);align-items:center;gap:8px;font-size:.82rem;font-weight:750;text-decoration:none;display:inline-flex}.example-open:hover{color:var(--page-accent)}.example-open span{transition:transform .16s}.example-open:hover span{transform:translate(2px)}.example-source-open{cursor:pointer;color:var(--page-text-muted);background:0 0;border:0;align-items:center;padding:0;font-family:inherit;font-size:.76rem;font-weight:650;display:inline-flex}.example-source-open:hover{color:var(--page-accent)}.example-source-dialog{border:1px solid var(--page-border);background:var(--page-surface);width:min(100% - 40px,560px);max-width:none;height:calc(100dvh - 72px);max-height:none;color:var(--page-text);border-radius:9px 0 0;margin:0;padding:0;position:fixed;inset:72px 0 0 auto;overflow:hidden;box-shadow:0 20px 56px #1115142e}.example-source-dialog[open]{animation:.18s ease-out example-source-enter}@keyframes example-source-enter{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.example-source-panel{grid-template-rows:auto minmax(0,1fr) auto;height:100%;display:grid}.example-source-panel>header{border-bottom:1px solid var(--page-border);justify-content:space-between;align-items:center;gap:24px;padding:17px 20px;display:flex}.example-source-panel>header>div{min-width:0}.example-source-panel>header span:first-child{color:var(--page-accent);font:700 .68rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.example-source-panel h2{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:1rem;overflow:hidden}.example-source-panel>header button{border:1px solid var(--page-border);background:var(--page-surface);cursor:pointer;width:34px;height:34px;color:var(--page-text-muted);border-radius:6px;flex:none;place-items:center;font-family:inherit;font-size:1.35rem;font-weight:400;line-height:1;display:grid}.example-source-panel>header button:hover{border-color:var(--page-border-strong);color:var(--page-text)}.example-source-body{background:var(--astro-code-background);min-height:0;padding:20px;overflow:auto}.example-source-dialog .example-source pre{tab-size:2;white-space:pre-wrap;overflow-wrap:anywhere;border:0;border-radius:0;margin:0;padding:0;font-size:.86rem;line-height:1.65;overflow:visible;background:var(--astro-code-background)!important;color:var(--astro-code-foreground)!important}.example-source-dialog .example-source code{display:block}.example-source-panel>footer{border-top:1px solid var(--page-border);justify-content:flex-end;padding:13px 20px;display:flex}.example-source-panel>footer a{color:var(--page-text);align-items:center;gap:8px;font-size:.82rem;font-weight:750;text-decoration:none;display:inline-flex}.example-source-panel>footer a:hover{color:var(--page-accent)}.examples-service{background:var(--page-surface-muted);border-radius:9px;justify-content:space-between;align-items:center;gap:24px;margin-top:72px;padding:22px 24px;display:flex}.examples-service p{color:var(--page-text-muted);margin:0}.examples-service a{color:var(--page-text);align-items:center;gap:8px;font-size:.86rem;font-weight:750;text-decoration:none;display:inline-flex}@media (width<=1040px){.example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.examples-hero{grid-template-columns:1fr;align-items:start;padding-bottom:36px}.examples-hero h1{max-width:11ch;font-size:clamp(2.35rem,10vw,3rem)}.examples-new-model{width:fit-content}.example-domain-nav{padding-top:14px;display:block;overflow:hidden}.example-domain-nav>div{scrollbar-width:none;overflow-x:auto}.example-domain-nav>div::-webkit-scrollbar{display:none}.example-library{gap:54px;padding-top:44px}.example-grid{grid-template-columns:1fr}.example-copy{min-height:122px}.examples-service{flex-direction:column;align-items:start}.example-source-dialog{border-radius:9px;width:calc(100% - 16px);height:auto;max-height:min(68dvh,620px);inset:auto 8px 8px}.example-source-dialog[open]{animation-name:example-source-enter-mobile}@keyframes example-source-enter-mobile{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.example-source-panel{height:auto;max-height:min(68dvh,620px)}.example-source-body{max-height:calc(min(68dvh,620px) - 130px);padding:16px}}
