:root {
  --navy-950: #05061f;
  --navy-900: #080b2d;
  --navy-800: #111547;
  --blue: #2868ff;
  --blue-light: #66a4ff;
  --magenta: #b730ff;
  --white: #ffffff;
  --ink: #111426;
  --muted: #677089;
  --line: #e7e9f1;
  --surface: #f6f7fb;
  --shadow: 0 18px 50px rgba(6, 9, 40, .14);
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }

.topbar {
  background: linear-gradient(90deg, var(--blue), var(--magenta));
  color: white;
  text-align: center;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 12px;
  font-weight: 800;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 6, 31, .95);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(3, 4, 22, .18);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 230px; height: 66px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.main-nav a { color: rgba(255,255,255,.86); font-weight: 700; font-size: .92rem; }
.main-nav a:hover, .main-nav a.active { color: white; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.admin-login-button {
  min-height: 42px; display:inline-flex; align-items:center; justify-content:center; padding:0 16px;
  border-radius:13px; color:white; font-size:.82rem; font-weight:900; white-space:nowrap;
  background:linear-gradient(90deg,var(--blue),var(--magenta));
  box-shadow:0 10px 26px rgba(40,104,255,.26); transition:.2s ease;
}
.admin-login-button:hover { transform:translateY(-2px); box-shadow:0 14px 30px rgba(40,104,255,.36); }
.admin-login-short { display:none; }
.icon-button, .menu-button {
  width: 42px; height: 42px; border-radius: 13px; border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08); color: white; display: grid; place-items: center; cursor: pointer;
}
.menu-button { display: none; }
.search-panel { display: none; background: var(--navy-900); padding: 14px 0 18px; }
.search-panel.open { display: block; }
.search-wrap { display: flex; gap: 10px; }
.search-wrap input { width: 100%; border: 0; border-radius: 14px; padding: 14px 16px; outline: none; }
.search-wrap button { border:0; border-radius:14px; padding:0 20px; background:var(--blue); color:white; font-weight:800; cursor:pointer; }

