/* Showcase Studio correction pass.
   One calm editorial surface in both appearance modes; the helix remains a
   deliberately dark visualization chamber inside it. */

.showcase-studio,
.showcase-atlas{
  --studio-paper:#f1eadf;
  --studio-paper-2:#e8ded0;
  --studio-card:rgba(252,248,241,.86);
  --studio-card-solid:#f8f2e9;
  --studio-ink:#29251f;
  --studio-muted:#746b5f;
  --studio-line:rgba(53,45,36,.16);
  --studio-rust:#b75e3c;
  --studio-rust-deep:#8d432b;
  --studio-moss:#607a66;
  --studio-ochre:#c48d3d;
  --studio-plum:#765b70;
  --studio-shadow:0 24px 70px rgba(62,46,28,.13);
  --studio-radius:1.15rem;
  color:var(--studio-ink);
  color-scheme:light;
}

html.dark-mode .showcase-studio,
html.dark-mode .showcase-atlas{
  --studio-paper:#1a1a16;
  --studio-paper-2:#22211c;
  --studio-card:rgba(38,37,31,.88);
  --studio-card-solid:#27261f;
  --studio-ink:#eee5d7;
  --studio-muted:#b6aa9a;
  --studio-line:rgba(237,226,206,.16);
  --studio-rust:#e57d55;
  --studio-rust-deep:#f0926f;
  --studio-moss:#82a58c;
  --studio-ochre:#e1aa52;
  --studio-plum:#b697ad;
  --studio-shadow:0 24px 70px rgba(0,0,0,.34);
  color-scheme:dark;
}

.showcase-studio,
.showcase-atlas{
  position:relative;
  width:min(1480px,calc(100% - 2rem));
  margin:0 auto;
  padding:clamp(1rem,2.5vw,2.25rem) 0 7rem;
  isolation:isolate;
}
.showcase-studio::before,
.showcase-atlas::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 8% 4%,rgba(183,94,60,.13),transparent 28rem),
    radial-gradient(circle at 92% 26%,rgba(96,122,102,.13),transparent 32rem),
    linear-gradient(155deg,var(--studio-paper),var(--studio-paper-2));
}
.showcase-studio::after,
.showcase-atlas::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  opacity:.22;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
}
html.dark-mode .showcase-studio::after,
html.dark-mode .showcase-atlas::after{mix-blend-mode:soft-light;opacity:.13}
.showcase-studio *,
.showcase-atlas *{box-sizing:border-box}
.showcase-studio a,
.showcase-atlas a{color:inherit}

