@charset "UTF-8";
:root {
  color-scheme: light;
  --plum: #4B2354;
  --violet: #6D3A78;
  --saffron: #F5B82E;
  --yellow-light: #FFE7A0;
  --cream: #FFF9EF;
  --graphite: #27242A;
  --border: #4b235429;
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
  color: var(--graphite);
  background: var(--cream);
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; min-height: 100svh; background: var(--cream); }
.top-rule { height: 5px; background: var(--plum); }
.bio { width: min(calc(100% - 40px), 480px); margin: 0 auto; padding: 30px 0 26px; }
.brand, .intro { text-align: center; }
.brand-avatar { display: block; width: 114px; height: 114px; border-radius: 50%; margin: 0 auto; object-fit: cover; }
.brand-name { margin: 15px 0 4px; font-family: "Montserrat", Arial, sans-serif; font-size: 1.125rem; font-weight: 700; line-height: 1.5; color: var(--plum); }
.brand-handle { margin: 0; font-size: .875rem; line-height: 1.6; color: var(--violet); }
.intro { margin-top: 25px; }
h1 { margin: 0; font-family: "Montserrat", Arial, sans-serif; font-weight: 800; font-size: clamp(1.75rem, 7.7vw, 2.35rem); line-height: 1.2; letter-spacing: -.035em; color: var(--plum); }
h1 span { padding-bottom: 1px; text-decoration: underline; text-decoration-color: var(--saffron); text-decoration-thickness: .15em; text-underline-offset: .07em; text-decoration-skip-ink: none; }
.intro-copy { margin: 18px 0 0; font-size: 1rem; line-height: 1.6; }
.groups { margin-top: 29px; }
.groups h2 { margin: 0 0 13px; font-size: .875rem; font-weight: 500; line-height: 1.5; text-align: center; color: var(--violet); }
.group-list { display: grid; gap: 15px; }
.group-card { display: block; padding: 20px 22px; border: 1px solid var(--border); border-radius: 20px; background: #ffffff; color: var(--graphite); text-decoration: none; }
.group-card-live { border-color: var(--plum); }
.group-heading { display: flex; align-items: center; gap: 14px; }
.group-icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 14px; background: var(--yellow-light); color: var(--plum); }
.group-icon svg { width: 24px; height: 24px; }
.group-title { min-width: 0; }
.group-title h3 { margin: 0 0 3px; font-family: "Montserrat", Arial, sans-serif; font-size: 1.125rem; font-weight: 700; letter-spacing: -.025em; line-height: 1.35; color: var(--plum); overflow-wrap: anywhere; }
.group-brand { margin: 0; font-size: .8125rem; line-height: 1.5; color: var(--violet); }
.group-description { margin: 13px 0 16px; font-size: 1rem; line-height: 1.5; }
.group-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.channel { display: inline-flex; align-items: center; gap: 6px; color: var(--violet); font-size: .8125rem; line-height: 1.5; }
.channel svg { width: 17px; height: 17px; flex: 0 0 17px; }
.group-action { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border-radius: 99px; background: var(--yellow-light); font-family: "Montserrat", Arial, sans-serif; font-size: .875rem; font-weight: 600; line-height: 1.4; color: var(--plum); }
a.group-action { background: var(--saffron); text-decoration: none; transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
a.group-action:hover { background: #e6a81b; transform: translateY(-2px); box-shadow: 0 6px 16px #4b235426; }
a.group-action:active { transform: translateY(0); box-shadow: none; }
a.group-action:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }
.footer { margin-top: 27px; text-align: center; }
.footer p { margin: 0; font-size: .8125rem; line-height: 1.6; color: var(--violet); }
.footer-line { display: block; width: 40px; height: 4px; border-radius: 99px; margin: 14px auto 0; background: var(--saffron); }
@media (min-width: 760px) { .bio { padding-top: 37px; padding-bottom: 30px; } .brand-avatar { width: 124px; height: 124px; } .group-card { padding: 22px 26px; } }
@media (max-width: 360px) { .bio { width: calc(100% - 32px); padding-top: 24px; } .group-card { padding: 18px 16px; } .group-heading { gap: 11px; } .brand-avatar { width: 104px; height: 104px; } }
@media (prefers-reduced-motion: reduce) { a.group-action { transition: none; } a.group-action:hover { transform: none; } }