.hero-shell {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(68,91,255,.35), transparent 25%),
              radial-gradient(circle at 18% 80%, rgba(190,43,255,.22), transparent 28%),
              linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: white;
  padding: 54px 0 62px;
}
.hero-shell::after {
  content:""; position:absolute; inset:0; opacity:.09;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to bottom,black,transparent 82%);
}
.hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: stretch; }
.hero-media { min-height: 500px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.36); position:relative; }
.hero-media img { width:100%; height:100%; object-fit:cover; }
.hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(3,4,20,.42),transparent 52%); }
.hero-copy { display:flex; flex-direction:column; justify-content:center; padding:24px 10px; }
.kicker { display:inline-flex; width:max-content; align-items:center; gap:8px; padding:7px 12px; border-radius:999px; background:rgba(45,106,255,.18); border:1px solid rgba(107,166,255,.42); color:#cfe1ff; font-size:.76rem; font-weight:900; text-transform:uppercase; letter-spacing:.09em; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 4.45rem); line-height: .98; letter-spacing: -.055em; margin: 20px 0 18px; }
.hero p { color: rgba(255,255,255,.76); font-size: 1.08rem; max-width: 590px; }
.meta { display:flex; flex-wrap:wrap; gap:12px; color:var(--muted); font-size:.82rem; }
.hero .meta { color:rgba(255,255,255,.65); margin:8px 0 26px; }
.primary-button, .secondary-button {
  display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:48px; border-radius:14px; padding:0 19px; font-weight:900; cursor:pointer; border:0;
}
.primary-button { color:white; background:linear-gradient(90deg,var(--blue),var(--magenta)); box-shadow:0 13px 35px rgba(46,91,255,.28); }
.secondary-button { color:var(--navy-900); background:white; border:1px solid var(--line); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }

.news-ticker { background:white; border-bottom:1px solid var(--line); }
.ticker-inner { display:flex; align-items:center; min-height:56px; gap:18px; overflow:hidden; }
.ticker-label { flex:0 0 auto; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; font-weight:900; color:white; background:var(--blue); padding:8px 12px; border-radius:999px; }
.ticker-text { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:750; }

.section { padding: 72px 0; }
.section.white { background:white; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:26px; }
.eyebrow { color:var(--blue); font-weight:900; font-size:.72rem; letter-spacing:.15em; text-transform:uppercase; }
.section-title { margin:4px 0 0; font-size:clamp(1.8rem,4vw,2.8rem); line-height:1.05; letter-spacing:-.04em; }
.section-description { color:var(--muted); max-width:560px; margin:8px 0 0; }
.view-all { font-weight:900; color:var(--blue); }

.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.news-card { background:white; border:1px solid var(--line); border-radius:var(--radius-md); overflow:hidden; box-shadow:0 10px 35px rgba(8,12,48,.07); display:flex; flex-direction:column; transition:.24s ease; }
.news-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.card-image { aspect-ratio:16/10; overflow:hidden; background:var(--navy-900); }
.card-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.news-card:hover .card-image img { transform:scale(1.045); }
.card-content { padding:20px; display:flex; flex-direction:column; flex:1; }
.category { color:var(--blue); font-size:.72rem; text-transform:uppercase; letter-spacing:.11em; font-weight:950; }
.card-content h3 { margin:9px 0 10px; font-size:1.24rem; line-height:1.18; letter-spacing:-.025em; }
.card-content p { color:var(--muted); margin:0 0 20px; }
.card-content .meta { margin-top:auto; padding-top:14px; border-top:1px solid var(--line); }

.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.category-box { min-height:155px; padding:22px; border-radius:var(--radius-md); color:white; background:linear-gradient(135deg,var(--navy-900),var(--navy-800)); position:relative; overflow:hidden; }
.category-box::after { content:""; position:absolute; width:110px; height:110px; border-radius:50%; background:linear-gradient(135deg,var(--blue),var(--magenta)); filter:blur(10px); opacity:.42; right:-40px; bottom:-46px; }
.category-box strong { position:relative; z-index:1; font-size:1.12rem; }
.category-box span { position:relative; z-index:1; display:block; margin-top:8px; color:rgba(255,255,255,.65); font-size:.88rem; }

.magazine-banner { background:linear-gradient(135deg,var(--navy-950),#16124b); color:white; border-radius:var(--radius-lg); overflow:hidden; display:grid; grid-template-columns:1fr .9fr; box-shadow:var(--shadow); }
.magazine-copy { padding:48px; }
.magazine-copy h2 { font-size:clamp(2rem,5vw,3.7rem); line-height:1; letter-spacing:-.05em; margin:12px 0 16px; }
.magazine-copy p { color:rgba(255,255,255,.7); max-width:600px; }
.magazine-art { min-height:360px; background:radial-gradient(circle at center,rgba(62,103,255,.55),transparent 38%),var(--navy-950); display:grid; place-items:center; }
.magazine-art img { width:72%; max-height:330px; object-fit:contain; }

.site-footer { background:var(--navy-950); color:white; padding:56px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:40px; }
.footer-brand img { width:260px; height:90px; object-fit:contain; object-position:left center; }
.footer-brand p { color:rgba(255,255,255,.6); max-width:460px; }
.footer-column h4 { margin:10px 0 14px; }
.footer-column a { display:block; color:rgba(255,255,255,.64); margin:9px 0; }
.footer-column a:hover { color:white; }
.footer-bottom { margin-top:38px; border-top:1px solid rgba(255,255,255,.1); padding-top:20px; display:flex; justify-content:space-between; gap:16px; color:rgba(255,255,255,.48); font-size:.82rem; }

/* Article */
.article-hero { background:linear-gradient(135deg,var(--navy-950),var(--navy-800)); color:white; padding:54px 0 68px; }
.article-hero-inner { max-width:920px; }
.article-hero h1 { font-size:clamp(2.25rem,6vw,4.65rem); line-height:1; letter-spacing:-.055em; margin:18px 0; }
.article-hero .lead { color:rgba(255,255,255,.74); font-size:1.15rem; max-width:760px; }
.article-cover { width:min(calc(100% - 32px),1080px); margin:-34px auto 0; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); background:var(--navy-900); aspect-ratio:16/8.2; }
.article-cover img { width:100%; height:100%; object-fit:cover; }
.article-layout { display:grid; grid-template-columns:minmax(0,760px) 280px; gap:48px; align-items:start; }
.article-body { background:white; border:1px solid var(--line); border-radius:var(--radius-lg); padding:clamp(25px,5vw,56px); }
.article-body p { font-family:Georgia,"Times New Roman",serif; font-size:1.12rem; line-height:1.88; color:#2d3141; margin:0 0 1.35em; }
.share-row { display:flex; flex-wrap:wrap; gap:10px; border-top:1px solid var(--line); padding-top:26px; margin-top:32px; }
.sidebar-card { background:white; border:1px solid var(--line); border-radius:var(--radius-md); padding:20px; position:sticky; top:116px; }
.sidebar-card h3 { margin:0 0 16px; }
.sidebar-related { display:grid; gap:16px; }
.sidebar-related a { display:grid; grid-template-columns:86px 1fr; gap:12px; align-items:center; }
.sidebar-related img { width:86px; height:64px; object-fit:cover; border-radius:10px; }
.sidebar-related strong { font-size:.88rem; line-height:1.2; }

/* Admin demo */
.admin-body { background:#eef0f7; }
.admin-header { background:var(--navy-950); color:white; }
.admin-header .header-inner { justify-content:space-between; }
.admin-shell { width:min(calc(100% - 28px),1280px); margin:34px auto 70px; }
.demo-notice { background:#fff8da; border:1px solid #f1db7a; color:#6c5510; border-radius:14px; padding:14px 16px; margin-bottom:20px; font-weight:700; }
.login-card { max-width:470px; margin:70px auto; background:white; padding:34px; border-radius:var(--radius-lg); box-shadow:var(--shadow); }
.login-card h1 { margin:0 0 8px; }
.form-group { display:grid; gap:7px; margin-bottom:15px; }
.form-group label { font-weight:850; font-size:.86rem; }
.form-group input, .form-group textarea, .form-group select { width:100%; border:1px solid #cfd3e3; border-radius:12px; padding:12px 13px; outline:none; background:white; }
.form-group textarea { min-height:145px; resize:vertical; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(40,104,255,.12); }
.login-hint { background:var(--surface); border-radius:12px; padding:12px; color:var(--muted); font-size:.88rem; }
.admin-panel { display:none; }
.admin-panel.active { display:block; }
.admin-grid { display:grid; grid-template-columns:390px 1fr; gap:24px; align-items:start; }
.admin-card { background:white; border-radius:var(--radius-md); border:1px solid var(--line); padding:22px; box-shadow:0 10px 30px rgba(8,12,48,.06); }
.admin-card h2 { margin:0 0 18px; }
.admin-list { display:grid; gap:14px; }
.admin-news-item { display:grid; grid-template-columns:110px 1fr auto; gap:14px; border:1px solid var(--line); border-radius:14px; padding:12px; align-items:center; }
.admin-news-item img { width:110px; height:74px; object-fit:cover; border-radius:10px; }
.admin-news-item h3 { margin:0 0 4px; font-size:1rem; line-height:1.2; }
.admin-news-item small { color:var(--muted); }
.admin-actions { display:flex; flex-direction:column; gap:8px; }
.small-btn { border:0; border-radius:9px; padding:8px 10px; cursor:pointer; font-weight:800; }
.small-btn.edit { background:#e8efff; color:#1b55d8; }
.small-btn.delete { background:#ffe9ec; color:#b72235; }
.form-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.checkbox-row { display:flex; gap:9px; align-items:center; }
.empty-state { padding:35px; text-align:center; color:var(--muted); border:1px dashed #bfc5d7; border-radius:14px; }

@media (max-width: 980px) {
  .main-nav { position:fixed; inset:116px 16px auto; background:var(--navy-900); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:20px; display:none; flex-direction:column; align-items:stretch; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .menu-button { display:grid; }
  .brand img { width:200px; }
  .admin-login-full { display:none; }
  .admin-login-short { display:inline; }
  .admin-login-button { padding:0 13px; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { order:-1; }
  .hero-media { min-height:390px; }
  .news-grid { grid-template-columns:repeat(2,1fr); }
  .category-grid { grid-template-columns:repeat(2,1fr); }
  .magazine-banner { grid-template-columns:1fr; }
  .article-layout { grid-template-columns:1fr; }
  .sidebar-card { position:static; }
  .admin-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 650px) {
  .container { width:min(calc(100% - 22px),var(--max)); }
  .header-inner { height:72px; gap:10px; }
  .brand img { width:150px; height:54px; }
  .header-actions { gap:7px; }
  .admin-login-button { min-height:40px; padding:0 10px; font-size:.75rem; }
  .icon-button, .menu-button { width:40px; height:40px; }
  .hero-shell { padding:35px 0 45px; }
  .hero h1 { font-size:2.45rem; }
  .hero-media { min-height:260px; }
  .hero-actions { flex-direction:column; }
  .hero-actions a { width:100%; }
  .section { padding:52px 0; }
  .section-head { align-items:start; flex-direction:column; }
  .news-grid, .category-grid { grid-template-columns:1fr; }
  .magazine-copy { padding:30px 24px; }
  .magazine-art { min-height:260px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .article-hero { padding:36px 0 54px; }
  .article-cover { aspect-ratio:16/10; }
  .admin-news-item { grid-template-columns:88px 1fr; }
  .admin-news-item img { width:88px; height:70px; }
  .admin-actions { grid-column:1/-1; flex-direction:row; }
}

/* Supabase admin and authentication */
.muted-copy { color: var(--muted); margin: 0 0 22px; }
.full-button { width: 100%; justify-content: center; }
.text-button { width: 100%; border: 0; background: transparent; color: var(--blue); font-weight: 850; padding: 14px 8px 0; cursor: pointer; }
.text-button:hover { text-decoration: underline; }
.form-message { margin: 10px 0 14px; padding: 11px 12px; border-radius: 10px; font-size: .88rem; font-weight: 750; }
.form-message.info { background: #eef3ff; color: #244fba; }
.form-message.success { background: #e8f8ef; color: #12653a; }
.form-message.error { background: #ffe9ed; color: #a11e34; }
.field-help { color: var(--muted); font-size: .78rem; }
.loading-state { padding: 28px; text-align: center; color: var(--muted); border: 1px dashed #bfc5d7; border-radius: 14px; }
.admin-session-bar { display: flex; justify-content: space-between; align-items: center; gap: 18px; background: var(--navy-950); color: white; padding: 16px 20px; border-radius: 16px; margin-bottom: 22px; }
.admin-session-bar div { display: grid; gap: 2px; }
.admin-session-bar span { color: rgba(255,255,255,.6); font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.admin-session-bar strong { word-break: break-word; }
.admin-left-column { display: grid; gap: 24px; }
.admin-image-preview { margin-top: 10px; border-radius: 12px; max-height: 210px; width: 100%; object-fit: cover; border: 1px solid var(--line); }
.password-card h2 { margin: 4px 0 18px; }
.admin-list-head { margin-bottom: 18px; }
.admin-list-head h2 { margin: 4px 0 0; }
.compact-error-card { margin-top: 18px; padding: 0; background: transparent; box-shadow: none; }
.compact-error-card:has(.form-message[hidden]) { display: none; }

@media (max-width: 650px) {
  .admin-session-bar { align-items: flex-start; }
  .admin-session-bar .secondary-button { flex: 0 0 auto; }
  .login-card { margin: 35px auto; padding: 26px 20px; }
}


/* Artistas em destaque */
.artists-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(183,48,255,.13), transparent 25%),
    radial-gradient(circle at 8% 92%, rgba(40,104,255,.12), transparent 26%),
    var(--surface);
}
.artist-featured {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:linear-gradient(135deg,var(--navy-950),var(--navy-800));
  color:white;
  box-shadow:var(--shadow);
}
.artist-featured-media { min-height:440px; background:var(--navy-900); }
.artist-featured-media img { width:100%; height:100%; object-fit:cover; }
.artist-featured-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(28px,5vw,52px); }
.artist-featured-copy h3 { margin:16px 0 12px; font-size:clamp(2rem,4vw,3.5rem); line-height:1; letter-spacing:-.045em; }
.artist-featured-copy p { color:rgba(255,255,255,.72); margin:0 0 24px; font-size:1.02rem; }
.artist-actions { display:flex; flex-wrap:wrap; gap:10px; }
.artist-actions .secondary-button { background:rgba(255,255,255,.1); color:white; border-color:rgba(255,255,255,.22); }
.artists-subhead { margin:34px 0 16px; }
.artists-subhead h3 { margin:0; font-size:1.3rem; }
.artists-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.artist-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-md); background:white; box-shadow:0 10px 35px rgba(8,12,48,.07); transition:.24s ease; }
.artist-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.artist-card-image { aspect-ratio:16/10; overflow:hidden; background:var(--navy-900); }
.artist-card-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.artist-card:hover .artist-card-image img { transform:scale(1.045); }
.artist-card-content { padding:20px; }
.artist-card-content h3 { margin:0 0 8px; font-size:1.25rem; line-height:1.15; }
.artist-card-content p { color:var(--muted); margin:0 0 18px; }
.artist-card .artist-actions a { min-height:42px; padding:0 13px; font-size:.8rem; }
.admin-section-divider { margin:38px 0 18px; padding:24px 26px; border-radius:var(--radius-md); background:linear-gradient(135deg,var(--navy-950),var(--navy-800)); color:white; }
.admin-section-divider h2 { margin:4px 0 6px; }
.admin-section-divider p { margin:0; color:rgba(255,255,255,.68); }
.artists-admin-grid { margin-top:0; }
.admin-artist-item { display:grid; grid-template-columns:110px 1fr auto; gap:14px; border:1px solid var(--line); border-radius:14px; padding:12px; align-items:center; }
.admin-artist-item img { width:110px; height:74px; object-fit:cover; border-radius:10px; }
.admin-artist-item h3 { margin:0 0 4px; font-size:1rem; line-height:1.2; }
.admin-artist-item small { color:var(--muted); }

@media (max-width: 980px) {
  .artist-featured { grid-template-columns:1fr; }
  .artist-featured-media { min-height:360px; }
  .artists-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 650px) {
  .artist-featured-media { min-height:260px; }
  .artist-featured-copy { padding:28px 22px; }
  .artist-actions { flex-direction:column; }
  .artist-actions a { width:100%; }
  .artists-grid { grid-template-columns:1fr; }
  .admin-artist-item { grid-template-columns:88px 1fr; }
  .admin-artist-item img { width:88px; height:70px; }
  .admin-artist-item .admin-actions { grid-column:1/-1; }
}

/* Canais oficiais e links rápidos */
.official-links-section {
  color:white;
  background:
    radial-gradient(circle at 12% 12%, rgba(40,104,255,.28), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(183,48,255,.22), transparent 30%),
    linear-gradient(135deg,var(--navy-950),var(--navy-800));
}
.official-links-section .eyebrow { color:var(--blue-light); }
.official-links-section .section-description { color:rgba(255,255,255,.66); }
.official-links-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.official-link-card {
  --link-accent:var(--blue);
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  min-height:154px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:var(--radius-md);
  background:rgba(255,255,255,.075);
  box-shadow:0 14px 40px rgba(0,0,0,.14);
  transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
}
.official-link-card::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:var(--link-accent);
}
.official-link-card::after {
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  right:-90px;
  top:-90px;
  background:var(--link-accent);
  filter:blur(6px);
  opacity:.18;
  pointer-events:none;
}
.official-link-card:hover {
  transform:translateY(-5px);
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.11);
  box-shadow:0 22px 55px rgba(0,0,0,.22);
}
.official-link-card.youtube { --link-accent:#ff3040; }
.official-link-card.music { --link-accent:#b730ff; }
.official-link-card.magazine { --link-accent:#4c8dff; }
.official-link-card.whatsapp { --link-accent:#24cf70; }
.official-link-icon {
  width:58px;
  height:58px;
  border-radius:17px;
  display:grid;
  place-items:center;
  color:white;
  background:color-mix(in srgb,var(--link-accent) 78%,#ffffff 22%);
  box-shadow:0 12px 28px color-mix(in srgb,var(--link-accent) 25%,transparent);
}
.official-link-icon svg { width:29px; height:29px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.official-link-card.youtube .official-link-icon svg rect { fill:currentColor; stroke:none; }
.official-link-card.youtube .official-link-icon svg path { fill:var(--link-accent); stroke:none; }
.official-link-content { display:grid; gap:4px; position:relative; z-index:1; }
.official-link-content small { color:var(--link-accent); text-transform:uppercase; letter-spacing:.13em; font-size:.68rem; font-weight:950; }
.official-link-content strong { font-size:1.18rem; line-height:1.15; }
.official-link-content > span { color:rgba(255,255,255,.62); font-size:.88rem; }
.official-link-action { position:relative; z-index:1; align-self:end; color:white; font-size:.78rem; font-weight:900; white-space:nowrap; }

@media (max-width:980px) {
  .official-links-grid { grid-template-columns:1fr; }
}
@media (max-width:650px) {
  .official-link-card { grid-template-columns:50px minmax(0,1fr); min-height:auto; padding:20px 18px; gap:13px; }
  .official-link-icon { width:50px; height:50px; border-radius:15px; }
  .official-link-icon svg { width:25px; height:25px; }
  .official-link-action { grid-column:2; align-self:auto; margin-top:5px; }
}
