@layer theme{:root,:host{--color-emerald-500:#00bb7f}@supports (color:lab(0% 0 0)){:root,:host{--color-emerald-500:lab(66.9756% -58.27 19.5419)}}}.docs-shell,.catalyst-shell,.examples-shell,.modules-shell,.simple-shell{--content-width:80rem;--content-padding:1rem}@media (min-width:768px){.docs-shell,.catalyst-shell,.examples-shell,.modules-shell,.simple-shell{--content-padding:1.5rem}}:where(.docs-shell .layout-shell__content),:where(.catalyst-shell .layout-shell__content),:where(.examples-shell .layout-shell__content),:where(.modules-shell .layout-shell__content),:where(.simple-shell .simple-shell__content){padding:var(--content-padding)}:where(.docs-shell .layout-shell__content>*),:where(.catalyst-shell .layout-shell__content>*),:where(.examples-shell .layout-shell__content>*),:where(.modules-shell .layout-shell__content>*),:where(.simple-shell .simple-shell__content>*){max-width:var(--content-width);width:100%;margin-inline:auto}:where(.docs-shell .layout-shell__content:has(>.core-page--bleed)),:where(.catalyst-shell .layout-shell__content:has(>.core-page--bleed)),:where(.examples-shell .layout-shell__content:has(>.core-page--bleed)),:where(.modules-shell .layout-shell__content:has(>.core-page--bleed)),:where(.simple-shell .simple-shell__content:has(>.core-page--bleed)){padding:0}:where(.docs-shell .layout-shell__content>.core-page--bleed),:where(.catalyst-shell .layout-shell__content>.core-page--bleed),:where(.examples-shell .layout-shell__content>.core-page--bleed),:where(.modules-shell .layout-shell__content>.core-page--bleed),:where(.simple-shell .simple-shell__content>.core-page--bleed){max-width:none}:where(.docs-shell .core-page--bleed>*),:where(.catalyst-shell .core-page--bleed>*),:where(.examples-shell .core-page--bleed>*),:where(.modules-shell .core-page--bleed>*),:where(.simple-shell .core-page--bleed>*){width:100%;max-width:none}.briefs-table{border-collapse:collapse;width:100%}.briefs-table th,.briefs-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:.75rem}.briefs-table th{color:var(--color-muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.briefs-table tr:last-child td{border-bottom:none}.briefs-table tr:hover td{background:oklch(from var(--color-muted)l c h/.5)}@media (max-width:640px){.briefs-table th:nth-child(n+4),.briefs-table td:nth-child(n+4){display:none}}.stage-journey{width:100%;padding:.5rem 0}.stage-journey__grid{grid-template-columns:repeat(var(--stage-count,5),1fr);grid-template-rows:auto auto;width:100%;display:grid}.stage-journey__cell{flex-direction:column;align-items:center;display:flex;position:relative}.stage-journey__cell--label{text-align:center;margin-top:.5rem}.stage-journey__label-card{border:1px solid var(--color-border);background:var(--color-muted)/.5;background:oklch(from var(--color-muted)l c h/.5);cursor:pointer;border-radius:.5rem;flex-direction:column;align-items:center;min-width:7rem;padding:.5rem .75rem;transition:all .2s;display:flex}.stage-journey__label-card:hover{background:oklch(from var(--color-muted)l c h/.8);border-color:oklch(from var(--color-primary)l c h/.3);box-shadow:0 4px 12px oklch(from var(--color-foreground)l c h/.08)}.stage-journey__label-card:focus{ring:2px solid var(--color-primary);box-shadow:0 0 0 2px oklch(from var(--color-primary)l c h/.2);outline:none}.stage-journey__label-card--current{border-color:oklch(from var(--color-primary)l c h/.3);background:oklch(from var(--color-primary)l c h/.08)}.stage-journey__label-card--current:hover{background:oklch(from var(--color-primary)l c h/.15);border-color:oklch(from var(--color-primary)l c h/.4);box-shadow:0 4px 12px oklch(from var(--color-primary)l c h/.15)}.stage-journey__dot{border:2px solid var(--color-border);background:var(--color-background);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .3s;display:flex;position:relative}.stage-journey__line{background:var(--color-border);border-radius:1px;height:2px;position:absolute;top:.6875rem;left:calc(50% + 1rem);right:calc(1rem - 50%)}.stage-journey__dot svg{stroke-width:2.5px}.stage-journey__dot--sm{width:1.25rem;height:1.25rem}.stage-journey__dot--complete{background:var(--color-emerald-500,#10b981);border-color:var(--color-emerald-500,#10b981);color:#fff}.stage-journey__dot--current{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-foreground);animation:2s ease-in-out infinite dot-pulse}.stage-journey__dot--current svg{animation:2s linear infinite icon-spin}@keyframes dot-pulse{0%,to{box-shadow:0 0 0 0 oklch(from var(--color-primary)l c h/.4)}50%{box-shadow:0 0 0 8px oklch(from var(--color-primary)l c h/0)}}@keyframes icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stage-journey__dot--future{background:var(--color-background);border-color:var(--color-border);color:var(--color-muted-foreground)}.stage-journey__dot--future svg{opacity:.5}.stage-journey__line--complete{background:var(--color-emerald-500,#10b981)}.stage-journey__line--progress{background:var(--color-primary);overflow:visible}.stage-journey__line--progress:after{content:"";background:var(--color-primary);width:8px;height:8px;box-shadow:0 0 6px 2px oklch(from var(--color-primary)l c h/.5);border-radius:50%;animation:1.5s ease-in-out infinite dot-travel;position:absolute;top:-3px;left:0}@keyframes dot-travel{0%{opacity:0;left:-4px}10%{opacity:1}90%{opacity:1}to{opacity:0;left:calc(100% - 4px)}}.stage-journey__timeline--mobile .stage-journey__dot-item{flex:1;align-items:center;display:flex}.stage-journey__timeline--mobile .stage-journey__dot-item:last-child{flex:0}.stage-journey__timeline--mobile .stage-journey__dot{width:1.25rem;height:1.25rem}.stage-journey__timeline--mobile .stage-journey__line{margin-inline:.25rem}.spec-card{cursor:pointer}@media (max-width:640px){.spec-cards-grid{grid-template-columns:1fr}}.brief-card{cursor:pointer}@media (max-width:640px){.brief-cards-grid{grid-template-columns:1fr}.delivery-loop-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.delivery-loop-grid{grid-template-columns:1fr}}@media (max-width:640px){.stages-grid,.specs-grid{grid-template-columns:1fr}}.dev-welcome-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.dev-welcome-card{border:1px solid var(--color-border);background:var(--color-card);border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .2s;display:flex}.dev-welcome-card:hover{border-color:oklch(from var(--color-primary)l c h/.3);box-shadow:0 4px 12px oklch(from var(--color-foreground)l c h/.08)}.dev-welcome-card__icon{background:oklch(from var(--color-primary)l c h/.1);width:2.5rem;height:2.5rem;color:var(--color-primary);border-radius:.5rem;justify-content:center;align-items:center;display:flex}.dev-welcome-card__title{font-size:1.125rem;font-weight:600}.dev-welcome-card__description{color:var(--color-muted-foreground);font-size:.875rem;line-height:1.5}
