.loom-frame{position:relative;isolation:isolate;display:inline-block;padding:var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--inset);overflow:hidden;background-image:repeating-linear-gradient(24deg,transparent 0 6px,color-mix(in oklab,var(--bg-weave) 24%,transparent) 6.5px,transparent 7px 14px);max-width:100%}.loom-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;pointer-events:none;background:var(--bg-weave);opacity:var(--weave-alpha-frame);-webkit-mask:var(--weave-grain-tight);mask:var(--weave-grain-tight);-webkit-mask-size:140px 140px;mask-size:140px 140px}.loom{display:block;width:100%;height:auto;max-width:min(78vh,560px);touch-action:manipulation}.loom__warp{stroke:var(--border);stroke-width:var(--stroke-warp);stroke-linecap:round;opacity:.2}.loom__cord{stroke:var(--accent);stroke-width:var(--stroke-thread);stroke-linecap:round}.loom__cord-hl{stroke:color-mix(in oklab,var(--accent-contrast) 42%,var(--accent));stroke-width:calc(var(--stroke-thread) / 3);stroke-linecap:round;stroke-dasharray:1 5;animation:loom-stitch var(--stitch-travel) linear infinite}@keyframes loom-stitch{to{stroke-dashoffset:-12}}.loom__stitch{stroke:var(--madder);stroke-width:2.5;stroke-linecap:round;stroke-dasharray:2 3;opacity:.9}.loom__node{fill:var(--text);opacity:.38}.loom__clue{fill:var(--text);font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-weight:600;font-size:20px}.loom__zero-ring{fill:none;stroke:var(--madder);stroke-width:1;opacity:.4}.loom__clue--done{fill:var(--muted);transition:fill var(--dur) var(--ease)}.loom__clue-tick{fill:var(--success)}.loom__hit{fill:transparent;stroke:transparent;cursor:pointer;outline:none;transition:fill var(--dur-fast) var(--ease),stroke var(--dur-fast) var(--ease)}@media (hover: hover){.loom__hit:hover{fill:color-mix(in oklab,var(--accent) 12%,transparent)}}.loom__hit:focus-visible{stroke:var(--accent);stroke-width:2;fill:color-mix(in oklab,var(--accent) 10%,transparent)}.loom__block-glow{stroke:var(--madder);stroke-width:var(--stroke-thread);stroke-linecap:round;opacity:0;animation:loom-block-pulse .9s var(--ease) 1}.loom__whisper{fill:var(--madder-ink);font-family:var(--font-text);font-size:11px;font-style:italic;opacity:0;animation:loom-whisper 1.6s var(--ease) 1}@keyframes loom-block-pulse{0%{opacity:0}22%{opacity:.85}to{opacity:0}}@keyframes loom-whisper{0%{opacity:0}15%{opacity:1}75%{opacity:1}to{opacity:0}}.loom--cinched .loom__cords{transform-box:fill-box;transform-origin:center;animation:loom-cinch var(--dur-cinch) var(--ease-cinch) 1 both}.loom--cinched .loom__cord-hl{animation:loom-sheen .7s var(--ease) 1 both}.loom--cinched .loom__guides,.loom--cinched .loom__nodes,.loom--cinched .loom__crosses,.loom--cinched .loom__clues{animation:loom-recede var(--dur-slow) var(--ease) 1 both}@keyframes loom-cinch{0%{transform:scale(1.015)}60%{transform:scale(.992)}to{transform:scale(1)}}@keyframes loom-sheen{0%{stroke:var(--accent-contrast);opacity:.9}to{stroke:color-mix(in oklab,var(--accent-contrast) 42%,var(--accent));opacity:1}}@keyframes loom-recede{0%{opacity:1}to{opacity:.28}}@media (prefers-reduced-motion: reduce){.loom__cord-hl{animation:none}.loom__block-glow{animation:loom-block-pulse-static 1.2s linear 1}.loom__whisper{animation:loom-whisper 1.6s linear 1}.loom--cinched .loom__guides,.loom--cinched .loom__nodes,.loom--cinched .loom__crosses,.loom--cinched .loom__clues{opacity:.28}}@keyframes loom-block-pulse-static{0%,90%{opacity:.6}to{opacity:0}}@font-face{font-family:Literata;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Literata-Regular.ttf) format("truetype")}@font-face{font-family:Literata;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/Literata-Bold.ttf) format("truetype")}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/HankenGrotesk-Regular.ttf) format("truetype")}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/HankenGrotesk-Bold.ttf) format("truetype")}:root{color-scheme:light dark;--font-display: "Literata", Georgia, "Times New Roman", serif;--font-text: "Literata", Georgia, "Times New Roman", serif;--font-num: "Hanken Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;--num-feat: "tnum" 1, "lnum" 1;--step--1: clamp(.8rem, .77rem + .15vw, .88rem);--step-0: clamp(1rem, .96rem + .2vw, 1.1rem);--step-1: clamp(1.25rem, 1.18rem + .35vw, 1.4rem);--step-2: clamp(1.56rem, 1.44rem + .6vw, 1.8rem);--step-3: clamp(1.95rem, 1.75rem + 1vw, 2.4rem);--step-4: clamp(2.44rem, 2.1rem + 1.7vw, 3.3rem);--step-5: clamp(3.05rem, 2.45rem + 3vw, 4.8rem);--lh-tight: 1.08;--lh-snug: 1.28;--lh-body: 1.58;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--radius-cell: 4px;--radius: 10px;--radius-lg: 16px;--radius-pill: 999px;--stroke-thread: 6px;--stroke-warp: 1px;--dur-fast: .15s;--dur: .2s;--dur-cinch: .22s;--dur-slow: .32s;--ease: cubic-bezier(.22, 1, .36, 1);--ease-cinch: cubic-bezier(.34, 1.42, .52, 1);--stitch-travel: 9s;--weave-grain: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cfilter%20id%3D%22w%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.03%200.13%22%20numOctaves%3D%222%22%20seed%3D%227%22%20stitchTiles%3D%22stitch%22%20result%3D%22a%22%2F%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.13%200.03%22%20numOctaves%3D%222%22%20seed%3D%2223%22%20stitchTiles%3D%22stitch%22%20result%3D%22b%22%2F%3E%3CfeBlend%20in%3D%22a%22%20in2%3D%22b%22%20mode%3D%22multiply%22%20result%3D%22c%22%2F%3E%3CfeColorMatrix%20in%3D%22c%22%20type%3D%22luminanceToAlpha%22%2F%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type%3D%22gamma%22%20amplitude%3D%221.1%22%20exponent%3D%221.5%22%20offset%3D%220%22%2F%3E%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3Crect%20width%3D%22200%22%20height%3D%22200%22%20filter%3D%22url(%23w)%22%2F%3E%3C%2Fsvg%3E");--weave-grain-tight: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22140%22%20height%3D%22140%22%3E%3Cfilter%20id%3D%22w%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.05%200.2%22%20numOctaves%3D%222%22%20seed%3D%224%22%20stitchTiles%3D%22stitch%22%20result%3D%22a%22%2F%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.2%200.05%22%20numOctaves%3D%222%22%20seed%3D%2217%22%20stitchTiles%3D%22stitch%22%20result%3D%22b%22%2F%3E%3CfeBlend%20in%3D%22a%22%20in2%3D%22b%22%20mode%3D%22multiply%22%20result%3D%22c%22%2F%3E%3CfeColorMatrix%20in%3D%22c%22%20type%3D%22luminanceToAlpha%22%2F%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type%3D%22gamma%22%20amplitude%3D%221.1%22%20exponent%3D%221.4%22%20offset%3D%220%22%2F%3E%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3Crect%20width%3D%22140%22%20height%3D%22140%22%20filter%3D%22url(%23w)%22%2F%3E%3C%2Fsvg%3E");--weave-alpha: .5;--weave-alpha-frame: .66;--bg: #f1ebdc;--bg-weave:#eadfca;--surface: #fbf6ec;--frame: #e7dcc6;--text: #221f33;--muted: #5c5647;--border: #ded3bd;--accent: #383075;--accent-strong:#2c245e;--accent-contrast:#fbf6ec;--madder: #b7412f;--madder-ink:#9a342a;--success: #4f6f3f;--warn: #a5702a;--danger: #9a342a;--block-glow: rgba(183,65,47,.22);--shadow: 0 1px 2px rgba(34,31,51,.06);--shadow-lg: 0 8px 24px rgba(34,31,51,.12);--inset: inset 0 2px 6px rgba(34,31,51,.1);--focus: 0 0 0 3px rgba(56,48,117,.4)}@media (prefers-color-scheme: dark){:root{--bg: #15131f;--bg-weave:#1a1826;--surface: #1f1c2c;--frame: #17151f;--weave-alpha: .62;--weave-alpha-frame: .72;--text: #ece5d6;--muted: #a79d86;--border: #2c2839;--accent: #a79ff0;--accent-strong:#c3bcff;--accent-contrast:#15131f;--madder: #e68372;--madder-ink:#ec9081;--success: #8fb576;--warn: #d6a45a;--danger: #ec9081;--block-glow: rgba(230,131,114,.24);--shadow: 0 1px 2px rgba(0,0,0,.5);--shadow-lg: 0 12px 32px rgba(0,0,0,.6);--inset: inset 0 2px 8px rgba(0,0,0,.45);--focus: 0 0 0 3px rgba(167,159,240,.55)}}@media (prefers-reduced-motion: reduce){:root{--dur-fast: 1ms;--dur: 1ms;--dur-cinch: 1ms;--dur-slow: 1ms;--stitch-travel: 0s}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-text);color:var(--text);background-color:var(--bg);background-image:repeating-linear-gradient(24deg,transparent 0 7px,color-mix(in oklab,var(--bg-weave) 20%,transparent) 7.5px,transparent 8px 16px);-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:var(--bg-weave);opacity:var(--weave-alpha);-webkit-mask:var(--weave-grain);mask:var(--weave-grain);-webkit-mask-size:200px 200px;mask-size:200px 200px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) clamp(1rem,5vw,2.5rem);max-width:1080px;margin:0 auto;width:100%}.wordmark{display:inline-flex;align-items:center;gap:var(--space-2);font-family:var(--font-display);font-weight:700;font-size:var(--step-1);letter-spacing:-.01em;color:var(--text);text-decoration:none}.wordmark__knot{display:inline-flex}.wordmark:focus-visible{outline:none;box-shadow:var(--focus);border-radius:var(--radius)}.link-back{background:transparent;border:1px solid var(--border);border-radius:var(--radius-pill);min-height:40px;padding:0 1rem;color:var(--text);cursor:pointer;font:600 var(--step--1)/1 var(--font-text);transition:background var(--dur) var(--ease),transform var(--dur) var(--ease)}.link-back:hover{background:var(--surface)}.link-back:active{transform:translateY(1px)}.link-back:focus-visible{outline:none;box-shadow:var(--focus)}.land{max-width:1080px;margin:0 auto;padding:clamp(1rem,4vw,2.5rem) clamp(1rem,5vw,2.5rem) var(--space-8);display:grid;gap:clamp(1.5rem,4vw,3rem);grid-template-columns:1fr;align-items:center}@media (min-width: 860px){.land{grid-template-columns:1.05fr 1fr}}.land__intro{display:grid;gap:var(--space-3);justify-items:start}.eyebrow{margin:0;font:600 var(--step--1)/1 var(--font-num);font-variant-numeric:tabular-nums lining-nums;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.land__title{margin:0;font-family:var(--font-display);font-weight:700;font-size:var(--step-4);line-height:var(--lh-tight);letter-spacing:-.02em}.land__date{margin:0;color:var(--muted);font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-size:var(--step-0)}.land__difficulty{color:var(--madder);font-family:var(--font-display);font-style:italic;font-weight:500}.lede{margin:var(--space-2) 0 0;max-width:42ch;color:var(--muted);font-size:var(--step-0);line-height:var(--lh-body)}.lede strong{color:var(--text);font-weight:600}.cta-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-3)}.btn{--_bg: var(--surface);--_fg: var(--text);display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.6rem;border-radius:var(--radius-pill);font:600 var(--step-0)/1 var(--font-text);text-decoration:none;cursor:pointer;background:var(--_bg);color:var(--_fg);border:1px solid var(--border);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),background var(--dur) var(--ease)}.btn--primary{--_bg: var(--accent);--_fg: var(--accent-contrast);border-color:transparent;box-shadow:var(--shadow)}.btn--ghost{background:transparent}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:none;box-shadow:var(--focus)}.land__board{display:grid;justify-items:center;gap:var(--space-3)}.land__hint{margin:0;max-width:34ch;text-align:center;color:var(--muted);font-size:var(--step--1);line-height:var(--lh-snug)}.topbar--solve{max-width:1080px}.solve{max-width:720px;margin:0 auto;padding:clamp(.5rem,3vw,1.5rem) clamp(1rem,5vw,2rem) var(--space-8);display:grid;gap:var(--space-4);justify-items:center}.solve__head{text-align:center;display:grid;gap:var(--space-1)}.solve__title{margin:0;font-family:var(--font-display);font-weight:700;font-size:var(--step-3);letter-spacing:-.02em}.solve__date{margin:0;color:var(--muted);font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-size:var(--step-0)}.solve__stage{width:100%;display:grid;justify-items:center}.loom-frame--stage{padding:var(--space-4)}.sitefoot{display:flex;gap:1rem;justify-content:center;align-items:center;padding:1.25rem 1rem 1.5rem;font-size:.85rem;color:var(--muted)}.sitefoot a{color:var(--muted);text-decoration:underline;text-underline-offset:3px}.sitefoot a:hover{color:var(--text)}.legal{max-width:720px;margin:0 auto;padding:clamp(1.5rem,5vw,4rem) 1.25rem}.legal h1{font-family:var(--font-display);letter-spacing:-.02em}.legal h2{margin-top:1.6rem;font-size:1.1rem}.legal p{color:var(--muted);line-height:1.7}.legal a{color:var(--accent)}.legal__updated{font-size:var(--step--1)}.btn--sm{min-height:44px;padding:0 1.1rem;font-size:var(--step--1)}.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}.threadstats{display:flex;gap:var(--space-6);margin:var(--space-3) 0 0}.threadstat dt{font:600 var(--step--1)/1 var(--font-num);letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.threadstat dd{margin:var(--space-1) 0 0;font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-size:var(--step-2);font-weight:700;color:var(--accent)}.threadstat__unit{font-size:var(--step-0);font-weight:600;color:var(--muted)}.land__proof{margin:var(--space-2) 0 0;color:var(--muted);font-size:var(--step-0);line-height:var(--lh-snug)}.land__proof strong{color:var(--text);font-weight:600}.land__proof-n{font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-weight:700;font-size:var(--step-1);color:var(--accent)}.payoff{max-width:1080px;margin:0 auto;padding:var(--space-6) clamp(1rem,5vw,2.5rem) var(--space-8);display:grid;gap:clamp(1.25rem,3vw,2.5rem);align-items:center;grid-template-columns:1fr}@media (min-width: 860px){.payoff{grid-template-columns:.85fr 1.15fr}}.payoff__copy{display:grid;gap:var(--space-2);justify-items:start}.payoff__title{margin:0;font-family:var(--font-display);font-weight:700;font-size:var(--step-3);line-height:var(--lh-tight);letter-spacing:-.02em}.payoff__note{margin:var(--space-1) 0 0;max-width:44ch;color:var(--muted);font-size:var(--step-0);line-height:var(--lh-body)}.payoff__note strong{color:var(--text);font-weight:600}.payoff__eg{color:var(--muted);font-style:italic}.payoff__card{width:100%;max-width:560px;justify-self:center}.land__ad,.result__ad{max-width:1080px;margin:0 auto;padding:0 clamp(1rem,5vw,2.5rem) var(--space-8);display:flex;justify-content:center}.solve__hud{display:flex;align-items:baseline;justify-content:center;gap:var(--space-4);width:100%}.hud__timer{font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-size:var(--step-4);font-weight:700;color:var(--text);line-height:1}.hud__meta{font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-size:var(--step-0);color:var(--muted)}.solve__controls{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;justify-content:center;width:100%}.markmode{display:inline-flex;padding:4px;gap:4px;background:var(--frame);border:1px solid var(--border);border-radius:var(--radius-pill);box-shadow:var(--inset)}.markmode__btn{display:inline-flex;align-items:center;gap:var(--space-2);min-height:44px;padding:0 1rem;border:none;border-radius:var(--radius-pill);background:transparent;cursor:pointer;color:var(--muted);font:600 var(--step--1)/1 var(--font-text);transition:background var(--dur) var(--ease),color var(--dur) var(--ease)}.markmode__btn.is-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.markmode__btn:focus-visible{outline:none;box-shadow:var(--focus)}.markmode__swatch{width:18px;height:10px;border-radius:5px}.markmode__swatch--cord{background:var(--accent)}.markmode__swatch--stitch{background:repeating-linear-gradient(90deg,var(--madder) 0 3px,transparent 3px 6px)}.solve__tools{display:inline-flex;flex-wrap:wrap;gap:var(--space-2)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:disabled:hover{transform:none;box-shadow:var(--shadow)}.solve__legend{margin:0;max-width:46ch;text-align:center;color:var(--muted);font-size:var(--step--1);line-height:var(--lh-body)}.solve__legend strong{color:var(--text);font-weight:600}.result{max-width:720px;margin:0 auto;padding:clamp(.5rem,3vw,1.5rem) clamp(1rem,5vw,2rem) var(--space-6);display:grid;gap:var(--space-6);justify-items:center;animation:result-rise var(--dur-slow) var(--ease) 1 both}@keyframes result-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.result__crown{text-align:center;display:grid;gap:var(--space-1)}.result__title{margin:0;font-family:var(--font-display);font-weight:700;font-size:var(--step-3);line-height:var(--lh-tight);letter-spacing:-.02em}.result__sub{margin:0;color:var(--muted);font-family:var(--font-display);font-style:italic;font-size:var(--step-1);line-height:var(--lh-snug)}.result__meta{margin:var(--space-2) 0 0;color:var(--muted);font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-size:var(--step--1)}.result__difficulty{color:var(--madder);font-weight:500}.result__best{color:var(--success);font-weight:600}.result__card{width:100%}.result__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center}.result__status{margin:0;min-height:1.2em;color:var(--muted);font-size:var(--step--1);text-align:center}.result__hook{display:grid;gap:var(--space-2);justify-items:center;text-align:center}.result__streak{margin:0;font-family:var(--font-display);font-size:var(--step-1);color:var(--text)}.result__pb{margin:0;color:var(--muted);font-family:var(--font-num);font-variant-numeric:tabular-nums lining-nums;font-size:var(--step-0)}.result__links{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center;margin-top:var(--space-2)}.solvecard{margin:0;width:100%}.solvecard__svg svg{display:block;width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border)}.keepsake{width:100%;display:grid;gap:var(--space-4);justify-items:center;padding:var(--space-6);border:1px dashed var(--border);border-radius:var(--radius-lg);background:color-mix(in oklab,var(--surface) 70%,transparent)}.keepsake__head{text-align:center;display:grid;gap:var(--space-2);max-width:46ch}.keepsake__title{margin:0;font-family:var(--font-display);font-size:var(--step-2)}.keepsake__note{margin:0;color:var(--muted);font-size:var(--step--1);line-height:var(--lh-body)}.keepsake__note strong{color:var(--madder-ink)}.keepsake__reveal{display:grid;gap:var(--space-4);justify-items:center}.keepsake__art{width:min(320px,78vw)}.keepsake__art svg{display:block;width:100%;height:auto}.keepsake__gate{border-style:dashed}.unravelled{max-width:620px;margin:0 auto;text-align:center;padding:clamp(2rem,8vw,5rem) clamp(1rem,5vw,2rem);display:grid;gap:var(--space-4);justify-items:center}.unravelled__title{margin:0;font-family:var(--font-display);font-weight:700;font-size:var(--step-3);letter-spacing:-.02em}.unravelled__body{margin:0;max-width:44ch;color:var(--muted);line-height:var(--lh-body)}.archive{margin-top:var(--space-4);display:grid;gap:var(--space-2);justify-items:start}.archive__label{margin:0;font-family:var(--font-num);font-size:var(--step--1);letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.archive__row{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--space-2)}.archive__chip{display:inline-flex;align-items:baseline;gap:var(--space-2);min-height:44px;padding:.4rem .9rem;text-decoration:none;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-pill);box-shadow:var(--inset);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.archive__chip:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.archive__chip:focus-visible{outline:none;box-shadow:var(--focus)}.archive__no{font-family:var(--font-num);font-weight:700;color:var(--accent);font-variant-numeric:var(--num-feat)}.archive__date{font-family:var(--font-num);font-size:var(--step--1);color:var(--muted);font-variant-numeric:var(--num-feat)}.shared{max-width:760px;margin:0 auto;padding:clamp(1rem,5vw,3rem) clamp(1rem,5vw,2rem) var(--space-8);display:grid;gap:var(--space-4);justify-items:center;text-align:center}.shared__title{margin:0;font-family:var(--font-display);font-weight:700;font-size:var(--step-2);letter-spacing:-.01em}.shared__note{margin:0;max-width:46ch;color:var(--muted);line-height:var(--lh-body)}.shared__skeleton{width:100%;max-width:640px;aspect-ratio:1200 / 630;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(100deg,var(--surface) 30%,var(--frame) 50%,var(--surface) 70%);background-size:200% 100%;animation:shared-shimmer 1.4s ease-in-out infinite}@keyframes shared-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.shared__skeleton{animation:none}.archive__chip{transition:none}.archive__chip:hover{transform:none}.btn,.link-back{transition:none}.btn:hover{transform:none}.result{animation:none}}
