@keyframes live-pulse{0%{box-shadow:0 0 #ef4058b3}70%{box-shadow:0 0 0 7px #ef405800}to{box-shadow:0 0 #ef405800}}@keyframes live-spin{to{transform:rotate(360deg)}}.live-badge{border-radius:var(--radius);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;align-items:center;gap:.4rem;padding:.2rem .55rem;font-size:.68rem;font-weight:600;line-height:1.4;display:inline-flex}.live-badge svg{width:12px;height:12px}.live-badge--live{background:var(--red-600);color:var(--pure-white)}.live-badge__dot{background:var(--pure-white);width:7px;height:7px;animation:live-pulse 1.8s var(--ease) infinite;border-radius:50%}.live-badge--scheduled{border-color:var(--navy-700);background:var(--pure-white);color:var(--navy-800)}.live-badge--ended{border-color:var(--rule-strong);background:var(--parchment-100);color:var(--ink-600)}.live-badge--replay{background:var(--navy-900);color:var(--brass-300)}.live-spinner{border:2px solid #ffffff40;border-top-color:var(--brass-300);vertical-align:-.1em;border-radius:50%;width:1em;height:1em;margin-right:.55em;animation:.9s linear infinite live-spin;display:inline-block}.live-note{border-left:3px solid var(--brass-500);background:var(--parchment-50);color:var(--ink-600);padding:.7rem .9rem;font-size:.9rem;line-height:1.55}.live-panel{background:var(--pure-white);border:1px solid var(--rule-brass);border-left:3px solid var(--navy-700);border-radius:var(--radius);gap:.85rem;min-width:0;padding:clamp(1rem,2.6vw,1.4rem);display:grid}.live-panel__title{color:var(--navy-900);align-items:center;gap:.45rem;font-weight:600;display:inline-flex}.live-panel__title svg{width:18px;height:18px;color:var(--red-600)}.live-setup{border-radius:var(--radius);color:var(--ink-600);background:snow;border:1px dashed #bf0a3073;grid-template-columns:auto minmax(0,1fr);gap:.75rem;padding:.9rem 1rem;font-size:.9rem;line-height:1.55;display:grid}.live-setup__icon{width:20px;height:20px;color:var(--red-700);margin-top:.1rem}.live-setup__title{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--red-700);font-size:.72rem;font-weight:600}.live-setup code{border-radius:var(--radius);background:var(--parchment-100);font-family:var(--font-mono);color:var(--navy-900);padding:.05rem .3rem;font-size:.85em}.live-screen-mark{background:radial-gradient(60% 70% at 50% 45%, #2f5ba373, transparent 70%), var(--texture-engraved), var(--navy-900);color:#e2c6838c;place-items:center;display:grid;position:absolute;inset:0}.live-screen-mark__emblem{opacity:.22;width:min(66%,460px);height:auto}.live-screen__message .live-screen-mark__emblem,.live-screen__start .live-screen-mark__emblem{opacity:.12}.live-standards{color:var(--ink-600);gap:.45rem;margin:0;padding-left:1.3rem;font-size:.92rem;line-height:1.55;display:grid}.live-standards strong{color:var(--navy-900)}.live-standards li::marker{font-family:var(--font-mono);color:var(--brass-700);font-size:.8em}.live-standards li.is-camera::marker{color:var(--red-600)}.live-standards--compact{max-height:15rem;padding-right:.5rem;font-size:.86rem;overflow-y:auto}.live-standards-box{border:1px solid var(--rule-brass);border-top:3px solid var(--navy-900);border-radius:var(--radius);background:var(--parchment-50);gap:.7rem;padding:.9rem 1rem;display:grid}.live-standards-box__title{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--navy-800);font-size:.72rem;font-weight:600}.live-check{border-top:1px solid var(--rule);color:var(--charcoal);cursor:pointer;align-items:flex-start;gap:.6rem;padding-top:.7rem;font-size:.92rem;font-weight:500;line-height:1.5;display:flex}.live-check input{width:18px;height:18px;accent-color:var(--red-600);flex:none;margin:.15rem 0 0}.live-index{gap:clamp(1.25rem,3vw,2rem);min-width:0;display:grid}.live-bar{background:var(--white);border:1px solid var(--rule-brass);border-top:4px solid var(--navy-900);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem 1.5rem;padding:1rem 1.15rem;display:flex}.live-bar__status{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--navy-900);flex-wrap:wrap;align-items:center;gap:.35rem .6rem;font-size:.8rem;font-weight:500;display:inline-flex}.live-bar__dot{background:var(--ink-400);border-radius:50%;width:10px;height:10px}.live-bar__dot.is-live{background:var(--red-600);animation:live-pulse 1.8s var(--ease) infinite}.live-bar__sep{color:var(--brass-600)}.live-bar__actions{flex-wrap:wrap;gap:.6rem;display:flex}@media (max-width:559px){.live-bar__actions,.live-bar__actions .btn{flex:100%}}.live-form{border-left:1px solid var(--rule-brass);border-top:4px solid var(--red-600);box-shadow:var(--shadow-card);gap:1.1rem}.live-form__head{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.35rem .85rem;display:grid}.live-form__icon{background:var(--red-600);width:34px;height:34px;color:var(--pure-white);border-radius:50%;padding:6px}.live-form__title{font-size:var(--step-2);color:var(--navy-900)}.live-form__grid{gap:1rem 1.5rem;display:grid}@media (min-width:760px){.live-form__grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start}.live-form__wide{grid-column:1/-1}}.live-form .forum-count{justify-self:end}.forum-count.is-full{color:var(--red-700);font-weight:600}.live-when{border:0;min-width:0;margin:0;padding:0}.live-when legend{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--ink-500);margin-bottom:.4rem;padding:0;font-size:.7rem;font-weight:600}.live-when__choices{border:1px solid var(--rule-strong);border-radius:var(--radius);background:var(--white);width:fit-content;padding:3px;display:inline-flex}.live-when__choice{border-radius:var(--radius);min-height:40px;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--navy-800);cursor:pointer;align-items:center;padding:0 1.1rem;font-size:.8rem;font-weight:600;display:inline-flex;position:relative}.live-when__choice input{opacity:0;pointer-events:none;position:absolute}.live-when__choice.is-on{background:var(--navy-900);color:var(--pure-white)}.live-when__choice:has(input:focus-visible){outline:2px solid var(--focus);outline-offset:2px}.live-when .input{margin-top:.6rem}.live-when .forum-hint{margin-top:.45rem;display:block}.live-section{gap:1rem;min-width:0;display:grid}.live-section__head{border-bottom:2px solid var(--navy-900);gap:.3rem;padding-bottom:.7rem;display:grid}.live-section__title{font-size:var(--step-3);color:var(--navy-900);align-items:baseline;gap:.6rem;display:flex}.live-section__count{font-family:var(--font-mono);letter-spacing:.06em;color:var(--brass-700);font-size:.78rem;font-weight:600}#live-now .live-section__count{color:var(--red-600)}.live-section__dek{max-width:70ch;color:var(--ink-600);font-size:.92rem;line-height:1.55}.live-grid{gap:clamp(.9rem,2vw,1.25rem);margin:0;padding:0;list-style:none;display:grid}@media (min-width:620px){.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1000px){.live-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.live-card{background:var(--pure-white);border:1px solid var(--rule);border-radius:var(--radius);min-width:0;box-shadow:var(--shadow-card);transition:box-shadow .2s var(--ease), transform .2s var(--ease);grid-template-rows:auto 1fr;display:grid;position:relative;overflow:hidden}.live-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.live-card--live{box-shadow:0 0 0 1px #bf0a3040, var(--shadow-card);border-color:#bf0a308c}.live-card__screen{aspect-ratio:16/9;background:var(--navy-950);border-bottom:3px solid var(--navy-700);color:var(--pure-white);text-decoration:none;display:block;position:relative;overflow:hidden}.live-card--live .live-card__screen{border-bottom-color:var(--red-600)}.live-card--ended:not(.live-card--replay) .live-card__screen{border-bottom-color:var(--brass-500)}.live-card__thumb{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.live-card__badge{position:absolute;top:.65rem;left:.65rem}.live-card__chip{border-radius:var(--radius);font-family:var(--font-mono);color:var(--pure-white);background:#04112bc7;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;bottom:.65rem;right:.65rem}.live-card__chip svg{width:14px;height:14px;color:var(--brass-300)}.live-card__when{font-family:var(--font-display);color:var(--pure-white);text-shadow:0 1px 12px #00000080;font-size:clamp(1.15rem,1rem + .6vw,1.45rem);line-height:1.15;position:absolute;bottom:.6rem;left:.65rem;right:.65rem}.live-card__play{background:var(--red-600);width:54px;height:54px;transition:transform .2s var(--ease);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #00000059}.live-card__play svg{width:22px;height:22px;margin-left:3px}.live-card:hover .live-card__play{transform:translate(-50%,-50%)scale(1.07)}.live-card__body{align-content:start;gap:.45rem;min-width:0;padding:.9rem 1rem 1.05rem;display:grid}.live-card__title{color:var(--navy-900);overflow-wrap:anywhere;font-size:clamp(1.12rem,1.05rem + .3vw,1.3rem);line-height:1.22}.live-card__title a{text-decoration:none}.live-card__title a:after{content:"";position:absolute;inset:0}.live-card__title a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--red-600);text-decoration-color:var(--red-600)}.live-card__title a:focus-visible{outline:none}.live-card:has(.live-card__title a:focus-visible){outline:2px solid var(--focus);outline-offset:3px}.live-card__host{flex-wrap:wrap;align-items:center;gap:.3rem .6rem;font-size:.88rem;display:flex}.live-card__mine{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--red-700);font-size:.64rem;font-weight:600}.live-card__meta{color:var(--ink-500);flex-wrap:wrap;align-items:center;gap:.2rem .85rem;font-size:.82rem;display:flex}.live-card__replay{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:600}.live-card__replay.is-ready{color:var(--navy-700)}.live-card__replay.is-processing{color:var(--brass-700)}.live-card__replay.is-none{color:var(--ink-500)}.live-card__excerpt{-webkit-line-clamp:2;color:var(--ink-600);overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.live-card--ghost{border-color:var(--parchment-300);min-height:250px;box-shadow:none;background:linear-gradient(90deg, var(--parchment-100), var(--parchment-200), var(--parchment-100));background-size:200% 100%;animation:1.4s linear infinite shimmer}.live-card--ghost:hover{box-shadow:none;transform:none}.live-empty{border:1px dashed var(--rule-strong);border-radius:var(--radius);background:var(--parchment-50);color:var(--ink-600);padding:1.1rem 1.25rem}.live-members-panel{margin:0}.live-watch-page{--live-top:78px;padding-block:1rem clamp(2rem,5vw,3.5rem)}.live-watch{min-width:0}.live-watch--teaser{gap:1.25rem;max-width:880px;display:grid}.live-watch--teaser>.link-arrow,.live-teaser .live-badge{justify-self:start}.live-screen.live-screen--locked{aspect-ratio:auto;min-height:clamp(320px,40vw,430px)}.live-screen__lock{width:30px;height:30px;color:var(--brass-300)}.live-screen__actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.4rem;display:flex}.live-teaser__note{max-width:70ch;color:var(--ink-500);font-size:.88rem;line-height:1.55}.live-watch__grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"stage""head""chat""details";align-items:start;gap:clamp(.9rem,2.2vw,1.25rem);min-width:0;display:grid}.live-watch__stage{grid-area:stage;min-width:0}.live-watch__head{grid-area:head;gap:.55rem;min-width:0;display:grid}.live-watch__chat{grid-area:chat;min-width:0}.live-watch__details{grid-area:details;gap:.9rem;min-width:0;display:grid}@media (min-width:1100px){.live-watch__grid{grid-template:"stage chat""head chat""details chat"1fr/minmax(0,1fr) minmax(340px,400px);column-gap:1.5rem}.live-watch__chat{top:calc(var(--live-top) + 1rem);position:sticky}}.live-watch__title{font-size:var(--step-3);color:var(--navy-900);overflow-wrap:anywhere;line-height:1.15}.live-watch__byline{color:var(--ink-500);flex-wrap:wrap;align-items:center;gap:.3rem 1rem;font-size:.9rem;display:flex}.live-watch__description{max-width:72ch;font-family:var(--font-serif);color:var(--charcoal);white-space:pre-wrap;overflow-wrap:anywhere;font-size:1.02rem;line-height:1.7}.live-watch__actions{border-top:1px solid var(--rule);flex-wrap:wrap;gap:.35rem .5rem;padding-top:.75rem;display:flex}.live-staff{margin-top:.25rem}.live-chat{height:72dvh;min-height:420px;max-height:900px}@media (min-width:1100px){.live-chat{height:calc(100vh - var(--live-top) - 5.5rem);height:calc(100dvh - var(--live-top) - 5.5rem);min-height:520px}}.live-chat .forum-live__here svg{color:var(--brass-300)}.live-chat__state{color:var(--ink-600);align-content:start;justify-items:start;gap:.75rem;padding:1.25rem 1rem;display:grid}.live-chat__closed{margin:1rem}.live-screen{aspect-ratio:16/9;background:var(--navy-950);border-radius:var(--radius);width:100%;box-shadow:var(--shadow-document);color:var(--text-on-dark);position:relative;overflow:hidden}.live-screen:fullscreen{aspect-ratio:auto;border-radius:0}.live-screen__video{object-fit:contain;background:#000;width:100%;height:100%;position:absolute;inset:0}.live-screen__video.is-mirrored{transform:scaleX(-1)}.live-screen__iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.live-screen__message{text-align:center;place-content:center;justify-items:center;gap:.6rem;padding:1.25rem;display:grid;position:absolute;inset:0}.live-screen__message>:not(.live-screen-mark){position:relative}.live-screen__message--over{background:#04112bd1}.live-screen__big-icon{width:40px;height:40px;color:var(--brass-300)}.live-screen__headline{max-width:30ch;font-family:var(--font-display);color:var(--pure-white);text-wrap:balance;font-size:clamp(1.2rem,1rem + 1.1vw,1.9rem);line-height:1.2}.live-screen__sub{max-width:46ch;color:var(--text-on-dark-muted);font-size:.9rem;line-height:1.55}.live-screen__sub:empty{display:none}.live-screen__tag{pointer-events:none;flex-wrap:wrap;align-items:center;gap:.45rem;display:flex;position:absolute;top:.75rem;left:.75rem}.live-screen__latency,.live-screen__preview{border-radius:var(--radius);font-family:var(--font-mono);letter-spacing:.04em;color:var(--pure-white);background:#04112bb8;padding:.18rem .5rem;font-size:.7rem;font-weight:500}.live-screen__preview{letter-spacing:.08em;text-transform:uppercase;color:var(--brass-300)}.live-screen__controls{gap:.4rem;display:flex;position:absolute;bottom:.65rem;right:.65rem}.live-screen__button{width:40px;height:40px;color:var(--pure-white);background:#04112bb8;border:1px solid #ffffff40;border-radius:50%;place-items:center;display:grid}.live-screen__button svg{width:19px;height:19px}.live-screen__button:hover{background:var(--navy-700)}.live-screen__button:focus-visible,.live-screen__unmute:focus-visible,.live-screen__start:focus-visible{outline:2px solid var(--brass-300);outline-offset:2px}.live-screen__unmute{background:var(--red-600);color:var(--pure-white);border:0;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #0006}.live-screen__unmute svg{width:18px;height:18px}.live-screen__unmute:hover{background:var(--red-700)}.live-screen__start{width:100%;color:var(--pure-white);background:0 0;border:0;place-content:center;justify-items:center;gap:.8rem;padding:0;display:grid;position:absolute;inset:0}.live-screen__start>:not(.live-screen-mark):not(.live-screen__poster){position:relative}.live-screen__poster{object-fit:cover;filter:brightness(.55)saturate(.9);width:100%;height:100%;position:absolute;inset:0}.live-screen__play{background:var(--red-600);width:68px;height:68px;transition:transform .2s var(--ease);border-radius:50%;place-items:center;display:grid;box-shadow:0 12px 30px #0006}.live-screen__play svg{width:28px;height:28px;margin-left:4px}.live-screen__start:hover .live-screen__play{transform:scale(1.06)}.live-screen--studio.is-on-air{box-shadow:0 0 0 3px var(--red-600), var(--shadow-document)}.live-screen--ghost{box-shadow:none;background:linear-gradient(90deg, var(--parchment-100), var(--parchment-200), var(--parchment-100));background-size:200% 100%;animation:1.4s linear infinite shimmer}@media (max-width:559px){.live-screen__headline{font-size:1.1rem}.live-screen__sub{font-size:.8rem}.live-screen__message .live-screen-mark__emblem{width:88%}}.live-stage{gap:0;min-width:0;display:grid}.live-console{background:var(--pure-white);border:1px solid var(--rule-brass);border-radius:0 0 var(--radius) var(--radius);border-top:0;gap:.85rem;padding:clamp(.9rem,2.4vw,1.2rem);display:grid}.live-onair{border-radius:var(--radius);background:var(--red-600);color:var(--pure-white);flex-wrap:wrap;align-items:center;gap:.35rem .9rem;padding:.65rem .9rem;display:flex}.live-onair strong{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:600}.live-onair__dot{background:var(--pure-white);width:11px;height:11px;animation:live-pulse 1.8s var(--ease) infinite;border-radius:50%}.live-onair__time{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.85rem}.live-onair__count{margin-left:auto;font-size:.85rem}.live-onair.is-reconnecting{background:var(--brass-600)}.live-onair.is-reconnecting .live-onair__dot{opacity:.6;animation:none}.live-console__devices{gap:.75rem 1rem;display:grid}@media (min-width:640px){.live-console__devices{grid-template-columns:repeat(2,minmax(0,1fr))}}.live-console__field .input{min-height:44px;font-size:.92rem}.live-console__mic{grid-template-columns:minmax(0,1fr) 64px;align-items:center;gap:.6rem;display:grid}.live-meter{--level:0;background:var(--parchment-200);border-radius:999px;height:8px;position:relative;overflow:hidden}.live-meter__fill{background:linear-gradient(90deg, #2f8f55 0 60%, var(--brass-500) 60% 85%, var(--red-600) 85%);transform:scaleX(var(--level));transform-origin:0;transition:transform 80ms linear;position:absolute;inset:0}.live-meter.is-muted .live-meter__fill{background:var(--ink-400)}.live-console__bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.live-console__tools{flex-wrap:wrap;gap:.4rem;display:flex}.live-tool{border:1px solid var(--rule-strong);background:var(--white);min-height:44px;color:var(--navy-900);border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .9rem;font-size:.84rem;font-weight:600;display:inline-flex}.live-tool svg{width:18px;height:18px}.live-tool:hover:not(:disabled){border-color:var(--navy-700);background:var(--parchment-100)}.live-tool.is-off{background:var(--red-100);color:var(--red-700);border-color:#bf0a3080}.live-tool.is-active{border-color:var(--navy-900);background:var(--navy-900);color:var(--pure-white)}.live-tool:disabled{opacity:.45;cursor:not-allowed}.live-console__main{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.live-golive{min-height:50px;padding-inline:1.6rem;font-size:.86rem}.live-golive svg{width:20px;height:20px}.live-golive:not(:disabled){box-shadow:0 8px 22px -10px #bf0a30b3}.live-end svg{width:14px;height:14px}.live-confirm{color:var(--red-700);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.9rem;font-weight:600;display:flex}@media (max-width:559px){.live-console__bar,.live-console__main{flex-direction:column;align-items:stretch}.live-console__tools{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.live-tool{border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;gap:.2rem;padding:.45rem .3rem;font-size:.72rem}.live-golive,.live-end{width:100%}.live-confirm{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.live-confirm span{grid-column:1/-1}.live-onair__count{margin-left:0}}.live-console__hint{margin-top:-.25rem}.live-console__software{justify-self:start;font-size:.84rem}.live-software{gap:.75rem}.live-copy{gap:.35rem;display:grid}.live-copy__row{flex-wrap:wrap;gap:.4rem;display:flex}.live-copy__input{min-width:0;min-height:40px;font-family:var(--font-mono);flex:240px;font-size:.84rem}.live-copy__row .btn svg{width:13px;height:13px}.live-software__srt summary{color:var(--navy-700);cursor:pointer;font-size:.86rem;font-weight:600}.live-software__srt[open] summary{margin-bottom:.5rem}.live-tier{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;vertical-align:middle;border-radius:999px;align-items:center;padding:.12rem .5rem;font-size:.6rem;font-weight:600;line-height:1.5;display:inline-flex}.live-tier--patriot{background:var(--red-600);color:var(--pure-white)}.live-tier--heritage{background:var(--navy-900);color:var(--brass-300);box-shadow:inset 0 0 0 1px var(--brass-500)}.live-program-name{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--red-700);font-size:.66rem;font-weight:600}.live-program-name--heritage{color:var(--brass-700)}.live-card--program:before{content:"";z-index:1;background:var(--red-600);height:3px;position:absolute;inset:0 0 auto}.live-card--heritage:before{background:linear-gradient(90deg, var(--brass-600), var(--brass-300), var(--brass-600))}.live-card__tier{position:absolute;top:.75rem;right:.65rem}.live-card__lock{width:50px;height:50px;color:var(--brass-300);background:#04112bb8;border:1px solid #e2c6838c;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-62%)}.live-card__lock svg{width:22px;height:22px}.live-card--locked:hover{transform:none}.live-upgrade{color:var(--ink-600);flex-wrap:wrap;align-items:center;gap:.2rem .45rem;font-size:.86rem;line-height:1.45;display:flex}.live-upgrade__icon{width:15px;height:15px;color:var(--brass-600);flex:none}.live-upgrade a{z-index:2;color:var(--red-700);text-underline-offset:2px;font-weight:600;text-decoration:underline;position:relative}.live-upgrade--heritage a{color:var(--navy-700);-webkit-text-decoration-color:var(--brass-500);text-decoration-color:var(--brass-500)}.live-card__upgrade{border-top:1px dashed var(--rule-strong);margin-top:.2rem;padding-top:.6rem}.live-programs{gap:clamp(.9rem,2vw,1.25rem);margin:0;padding:0;list-style:none;display:grid}@media (min-width:760px){.live-programs{grid-template-columns:repeat(2,minmax(0,1fr))}}.live-program{background:radial-gradient(110% 80% at 100% 0%, #bf0a3012, transparent 60%), var(--pure-white);border:1px solid var(--rule-brass);border-top:4px solid var(--red-600);border-radius:var(--radius);min-width:0;box-shadow:var(--shadow-card);grid-template-rows:auto auto auto 1fr auto;gap:.75rem;padding:clamp(1.1rem,2.6vw,1.5rem);display:grid}.live-program__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.live-program__cadence{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-500);font-size:.66rem;font-weight:600}.live-program__name{color:var(--navy-900);text-wrap:balance;font-size:clamp(1.35rem,1.15rem + .8vw,1.75rem);line-height:1.15}.live-program__about{max-width:62ch;color:var(--ink-600);font-size:.92rem;line-height:1.55}.live-program__next{border-block:1px solid var(--rule);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;min-height:76px;padding:.8rem 0;display:grid}:is(.live-program__next:has(>.live-program__none),.live-program__next:has(>.live-program__ghost)){grid-template-columns:minmax(0,1fr)}.live-program__date{border-radius:var(--radius);background:var(--navy-900);width:58px;color:var(--pure-white);align-content:center;justify-items:center;padding:.4rem 0 .45rem;display:grid}.live-program__month{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--brass-300);font-size:.62rem;font-weight:600}.live-program__day{font-family:var(--font-display);font-size:1.65rem;line-height:1}.live-program__when{justify-items:start;gap:.2rem;min-width:0;display:grid}.live-program__label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--red-700);font-size:.64rem;font-weight:600}.live-program__title{color:var(--navy-900);overflow-wrap:anywhere;font-weight:600;line-height:1.3;text-decoration:none}.live-program__title:hover{text-decoration:underline;-webkit-text-decoration-color:var(--red-600);text-decoration-color:var(--red-600)}.live-program__when time{color:var(--ink-600);font-size:.86rem}.live-program__none{color:var(--ink-500);font-size:.9rem;font-style:italic}.live-program__ghost{border-radius:var(--radius);background:linear-gradient(90deg, var(--parchment-100), var(--parchment-200), var(--parchment-100));background-size:200% 100%;height:48px;animation:1.4s linear infinite shimmer;display:block}.live-program__foot{flex-wrap:wrap;align-items:center;gap:.6rem .9rem;display:flex}.live-program__foot:empty{display:none}.live-program__lock{color:var(--ink-600);align-items:center;gap:.4rem;font-size:.86rem;font-weight:600;display:inline-flex}.live-program__lock svg{width:16px;height:16px;color:var(--brass-600)}.live-program--heritage{background:radial-gradient(90% 80% at 100% 0%, #b08a453d, transparent 65%), var(--texture-engraved), var(--navy-900);border-color:#b08a458c;border-top-color:var(--brass-500);color:var(--text-on-dark)}.live-program--heritage .live-program__cadence,.live-program--heritage .live-program__label,.live-program--heritage .live-program__month{color:var(--brass-300)}.live-program--heritage .live-program__name,.live-program--heritage .live-program__title{color:var(--pure-white)}.live-program--heritage .live-program__title:hover{-webkit-text-decoration-color:var(--brass-300);text-decoration-color:var(--brass-300)}.live-program--heritage .live-program__about,.live-program--heritage .live-program__when time,.live-program--heritage .live-program__none{color:var(--text-on-dark-muted)}.live-program--heritage .live-program__next{border-color:var(--rule-on-dark)}.live-program--heritage .live-program__date{box-shadow:inset 0 0 0 1px var(--brass-500);background:#04112b99}.live-program--heritage .live-program__lock{color:var(--text-on-dark)}.live-program--heritage .live-program__lock svg{color:var(--brass-300)}.live-program--heritage .live-program__ghost{background:#ffffff14;animation:none}.live-program--heritage .btn--navy{--btn-bg:var(--brass-500);--btn-fg:var(--navy-950);--btn-border:var(--brass-500)}.live-program--heritage .btn--navy:hover{--btn-bg:var(--brass-300);--btn-border:var(--brass-300)}.live-program--heritage .live-program__schedule{--btn-fg:var(--white);--btn-border:#f8f7f373}.live-program--heritage .live-program__schedule:hover{--btn-bg:var(--white);--btn-fg:var(--navy-900)}.live-program--heritage :focus-visible{outline-color:var(--focus-on-dark)}.live-form--heritage{border-top-color:var(--brass-500)}.live-form__tier{vertical-align:.25em;margin-left:.6rem}.live-audience__row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.live-audience__select{flex:0 320px;min-width:0}.live-screen--program{border-top:4px solid var(--red-600)}.live-screen--heritage{border-top-color:var(--brass-500)}.live-screen__eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--brass-300);font-size:.7rem;font-weight:600}.live-watch .forum-flags{align-items:center}.live-admin__title .live-tier{justify-self:start}.live-chat__locked{border:1px solid var(--rule-brass);border-left:3px solid var(--brass-500);border-radius:var(--radius);background:var(--parchment-50);color:var(--ink-600);justify-items:start;gap:.65rem;margin:1rem;padding:1rem 1.1rem;font-size:.92rem;line-height:1.5;display:grid}.live-chat__state .live-chat__locked{margin:0}.live-chat__locked-icon{width:22px;height:22px;color:var(--brass-600)}.app-livestrip__tier{margin-left:.4rem}.app-stream__tier{position:absolute;top:8px;right:8px}.app-stream__lock{box-sizing:content-box;width:18px;height:18px;color:var(--brass-300);background:#04112bb8;border:1px solid #e2c6838c;border-radius:50%;padding:9px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.live-programs-line{gap:.4rem;min-width:0;display:grid}.app-livestrip--quiet .live-programs-line{border-top:1px solid var(--rule);grid-column:1/-1;padding-top:10px}.app-livestrip:not(.app-livestrip--quiet) .live-programs-line{border:1px solid var(--rule-brass);border-radius:var(--radius);background:var(--pure-white);padding:10px 14px}.live-programs-line__label{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--brass-700);margin:0;font-size:.64rem;font-weight:600}.live-programs-line__list{flex-wrap:wrap;gap:.45rem 1.5rem;margin:0;padding:0;list-style:none;display:flex}.live-programs-line__item{flex-wrap:wrap;align-items:center;gap:.3rem .55rem;min-width:0;font-size:.9rem;display:inline-flex}.live-programs-line__title{color:var(--navy-700);overflow-wrap:anywhere;font-weight:600}.live-programs-line__time{color:var(--ink-500);white-space:nowrap;font-size:.84rem}.live-programs-line__lock{width:14px;height:14px;color:var(--brass-600)}@media (prefers-reduced-motion:reduce){.live-program__ghost{animation:none}}.live-admin .admin-tiles a{background:var(--pure-white);color:inherit;justify-items:start;gap:.3rem;padding:1rem 1.1rem;text-decoration:none;display:grid}.live-admin .admin-tiles a:hover{background:var(--parchment-50)}.live-admin .admin-tiles a.is-alert{background:var(--red-100)}.live-admin .table-wrap{position:relative}.live-admin__streams td{vertical-align:top}.live-admin__title .live-badge{justify-self:start}.live-admin__title{gap:.25rem;min-width:220px;display:grid}.live-admin__title a{color:var(--navy-700);overflow-wrap:anywhere;font-weight:600}.live-admin__actions{flex-wrap:wrap;gap:.35rem;display:flex}.live-admin__actions .btn{white-space:nowrap}.live-admin tr.is-removed td{background:snow}
.dm-page{--dm-top:75px;padding-block:clamp(1rem,2.5vw,1.6rem) clamp(2rem,5vw,3.5rem)}.dm-page__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem 2rem;margin-bottom:clamp(.85rem,2vw,1.15rem);display:flex}.dm-page__heading{gap:.35rem;display:grid}.dm-crumbs ol{margin-bottom:.35rem}.dm-page__title{color:var(--navy-900);font-size:clamp(2rem,1.6rem + 1.6vw,2.9rem);line-height:1}.dm-page__dek{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--ink-500);align-items:center;gap:.45rem;padding-bottom:.2rem;font-size:.7rem;font-weight:500;display:inline-flex}.dm-page__dek svg{width:14px;height:14px;color:var(--red-600)}.dm-gate{max-width:880px}.dm-state{max-width:640px}.dm-app{height:calc(100vh - var(--dm-top) - 12.5rem);height:calc(100dvh - var(--dm-top) - 12.5rem);background:var(--pure-white);border:1px solid var(--rule-brass);border-top:4px solid var(--red-600);border-radius:var(--radius);min-width:0;min-height:540px;max-height:940px;box-shadow:var(--shadow-card);grid-template-columns:minmax(290px,350px) minmax(0,1fr);display:grid;overflow:hidden}.dm-iconbutton{width:36px;height:36px;color:var(--ink-600);background:0 0;border:0;border-radius:50%;flex:none;place-items:center;padding:0;display:grid}.dm-iconbutton svg{width:18px;height:18px}.dm-iconbutton:hover{background:var(--parchment-200);color:var(--navy-900)}.dm-iconbutton--on-dark{color:var(--text-on-dark)}.dm-iconbutton--on-dark:hover,.dm-iconbutton--on-dark[aria-expanded=true]{color:var(--pure-white);background:#ffffff1f}.dm-iconbutton--on-dark:focus-visible{outline-color:var(--focus-on-dark)}.dm-avatar{background:var(--navy-700);width:42px;height:42px;font-family:var(--font-display);color:var(--pure-white);border-radius:50%;flex:none;place-items:center;font-size:1.2rem;line-height:1;display:grid;box-shadow:inset 0 0 0 2px #ffffff29}.dm-avatar--heritage{background:var(--navy-900);box-shadow:inset 0 0 0 2px var(--brass-400);color:var(--brass-300)}.dm-avatar--digital{background:var(--brass-600)}.dm-avatar--staff{background:var(--red-600)}.dm-avatar--none{background:var(--ink-400)}.dm-avatar--sm{width:30px;height:30px;font-size:.95rem}.dm-avatar--lg{width:64px;height:64px;font-size:1.85rem}.dm-inbox__bar,.dm-thread__bar{background-color:var(--navy-900);background-image:var(--texture-engraved);border-bottom:3px solid var(--red-600);min-height:66px;color:var(--text-on-dark);align-items:center;gap:.7rem;padding:.6rem .8rem .6rem 1rem;display:flex}.dm-inbox{border-right:1px solid var(--rule-brass);background:var(--white);grid-template-rows:auto auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.dm-inbox__bar{justify-content:space-between}.dm-inbox__heading{gap:.15rem;min-width:0;display:grid}.dm-inbox__title{font-family:var(--font-display);color:var(--pure-white);font-size:1.45rem;line-height:1.05}.dm-inbox__new{flex:none}.dm-inbox__new svg{width:15px;height:15px}.dm-inbox .btn--primary:focus-visible{outline-color:var(--focus-on-dark)}.dm-live{min-width:0;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--text-on-dark-muted);align-items:center;gap:.4rem;font-size:.62rem;display:flex}.dm-live__text{text-overflow:ellipsis;min-width:0;overflow:hidden}.dm-live__dot{background:var(--ink-400);border-radius:50%;flex:none;width:8px;height:8px}.dm-live__dot.is-live{background:#3fbf6f;box-shadow:0 0 0 3px #3fbf6f40}.dm-live__dot.is-polling{background:var(--brass-300)}.dm-inbox__scroll{overscroll-behavior:contain;min-height:0;overflow-y:auto}.dm-list{margin:0;padding:0;list-style:none}.dm-row{border-bottom:1px solid var(--rule);background:var(--white);color:inherit;transition:background .15s var(--ease);border-left:3px solid #0000;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;padding:.8rem .9rem .8rem calc(1rem - 3px);text-decoration:none;display:grid}.dm-row:hover{background:var(--parchment-50)}.dm-row:focus-visible{outline-offset:-3px}.dm-row.is-selected{border-left-color:var(--red-600);background:var(--parchment-100)}.dm-row__main{gap:.15rem;min-width:0;display:grid}.dm-row__top,.dm-row__bottom{align-items:center;gap:.4rem;min-width:0;display:flex}.dm-row__name{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--navy-900);font-weight:600;overflow:hidden}.dm-row__badge{flex:none;padding:0 .3rem;font-size:.54rem}.dm-row__time{font-family:var(--font-mono);white-space:nowrap;color:var(--ink-500);flex:none;margin-left:auto;font-size:.66rem}.dm-row__excerpt{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--ink-500);flex:1;font-size:.86rem;overflow:hidden}.dm-row__you{color:var(--ink-600)}.dm-row__quiet{font-style:italic}.dm-row__typing{color:var(--red-600);font-style:italic}.dm-row__flag{color:var(--red-700);font-weight:600}.dm-row__muted{color:var(--ink-400);flex:none;display:inline-flex}.dm-row__muted svg{width:14px;height:14px}.dm-row__count{background:var(--red-600);min-width:1.4rem;height:1.4rem;font-family:var(--font-mono);color:var(--pure-white);border-radius:999px;flex:none;place-items:center;padding:0 .4rem;font-size:.68rem;font-weight:600;display:grid}.dm-row.is-muted .dm-row__count{background:var(--ink-400)}.dm-row.is-unread .dm-row__name{font-weight:700}.dm-row.is-unread .dm-row__excerpt{color:var(--charcoal);font-weight:500}.dm-row.is-unread:not(.is-muted) .dm-row__time{color:var(--red-700);font-weight:600}.dm-inbox__more{justify-items:center;gap:.5rem;padding:1rem;display:grid}.dm-empty{text-align:center;color:var(--ink-600);justify-items:center;gap:.6rem;padding:2.5rem 1.5rem;font-size:.9rem;line-height:1.55;display:grid}.dm-empty__icon{width:40px;height:40px;color:var(--brass-500)}.dm-empty__title{font-family:var(--font-display);color:var(--navy-900);font-size:1.35rem}.dm-empty .btn{margin-top:.4rem}.dm-new{border-bottom:1px solid var(--rule-brass);background:var(--pure-white);gap:.6rem;padding:.85rem 1rem 1rem;display:grid;box-shadow:0 10px 18px -16px #0a1f4480}.dm-new__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dm-new__title{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--brass-700);font-size:.7rem;font-weight:600}.dm-new__head .dm-iconbutton{width:30px;height:30px}.dm-new__head .dm-iconbutton svg{width:15px;height:15px}.dm-new__form{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.45rem .6rem;display:grid}.dm-new__label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-600);font-size:.72rem;font-weight:600}.dm-new__field{min-width:0;position:relative}.dm-new__field svg{width:16px;height:16px;color:var(--ink-400);pointer-events:none;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.dm-new__input{background:var(--pure-white);min-height:44px;padding-left:2.3rem}.dm-new__hint,.dm-new__results,.dm-new__form>.forum-error{grid-column:1/-1}.dm-new__hint{color:var(--ink-500);font-size:.8rem}.dm-new__results{gap:2px;min-width:0;margin:0;padding:0;list-style:none;display:grid}.dm-new__results:empty{display:none}.dm-new__result{border-radius:var(--radius);background:var(--white);text-align:left;border:1px solid #0000;align-items:center;gap:.6rem;width:100%;min-width:0;padding:.45rem .6rem;font-size:.92rem;display:flex;overflow:hidden}.dm-new__result:hover{border-color:var(--rule-brass);background:var(--parchment-50)}.dm-new__result:disabled{cursor:progress;opacity:.7}.dm-new__name{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--navy-900);font-weight:600;overflow:hidden}.dm-new__result .forum-badge{flex:none;padding:0 .3rem;font-size:.54rem}.dm-new__go{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--red-700);flex:none;margin-left:auto;font-size:.66rem;font-weight:600}.dm-new__note{color:var(--red-700);font-size:.88rem;line-height:1.5}.dm-blocked{border:1px dashed var(--rule-strong);border-radius:var(--radius);background:var(--parchment-50);margin:1rem;padding:.6rem .8rem;font-size:.88rem}.dm-blocked summary{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-600);cursor:pointer;font-size:.68rem;font-weight:600}.dm-blocked[open] summary{margin-bottom:.4rem}.dm-blocked__list{gap:.2rem;margin:.5rem 0 0;padding:0;list-style:none;display:grid}.dm-blocked__list li{color:var(--navy-900);justify-content:space-between;align-items:center;gap:.5rem;font-weight:600;display:flex}.dm-thread{background:var(--pure-white);grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;position:relative}.dm-thread--placeholder{grid-template-rows:auto minmax(0,1fr)}.dm-thread__back{margin-left:-.4rem;display:none}.dm-thread__bar .dm-avatar{width:40px;height:40px;font-size:1.15rem}.dm-thread__who{flex:1;gap:.15rem;min-width:0;display:grid}.dm-thread__title{min-width:0;font-family:var(--font-sans);color:var(--pure-white);font-size:1.05rem;font-weight:600;line-height:1.25}.dm-thread__bar .forum-author__name{color:var(--pure-white)}.dm-thread__bar .forum-badge--heritage{border-color:var(--brass-400)}.dm-thread__bar .forum-badge--patriot{color:var(--navy-200)}.dm-thread__bar .forum-badge--digital{color:var(--brass-300)}.dm-thread__sub{min-height:1.1rem;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-dark-muted);align-items:center;font-size:.62rem;display:flex}.dm-thread__sub svg{width:12px;height:12px}.dm-thread__private,.dm-thread__muted{align-items:center;gap:.35rem;display:inline-flex}.dm-thread__private svg{color:var(--brass-300)}.dm-thread__typing{font-family:var(--font-sans);letter-spacing:0;text-transform:none;color:var(--brass-300);font-size:.8rem;font-style:italic}.dm-menu{flex:none;position:relative}.dm-menu__panel{z-index:5;border:1px solid var(--rule-brass);border-top:3px solid var(--navy-900);border-radius:var(--radius);background:var(--pure-white);width:min(330px,100vw - 2.5rem);box-shadow:var(--shadow-lift);color:var(--charcoal);gap:.2rem;padding:.4rem;display:grid;position:absolute;top:calc(100% + .5rem);right:0}.dm-menu__item{border-radius:var(--radius);text-align:left;width:100%;color:var(--navy-900);background:0 0;border:0;align-items:flex-start;gap:.65rem;padding:.6rem .65rem;font-size:.92rem;font-weight:600;display:flex}.dm-menu__item span{gap:.1rem;display:grid}.dm-menu__item small{color:var(--ink-500);font-size:.78rem;font-weight:400}.dm-menu__item svg{width:18px;height:18px;color:var(--ink-600);flex:none;margin-top:.1rem}.dm-menu__item:hover{background:var(--parchment-100)}.dm-menu__item--danger,.dm-menu__item--danger svg{color:var(--red-700)}.dm-menu__item:disabled{opacity:.6;cursor:progress}.dm-menu__hint{border-top:1px solid var(--rule);color:var(--ink-500);align-items:center;gap:.4rem;margin:.2rem .3rem .1rem;padding:.45rem .35rem .1rem;font-size:.78rem;display:flex}.dm-menu__hint svg{flex:none;width:14px;height:14px}.dm-menu__confirm{color:var(--ink-600);gap:.7rem;padding:.5rem .5rem .4rem;font-size:.88rem;line-height:1.5;display:grid}.dm-menu__confirm strong{color:var(--navy-900)}.dm-thread__viewport{background-color:var(--parchment-50);background-image:var(--texture-paper);min-height:0;position:relative}.dm-thread__scroller{overscroll-behavior:contain;overflow-anchor:none;height:100%;padding:.9rem clamp(.75rem,2.5vw,1.5rem) 1.1rem;overflow-y:auto}.dm-thread__scroller:focus-visible{outline:2px solid var(--navy-700);outline-offset:-2px}.dm-thread__earlier{justify-items:center;gap:.5rem;padding:.25rem 0 .75rem;display:grid}.dm-thread__start{text-align:center;justify-items:center;gap:.5rem;padding:1.25rem 1rem 1.5rem;display:grid}.dm-thread__start-title{font-family:var(--font-display);color:var(--navy-900);font-size:1.3rem;line-height:1.25}.dm-thread__start-note{text-wrap:balance;max-width:46ch;color:var(--ink-500);font-size:.82rem;line-height:1.5}.dm-thread__start-note svg{vertical-align:-1px;width:13px;height:13px;color:var(--red-600);margin-right:.3rem;display:inline-block}.dm-thread__error{margin:1rem 0}.dm-messages{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dm-day{align-items:center;gap:.75rem;margin:1rem 0 .4rem;display:flex}.dm-day:before,.dm-day:after{content:"";background:var(--rule-brass);flex:1;height:1px}.dm-day__label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;color:var(--brass-700);font-size:.66rem;font-weight:600}.dm-msg{flex-direction:column;min-width:0;margin-top:.7rem;display:flex}.dm-msg--grouped{margin-top:.22rem}.dm-msg--mine{align-items:flex-end}.dm-msg--theirs{align-items:flex-start}.dm-msg__row{align-items:center;gap:.2rem;min-width:0;max-width:min(76%,640px);display:flex}.dm-msg--mine .dm-msg__row{flex-direction:row-reverse}.dm-msg__bubble{border-radius:var(--radius-lg);min-width:0;padding:.5rem .8rem .35rem}.dm-msg--theirs .dm-msg__bubble{border:1px solid var(--rule-brass);border-left:3px solid var(--navy-700);background:var(--pure-white);color:var(--charcoal);box-shadow:0 1px #0a1f440d}.dm-msg--mine .dm-msg__bubble{border:1px solid var(--navy-900);border-right:3px solid var(--red-600);background:var(--navy-900);color:var(--pure-white)}.dm-msg__text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.97rem;line-height:1.5}.dm-msg--mine .forum-link{color:var(--brass-300);text-decoration-color:#e2c6838c}.dm-msg--mine .forum-link:focus-visible{outline-color:var(--focus-on-dark)}.dm-msg__meta{font-family:var(--font-mono);letter-spacing:.03em;text-align:right;white-space:nowrap;color:var(--ink-500);margin-top:.15rem;font-size:.62rem}.dm-msg--mine .dm-msg__meta{color:var(--text-on-dark-muted)}.dm-msg--gone .dm-msg__bubble{border:1px dashed var(--rule-strong);box-shadow:none;color:var(--ink-500);background:0 0}.dm-msg--gone .dm-msg__meta{color:var(--ink-400)}.dm-msg__gone{font-size:.9rem;font-style:italic}.dm-msg__more{width:30px;height:30px;color:var(--ink-500);opacity:0;transition:opacity .15s var(--ease);background:0 0;border:0;border-radius:50%;flex:none;place-items:center;padding:0;display:grid}.dm-msg__more svg{width:16px;height:16px}.dm-msg:hover .dm-msg__more,.dm-msg.is-open .dm-msg__more,.dm-msg__more:focus-visible{opacity:1}.dm-msg__more:hover,.dm-msg__more[aria-expanded=true]{background:var(--parchment-200);color:var(--navy-900)}@media (hover:none){.dm-msg__more{opacity:.7}}.dm-msg__menu{border:1px solid var(--rule);border-radius:var(--radius-lg);background:var(--pure-white);flex-wrap:wrap;align-items:center;gap:.3rem;max-width:min(100%,520px);margin-top:.35rem;padding:.35rem;display:flex}.dm-msg__menu .forum-hint{padding:0 .4rem}.dm-msg__edit{gap:.5rem;width:min(560px,78vw);display:grid}.dm-msg .dm-panel{width:min(560px,100%)}.dm-panel__text{color:var(--charcoal);font-size:.9rem;line-height:1.5}.dm-msg__status{color:#174f2c;background:#e6f2ea;border-left:3px solid #1c6b3a;max-width:min(100%,520px);margin-top:.4rem;padding:.4rem .7rem;font-size:.84rem}.dm-msg__receipt{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-400);align-items:center;gap:.25rem;margin-top:.25rem;font-size:.6rem;font-weight:600;display:inline-flex}.dm-msg__receipt.is-seen{color:var(--navy-700)}.dm-msg__receipt svg{width:14px;height:14px}.dm-msg--pending .dm-msg__bubble{opacity:.72}.dm-msg--pending.is-failed .dm-msg__bubble{border-right-color:var(--ink-400);opacity:1}.dm-msg--pending.is-failed .dm-msg__meta{color:var(--red-400);font-weight:600}.dm-msg__failed{color:var(--red-700);justify-items:end;gap:.1rem;margin-top:.3rem;font-size:.84rem;display:grid}.dm-msg__failed-actions{gap:.25rem;display:flex}.dm-thread__jump{background:var(--navy-900);box-shadow:var(--shadow-lift);white-space:nowrap;color:var(--pure-white);border:0;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .95rem;font-size:.8rem;font-weight:600;display:inline-flex;position:absolute;bottom:.75rem;right:1rem}.dm-thread__jump svg{width:15px;height:15px}.dm-thread__jump:hover{background:var(--navy-700)}.dm-thread__jump:focus-visible{outline-color:var(--brass-500)}.dm-thread__compose{border-top:1px solid var(--rule-brass);background:var(--white);padding:.65rem .8rem .55rem}.dm-composer{gap:.3rem;display:grid}.dm-composer__row{align-items:flex-end;gap:.5rem;display:flex}.dm-composer__input{border:1px solid var(--rule-strong);background:var(--pure-white);min-width:0;min-height:46px;max-height:180px;font:inherit;color:var(--charcoal);resize:none;border-radius:23px;flex:1;padding:.68rem .95rem;font-size:1rem;line-height:1.4}.dm-composer__input::placeholder{color:var(--ink-400)}.dm-composer__input:focus-visible{border-color:var(--navy-700);outline:2px solid var(--navy-700);outline-offset:0}.dm-composer__send{background:var(--red-600);width:46px;height:46px;color:var(--pure-white);border:0;border-radius:50%;flex:none;place-items:center;display:grid}.dm-composer__send svg{width:20px;height:20px}.dm-composer__send:hover{background:var(--red-700)}.dm-composer__send:disabled{background:var(--parchment-300);color:var(--ink-500);cursor:not-allowed}.dm-composer__hint{color:var(--ink-500);flex-wrap:wrap;justify-content:space-between;gap:.2rem 1rem;padding-inline:.6rem;font-size:.72rem;display:flex}.dm-composer__left.is-full{color:var(--red-700);font-weight:600}@media (pointer:coarse){.dm-keys{display:none}}.dm-closed{border:1px dashed var(--rule-strong);border-radius:var(--radius);background:var(--parchment-50);color:var(--ink-600);align-items:flex-start;gap:.55rem;padding:.75rem .9rem;font-size:.9rem;line-height:1.5;display:flex}.dm-closed svg{width:16px;height:16px;color:var(--ink-500);flex:none;margin-top:.2rem}.dm-closed strong{color:var(--navy-900)}.dm-closed--banned{background:var(--red-100);color:var(--red-700);border-color:#bf0a3066;gap:.3rem;display:grid}.dm-closed--banned strong{color:var(--red-700)}.dm-thread__notice{background-color:var(--parchment-50);background-image:var(--texture-paper);padding:1.5rem}.dm-notice{max-width:560px;color:var(--ink-600);justify-items:start;gap:.75rem;font-size:.95rem;line-height:1.55;display:grid}.dm-notice strong{color:var(--navy-900)}.dm-welcome{background-color:var(--parchment-50);background-image:var(--texture-paper);text-align:center;align-content:center;justify-items:center;gap:.85rem;min-width:0;padding:2rem clamp(1.5rem,5vw,4rem);display:grid}.dm-welcome__emblem{width:min(260px,60%);height:auto;margin-bottom:.25rem}.dm-welcome__title{max-width:22ch;color:var(--navy-900);font-size:clamp(1.5rem,1.2rem + 1vw,2.05rem);line-height:1.15}.dm-welcome__text{max-width:52ch;font-family:var(--font-serif);color:var(--ink-600);font-size:1rem;line-height:1.65}.dm-welcome .btn{margin-top:.35rem}.dm-ghost{border-radius:var(--radius-lg);background:linear-gradient(90deg, var(--parchment-100), var(--parchment-200), var(--parchment-100));background-size:200% 100%;animation:1.4s linear infinite shimmer;display:block}.dm-ghost--row{height:58px;margin:.75rem 1rem}.dm-thread__ghosts{gap:.8rem;padding:1.5rem clamp(.75rem,2.5vw,1.5rem);display:grid}.dm-ghost--theirs,.dm-ghost--mine{width:min(58%,380px);height:58px}.dm-ghost--mine{justify-self:end}.dm-ghost--short{width:min(36%,220px)}@media (max-width:859px){.dm-app{height:calc(100vh - var(--dm-top) - 1.5rem);height:calc(100dvh - var(--dm-top) - 1.5rem);grid-template-columns:minmax(0,1fr);min-height:460px}.dm-app[data-view=list]>:not(.dm-inbox),.dm-app[data-view=thread]>.dm-inbox{display:none}.dm-inbox{border-right:0}.dm-thread__back{display:grid}.dm-page:has(.dm-app[data-view=thread]){padding-top:.75rem}.dm-page:has(.dm-app[data-view=thread]) .dm-page__head{display:none}.dm-msg__row{max-width:88%}}@media (max-width:599px){.dm-page{padding-top:.85rem}.dm-page__dek{display:none}.dm-app{margin-inline:calc(var(--gutter) * -1);border-inline:0;border-radius:0}.dm-inbox__bar,.dm-thread__bar{min-height:60px;padding-left:.85rem}.dm-inbox__title{font-size:1.3rem}.dm-row{padding-block:.75rem}.dm-thread__compose{padding:.55rem .6rem .5rem}.dm-new__form{grid-template-columns:minmax(0,1fr)}.dm-new__label{display:none}}.dm-member-button svg{width:15px;height:15px}.dm-navlink{align-items:center;gap:.45em;display:inline-flex}.dm-navlink__count{background:var(--red-600);min-width:1.6em;height:1.6em;font-family:var(--font-mono);letter-spacing:0;color:var(--pure-white);border-radius:999px;place-items:center;padding:0 .45em;font-size:.85em;font-weight:600;line-height:1;display:inline-grid}.utility-bar .dm-navlink__count,.on-dark .dm-navlink__count,.site-footer .dm-navlink__count{background:var(--pure-white);color:var(--red-700)}.dm-admin__privacy{max-width:900px}.dm-admin__people{flex-wrap:wrap;align-items:center;gap:.35rem .6rem;font-size:.9rem;display:flex}.dm-admin__people .meta{font-size:.72rem}.dm-context{border:1px solid var(--rule);border-radius:var(--radius);background:var(--parchment-50);gap:.3rem;margin:0;padding:.75rem .9rem;list-style:none;display:grid}.dm-context li{grid-template-columns:6.5rem minmax(0,1fr);gap:.2rem .75rem;padding:.3rem .4rem;font-size:.88rem;line-height:1.45;display:grid}.dm-context li.is-reported{border-left:3px solid var(--red-600);background:var(--red-100)}.dm-context__who{overflow-wrap:anywhere;color:var(--navy-900);font-weight:600}.dm-context__who time{font-family:var(--font-mono);color:var(--ink-500);font-size:.66rem;font-weight:400;display:block}.dm-context__text{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--charcoal)}.dm-context__text.is-gone{color:var(--ink-500);font-style:italic}@media (max-width:599px){.dm-context li{grid-template-columns:minmax(0,1fr)}}
.shop-head{background:var(--texture-engraved), radial-gradient(110% 170% at 100% 0%, #2f5ba380, transparent 62%), var(--navy-900);color:var(--text-on-dark);border-top:1px solid #e2c6832e;position:relative;overflow:hidden}.shop-head__inner{gap:.7rem 2.5rem;padding-block:clamp(.75rem,1.4vw,.85rem) clamp(.8rem,1.4vw,.95rem);display:grid;position:relative}.shop-head__crumbs ol{line-height:1.3}@media (min-width:900px){.shop-head__inner{grid-template-columns:minmax(0,1fr) minmax(260px,330px);align-items:end}}.shop-head__heading{align-items:center;gap:clamp(.7rem,1.6vw,1rem);margin-top:.45rem;display:flex}.shop-head__badge{filter:drop-shadow(0 6px 12px #00000059);flex:none;width:clamp(46px,5.4vw,62px);height:auto}.shop-head .eyebrow{font-size:.7rem;line-height:1.3;display:flex}.shop-head .eyebrow__star{color:var(--red-400)}.shop-head__title{color:var(--pure-white);text-wrap:balance;margin-top:.15rem;font-size:clamp(1.55rem,1.1rem + 1.5vw,2.2rem);line-height:1.02}.shop-head__dek{font-family:var(--font-serif);color:var(--text-on-dark-muted);margin-top:.3rem;font-size:.95rem;line-height:1.35}.shop-head__ribbon{border-top:2px solid var(--brass-500);background:repeating-linear-gradient(180deg, var(--red-600) 0 2px, var(--pure-white) 2px 4px);height:10px;display:block}@media (max-width:599px){.shop-head__dek{display:none}}.shop-head__status{min-height:2.4rem}@media (max-width:599px){.shop-head__status{min-height:3.55rem}}@media (min-width:900px){.shop-head__status{min-height:0}}.store-status{border:1px solid var(--rule-on-dark);border-left:3px solid var(--brass-400);color:var(--text-on-dark-muted);background:#04112b66;align-items:baseline;gap:.6rem;margin:0;padding:.55rem .8rem;font-size:.8rem;line-height:1.45;display:flex}.store-status strong{color:var(--pure-white)}.store-status a{color:var(--brass-300);white-space:nowrap}.store-status a:hover{color:var(--pure-white)}.store-status__dot{background:#43c07a;border-radius:50%;flex:none;width:8px;height:8px;transform:translateY(-1px);box-shadow:0 0 0 3px #43c07a38}.store-status--test{border-left-color:var(--red-400)}.store-status--test .store-status__dot{background:var(--red-400);box-shadow:0 0 0 3px #ef405840}.store-status--closed .store-status__dot{background:var(--ink-400);box-shadow:none}.shop-body{padding-block:clamp(.75rem, 1.4vw, 1rem) var(--section-pad)}.shop-catalog{grid-template-columns:minmax(0,1fr);gap:.6rem;display:grid}.shop-tabs{position:relative}.shop-tabs__list{overscroll-behavior-x:contain;scrollbar-width:none;box-shadow:inset 0 -1px 0 var(--rule-strong);gap:.1rem;display:flex;position:relative;overflow-x:auto}.shop-tabs__list::-webkit-scrollbar{display:none}.shop-tabs.has-end .shop-tabs__list{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 64px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 64px),#0000)}.shop-tabs.has-start .shop-tabs__list{-webkit-mask-image:linear-gradient(90deg,#0000,#000 64px);mask-image:linear-gradient(90deg,#0000,#000 64px)}.shop-tabs.has-start.has-end .shop-tabs__list{-webkit-mask-image:linear-gradient(90deg,#0000,#000 64px calc(100% - 64px),#0000);mask-image:linear-gradient(90deg,#0000,#000 64px calc(100% - 64px),#0000)}.shop-tab{min-height:44px;font-family:var(--font-sans);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--ink-500);white-space:nowrap;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:.45rem;padding:.72rem .7rem;font-size:.74rem;font-weight:600;line-height:1.2;display:inline-flex;position:relative}.shop-tab:after{content:"";background:var(--red-600);height:3px;transition:transform .2s var(--ease);position:absolute;bottom:0;left:.55rem;right:.55rem;transform:scaleX(0)}.shop-tab:hover,.shop-tab[aria-pressed=true]{color:var(--navy-900)}.shop-tab[aria-pressed=true]:after{transform:scaleX(1)}.shop-tab:focus-visible{outline:2px solid var(--focus);outline-offset:-2px}.shop-tab__count{background:var(--parchment-300);min-width:1.45rem;height:1.25rem;font-family:var(--font-mono);letter-spacing:0;color:var(--ink-600);border-radius:999px;place-items:center;padding:0 .35rem;font-size:.64rem;font-weight:500;display:inline-grid}.shop-tab[aria-pressed=true] .shop-tab__count{background:var(--navy-900);color:var(--white)}.shop-tab[data-empty]:not([aria-pressed=true]){color:var(--ink-400)}.shop-tab[data-empty]:not([aria-pressed=true]) .shop-tab__count{box-shadow:inset 0 0 0 1px var(--rule);color:var(--ink-400);background:0 0}.shop-tab--skeleton{cursor:default;padding-block:.99rem}.shop-tabs__arrow{display:none}@media (hover:hover) and (pointer:fine){.shop-tabs__arrow{z-index:2;border:1px solid var(--rule-strong);background:var(--pure-white);width:30px;height:30px;color:var(--navy-900);box-shadow:var(--shadow-card);cursor:pointer;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.shop-tabs__arrow svg{width:14px;height:14px}.shop-tabs__arrow:hover{border-color:var(--navy-900);background:var(--navy-900);color:var(--white)}.shop-tabs__arrow--start{left:-2px}.shop-tabs__arrow--end{right:-2px}.shop-tabs__arrow[hidden]{display:none}}.shop-filters{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;display:grid}.shop-search{margin:0;position:relative}.shop-filters__summary{grid-column:1/-1;min-width:0}.shop-search__icon{width:17px;height:17px;color:var(--ink-400);pointer-events:none;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.shop-search__input{border:1px solid var(--rule-strong);border-radius:var(--radius);background:var(--pure-white);width:100%;min-height:44px;font-family:var(--font-sans);color:var(--charcoal);appearance:none;padding:.5rem 2.5rem .5rem 2.4rem;font-size:1rem;line-height:1.25}.shop-search__input::-webkit-search-cancel-button{appearance:none}.shop-search__input::-webkit-search-decoration{appearance:none}.shop-search__input::placeholder{color:var(--ink-400)}.shop-search__input:focus-visible{outline:2px solid var(--navy-700);outline-offset:0;border-color:var(--navy-700)}.shop-search__clear{width:36px;height:36px;color:var(--ink-500);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:.3rem;transform:translateY(-50%)}.shop-search__clear svg{width:15px;height:15px}.shop-search__clear:hover{color:var(--red-600)}.shop-filters__toggle{border:1px solid var(--navy-900);border-radius:var(--radius);background:var(--pure-white);min-height:44px;font-family:var(--font-sans);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--navy-900);white-space:nowrap;cursor:pointer;align-items:center;gap:.45rem;padding:0 .8rem;font-size:.72rem;font-weight:600;display:inline-flex}.shop-filters__toggle svg{width:16px;height:16px}.shop-filters__toggle .shop-filters__chevron{width:10px;height:10px;transition:transform .2s var(--ease)}.shop-filters__toggle[aria-expanded=true]{background:var(--navy-900);color:var(--white)}.shop-filters__toggle[aria-expanded=true] .shop-filters__chevron{transform:rotate(180deg)}.shop-filters__badge{background:var(--red-600);min-width:1.2rem;height:1.2rem;font-family:var(--font-mono);color:#fff;border-radius:999px;place-items:center;padding:0 .3rem;font-size:.64rem;display:inline-grid}.shop-filters__panel{grid-column:1/-1;display:none}.shop-filters__panel.is-open{background:var(--pure-white);border:1px solid var(--rule-brass);border-top:3px solid var(--navy-900);gap:.85rem;padding:.9rem;display:grid}.shop-filters__panel.is-open .shop-select{width:100%}.shop-filters--skeleton{gap:.6rem;display:flex}.shop-results--skeleton .skeleton--dots{display:none}@media (min-width:800px){.shop-results.shop-results--skeleton{min-height:30px}.shop-results--skeleton .skeleton--dots{max-width:none;display:block}}.shop-select{border:1px solid var(--rule-strong);border-radius:var(--radius);background:var(--pure-white);align-items:center;min-height:44px;display:inline-flex;position:relative}.shop-select:hover{border-color:var(--navy-700)}.shop-select:focus-within{outline:2px solid var(--navy-700);outline-offset:0;border-color:var(--navy-700)}.shop-select__label{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--brass-700);pointer-events:none;white-space:nowrap;padding-left:.75rem;font-size:.64rem;font-weight:600}.shop-select select{min-width:0;max-width:15rem;min-height:42px;font-family:var(--font-sans);color:var(--navy-900);text-overflow:ellipsis;appearance:none;cursor:pointer;background:0 0;border:0;flex:1;padding:0 2rem 0 .5rem;font-size:.88rem;font-weight:500}.shop-filters__panel.is-open .shop-select select{max-width:none}.shop-select select:focus{outline:none}.shop-select__chevron{width:11px;height:11px;color:var(--ink-500);pointer-events:none;position:absolute;right:.75rem}.shop-colors{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;display:flex}.shop-colors__label{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--brass-700);font-size:.64rem;font-weight:600}.shop-colors__list{flex-wrap:wrap;gap:.15rem;display:flex}@media (min-width:800px){.shop-filters{grid-template-columns:minmax(200px,340px) auto minmax(0,1fr) auto;grid-template-areas:"search design.sort""colors colors summary summary";gap:.6rem .9rem}.shop-search{grid-area:search}.shop-filters__toggle{display:none}.shop-filters__panel,.shop-filters__panel.is-open{display:contents}.shop-select--design{grid-area:design}.shop-select--sort{grid-area:sort}.shop-colors{grid-area:colors;min-height:30px}.shop-filters__summary{grid-area:summary;justify-self:end}.shop-filters__summary .shop-results{justify-content:flex-end}.shop-filters__panel.is-open .shop-select{width:auto}.shop-filters__panel.is-open .shop-select select{max-width:15rem}.shop-search__input,.shop-select{min-height:40px}.shop-select select{min-height:38px}.skeleton--field{height:40px}}.shop-swatch{--size:22px;--swatch:#c9c3b6;width:var(--size);height:var(--size);cursor:pointer;transition:box-shadow .15s var(--ease);background:0 0;border:0;border-radius:50%;flex:none;padding:0;position:relative}.shop-swatch:before{content:"";background:var(--swatch);border-radius:50%;position:absolute;inset:3px;box-shadow:inset 0 0 0 1px #0a1f4433}.shop-swatch--light:before{box-shadow:inset 0 0 0 1px #0a1f4461}.shop-swatch:hover{box-shadow:0 0 0 1px var(--rule-strong)}.shop-swatch[aria-pressed=true]{box-shadow:0 0 0 2px var(--navy-900)}.shop-swatch:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.shop-swatch--filter{--size:30px}.shop-swatch--filter[data-empty]{opacity:.35}.shop-swatch--lg{--size:44px}.shop-swatch--lg:before{inset:6px}.shop-swatch[data-soldout]:after{content:"";background:linear-gradient(135deg, transparent calc(50% - 1px), var(--red-600) calc(50% - 1px), var(--red-600) calc(50% + 1px), transparent calc(50% + 1px));border-radius:50%;position:absolute;inset:4px}.shop-results{flex-wrap:wrap;align-items:center;gap:.4rem .75rem;min-height:1.5rem;display:flex}.shop-results__count{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-500);margin:0;font-size:.72rem}.shop-results__count strong{color:var(--navy-900);font-weight:600}.shop-results__count:focus{outline:none}.shop-pills{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.shop-pill{border:1px solid var(--navy-900);background:var(--navy-900);min-height:28px;font-family:var(--font-sans);color:var(--white);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.15rem .65rem;font-size:.76rem;font-weight:500;display:inline-flex}.shop-pill:hover{border-color:var(--red-600);background:var(--red-600)}.shop-pill__x{font-size:1rem;line-height:1}.shop-results__clear{font-family:var(--font-sans);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--red-600);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:.2rem 0;font-size:.72rem;font-weight:600;text-decoration:underline}.shop-results__clear:hover{color:var(--red-700)}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.shop-grid>li{min-width:0;display:flex}@media (min-width:800px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}}@media (min-width:1100px){.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}@media (min-width:800px) and (max-width:999px){.shop-grid--row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1000px){.shop-grid--row{grid-template-columns:repeat(4,minmax(0,1fr))}}.shop-card{background:var(--pure-white);border:1px solid var(--rule);border-radius:var(--radius);width:100%;transition:transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);flex-direction:column;display:flex;position:relative;overflow:hidden}.shop-card:hover{border-color:var(--rule-brass);box-shadow:var(--shadow-lift);transform:translateY(-3px)}.shop-card__media{aspect-ratio:1;border-bottom:1px solid var(--rule);background:#f3f1ec;position:relative;overflow:hidden}.shop-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease);position:absolute;inset:0}.shop-card:hover .shop-card__media img{transform:scale(1.035)}.shop-photo-missing{background:var(--parchment-100);place-items:center;display:grid;position:absolute;inset:0}.shop-photo-missing svg{opacity:.3;width:40%;height:auto}.shop-card__body{flex-direction:column;flex:1;gap:.3rem;padding:.65rem .7rem .75rem;display:flex}@media (min-width:800px){.shop-card__body{padding:.75rem .9rem .8rem}}.shop-card__design{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--brass-700);white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;font-weight:500;line-height:1.4;overflow:hidden}.shop-card__name{font-family:var(--font-display);color:var(--navy-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(1rem,.93rem + .3vw,1.17rem);line-height:1.22;display:-webkit-box;overflow:hidden}.shop-card__link{text-decoration:none}.shop-card__link:after{content:"";z-index:1;position:absolute;inset:0}.shop-card__link:focus-visible{outline:none}.shop-card__link:focus-visible:after{outline:2px solid var(--focus);outline-offset:-3px}.shop-card:has(.shop-card__link:hover) .shop-card__name{color:var(--red-700)}.shop-card__foot{flex-direction:column;align-items:flex-start;gap:.3rem;margin-top:auto;padding-top:.15rem;display:flex}@media (min-width:800px){.shop-card__foot{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.3rem .75rem}.shop-card__foot .shop-card__price{margin-left:auto}}.shop-card__swatches{z-index:2;flex-wrap:wrap;align-items:center;gap:2px;margin-left:-3px;display:flex;position:relative}.shop-card__more{font-family:var(--font-mono);color:var(--ink-500);padding-left:.2rem;font-size:.7rem}.shop-card__meta{font-family:var(--font-mono);letter-spacing:.04em;color:var(--ink-500);font-size:.68rem;line-height:22px}.shop-card__price{font-family:var(--font-display);color:var(--charcoal);white-space:nowrap;font-size:1.15rem;line-height:1.25}.shop-card__from{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-500);font-size:.64rem;line-height:1}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,#e4ddcd 0%,#efe9dc 50%,#e4ddcd 100%) 0 0/200% 100%;animation:1.4s ease-in-out infinite shop-shimmer;display:block}@keyframes shop-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.skeleton--line{height:.7rem}.skeleton--title{height:1.1rem;margin-block:.14rem}.skeleton--design{height:.62rem;margin-block:.14rem}.skeleton--price{width:4.2rem;height:1.1rem;margin-block:.12rem}.skeleton--heading{height:2.6rem}.skeleton--dots{border-radius:999px;width:60%;max-width:150px;height:22px}.skeleton--field{width:100%;height:44px}.shop-card--skeleton .shop-card__media{border-radius:0}.shop-card--skeleton .shop-card__foot .skeleton--dots{width:60%}.skeleton-field{border:1px solid var(--rule);border-radius:var(--radius);background:var(--pure-white);align-items:center;min-height:44px;padding-inline:.8rem;display:flex}.skeleton-field--search{flex:auto}.skeleton-field--design{display:none}.skeleton-field--sort{flex:0 0 150px}@media (min-width:800px){.skeleton-field{min-height:40px}.skeleton-field--search{flex:0 340px}.skeleton-field--design{flex:0 245px;display:flex}.skeleton-field--sort{flex:0 0 195px;margin-left:auto}}.shop-card--skeleton:hover{border-color:var(--rule);box-shadow:none;transform:none}.shop-more{justify-items:center;gap:.65rem;margin-top:1.75rem;display:grid}.shop-more__count{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-500);font-size:.72rem}.shop-more__bar{background:var(--parchment-300);width:min(240px,60%);height:3px;display:block}.shop-more__bar span{background:var(--red-600);height:100%;display:block}.shop-empty__action{margin-top:1rem}.shop-item-page{padding-top:clamp(.9rem,2.2vw,1.5rem)}.shop-crumbs ol{color:var(--ink-500)}.shop-crumbs a:hover{color:var(--red-600)}.shop-item__grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:clamp(1.25rem,3.5vw,3.25rem);margin-top:.9rem;display:grid}@media (min-width:900px){.shop-item__grid{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr)}}.shop-gallery{gap:.6rem;display:grid}@media (min-width:900px){.shop-gallery{position:sticky;top:6.25rem}}.shop-gallery__main{aspect-ratio:1;border:1px solid var(--rule);border-radius:var(--radius);background:#f3f1ec;position:relative;overflow:hidden}.shop-gallery__main img{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.shop-gallery__nav{border:1px solid var(--rule-strong);width:40px;height:40px;color:var(--navy-900);box-shadow:var(--shadow-card);cursor:pointer;opacity:0;transition:opacity .2s var(--ease), background .15s var(--ease);background:#fffffff0;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.shop-gallery__nav svg{width:16px;height:16px}.shop-gallery__main:hover .shop-gallery__nav,.shop-gallery__nav:focus-visible{opacity:1}.shop-gallery__nav:hover{background:var(--navy-900);color:var(--white)}@media (hover:none){.shop-gallery__nav{opacity:1;width:34px;height:34px}}.shop-gallery__nav--prev{left:.6rem}.shop-gallery__nav--next{right:.6rem}.shop-gallery__count{font-family:var(--font-mono);letter-spacing:.08em;color:#fff;background:#0a1f44d1;border-radius:1px;padding:.15rem .45rem;font-size:.66rem;position:absolute;bottom:.6rem;right:.6rem}.shop-gallery__thumbs{scrollbar-width:thin;gap:.5rem;padding:3px;display:flex;overflow-x:auto}.shop-gallery__thumb{border:1px solid var(--rule);border-radius:var(--radius);cursor:pointer;background:#f3f1ec;flex:none;width:68px;height:68px;padding:0;overflow:hidden}.shop-gallery__thumb img{object-fit:cover;width:100%;height:100%}.shop-gallery__thumb:hover{border-color:var(--navy-700)}.shop-gallery__thumb[aria-pressed=true]{border-color:var(--red-600);box-shadow:0 0 0 2px var(--red-600)}.shop-item__info>*{margin:0}.shop-item__info>*+*{margin-top:1.1rem}.shop-item__info>.shop-item__title{margin-top:.35rem}.shop-item__info>.shop-item__price{margin-top:.45rem}.shop-item__info>.shop-added-slot:empty{margin-top:0}.shop-item__design a{text-decoration:none}.shop-item__design a:hover{color:var(--red-600)}.shop-item__title{font-size:var(--step-4);color:var(--navy-900);line-height:1.04}.shop-item__price{font-family:var(--font-display);font-size:var(--step-2);color:var(--charcoal);line-height:1.2}.shop-item__from{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-500);font-size:.72rem}.shop-option{border-top:1px solid var(--rule-brass);gap:.55rem;padding-top:1rem;display:grid}.shop-option__label{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--ink-500);font-size:.68rem;font-weight:600}.shop-option__label strong{font-family:var(--font-sans);letter-spacing:0;text-transform:none;color:var(--navy-900);font-size:.95rem;font-weight:600}.shop-option__swatches{flex-wrap:wrap;gap:1px;margin-left:-6px;display:flex}.shop-option__sizes{flex-wrap:wrap;gap:.45rem;display:flex}.shop-size{border:1px solid var(--rule-strong);border-radius:var(--radius);background:var(--pure-white);min-width:3.1rem;min-height:44px;font-family:var(--font-sans);color:var(--navy-900);cursor:pointer;transition:background .15s var(--ease), border-color .15s var(--ease), color .15s var(--ease);padding:.4rem .85rem;font-size:.84rem;font-weight:600;position:relative;overflow:hidden}.shop-size:hover:not(:disabled){border-color:var(--navy-900)}.shop-size[aria-pressed=true]{border-color:var(--navy-900);background:var(--navy-900);color:var(--white)}.shop-size:disabled{background:var(--parchment-50);color:var(--ink-400);cursor:not-allowed}.shop-size:disabled:after{content:"";background:linear-gradient(to top right, transparent calc(50% - .5px), var(--rule-strong) calc(50% - .5px), var(--rule-strong) calc(50% + .5px), transparent calc(50% + .5px));position:absolute;inset:0}.shop-option__note{font-family:var(--font-mono);letter-spacing:.02em;color:var(--ink-500);font-size:.7rem}.shop-buy{border-top:1px solid var(--rule-brass);align-items:stretch;gap:.6rem;padding-top:1rem;display:flex}.shop-qty{border:1px solid var(--rule-strong);border-radius:var(--radius);background:var(--pure-white);align-items:stretch;display:inline-flex}.shop-qty button{width:44px;min-height:48px;color:var(--navy-900);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.shop-qty button svg{width:14px;height:14px}.shop-qty button:hover:not(:disabled){color:var(--red-600)}.shop-qty button:disabled{opacity:.35;cursor:not-allowed}.shop-qty__value{min-width:1.9rem;color:var(--charcoal);place-items:center;font-weight:600;display:grid}.shop-buy__add{flex:1;min-height:50px;font-size:.84rem}.shop-buy__add svg{width:16px;height:16px}.shop-buy__hint{border-left:3px solid var(--red-600);background:var(--red-100);color:var(--red-700);padding:.6rem .85rem;font-size:.88rem}.shop-buy__note{color:var(--ink-600);font-size:.86rem}.shop-added{background:var(--pure-white);border:1px solid var(--rule-brass);border-left:3px solid #1c6b3a;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.45rem .75rem;padding:.85rem 1rem;display:grid}.shop-added__icon{color:#1c6b3a;width:20px;height:20px;margin-top:.1rem}.shop-added__text{color:var(--ink-600);font-size:.92rem;line-height:1.5}.shop-added__text strong{color:var(--charcoal)}.shop-added__links{flex-wrap:wrap;grid-column:2;align-items:center;gap:.5rem 1.1rem;display:flex}.shop-added__cart{color:var(--navy-700);-webkit-text-decoration-color:var(--brass-500);text-decoration-color:var(--brass-500);text-underline-offset:3px;font-size:.86rem;font-weight:600}.shop-added__cart:hover{color:var(--red-600)}.shop-about{border-top:1px solid var(--rule-brass);gap:.6rem;padding-top:1rem;display:grid}.shop-about__title{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--brass-700);font-size:.7rem;font-weight:600}.shop-about__text{max-width:60ch;font-family:var(--font-serif);color:var(--ink-600);font-size:1rem;line-height:1.65}.shop-about__details{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.shop-about__details li{color:var(--ink-600);grid-template-columns:16px minmax(0,1fr);gap:.55rem;font-size:.9rem;line-height:1.5;display:grid}.shop-about__details svg{width:16px;height:16px;color:var(--red-600);margin-top:.2rem}.shop-assure{background:var(--parchment-50);border:1px solid var(--rule-brass);border-top:3px solid var(--navy-900);gap:.75rem;margin:0;padding:.95rem 1rem;list-style:none;display:grid}.shop-assure li{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:.7rem;display:grid}.shop-assure svg{width:20px;height:20px;color:var(--navy-700)}.shop-assure p{color:var(--ink-600);font-size:.84rem;line-height:1.5}.shop-assure strong{color:var(--charcoal)}.shop-assure a{color:var(--navy-700);white-space:nowrap}.shop-related{margin-top:clamp(2.5rem,6vw,4rem)}.shop-related__head{border-bottom:1px solid var(--rule-brass);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem 1.5rem;margin-bottom:1.1rem;padding-bottom:.8rem;display:flex}.shop-related__title{font-size:var(--step-3);color:var(--navy-900);margin-top:.35rem}.shop-missing{margin-top:1rem}.shop-missing__title{font-size:var(--step-3);color:var(--navy-900)}.shop-item--loading .shop-item__info{gap:.9rem;display:grid}.shop-item--loading .shop-item__info>*+*{margin-top:0}.shop-about__facts{border-top:1px dashed var(--rule);gap:.45rem;margin:.2rem 0 0;padding-top:.75rem;display:grid}.shop-about__facts>div{grid-template-columns:5rem minmax(0,1fr);align-items:baseline;gap:.75rem;display:grid}.shop-about__facts dt{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--ink-500);font-size:.64rem;font-weight:600}.shop-about__facts dd{color:var(--ink-600);overflow-wrap:anywhere;font-size:.9rem;line-height:1.5}.shop-about__credit{font-family:var(--font-mono);letter-spacing:.02em;color:var(--ink-500);font-size:.68rem;line-height:1.5}.shop-landing__bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.25rem 1rem;margin-bottom:.6rem;padding-top:.35rem;display:flex}.shop-landing__bar .shop-results__count{font-weight:400}.shop-landing__filter{min-height:44px;font-family:var(--font-sans);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--navy-700);text-decoration:underline;-webkit-text-decoration-color:var(--brass-500);text-decoration-color:var(--brass-500);text-underline-offset:3px;align-items:center;font-size:.72rem;font-weight:600;display:inline-flex}.shop-landing__filter:hover{color:var(--red-600)}.shop-landing__grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}@media (min-width:960px){.shop-landing__grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}}.shop-landing__copy{gap:1rem;display:grid}.shop-landing__copy>*{margin:0}.shop-landing__title{font-size:var(--step-3);color:var(--navy-900)}.shop-landing__copy p:not(.eyebrow){max-width:68ch;font-family:var(--font-serif);font-size:var(--step-0);color:var(--ink-600);line-height:1.7}.shop-landing__copy strong{color:var(--charcoal)}.shop-landing__copy p.shop-landing__credit{font-family:var(--font-mono);letter-spacing:.02em;color:var(--ink-500);font-size:.7rem;line-height:1.5}.shop-landing__aside{background:var(--parchment-50);border:1px solid var(--rule-brass);border-top:3px solid var(--navy-900);gap:.2rem;padding:1rem 1.1rem 1.1rem;display:grid}.shop-directory{gap:1.6rem;display:grid}.shop-directory__title{font-family:var(--font-mono);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--brass-700);margin:0 0 .6rem;font-size:.7rem;font-weight:600;line-height:1.4}.shop-links{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.shop-links a{border:1px solid var(--rule-strong);border-radius:var(--radius);background:var(--pure-white);min-height:44px;font-family:var(--font-sans);color:var(--navy-900);transition:border-color .15s var(--ease), color .15s var(--ease), background .15s var(--ease);align-items:center;gap:.5rem;padding:.35rem .8rem;font-size:.86rem;font-weight:500;line-height:1.25;text-decoration:none;display:inline-flex}.shop-links a:hover{border-color:var(--navy-900);color:var(--red-700)}.shop-links a[aria-current=page]{border-color:var(--navy-900);background:var(--navy-900);color:var(--white)}.shop-links__count{font-family:var(--font-mono);color:var(--ink-500);font-size:.66rem}.shop-links a[aria-current=page] .shop-links__count{color:var(--navy-100)}@media (max-width:759px),(pointer:coarse){.shop-gallery__nav:after{content:"";border-radius:50%;position:absolute;inset:-5px}}.shop-swatch--lg[data-soldout]:after{inset:6px}.shop-item__info>.member-price,.shop-item__info>.member-teaser{margin-top:.45rem}.member-price{gap:.3rem;display:grid}.member-price--loading{min-height:1.6rem}.member-price__line,.member-teaser{align-items:baseline;gap:.5rem;margin:0;display:flex}.member-price__star,.member-teaser__star{width:.8rem;height:.8rem;color:var(--red-600);flex:none}.member-price__line>span{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--navy-900);font-size:.72rem}.member-price__line strong{font-family:var(--font-display);font-size:var(--step-1);letter-spacing:0;text-transform:none;color:var(--red-700);margin-left:.15rem;font-weight:400}.member-price__terms{font-family:var(--font-sans);letter-spacing:0;text-transform:none;color:var(--ink-500);font-size:.84rem}.member-price__line--quiet,.member-price__ship{color:var(--ink-500);margin:0;font-size:.86rem}.member-price__ship{color:var(--navy-800);padding-left:1.3rem}.member-teaser{color:var(--ink-600);font-size:.86rem;line-height:1.5}.member-teaser__star{color:var(--brass-500)}.member-teaser a{color:var(--navy-800);font-weight:600}.member-teaser a:hover{color:var(--red-600)}.cart-line__member{color:var(--red-700)}.cart-line__member s{color:var(--ink-400)}.checkout__member dt,.checkout__member dd{color:var(--red-700)}.checkout__saved{border-left:3px solid var(--red-600);background:var(--parchment-50);color:var(--navy-900);margin:0;padding:.6rem .85rem;font-size:.88rem}.checkout__summary .member-teaser{border:1px dashed var(--rule-brass);background:var(--parchment-50);padding:.7rem .85rem}
