:root{
  --bg:#090b0d;--bg2:#0e1115;--panel:#12161b;--panel2:#171c22;
  --line:#252c34;--text:#f4f6f8;--muted:#9099a5;--accent:#d7ff3f;
  --accent2:#b8dc2f;--danger:#ff5b65;--good:#5fe092;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
radial-gradient(circle at 85% 5%,rgba(215,255,63,.07),transparent 23%),
linear-gradient(180deg,#0b0d10 0,#090b0d 55%,#08090b 100%);
color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.site-header{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1180px)/2));background:rgba(9,11,13,.86);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid #3a4432;background:#151b11;color:var(--accent);font-weight:900;letter-spacing:-1px}
.brand>span:last-child{display:flex;flex-direction:column;line-height:1}
.brand strong{font-size:16px}.brand small{font-size:10px;letter-spacing:2.3px;text-transform:uppercase;color:var(--muted);margin-top:5px}
nav{display:flex;gap:28px;align-items:center;font-size:14px;color:#c3c9d0}
nav a:hover{color:white}.admin-link{color:var(--accent)}
main{max-width:1180px;margin:auto;padding:0 28px}
.hero{padding:110px 0 90px;max-width:900px}
.eyebrow{font-size:11px;letter-spacing:3.1px;font-weight:800;color:var(--accent);margin-bottom:16px}
.hero h1,.page-head h1,.event-hero h1,.admin-head h1,.success-card h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-3.5px;margin:0 0 24px;font-weight:900}
.hero h1 span{color:#879097}
.hero p,.page-head p,.event-hero p{font-size:18px;line-height:1.7;color:#9fa7b1;max-width:720px}
.hero-actions,.admin-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{border:1px solid var(--line);padding:13px 18px;border-radius:8px;display:inline-flex;justify-content:center;align-items:center;font-weight:800;font-size:13px;cursor:pointer}
.btn.primary{background:var(--accent);border-color:var(--accent);color:#0a0c0e}
.btn.primary:hover{background:#e4ff78}
.btn.secondary{background:#161b20;color:#eef1f4}.btn.secondary:hover{background:#1d242b}
.btn.ghost{background:transparent;color:#a4adb7}
.btn.danger{background:#32171a;border-color:#5a252a;color:#ff858b}
.full{width:100%}
.section{padding:34px 0 52px}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.section-heading h2,.panel h2{margin:0;font-size:21px;letter-spacing:-.5px}
.section-heading>a{font-size:13px;color:#aeb6bf}
.grid{display:grid;gap:16px}.cards{grid-template-columns:repeat(3,1fr)}
.event-card,.panel{background:linear-gradient(180deg,var(--panel),#101419);border:1px solid var(--line);border-radius:12px}
.event-card{padding:22px;min-height:210px;display:flex;flex-direction:column}
.event-card.feature{min-height:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}
.event-card h3{font-size:22px;margin:18px 0 8px;letter-spacing:-.7px}
.event-card p{color:var(--muted);line-height:1.6}
.card-top,.meta,.title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.pill{font-size:9px;letter-spacing:1.5px;font-weight:900;padding:6px 8px;border-radius:999px;border:1px solid var(--line)}
.pill.upcoming{color:#e8f4a6;border-color:#465024;background:#1c2211}
.pill.live{color:#a7ffd0;border-color:#285840;background:#10271c}
.pill.completed{color:#aeb7c0;background:#191e24}
.open-dot{font-size:11px;color:#aeb5bd}
.open-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--good);margin-right:7px}
.meta{margin-top:auto;color:#7f8994;font-size:12px;border-top:1px solid var(--line);padding-top:16px}
.meta.large{justify-content:flex-start;gap:24px;border:0;padding:0;margin-top:20px}
.card-link{color:var(--accent);font-weight:800;font-size:13px;margin-top:20px}
.winner-line{margin-top:18px;padding:14px;background:#0d1014;border:1px solid #242b32;border-radius:8px;display:flex;justify-content:space-between;gap:12px}
.winner-line span{color:#77818c;font-size:12px}.winner-line strong{color:#fff}
.stat-box{padding:18px 24px;border-left:1px solid var(--line);text-align:center}.stat-box strong{font-size:38px;display:block}.stat-box span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:1.5px}
.page-head{padding:84px 0 34px;border-bottom:1px solid var(--line)}.page-head.compact{padding-bottom:18px}
.event-hero{padding:72px 0 42px;display:flex;justify-content:space-between;align-items:flex-end;gap:25px;border-bottom:1px solid var(--line)}
.event-hero h1{font-size:clamp(40px,5vw,66px);margin:0}
.title-row{justify-content:flex-start}
.two-col{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:18px;align-items:start}
.panel{padding:22px;margin-bottom:18px}
.preline{white-space:pre-line}
.rules{color:#b2bac3;line-height:1.75;font-size:14px}
.sticky{position:sticky;top:98px}
.bracket{padding:18px 0;border-top:1px solid var(--line)}.bracket:first-child{border-top:0}
.bracket-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.bracket h3{margin:0}
.winner-badge{font-size:11px;color:var(--accent);background:#18200f;border:1px solid #3a4820;border-radius:999px;padding:7px 10px}
.team-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.team-chips span{font-size:12px;padding:8px 10px;background:#0d1014;border:1px solid #272e36;border-radius:7px}
.confirmed-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}
.team-card{background:#0d1014;border:1px solid var(--line);padding:16px;border-radius:9px}.team-card h3{margin:0 0 5px}.captain{font-size:12px;color:var(--muted)}
.roster{margin-top:12px}.roster>div{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid #20262d;font-size:12px}.roster span{color:#78828d}
.champion-panel{text-align:center;background:radial-gradient(circle at 50% 0,rgba(215,255,63,.1),transparent 50%),#11161a}
.trophy{font-size:38px;color:var(--accent);margin:18px}.champion-panel small{color:#76818b;text-transform:uppercase;letter-spacing:2px}.champion-panel h2{font-size:30px;margin:8px}.runner-up{font-size:12px;color:#7f8994;margin-top:14px}
.form-shell,.login-shell,.success-page{max-width:800px;margin:0 auto;padding:44px 0 80px}.login-shell{max-width:480px;padding-top:90px}.success-page{max-width:620px;padding-top:90px}
.form-card label,.login-card label{display:flex;flex-direction:column;gap:8px;color:#b3bbc4;font-size:12px;font-weight:700;margin:14px 0}
input,textarea,select{width:100%;background:#0b0e11;color:white;border:1px solid #293039;border-radius:7px;padding:12px 13px;outline:none}
input:focus,textarea:focus,select:focus{border-color:#5b6c32;box-shadow:0 0 0 3px rgba(215,255,63,.06)}
textarea{resize:vertical;line-height:1.5}
.form-section{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--line)}
.form-section:last-of-type{border:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:12px}.split.three{grid-template-columns:repeat(3,1fr)}
.player-row{display:grid;grid-template-columns:38px 1fr 1fr;gap:10px;align-items:end;border-top:1px solid var(--line);padding:12px 0}.player-num{width:30px;height:30px;border:1px solid var(--line);border-radius:6px;display:grid;place-items:center;color:var(--accent);margin-bottom:16px}
.checkbox{flex-direction:row!important;align-items:center!important;gap:10px!important}.checkbox input{width:auto}
.success-card{text-align:center;padding:44px}.success-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#173524;color:#74e8a5;font-size:28px;margin:0 auto 24px}
.admin-head{padding:52px 0 24px;display:flex;justify-content:space-between;align-items:flex-end;gap:18px}.admin-head h1{font-size:44px;margin:0}
.count{background:#1b2228;border:1px solid var(--line);padding:4px 8px;border-radius:999px;color:#abb4be;font-size:12px}
.admin-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.admin-row{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#11151a;border-top:1px solid var(--line);gap:18px}.admin-row:first-child{border-top:0}.admin-row.clickable:hover{background:#161b21}
.admin-row>div:first-child{display:flex;flex-direction:column;gap:4px}.admin-row span,.admin-row small{color:#87919c;font-size:12px}
.row-actions{display:flex;gap:7px;align-items:center}
.row-actions form{margin:0}
.mini{border:1px solid var(--line);border-radius:6px;padding:7px 9px;background:#171c22;color:white;font-size:11px;font-weight:800;cursor:pointer}
.mini.approve{color:#82eeb0;border-color:#28513a}.mini.reject{color:#ff9da2;border-color:#5a292d}.mini.danger{color:#ff787f}
.admin-editor{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;padding-bottom:80px}.side-stack{min-width:0}
.compact-list{display:flex;flex-direction:column;gap:9px;margin-top:16px}
.registration-card{background:#0c1013;border:1px solid var(--line);border-radius:8px;padding:13px}.registration-top{display:flex;justify-content:space-between;gap:10px}.registration-card small{display:block;color:#7f8994;margin:5px 0 10px}.status-text{font-size:9px;font-weight:900;letter-spacing:1px}.status-text.approved{color:#77e4a6}.status-text.rejected{color:#ff747c}.status-text.pending{color:#d8e88b}
.mini-roster{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.mini-roster span{font-size:11px;color:#c1c7cd}.mini-roster em{font-style:normal;color:#6e7882;margin-left:6px}
.bracket-admin{display:flex;flex-direction:column;gap:8px}.bracket-admin h3{margin:4px 0}.bracket-admin.new{margin-top:16px}
hr{border:0;border-top:1px solid var(--line);margin:18px 0}
.danger-zone{border-color:#432427}.narrow{max-width:520px;margin:auto}
.muted{color:#7f8994;font-size:12px}.empty{padding:24px;color:#747e89;text-align:center;border:1px dashed #2b323a;border-radius:9px}.empty.small{padding:15px}
.flash-wrap{position:fixed;top:92px;right:20px;z-index:50}.flash{padding:12px 15px;border:1px solid var(--line);background:#171c22;border-radius:8px;box-shadow:0 10px 30px #0008;margin-bottom:8px;font-size:13px}.flash.success{border-color:#2d6043}.flash.error{border-color:#71353a}
footer{max-width:1180px;margin:30px auto 0;padding:30px 28px 45px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#69737d;font-size:11px}
footer a:hover{color:white}
@media(max-width:900px){
  .cards{grid-template-columns:1fr 1fr}.two-col,.admin-editor{grid-template-columns:1fr}.sticky{position:static}
  .event-hero{align-items:flex-start;flex-direction:column}.confirmed-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  main{padding:0 16px}.site-header{padding:0 16px}nav{gap:14px}.brand small{display:none}
  .hero{padding:72px 0 58px}.hero h1,.page-head h1{letter-spacing:-2px}
  .cards{grid-template-columns:1fr}.split,.split.three{grid-template-columns:1fr}.player-row{grid-template-columns:30px 1fr}.player-row label:last-child{grid-column:2}
  .admin-head{align-items:flex-start;flex-direction:column}.admin-actions{margin-top:0}
  .admin-row{align-items:flex-start;flex-direction:column}.row-actions{flex-wrap:wrap}
  .event-card.feature{flex-direction:column;align-items:stretch}.stat-box{border-left:0;border-top:1px solid var(--line);margin-top:15px}
  .meta.large{flex-wrap:wrap}.title-row{align-items:flex-start;flex-direction:column}
}


/* Rich tournament rules editor */
.rich-editor-field{margin:14px 0}
.field-label{color:#b3bbc4;font-size:12px;font-weight:700;margin-bottom:8px}
.rich-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:#0d1014;border:1px solid #293039;border-bottom:0;border-radius:7px 7px 0 0;padding:8px}
.rich-toolbar button{border:1px solid #2d353e;background:#171c22;color:#dbe0e5;border-radius:5px;padding:6px 9px;font-size:11px;font-weight:800;cursor:pointer}
.rich-toolbar button:hover{border-color:#596a32;color:var(--accent)}
.toolbar-separator{height:24px;width:1px;background:#2a3138;margin:0 2px}
.rich-editor{min-height:280px;background:#0b0e11;color:white;border:1px solid #293039;border-radius:0 0 7px 7px;padding:15px;outline:none;line-height:1.65}
.rich-editor:focus{border-color:#5b6c32;box-shadow:0 0 0 3px rgba(215,255,63,.06)}
.rich-editor:empty:before{content:attr(data-placeholder);color:#59636e;pointer-events:none}
.rich-editor h2,.rich-rules h2{font-size:22px;line-height:1.25;margin:24px 0 10px;color:#fff;letter-spacing:-.4px}
.rich-editor h3,.rich-rules h3{font-size:16px;line-height:1.3;margin:20px 0 8px;color:#e8ecef}
.rich-editor p,.rich-rules p{margin:8px 0}
.rich-editor ul,.rich-editor ol,.rich-rules ul,.rich-rules ol{padding-left:24px;margin:9px 0}
.rich-editor li,.rich-rules li{margin:5px 0}
.rich-editor ul ul,.rich-editor ol ol,.rich-editor ul ol,.rich-editor ol ul,
.rich-rules ul ul,.rich-rules ol ol,.rich-rules ul ol,.rich-rules ol ul{margin:4px 0}
.editor-help{display:block;color:#727d88;font-size:11px;margin-top:7px}
.rich-rules{white-space:normal}
.rich-rules strong{color:#f5f7f8}
.admin-hint{color:#7f8994;font-size:12px;line-height:1.6;margin:8px 0 16px}
.advancing-wrap{margin-top:12px}
.advancing-label{display:block;color:#77818c;font-size:9px;font-weight:900;letter-spacing:1.5px;margin-bottom:7px}
.winner-badges{display:flex;gap:7px;flex-wrap:wrap}
.winner-badges .winner-badge{display:inline-flex}

.brand-mark.logo-mark{width:42px;height:42px;padding:0;overflow:hidden;border:0;background:transparent}.brand-mark.logo-mark img{display:block;width:100%;height:100%;object-fit:contain}.tournament-stack{display:block;max-width:100%}.tournament-stack>.panel{width:100%;margin-bottom:18px}.rules-panel{padding:26px 30px}.rules-panel .rich-rules{max-width:none;margin-top:18px;font-size:15px;line-height:1.75}.champion-wide{padding:30px}


/* Corrected tournament layout: overview/rules left, champion/brackets right */
.tournament-two-col{
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:18px;
  align-items:start;
}
.tournament-main,.tournament-side{min-width:0}
.tournament-main>.panel,.tournament-side>.panel{width:100%;margin-bottom:18px}
.rules-panel{padding:26px 30px}
.rules-panel .rich-rules{max-width:none;margin-top:18px;font-size:15px;line-height:1.75}
.tournament-side .bracket-head{display:block}
.tournament-side .team-chips{display:flex;flex-direction:column;align-items:stretch}
.tournament-side .team-chips span{width:100%}
@media(max-width:900px){
  .tournament-two-col{grid-template-columns:1fr}
}


/* Front-page hero + BakedJake socials */
.hero.hero-with-socials{
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:54px;
  align-items:center;
}
.hero-copy{min-width:0}
.hero-copy .hero-intro{
  max-width:none;
  white-space:nowrap;
  font-size:17px;
}
.hero-socials{
  align-self:center;
  background:linear-gradient(180deg,#12161b,#0f1317);
  border:1px solid var(--line);
  border-radius:12px;
  padding:20px;
}
.social-title{
  font-size:17px;
  font-weight:900;
  letter-spacing:-.3px;
}
.social-subtitle{
  color:var(--muted);
  font-size:12px;
  margin:2px 0 16px;
}
.social-link{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  margin-top:9px;
  background:#0c1013;
  border:1px solid #262d35;
  border-radius:9px;
  transition:transform .15s ease,border-color .15s ease,background .15s ease;
}
.social-link:hover{
  transform:translateY(-1px);
  border-color:#48515b;
  background:#12171c;
}
.social-link .social-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#171c22;
}
.social-link svg{
  width:20px;
  height:20px;
  fill:#f4f6f8;
}
.social-link>span:last-child{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
}
.social-link strong{
  font-size:13px;
}
.social-link small{
  color:#7f8994;
  font-size:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:1050px){
  .hero.hero-with-socials{
    grid-template-columns:1fr;
    gap:30px;
  }
  .hero-socials{
    max-width:420px;
  }
  .hero-copy .hero-intro{
    white-space:normal;
  }
}
@media(max-width:650px){
  .hero-socials{
    max-width:none;
    width:100%;
  }
}


/* Wider front-page hero: keep headline on one line and push socials right */
.hero.hero-with-socials{
  grid-template-columns:minmax(720px,1fr) 250px;
  gap:70px;
  width:100%;
}
.hero.hero-with-socials .hero-copy h1{
  white-space:nowrap;
}
.hero.hero-with-socials .hero-socials{
  justify-self:end;
  width:250px;
}
@media(max-width:1180px){
  .hero.hero-with-socials{
    grid-template-columns:1fr;
    gap:30px;
  }
  .hero.hero-with-socials .hero-copy h1{
    white-space:normal;
  }
  .hero.hero-with-socials .hero-socials{
    justify-self:start;
    width:100%;
    max-width:420px;
  }
}


/* Final hero spacing fix: keep headline clear of social card */
.hero.hero-with-socials{
  grid-template-columns:minmax(0,1fr) 270px;
  gap:56px;
  width:100%;
  align-items:center;
}
.hero.hero-with-socials .hero-copy{
  min-width:0;
}
.hero.hero-with-socials .hero-copy h1{
  font-size:clamp(48px,4.6vw,68px);
  line-height:.98;
  white-space:nowrap;
  max-width:100%;
}
.hero.hero-with-socials .hero-socials{
  justify-self:end;
  width:270px;
  margin-left:0;
}
.hero.hero-with-socials .hero-intro{
  white-space:nowrap;
  font-size:16px;
}

@media(max-width:1180px){
  .hero.hero-with-socials{
    grid-template-columns:1fr;
    gap:30px;
  }
  .hero.hero-with-socials .hero-copy h1{
    white-space:normal;
    font-size:clamp(44px,7vw,66px);
  }
  .hero.hero-with-socials .hero-intro{
    white-space:normal;
  }
  .hero.hero-with-socials .hero-socials{
    justify-self:start;
    width:100%;
    max-width:420px;
  }
}


/* Live Twitch tournament CTA */
.event-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.twitch-live-btn{background:#9146ff;border-color:#a66dff;color:#fff}
.twitch-live-btn:hover{background:#a970ff}
.live-dot{width:8px;height:8px;border-radius:50%;background:#fff;margin-right:8px;box-shadow:0 0 0 4px rgba(255,255,255,.13)}

/* Tournament YouTube gallery */
.tournament-videos-panel{padding:26px 30px}
.videos-heading{margin-bottom:16px}
.videos-heading .eyebrow{margin-bottom:7px}
.video-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.video-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#0c1013;transition:transform .16s ease,border-color .16s ease}
.video-card:hover{transform:translateY(-2px);border-color:#46515c}
.video-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#080a0c}
.video-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.youtube-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:34px;display:grid;place-items:center;border-radius:9px;background:#ff0033;color:#fff;font-size:15px;padding-left:2px;box-shadow:0 7px 22px rgba(0,0,0,.4)}
.video-info{display:flex;flex-direction:column;gap:5px;padding:13px 14px 15px}
.video-info strong{font-size:13px;color:#f2f4f6}
.video-info span{font-size:11px;color:#8c96a1}
.video-admin-card{border:1px solid var(--line);background:#0c1013;border-radius:8px;padding:12px;margin:14px 0 8px}
.video-admin-card.new{margin-top:16px}
.video-admin-preview{overflow:hidden;border-radius:6px;aspect-ratio:16/9;background:#07090b;margin-bottom:10px}
.video-admin-preview img{width:100%;height:100%;object-fit:cover;display:block}

@media(max-width:650px){
  .video-gallery{grid-template-columns:1fr}
  .event-hero-actions{justify-content:flex-start;width:100%}
}


/* Public roster privacy: Discord names stay admin-only */
.public-player-name{
  display:block !important;
}
.public-player-name strong{
  display:block;
}


/* Click-to-expand player rosters inside tournament brackets */
.bracket-team-list{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin-top:14px;
}
.bracket-team-dropdown,
.bracket-team-static{
  width:100%;
  background:#0d1014;
  border:1px solid #272e36;
  border-radius:7px;
  color:#dce1e6;
  font-size:12px;
}
.bracket-team-dropdown{
  overflow:hidden;
}
.bracket-team-dropdown summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 11px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.bracket-team-dropdown summary::-webkit-details-marker{
  display:none;
}
.bracket-team-dropdown summary:hover{
  background:#14191e;
}
.bracket-team-name{
  font-weight:800;
}
.roster-chevron{
  color:var(--accent);
  font-size:16px;
  line-height:1;
  transition:transform .15s ease;
}
.bracket-team-dropdown[open] .roster-chevron{
  transform:rotate(180deg);
}
.bracket-player-roster{
  padding:4px 11px 10px;
  border-top:1px solid #242b32;
  background:#0a0d10;
}
.roster-label{
  padding:9px 0 5px;
  color:#737e89;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}
.bracket-player{
  padding:7px 0;
  border-top:1px solid #1d2329;
  color:#eef1f3;
  font-size:12px;
}
.bracket-player:first-of-type{
  border-top:0;
}
.bracket-team-static{
  padding:10px 11px;
  color:#aeb6bf;
}


/* Admin: manually link bracket display names to sign-up rosters or old tournament players */
.bracket-roster-links{
  margin:14px 0;
  padding:12px;
  border:1px solid #293039;
  border-radius:8px;
  background:#0a0d10;
}
.roster-link-title{
  color:var(--accent);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
  margin-bottom:5px;
}
.bracket-team-link-card{
  padding:12px 0;
  border-top:1px solid #20262d;
}
.bracket-team-link-card:first-of-type{
  border-top:0;
}
.bracket-team-link-card label{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#aeb6bf;
  font-size:11px;
  font-weight:700;
  margin:9px 0;
}
.bracket-team-link-card textarea{
  min-height:82px;
}
