.sh-showcase-page{--sh-violet: #9146ff;--sh-violet-soft: #a78bfa;--sh-magenta: #f472b6;--sh-text: #f4f2f8;--sh-muted: #b4abcd;--sh-live: #34d399;--sh-card: rgba(22, 18, 34, .78);--sh-card-border: rgba(145, 70, 255, .22);min-height:100vh;color:var(--sh-text);position:relative}.sh-showcase-page .sh-board-bg{background:radial-gradient(ellipse 70% 50% at 12% -5%,rgba(145,70,255,.22),transparent 60%),radial-gradient(ellipse 55% 45% at 95% 0%,rgba(244,114,182,.12),transparent 55%),radial-gradient(ellipse 60% 50% at 50% 110%,rgba(109,40,217,.14),transparent 60%),#0b0913}.sh-showcase-page .sh-board-header{max-width:1160px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;gap:16px}.sh-board-header-links{display:flex;align-items:center;gap:10px;margin-left:auto}.sh-board-header-links a{color:var(--sh-muted);text-decoration:none;font-size:.9rem;font-weight:500;padding:8px 14px;border-radius:999px;transition:color .15s ease,background .15s ease,border-color .15s ease}.sh-board-header-links a:hover{color:var(--sh-text);background:#ffffff0d}.sh-board-header-links a:last-child{color:var(--sh-text);background:linear-gradient(180deg,#9146ff73,#6d28d94d);border:1px solid rgba(167,139,250,.5)}.sh-board-header-links a:last-child:hover{background:linear-gradient(180deg,#9146ffa6,#6d28d973)}.sh-showcase-hero{text-align:center;max-width:760px;margin:0 auto;padding:56px 20px 40px}.sh-showcase-hero-kicker{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sh-violet-soft);padding:6px 14px;border-radius:999px;background:#9146ff1f;border:1px solid rgba(145,70,255,.28);margin-bottom:20px}.sh-showcase-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}.sh-showcase-hero-accent{background:linear-gradient(100deg,var(--sh-violet-soft),var(--sh-magenta));-webkit-background-clip:text;background-clip:text;color:transparent}.sh-showcase-hero p{color:var(--sh-muted);font-size:1.05rem;line-height:1.6;max-width:600px;margin:0 auto}.sh-showcase-hero-stats{display:inline-flex;gap:12px;margin-top:28px;flex-wrap:wrap;justify-content:center}.sh-showcase-hero-stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 22px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);min-width:110px}.sh-showcase-hero-stat strong{font-size:1.5rem;font-weight:800;display:inline-flex;align-items:center;gap:8px}.sh-showcase-hero-stat span{font-size:.78rem;color:var(--sh-muted);text-transform:uppercase;letter-spacing:.06em}.sh-showcase-hero-stat.is-live{background:#34d39914;border-color:#34d3994d}.sh-showcase-hero-stat.is-live strong{color:var(--sh-live)}.sh-showcase-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;max-width:1160px;margin:0 auto;padding:0 24px 24px}.sh-showcase-card{position:relative;display:flex;flex-direction:column;border-radius:18px;background:var(--sh-card);border:1px solid var(--sh-card-border);text-decoration:none;color:inherit;overflow:hidden;box-shadow:0 18px 50px #00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;opacity:0;transform:translateY(14px);animation:sh-card-in .5s ease forwards;animation-delay:var(--sh-card-delay, 0ms)}@keyframes sh-card-in{to{opacity:1;transform:translateY(0)}}.sh-showcase-card:hover{transform:translateY(-4px);border-color:#a78bfa99;box-shadow:0 26px 64px #0000008c,0 0 0 1px #a78bfa40}.sh-showcase-card.is-live{border-color:#34d39973}.sh-showcase-card.is-live:hover{border-color:#34d399b3;box-shadow:0 26px 64px #0000008c,0 0 36px #34d3991f}.sh-showcase-card.is-ambassador{border-color:#57f28761}.sh-showcase-card.is-ambassador:hover{border-color:#57f28794;box-shadow:0 26px 64px #0000008c,0 0 28px #57f2871a}.sh-showcase-card.is-ambassador.is-live{border-color:#57f2877a}.sh-showcase-card.is-ambassador .sh-showcase-card-avatar{border-color:#57f2878c}.sh-showcase-card.is-ambassador .sh-showcase-card-cover-fallback{background:radial-gradient(ellipse 90% 140% at 15% 0%,rgba(87,242,135,.28),transparent 60%),linear-gradient(125deg,#14532d,#22c55e 38%,#3b1f63)}.sh-showcase-card-cover{position:relative;height:104px}.sh-showcase-card-cover-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.sh-showcase-card-cover-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 140% at 15% 0%,rgba(167,139,250,.5),transparent 60%),linear-gradient(125deg,#6d28d9,#9146ff 42%,#3b1f63)}.sh-showcase-card-cover-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(11,9,19,.05),rgba(22,18,34,.55) 60%,var(--sh-card))}.sh-showcase-card-livebadge{position:absolute;top:12px;right:12px;z-index:2;padding:4px 10px;border-radius:999px;background:#064e3bb3;border:1px solid rgba(52,211,153,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sh-showcase-card-avatar{position:absolute;left:18px;bottom:-26px;z-index:2;padding:3px;border-radius:50%;background:var(--sh-card);border:2px solid rgba(167,139,250,.45);box-shadow:0 10px 28px #00000080;line-height:0}.sh-showcase-card.is-live .sh-showcase-card-avatar{border-color:#34d399b3}.sh-showcase-avatar-wrap{position:relative;flex-shrink:0;line-height:0}.sh-showcase-avatar-wrap .sh-avatar{border-radius:50%}.sh-showcase-avatar-live{position:absolute;right:2px;bottom:2px;width:14px;height:14px;border-radius:50%;background:var(--sh-live);border:2px solid var(--sh-card);box-shadow:0 0 10px #34d399cc}.sh-showcase-card-body{display:flex;flex-direction:column;gap:12px;padding:36px 20px 18px}.sh-showcase-card-id{display:flex;flex-direction:column;gap:2px}.sh-showcase-card-name{font-size:1.18rem;font-weight:700;letter-spacing:-.01em}.sh-showcase-card-login{color:var(--sh-muted);font-size:.88rem}.sh-showcase-bio{color:var(--sh-muted);font-size:.92rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-showcase-award-date{display:block;margin-top:4px;font-size:.82rem;color:var(--sh-muted)}.sh-award-modal-streamer-date{font-size:.85em;color:var(--sh-muted)}.sh-showcase-games{display:flex;flex-wrap:wrap;gap:6px}.sh-showcase-game-tag{display:inline-flex;align-items:center;gap:7px;font-size:.76rem;font-weight:500;padding:4px 11px;border-radius:999px;background:#9146ff29;border:1px solid rgba(145,70,255,.32);color:#e7defc;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.sh-showcase-game-tag:hover{background:#9146ff4d;border-color:#a78bfaa6;transform:translateY(-1px)}.sh-showcase-game-tag.has-cover{padding-left:4px}.sh-showcase-game-tag-cover{width:18px;height:24px;border-radius:4px;background-size:cover;background-position:center;flex-shrink:0}.sh-game-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#08060eb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:sh-fade-in .18s ease}@keyframes sh-fade-in{0%{opacity:0}to{opacity:1}}.sh-game-modal{position:relative;width:min(560px,100%);max-height:88vh;overflow-y:auto;padding:26px;border-radius:20px;background:#14101efa;border:1px solid rgba(145,70,255,.35);box-shadow:0 32px 80px #0009;animation:sh-modal-in .22s ease}@keyframes sh-modal-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.sh-game-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--sh-muted);font-size:.85rem;cursor:pointer;transition:background .15s ease,color .15s ease}.sh-game-modal-close:hover{background:#ffffff1f;color:var(--sh-text)}.sh-game-modal-state{text-align:center;color:var(--sh-muted);padding:32px 10px}.sh-game-modal-head{display:flex;gap:18px;align-items:flex-start}.sh-game-modal-cover{width:96px;height:128px;border-radius:12px;object-fit:cover;flex-shrink:0;box-shadow:0 12px 30px #00000080;background:#0000004d}.sh-game-modal-cover--empty{display:flex;align-items:center;justify-content:center;font-size:2.2rem}.sh-game-modal-meta{flex:1;min-width:0;padding-right:28px}.sh-game-modal-meta h3{margin:0 0 8px;font-size:1.35rem;font-weight:800;letter-spacing:-.01em;line-height:1.2}.sh-game-modal-facts{display:flex;flex-wrap:wrap;gap:10px;color:var(--sh-muted);font-size:.9rem;margin-bottom:10px}.sh-game-modal-genres{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.sh-game-modal-genres span{font-size:.74rem;padding:3px 9px;border-radius:999px;background:#9146ff29;border:1px solid rgba(145,70,255,.3)}.sh-game-modal-link{font-size:.85rem;font-weight:600;color:var(--sh-violet-soft);text-decoration:none}.sh-game-modal-link:hover{text-decoration:underline}.sh-game-modal-summary{margin:18px 0 0;color:#f4f2f8d9;font-size:.94rem;line-height:1.6}.sh-game-modal-lang{display:inline;color:var(--sh-muted);font-size:.8rem;font-style:italic}.sh-game-modal-source{margin:8px 0 0;font-size:.78rem;color:var(--sh-muted)}.sh-game-modal-source a{color:var(--sh-violet-soft);text-decoration:none}.sh-game-modal-source a:hover{text-decoration:underline}.sh-game-modal-streamers{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.sh-game-modal-streamers h4{margin:0 0 12px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--sh-muted)}.sh-game-modal-streamer-list{display:flex;flex-wrap:wrap;gap:10px}.sh-game-modal-streamer{display:inline-flex;align-items:center;gap:9px;padding:6px 14px 6px 6px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);text-decoration:none;color:var(--sh-text);font-size:.9rem;font-weight:500;transition:background .15s ease,border-color .15s ease,transform .15s ease}.sh-game-modal-streamer:hover{background:#9146ff2e;border-color:#9146ff8c;transform:translateY(-1px)}@media(max-width:480px){.sh-game-modal-head{flex-direction:column;align-items:center;text-align:center}.sh-game-modal-meta{padding-right:0}.sh-game-modal-genres,.sh-game-modal-facts{justify-content:center}}.sh-showcase-live-box{padding:10px 12px;border-radius:12px;background:#34d39914;border:1px solid rgba(52,211,153,.24);font-size:.9rem;line-height:1.45}.sh-showcase-live-box strong{display:inline}.sh-showcase-live-box--profile{margin-top:18px}.sh-showcase-meta{font-size:.82rem;color:var(--sh-muted)}.sh-showcase-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.sh-showcase-card-cta{font-size:.85rem;font-weight:600;color:var(--sh-violet-soft);white-space:nowrap;transition:transform .2s ease}.sh-showcase-card:hover .sh-showcase-card-cta{transform:translate(3px)}.sh-showcase-live{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700;color:var(--sh-live);letter-spacing:.04em}.sh-showcase-live--compact{font-size:.7rem}.sh-showcase-live-dot{width:8px;height:8px;border-radius:50%;background:var(--sh-live);box-shadow:0 0 8px #34d399e6;animation:sh-showcase-pulse 1.4s ease-in-out infinite}@keyframes sh-showcase-pulse{0%,to{opacity:1}50%{opacity:.35}}.sh-showcase-socials{display:flex;flex-wrap:wrap;gap:8px}.sh-showcase-social-link{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:500;text-decoration:none;color:var(--sh-text);background:#ffffff0a;border:1px solid rgba(255,255,255,.1);transition:background .15s ease,border-color .15s ease,transform .15s ease}.sh-showcase-social-link:hover{background:#9146ff2e;border-color:#9146ff8c;transform:translateY(-1px)}.sh-showcase-social-icon{font-size:.95rem;line-height:1}.sh-showcase-empty{text-align:center;padding:64px 20px;color:var(--sh-muted);max-width:1160px;margin:0 auto}.sh-showcase-empty--card{max-width:460px;margin:20px auto 0;padding:48px 28px;border-radius:18px;background:var(--sh-card);border:1px dashed rgba(145,70,255,.35)}.sh-showcase-empty-emoji{font-size:2rem;display:block;margin-bottom:12px}.sh-showcase-empty--card p{margin:0;color:var(--sh-text);font-weight:600}.sh-showcase-empty-sub{margin-top:6px!important;color:var(--sh-muted)!important;font-weight:400!important;font-size:.9rem}.sh-showcase-grid--skeleton .sh-showcase-card--skeleton{height:320px;opacity:1;transform:none;animation:sh-skeleton-pulse 1.3s ease-in-out infinite;background:linear-gradient(110deg,#16122299,#28203c80,#16122299)}@keyframes sh-skeleton-pulse{0%,to{opacity:.55}50%{opacity:.85}}.sh-showcase-footer{text-align:center;padding:40px 20px 56px;color:var(--sh-muted);font-size:.88rem}.sh-showcase-footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:12px}.sh-showcase-footer-legal a{color:var(--sh-muted);text-decoration:none;font-weight:500}.sh-showcase-footer-legal a:hover{color:var(--sh-text);text-decoration:underline}.sh-showcase-footer>p a{color:var(--sh-violet-soft);text-decoration:none;font-weight:600}.sh-showcase-footer>p a:hover{text-decoration:underline}.sh-showcase-profile{max-width:920px;margin:0 auto;padding:24px 20px 72px}.sh-showcase-page--profile .sh-board-header{max-width:920px}.sh-showcase-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px;color:var(--sh-muted);text-decoration:none;font-size:.92rem;transition:color .15s ease}.sh-showcase-back:hover{color:var(--sh-text)}.sh-showcase-profile-card{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(145,70,255,.32);background:#120e1cf5;box-shadow:0 28px 72px #0000008c,inset 0 0 0 1px #ffffff0a}.sh-showcase-profile-card.is-live{border-color:#34d39973;box-shadow:0 28px 72px #0000008c,0 0 56px #34d3991a}.sh-showcase-profile-card.is-ambassador{border-color:#57f28761}.sh-showcase-profile-cover{position:relative;height:clamp(160px,24vw,230px);overflow:hidden;background:radial-gradient(ellipse 80% 120% at 20% 0%,rgba(167,139,250,.4),transparent 55%),linear-gradient(125deg,#6d28d9,#9146ff 45%,#1e1432)}.sh-showcase-profile-cover-bg{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background-size:cover;background-position:center top;filter:blur(30px) saturate(1.3);transform:scale(1.12);opacity:.6}.sh-showcase-profile-cover-bg--banner{top:0;right:0;bottom:0;left:0;filter:none;transform:none;opacity:1}.sh-showcase-profile-cover-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c0a1226,#0c0a128c 55%,#120e1cfa)}.sh-showcase-profile-cover-live{position:absolute;right:16px;bottom:14px;display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:600;color:#d1fae5;background:#064e3bb3;border:1px solid rgba(52,211,153,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sh-showcase-profile-body{position:relative;z-index:1;padding:0 28px 30px}.sh-showcase-profile-identity{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:end;margin-top:-48px}.sh-showcase-profile-avatar-slot{padding:5px;border-radius:50%;background:#120e1cfa;border:3px solid rgba(145,70,255,.5);box-shadow:0 14px 40px #00000080;line-height:0}.sh-showcase-profile-card.is-live .sh-showcase-profile-avatar-slot{border-color:#34d39999}.sh-showcase-avatar-wrap--profile .sh-avatar{box-shadow:0 8px 28px #00000059}.sh-showcase-avatar-wrap--profile .sh-showcase-avatar-live{width:18px;height:18px;right:4px;bottom:4px}.sh-showcase-profile-headline h1{margin:0 0 4px;font-size:clamp(1.6rem,3.5vw,2.1rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}.sh-showcase-profile-headline .sh-showcase-card-login{margin:0;font-size:.95rem}.sh-showcase-profile-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-self:end;padding-bottom:4px}.sh-showcase-profile-bio{margin:20px 0 0;max-width:64ch;color:#f4f2f8e6;font-size:1.02rem;line-height:1.65}.sh-showcase-profile-card .sh-showcase-games{margin-top:18px}.sh-showcase-profile-card .sh-showcase-game-tag{font-size:.82rem;padding:5px 13px}.sh-showcase-socials--profile{margin-top:18px}.sh-showcase-profile-member{margin:18px 0 0;font-size:.82rem;color:var(--sh-muted)}.sh-showcase-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;font-size:.92rem;font-weight:600;text-decoration:none;border:1px solid rgba(145,70,255,.5);background:linear-gradient(180deg,#9146ff8c,#6d28d952);color:var(--sh-text);transition:background .15s ease,border-color .15s ease,transform .15s ease}.sh-showcase-btn:hover{background:linear-gradient(180deg,#9146ffbf,#6d28d980);border-color:#a78bfab3;transform:translateY(-1px)}.sh-showcase-btn--ghost{background:#ffffff0a;border-color:#b4abcd47}.sh-showcase-btn--ghost:hover{background:#ffffff14;border-color:#b4abcd73}.sh-showcase-section{margin-top:22px;padding:24px 26px;border-radius:18px;background:#161222d1;border:1px solid rgba(61,51,88,.85);box-shadow:0 14px 44px #0000004d}.sh-showcase-section h2{font-size:.8rem;margin-bottom:14px;color:var(--sh-muted);text-transform:uppercase;letter-spacing:.08em}.sh-showcase-section-lead{margin:-6px 0 16px;font-size:.92rem;line-height:1.5;color:var(--sh-muted)}.sh-showcase-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.sh-showcase-stat{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:#00000040;border:1px solid rgba(255,255,255,.06)}.sh-showcase-stat-icon{font-size:1.4rem;line-height:1}.sh-showcase-stat strong{display:block;font-size:1.15rem;font-weight:800;line-height:1.2}.sh-showcase-stat span{display:block;font-size:.78rem;color:var(--sh-muted);margin-top:2px}.sh-showcase-stream-card{padding:16px 18px;border-radius:14px;background:#00000040;border:1px solid rgba(255,255,255,.06)}.sh-showcase-stream-title{margin:0 0 8px;font-size:1.05rem;line-height:1.45}.sh-showcase-stream-game{color:var(--sh-muted);font-weight:500}.sh-showcase-section--boards .sh-portal-board-picker{margin-bottom:0}.sh-showcase-section--boards .sh-portal-board-card{border-color:#9146ff52;background:#0000004d}.sh-showcase-section--boards .sh-portal-board-card:hover{border-color:#9146ff99;background:#9146ff1a}.sh-portal-board-card-icon-img{width:40px;height:40px;border-radius:10px;object-fit:cover}@media(max-width:720px){.sh-showcase-profile-identity{grid-template-columns:1fr;justify-items:center;text-align:center;margin-top:-48px;gap:14px}.sh-showcase-profile-actions{justify-content:center;width:100%}.sh-showcase-profile-bio{text-align:center;margin-left:auto;margin-right:auto}.sh-showcase-profile-card .sh-showcase-games,.sh-showcase-socials--profile{justify-content:center}.sh-showcase-profile-member{text-align:center}}@media(max-width:560px){.sh-showcase-hero{padding-top:36px}.sh-showcase-profile-body{padding-left:18px;padding-right:18px}.sh-showcase-grid{grid-template-columns:1fr}}.sh-showcase-awards--card{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.sh-showcase-award-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.18rem .55rem .18rem .28rem;border-radius:999px;background:#ffd7781f;border:1px solid rgba(255,215,120,.28);color:#ffe8a8;font-size:.72rem;font-weight:600;line-height:1.2}.sh-showcase-award-badge--btn{font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.sh-showcase-award-badge--btn:hover{background:#ffd77838;border-color:#ffd77880;transform:translateY(-1px)}.sh-showcase-award-badge.is-ambassador{color:#bbf7d0;background:#57f28724;border-color:#57f2876b;box-shadow:0 0 16px #57f2871f}.sh-showcase-award-badge.is-ambassador.sh-showcase-award-badge--btn:hover{background:#57f28738;border-color:#57f2879e}.sh-showcase-award-badge.is-ambassador .sh-showcase-award-badge-fallback{background:#57f28733}.sh-showcase-award-badge-img,.sh-showcase-award-icon{width:22px;height:22px;border-radius:50%;object-fit:cover;flex:0 0 auto}.sh-showcase-award-badge-fallback,.sh-showcase-award-icon--fallback{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffd7782e;font-size:.72rem}.sh-showcase-award-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1.25rem;padding:0 1rem;max-width:1200px;margin-left:auto;margin-right:auto}.sh-showcase-award-filter{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffd1;font:inherit;font-size:.82rem;cursor:pointer}.sh-showcase-award-filter.is-active{border-color:#ffd77873;background:#ffd7781f;color:#ffe8a8}.sh-showcase-award-filter.is-ambassador{border-color:#57f28747;color:#bbf7d0}.sh-showcase-award-filter.is-ambassador.is-active{border-color:#57f2878c;background:#57f28724;color:#d7ffe8;box-shadow:0 0 20px #57f2871f}.sh-showcase-award-filter-img{width:16px;height:16px;border-radius:50%;object-fit:cover}.sh-showcase-profile-card .sh-showcase-awards--card{margin-top:.85rem;margin-bottom:.15rem}.sh-showcase-profile-card .sh-showcase-award-badge{font-size:.82rem;padding:.28rem .75rem .28rem .38rem}.sh-showcase-profile-card .sh-showcase-award-badge-img,.sh-showcase-profile-card .sh-showcase-award-badge-fallback{width:28px;height:28px}.sh-showcase-profile-card .sh-showcase-award-badge-fallback{font-size:.85rem}.sh-award-modal{width:min(520px,100%)}.sh-award-modal-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:8px 28px 0}.sh-award-modal-block{padding:0 28px}.sh-award-modal-block--meaning,.sh-award-modal-block--awarding{margin-top:22px}.sh-award-modal-block--carriers{margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.sh-award-modal-block--carriers h4{margin:0 0 12px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--sh-muted)}.sh-award-modal-copy{max-width:36ch}.sh-award-modal-copy h3{margin:0;font-size:1.35rem;line-height:1.25}.sh-award-modal-icon{width:min(220px,58vw);height:min(220px,58vw);border-radius:28px;object-fit:contain;flex-shrink:0;border:1px solid rgba(255,215,120,.35);background:radial-gradient(circle at center,rgba(255,215,120,.14),transparent 70%),#00000040;box-shadow:0 16px 40px #00000080;padding:10px}.sh-award-modal-icon--fallback{display:grid;place-items:center;font-size:4rem;color:#ffe8a8}.sh-award-modal-icon--ambassador{border-color:#57f2876b;background:radial-gradient(circle at center,rgba(87,242,135,.16),transparent 70%),#00000040;box-shadow:0 16px 40px #00000080,0 0 28px #57f28724}.sh-award-modal-kicker{margin:.45rem 0 0;font-size:.88rem;color:#ffe8a8bf}.sh-award-modal-summary{margin:0;text-align:center;color:#f4f2f8d9;font-size:.94rem;line-height:1.6}.sh-award-modal-policy-box{padding:.7rem .9rem;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-size:.86rem;color:var(--sh-muted);line-height:1.45;text-align:center}.sh-award-modal-rarity{margin:.75rem 0 0;text-align:center;font-size:.84rem;color:var(--sh-muted);letter-spacing:.02em}.sh-award-modal-rarity--solo{margin-top:0}.sh-award-modal-rarity-tier{font-weight:600}.sh-award-modal-rarity-tier--rare{color:#86efac}.sh-award-modal-rarity-tier--common{color:#c4b5fd}.sh-award-modal-rarity-sep{color:var(--sh-muted);font-weight:400}.sh-showcase-awards--profile h2{font-size:1rem;margin:0 0 .65rem}.sh-showcase-awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.sh-showcase-award-card{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem 1rem;border-radius:14px;background:#ffd77814;border:1px solid rgba(255,215,120,.18)}.sh-showcase-award-card--btn{width:100%;text-align:left;cursor:pointer;color:inherit;font:inherit}.sh-showcase-award-card--btn:hover{border-color:#ffd77859}.sh-showcase-award-card.is-ambassador{border-color:#57f28752;background:linear-gradient(145deg,#57f2871a,#120e1ceb)}.sh-showcase-award-card.is-ambassador.sh-showcase-award-card--btn:hover{border-color:#57f28780}.sh-showcase-award-card strong{display:block;margin-bottom:.15rem}.sh-showcase-award-card p{margin:0;font-size:.85rem;opacity:.82}.sh-showcase-award-icon{width:40px;height:40px}.sh-portal-sections .sh-showcase-profile{max-width:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.sh-showcase-profile-card .sh-showcase-profile-body{display:flex;flex-direction:column;gap:22px;padding:26px 28px 24px}.sh-profile-live{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;border:1px solid rgba(226,80,74,.35);background:#e2504a1a;text-decoration:none;color:inherit;transition:border-color .18s ease,background .18s ease}.sh-profile-live:hover{border-color:#e2504a99;background:#e2504a29}.sh-profile-live-dot{width:10px;height:10px;border-radius:50%;background:#e2504a;flex:0 0 auto;box-shadow:0 0 0 4px #e2504a33}.sh-profile-live-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.sh-profile-live-copy strong{font-size:1rem;font-weight:600}.sh-profile-live-copy span{font-size:.85rem;color:#cbd5e1b3}.sh-profile-bio{margin:0;font-size:1.06rem;line-height:1.6;color:#e8ecf5}.sh-showcase-profile-body .sh-showcase-awards--profile,.sh-profile-section{padding-top:22px;border-top:1px solid rgba(148,163,184,.14)}.sh-showcase-profile-body .sh-showcase-awards--profile>h2,.sh-profile-section-title{margin:0 0 12px;font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#cbd5e199}.sh-profile-member{margin:0;padding-top:20px;border-top:1px solid rgba(148,163,184,.14);font-size:.83rem;color:#cbd5e180}@media(max-width:640px){.sh-showcase-profile-card .sh-showcase-profile-body{padding:20px 18px;gap:18px}}.sh-overview-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:16px}.sh-overview-tile{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.16);background:#94a3b80f;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease}.sh-overview-tile:hover{transform:translateY(-2px);border-color:#94a3b866;background:#94a3b81a}.sh-overview-tile-title{font-size:.82rem;color:#cbd5e1bf;letter-spacing:.01em}.sh-overview-tile-value{font-size:1.9rem;font-weight:700;line-height:1.1}.sh-overview-tile-unit{font-size:.85rem;color:#cbd5e1cc}.sh-overview-tile-caption{font-size:.8rem;color:#cbd5e18c}.sh-overview-tile-list{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:3px;font-size:.92rem}.sh-overview-tile-list li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sh-overview-tile-rank{color:#cbd5e180;font-variant-numeric:tabular-nums}
