/* Hidden Hunt Arena — competitors, profiles, achievements and reactions */
.hha-community, .hha-community * { box-sizing: border-box; }
.hha-community { --hha-c-bg:rgba(25,17,52,.84); --hha-c-bg-2:rgba(51,33,97,.84); --hha-c-line:rgba(255,255,255,.12); --hha-c-text:#fbfaff; --hha-c-muted:rgba(244,240,255,.68); --hha-c-gold:#ffd65d; --hha-c-pink:#ff4ca6; --hha-c-purple:#8c5cff; --hha-c-cyan:#33ddff; width:min(1440px,calc(100% - 32px)); margin:0 auto; padding:clamp(40px,6vw,82px) 0; color:var(--hha-c-text); font-family:ui-rounded,"Nunito","Segoe UI",system-ui,sans-serif; }
.hha-community a { color:inherit; }
.hha-community-hero, .hha-profile-hero { position:relative; overflow:hidden; display:flex; justify-content:space-between; gap:24px; align-items:center; padding:clamp(24px,5vw,52px); border:1px solid var(--hha-c-line); border-radius:28px; background:radial-gradient(circle at 90% 0,rgba(51,221,255,.20),transparent 28%),radial-gradient(circle at 8% 8%,rgba(255,76,166,.24),transparent 30%),linear-gradient(145deg,rgba(55,36,104,.9),rgba(16,11,40,.94)); box-shadow:0 28px 75px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.09); }
.hha-community-hero:after,.hha-profile-hero:after { content:""; position:absolute; right:-60px; bottom:-95px; width:280px; aspect-ratio:1; border:32px solid rgba(255,214,93,.12); border-radius:50%; pointer-events:none; }
.hha-community-hero > *, .hha-profile-hero > * { position:relative; z-index:1; }
.hha-community-kicker { display:block; color:var(--hha-c-gold); font-size:10px; font-weight:950; letter-spacing:.16em; text-transform:uppercase; }
.hha-community h1,.hha-community h2,.hha-community h3,.hha-community p { margin-top:0; }
.hha-community-hero h1,.hha-profile-hero h1 { max-width:720px; margin:8px 0 10px; color:#fff; font-size:clamp(36px,5.5vw,70px); line-height:.94; letter-spacing:-.065em; }
.hha-community-hero p,.hha-profile-hero p { max-width:600px; margin:0; color:var(--hha-c-muted); font-size:15px; line-height:1.6; }
.hha-community-play,.hha-community-message,.hha-profile-link,.hha-community-you { display:inline-flex; align-items:center; justify-content:center; min-height:40px; border:0; border-radius:13px; padding:0 14px; color:#241434; background:var(--hha-c-gold); text-decoration:none; font:inherit; font-size:12px; font-weight:950; cursor:pointer; transition:transform .18s ease,filter .18s ease; }
.hha-community-play:hover,.hha-community-message:hover,.hha-profile-link:hover { filter:brightness(1.05); transform:translateY(-1px); }
.hha-community-play span { margin-left:7px; font-size:17px; }
.hha-directory-tools { display:flex; justify-content:space-between; gap:14px; align-items:center; margin:20px 0 16px; }
.hha-directory-search { flex:1; max-width:410px; position:relative; }
.hha-directory-search:before { content:"⌕"; position:absolute; top:50%; left:13px; transform:translateY(-53%); color:var(--hha-c-cyan); font-size:23px; pointer-events:none; }
.hha-directory-search input { width:100%; min-height:43px; padding:0 12px 0 38px; border:1px solid var(--hha-c-line); border-radius:14px; outline:0; color:#fff; background:rgba(255,255,255,.06); font:inherit; font-size:13px; }
.hha-directory-search input:focus { border-color:rgba(51,221,255,.7); box-shadow:0 0 0 3px rgba(51,221,255,.12); }
.hha-directory-filters { display:flex; flex-wrap:wrap; gap:7px; }
.hha-directory-filters button { min-height:38px; padding:0 11px; border:1px solid var(--hha-c-line); border-radius:12px; color:var(--hha-c-muted); background:rgba(255,255,255,.05); font:inherit; font-size:11px; font-weight:850; cursor:pointer; }
.hha-directory-filters button.is-active,.hha-directory-filters button:hover { border-color:rgba(255,214,93,.42); color:#2a1f3e; background:var(--hha-c-gold); }
.hha-competitor-directory__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.hha-competitor-card { min-width:0; overflow:hidden; display:grid; grid-template-columns:1fr auto; gap:12px; padding:14px; border:1px solid var(--hha-c-line); border-radius:21px; background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035)); box-shadow:inset 0 1px 0 rgba(255,255,255,.07); transition:transform .18s ease,border-color .18s ease; }
.hha-competitor-card:hover { border-color:rgba(51,221,255,.46); transform:translateY(-3px); }
.hha-competitor-card[hidden] { display:none!important; }
.hha-competitor-card__main { display:grid; grid-template-columns:50px minmax(0,1fr); gap:10px; min-width:0; color:#fff; text-decoration:none; position:relative; }
.hha-competitor-card__rank { position:absolute; top:-14px; left:-14px; min-width:28px; min-height:22px; padding:0 6px; display:grid; place-items:center; border-radius:0 0 9px 0; color:#2c2142; background:var(--hha-c-gold); font-size:9px; font-weight:950; }
.hha-competitor-card__avatar,.hha-profile-hero__avatar { display:block; position:relative; }
.hha-competitor-card__avatar img { display:block; width:50px; height:50px; border:1px solid rgba(255,255,255,.25); border-radius:17px; object-fit:cover; }
.hha-competitor-card__avatar i,.hha-profile-hero__avatar i { position:absolute; right:-1px; bottom:1px; width:12px; height:12px; border:2px solid #241a46; border-radius:50%; background:#697085; }
.hha-competitor-card__avatar i.is-online,.hha-profile-hero__avatar i.is-online { background:#50ed9e; box-shadow:0 0 11px #50ed9e; }
.hha-competitor-card__identity { min-width:0; display:block; padding-top:2px; }
.hha-competitor-card__identity strong,.hha-competitor-card__identity small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.hha-competitor-card__identity strong { font-size:13px; }
.hha-competitor-card__identity small { margin-top:4px; color:var(--hha-c-muted); font-size:9px; }
.hha-competitor-card__achievement { min-width:48px; display:grid; grid-template-columns:auto auto; align-content:center; column-gap:3px; text-align:right; }
.hha-competitor-card__achievement span { grid-row:1/3; align-self:center; font-size:16px; }
.hha-competitor-card__achievement strong { color:var(--hha-c-gold); font-size:14px; }
.hha-competitor-card__achievement small { color:var(--hha-c-muted); font-size:8px; text-transform:uppercase; letter-spacing:.04em; }
.hha-competitor-card__stats { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; padding:9px; border-radius:14px; background:rgba(5,4,17,.27); }
.hha-competitor-card__stats span { min-width:0; text-align:center; }
.hha-competitor-card__stats b,.hha-competitor-card__stats small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.hha-competitor-card__stats b { color:#fff; font-size:12px; }
.hha-competitor-card__stats small { margin-top:3px; color:var(--hha-c-muted); font-size:8px; text-transform:uppercase; letter-spacing:.05em; }
.hha-competitor-card footer { grid-column:1/-1; display:flex; align-items:center; gap:8px; }
.hha-profile-link { flex:1; min-height:33px; padding:0 9px; color:#eae4ff; background:rgba(255,255,255,.085); font-size:10px; }
.hha-community-message { min-height:33px; padding:0 10px; color:#fff; background:linear-gradient(135deg,var(--hha-c-purple),var(--hha-c-pink)); font-size:10px; }
.hha-community-you { min-height:33px; padding:0 10px; color:#2b203f; background:var(--hha-c-gold); font-size:10px; }
.hha-reaction-bar { min-width:0; grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.hha-reaction-bar__label { color:var(--hha-c-muted); font-size:10px; font-weight:800; }
.hha-reaction-bar__buttons { display:flex; flex-wrap:wrap; gap:5px; }
.hha-reaction-button { min-width:35px; height:27px; display:inline-flex; align-items:center; justify-content:center; gap:3px; padding:0 6px; border:1px solid rgba(255,255,255,.11); border-radius:9px; color:#fff; background:rgba(255,255,255,.055); font:inherit; cursor:pointer; transition:.16s ease; }
.hha-reaction-button:hover,.hha-reaction-button.is-reacted { border-color:rgba(255,214,93,.55); background:rgba(255,214,93,.17); transform:translateY(-1px); }
.hha-reaction-button span { font-size:12px; }
.hha-reaction-button b { font-size:9px; }
.hha-community-empty { grid-column:1/-1; min-height:170px; display:grid; place-content:center; justify-items:center; gap:6px; padding:25px; border:1px dashed rgba(255,255,255,.17); border-radius:21px; text-align:center; color:var(--hha-c-muted); }
.hha-community-empty span { font-size:34px; }
.hha-community-empty strong { color:#fff; font-size:14px; }
.hha-community-empty small { font-size:11px; }
.hha-community-back { display:inline-block; margin-bottom:14px; color:var(--hha-c-cyan); font-size:12px; font-weight:900; text-decoration:none; }
.hha-profile-hero__identity { min-width:0; display:flex; align-items:center; gap:16px; }
.hha-profile-hero__avatar img { display:block; width:96px; height:96px; border:2px solid var(--hha-c-gold); border-radius:28px; object-fit:cover; box-shadow:0 14px 35px rgba(255,214,93,.17); }
.hha-profile-hero__avatar i { right:1px; bottom:1px; width:18px; height:18px; border-width:3px; }
.hha-profile-hero__actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.hha-community-message--large { min-height:42px; padding:0 15px; font-size:12px; }
.hha-profile-reaction { display:flex; justify-content:flex-end; margin:12px 4px 0; }
.hha-profile-reaction .hha-reaction-bar { grid-template-columns:none; width:auto; padding:8px 10px; border:1px solid var(--hha-c-line); border-radius:14px; background:rgba(255,255,255,.045); }
.hha-profile-stats { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin:14px 0; }
.hha-profile-stats article { display:grid; grid-template-columns:auto 1fr; column-gap:8px; align-items:center; padding:14px; border:1px solid var(--hha-c-line); border-radius:18px; background:rgba(255,255,255,.055); }
.hha-profile-stats span { grid-row:1/3; align-self:center; font-size:20px; }
.hha-profile-stats b { color:#fff; font-size:18px; }
.hha-profile-stats small { margin-top:2px; color:var(--hha-c-muted); font-size:9px; text-transform:uppercase; letter-spacing:.05em; }
.hha-profile-layout { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr); gap:14px; align-items:start; }
.hha-profile-panel { overflow:hidden; border:1px solid var(--hha-c-line); border-radius:23px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); }
.hha-profile-panel > header { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:18px; border-bottom:1px solid rgba(255,255,255,.09); }
.hha-profile-panel h2 { margin:5px 0 0; color:#fff; font-size:23px; letter-spacing:-.04em; }
.hha-profile-panel__count { padding:7px 9px; border-radius:10px; color:#261b3c; background:var(--hha-c-gold); font-size:10px; font-weight:950; white-space:nowrap; }
.hha-achievement-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:12px; }
.hha-achievement-card { min-width:0; display:grid; grid-template-columns:36px minmax(0,1fr); gap:9px; padding:11px; border:1px solid rgba(255,255,255,.10); border-radius:16px; background:rgba(5,4,17,.21); }
.hha-achievement-card.is-locked { opacity:.48; filter:saturate(.45); }
.hha-achievement-card.is-complete { border-color:rgba(255,214,93,.30); background:linear-gradient(145deg,rgba(255,214,93,.12),rgba(255,255,255,.035)); }
.hha-achievement-card__icon { width:36px; height:36px; display:grid; place-items:center; border-radius:12px; background:rgba(255,255,255,.09); font-size:18px; }
.hha-achievement-card strong { display:block; color:#fff; font-size:12px; }
.hha-achievement-card p { margin:3px 0; color:var(--hha-c-muted); font-size:10px; line-height:1.4; }
.hha-achievement-card small { color:var(--hha-c-gold); font-size:9px; font-weight:900; }
.hha-achievement-card .hha-reaction-bar { grid-column:1/-1; margin-top:1px; }
.hha-achievement-card .hha-reaction-bar__buttons { gap:3px; }
.hha-achievement-card .hha-reaction-button { min-width:28px; height:24px; padding:0 4px; }
.hha-profile-ledger-list { display:grid; gap:0; }
.hha-profile-ledger-entry { display:grid; grid-template-columns:37px minmax(0,1fr); gap:10px; padding:14px 17px; border-bottom:1px solid rgba(255,255,255,.08); }
.hha-profile-ledger-entry:last-child { border-bottom:0; }
.hha-profile-ledger-entry__icon { width:36px; height:36px; display:grid; place-items:center; border-radius:12px; color:#241839; background:linear-gradient(135deg,var(--hha-c-gold),#ff9a7e); font-size:16px; }
.hha-profile-ledger-entry strong { display:block; color:#fff; font-size:13px; }
.hha-profile-ledger-entry p { margin:3px 0; color:var(--hha-c-muted); font-size:11px; line-height:1.42; }
.hha-profile-ledger-entry small { color:rgba(255,255,255,.48); font-size:9px; }
.hha-profile-ledger-entry .hha-reaction-bar { margin-top:7px; }
/* One clean conversation column, launched from every Message button. */
.hha-community-messenger { position:fixed; inset:0; z-index:100500; display:grid; place-items:center; padding:20px; }
.hha-community-messenger__backdrop { position:absolute; inset:0; background:rgba(4,3,13,.76); backdrop-filter:blur(8px); }
.hha-community-messenger__shell { position:relative; width:min(720px,100%); height:min(780px,calc(100dvh - 40px)); display:grid; grid-template-rows:auto 1fr auto; overflow:hidden; border:1px solid rgba(255,255,255,.18); border-radius:27px; color:#fff; background:linear-gradient(160deg,#241946,#100c27); box-shadow:0 38px 115px rgba(0,0,0,.62); }
.hha-community-messenger__header { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 16px; border-bottom:1px solid rgba(255,255,255,.11); background:rgba(255,255,255,.05); }
.hha-community-messenger__person { display:flex; align-items:center; gap:9px; min-width:0; }
.hha-community-messenger__person img { width:40px; height:40px; border:1px solid rgba(255,255,255,.22); border-radius:14px; object-fit:cover; }
.hha-community-messenger__person strong,.hha-community-messenger__person small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.hha-community-messenger__person strong { font-size:14px; }
.hha-community-messenger__person small { margin-top:3px; color:rgba(255,255,255,.62); font-size:10px; }
.hha-community-messenger__close { width:35px; height:35px; border:1px solid rgba(255,255,255,.12); border-radius:12px; color:#fff; background:rgba(255,255,255,.06); font-size:24px; line-height:1; cursor:pointer; }
.hha-community-messenger__thread { min-height:0; overflow-y:auto; display:flex; flex-direction:column; gap:10px; padding:18px; background:radial-gradient(circle at 5% 0,rgba(140,92,255,.18),transparent 24%),rgba(6,5,19,.26); }
.hha-community-bubble { max-width:min(78%,480px); align-self:flex-start; padding:10px 11px 7px; border:1px solid rgba(255,255,255,.1); border-radius:15px 15px 15px 4px; background:rgba(255,255,255,.1); }
.hha-community-bubble.is-own { align-self:flex-end; border-radius:15px 15px 4px 15px; background:linear-gradient(135deg,#7f4df0,#c04ce5); }
.hha-community-bubble p { margin:0; color:#fff; font-size:13px; line-height:1.42; white-space:pre-wrap; }
.hha-community-bubble small { display:block; margin-top:4px; color:rgba(255,255,255,.62); font-size:9px; text-align:right; }
.hha-community-messenger__empty { margin:auto; text-align:center; color:var(--hha-c-muted); }
.hha-community-messenger__empty span { display:block; margin-bottom:7px; font-size:30px; }
.hha-community-messenger__empty strong,.hha-community-messenger__empty small { display:block; }
.hha-community-messenger__empty strong { color:#fff; font-size:14px; }
.hha-community-messenger__empty small { margin-top:3px; font-size:11px; }
.hha-community-messenger__form { display:grid; grid-template-columns:1fr auto; gap:9px; align-items:end; padding:12px; border-top:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); }
.hha-community-messenger__form textarea { width:100%; resize:none; min-height:42px; max-height:110px; padding:11px 12px; border:1px solid rgba(255,255,255,.13); border-radius:14px; outline:0; color:#fff; background:rgba(7,5,20,.5); font:inherit; font-size:13px; }
.hha-community-messenger__form textarea:focus { border-color:rgba(90,225,255,.65); box-shadow:0 0 0 3px rgba(51,221,255,.11); }
.hha-community-messenger__form button { min-width:64px; height:42px; border:0; border-radius:13px; color:#fff; background:linear-gradient(135deg,var(--hha-c-purple),var(--hha-c-pink)); font:inherit; font-size:12px; font-weight:900; cursor:pointer; }
.hha-community-toast { position:fixed; z-index:100600; right:18px; bottom:18px; max-width:min(360px,calc(100vw - 36px)); padding:11px 13px; border:1px solid rgba(255,255,255,.16); border-radius:15px; color:#fff; background:rgba(29,19,61,.96); box-shadow:0 20px 55px rgba(0,0,0,.4); font:13px/1.4 ui-rounded,"Nunito","Segoe UI",system-ui,sans-serif; }
@media (max-width:1180px) { .hha-competitor-directory__grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .hha-profile-layout { grid-template-columns:1fr; } }
@media (max-width:820px) { .hha-community { width:min(100% - 20px,1440px); padding:34px 0; } .hha-community-hero,.hha-profile-hero { align-items:flex-start; flex-direction:column; border-radius:22px; } .hha-profile-hero__actions { justify-content:flex-start; } .hha-directory-tools { align-items:stretch; flex-direction:column; } .hha-directory-search { max-width:none; } .hha-competitor-directory__grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .hha-profile-stats { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:520px) { .hha-community-hero h1,.hha-profile-hero h1 { font-size:38px; } .hha-competitor-directory__grid,.hha-achievement-grid { grid-template-columns:1fr; } .hha-profile-stats { gap:8px; } .hha-profile-stats article { padding:11px; } .hha-profile-hero__avatar img { width:72px; height:72px; border-radius:23px; } .hha-profile-reaction { justify-content:stretch; } .hha-profile-reaction .hha-reaction-bar { width:100%; } .hha-community-messenger { padding:0; } .hha-community-messenger__shell { width:100%; height:100dvh; border:0; border-radius:0; } }
