@font-face{font-family:"Roboto Condensed";src:url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Roboto Condensed";src:url("../fonts/RobotoCondensed-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
:root{
  --sb-bg:#1f1b1b;
  --sb-bg-2:#262120;
  --sb-panel:rgba(38,33,32,.94);
  --sb-panel-2:rgba(46,39,38,.96);
  --sb-slot:rgba(30,26,25,.92);
  --sb-line:rgba(244,126,78,.16);
  --sb-line-strong:rgba(244,126,78,.32);
  --sb-text:#f0ece7;
  --sb-muted:#b8ada5;
  --sb-soft:#8e8178;
  --sb-accent:#f47e4e;
  --sb-accent-2:#ff9b70;
  --sb-accent-dim:rgba(244,126,78,.14);
  --sb-shadow:0 18px 48px rgba(0,0,0,.34);
  --sb-radius:18px;
}
html,body{min-height:100%;}
body,
body input,
body textarea,
body select,
body button{
  font-family:"Roboto Condensed","Segoe UI",Tahoma,Arial,sans-serif!important;
  color:var(--sb-text)!important;
}
body{background:#181515!important;}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-5;
  background:url('../img/background.png') center center/cover no-repeat fixed!important;
}
body::after,
.page-backdrop,
.page-backdrop::before,
.page-backdrop::after,
.page-noise,
.arcadia-fall,
.arcadia-fall-item{display:none!important;content:none!important;}
*{scrollbar-color:var(--sb-accent) rgba(255,255,255,.06)}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-thumb{background:var(--sb-accent);border-radius:999px}
::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}
a{color:var(--sb-text)!important}
a:hover{color:#fff!important}
.shell{width:min(calc(100% - 34px),1320px)!important}
.site-header{position:sticky;top:0;z-index:50;padding-top:12px}
.utility-bar,.main-bar,.community-strip,
.forum-section,.side-card,.topic-table,.post-card,.reply-card,.ips-panel,.rules-hero-modern,.rule-modern-card,.ranking-podium,.ranking-list-panel,.auth-card,.settings-card,.settings-preview,.results-card,.admin-hero,.admin-stats,.admin-grid>a,.admin-create,.admin-category-card,.admin-settings-card,.install-card,.showcase-card,.headline-strip .shell,.hero-status,.topic-header,.community-page-head,.profile-panel-modern,.profile-summary-modern,.profile-hero-modern,.footer-grid,.footer-bottom-legal,.crumbs,.subforum-panel,.search-hero,.login-callout,.notification-row,.hero-copy,.hero-online,.rules-hero-badge,.hero-numbers>div,.stats-2x2>div,.profile-hero-stats>div,.forum-metric,.topic-count,.ips-member-stat,.profile-summary-score,.podium-card,.admin-stats>div,.rank-row,.admin-user-card,.forum-row,.topic-row,.subforum-card,.ips-team-card,.profile-empty-modern,.profile-game-list>div,.hero-card,.forum-card,.latest-card,.auth-callout,.latest-list>a,.ranking-list a,.profile-activity-list>a,.ips-member-row{
  background:var(--sb-panel)!important;
  border:1px solid var(--sb-line)!important;
  border-radius:var(--sb-radius)!important;
  box-shadow:var(--sb-shadow)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.utility-bar,.main-bar,.community-strip{border-radius:0!important}
.utility-bar{background:rgba(29,24,24,.96)!important;border-top-left-radius:16px!important;border-top-right-radius:16px!important;border-bottom:none!important}
.main-bar{background:rgba(34,29,28,.97)!important;border-top:none!important;border-bottom:none!important}
.community-strip{background:rgba(29,24,24,.96)!important;border-top:none!important;border-bottom-left-radius:16px!important;border-bottom-right-radius:16px!important}
.utility-inner,.nav-inner,.community-strip-inner{padding:12px 18px!important}
.utility-links,.community-links,.community-user-shortcuts,.main-nav,.hero-actions,.topic-head-actions,.moderation-inline,.community-search,.pagination{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.utility-links>a,.community-links>a,.community-user-shortcuts>a,.community-user-shortcuts>span,.main-nav a,.pagination a,.ips-community-tabs a,.rules-tabs-modern a,.ranking-tabs a,.job-ranking-tabs a,.ghost-btn,.mini-action,.text-action,.post-actions a,.post-actions button,.post-actions form button{
  padding:10px 14px!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  background:rgba(255,255,255,.03)!important;
  color:var(--sb-muted)!important;
}
.utility-links>a:hover,.community-links>a:hover,.community-user-shortcuts>a:hover,.main-nav a:hover,.main-nav a.active,.pagination a:hover,.pagination a.active,.ips-community-tabs a.active,.ips-community-tabs a:hover,.rules-tabs-modern a.active,.rules-tabs-modern a:hover,.ranking-tabs a.active,.ranking-tabs a:hover,.job-ranking-tabs a.active,.job-ranking-tabs a:hover,.ghost-btn:hover,.mini-action:hover,.text-action:hover,.post-actions a:hover,.post-actions button:hover,.post-actions form button:hover{
  background:var(--sb-accent-dim)!important;
  border-color:var(--sb-line-strong)!important;
  color:#fff!important;
}
.utility-badge-link b,.community-user-shortcuts b{
  display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:999px;
  background:linear-gradient(90deg,var(--sb-accent),var(--sb-accent-2))!important;color:#fff!important;font-size:11px;
}
.brand{display:flex!important;align-items:center!important}
.brand img{height:52px!important;width:auto!important;max-width:240px!important;object-fit:contain!important;filter:none!important}
.main-bar .nav-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}
.nav-search,.search-drawer .search-form{
  display:flex!important;align-items:center;gap:8px;padding:6px 6px 6px 12px;
  border-radius:14px;border:1px solid var(--sb-line)!important;background:rgba(255,255,255,.03)!important;
}
.nav-search input,.search-form input,.community-search input,.stack-form input,.stack-form textarea,.stack-form select,.editor-form input,.editor-form textarea,.editor-form select,.reply-card textarea,.settings-card input,.settings-card textarea,.settings-card select,.admin-form input,.admin-form textarea,.admin-form select,.rank-form input,.rank-row input,.user-role-form select,.user-ban-form input,.admin-search input{
  width:100%;padding:12px 14px;border-radius:12px!important;border:1px solid rgba(255,255,255,.06)!important;background:var(--sb-slot)!important;color:var(--sb-text)!important;outline:none!important;box-shadow:none!important;
}
.nav-search input{padding:10px 4px!important;border:none!important;background:transparent!important}
.nav-search button,.search-form button,.community-search button,.primary-btn,.hero-actions .primary-btn,.hero-actions .ghost-btn:hover{
  border:none!important;border-radius:12px!important;
  background:linear-gradient(90deg,var(--sb-accent),var(--sb-accent-2))!important;
  color:#fff!important;padding:12px 16px!important;box-shadow:0 10px 24px rgba(244,126,78,.22)!important;cursor:pointer;
}
.secondary-btn,.hero-actions .ghost-btn{
  background:rgba(255,255,255,.04)!important;border:1px solid var(--sb-line)!important;color:var(--sb-text)!important;box-shadow:none!important;
}
input::placeholder,textarea::placeholder{color:#8e8178!important}
.eyebrow,.ips-panel-head span,.profile-panel-title span,.side-title small,.topic-table-head span,.community-page-head .eyebrow,.ranking-head .eyebrow,.rules-hero-modern .eyebrow,.admin-page-head .eyebrow,.admin-hero .eyebrow,.auth-card-head small,.footer-col b,.footer-brand b{
  letter-spacing:.9px;text-transform:uppercase;color:var(--sb-accent)!important;font-size:12px!important;
}
h1,h2,h3,h4,b,strong{font-weight:500!important;color:#fff!important}
p,small,span,label,.meta,.topic-last small,.last-topic small,.hero-copy p,.community-page-head p,.search-hero p,.topic-header p,.rules-hero-modern p,.ranking-head p,.showcase-intro p,.home-bottom p,.profile-identity p,.profile-meta-row,.profile-game-list span,.profile-activity-list small,.admin-grid p,.admin-hero p,.admin-note p,.settings-lead,.install-card p{color:var(--sb-muted)!important}
.hero-home{padding:42px 0 18px}
.hero-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 340px;gap:24px}
.hero-copy{position:relative;overflow:hidden;min-height:420px;padding:30px!important;background:rgba(26,22,21,.94)!important}
.hero-copy::before,.hero-copy::after,.hero-cinematic-shade{display:none!important;content:none!important}
.hero-visuals{filter:none!important;opacity:.8}
.hero-copy h1,.category-hero h1,.community-page-head h1,.section-heading h2,.search-hero h1,.topic-header h1,.rules-hero-modern h1,.ranking-head h1,.admin-page-head h1{font-size:40px!important;line-height:1.05;color:#fff!important}
.hero-copy h1 em{font-style:normal;color:var(--sb-accent)!important;background:none!important;-webkit-text-fill-color:currentColor!important}
.hero-rotation-controls button{width:38px;height:12px;border-radius:999px;border:none;background:rgba(255,255,255,.12)!important;cursor:pointer}
.hero-rotation-controls button.active{background:linear-gradient(90deg,var(--sb-accent),var(--sb-accent-2))!important}
.hero-status-head span,.footer-status span,.ips-member-status,.profile-status-pill,.server-state,.online-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:rgba(244,126,78,.09)!important;border:1px solid rgba(244,126,78,.18)!important;color:var(--sb-text)!important;font-size:12px!important}
.hero-status-head span i,.footer-status i,.ips-member-status i,.profile-status-pill i,.server-state i,.online-pill i{width:8px;height:8px;border-radius:50%;background:var(--sb-accent)!important;box-shadow:0 0 12px rgba(244,126,78,.42)!important}
.hero-numbers>div,.stats-2x2>div,.profile-hero-stats>div,.forum-metric,.topic-count,.ips-member-stat,.profile-summary-score,.podium-card,.admin-stats>div,.rank-row,.admin-user-card{background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:none!important}
.hero-numbers b,.stats-2x2 b,.profile-hero-stats b,.forum-metric b,.topic-count b,.profile-summary-score b,.admin-stats b{display:block;font-size:26px!important;color:#fff!important}
.hero-online,.login-callout,.headline-strip .shell,.subforum-card,.ips-team-card,.profile-empty-modern,.profile-game-list>div,.latest-list>a,.ranking-list a,.profile-activity-list>a,.ips-member-row{background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:none!important}
.headline-strip .shell{padding:18px 20px!important}
.forum-row,.topic-row,.notification-row{background:rgba(255,255,255,.025)!important;border-radius:16px!important;padding:16px!important;box-shadow:none!important}
.forum-row:hover,.topic-row:hover,.latest-list>a:hover,.ranking-list a:hover,.profile-activity-list>a:hover,.ips-member-row:hover{border-color:var(--sb-line-strong)!important;background:rgba(244,126,78,.06)!important}
.forum-icon,.topic-status,.ips-member-avatar,.profile-avatar-modern,.podium-avatar,.post-avatar,.author-avatar,.profile-avatar,.member-avatar,.team-avatar,.user-quick img,.user-quick span{border:1px solid rgba(244,126,78,.22)!important;box-shadow:none!important;background:rgba(255,255,255,.04)!important}
.forum-row .forum-icon,.subforum-card .forum-icon{background:linear-gradient(180deg,rgba(244,126,78,.22),rgba(244,126,78,.08))!important;color:var(--sb-accent)!important}
.topic-table-head,.ranking-list-head,.ips-panel-head,.section-heading,.profile-panel-title,.topic-head-meta,.category-stats-bar{border-bottom:1px solid var(--sb-line)!important}
.rules-tabs-modern,.ips-community-tabs,.ranking-tabs,.job-ranking-tabs,.crumbs{background:var(--sb-panel)!important;border:1px solid var(--sb-line)!important;box-shadow:var(--sb-shadow)!important}
.rules-hero-modern,.community-page-head,.search-hero,.topic-header,.profile-hero-modern,.profile-summary-modern,.admin-hero{background:var(--sb-panel-2)!important}
.profile-hero-modern::after{display:none!important}
.profile-hero-content,.profile-hero-stats{position:relative;z-index:1}
.profile-name-line,.hero-status-head,.community-page-head,.topic-header,.admin-page-head{gap:12px!important}
.post-author{background:rgba(255,255,255,.03)!important;border-right:1px solid var(--sb-line)!important}
.post-content blockquote,.rule-body,.tips-list>li,.result-snippet,.stat-box,.settings-preview-box{background:rgba(255,255,255,.025)!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:14px!important}
.footer-grid,.footer-bottom-legal{background:rgba(28,24,24,.96)!important}
.footer-brand img{max-width:220px!important;max-height:58px!important;object-fit:contain!important;filter:none!important}
.footer-brand p,.footer-col a,.footer-bottom-legal span,.footer-bottom-legal small{color:var(--sb-muted)!important}
.footer-col a:hover{color:#fff!important}
.toast{background:var(--sb-panel)!important;color:var(--sb-text)!important;border:1px solid var(--sb-line)!important}
.toast i{background:linear-gradient(180deg,var(--sb-accent),var(--sb-accent-2))!important}
.form-alert.error{background:rgba(96,20,36,.82)!important;color:#ffd2da!important;border-color:rgba(255,94,115,.18)!important}
.form-alert.success{background:rgba(65,44,27,.88)!important;color:#ffe0d1!important;border-color:rgba(244,126,78,.22)!important}
.setup-warning{background:rgba(65,44,27,.88)!important;color:#ffe5cf!important;border-color:rgba(244,126,78,.2)!important}
.search-form>span,.strip-icon,.discord-mark,.podium-place,.rule-modern-card>span,.profile-empty-modern span,.online-orbit,.hero-status .primary-badge,.counter-accent{color:var(--sb-accent)!important}
.search-form button[type=submit],.login-link,.button-accent{background:linear-gradient(90deg,var(--sb-accent),var(--sb-accent-2))!important;color:#fff!important}
.mobile-menu{border:1px solid var(--sb-line)!important;background:rgba(255,255,255,.03)!important}
.mobile-menu span{background:var(--sb-accent)!important}
@media (max-width:860px){.site-header{position:relative}.main-bar .nav-inner{grid-template-columns:1fr!important}.brand img{height:46px!important;max-width:190px!important}}