/* shared controls */
.showcase-icon-button{
  display:inline-grid;
  width:2.6rem;
  height:2.6rem;
  flex:0 0 auto;
  place-items:center;
  padding:0;
  border:1px solid var(--studio-line);
  border-radius:50%;
  color:var(--studio-ink);
  background:rgba(255,255,255,.12);
  text-decoration:none;
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease;
}
.showcase-icon-button svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.showcase-icon-button:hover,
.showcase-icon-button:focus-visible{transform:translateY(-1px);border-color:var(--studio-rust);background:rgba(183,94,60,.1);outline:none}
.showcase-icon-button.is-primary{border-color:transparent;background:var(--studio-rust);color:#fff8ef}
.showcase-preview-banner{margin-bottom:1rem;padding:.7rem .9rem;border:1px solid rgba(196,141,61,.35);border-radius:.8rem;background:rgba(196,141,61,.12);color:var(--studio-ink)}

/* quiet title row */
.showcase-studio__hero{
  display:flex;
  align-items:baseline;
  gap:1rem;
  min-height:clamp(8rem,15vw,13rem);
  padding:clamp(1rem,4vw,3rem) clamp(.25rem,2vw,1.25rem);
}
.showcase-studio__hero h1{
  margin:0;
  font:400 clamp(4rem,11vw,9.2rem)/.76 Georgia,"Times New Roman",serif;
  letter-spacing:-.075em;
}
.showcase-studio__count{margin-left:auto;color:var(--studio-muted);white-space:nowrap}
.showcase-studio__count strong{color:var(--studio-ink);font:600 1.1rem/1 ui-monospace,SFMono-Regular,Consolas,monospace}
.showcase-studio__add{margin-left:.25rem}

/* filters */
.showcase-studio__filters{
  position:relative;
  z-index:8;
  margin:0 0 1.2rem;
}
.showcase-studio__filters>summary{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  min-height:2.55rem;
  padding:.45rem .75rem;
  border:1px solid var(--studio-line);
  border-radius:999px;
  background:var(--studio-card);
  color:var(--studio-muted);
  cursor:pointer;
  list-style:none;
  backdrop-filter:blur(14px);
}
.showcase-studio__filters>summary::-webkit-details-marker{display:none}
.showcase-studio__filters>summary svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:1.8}
.showcase-studio__filters[open]>summary{color:var(--studio-rust);border-color:rgba(183,94,60,.35)}
.showcase-filters{
  display:grid;
  grid-template-columns:minmax(210px,1.7fr) repeat(6,minmax(125px,1fr)) auto;
  gap:.65rem;
  margin-top:.65rem;
  padding:1rem;
  border:1px solid var(--studio-line);
  border-radius:1rem;
  background:var(--studio-card);
  box-shadow:var(--studio-shadow);
  backdrop-filter:blur(18px);
}
.showcase-filters label{display:grid;gap:.32rem;min-width:0;color:var(--studio-muted);font-size:.7rem;font-weight:700;letter-spacing:.04em}
.showcase-filters input,
.showcase-filters select,
.showcase-curator input,
.showcase-curator textarea,
.showcase-curator select{
  width:100%;
  min-height:2.55rem;
  padding:.58rem .68rem;
  border:1px solid var(--studio-line);
  border-radius:.62rem;
  background:rgba(255,255,255,.34);
  color:var(--studio-ink);
  font:inherit;
}
html.dark-mode .showcase-filters input,
html.dark-mode .showcase-filters select,
html.dark-mode .showcase-curator input,
html.dark-mode .showcase-curator textarea,
html.dark-mode .showcase-curator select{background:rgba(0,0,0,.16)}
.showcase-filters input:focus,
.showcase-filters select:focus,
.showcase-curator input:focus,
.showcase-curator textarea:focus,
.showcase-curator select:focus{border-color:var(--studio-rust);outline:3px solid rgba(183,94,60,.13)}
.showcase-filters>.showcase-icon-button{align-self:end}

