.pattern-preview.segmented-preview{position:relative;display:grid;grid-template-columns:1fr;align-content:center;justify-items:center;grid-gap:10px;gap:10px;padding:14px;height:180px;overflow:hidden;isolation:isolate}.segmented-badge{position:absolute;top:8px;right:10px;z-index:4;padding:3px 9px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--segment-accent,rgba(255,255,255,.9));font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.segmented{position:relative;display:grid;padding:4px;background:rgba(15,23,42,.75);border-radius:999px;border:1px solid rgba(248,250,252,.12);margin:0}.segmented legend.visually-hidden{white-space:nowrap}.segmented input,.segmented legend.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.segmented label{position:relative;z-index:1;padding:8px 14px;border-radius:999px;text-align:center;cursor:pointer;color:rgba(226,232,240,.55);font-size:.8rem;font-weight:700;transition:color var(--segment-duration,.26s) ease}.segmented input:checked+label{color:#f0fdfa}.segmented input:focus-visible+label{outline:2px solid var(--segment-accent,#67e8f9);outline-offset:4px}.segmented:before{content:"";position:absolute;border-radius:999px;background:color-mix(in srgb,var(--segment-accent,#67e8f9) 26%,#0f172a);box-shadow:0 0 14px color-mix(in srgb,var(--segment-accent,#67e8f9) 30%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--segment-accent,#67e8f9) 70%,transparent);z-index:0}.segmented--horizontal{grid-template-columns:repeat(3,1fr);min-width:240px}.segmented--horizontal:before{top:4px;bottom:4px;left:4px;width:calc((100% - 8px) / 3);transform:translateX(calc(100% * var(--segment-active, 0)));transition:transform var(--segment-duration,.26s) cubic-bezier(.45,1.4,.5,1)}.segmented--vertical{grid-template-rows:repeat(3,1fr);grid-template-columns:1fr;width:140px;height:138px;border-radius:18px}.segmented--vertical label{padding:10px 16px;border-radius:14px}.segmented--vertical:before{left:4px;right:4px;top:4px;height:calc((100% - 8px) / 3);border-radius:14px;transform:translateY(calc(100% * var(--segment-active, 0)));transition:transform var(--segment-duration,.26s) cubic-bezier(.45,1.4,.5,1)}.segmented--asymmetric{grid-template-columns:1fr 2fr 1fr;width:280px;--inner-fr:68px}.segmented--asymmetric:before{top:4px;bottom:4px;left:4px;width:var(--inner-fr);transform:translateX(0);transition:transform var(--segment-duration,.3s) cubic-bezier(.45,1.4,.5,1),width var(--segment-duration,.3s) cubic-bezier(.45,1.4,.5,1)}.segmented--asymmetric[data-active=medium]:before{width:calc(var(--inner-fr) * 2);transform:translateX(var(--inner-fr))}.segmented--asymmetric[data-active=hi]:before{width:var(--inner-fr);transform:translateX(calc(var(--inner-fr) * 3))}@media (prefers-reduced-motion:reduce){.segmented label,.segmented:before{transition:none}}@property --donut-progress{syntax:"<number>";inherits:false;initial-value:0}.donut-figure{margin:0}.donut-figure--allocation{display:grid;justify-items:center;grid-gap:8px;gap:8px;text-align:center}.donut.donut--allocation{position:relative;display:grid;width:96px;aspect-ratio:1;place-items:center;border-radius:var(--radius-full);background:conic-gradient(var(--donut-a) calc(var(--donut-progress) * var(--donut-value) * 1%),var(--donut-b) 0 calc(var(--donut-progress) * (var(--donut-value) + var(--donut-second)) * 1%),rgba(148,163,184,.18) 0);animation:donutSweep var(--donut-duration,2.4s) cubic-bezier(.45,0,.55,1) infinite both}.donut.donut--allocation:before{content:"";position:absolute;inset:14px;border-radius:inherit;background:rgba(5,8,16,.94);box-shadow:inset 0 0 18px rgba(255,255,255,.04)}.donut.donut--allocation span{position:relative;z-index:1;color:var(--foreground);font-size:1rem;font-weight:800}.donut-figure--progress{display:grid;justify-items:center;grid-gap:10px;gap:10px;text-align:center}.donut.donut--progress{position:relative;display:grid;width:100px;aspect-ratio:1;place-items:center;border-radius:var(--radius-full);background:conic-gradient(var(--donut-a) calc(var(--donut-progress) * var(--donut-value) * 1%),rgba(148,163,184,.16) 0);animation:donutSweep var(--donut-duration,2.8s) cubic-bezier(.45,0,.55,1) infinite both}.donut.donut--progress:before{content:"";position:absolute;inset:14px;border-radius:inherit;background:rgba(5,8,16,.94);box-shadow:inset 0 0 18px rgba(255,255,255,.04)}.donut.donut--progress span{position:relative;z-index:1;color:var(--foreground);font-size:1.3rem;font-weight:800;letter-spacing:-.02em}.donut-figure--indicator{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:14px;gap:14px;width:min(100%,280px);text-align:left}.donut.donut--indicator{position:relative;width:36px;aspect-ratio:1;border-radius:var(--radius-full);background:conic-gradient(var(--donut-a) calc(var(--donut-progress) * var(--donut-value) * 1%),rgba(148,163,184,.16) 0);animation:donutSweep var(--donut-duration,1.8s) cubic-bezier(.45,0,.55,1) infinite both}.donut.donut--indicator:before{content:"";position:absolute;inset:6px;border-radius:inherit;background:rgba(5,8,16,.94)}.donut.donut--indicator:after{content:"";position:absolute;inset:12px;border-radius:inherit;background:var(--donut-a);box-shadow:0 0 8px var(--donut-a)}.donut-figure figcaption{display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:.82rem;line-height:1.35}.donut-figure--allocation figcaption,.donut-figure--progress figcaption{max-width:260px}.donut-figure strong{color:var(--foreground);font-weight:700}.pattern-preview--inspector .donut.donut--allocation{width:144px}.pattern-preview--inspector .donut.donut--allocation:before{inset:22px}.pattern-preview--inspector .donut.donut--allocation span{font-size:1.5rem}.pattern-preview--inspector .donut-figure--allocation{gap:14px}.pattern-preview--inspector .donut-figure--allocation figcaption{font-size:.92rem;max-width:320px}.pattern-preview--inspector .donut.donut--progress{width:144px}.pattern-preview--inspector .donut.donut--progress:before{inset:20px}.pattern-preview--inspector .donut.donut--progress span{font-size:1.85rem}.pattern-preview--inspector .donut-figure--progress{gap:14px}.pattern-preview--inspector .donut-figure--progress figcaption{font-size:.92rem;max-width:320px}.pattern-preview--inspector .donut.donut--indicator{width:52px}.pattern-preview--inspector .donut.donut--indicator:before{inset:8px}.pattern-preview--inspector .donut.donut--indicator:after{inset:16px}.pattern-preview--inspector .donut-figure--indicator{gap:18px;width:min(100%,360px)}.pattern-preview--inspector .donut-figure--indicator figcaption{font-size:.92rem}@keyframes donutSweep{0%,8%{--donut-progress:0}50%,70%{--donut-progress:1}to{--donut-progress:0}}@media (prefers-reduced-motion:reduce){.donut{animation:none;--donut-progress:1}}.halo-fx-stage{position:relative;display:block;height:180px;overflow:hidden;background:radial-gradient(ellipse at center,var(--halo-bg-near,#03020a) 0,var(--halo-bg-mid,#0a0820) 55%,var(--halo-bg-far,#03020a) 100%);padding:0;content-visibility:auto;contain-intrinsic-size:1px 180px}.halo-fx-stage__svg{display:block;width:100%;height:100%}.pattern-preview--inspector.halo-fx-stage{height:280px}.halo-fx-stage__twinkle{fill:var(--halo-twinkle,#ffffff);animation:halo-twinkle 2.4s ease-in-out infinite;opacity:.25}@keyframes halo-twinkle{0%,to{opacity:.2}50%{opacity:.95}}.halo-fx-stage--moon .halo-fx-stage__shape--moon{animation:halo-moon var(--halo-duration,5s) ease-in-out infinite}@keyframes halo-moon{0%,to{filter:drop-shadow(0 0 3px #fff5dd) drop-shadow(0 0 11px #ffba66) drop-shadow(0 0 22px #ff8a3a)}50%{filter:drop-shadow(0 0 calc(5px * var(--halo-intensity, 1)) #fff5dd) drop-shadow(0 0 calc(18px * var(--halo-intensity, 1)) #ffba66) drop-shadow(0 0 calc(38px * var(--halo-intensity, 1)) #ff8a3a)}}.halo-fx-stage--snowflake .halo-fx-stage__shape--snowflake{animation:halo-ice var(--halo-duration,4s) ease-in-out infinite,halo-spin-cw-slow 60s linear infinite;transform-origin:240px 240px;transform-box:fill-box}@keyframes halo-ice{0%,to{filter:drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 9px #a0e8ff) drop-shadow(0 0 20px #4080d0)}50%{filter:drop-shadow(0 0 calc(4px * var(--halo-intensity, 1)) #ffffff) drop-shadow(0 0 calc(14px * var(--halo-intensity, 1)) #a0e8ff) drop-shadow(0 0 calc(36px * var(--halo-intensity, 1)) #4080d0)}}.halo-fx-stage--leaf .halo-fx-stage__shape--leaf{animation:halo-leaf var(--halo-duration,5s) ease-in-out infinite,halo-drift 8s ease-in-out infinite;transform-origin:240px 380px;transform-box:fill-box}@keyframes halo-leaf{0%,to{filter:drop-shadow(0 0 3px #fff0c0) drop-shadow(0 0 11px #ffb050) drop-shadow(0 0 22px #e05010)}50%{filter:drop-shadow(0 0 calc(5px * var(--halo-intensity, 1)) #fff0c0) drop-shadow(0 0 calc(18px * var(--halo-intensity, 1)) #ffb050) drop-shadow(0 0 calc(38px * var(--halo-intensity, 1)) #e05010)}}@keyframes halo-drift{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes halo-spin-cw-slow{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.halo-fx-stage__shape,.halo-fx-stage__twinkle{animation:none}}.pattern-preview.shimmer-preview{display:grid;grid-auto-flow:row;align-content:start;grid-gap:6px;gap:6px;padding:14px;min-height:180px}.pattern-preview--inspector.shimmer-preview{padding:24px;min-height:260px}.pattern-preview.shimmer-preview>.shimmer-button-row,.pattern-preview.shimmer-preview>.shimmer-console-grid,.pattern-preview.shimmer-preview>.shimmer-media-block,.pattern-preview.shimmer-preview>.shimmer-metadata-grid,.pattern-preview.shimmer-preview>.shimmer-stats-grid,.pattern-preview.shimmer-preview>.shimmer-surface{width:100%;box-sizing:border-box}.pattern-preview.shimmer-preview--profile{grid-template-rows:1fr}.pattern-preview.shimmer-preview--profile .shimmer-surface{grid-template-columns:40px minmax(0,1fr);grid-template-rows:auto 1fr;gap:8px 12px;align-items:center;height:100%}.pattern-preview.shimmer-preview--profile .shimmer-avatar{width:40px;height:40px;border-radius:12px}.pattern-preview.shimmer-preview--profile .shimmer-img{grid-column:1/-1;grid-row:2;width:100%;height:100%;min-height:78px;border-radius:12px}.pattern-preview--inspector.shimmer-preview--profile .shimmer-img{min-height:150px}.pattern-preview.shimmer-preview--profile .shimmer-line--title{height:9px}.pattern-preview.shimmer-preview--profile .shimmer-line--medium{height:7px}.pattern-preview.shimmer-preview .shimmer-avatar,.pattern-preview.shimmer-preview .shimmer-button,.pattern-preview.shimmer-preview .shimmer-chip,.pattern-preview.shimmer-preview .shimmer-console-stat,.pattern-preview.shimmer-preview .shimmer-img,.pattern-preview.shimmer-preview .shimmer-line,.pattern-preview.shimmer-preview .shimmer-media-block,.pattern-preview.shimmer-preview .shimmer-pill,.pattern-preview.shimmer-preview .shimmer-stat,.pattern-preview.shimmer-preview .shimmer-tile{background:var(--shimmer-base-strong)}.pattern-preview.shimmer-preview .shimmer-surface{align-items:center}.pattern-preview.shimmer-preview .shimmer-pill{width:36px;height:16px;border-radius:var(--radius-full);background:linear-gradient(180deg,var(--shimmer-base-strong),var(--shimmer-base))}.pattern-preview.shimmer-preview .shimmer-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.pattern-preview.shimmer-preview .shimmer-stat{height:28px;border-radius:10px;background:linear-gradient(180deg,var(--shimmer-base-strong),var(--shimmer-base))}.pattern-preview.shimmer-preview .shimmer-button-row{display:flex;gap:8px;align-items:center}.pattern-preview.shimmer-preview .shimmer-button{flex:1 1 auto;height:22px;border-radius:8px;background:linear-gradient(180deg,var(--shimmer-base-strong),var(--shimmer-base))}.pattern-preview.shimmer-preview .shimmer-button--wide{flex:2 2 auto}.pattern-preview.shimmer-preview .shimmer-button--ghost{flex:0 0 auto;width:26px;background:linear-gradient(180deg,var(--shimmer-base),var(--shimmer-base));opacity:.65}.pattern-preview.shimmer-preview .shimmer-copy-stack{gap:6px}.pattern-preview.shimmer-preview .shimmer-line{height:8px}.pattern-preview.shimmer-preview .shimmer-line--title{height:11px}.pattern-preview.shimmer-preview .shimmer-media-block{min-height:32px;margin:0;border-radius:10px}.pattern-preview.shimmer-preview .shimmer-metadata-grid{gap:6px;margin:0}.pattern-preview.shimmer-preview .shimmer-chip{width:48px;height:12px}.pattern-preview.shimmer-preview .shimmer-console-grid{gap:6px;margin:0}.pattern-preview.shimmer-preview .shimmer-console-stat{height:18px}.pattern-preview.shimmer-preview .shimmer-console-stat--wide{height:26px}.pattern-preview.shimmer-preview .shimmer-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;width:100%;box-sizing:border-box}.pattern-preview.shimmer-preview .shimmer-tile{height:38px;border-radius:8px}.pattern-preview.shimmer-preview--feed{grid-template-rows:auto 1fr auto}.pattern-preview.shimmer-preview--feed .shimmer-surface{grid-template-columns:48px minmax(0,1fr);gap:12px}.pattern-preview.shimmer-preview--feed .shimmer-avatar{width:48px;height:48px;border-radius:14px}.pattern-preview.shimmer-preview--feed .shimmer-copy-stack{gap:8px}.pattern-preview.shimmer-preview--feed .shimmer-line--title{width:64%;height:14px}.pattern-preview.shimmer-preview--feed .shimmer-line--medium{width:92%;height:10px}.pattern-preview.shimmer-preview--feed .shimmer-media-block{height:100%;min-height:36px;border-radius:12px}.pattern-preview.shimmer-preview--console{grid-template-rows:auto 1fr}.pattern-preview.shimmer-preview--console .shimmer-tile-grid{height:100%;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,1fr)}.pattern-preview.shimmer-preview--console .shimmer-tile{height:auto}.pattern-preview.shimmer-preview--feed .shimmer-metadata-grid{display:grid;grid-template-columns:1fr 1.6fr 1fr 1.6fr;grid-gap:6px;gap:6px}.pattern-preview.shimmer-preview--feed .shimmer-chip{width:auto;height:16px}.pattern-preview--inspector.shimmer-preview .shimmer-avatar{width:52px;height:52px;border-radius:18px}.pattern-preview--inspector.shimmer-preview.shimmer-preview--profile .shimmer-avatar{width:74px;height:92px;border-radius:24px}.pattern-preview--inspector.shimmer-preview .shimmer-surface{grid-template-columns:52px minmax(0,1fr);gap:14px}.pattern-preview--inspector.shimmer-preview.shimmer-preview--console .shimmer-surface{grid-template-columns:minmax(0,1fr);gap:10px}.pattern-preview--inspector.shimmer-preview.shimmer-preview--profile .shimmer-surface{grid-template-columns:74px minmax(0,1fr)}.pattern-preview--inspector.shimmer-preview .shimmer-copy-stack{gap:10px}.pattern-preview--inspector.shimmer-preview .shimmer-line{height:12px}.pattern-preview--inspector.shimmer-preview .shimmer-line--title{height:16px}.pattern-preview--inspector.shimmer-preview .shimmer-media-block{min-height:60px;margin:16px 0;border-radius:18px}.pattern-preview--inspector.shimmer-preview .shimmer-chip{width:64px;height:24px}.shimmer-preview--motion-sweep:after{display:none}.pattern-preview.shimmer-preview--motion-sweep .shimmer-avatar,.pattern-preview.shimmer-preview--motion-sweep .shimmer-button,.pattern-preview.shimmer-preview--motion-sweep .shimmer-chip,.pattern-preview.shimmer-preview--motion-sweep .shimmer-console-stat,.pattern-preview.shimmer-preview--motion-sweep .shimmer-img,.pattern-preview.shimmer-preview--motion-sweep .shimmer-line,.pattern-preview.shimmer-preview--motion-sweep .shimmer-media-block,.pattern-preview.shimmer-preview--motion-sweep .shimmer-pill,.pattern-preview.shimmer-preview--motion-sweep .shimmer-stat,.pattern-preview.shimmer-preview--motion-sweep .shimmer-tile{background:linear-gradient(90deg,var(--shimmer-base) 0,var(--shimmer-base-strong) 39%,var(--shimmer-highlight) 50%,var(--shimmer-base-strong) 61%,var(--shimmer-base) 100%);background-size:200% 100%;background-repeat:no-repeat;animation:shimmerSweep var(--shimmer-duration,3s) linear infinite}.shimmer-preview--motion-wave:after{display:none}.shimmer-preview--motion-wave .shimmer-avatar,.shimmer-preview--motion-wave .shimmer-button,.shimmer-preview--motion-wave .shimmer-chip,.shimmer-preview--motion-wave .shimmer-console-stat,.shimmer-preview--motion-wave .shimmer-img,.shimmer-preview--motion-wave .shimmer-line,.shimmer-preview--motion-wave .shimmer-media-block,.shimmer-preview--motion-wave .shimmer-pill,.shimmer-preview--motion-wave .shimmer-stat,.shimmer-preview--motion-wave .shimmer-tile{animation:shimmer-wave var(--shimmer-duration,3s) ease-in-out infinite}.shimmer-preview--motion-wave .shimmer-surface .shimmer-line--title{animation-delay:0s}.shimmer-preview--motion-wave .shimmer-surface .shimmer-line--short{animation-delay:.06s}.shimmer-preview--motion-wave .shimmer-console-grid .shimmer-console-stat:first-child{animation-delay:.12s}.shimmer-preview--motion-wave .shimmer-console-grid .shimmer-console-stat:nth-child(2){animation-delay:.18s}.shimmer-preview--motion-wave .shimmer-media-block{animation-delay:.24s}.shimmer-preview--motion-wave .shimmer-tile-grid .shimmer-tile:first-child{animation-delay:.3s}.shimmer-preview--motion-wave .shimmer-tile-grid .shimmer-tile:nth-child(2){animation-delay:.36s}.shimmer-preview--motion-wave .shimmer-tile-grid .shimmer-tile:nth-child(3){animation-delay:.42s}.shimmer-preview--motion-wave .shimmer-tile-grid .shimmer-tile:nth-child(4){animation-delay:.48s}.shimmer-preview--motion-wave .shimmer-tile-grid .shimmer-tile:nth-child(5){animation-delay:.54s}.shimmer-preview--motion-wave .shimmer-tile-grid .shimmer-tile:nth-child(6){animation-delay:.6s}@keyframes shimmer-wave{0%,to{opacity:1}50%{opacity:.16}}.shimmer-preview--motion-dual:after{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--shimmer-angle,132deg),rgba(255,255,255,0) 30%,var(--shimmer-highlight) 50%,rgba(255,255,255,0) 70%);background-size:220% 100%;background-repeat:no-repeat;animation:shimmerSweep var(--shimmer-duration,3s) linear infinite;pointer-events:none}@media (prefers-reduced-motion:reduce){.shimmer-preview--motion-dual:after,.shimmer-preview--motion-sweep .shimmer-avatar,.shimmer-preview--motion-sweep .shimmer-button,.shimmer-preview--motion-sweep .shimmer-chip,.shimmer-preview--motion-sweep .shimmer-console-stat,.shimmer-preview--motion-sweep .shimmer-img,.shimmer-preview--motion-sweep .shimmer-line,.shimmer-preview--motion-sweep .shimmer-media-block,.shimmer-preview--motion-sweep .shimmer-pill,.shimmer-preview--motion-sweep .shimmer-stat,.shimmer-preview--motion-sweep .shimmer-tile,.shimmer-preview--motion-sweep:after,.shimmer-preview--motion-wave .shimmer-avatar,.shimmer-preview--motion-wave .shimmer-button,.shimmer-preview--motion-wave .shimmer-chip,.shimmer-preview--motion-wave .shimmer-console-stat,.shimmer-preview--motion-wave .shimmer-img,.shimmer-preview--motion-wave .shimmer-line,.shimmer-preview--motion-wave .shimmer-media-block,.shimmer-preview--motion-wave .shimmer-pill,.shimmer-preview--motion-wave .shimmer-stat,.shimmer-preview--motion-wave .shimmer-tile{animation:none}}.signature-stage{display:grid;place-items:center;place-content:center}.signature-stage__svg{width:min(86%,180px);height:auto;filter:drop-shadow(0 0 16px var(--signature-glow));overflow:visible}.pattern-preview--inspector .signature-stage__svg{width:min(80%,240px)}.signature-stage__stroke{fill:none;stroke:var(--signature-accent);stroke-width:calc(5px * var(--signature-intensity, 1));stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;opacity:0;animation:signature-draw var(--signature-duration,5.2s) cubic-bezier(.55,.05,.35,.95) infinite;animation-delay:calc(var(--signature-stroke-index, 0) * var(--signature-stagger, .22s))}.signature-stage__stroke--thin{stroke-width:calc(3px * var(--signature-intensity, 1));stroke:var(--signature-accent-2);opacity:.7}@keyframes signature-draw{0%,6%{stroke-dashoffset:1;opacity:0}14%{stroke-dashoffset:1;opacity:1}46%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}92%,to{stroke-dashoffset:0;opacity:0}}@media (prefers-reduced-motion:reduce){.signature-stage__stroke{animation:none;stroke-dashoffset:0}}.split-stage{display:grid;place-items:center;place-content:center}.split-stage__phrase{margin:0;color:var(--split-fg,#f5f3ff);font-size:clamp(1.5rem,3vw,2.6rem);font-weight:800;letter-spacing:.02em;line-height:1.1;text-shadow:0 0 22px var(--split-soft,rgba(192,132,252,.14))}.pattern-preview--inspector .split-stage__phrase{font-size:clamp(2.2rem,4vw,3.6rem)}.split-stage__grapheme{display:inline-block;transform-origin:50% 100%;animation-iteration-count:infinite;animation-fill-mode:both;animation-duration:var(--split-duration,2.6s);animation-delay:calc(var(--split-index, 0) * var(--split-stagger, 70ms))}.split-stage--latin .split-stage__grapheme{animation-name:split-rise;animation-timing-function:cubic-bezier(.22,1.4,.36,1)}.split-stage--emoji .split-stage__grapheme{animation-name:split-toss;animation-timing-function:cubic-bezier(.34,1.6,.46,.96);transform-origin:50% 50%}.split-stage--japanese .split-stage__grapheme{animation-name:split-slide;animation-timing-function:cubic-bezier(.22,1,.36,1)}@keyframes split-rise{0%{opacity:0;transform:translateY(calc(14px * var(--split-intensity, 1))) scale(.94)}35%{opacity:1;transform:translateY(calc(-3px * var(--split-intensity, 1))) scale(calc(1 + .04 * var(--split-intensity, 1)))}55%{opacity:1;transform:translateY(0) scale(1)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes split-toss{0%{opacity:0;transform:scale(.4) rotate(calc(-12deg * var(--split-intensity, 1)))}30%{opacity:1;transform:scale(calc(1.08 + .05 * var(--split-intensity, 1))) rotate(calc(4deg * var(--split-intensity, 1)))}50%{opacity:1;transform:scale(1) rotate(0)}85%{opacity:1;transform:scale(1) rotate(0)}to{opacity:0;transform:scale(.6) rotate(8deg)}}@keyframes split-slide{0%{opacity:0;transform:translateX(calc(-22px * var(--split-intensity, 1)))}30%{opacity:1;transform:translateX(calc(2px * var(--split-intensity, 1)))}50%{opacity:1;transform:translateX(0)}85%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(8px)}}@media (prefers-reduced-motion:reduce){.split-stage__grapheme{animation:none;opacity:1;transform:none}}.starlight{display:grid;place-items:center;container-type:inline-size;padding-inline:18px}.starlight__surface{position:relative;width:min(100%,620px);display:grid;place-items:center;padding:18px 14px}.starlight__word{position:relative;z-index:1;margin:0;color:var(--starlight-fallback);font-size:clamp(1.4rem,9cqi,2.2rem);font-weight:850;line-height:1.05;text-align:center;letter-spacing:-.005em;white-space:normal;text-wrap:balance}.pattern-preview--inspector .starlight__word{font-size:clamp(2rem,11cqi,3.4rem)}@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)){.starlight__word{background-image:var(--starlight-gradient);background-size:var(--starlight-bg-size,280% 100%);background-position:0 50%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;text-shadow:0 0 var(--starlight-glow,18px) var(--starlight-shadow)}.starlight__word--midnight{animation:starlight-midnight var(--starlight-duration,4.2s) cubic-bezier(.55,.05,.25,1) infinite}.starlight__word--orbit{animation:starlight-orbit var(--starlight-duration,3.4s) ease-in-out infinite}.starlight__word--aurora{animation:starlight-aurora var(--starlight-duration,5.4s) linear infinite}}.starlight__sparkles{position:absolute;inset:0;pointer-events:none;z-index:0}.starlight__sparkle{position:absolute;border-radius:999px;background:#ffffff;box-shadow:0 0 4px rgba(255,255,255,.85),0 0 10px rgba(165,180,252,.45);opacity:0}.starlight__sparkle--bright:after,.starlight__sparkle--bright:before{content:"";position:absolute;left:50%;top:50%;background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.65) 50%,rgba(255,255,255,0))}.starlight__sparkle--bright:before{width:1px;height:16px;transform:translate(-50%,-50%)}.starlight__sparkle--bright:after{width:16px;height:1px;transform:translate(-50%,-50%)}.starlight__sparkle--1{left:8%;top:18%;width:4px;height:4px}.starlight__sparkle--2{left:22%;top:72%;width:2px;height:2px}.starlight__sparkle--3{left:38%;top:12%;width:7px;height:7px}.starlight__sparkle--4{left:52%;top:80%;width:3px;height:3px}.starlight__sparkle--5{right:32%;top:24%;width:2px;height:2px}.starlight__sparkle--6{right:18%;top:60%;width:6px;height:6px}.starlight__sparkle--7{left:62%;top:48%;width:1.5px;height:1.5px}.starlight__sparkle--8{left:6%;bottom:22%;width:3px;height:3px}.starlight__sparkle--9{right:42%;bottom:18%;width:2px;height:2px}.starlight__sparkle--10{left:32%;top:35%;width:1.5px;height:1.5px}.starlight__sparkle--11{right:8%;top:38%;width:5px;height:5px}.starlight__sparkle--12{left:75%;bottom:12%;width:1px;height:1px}.starlight--midnight .starlight__sparkle{animation:starlight-drift-peak var(--starlight-duration,4.2s) ease-in-out infinite alternate}.starlight--orbit .starlight__sparkle{animation:starlight-drift-twin var(--starlight-duration,3.4s) ease-in-out infinite}.starlight--aurora .starlight__sparkle{animation:starlight-drift-ambient 4.4s ease-in-out infinite alternate}.starlight .starlight__sparkle--1{animation-delay:0s}.starlight .starlight__sparkle--2{animation-delay:-.3s}.starlight .starlight__sparkle--3{animation-delay:-.6s}.starlight .starlight__sparkle--4{animation-delay:-.9s}.starlight .starlight__sparkle--5{animation-delay:-1.2s}.starlight .starlight__sparkle--6{animation-delay:-1.5s}.starlight .starlight__sparkle--7{animation-delay:-1.8s}.starlight .starlight__sparkle--8{animation-delay:-2.1s}.starlight .starlight__sparkle--9{animation-delay:-2.4s}.starlight .starlight__sparkle--10{animation-delay:-2.7s}.starlight .starlight__sparkle--11{animation-delay:-3s}.starlight .starlight__sparkle--12{animation-delay:-3.3s}@keyframes starlight-midnight{0%{background-position:-10% 50%;text-shadow:0 0 calc(var(--starlight-glow, 18px) * .3) var(--starlight-shadow);filter:brightness(.95)}20%{background-position:20% 50%;text-shadow:0 0 calc(var(--starlight-glow, 18px) * .7) var(--starlight-shadow);filter:brightness(1)}45%{background-position:45% 50%;text-shadow:0 0 calc(var(--starlight-glow, 18px) * 1.5) var(--starlight-shadow);filter:brightness(1.12)}55%{background-position:55% 50%;text-shadow:0 0 calc(var(--starlight-glow, 18px) * 1.5) var(--starlight-shadow);filter:brightness(1.12)}80%{background-position:80% 50%;text-shadow:0 0 calc(var(--starlight-glow, 18px) * .7) var(--starlight-shadow);filter:brightness(1)}to{background-position:110% 50%;text-shadow:0 0 calc(var(--starlight-glow, 18px) * .3) var(--starlight-shadow);filter:brightness(.95)}}@keyframes starlight-orbit{0%{background-position:0 50%;text-shadow:0 0 calc(var(--starlight-glow, 12px) * .4) var(--starlight-shadow)}14%{background-position:50% 50%;text-shadow:0 0 var(--starlight-glow,12px) var(--starlight-shadow)}22%{background-position:100% 50%;text-shadow:0 0 calc(var(--starlight-glow, 12px) * .4) var(--starlight-shadow)}30%{background-position:0 50%;text-shadow:0 0 calc(var(--starlight-glow, 12px) * .4) var(--starlight-shadow)}44%{background-position:50% 50%;text-shadow:0 0 var(--starlight-glow,12px) var(--starlight-shadow)}52%{background-position:100% 50%;text-shadow:0 0 calc(var(--starlight-glow, 12px) * .4) var(--starlight-shadow)}to{background-position:100% 50%;text-shadow:0 0 calc(var(--starlight-glow, 12px) * .4) var(--starlight-shadow)}}@keyframes starlight-aurora{0%{background-position:0 50%;filter:brightness(1);text-shadow:0 0 calc(var(--starlight-glow, 18px) * .85) var(--starlight-shadow)}50%{filter:brightness(1.08);text-shadow:0 0 calc(var(--starlight-glow, 18px) * 1.15) var(--starlight-shadow)}to{background-position:100% 50%;filter:brightness(1);text-shadow:0 0 calc(var(--starlight-glow, 18px) * .85) var(--starlight-shadow)}}@keyframes starlight-drift-peak{0%{opacity:.4;transform:translateX(-3px) scale(.9)}50%{opacity:.95;transform:translateX(0) scale(1.05)}to{opacity:.4;transform:translateX(3px) scale(.9)}}@keyframes starlight-drift-twin{0%,to{opacity:.32;transform:translateX(-3px) scale(.9)}14%{opacity:.95;transform:translateX(-1px) scale(1.04)}22%{opacity:.32;transform:translateX(0) scale(.9)}44%{opacity:.95;transform:translateX(1px) scale(1.04)}52%{opacity:.32;transform:translateX(3px) scale(.9)}}@keyframes starlight-drift-ambient{0%{opacity:.45;transform:translateX(-3px) scale(.92)}50%{opacity:.92;transform:translateX(0) scale(1.05)}to{opacity:.45;transform:translateX(3px) scale(.92)}}@media (prefers-reduced-motion:reduce){.starlight__sparkle,.starlight__word--aurora,.starlight__word--midnight,.starlight__word--orbit{animation:none}.starlight__word--aurora,.starlight__word--midnight,.starlight__word--orbit{background-position:50% 50%}.starlight__sparkle{opacity:.6}}.pattern-preview.check-preview{position:relative;display:grid;place-items:center;padding:18px;height:180px;overflow:hidden;isolation:isolate}.pattern-preview.check-preview.pattern-preview--inspector{height:auto;min-height:220px;gap:14px}.check-preview__hint{margin:0;font-size:.78rem;color:rgba(203,213,225,.72);text-align:center}.check-preview__controls{display:flex;justify-content:center}.check-preview__button{padding:7px 14px;border-radius:999px;border:1px solid color-mix(in srgb,var(--check-accent,#34d399) 40%,rgba(148,163,184,.18));background:color-mix(in srgb,var(--check-accent,#34d399) 14%,rgba(15,23,42,.9));color:rgba(241,245,249,.96);font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .16s ease}.check-preview__button:hover{background:color-mix(in srgb,var(--check-accent,#34d399) 24%,rgba(15,23,42,.9))}.check-preview__button:focus-visible{outline:2px solid var(--check-accent,#34d399);outline-offset:3px}.success-check{width:76px;height:76px;overflow:visible}.success-check__ring,.success-check__tick{fill:none;stroke:var(--check-accent,#34d399);stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px color-mix(in srgb,var(--check-accent,#34d399) 35%,transparent))}.success-check__ring{stroke-width:3}.success-check__tick{stroke-width:3.5}.check-preview--inspector .success-check__ring{stroke-dasharray:var(--ring-length,1);stroke-dashoffset:var(--ring-length,1);animation:drawRing var(--check-ring-ms,.42s) cubic-bezier(.22,1,.36,1) forwards}.check-preview--inspector .success-check__tick{stroke-dasharray:var(--tick-length,54);stroke-dashoffset:var(--tick-length,54);animation:drawTick var(--check-tick-ms,.28s) cubic-bezier(.22,1,.36,1) var(--check-tick-delay,0s) forwards}.check-preview--inspector.check-preview--tickPop .success-check{transform-origin:center;animation:tickPop .28s cubic-bezier(.22,1,.36,1) var(--check-pop-delay,0s) forwards}@keyframes drawRing{to{stroke-dashoffset:0}}@keyframes drawTick{to{stroke-dashoffset:0}}@keyframes tickPop{50%{transform:scale(var(--check-pop-scale,1.08))}to{transform:scale(1)}}.check-preview:not(.pattern-preview--inspector) .success-check__ring{stroke-dasharray:1;stroke-dashoffset:1;animation:stageRingDraw 4.4s cubic-bezier(.55,.05,.35,.95) infinite}.check-preview:not(.pattern-preview--inspector) .success-check__tick{stroke-dasharray:1;stroke-dashoffset:1;animation:stageTickDraw 4.4s cubic-bezier(.55,.05,.35,.95) infinite}.check-preview--tickPop:not(.pattern-preview--inspector) .success-check__tick{animation-name:stageTickDrawSolo}.check-preview--tickPop:not(.pattern-preview--inspector) .success-check{transform-origin:center;animation:stageTickPop 4.4s ease-in-out infinite}@keyframes stageRingDraw{0%,4%{stroke-dashoffset:1;opacity:0}10%{stroke-dashoffset:1;opacity:1}38%{stroke-dashoffset:0;opacity:1}85%{stroke-dashoffset:0;opacity:1}95%,to{stroke-dashoffset:0;opacity:0}}@keyframes stageTickDraw{0%,38%{stroke-dashoffset:1;opacity:0}44%{stroke-dashoffset:1;opacity:1}60%{stroke-dashoffset:0;opacity:1}85%{stroke-dashoffset:0;opacity:1}95%,to{stroke-dashoffset:0;opacity:0}}@keyframes stageTickDrawSolo{0%,4%{stroke-dashoffset:1;opacity:0}10%{stroke-dashoffset:1;opacity:1}35%{stroke-dashoffset:0;opacity:1}85%{stroke-dashoffset:0;opacity:1}95%,to{stroke-dashoffset:0;opacity:0}}@keyframes stageTickPop{0%,35%{transform:scale(1)}42%{transform:scale(1.1)}55%,to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.success-check__ring,.success-check__tick{animation:none;stroke-dashoffset:0;opacity:1}.check-preview--tickPop .success-check{animation:none;transform:none}}.path-morph{display:grid;place-items:center;place-content:center}.path-morph__svg{position:relative;z-index:1;width:min(82%,170px);height:auto;overflow:visible;filter:drop-shadow(0 0 18px var(--path-morph-glow))}.pattern-preview--inspector .path-morph__svg{width:min(85%,230px)}.path-morph__shape{fill:var(--path-morph-fill);stroke:color-mix(in srgb,var(--path-morph-accent-2) 78%,white);stroke-width:calc(2.6px * var(--path-morph-intensity, 1));stroke-linejoin:round;transform-box:fill-box;transform-origin:center}.path-morph__ghost{fill:none;stroke-width:1.8px;stroke-linejoin:round;stroke-dasharray:8 9;opacity:.28}.path-morph__ghost--from{stroke:var(--path-morph-accent)}.path-morph__ghost--to{stroke:var(--path-morph-accent-2)}.path-morph__shine{fill:none;stroke:rgba(248,250,252,.86);stroke-width:calc(1.9px * var(--path-morph-intensity, 1));stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:.2 .8}.path-morph--badge .path-morph__shape{animation:path-morph-badge-float var(--path-morph-duration,4.2s) cubic-bezier(.45,.05,.55,1) infinite}.path-morph--badge .path-morph__ghost--from{animation:path-morph-badge-ghost-from var(--path-morph-duration,4.2s) ease-in-out infinite}.path-morph--badge .path-morph__ghost--to{animation:path-morph-badge-ghost-to var(--path-morph-duration,4.2s) ease-in-out infinite}.path-morph--badge .path-morph__shine{animation:path-morph-badge-shine var(--path-morph-duration,4.2s) ease-in-out infinite}.path-morph--seal .path-morph__shape{animation:path-morph-seal-float var(--path-morph-duration,5s) ease-in-out infinite}.path-morph--seal .path-morph__ghost--from,.path-morph--seal .path-morph__ghost--to{animation:path-morph-seal-ghost var(--path-morph-duration,5s) ease-in-out infinite}.path-morph--seal .path-morph__ghost--to{animation-delay:calc(var(--path-morph-duration, 5s) * -.5)}.path-morph--seal .path-morph__shine{animation:path-morph-seal-shine var(--path-morph-duration,5s) ease-in-out infinite}.path-morph--drop .path-morph__shape{animation:path-morph-drop-float var(--path-morph-duration,5.4s) cubic-bezier(.7,0,.3,1) infinite}.path-morph--drop .path-morph__ghost--from{opacity:.18}.path-morph--drop .path-morph__ghost--to{animation:path-morph-drop-ghost-to var(--path-morph-duration,5.4s) ease-in-out infinite}.path-morph--drop .path-morph__shine{stroke:rgba(248,250,252,.96);stroke-width:calc(2.4px * var(--path-morph-intensity, 1));animation:path-morph-drop-shine var(--path-morph-duration,5.4s) cubic-bezier(.7,0,.3,1) infinite}@keyframes path-morph-badge-float{0%,to{transform:translateY(0) scale(1)}20%{transform:translateY(calc(-3px * var(--path-morph-intensity, 1))) scale(1.04)}50%{transform:translateY(calc(-5px * var(--path-morph-intensity, 1))) scale(1.06)}80%{transform:translateY(calc(-3px * var(--path-morph-intensity, 1))) scale(1.04)}}@keyframes path-morph-badge-ghost-from{0%,50%{opacity:.4}60%,to{opacity:.16}}@keyframes path-morph-badge-ghost-to{0%,40%{opacity:.16}50%,to{opacity:.4}}@keyframes path-morph-badge-shine{0%,to{opacity:.28;stroke-dashoffset:1}50%{opacity:.95;stroke-dashoffset:0}}@keyframes path-morph-seal-float{0%,to{transform:translateY(0) rotate(0) scale(1)}35%{transform:translateY(calc(-3px * var(--path-morph-intensity, 1))) rotate(calc(1deg * var(--path-morph-intensity, 1))) scale(1.015)}50%{transform:translateY(calc(-4px * var(--path-morph-intensity, 1))) rotate(calc(2.5deg * var(--path-morph-intensity, 1))) scale(calc(1.02 + .05 * var(--path-morph-intensity, 1)))}65%{transform:translateY(calc(-3px * var(--path-morph-intensity, 1))) rotate(calc(1deg * var(--path-morph-intensity, 1))) scale(1.015)}}@keyframes path-morph-seal-ghost{0%,to{opacity:.2;stroke-dashoffset:0}50%{opacity:.5;stroke-dashoffset:14}}@keyframes path-morph-seal-shine{0%,to{opacity:.28}45%{opacity:.7}50%{opacity:1}55%{opacity:.7}}@keyframes path-morph-drop-float{0%{transform:translate(0) scale(1)}35%{transform:translate(calc(2px * var(--path-morph-intensity, 1)),calc(-2px * var(--path-morph-intensity, 1))) scale(1.02)}60%{transform:translate(calc(-2px * var(--path-morph-intensity, 1)),calc(-4px * var(--path-morph-intensity, 1))) scale(1.05)}to{transform:translate(0) scale(1)}}@keyframes path-morph-drop-ghost-to{0%,to{opacity:.22}50%{opacity:.52;stroke-dashoffset:18}}@keyframes path-morph-drop-shine{0%{opacity:.32;stroke-dashoffset:1}50%{opacity:1;stroke-dashoffset:0}to{opacity:.32;stroke-dashoffset:1}}@media (prefers-reduced-motion:reduce){.path-morph__ghost,.path-morph__shape,.path-morph__shine{animation:none}}@media (min-width:768px){.path-fill-panel .pattern-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.path-fill{display:grid;place-items:center;place-content:center}.path-fill__svg{position:relative;z-index:1;width:min(82%,170px);height:auto;overflow:visible}.pattern-preview--inspector .path-fill__svg{width:min(85%,230px)}.path-fill__shape{opacity:0;transform-box:fill-box;transform-origin:center;animation:path-fill-shape var(--path-fill-duration,4s) cubic-bezier(.4,0,.2,1) infinite both}.path-fill__stroke{fill:none;stroke:var(--path-fill-accent);stroke-width:calc(2.4px * var(--path-fill-intensity, 1));stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;transform-box:fill-box;transform-origin:center;animation:path-fill-stroke var(--path-fill-duration,4s) cubic-bezier(.4,0,.2,1) infinite both}.path-fill--check .path-fill__check{fill:none;stroke:#ffffff;stroke-width:calc(10px * var(--path-fill-intensity, 1));stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:path-fill-check var(--path-fill-duration,4s) cubic-bezier(.4,0,.2,1) infinite both}@keyframes path-fill-stroke{0%{stroke-dashoffset:1;opacity:0}6%{opacity:1}32%{stroke-dashoffset:0;opacity:1}50%{opacity:.4;stroke-dashoffset:0}88%{opacity:.4;stroke-dashoffset:0}96%,to{stroke-dashoffset:0;opacity:0}}@keyframes path-fill-shape{0%,28%{opacity:0;transform:scale(.92)}48%{opacity:1;transform:scale(calc(1 + .04 * var(--path-fill-intensity, 1)))}56%{opacity:1;transform:scale(1)}88%{opacity:1;transform:scale(1)}96%,to{opacity:0;transform:scale(.96)}}@keyframes path-fill-check{0%,22%{stroke-dashoffset:1;opacity:0}28%{opacity:1}44%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}96%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.path-fill__check,.path-fill__shape,.path-fill__stroke{animation:none}.path-fill__shape{opacity:1;transform:none}.path-fill__stroke{opacity:0}.path-fill__check{stroke-dashoffset:0;opacity:1}}@media (min-width:1100px){.path-illustration-panel .pattern-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px) and (max-width:1099px){.path-illustration-panel .pattern-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.scene-illustration{display:grid;place-items:center;place-content:center;padding:0;overflow:hidden}.scene-illustration__svg{width:100%;height:auto;display:block;border-radius:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 0 1px rgba(255,255,255,.05)}.pattern-preview--inspector .scene-illustration__svg{width:100%;max-width:720px;border-radius:8px}.scramble-stage{display:grid;place-items:center;place-content:center}.scramble-stage__word{position:relative;display:inline-block;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:clamp(1.1rem,2.4vw,1.7rem);font-weight:700;letter-spacing:.04em;line-height:1;white-space:nowrap}.pattern-preview--inspector .scramble-stage__word{font-size:clamp(1.4rem,3.2vw,2.3rem)}.scramble-stage__real{position:relative;z-index:1;color:var(--scramble-fg)}.scramble-stage__noise{position:absolute;inset:0;z-index:2;display:inline-flex;justify-content:center;color:var(--scramble-accent);opacity:calc(.86 * var(--scramble-intensity, 1));pointer-events:none}.scramble-stage--terminal .scramble-stage__noise{animation:scramble-clear-lr var(--scramble-duration,2.4s) steps(12) infinite}.scramble-stage--search .scramble-stage__noise{animation:scramble-clear-rl var(--scramble-duration,2.4s) steps(10) infinite}.scramble-stage--headline .scramble-stage__noise{animation:scramble-clear-tb var(--scramble-duration,2.4s) steps(14) infinite}.scramble-stage__noise span{display:inline-block;animation:scramble-tick .42s steps(2) infinite;animation-delay:calc(var(--scramble-index, 0) * -48ms)}.scramble-stage--search .scramble-stage__noise span{animation:scramble-tick .42s steps(2) infinite,scramble-cell-fade var(--scramble-duration,2.4s) steps(8) infinite;animation-delay:calc(var(--scramble-index, 0) * -48ms),calc(var(--scramble-index, 0) * 60ms)}@keyframes scramble-clear-lr{0%,52%{opacity:calc(.88 * var(--scramble-intensity, 1));-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}to{opacity:0;-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}}@keyframes scramble-clear-rl{0%,52%{opacity:calc(.88 * var(--scramble-intensity, 1));-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}to{opacity:0;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}}@keyframes scramble-cell-fade{0%,35%{opacity:1}55%,to{opacity:0}}@keyframes scramble-clear-tb{0%,52%{opacity:calc(.88 * var(--scramble-intensity, 1));-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}to{opacity:0;-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0)}}@keyframes scramble-tick{50%{transform:translateY(calc(-.05em * var(--scramble-intensity, 1)))}}@media (prefers-reduced-motion:reduce){.scramble-stage__noise,.scramble-stage__noise span{animation:none;opacity:0}}.toast-stack-shell-panel .pattern-card{grid-template-rows:240px 1fr auto}.pattern-preview.toast-stack-preview{--toast-slide-distance:24px;--toast-enter-duration:320ms;position:relative;display:flex;flex-direction:column;gap:.6rem;padding:18px 16px;height:240px;overflow:hidden;isolation:isolate;align-items:stretch;justify-content:center}.pattern-preview.toast-stack-preview.pattern-preview--inspector{height:auto;min-height:280px;padding:24px;gap:1rem}.toast-stack-preview__controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.toast-stack-preview__button{border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.6);color:rgba(226,232,240,.92);padding:.4rem .85rem;border-radius:999px;font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.toast-stack-preview__button:focus-visible,.toast-stack-preview__button:hover{border-color:rgba(129,140,248,.65);background:rgba(30,41,59,.85);outline:none}.toast-stack-preview__button:disabled{opacity:.45;cursor:not-allowed}.toast-stack-preview__count{margin-left:auto;padding:.25rem .7rem;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:rgba(2,6,23,.5);color:rgba(226,232,240,.7);font-size:.72rem;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em}.toast-stack-preview__empty{margin:0;padding:.65rem .9rem;border-radius:12px;border:1px dashed rgba(148,163,184,.28);background:rgba(15,23,42,.45);color:rgba(203,213,225,.65);font-size:.78rem;text-align:center}.toast-stack{display:flex;flex-direction:column;gap:.45rem;flex:1 1;min-height:0}.toast-stack--end{align-items:flex-end}.toast-stack--center{align-items:center}.toast-stack--bottom{justify-content:flex-end}.toast-stack__item{min-width:200px;max-width:260px;display:flex;align-items:center;justify-content:space-between;gap:.55rem;padding:.4rem .55rem .42rem;border-radius:10px;border:1px solid rgba(148,163,184,.2);background:rgba(15,23,42,.92);box-shadow:0 18px 30px -18px rgba(15,23,42,.8);opacity:1;transition:transform var(--toast-enter-duration) cubic-bezier(.22,1,.36,1),opacity var(--toast-enter-duration) ease}.toast-stack__item>div{min-width:0;flex:1 1}.toast-stack__item--success{border-color:rgba(52,211,153,.55);box-shadow:0 18px 30px -18px rgba(16,185,129,.45)}.toast-stack__item--info{border-color:rgba(129,140,248,.5);box-shadow:0 18px 30px -18px rgba(99,102,241,.4)}.toast-stack__item--warning{border-color:rgba(251,191,36,.55);box-shadow:0 18px 30px -18px rgba(245,158,11,.4)}.toast-stack__title{margin:0;font-size:.78rem;font-weight:600;color:rgba(241,245,249,.95)}.toast-stack__body,.toast-stack__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast-stack__body{margin:.1rem 0 0;font-size:.68rem;line-height:1.3;color:rgba(203,213,225,.78)}.toast-stack__dismiss{margin-left:.4rem;width:1.4rem;height:1.4rem;display:grid;place-items:center;border-radius:50%;border:none;background:transparent;color:rgba(226,232,240,.7);cursor:pointer;font-size:1rem;line-height:1;transition:background .16s ease,color .16s ease}.toast-stack__dismiss:focus-visible,.toast-stack__dismiss:hover{background:rgba(148,163,184,.18);color:rgba(241,245,249,.95);outline:none}.toast-stack-preview--sideSlide .toast-stack__item{transform:translateX(0)}.toast-stack-preview--sideSlide .toast-stack__item[data-state=enter],.toast-stack-preview--sideSlide .toast-stack__item[data-state=exit]{transform:translateX(var(--toast-slide-distance));opacity:0}.toast-stack-preview--sideSlide .toast-stack__item[data-state=exit]{pointer-events:none}.toast-stack-preview--popScale .toast-stack__item{transform:scale(1);transition:transform var(--toast-enter-duration) cubic-bezier(.34,1.56,.64,1),opacity var(--toast-enter-duration) ease}.toast-stack-preview--popScale .toast-stack__item[data-state=enter],.toast-stack-preview--popScale .toast-stack__item[data-state=exit]{transform:scale(.85);opacity:0}.toast-stack-preview--popScale .toast-stack__item[data-state=exit]{pointer-events:none}.toast-stack-preview--dropIn .toast-stack__item{transform:translateY(0)}.toast-stack-preview--dropIn .toast-stack__item[data-state=enter],.toast-stack-preview--dropIn .toast-stack__item[data-state=exit]{transform:translateY(calc(-1 * var(--toast-slide-distance)));opacity:0}.toast-stack-preview--dropIn .toast-stack__item[data-state=exit]{pointer-events:none}.toast-stack--auto .toast-stack__item--auto{transition:none;opacity:0;animation-duration:4.6s;animation-iteration-count:infinite;animation-fill-mode:backwards}.toast-stack--auto .toast-stack__item--auto:first-of-type{animation-delay:0s}.toast-stack--auto .toast-stack__item--auto:nth-of-type(2){animation-delay:.4s}.toast-stack--auto .toast-stack__item--auto:nth-of-type(3){animation-delay:.8s}.toast-stack-preview--sideSlide .toast-stack--auto .toast-stack__item--auto{animation-name:toastStackAutoSide;animation-timing-function:cubic-bezier(.45,1.4,.5,1);transform:translateX(40px)}.toast-stack-preview--popScale .toast-stack--auto .toast-stack__item--auto{animation-name:toastStackAutoPop;animation-timing-function:cubic-bezier(.34,1.56,.64,1);transform:scale(.85)}.toast-stack-preview--dropIn .toast-stack--auto .toast-stack__item--auto{animation-name:toastStackAutoDrop;animation-timing-function:cubic-bezier(.45,1.4,.5,1);transform:translateY(-28px)}@keyframes toastStackAutoSide{0%,4%{opacity:0;transform:translateX(40px)}18%,78%{opacity:1;transform:translateX(0)}92%,to{opacity:0;transform:translateX(40px)}}@keyframes toastStackAutoPop{0%,4%{opacity:0;transform:scale(.85)}18%,78%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.85)}}@keyframes toastStackAutoDrop{0%,4%{opacity:0;transform:translateY(-28px)}18%,78%{opacity:1;transform:translateY(0)}92%,to{opacity:0;transform:translateY(-28px)}}@media (prefers-reduced-motion:reduce){.toast-stack__item{transition-duration:0s}.toast-stack__item[data-state=enter],.toast-stack__item[data-state=exit]{transform:none}.toast-stack--auto .toast-stack__item--auto{animation:none;opacity:1;transform:none}}