/* Announcements and real player roster share the homepage's restrained violet/cyan palette. */
.notice-trigger { flex-shrink:0; display:inline-flex; align-items:center; gap:6px; min-height:44px; padding:8px 10px; border:1px solid #a184cb35; border-radius:8px; background:#9c6cec08; color:#c9bddc; cursor:pointer; font-size:12px; transition:background .2s,border-color .2s; }
.notice-trigger:hover { background:#a371f519; border-color:#ad82ef80; }
.social { align-items:center; flex-wrap:wrap; }
.social > a { display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; border-radius:8px; }
.social > a:hover { background:#a371f519; }
.social > a:focus-visible { outline:2px solid #b993f3; outline-offset:3px; }
/* Let copyright text wrap inside narrow screens without shrinking the logo. */
.footer__inner > .brand { min-width:0; max-width:100%; flex-shrink:1; }
.footer__inner > .brand > span { min-width:0; overflow-wrap:anywhere; }
.nav__inner { gap:12px; }
.nav__vip { display:inline-flex; flex-shrink:0; align-items:center; gap:7px; min-height:44px; padding:8px 0 8px 16px; border-left:1px solid #ffffff18; color:#a5a3b7; font-size:12px; text-decoration:none; white-space:nowrap; transition:color .2s; }
.nav__vip:hover { color:#e2cef9; }
.drawer__account { margin-top:14px; padding-top:14px; border-top:1px solid #ffffff18; }
.drawer__account > span,.drawer__account small { display:block; padding-inline:12px; color:#9590a8; font-size:11px; }
.drawer__account small { margin-bottom:8px; line-height:1.8; }
.drawer__account a { justify-content:space-between; color:#c9b4e6; font-size:13px; }
.vip-entry p:not(.eyebrow) { max-width:540px; line-height:1.9; }
.vip-entry__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.notice-banner { background:linear-gradient(90deg,#151022,#0a0e18 65%); border-bottom:1px solid #aa85dd20; }
.notice-rail { display:flex; gap:24px; align-items:center; min-height:56px; padding-block:4px; }
.notice-rail__label { flex-shrink:0; padding-left:10px; border-left:2px solid #a573f1; }
.notice-rail__label strong { font-size:12px; font-weight:500; letter-spacing:.09em; color:#c9b5e4; }
.notice-rail button { color:#c9cfdf; border:0; background:transparent; cursor:pointer; font:inherit; }
.notice-rail__latest { display:flex; min-width:0; align-items:center; gap:14px; text-align:left; flex:1; min-height:44px; padding:0; }
#notice-date { color:#9299ad; font-size:11px; white-space:nowrap; }
#notice-title { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px; }
.notice-rail__latest > span:last-child { color:#b996f1; margin-left:auto; flex-shrink:0; }
.notice-rail .notice-rail__all { flex-shrink:0; font-size:12px; min-height:44px; padding:0 4px; }
.notice-rail button:hover { color:#e4d5fc; }
.roster-page { background:radial-gradient(ellipse at 85% 3%,#38245530,transparent 35%),#050910; }
.roster-hero { display:grid; grid-template-columns:1.5fr 1fr; align-items:center; gap:32px; padding-block:50px 42px; border-bottom:1px solid #ffffff14; }
.roster-hero .eyebrow { font-size:10px; color:#a19aaf; letter-spacing:.22em; }
.roster-hero h1 { font-size:clamp(30px,3.5vw,50px); line-height:1.45; margin:16px 0; letter-spacing:.025em; }
.roster-hero h1 span { background:linear-gradient(90deg,#e1d4fb,#b58af5,#83b8fa); background-clip:text; color:transparent; }
.roster-hero__lead { font-size:14px; color:#a8adc0; line-height:1.9; }
.roster-hero__tags { display:flex; flex-wrap:wrap; gap:24px; color:#91899f; font-size:11px; margin-top:26px; }
.roster-emblem { width:min(100%,350px); aspect-ratio:1; position:relative; justify-self:center; display:grid; place-items:center; background:radial-gradient(circle,#7450c21a,transparent 65%); }
.roster-emblem img { width:87%; height:auto; filter:drop-shadow(0 0 25px #8056db25); z-index:1; animation:catalog-float 7s ease-in-out infinite; }
.roster-emblem__ring { position:absolute; inset:8%; border:1px solid #9874da45; border-radius:50%; }
.roster-emblem__ring::before,.roster-emblem__ring::after { content:''; position:absolute; border-radius:50%; }
.roster-emblem__ring::before { inset:12%; border:1px dashed #7b8bbf42; }
.roster-emblem__ring::after { inset:-8%; border:1px solid #957bb41c; }
.roster-emblem > span { position:absolute; bottom:-5px; background:#070b13; padding:8px 12px; color:#a895c4; font:8px var(--display); letter-spacing:.2em; }
.roster-emblem i { position:absolute; width:6px; height:6px; border-radius:50%; background:#b895ff; top:15%; left:20%; box-shadow:0 0 14px #ac83fa; animation:roster-node 3s ease-in-out infinite; }
.roster-emblem i:nth-last-child(2) { top:30%; left:93%; background:#7bbafa; animation-delay:1s; }
.roster-emblem i:last-child { top:82%; left:12%; animation-delay:2s; }
.roster-content { padding-block:34px 64px; }
.roster-heading { display:flex; justify-content:space-between; gap:16px; align-items:center; margin-bottom:24px; }
.roster-heading .eyebrow,.roster-help .eyebrow { font-size:9px; color:#9787ac; letter-spacing:.15em; margin:0 0 8px; }
.roster-heading h2 { font-size:26px; margin:0; letter-spacing:.08em; }
.roster-heading > p { color:#9197ac; font-size:12px; }
.roster-controls { border:1px solid #ffffff16; border-radius:12px; padding:24px; background:linear-gradient(110deg,#101522,#0a1019); scroll-margin-top:96px; }
.roster-search-row { display:grid; grid-template-columns:minmax(0,1fr) 210px; gap:18px; padding-bottom:22px; border-bottom:1px solid #ffffff10; margin-bottom:18px; }
.roster-search-row label { display:grid; gap:8px; min-width:0; }
.roster-search-row label > span { color:#9ba3b7; font-size:11px; }
.roster-search-row input,.roster-search-row select { width:100%; min-width:0; height:46px; padding:0 14px; border:1px solid #ffffff20; border-radius:8px; background:#060b14; color:#e4e6f1; font:inherit; font-size:13px; color-scheme:dark; }
.roster-search-row input::placeholder { color:#7b859d; }
.roster-filter { display:grid; grid-template-columns:88px minmax(0,1fr); align-items:start; gap:12px; margin-top:12px; }
.roster-filter > span { color:#a3abc0; font-size:12px; padding-top:12px; }
.roster-filter small { color:#787c94; font-size:9px; }
.roster-filter > div { display:flex; flex-wrap:wrap; gap:8px; }
.roster-filter[hidden] { display:none; }
.roster-chip { min-height:40px; padding:8px 16px; border:1px solid #ffffff17; border-radius:6px; background:#ffffff02; color:#aeb5c9; font:inherit; font-size:12px; cursor:pointer; transition:background .2s,border-color .2s,color .2s; }
.roster-chip:hover { border-color:#a580d970; color:#e2d7f5; }
.roster-chip[aria-pressed="true"] { background:#9a65e621; border-color:#9e78d585; color:#dac4fc; }
.roster-results { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:18px 0; }
.roster-results p { color:#a1a8bb; font-size:12px; margin:0; }
.roster-results button { border:0; background:transparent; color:#bda3e4; font:inherit; font-size:12px; min-height:44px; cursor:pointer; }
.roster-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; min-height:80px; }
.roster-card { display:flex; flex-direction:column; min-width:0; border:1px solid #ffffff18; border-radius:12px; overflow:hidden; background:#0c121d; transition:transform .25s,border-color .25s,box-shadow .25s; animation:roster-enter .35s both; animation-delay:var(--card-delay,0ms); }
.roster-card__visual { display:block; padding:0; width:100%; border:0; background:transparent; cursor:pointer; overflow:hidden; }
.roster-card__cover { position:relative; width:100%; aspect-ratio:4 / 3; background:radial-gradient(ellipse at 40% 30%,#30204e,#0b1220 70%); overflow:hidden; }
.roster-card__placeholder { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:18px; background:linear-gradient(135deg,transparent 49.5%,#af91ec0c 50%,transparent 50.5%); }
.roster-card__placeholder > span { color:#a195b9; font-size:34px; font-weight:500; letter-spacing:.06em; }
.roster-card__placeholder small { font:8px var(--display); letter-spacing:.14em; color:#726482; }
.roster-card__cover img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.roster-card__body { padding:19px; display:flex; flex-direction:column; flex:1; }
.roster-card__game { font-size:10px; color:#9d8ab9; margin:0 0 8px; }
.roster-card h3 { font-size:19px; font-weight:600; margin:0; overflow-wrap:anywhere; }
.roster-card__tags { display:flex; flex-wrap:wrap; gap:5px; margin-top:12px; min-height:23px; }
.roster-card__tags span { color:#aca8c2; border:1px solid #a694c229; padding:3px 7px; border-radius:4px; font-size:10px; }
.roster-card__bio { color:#929bb0; font-size:12px; line-height:1.85; margin:13px 0; min-height:44px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; overflow-wrap:anywhere; }
.roster-card__rating { display:flex; gap:7px; align-items:center; flex-wrap:wrap; margin:0 0 16px; margin-top:auto; color:#d4b789; font-size:14px; }
.roster-card__rating small { color:#8f99ae; font-size:11px; }
.roster-card__more { width:100%; min-height:43px; border:1px solid #a681d23f; border-radius:6px; background:#9970d90b; color:#c6b0e5; cursor:pointer; font:inherit; font-size:12px; transition:background .2s; }
.roster-card__more:hover { background:#9970d924; }
.roster-message { text-align:center; padding:40px 16px; border:1px dashed #a18bb347; border-radius:12px; color:#a5aec2; font-size:13px; }
.roster-message[hidden] { display:none; }
.roster-pager { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px; margin-top:28px; }
.roster-pager button { min-width:42px; height:42px; border:1px solid #ffffff1c; border-radius:6px; background:#0b121d; color:#b8bdd2; cursor:pointer; font:inherit; font-size:13px; }
.roster-pager button[aria-current] { background:#7348b4; color:#fff; border-color:#a082d7; }
.roster-pager button:disabled { opacity:.35; cursor:default; }
.roster-pager > span { color:#838ba0; }
.roster-help { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:42px; padding:30px; border:1px solid #9d76c52b; border-radius:12px; background:radial-gradient(ellipse at right,#38295254,transparent 75%),#0b101a; }
.roster-help h2 { font-size:22px; margin:0; }
.roster-help p:not(.eyebrow) { color:#969fb6; line-height:1.9; font-size:12px; max-width:530px; margin-bottom:0; }
.roster-help .btn { flex-shrink:0; font-size:12px; }
body.community-open { overflow:hidden; }
.community-dialog { width:min(760px,calc(100vw - 32px)); max-width:none; max-height:calc(100dvh - 32px); padding:0; border:1px solid #9a7ab955; border-radius:14px; color:#e6e9f6; background:#0b101b; overflow:hidden; box-shadow:0 30px 100px #000a; }
.community-dialog[open] { display:flex; flex-direction:column; animation:roster-enter .2s ease-out; }
.community-dialog::backdrop { background:#020610df; backdrop-filter:blur(8px); }
.community-dialog__head { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 24px; border-bottom:1px solid #ffffff14; flex-shrink:0; }
.community-dialog__head .eyebrow { color:#9680ad; font-size:8px; letter-spacing:.14em; margin:0 0 7px; }
.community-dialog__head h2 { font-size:23px; margin:0; overflow-wrap:anywhere; }
.community-dialog__head button { width:44px; height:44px; flex-shrink:0; border:1px solid #ffffff24; border-radius:8px; background:#ffffff04; color:#c6bfd5; font-size:27px; cursor:pointer; }
.community-dialog__body { overflow:auto; overscroll-behavior:contain; padding:22px 24px; min-height:0; }
.community-dialog__intro { color:#8f9bb1; font-size:12px; margin:0 0 22px; }
.notice-item { border:1px solid #a984d02b; border-radius:8px; margin-bottom:12px; overflow:hidden; }
.notice-item summary { cursor:pointer; padding:16px 18px; background:#a981d708; font-size:14px; line-height:1.8; }
.notice-item summary time { display:block; color:#9784b0; font-size:11px; margin-bottom:4px; }
.notice-item summary strong { font-weight:500; overflow-wrap:anywhere; }
.notice-item__content { color:#b8c0d4; padding:18px; font-size:13px; line-height:2; white-space:pre-wrap; overflow-wrap:anywhere; border-top:1px solid #ffffff10; }
.community-empty { color:#a5adc0; font-size:13px; line-height:1.8; }
.community-dialog__foot { display:flex; justify-content:flex-end; gap:12px; padding:16px 24px; border-top:1px solid #ffffff14; flex-shrink:0; }
.community-dialog__foot .btn { font-size:12px; padding:12px 16px; }
.roster-detail__intro { display:grid; grid-template-columns:180px minmax(0,1fr); gap:24px; align-items:center; margin-bottom:28px; }
.roster-detail__intro .roster-card__cover { border-radius:10px; }
.roster-detail__intro .eyebrow { color:#9580ae; font-size:9px; }
.roster-detail__rank { font-size:13px; color:#c0b2d6; line-height:1.8; overflow-wrap:anywhere; }
.roster-detail__intro .roster-card__rating { margin-top:14px; margin-bottom:0; }
#roster-detail h3 { font-size:15px; font-weight:500; margin:0; }
.roster-detail__bio { white-space:pre-wrap; color:#a9b4c9; font-size:13px; line-height:2; overflow-wrap:anywhere; }
:is(.roster-page,.community-dialog,.notice-rail,.nav) :is(button,a,input,select,summary):focus-visible { outline:2px solid #b993f3; outline-offset:3px; }
@keyframes roster-enter { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
@keyframes roster-node { 0%,100% { opacity:.45; } 50% { opacity:1; } }
@media (hover:hover) { .roster-card:hover { border-color:#9b76d175; transform:translateY(-4px); box-shadow:0 16px 30px #0004; } .roster-card__visual:hover img { transform:scale(1.04); } }
@media (max-width:1250px) and (min-width:1120px) { .nav__links a { padding-inline:8px; font-size:13px; } .nav__links .btn--nav { min-width:112px; padding-inline:12px; margin-left:4px; } .notice-trigger { padding-inline:8px; } }
@media (max-width:1119px) { .nav__vip { display:none; } .menu-btn { margin-left:auto; } .roster-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:850px) { .roster-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .notice-rail { gap:16px; } .roster-hero { grid-template-columns:1.7fr 1fr; } .roster-emblem > span { font-size:6px; } }
@media (max-width:600px) {
 .notice-rail { gap:12px; min-height:52px; }
 .notice-rail__label strong { font-size:11px; }
 .notice-rail__latest { gap:8px; }
 #notice-title { flex:1; font-size:12px; }
 #notice-date,.notice-rail .notice-rail__all { display:none; }
 .roster-hero { grid-template-columns:1fr; position:relative; padding-block:30px; gap:12px; }
 .roster-hero h1 { font-size:clamp(28px,7.5vw,42px); }
 .roster-hero__lead { font-size:12px; }
 .roster-hero__tags { font-size:10px; gap:18px; margin-top:22px; }
 .roster-emblem { width:185px; justify-self:end; margin-bottom:10px; }
 .roster-emblem > span { display:none; }
 .roster-hero > div:first-child { position:relative; z-index:1; }
 .roster-heading { align-items:flex-end; }
 .roster-heading > p { max-width:100px; text-align:right; font-size:10px; line-height:1.8; margin:0; }
 .roster-heading h2 { font-size:23px; }
 .roster-controls { padding:16px; }
 .roster-search-row { grid-template-columns:1fr; gap:12px; padding-bottom:16px; }
 .roster-search-row input,.roster-search-row select { font-size:16px; }
 .roster-filter { grid-template-columns:1fr; gap:8px; }
 .roster-filter > span { padding-top:0; }
 .roster-chip { min-height:42px; padding-inline:13px; }
 .roster-grid { gap:14px; }
 .roster-card__body { padding:13px; }
 .roster-card h3 { font-size:16px; }
 .roster-card__bio { font-size:11px; }
 .roster-card__placeholder > span { font-size:26px; }
 .roster-card__placeholder small { font-size:6px; }
 .roster-card__more { font-size:11px; }
 .roster-help { flex-direction:column; align-items:stretch; padding:24px; }
 .roster-help .btn { justify-content:center; }
 .community-dialog__head,.community-dialog__body { padding:16px; }
 .community-dialog__head h2 { font-size:20px; }
 .community-dialog__foot { padding:12px; gap:8px; }
 .community-dialog__foot .btn { font-size:10px; padding:10px; flex:1; justify-content:center; }
 .roster-detail__intro { grid-template-columns:110px minmax(0,1fr); gap:16px; }
 .notice-item summary,.notice-item__content { padding:14px; }
}
@media (max-width:370px) { .roster-grid { grid-template-columns:minmax(0,1fr); } .roster-card__cover { aspect-ratio:3 / 2; } .roster-card__body { padding:18px; } .notice-trigger { padding-inline:8px; } .notice-trigger span { display:none; } }
@media (prefers-reduced-motion:reduce) { .roster-card,.community-dialog[open],.roster-emblem i,.roster-emblem img { animation:none; } .roster-card,.roster-card__cover img,.notice-trigger { transition:none; } }
