/* S7NS Studios — brand system: navy / electric-blue / violet / chrome / crystal. Bilingual FR-primary. */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@300;400;500;600;700&display=swap');

:root {
  --bg: 230 42% 4%;          /* near-black navy */
  --bg-2: 230 34% 7%;
  --card: 230 34% 8%;
  --fg: 220 22% 93%;
  --muted-fg: 224 14% 62%;
  --blue: 210 100% 62%;      /* electric blue */
  --violet: 262 92% 68%;     /* neon violet */
  --border: 255 50% 26%;
  --border-soft: 230 30% 16%;
  --danger: 0 84% 62%;
  --radius: .5rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Sora", system-ui, sans-serif;
  background-color: hsl(var(--bg));
  color: hsl(var(--fg));
  overflow-x: clip; line-height: 1.5; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* fonts */
.display { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .01em; font-weight: 700; line-height: .98; }
.grotesk { font-family: "Space Grotesk", sans-serif; }

/* chrome metallic text */
.chrome {
  background: linear-gradient(180deg, #f6f8fc 0%, #cfd6e2 42%, #8790a2 56%, #eaeef5 78%, #b9c1d0 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
}

/* bilingual: FR primary, EN subtitle */
.bi .fr { display: block; }
.bi .en { display: block; color: hsl(var(--muted-fg)); font-weight: 400; text-transform: none; letter-spacing: .02em; }

/* layout */
.wrap { margin: 0 auto; max-width: 88rem; padding-left: 1.25rem; padding-right: 1.25rem; width: 100%; }
.wrap-narrow { max-width: 68rem; }
@media (min-width: 768px) { .wrap { padding-left: 2.5rem; padding-right: 2.5rem; } }
.muted { color: hsl(var(--muted-fg)); }
.eyebrow { font-size: .78rem; text-transform: uppercase; letter-spacing: .35em; color: hsl(var(--blue)); font-weight: 600; }

/* buttons (never pills — small radius) */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  border-radius: .6rem; padding: .85rem 1.7rem; font-weight: 600; cursor: pointer;
  border: 1px solid transparent; font-size: 1rem; font-family: "Space Grotesk", sans-serif;
  transition: transform .15s ease, box-shadow .25s ease, background-color .2s ease;
}
.btn:active { transform: scale(.98); }
.btn-primary {
  color: #fff; border: 1px solid hsl(var(--violet) / .6);
  background: linear-gradient(135deg, hsl(214 90% 46%), hsl(262 82% 52%));
  box-shadow: 0 0 22px hsl(258 90% 60% / .35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 34px hsl(258 90% 60% / .5); }
.btn-ghost { border-color: hsl(var(--border)); color: hsl(var(--fg)); background: hsl(230 40% 8% / .5); }
.btn-ghost:hover { background: hsl(230 40% 12% / .7); box-shadow: 0 0 18px hsl(258 90% 60% / .2); }
.btn-sm { padding: .5rem 1.15rem; font-size: .85rem; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .6; cursor: default; }

/* header */
.header { position: fixed; inset: 0 0 auto 0; z-index: 50; border-bottom: 1px solid transparent; transition: background-color .3s ease, border-color .3s ease; }
.header.solid { background: hsl(var(--bg) / .82); backdrop-filter: blur(14px); border-bottom-color: hsl(var(--border-soft)); }
.header > .wrap { display: flex; align-items: center; justify-content: space-between; padding: .85rem 1.25rem; }
@media (min-width: 768px) { .header > .wrap { padding: .85rem 2.5rem; } }
.brand { display: flex; align-items: center; gap: .6rem; }
.brand .logo-img { height: 2.5rem; width: auto; }
.brand .mark { height: 2.4rem; width: 2.4rem; }
.brand .name { font-family: "Space Grotesk", sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: .02em; }
.brand .name small { margin-left: .3rem; font-size: .62rem; font-weight: 500; text-transform: uppercase; letter-spacing: .3em; color: hsl(var(--muted-fg)); }
.nav { display: none; align-items: center; gap: 1.9rem; }
.nav a { font-size: .875rem; color: hsl(var(--muted-fg)); transition: color .2s ease; font-weight: 500; }
.nav a:hover, .nav a.active { color: hsl(var(--fg)); }
.nav-toggle { background: none; border: 0; color: inherit; cursor: pointer; display: inline-flex; }
/* language switch FR | EN */
.lang-switch { display: inline-flex; align-items: center; border: 1px solid hsl(var(--border) / .6); border-radius: .5rem; overflow: hidden; font-family: "Space Grotesk", sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .04em; }
.lang-switch a { padding: .32rem .6rem; color: hsl(var(--muted-fg)); transition: color .15s ease, background-color .15s ease; }
.lang-switch a:hover { color: hsl(var(--fg)); }
.lang-switch a.active { background: linear-gradient(135deg, hsl(214 90% 46%), hsl(262 82% 52%)); color: #fff; }
.header .lang-switch { margin-left: .25rem; }
.footer .lang-switch { font-size: .7rem; }
@media (max-width: 1023px) { .header .nav .lang-switch { display: none; } }
.mobile-nav .lang-switch { margin-top: .9rem; width: max-content; }
@media (min-width: 1024px) { .nav { display: flex; } .nav-toggle { display: none; } }
.mobile-nav { display: none; border-top: 1px solid hsl(var(--border-soft)); background: hsl(var(--bg)); padding: .5rem 0 1rem; }
.mobile-nav.open { display: block; }
.mobile-nav .wrap > a { display: block; padding: .8rem .9rem; color: hsl(var(--muted-fg)); border-radius: .5rem; border-left: 2px solid transparent; transition: color .15s ease, background-color .15s ease; }
.mobile-nav .wrap > a:not(.btn):hover { color: hsl(var(--fg)); background: hsl(230 40% 10% / .6); }
.mobile-nav .wrap > a.active { color: #fff; font-weight: 700; background: linear-gradient(90deg, hsl(262 82% 52% / .28), hsl(214 90% 46% / .1)); border-left-color: hsl(var(--violet)); box-shadow: inset 0 0 20px hsl(258 90% 60% / .12); }
.mobile-nav .btn { margin-top: .7rem; width: 100%; border-left: 0; }

/* made in canada · québec — quiet footer line, no box, no emoji */
.made-ca { display: inline-flex; align-items: center; gap: .5rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .22em; color: hsl(var(--muted-fg)); }
.made-ca svg { width: 13px; height: 15px; flex: 0 0 auto; color: hsl(var(--muted-fg)); opacity: .85; }
.made-ca .en { text-transform: none; letter-spacing: .1em; opacity: .6; font-size: .66rem; }

/* footer */
.footer { border-top: 1px solid hsl(var(--border-soft)); margin-top: 1rem; }
.footer .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 2.25rem 1.25rem; }
.footer .links { display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: .875rem; color: hsl(var(--muted-fg)); }
.footer .links a:hover { color: hsl(var(--fg)); }
.footer .tagline { font-size: .72rem; text-transform: uppercase; letter-spacing: .3em; color: hsl(var(--muted-fg)); }
.built-by { color: hsl(var(--muted-fg) / .8); }
.built-by a { color: hsl(var(--muted-fg)); border-bottom: 1px solid hsl(var(--border) / .5); padding-bottom: 1px; transition: color .2s ease, border-color .2s ease; }
.built-by a:hover { color: hsl(var(--blue)); border-bottom-color: hsl(var(--blue) / .7); }

/* placeholders (only until generated art drops in) */
.ph { display: grid; place-items: center; background: linear-gradient(135deg, hsl(230 40% 10%), hsl(230 45% 6%)); border: 1px dashed hsl(var(--border)); color: hsl(var(--muted-fg)); font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; text-align: center; overflow: hidden; }
.ph::after { content: attr(data-label); padding: .5rem; opacity: .7; }
.ratio-43 { aspect-ratio: 4/3; } .ratio-1610 { aspect-ratio: 16/10; } .ratio-sq { aspect-ratio: 1/1; }

/* hero */
.hero { position: relative; display: flex; align-items: center; min-height: 100dvh; overflow: hidden; padding: 7rem 0 3rem; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 70% 45%, hsl(262 80% 30% / .28), transparent 55%), radial-gradient(circle at 20% 80%, hsl(214 90% 40% / .2), transparent 50%); }
.hero-bg.img { background-size: cover; background-position: center; opacity: .55; }
.hero .wrap { position: relative; display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .hero .wrap { grid-template-columns: 1.05fr .95fr; } }
.hero-logo { height: 4.5rem; width: auto; margin-bottom: 1.5rem; }
.hero-lockup { display: flex; align-items: center; gap: .9rem; margin-bottom: 2rem; }
.hero-lockup img { height: 3.6rem; width: auto; }
.hero-lockup .wm { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 2.1rem; letter-spacing: .02em; line-height: 1; }
.hero-lockup .wm small { display: block; font-size: .62rem; font-weight: 500; letter-spacing: .45em; color: hsl(var(--muted-fg)); margin-top: .25rem; }
.dotline { display: flex; align-items: center; gap: .7rem; font-family: "Space Grotesk", sans-serif; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .32em; color: hsl(var(--fg) / .8); margin-bottom: 1.1rem; }
.dotline span { color: hsl(var(--violet)); }
h1.hero-title { font-size: clamp(2.8rem, 7vw, 5rem); }
h1.hero-title .en { font-family: "Space Grotesk", sans-serif; font-size: clamp(1rem, 2vw, 1.4rem); font-weight: 500; margin-top: .4rem; }
.hero .offer { margin-top: 1.6rem; }
.hero .offer .fr { font-family: "Space Grotesk", sans-serif; font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 600; color: hsl(var(--fg)); background: linear-gradient(90deg, hsl(var(--blue)), hsl(var(--violet))); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .offer .en { font-size: .95rem; margin-top: .2rem; }
.hero .lead { margin-top: 1.4rem; max-width: 33rem; color: hsl(var(--muted-fg)); }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero-art { position: relative; }
.hero-art .glow { position: absolute; inset: 8%; z-index: 0; border-radius: 50%; background: radial-gradient(circle, hsl(214 90% 50% / .3), hsl(262 82% 50% / .18) 45%, transparent 70%); filter: blur(30px); }
.hero-art img, .hero-art .ph { position: relative; z-index: 1; width: 100%; max-width: 30rem; margin: 0 auto; }

/* ticker */
.ticker { border-top: 1px solid hsl(var(--border-soft)); border-bottom: 1px solid hsl(var(--border-soft)); background: hsl(230 40% 6% / .6); padding: 1.1rem 0; overflow: hidden; }
.ticker-track { display: flex; width: max-content; gap: 2.5rem; white-space: nowrap; animation: marquee 30s linear infinite; }
.ticker-track span { font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .12em; color: hsl(var(--muted-fg)); }
.ticker-track span b { color: hsl(var(--violet)); font-weight: 400; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* sections */
.section { padding: 5.5rem 0; }
@media (min-width: 768px) { .section { padding: 7.5rem 0; } }
.section-head { max-width: 44rem; margin-bottom: 3rem; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin-top: .6rem; }
.section-head h2 .en { font-family: "Space Grotesk", sans-serif; font-size: clamp(.9rem, 1.6vw, 1.1rem); font-weight: 500; margin-top: .3rem; }
.band { border-top: 1px solid hsl(var(--border-soft)); border-bottom: 1px solid hsl(var(--border-soft)); background: hsl(230 40% 6% / .5); }

/* neon service panels (the beveled list) */
.svc-list { display: grid; gap: 1rem; }
.npanel {
  display: flex; align-items: center; gap: 1.1rem; padding: 1.1rem 1.3rem;
  background: linear-gradient(135deg, hsl(230 42% 9% / .9), hsl(230 46% 6% / .9));
  border: 1px solid hsl(var(--border) / .55); border-radius: .55rem;
  box-shadow: inset 0 0 24px hsl(230 60% 20% / .25), 0 0 0 transparent;
  transition: box-shadow .25s ease, border-color .25s ease, transform .15s ease;
}
a.npanel:hover { border-color: hsl(var(--violet) / .8); box-shadow: inset 0 0 24px hsl(255 60% 24% / .3), 0 0 26px hsl(258 90% 60% / .22); transform: translateY(-1px); }
.npanel .ico { flex: 0 0 auto; display: grid; place-items: center; height: 3rem; width: 3rem; color: hsl(var(--blue)); border: 1px solid hsl(var(--border) / .7); border-radius: .5rem; background: hsl(230 50% 10% / .6); clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%); }
.npanel .txt .fr { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 1.05rem; }
.npanel .txt .en { color: hsl(var(--muted-fg)); font-size: .82rem; }

/* services detail rows */
.svc-row { display: grid; gap: 2.5rem; align-items: center; border-top: 1px solid hsl(var(--border-soft)); padding: 4rem 0; scroll-margin-top: 7rem; }
@media (min-width: 1024px) { .svc-row { grid-template-columns: 1fr 1fr; } .svc-row.rev .svc-media { order: 2; } }
.svc-media { overflow: hidden; border-radius: .8rem; border: 1px solid hsl(var(--border) / .5); box-shadow: 0 0 30px hsl(258 80% 40% / .12); }
.svc-row h2 { margin-top: .5rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.svc-row h2 .en { font-family: "Space Grotesk", sans-serif; font-size: 1rem; font-weight: 500; margin-top: .2rem; }
.svc-row .body { margin-top: 1rem; color: hsl(var(--muted-fg)); }
.points { margin-top: 1.5rem; display: grid; gap: .7rem; list-style: none; }
@media (min-width: 640px) { .points { grid-template-columns: repeat(2, 1fr); } }
.points li { display: flex; align-items: center; gap: .55rem; font-size: .875rem; }
.points .chk { flex: 0 0 auto; display: grid; place-items: center; height: 1.25rem; width: 1.25rem; border-radius: 999px; background: hsl(var(--violet) / .18); color: hsl(var(--violet)); font-size: .7rem; }

/* page head */
.page-head { padding-top: 8.5rem; padding-bottom: 3rem; }
.page-head h1 { font-size: clamp(2.6rem, 6vw, 4rem); margin-top: .5rem; }
.page-head h1 .en { font-family: "Space Grotesk", sans-serif; font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 500; margin-top: .35rem; }
.page-head .sub { margin-top: 1.3rem; max-width: 40rem; }
.page-head .sub .fr { font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; color: hsl(var(--fg)); }
.page-head .sub .en { font-size: .95rem; }

/* contact strip */
.contact { border-top: 1px solid hsl(var(--border-soft)); }
.contact .wrap { display: flex; flex-direction: column; align-items: center; gap: 1.4rem; text-align: center; padding: 5rem 1.25rem; max-width: 68rem; }
.contact h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.contact h2 .en { font-family: "Space Grotesk", sans-serif; font-size: 1rem; font-weight: 500; margin-top: .2rem; }
.contact p { max-width: 30rem; color: hsl(var(--muted-fg)); }
.contact img, .contact .ph { width: 11rem; }

/* showcase */
.showcase-grid { display: grid; gap: 1.25rem; }
@media (min-width: 1024px) { .showcase-grid { grid-template-columns: repeat(3, 1fr); } }
.show-card { position: relative; overflow: hidden; border-radius: .8rem; border: 1px solid hsl(var(--border) / .5); box-shadow: 0 0 26px hsl(258 80% 40% / .1); }
.show-card.wide { grid-column: span 1; }
@media (min-width: 1024px) { .show-card.wide { grid-column: span 2; } }
.show-card .media { aspect-ratio: 16/10; }
.show-card .overlay { position: absolute; inset: 0; background: linear-gradient(to top, hsl(var(--bg)), hsl(var(--bg) / .1) 45%, transparent); }
.show-card .meta { position: absolute; inset: auto 0 0 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 1.4rem; }
.show-card .meta .tag { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: hsl(var(--blue)); }
.show-card .meta h3 { margin-top: .2rem; font-family: "Space Grotesk", sans-serif; font-size: 1.4rem; font-weight: 600; }
.show-card .meta h3 .en { font-size: .8rem; color: hsl(var(--muted-fg)); font-weight: 400; }
.show-card .meta .by { margin-top: .2rem; font-size: .72rem; color: hsl(var(--muted-fg)); }

/* radio */
.radio { position: relative; padding-top: 8.5rem; padding-bottom: 6rem; }
.radio-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 20%, hsl(262 80% 34% / .28), transparent 55%); }
.radio-center { max-width: 44rem; margin: 0 auto; text-align: center; }
.radio-center img, .radio-center .ph { width: 13rem; margin: 0 auto; }
.radio-center h1 { margin-top: 1rem; font-size: clamp(2.6rem, 6vw, 3.8rem); }
.radio-center h1 .en { font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; font-weight: 500; margin-top: .3rem; }
.radio-center .sub .fr { font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; margin-top: 1.1rem; }
.radio-center .sub .en { color: hsl(var(--muted-fg)); }
.radio-status { margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: .5rem; font-size: .875rem; color: hsl(var(--muted-fg)); }
.radio-dot { height: .5rem; width: .5rem; border-radius: 999px; background: hsl(var(--muted-fg) / .5); }
.radio-dot.live { background: hsl(var(--violet)); animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.err { color: hsl(var(--danger)); font-size: .875rem; margin-top: 1rem; }
.subgrid { margin: 3.5rem auto 0; max-width: 60rem; display: grid; gap: 1rem; text-align: left; }
@media (min-width: 640px) { .subgrid { grid-template-columns: repeat(2, 1fr); } }
.tracklist { max-width: 44rem; margin: 3.5rem auto 0; }
.tracklist h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .3em; color: hsl(var(--muted-fg)); margin-bottom: 1.1rem; }
.tracklist ul { list-style: none; overflow: hidden; border-radius: .7rem; border: 1px solid hsl(var(--border-soft)); }
.tracklist li { display: flex; align-items: center; gap: 1rem; background: hsl(var(--card) / .7); padding: 1rem 1.4rem; border-top: 1px solid hsl(var(--border-soft)); text-align: left; }
.tracklist li:first-child { border-top: 0; }
.tracklist .num { font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; color: hsl(var(--violet) / .8); }
.tracklist .t-title { font-weight: 600; }
.tracklist .t-mood { font-size: .85rem; color: hsl(var(--muted-fg)); }

/* auth / login */
.auth { display: grid; gap: 3rem; align-items: center; min-height: 100dvh; padding-top: 6rem; }
@media (min-width: 1024px) { .auth { grid-template-columns: 1fr 1fr; } }
.auth-art { display: none; }
@media (min-width: 1024px) { .auth-art { display: block; } .auth-art img, .auth-art .ph { width: 100%; max-width: 25rem; margin: 0 auto; } }
.auth-card { width: 100%; max-width: 27rem; margin: 0 auto; }
.auth-card .mark { height: 3rem; width: auto; margin-bottom: 1.4rem; }
.auth-card h1 { font-size: 2.2rem; }
.auth-card h1 .en { font-family: "Space Grotesk", sans-serif; font-size: .95rem; font-weight: 500; margin-top: .2rem; }
.auth-card > p { margin-top: .8rem; color: hsl(var(--muted-fg)); }
.auth-form { margin-top: 1.8rem; display: grid; gap: 1.1rem; border-radius: .8rem; border: 1px solid hsl(var(--border) / .5); background: hsl(var(--card) / .7); padding: 1.7rem; box-shadow: inset 0 0 28px hsl(230 60% 20% / .2); }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field label { font-size: .85rem; color: hsl(var(--muted-fg)); }
.field label .en { font-size: .72rem; }
.field input { border-radius: .55rem; border: 1px solid hsl(var(--border) / .6); background: hsl(var(--bg) / .8); padding: .75rem 1rem; color: inherit; font-family: inherit; font-size: 1rem; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus { border-color: hsl(var(--violet)); box-shadow: 0 0 0 3px hsl(262 90% 60% / .15); }
.auth-switch { margin-top: 1.1rem; font-size: .875rem; color: hsl(var(--muted-fg)); }
.auth-switch button { background: none; border: 0; color: hsl(var(--violet)); font-weight: 600; cursor: pointer; font-family: inherit; font-size: inherit; }
.auth-switch button:hover { text-decoration: underline; }
.hidden { display: none !important; }

/* vault */
.vault-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.vault-head h1 { font-size: clamp(2.6rem, 6vw, 3.8rem); }
.vault-head h1 .en { font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; font-weight: 500; margin-top: .3rem; }
.vault-head p { margin-top: 1rem; max-width: 34rem; color: hsl(var(--muted-fg)); }
.vault-head img, .vault-head .ph { display: none; width: 9rem; }
@media (min-width: 768px) { .vault-head img, .vault-head .ph { display: block; } }
.vault-controls { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.search { position: relative; flex: 1; min-width: 220px; }
.search input { width: 100%; border-radius: .6rem; border: 1px solid hsl(var(--border) / .6); background: hsl(var(--bg) / .8); padding: .7rem 1rem .7rem 2.5rem; color: inherit; font-family: inherit; outline: none; transition: border-color .2s ease; }
.search input:focus { border-color: hsl(var(--violet)); }
.search .ico { position: absolute; left: .85rem; top: 50%; transform: translateY(-50%); color: hsl(var(--muted-fg)); }
.cats { display: flex; flex-wrap: wrap; gap: .5rem; }
.cat { border-radius: .5rem; border: 1px solid hsl(var(--border-soft)); background: none; color: hsl(var(--muted-fg)); padding: .5rem 1rem; font-size: .85rem; cursor: pointer; font-family: inherit; transition: all .2s ease; }
.cat:hover { background: hsl(230 40% 12%); }
.cat.active { border-color: hsl(var(--violet)); background: linear-gradient(135deg, hsl(214 90% 46%), hsl(262 82% 52%)); color: #fff; }
.vault-grid { margin-top: 2.5rem; display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .vault-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .vault-grid { grid-template-columns: repeat(3, 1fr); } }
.vault-item { overflow: hidden; border-radius: .7rem; border: 1px solid hsl(var(--border) / .5); background: hsl(var(--card) / .7); }
.vault-item .media { aspect-ratio: 4/3; }
.vault-item .body { padding: 1.2rem; }
.vault-item .cat-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: hsl(var(--blue)); }
.vault-item h3 { margin-top: .45rem; font-weight: 600; }
.vault-item p { margin-top: .25rem; font-size: .85rem; color: hsl(var(--muted-fg)); }
.vault-empty { margin-top: 2.5rem; color: hsl(var(--muted-fg)); }
.skeleton { height: 18rem; border-radius: .7rem; border: 1px solid hsl(var(--border-soft)); background: hsl(var(--card) / .6); animation: pulse 1.4s ease-in-out infinite; }