/* helix chamber */
.showcase-studio__helix{margin:0 0 clamp(2rem,5vw,5rem)}
.showcase-helix-atlas{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,370px);
  min-height:680px;
  overflow:hidden;
  border:1px solid rgba(238,229,215,.14);
  border-radius:1.35rem;
  background:#10120f;
  box-shadow:0 30px 90px rgba(21,18,13,.3);
}
.showcase-helix-atlas__stage{
  position:relative;
  min-width:0;
  min-height:680px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 46%,rgba(104,143,119,.18),transparent 38%),
    radial-gradient(circle at 68% 25%,rgba(213,111,69,.12),transparent 30%),
    linear-gradient(150deg,#181b17,#090b09 72%);
}
.showcase-helix-atlas__stage::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;box-shadow:inset 0 0 110px rgba(0,0,0,.52)}
.showcase-helix-atlas canvas{position:relative;z-index:1;display:block;width:100%;height:680px;outline:none;touch-action:none}
.showcase-helix-atlas canvas:focus-visible{box-shadow:inset 0 0 0 3px var(--studio-ochre)}
.showcase-helix-atlas__loading{position:absolute;inset:0;z-index:2;display:grid;place-items:center;color:#d9cdbc;font-size:1.8rem;pointer-events:none}
.showcase-helix-atlas__loading[hidden]{display:none}
.showcase-helix-atlas__year-rail{position:absolute;z-index:3;top:2.5rem;bottom:2.5rem;left:.85rem;width:4.6rem;border-left:1px solid rgba(238,229,215,.17);pointer-events:none}
.showcase-helix-atlas__year-rail button{position:absolute;left:-.2rem;display:flex;align-items:center;gap:.42rem;width:4.5rem;padding:0;border:0;background:transparent;color:#bcb09f;font:600 .64rem/1 ui-monospace,monospace;transform:translateY(-50%);pointer-events:auto;cursor:pointer}
.showcase-helix-atlas__year-rail i{order:-1;width:.42rem;height:.42rem;border-radius:50%;background:var(--studio-rust);box-shadow:0 0 12px rgba(229,125,85,.45)}

.showcase-helix-dossier{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:.9rem;
  padding:1rem clamp(1rem,2.5vw,1.65rem) 1.5rem;
  border-left:1px solid rgba(238,229,215,.12);
  background:linear-gradient(180deg,#20231e,#171915);
  color:#eee5d7;
}
.showcase-helix-tools{position:relative;margin:0 0 .1rem auto}
.showcase-helix-tools>summary{list-style:none}
.showcase-helix-tools>summary::-webkit-details-marker{display:none}
.showcase-helix-tools[open]>summary{border-color:#e57d55;color:#f4a17f}
.showcase-helix-atlas__controls{
  position:absolute;
  z-index:12;
  top:3rem;
  right:0;
  width:min(310px,calc(100vw - 3rem));
  display:grid;
  gap:.8rem;
  padding:.9rem;
  border:1px solid rgba(238,229,215,.15);
  border-radius:.9rem;
  background:rgba(21,23,19,.97);
  box-shadow:0 18px 55px rgba(0,0,0,.38);
}
.showcase-helix-tools__row{display:flex;gap:.4rem;flex-wrap:wrap}
.showcase-helix-atlas__controls .showcase-icon-button{border-color:rgba(238,229,215,.16);color:#eee5d7;background:rgba(255,255,255,.025)}
.showcase-helix-control{display:grid;grid-template-columns:5.5rem 1fr;align-items:center;gap:.7rem;color:#bdb1a1;font-size:.72rem}
.showcase-helix-control input[type=range]{width:100%;accent-color:#e57d55}
.showcase-helix-control select{height:2rem;border:1px solid rgba(238,229,215,.13);border-radius:.45rem;background:#292c25;color:#eee5d7}
.showcase-helix-palette{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}
.showcase-color-control{display:grid;gap:.28rem;color:#bdb1a1;font-size:.65rem}
.showcase-color-control input{width:100%;height:2rem;padding:.1rem;border:1px solid rgba(238,229,215,.14);border-radius:.45rem;background:transparent;cursor:pointer}
.showcase-helix-dossier__cover{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid rgba(238,229,215,.1);border-radius:.9rem;background:#2b2d27}
.showcase-helix-dossier__cover img,
.showcase-helix-dossier__cover>div{width:100%;height:100%;object-fit:cover}
.showcase-helix-dossier h2{margin:.25rem 0 0;font:400 clamp(1.9rem,3vw,3.2rem)/.92 Georgia,serif;letter-spacing:-.045em}
.showcase-helix-dossier>p{display:-webkit-box;overflow:hidden;margin:0;color:#bcb1a1;line-height:1.55;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.showcase-helix-dossier dl{display:grid;gap:0;margin:auto 0 0}
.showcase-helix-dossier dl div{display:flex;justify-content:space-between;gap:1rem;padding:.56rem 0;border-bottom:1px solid rgba(238,229,215,.1)}
.showcase-helix-dossier dt{color:#998f81;font-size:.67rem;text-transform:uppercase;letter-spacing:.08em}
.showcase-helix-dossier dd{margin:0;text-align:right}
.showcase-helix-dossier__actions{display:flex;justify-content:flex-end}

/* accessible index */
.showcase-helix-fallback{margin-top:.75rem;border:1px solid var(--studio-line);border-radius:1rem;background:var(--studio-card);overflow:hidden}
.showcase-helix-fallback>summary{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;color:var(--studio-muted);cursor:pointer;list-style:none;font-size:.78rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.showcase-helix-fallback>summary::-webkit-details-marker{display:none}
.showcase-helix-fallback ol{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.55rem;margin:0;padding:0 1rem 1rem;list-style:none}
.showcase-helix-fallback li{min-width:0}
.showcase-helix-fallback button,
.showcase-helix-fallback a{display:grid;grid-template-columns:2.35rem minmax(0,1fr);grid-template-rows:auto auto;width:100%;min-height:4.4rem;padding:.7rem;border:1px solid var(--studio-line);border-radius:.72rem;background:rgba(255,255,255,.1);color:var(--studio-ink);text-align:left;text-decoration:none;cursor:pointer}
.showcase-helix-fallback button>span{grid-row:1/3;color:var(--studio-rust);font:700 .68rem/1.2 ui-monospace,monospace}
.showcase-helix-fallback strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem}
.showcase-helix-fallback small{overflow:hidden;color:var(--studio-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem}

/* masonry archive */
.showcase-studio__catalog{position:relative}
.showcase-grid--archive{display:block;column-count:4;column-gap:1rem}
.showcase-grid--archive .showcase-card{display:inline-flex;width:100%;margin:0 0 1rem;break-inside:avoid-column}
.showcase-card{
  position:relative;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--studio-line);
  border-radius:1rem;
  background:var(--studio-card);
  box-shadow:0 12px 34px rgba(53,42,29,.08);
  transform:translateZ(0);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.showcase-card:nth-child(5n+2){transform:rotate(.16deg)}
.showcase-card:nth-child(7n+3){transform:rotate(-.18deg)}
.showcase-card:hover{transform:translateY(-4px) rotate(0);border-color:rgba(183,94,60,.38);box-shadow:var(--studio-shadow)}
.showcase-card.is-helix-selected{border-color:var(--studio-rust);box-shadow:0 0 0 3px rgba(183,94,60,.14),var(--studio-shadow)}
.showcase-card__media{position:relative;display:block;min-height:260px;overflow:hidden;background:#cfc4b4;text-decoration:none}
.showcase-card__media img{position:relative;z-index:2;display:block;width:100%;height:auto;min-height:260px;max-height:420px;object-fit:cover;opacity:0;transition:opacity .22s ease}
.showcase-card__media img.is-loaded{opacity:1}
.showcase-card__placeholder{position:absolute;inset:0;z-index:1;display:grid;width:100%;height:100%;place-items:center;opacity:1;transition:opacity .18s ease}
.showcase-card.has-loaded-media .showcase-card__placeholder{opacity:0}
.showcase-card.has-media-error .showcase-card__placeholder{opacity:1}
.showcase-card__featured-label{position:absolute;top:.7rem;right:.7rem;display:grid;width:1.75rem;height:1.75rem;place-items:center;border-radius:50%;background:rgba(22,20,16,.78);color:#f1c76d;font-size:.75rem}
.showcase-card__body{display:grid;gap:.7rem;padding:1rem}
.showcase-card__eyebrow,.showcase-card__footer{display:flex;justify-content:space-between;align-items:center;gap:.7rem;color:var(--studio-muted);font-size:.7rem}
.showcase-card__title{margin:0;font:400 clamp(1.3rem,2vw,1.7rem)/1.02 Georgia,serif;letter-spacing:-.025em}
.showcase-card__title a{text-decoration:none}
.showcase-card__summary{display:-webkit-box;overflow:hidden;margin:0;color:var(--studio-muted);font-size:.88rem;line-height:1.52;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.showcase-card__actions{display:flex;gap:.35rem}
.showcase-card__actions .showcase-icon-button{width:2.15rem;height:2.15rem}
.showcase-status{font-weight:750}.showcase-status--healthy,.showcase-status--available{color:var(--studio-moss)}.showcase-status--degraded,.showcase-status--paused,.showcase-status--deploying{color:var(--studio-ochre)}.showcase-status--unavailable{color:var(--studio-rust-deep)}

.showcase-card--generated{
  min-height:430px;
  color:#fff8ed;
  background:
    radial-gradient(circle at 78% 18%,hsl(var(--cover-accent) 62% 63% / .55),transparent 32%),
    radial-gradient(circle at 15% 86%,hsl(var(--cover-hue) 64% 55% / .42),transparent 40%),
    linear-gradient(145deg,hsl(var(--cover-hue) 45% 22%),hsl(var(--cover-accent) 38% 13%));
}
.showcase-card--generated .showcase-card__media{min-height:285px;background:transparent}
.showcase-card--generated .showcase-card__body{margin-top:auto;background:linear-gradient(180deg,transparent,rgba(13,12,10,.76) 34%,rgba(13,12,10,.9));color:#fff8ed}
.showcase-card--generated .showcase-card__eyebrow,
.showcase-card--generated .showcase-card__summary,
.showcase-card--generated .showcase-card__footer{color:rgba(255,248,237,.72)}
.showcase-card--generated .showcase-status--healthy,
.showcase-card--generated .showcase-status--available{color:#bde2c5}

.showcase-generated-cover{
  position:relative;
  display:grid;
  overflow:hidden;
  place-items:center;
  min-height:100%;
  padding:1rem;
  color:#fff8ed;
  background:
    radial-gradient(circle at 78% 20%,hsl(var(--cover-accent) 68% 65% / .58),transparent 34%),
    linear-gradient(145deg,hsl(var(--cover-hue) 52% 34%),hsl(var(--cover-accent) 44% 20%));
}
.showcase-generated-cover::after{content:"";position:absolute;width:12rem;height:12rem;border:1px solid rgba(255,255,255,.16);border-radius:50%;transform:translate(58%,45%);box-shadow:0 0 0 2rem rgba(255,255,255,.025),0 0 0 4.5rem rgba(255,255,255,.02)}
.showcase-generated-cover>span{position:absolute;top:1rem;left:1rem;font:700 .65rem/1 ui-monospace,monospace;letter-spacing:.14em}
.showcase-generated-cover>strong{position:relative;z-index:1;font:400 clamp(4rem,9vw,7.5rem)/1 Georgia,serif;letter-spacing:-.08em;text-shadow:0 8px 34px rgba(0,0,0,.32)}
.showcase-generated-cover>small{position:absolute;right:1rem;bottom:1rem;max-width:70%;text-align:right;font:700 .63rem/1.3 ui-monospace,monospace;letter-spacing:.1em;text-transform:uppercase}

/* language bars */
.showcase-language-stack{display:flex;height:.42rem;overflow:hidden;border-radius:999px;background:rgba(0,0,0,.08)}
.showcase-language-stack>span{position:relative;display:block;flex:var(--language-weight) 1 0;min-width:2px;background:var(--studio-rust)}
.showcase-language-stack>span:nth-child(2){background:var(--studio-moss)}.showcase-language-stack>span:nth-child(3){background:var(--studio-ochre)}.showcase-language-stack>span:nth-child(4){background:var(--studio-plum)}.showcase-language-stack>span:nth-child(5){background:#6f7f8c}
.showcase-language-stack i{display:block;width:100%;height:100%}.showcase-language-stack small{display:none}
.showcase-infinite{display:flex;min-height:6rem;align-items:center;justify-content:center;gap:.7rem;color:var(--studio-muted)}

/* detail page */
.showcase-detail__nav{display:flex;justify-content:space-between;margin-bottom:1rem}
.showcase-detail__hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.48fr);gap:clamp(1.5rem,5vw,5rem);align-items:center;padding:clamp(1rem,4vw,3rem) 0 clamp(2rem,6vw,5rem)}
.showcase-detail__eyebrow{display:flex;flex-wrap:wrap;gap:.55rem 1rem;color:var(--studio-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.showcase-detail__hero h1{max-width:12ch;margin:.65rem 0 1rem;font:400 clamp(3.4rem,8vw,7.5rem)/.84 Georgia,serif;letter-spacing:-.065em}
.showcase-detail__summary{max-width:720px;margin:0;color:var(--studio-muted);font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.62}
.showcase-detail__actions{display:flex;gap:.5rem;margin-top:1.2rem}
.showcase-detail__cover{position:relative;display:grid;min-height:360px;overflow:hidden;margin:0;border:1px solid var(--studio-line);border-radius:1.2rem;background:var(--studio-card);box-shadow:var(--studio-shadow)}
.showcase-detail__cover .showcase-generated-cover{position:absolute;inset:0;z-index:1;width:100%;height:100%}
.showcase-detail__cover img{position:relative;z-index:2;width:100%;height:100%;max-height:620px;object-fit:cover;opacity:0;transition:opacity .22s ease}
.showcase-detail__cover img.is-loaded{opacity:1}
.showcase-detail__cover.has-loaded-media .showcase-generated-cover{opacity:0}
.showcase-detail__cover.has-media-error .showcase-generated-cover{opacity:1}
.showcase-detail__languages{display:grid;gap:.55rem;padding:1rem 0 2rem;border-top:1px solid var(--studio-line)}
.showcase-detail__languages div{display:grid;grid-template-columns:minmax(110px,180px) 1fr 4rem;gap:.75rem;align-items:center;font-size:.78rem}
.showcase-detail__languages i{display:block;height:.45rem;border-radius:999px;background:linear-gradient(90deg,var(--studio-rust) var(--language-share),rgba(0,0,0,.08) var(--language-share))}
.showcase-detail__languages strong{text-align:right;color:var(--studio-muted)}
.showcase-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,330px);gap:clamp(1.5rem,5vw,4rem)}
.showcase-detail__main section,.showcase-detail__aside section{padding:1.2rem 0;border-top:1px solid var(--studio-line)}
.showcase-detail__main h2,.showcase-detail__aside h2{margin:0 0 .8rem;font:400 1.45rem/1.1 Georgia,serif}
.showcase-prose{color:var(--studio-muted);line-height:1.72}.showcase-prose p:first-child{margin-top:0}
.showcase-chip-list{display:flex;flex-wrap:wrap;gap:.42rem;margin:0;padding:0;list-style:none}.showcase-chip-list li{padding:.38rem .58rem;border:1px solid var(--studio-line);border-radius:999px;color:var(--studio-muted);font-size:.72rem}.showcase-chip-list small{margin-left:.25rem}
.showcase-aside-row{padding:.55rem 0;border-bottom:1px solid var(--studio-line)}.showcase-aside-row a{text-decoration:none}.showcase-aside-row p{margin:.3rem 0 0;color:var(--studio-muted);font-size:.8rem;line-height:1.45}
.showcase-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.8rem}.showcase-media-grid figure{margin:0}.showcase-media-grid img{width:100%;border-radius:.8rem}.showcase-related{display:grid;gap:.55rem}.showcase-related a{display:flex;justify-content:space-between;padding:.7rem;border:1px solid var(--studio-line);border-radius:.7rem;text-decoration:none}

/* curator */
.showcase-curator{width:min(940px,calc(100% - 1.5rem));max-height:88vh;padding:0;border:1px solid var(--studio-line);border-radius:1rem;background:var(--studio-card-solid);color:var(--studio-ink);box-shadow:0 40px 120px rgba(0,0,0,.38)}
.showcase-curator::backdrop{background:rgba(17,15,12,.58);backdrop-filter:blur(5px)}
.showcase-curator__top{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-bottom:1px solid var(--studio-line);background:var(--studio-card-solid)}
.showcase-curator__form{padding:1rem}.showcase-curator__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.showcase-curator__grid label{display:grid;gap:.35rem;color:var(--studio-muted);font-size:.72rem;font-weight:700}.showcase-curator__grid .is-wide{grid-column:1/-1}.showcase-curator__check{display:flex!important;grid-auto-flow:column;justify-content:start;align-items:center}.showcase-curator__check input{width:auto;min-height:auto}.showcase-curator__languages{margin-top:.8rem}.showcase-curator__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.showcase-curator__status{min-height:1.2rem;color:var(--studio-muted)}

/* simplified alternate views */
.showcase-view-header{display:flex;align-items:baseline;gap:1rem;padding:clamp(1rem,4vw,3rem) 0}.showcase-view-header h1{margin:0;font:400 clamp(3.8rem,9vw,7rem)/.82 Georgia,serif;letter-spacing:-.065em}.showcase-view-header nav{display:flex;gap:.4rem;margin-left:auto}.showcase-timeline{display:grid;gap:2rem}.showcase-timeline__group{display:grid;grid-template-columns:6rem 1fr;gap:1.2rem;border-top:1px solid var(--studio-line);padding-top:1rem}.showcase-timeline__group>h2{margin:0;color:var(--studio-rust);font:400 1.7rem Georgia,serif}.showcase-timeline__group>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.8rem}.showcase-timeline__group article{padding:1rem;border:1px solid var(--studio-line);border-radius:.8rem;background:var(--studio-card)}.showcase-timeline__group article>p:first-child{margin:0;color:var(--studio-muted);font-size:.7rem}.showcase-timeline__group h3{margin:.45rem 0;font:400 1.25rem Georgia,serif}.showcase-timeline__group h3 a{text-decoration:none}
.showcase-empty{padding:3rem;border:1px dashed var(--studio-line);border-radius:1rem;text-align:center;color:var(--studio-muted)}

@media (max-width:1180px){
  .showcase-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.showcase-search{grid-column:span 2}
  .showcase-grid--archive{column-count:3}
}
@media (max-width:900px){
  .showcase-helix-atlas{grid-template-columns:1fr}.showcase-helix-dossier{border-left:0;border-top:1px solid rgba(238,229,215,.12)}.showcase-helix-dossier__cover{max-height:310px}.showcase-detail__hero,.showcase-detail__layout{grid-template-columns:1fr}.showcase-detail__cover{min-height:300px}.showcase-grid--archive{column-count:2}
}
@media (max-width:680px){
  .showcase-studio,.showcase-atlas{width:min(100% - 1rem,1480px)}.showcase-studio__hero{min-height:8rem;align-items:flex-end}.showcase-studio__hero h1{font-size:clamp(3.7rem,18vw,6.5rem)}.showcase-studio__count{font-size:.8rem}.showcase-filters{grid-template-columns:1fr 1fr}.showcase-search{grid-column:1/-1}.showcase-helix-atlas,.showcase-helix-atlas__stage{min-height:560px}.showcase-helix-atlas canvas{height:560px}.showcase-helix-atlas__year-rail{display:none}.showcase-grid--archive{column-count:1}.showcase-card--generated{min-height:390px}.showcase-curator__grid{grid-template-columns:1fr}.showcase-curator__grid .is-wide{grid-column:auto}.showcase-timeline__group{grid-template-columns:1fr}.showcase-view-header{align-items:flex-end}.showcase-view-header nav{margin-left:auto}
}

.showcase-skip-link{
  position:fixed;
  top:.75rem;
  left:.75rem;
  z-index:1000;
  padding:.65rem .85rem;
  border:1px solid var(--studio-line);
  border-radius:.7rem;
  background:var(--studio-card-solid);
  color:var(--studio-ink);
  text-decoration:none;
  transform:translateY(-180%);
  transition:transform .15s ease;
}
.showcase-skip-link:focus{transform:translateY(0)}
