/* V11.0.1 — HRT dashboard quality update. Keeps tracker data logic intact. */
:root{
  --hrt-bg:#050a0f;--hrt-bg-2:#071019;--hrt-panel:#08111a;--hrt-panel-2:#0a151f;
  --hrt-line:#1d2d39;--hrt-line-soft:#14232e;--hrt-text:#f2f1ed;--hrt-muted:#929da5;
  --hrt-gold:#f0b321;--hrt-gold-2:#b9780b;--hrt-purple:#b06cff;--hrt-purple-2:#7950c8;
  --hrt-green:#63d84f;--hrt-red:#ff493c;--hrt-header:94px;--hrt-side:230px;
}
html,body{background:var(--hrt-bg);color:var(--hrt-text);font-family:Arial,Helvetica,sans-serif}
body{font-size:12px;background:radial-gradient(circle at 78% 0,rgba(96,43,137,.08),transparent 28%),linear-gradient(180deg,#04090e,#061019 42%,#050a0f)}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(180deg,#000,transparent 72%)}
.ui-icon{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.positive{color:var(--hrt-green)!important}.negative{color:var(--hrt-red)!important}

/* Header */
.hrt-header.topbar{position:sticky;top:0;z-index:100;height:var(--hrt-header);padding:0 18px;display:grid;grid-template-columns:255px minmax(560px,1fr) minmax(430px,620px);gap:12px;align-items:stretch;border-bottom:1px solid var(--hrt-line);background:rgba(4,9,14,.965);backdrop-filter:blur(14px);overflow:visible;box-shadow:0 10px 35px rgba(0,0,0,.28)}
.hrt-brand{min-width:0;display:flex;align-items:center;gap:14px;border-right:1px solid var(--hrt-line-soft)}
.hrt-brand>strong{color:var(--hrt-gold);font:900 52px/1 Arial Black,Arial,sans-serif;letter-spacing:-4px;text-shadow:0 2px 0 #7b4b00,0 0 20px rgba(240,179,33,.12)}
.hrt-brand>span{display:grid;gap:5px;line-height:1}.hrt-brand>span b{font-size:19px;color:#f2f0eb}.hrt-brand>span em{font-style:normal;font-size:13px;color:var(--hrt-purple)}
.hrt-topnav{display:flex;align-items:stretch;min-width:0;overflow:hidden}.hrt-topnav>a,.hrt-nav-button{position:relative;min-width:78px;padding:12px 8px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:0;border-left:1px solid transparent;border-right:1px solid transparent;background:transparent;color:#d6d6d2;font-size:10px;font-weight:700;cursor:pointer;white-space:nowrap}
.hrt-topnav a:hover,.hrt-nav-button:hover{color:#fff;background:#0a121b}.hrt-topnav a.active{color:var(--hrt-gold);background:linear-gradient(180deg,rgba(240,179,33,.055),rgba(240,179,33,.02));border-left-color:#1c2831;border-right-color:#1c2831}.hrt-topnav a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;background:var(--hrt-gold);box-shadow:0 -4px 13px rgba(240,179,33,.15)}
.hrt-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.hrt-header .global-search{width:min(330px,28vw);height:46px;padding:0 13px;border:1px solid #243642;border-radius:9px;background:#071019;box-shadow:inset 0 0 16px rgba(0,0,0,.5)}.hrt-header .global-search:focus-within{width:min(380px,31vw);border-color:#415666;box-shadow:inset 0 0 16px rgba(0,0,0,.5),0 0 0 2px rgba(176,108,255,.06)}.hrt-header .global-search input{font-size:12px;color:#f1eee7}.hrt-header .search-icon{color:#c8c8c3}
.hrt-chat-shortcut{position:relative;width:48px;height:46px;flex:0 0 48px;display:grid;place-items:center;border:1px solid #243642;border-radius:8px;background:#071019;color:#e8e7e2}.hrt-chat-shortcut:hover,.hrt-chat-shortcut.active{border-color:#5b467a;color:#c59cff}.hrt-chat-shortcut b{position:absolute;right:-5px;top:-8px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border-radius:11px;background:var(--hrt-purple);color:#fff;font-size:9px}
.hrt-account-chip{height:52px;min-width:155px;padding:5px 10px;display:grid;grid-template-columns:36px minmax(0,1fr) 12px;align-items:center;gap:8px;border:1px solid #243642;border-radius:9px;background:#071019}.avatar-letter{width:34px;height:34px;display:grid;place-items:center;border:1px solid #79550f;border-radius:50%;background:#1b1205;color:var(--hrt-gold);font-weight:900}.hrt-account-chip>span:nth-child(2){min-width:0;display:grid;gap:2px}.hrt-account-chip b{overflow:hidden;text-overflow:ellipsis;color:#f0eee8;font-size:11px;white-space:nowrap}.hrt-account-chip small{color:#5dd54a;font-size:8px;letter-spacing:.3px}.hrt-account-chip>i{font-style:normal;color:#a5acb0}.hrt-account-chip.public small{color:#929da5}

/* Main shell + side rail */
.hrt-shell.shell{min-height:calc(100vh - var(--hrt-header));display:grid;grid-template-columns:var(--hrt-side) minmax(0,1fr);background:transparent}.hrt-sidebar.sidebar{position:sticky;top:var(--hrt-header);height:calc(100vh - var(--hrt-header));z-index:30;display:flex;flex-direction:column;border-right:1px solid var(--hrt-line);background:linear-gradient(180deg,#071019,#061019 65%,#050b11);box-shadow:none;overflow:auto}.hrt-sidebar.sidebar:before{display:none}.hrt-sidenav{padding:16px 14px 8px!important;display:grid;gap:3px;overflow:visible!important}.hrt-sidebar.sidebar .hrt-sidenav a{height:50px;padding:0 13px;display:flex;align-items:center;gap:14px;border:1px solid transparent;border-radius:6px;background:transparent;color:#e2e0db}.hrt-sidebar.sidebar .hrt-sidenav a .ui-icon{width:24px;height:24px;color:#c9c7c2}.hrt-sidebar.sidebar .hrt-sidenav a span{font-size:12px;font-weight:700}.hrt-sidebar.sidebar .hrt-sidenav a:hover{background:#0a151f;border-color:#152733;color:#fff}.hrt-sidebar.sidebar .hrt-sidenav a.active{color:var(--hrt-gold);border-color:#b37908;background:linear-gradient(90deg,rgba(180,121,8,.24),rgba(240,179,33,.04));box-shadow:inset 2px 0 var(--hrt-gold)}.hrt-sidebar.sidebar .hrt-sidenav a.active:before,.hrt-sidebar.sidebar .hrt-sidenav a.active:after{display:none}.hrt-sidebar.sidebar .hrt-sidenav a.active .ui-icon{color:var(--hrt-gold)}
.hrt-server-card{position:relative;margin:10px 14px 8px;padding:13px 14px 14px;border:1px solid var(--hrt-line);border-radius:7px;background:#071019;box-shadow:inset 0 0 20px rgba(0,0,0,.2)}.hrt-server-card>div{display:flex;align-items:center;gap:9px}.hrt-server-card small{color:#c4c7c8;font-size:10px}.server-clock-icon{font-size:22px;color:#d4d6d5}.hrt-server-card>strong{display:block;margin-top:8px;font-size:25px;font-weight:400;color:#fff}.hrt-server-card>span{display:block;margin-top:4px;color:#9aa2a7;font-size:10px}.hrt-server-card>.status-dot{position:absolute;right:13px;bottom:14px;width:7px;height:7px;background:var(--hrt-green)}
.hrt-sidebar-utils{margin:0 14px 8px;display:grid;gap:5px}.hrt-sidebar-utils .ltd-toggle,.hrt-sidebar-utils .pwa-install,.hrt-sidebar-utils .sync-chip{width:100%;min-width:0;height:34px;border:1px solid var(--hrt-line);border-radius:5px;background:#071019;color:#aeb5b8;clip-path:none}.hrt-sidebar-utils .ltd-toggle{justify-content:flex-start}.hrt-sidebar-utils .ltd-toggle small{margin-left:auto}.hrt-sidebar-utils .sync-chip{display:flex;padding:0 9px;justify-content:flex-start}.hrt-sidebar-utils .sync-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.hrt-sidebar-utils .sync-chip>i{width:7px;height:7px;border-radius:50%;background:var(--hrt-green)}
.hrt-sidebar .system-link,.hrt-logout{margin:0 14px 6px;min-height:40px;padding:0 11px;display:flex;align-items:center;gap:10px;border:1px solid var(--hrt-line);border-radius:5px;background:#071019;color:#bdc3c6}.hrt-sidebar .system-link .ui-icon,.hrt-logout .ui-icon{width:18px;height:18px}.hrt-sidebar .system-link span,.hrt-logout span{font:700 10px Arial,sans-serif;color:inherit}.hrt-logout{margin-bottom:14px}.hrt-logout:hover,.hrt-sidebar .system-link:hover{border-color:#374a58;color:#fff}
.hrt-workspace.workspace{min-width:0;overflow:visible;background:transparent}.hrt-workspace.workspace:before,.hrt-workspace.workspace:after{display:none}.hrt-workspace.workspace main{padding:20px 18px 24px;min-height:calc(100vh - var(--hrt-header) - 62px)}
.hrt-footer{min-height:62px;padding:0 22px;display:flex;align-items:center;gap:18px;border-top:1px solid var(--hrt-line);background:#050b11;color:#90999f}.hrt-footer>strong{color:var(--hrt-gold);font:900 25px Arial Black,Arial,sans-serif}.hrt-footer>span{font-size:10px}.hrt-footer nav{margin-left:auto;display:flex;gap:30px}.hrt-footer nav a{font-size:10px}.hrt-footer nav a:hover{color:#fff}

/* Global panels and controls */
.panel{border:1px solid var(--hrt-line)!important;border-radius:7px!important;background:linear-gradient(180deg,var(--hrt-panel),#071019)!important;box-shadow:0 10px 30px rgba(0,0,0,.13)!important;overflow:hidden}.panel:before{display:none!important}.panel-title{height:52px!important;padding:0 16px!important;border-bottom:1px solid var(--hrt-line)!important;background:#08111a!important;color:#e7e6e2!important;font-size:11px!important;letter-spacing:.15px!important}.panel-title>span{display:flex;align-items:center;gap:8px}.panel-title .ui-icon{width:18px;height:18px;color:var(--hrt-purple)}.panel-title a{color:#c290ef!important;font-size:9px!important}.panel-title a:hover{color:#e0c9ff!important}.notice{border:1px solid #463715!important;border-radius:6px!important;background:#131006!important;color:#d9bd70!important}.gold-button{border:1px solid #9b680a!important;border-radius:5px!important;background:linear-gradient(#a86f07,#754902)!important;color:#fff2cb!important}.ghost-button{border-radius:5px!important}input,select,textarea{border-radius:5px!important}
.page-head h1{color:#f3f1ec}.page-head p{color:#8f9aa1}.head-stat,.live-stamp{border-color:var(--hrt-line)!important;background:#071019!important}

/* Overview */
.hrt-overview-hero{display:grid;grid-template-columns:minmax(310px,1.45fr) repeat(4,minmax(175px,.9fr));gap:10px;margin-bottom:16px}.hrt-welcome-card,.hrt-summary-card{min-height:138px;border:1px solid var(--hrt-line);border-radius:8px;background:linear-gradient(145deg,#09131c,#071019);box-shadow:inset 0 0 25px rgba(0,0,0,.2)}
.hrt-welcome-card{padding:14px 18px;display:flex;align-items:center;gap:18px}.hrt-avatar{position:relative;width:90px;height:102px;flex:0 0 90px;display:grid;place-items:center;overflow:hidden}.hrt-avatar>span{position:absolute;color:#7c8790;font-size:28px}.hrt-avatar img{position:relative;z-index:1;max-width:95px;max-height:105px;filter:drop-shadow(0 8px 7px rgba(0,0,0,.55))}.hrt-welcome-card>div:last-child{display:grid;gap:6px}.hrt-welcome-card small{font-size:17px;color:#f1efea}.hrt-welcome-card h1{margin:0;color:var(--hrt-gold);font-size:29px;line-height:1}.hrt-welcome-card span{color:#a1a9ad;font-size:11px}
.hrt-summary-card{padding:16px 14px;display:flex;align-items:center;justify-content:center;gap:16px;text-align:left}.hrt-summary-card>div{min-width:0;display:grid;gap:5px}.hrt-summary-card small{color:#dedfdd;font-size:9px;white-space:nowrap}.hrt-summary-card strong{color:#f5f3ee;font-size:25px;line-height:1.05;white-space:nowrap}.hrt-summary-card em{font-size:13px;font-style:normal}.hrt-summary-card span:not(.hrt-summary-icon){color:#9aa2a6;font-size:10px}.hrt-summary-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;color:var(--hrt-gold);font-size:31px}.hrt-summary-icon .ui-icon{width:38px;height:38px;color:#a985ff}.hrt-summary-icon.up{color:var(--hrt-green)}.hrt-summary-icon.down{color:var(--hrt-red)}.hrt-summary-icon.rare-box{border:1px solid #a56d09;color:var(--hrt-gold);font-size:25px}.hrt-summary-icon.coins{font-size:0}.hrt-summary-icon.coins:before{content:"";width:42px;height:29px;background:radial-gradient(ellipse at center,#ffd34f 0 31%,#c8840a 34% 45%,transparent 48%) 0 13px/17px 10px no-repeat,radial-gradient(ellipse at center,#ffd34f 0 31%,#c8840a 34% 45%,transparent 48%) 13px 7px/17px 10px no-repeat,radial-gradient(ellipse at center,#ffd34f 0 31%,#c8840a 34% 45%,transparent 48%) 25px 15px/17px 10px no-repeat}
.hrt-dashboard-grid{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(500px,1.25fr) minmax(330px,.88fr);gap:10px;align-items:start}.hrt-briefing-card{grid-column:1}.hrt-market-card{grid-column:2}.hrt-right-column{grid-column:3;grid-row:1/3;display:grid;gap:10px}.hrt-highlights-card{grid-column:1/3}
.hrt-briefing-list{display:grid}.hrt-briefing-list>div{min-height:74px;padding:10px 14px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--hrt-line-soft)}.hrt-briefing-list .brief-icon{width:38px;height:38px;display:grid;place-items:center;color:var(--hrt-gold);font-size:23px}.hrt-briefing-list p{margin:0;display:grid;gap:6px}.hrt-briefing-list p>b{color:#f0efeb;font-size:10px}.hrt-briefing-list p>small{color:#a0a7ab;font-size:9px}.hrt-briefing-list p strong{font-size:9px}.hrt-briefing-list>div>em{padding:4px 8px;border:1px solid #6e4d13;border-radius:4px;background:#261a06;color:var(--hrt-gold);font-size:8px;font-style:normal}.hrt-empty-row{grid-template-columns:1fr!important}.hrt-briefing-details>summary,.hrt-panel-footlink,.hrt-museum-link{min-height:44px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:9px;list-style:none;border-top:1px solid var(--hrt-line);color:#d1a2fa;font-size:10px;cursor:pointer}.hrt-briefing-details>summary::-webkit-details-marker{display:none}.hrt-briefing-details>div{padding:12px 14px;border-top:1px solid var(--hrt-line-soft);color:#9ea6aa;font-size:9px}.hrt-briefing-details button{margin-top:8px;padding:8px 10px;border:1px solid #5f467a;background:#0d1018;color:#d1a2fa;cursor:pointer}
.hrt-market-list{display:grid}.hrt-market-list>button{min-height:64px;padding:7px 14px;display:grid;grid-template-columns:54px minmax(0,1fr) 105px 70px;align-items:center;gap:10px;border:0;border-bottom:1px solid var(--hrt-line-soft);background:transparent;color:inherit;text-align:left;cursor:pointer}.hrt-market-list>button:hover{background:#0b1721}.market-rare-img{width:50px;height:50px;display:grid;place-items:center}.market-rare-img img{max-width:48px;max-height:48px;filter:drop-shadow(0 5px 4px rgba(0,0,0,.5))}.hrt-market-list b{font-size:11px;color:#f0efeb}.hrt-market-list strong,.hrt-market-list em{text-align:right;font-size:11px;font-style:normal}.hrt-market-list em{font-size:10px}
.hrt-right-column .panel{min-width:0}.hrt-mini-chat-list,.hrt-watch-list{display:grid}.hrt-mini-chat-list>a{position:relative;min-height:64px;padding:8px 12px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:9px;border-bottom:1px solid var(--hrt-line-soft)}.hrt-mini-chat-list>a:hover,.hrt-watch-list>a:hover{background:#0b1721}.mini-avatar{width:36px;height:36px;display:grid;place-items:center;border:1px solid #4a3420;border-radius:50%;background:#181008;color:var(--hrt-gold);font-weight:900}.hrt-mini-chat-list p{margin:0;min-width:0;display:grid;gap:4px}.hrt-mini-chat-list b{font-size:11px;color:#f0efeb}.hrt-mini-chat-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9aa2a6;font-size:9px}.hrt-mini-chat-list time{align-self:start;color:#8e989d;font-size:8px}.hrt-mini-chat-list em{position:absolute;right:12px;bottom:8px;min-width:19px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:4px;background:var(--hrt-purple);color:#fff;font-size:8px;font-style:normal}.hrt-watch-list>a{min-height:54px;padding:7px 12px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;border-bottom:1px solid var(--hrt-line-soft)}.hrt-watch-list b{font-size:10px}.hrt-watch-list strong{font-size:10px}
.hrt-quick-grid{padding:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hrt-quick-grid>a{min-height:68px;padding:9px 4px;display:grid;place-items:center;gap:6px;border:1px solid var(--hrt-line);border-radius:6px;background:#071019;color:#deded9}.hrt-quick-grid>a:hover{border-color:#4f3b67;background:#0b1420;color:#fff}.hrt-quick-grid .ui-icon{width:24px;height:24px;color:#c7c8c5}.hrt-quick-grid>a:first-child .ui-icon{color:var(--hrt-gold)}.hrt-quick-grid>a:nth-child(2) .ui-icon{color:var(--hrt-purple)}.hrt-quick-grid span{font-size:9px}
.hrt-highlight-grid{padding:10px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.hrt-highlight{position:relative;min-width:0;min-height:220px;padding:9px;border:1px solid var(--hrt-line);border-radius:5px;background:#071019;cursor:pointer;transition:transform .15s,border-color .15s}.hrt-highlight:hover{transform:translateY(-2px);border-color:#4a3a55}.highlight-name{display:flex;align-items:center;justify-content:space-between;gap:8px}.highlight-name>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:500}.highlight-name .favorite-star{flex:0 0 25px;width:25px;height:25px;margin:0;border:0;background:transparent;color:#7f8990;font-size:20px}.highlight-name .favorite-star.active{color:var(--hrt-purple);text-shadow:none}.highlight-image{height:145px;display:grid;place-items:center}.highlight-image img{max-height:136px;max-width:96%;filter:drop-shadow(0 9px 6px rgba(0,0,0,.68))}.hrt-highlight footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--hrt-line-soft);padding-top:7px}.hrt-highlight footer strong{color:#f0ede6;font-size:10px}.hrt-highlight footer span{color:#b0b7ba;font-size:9px}.hrt-museum-link .ui-icon{width:19px;height:19px;color:var(--hrt-purple)}

/* Chat: only own messages may expose a delete control. */
.chat-message-delete{opacity:0;transition:opacity .15s}.chat-bubble.mine:hover .chat-message-delete,.chat-message-delete:focus-within{opacity:1}.chat-bubble.theirs .chat-message-delete{display:none!important}.chat-message-delete button{color:#747f86!important}.chat-message-delete button:hover{color:var(--hrt-red)!important}
.messages-layout .panel{border-color:var(--hrt-line)!important}.chat-sidebar-head,.chat-window-head,.chat-composer{background:#08111a!important;border-color:var(--hrt-line)!important}.chat-list,.chat-window{background:#071019!important}.chat-list-row{border-color:var(--hrt-line-soft)!important}.chat-list-row.active{background:#0b1721!important;box-shadow:inset 3px 0 var(--hrt-purple)!important}.chat-list-meta i{background:var(--hrt-purple)!important;color:#fff!important}.chat-avatar{border-color:#49375f!important;background:#11101a!important;color:#c89eff!important}.chat-bubble{border-color:#1d2d39!important;background:#0b141c!important}.chat-bubble.mine{border-color:#4d3868!important;background:#151020!important}.chat-composer textarea{border-color:#263845!important;background:#050b10!important}.chat-composer textarea:focus{border-color:#6a4d8b!important}

/* Favoriten wording/theme */
.favorite-star.active{color:var(--hrt-purple)!important;border-color:#67498c!important;background:#151020!important}.favorite-star:hover{color:#d3b2ff!important;border-color:#67498c!important}.collection-quick-filters a:hover,.collection-quick-filters a.active{border-color:#67498c!important;color:#d5b4ff!important;background:#151020!important}

/* Responsive */
@media(max-width:1500px){
  .hrt-header.topbar{grid-template-columns:215px minmax(470px,1fr) minmax(360px,480px)}.hrt-brand>strong{font-size:43px}.hrt-brand>span b{font-size:16px}.hrt-topnav>a,.hrt-nav-button{min-width:68px;font-size:9px}.hrt-topnav .ui-icon{width:21px;height:21px}.hrt-header .global-search{width:min(280px,24vw)}
  .hrt-overview-hero{grid-template-columns:minmax(280px,1.35fr) repeat(4,minmax(150px,.8fr))}.hrt-summary-card{gap:9px;padding-inline:10px}.hrt-summary-card strong{font-size:21px}.hrt-summary-icon{width:40px;flex-basis:40px}.hrt-dashboard-grid{grid-template-columns:minmax(330px,.92fr) minmax(430px,1.18fr) minmax(300px,.83fr)}
}
@media(max-width:1220px){
  :root{--hrt-side:205px}.hrt-header.topbar{grid-template-columns:190px 1fr 390px}.hrt-brand>span{display:none}.hrt-brand{justify-content:center}.hrt-topnav>a,.hrt-nav-button{min-width:60px;padding-inline:4px}.hrt-topnav>a span,.hrt-nav-button span{font-size:8px}.hrt-header .global-search{width:245px}.hrt-account-chip{min-width:130px}.hrt-overview-hero{grid-template-columns:1.4fr repeat(2,1fr)}.hrt-welcome-card{grid-row:span 2}.hrt-dashboard-grid{grid-template-columns:1fr 1.25fr}.hrt-right-column{grid-column:1/3;grid-row:auto;grid-template-columns:1fr 1fr 1fr}.hrt-highlights-card{grid-column:1/3}
}
@media(max-width:900px){
  :root{--hrt-header:68px}.hrt-header.topbar{grid-template-columns:54px minmax(115px,1fr) minmax(0,2.4fr);height:68px;padding:0 10px;gap:7px}.mobile-menu-toggle{position:static!important;display:flex!important;width:42px;height:42px;align-self:center;flex-direction:column;justify-content:center;gap:5px;border:1px solid var(--hrt-line);border-radius:6px;background:#071019}.mobile-menu-toggle span{width:18px;height:2px;margin:0 auto;background:#e0ded8}.hrt-brand{border:0;justify-content:flex-start}.hrt-brand>strong{font-size:32px;letter-spacing:-3px}.hrt-brand>span,.hrt-topnav{display:none}.hrt-header-tools{gap:6px}.hrt-header .global-search{width:100%;max-width:none}.hrt-header .global-search:focus-within{width:100%}.hrt-chat-shortcut{width:42px;flex-basis:42px}.hrt-account-chip{min-width:44px;width:44px;padding:4px;grid-template-columns:1fr}.hrt-account-chip>span:nth-child(2),.hrt-account-chip>i{display:none}.avatar-letter{margin:auto}.hrt-shell.shell{grid-template-columns:1fr}.hrt-sidebar.sidebar{position:fixed!important;left:0;top:68px!important;bottom:0;height:auto!important;width:250px;transform:translateX(-105%);transition:transform .2s ease;box-shadow:14px 0 34px rgba(0,0,0,.5)}.hrt-sidebar.sidebar.open{transform:translateX(0)}.mobile-nav-backdrop{position:fixed;z-index:25;inset:68px 0 0;background:rgba(0,0,0,.62)}.hrt-workspace.workspace main{padding:12px 10px 20px}.hrt-overview-hero{grid-template-columns:1fr 1fr}.hrt-welcome-card{grid-column:1/3;grid-row:auto;min-height:115px}.hrt-summary-card{min-height:112px}.hrt-dashboard-grid{grid-template-columns:1fr}.hrt-briefing-card,.hrt-market-card,.hrt-right-column,.hrt-highlights-card{grid-column:1;grid-row:auto}.hrt-right-column{grid-template-columns:1fr}.hrt-highlight-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,68vw);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x proximity}.hrt-highlight{scroll-snap-align:start}.hrt-footer{padding:15px;flex-wrap:wrap}.hrt-footer nav{width:100%;margin:0;gap:14px;flex-wrap:wrap}
}
@media(max-width:560px){.hrt-header.topbar{grid-template-columns:48px 74px minmax(0,1fr)}.hrt-brand>strong{font-size:28px}.hrt-header .global-search{height:42px}.hrt-chat-shortcut{display:none}.hrt-overview-hero{gap:7px}.hrt-welcome-card{padding:10px}.hrt-avatar{width:68px;height:86px;flex-basis:68px}.hrt-avatar img{max-height:88px}.hrt-welcome-card small{font-size:13px}.hrt-welcome-card h1{font-size:23px}.hrt-summary-card{padding:10px 7px;display:grid;justify-items:center;text-align:center;gap:3px}.hrt-summary-icon{height:32px}.hrt-summary-card strong{font-size:18px}.hrt-summary-card small{font-size:7px}.hrt-dashboard-grid{gap:8px}.hrt-market-list>button{grid-template-columns:44px minmax(0,1fr) 80px}.hrt-market-list>button>em{display:none}.market-rare-img{width:40px;height:40px}.market-rare-img img{max-width:39px;max-height:39px}.hrt-quick-grid{grid-template-columns:repeat(2,1fr)}.hrt-highlight-grid{grid-auto-columns:minmax(165px,75vw)}}
.hrt-avatar img,.market-rare-img img,.highlight-image img,.table-img,.rare-image img,.museum-exhibit img{image-rendering:pixelated}

/* V11.0.1 quality pass */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.search-hit-copy>b,.search-owner>span:nth-child(2)>b{display:flex;align-items:center;gap:7px}.search-exact{display:inline-flex;padding:2px 5px;border:1px solid #725394;border-radius:3px;background:#171022;color:#d7b8ff;font-size:7px;font-style:normal;letter-spacing:.5px}.search-hit[aria-selected="true"]{background:#111b25!important;box-shadow:inset 3px 0 var(--hrt-purple)}

.market-move-values{min-width:0;display:grid;justify-items:end;gap:3px}.market-move-values small{color:#859198;font-size:8px;white-space:nowrap}.market-move-values strong{font-size:11px}
.briefing-expanded{padding:0!important}.briefing-expanded-head{min-height:60px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--hrt-line-soft)}.briefing-expanded-head p{margin:0;display:grid;gap:3px}.briefing-expanded-head b{color:#eee;font-size:12px}.briefing-expanded-head small{color:#8f9aa1}.briefing-expanded-head button{margin:0!important;white-space:nowrap}.briefing-effect-grid{padding:10px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;border-bottom:1px solid var(--hrt-line-soft)}.briefing-effect-grid article{min-height:70px;padding:9px;display:grid;align-content:center;gap:7px;border:1px solid var(--hrt-line);border-radius:5px;background:#071019}.briefing-effect-grid small{font-size:7px;line-height:1.3}.briefing-effect-grid strong{color:#e9e7e2;font-size:13px}.briefing-change-groups{max-height:430px;overflow:auto}.briefing-change-groups section{display:grid}.briefing-change-groups h3{height:36px;margin:0;padding:0 14px;display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--hrt-line-soft);background:#08111a;color:#dfe2e1;font-size:9px}.briefing-change-groups h3 em{min-width:20px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:9px;background:#241a31;color:#d6b2ff;font-size:8px;font-style:normal}.briefing-change-groups section>button,.briefing-change-groups section>a{min-height:42px;padding:7px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;border:0;border-bottom:1px solid var(--hrt-line-soft);background:transparent;color:#dfe1df;text-align:left;cursor:pointer}.briefing-change-groups section>button:hover,.briefing-change-groups section>a:hover{background:#0b1721}.briefing-change-groups section b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.briefing-change-groups section small{color:#8f9aa1;font-size:8px}.briefing-change-groups section strong{font-size:9px}.briefing-no-changes{padding:18px;display:grid;gap:5px;text-align:center}.briefing-context-note{margin:0!important;padding:10px 14px;border-top:1px solid var(--hrt-line-soft);color:#7e8a91!important;font-size:8px!important;line-height:1.5}

.account-profile-summary{margin-bottom:10px}.account-profile-summary .account-profile-body{min-height:112px;padding:18px 22px;grid-template-columns:66px minmax(0,1fr) auto auto}.account-profile-summary .account-avatar{width:58px;height:58px;font-size:24px}.account-profile-summary .account-approved{white-space:nowrap}.account-profile-summary .account-logout-button{width:auto;min-width:110px;margin:0}.account-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch;margin-bottom:10px}.account-settings-grid>.panel{height:100%}.account-settings-card,.password-change-card{display:flex;flex-direction:column}.account-preferences-form,.password-change-form{flex:1}.account-preferences-form{padding:16px 20px 20px;grid-template-rows:auto auto 1fr}.account-preferences-form>label{min-height:76px;padding:14px;grid-template-columns:28px minmax(0,1fr);gap:8px;border-radius:5px}.account-preferences-form>label input{width:17px;height:17px}.account-preferences-form b{font-size:11px}.account-preferences-form small{font-size:9px;line-height:1.45}.account-preferences-form .gold-button{align-self:end}.password-change-form{padding:16px 20px 20px!important;display:grid;grid-template-rows:repeat(3,auto) 1fr;gap:11px}.password-change-form .gold-button{align-self:end}.password-change-form label,.delete-account-form label{font-size:9px}.password-change-form input,.delete-account-form input{height:48px!important;border-color:#33434f!important;background:#050b10!important}.account-danger-details{margin-top:0;border-color:rgba(181,73,45,.52)!important}.account-danger-details>summary{min-height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer}.account-danger-details>summary::-webkit-details-marker{display:none}.account-danger-details>summary>span{display:grid;gap:4px}.account-danger-details>summary b{color:#dc8e79;font-size:10px}.account-danger-details>summary small{color:#8f8180;font-size:8px}.account-danger-details>summary i{color:#c68675;font-size:8px;font-style:normal}.account-danger-details[open]>summary{border-bottom:1px solid rgba(181,73,45,.32)}.danger-zone-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:18px;align-items:start;padding:18px 20px}.danger-zone-layout .danger-zone-copy{padding:5px 0}.danger-zone-layout .delete-account-form{padding:0!important;display:grid;grid-template-columns:1fr 1fr;gap:11px}.danger-zone-layout .delete-account-form .danger-button{grid-column:1/3}.danger-button:disabled{cursor:not-allowed;opacity:.34;filter:saturate(.35)}.account-save-notice{animation:account-saved-pulse .8s ease both}@keyframes account-saved-pulse{0%{box-shadow:0 0 0 0 rgba(80,180,109,.45)}100%{box-shadow:0 0 0 10px transparent}}
.account-code-protected{cursor:default!important}.account-code-protected span{color:#817e80;font-size:7px}

.info-page-head small{color:var(--hrt-purple);font-size:9px}.public-info-card{max-width:900px;padding:28px 32px}.public-info-card h2{margin:0 0 15px;color:#f2f0eb}.public-info-card h3{margin:24px 0 7px;color:#dfdde0;font-size:13px}.public-info-card p,.public-info-card li{color:#a4adb2;font-size:11px;line-height:1.75}.public-info-card ol{padding-left:20px}.info-discord-link{width:max-content;min-height:42px;margin-top:12px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center}

@media(max-width:1100px){.briefing-effect-grid{grid-template-columns:1fr 1fr}.briefing-effect-grid article:first-child{grid-column:1/3}.account-profile-summary .account-profile-body{grid-template-columns:58px minmax(0,1fr) auto}.account-profile-summary .account-logout-button{grid-column:2/4;justify-self:start}.danger-zone-layout{grid-template-columns:1fr}.danger-zone-layout .delete-account-form{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.account-settings-grid{grid-template-columns:1fr}.account-profile-summary .account-profile-body{grid-template-columns:54px minmax(0,1fr);gap:12px}.account-profile-summary .account-approved{grid-column:1/3;justify-self:start}.account-profile-summary .account-logout-button{grid-column:1/3}.danger-zone-layout .delete-account-form{grid-template-columns:1fr}.danger-zone-layout .delete-account-form .danger-button{grid-column:1}.account-preferences-form>label{min-height:82px}.public-info-card{padding:22px}.briefing-change-groups{max-height:360px}}
@media(max-width:560px){.account-v10-kpis{grid-template-columns:1fr 1fr!important}.account-v10-kpis a{min-height:68px}.account-profile-summary .account-profile-body{padding:15px}.account-profile-summary .account-profile-body p{line-height:1.5}.briefing-effect-grid{grid-template-columns:1fr}.briefing-effect-grid article:first-child{grid-column:1}.briefing-expanded-head{align-items:flex-start;flex-direction:column}.briefing-expanded-head button{width:100%}.briefing-change-groups section>button,.briefing-change-groups section>a{grid-template-columns:minmax(0,1fr) auto}.briefing-change-groups section>button small,.briefing-change-groups section>a small{grid-column:1/3}.market-move-values small{display:none}.public-info-card{padding:18px}.public-info-card p,.public-info-card li{font-size:10px}}

/* V11.1.0 — unified HRT interface across every tracker surface. */
:root{
  --hrt-surface:#071019;--hrt-surface-2:#09141e;--hrt-surface-3:#0b1722;
  --hrt-border:#1d2d39;--hrt-border-hover:#365064;--hrt-soft:#14232e;
  --hrt-gold:#f0b321;--hrt-purple:#b06cff;--hrt-purple-soft:#251735;
  --hrt-text:#f2f1ed;--hrt-muted:#929da5;--hrt-green:#63d84f;--hrt-red:#ff493c;
}
*{scrollbar-color:#2b3e4c #050b11}
button,input,select,textarea{font-family:Arial,Helvetica,sans-serif}
a{transition:color .16s,border-color .16s,background .16s,transform .16s}
button{transition:border-color .16s,background .16s,color .16s,transform .16s}
.page-head{margin:4px 0 14px;align-items:center}.page-head h1,.player-title h1,.museum-entrance h1,.auth-heading h1{font-family:Arial,Helvetica,sans-serif!important;font-weight:800!important;letter-spacing:-.5px}.page-head h1{font-size:27px!important}.page-head p{font-size:10px!important;line-height:1.55;color:var(--hrt-muted)!important}.head-stat{min-width:120px;border:1px solid var(--hrt-border)!important;border-radius:7px;background:var(--hrt-surface)!important;box-shadow:none!important}.head-stat b{font-family:Arial,Helvetica,sans-serif!important;color:var(--hrt-gold)!important}.head-stat span{color:var(--hrt-muted)!important}
.gold-button{min-height:40px;border:1px solid #a8730d!important;border-radius:6px!important;background:linear-gradient(180deg,#b67b0a,#795006)!important;color:#fff3cf!important;box-shadow:inset 0 1px rgba(255,255,255,.07)!important}.gold-button:hover{border-color:#d39b2e!important;background:linear-gradient(180deg,#c58b14,#8a5a07)!important;transform:translateY(-1px)}
.ghost-button,.auth-secondary,.market-reset{border:1px solid var(--hrt-border)!important;border-radius:6px!important;background:#08121b!important;color:#bfc7cc!important}.ghost-button:hover,.auth-secondary:hover,.market-reset:hover{border-color:#3b5261!important;color:#fff!important;background:#0b1721!important}
input,select,textarea{border:1px solid #2a3c49!important;background:#050b11!important;color:#edf0ef!important;box-shadow:none!important}input:focus,select:focus,textarea:focus{outline:0!important;border-color:#5c4677!important;box-shadow:0 0 0 2px rgba(176,108,255,.08)!important}input::placeholder,textarea::placeholder{color:#64727b!important}
.hrt-nav-button.active{color:var(--hrt-purple)!important;background:linear-gradient(180deg,rgba(176,108,255,.07),rgba(176,108,255,.015))!important;box-shadow:inset 0 -2px var(--hrt-purple)!important}.hrt-nav-button.active:after{display:none!important}
.hrt-brand>strong,.hrt-footer>strong{background:linear-gradient(180deg,#ffd66c 5%,#f0b321 48%,#b97507 100%);-webkit-background-clip:text;background-clip:text;color:transparent!important;text-shadow:0 2px 0 rgba(95,55,0,.5),0 0 18px rgba(240,179,33,.10)}

/* Catalog, collection, wishlist and player rare grids */
.catalog-panel{overflow:hidden}.catalog-toolbar,.toolbar{gap:8px!important;padding:12px!important;border-bottom:1px solid var(--hrt-border)!important;background:#08111a!important}.catalog-toolbar .filter-search,.filter-search,.category-search{height:42px!important;border:1px solid #2a3c49!important;border-radius:5px!important;background:#050b11!important;color:var(--hrt-purple)!important}.filter-search input,.category-search input{height:40px!important}.sort-control>span,.market-range>span{color:#7f8c94!important}.view-switch a{border:1px solid #2a3c49!important;background:#071019!important;color:#8d999f!important}.view-switch a.active{border-color:#7c5b9d!important;background:#171022!important;color:#d5b5f7!important}.collection-quick-filters{border-bottom:1px solid var(--hrt-border)!important;background:#08111a!important}.collection-quick-filters a{border:1px solid #304451!important;border-radius:5px!important;color:#b9c0c4!important}.collection-quick-filters a:hover,.collection-quick-filters a.active{border-color:#7b5a9d!important;background:#171022!important;color:#d9bdff!important}.collection-quick-filters small{color:#7d8990!important}.rare-grid{gap:9px!important;padding:10px!important}.rare-card{min-height:245px;border:1px solid var(--hrt-border)!important;border-radius:7px!important;background:linear-gradient(180deg,#09131c,#071019)!important;box-shadow:none!important}.rare-card:hover{border-color:#3d5565!important;background:linear-gradient(180deg,#0b1722,#08121b)!important;transform:translateY(-2px)}.rare-card .tag{border:1px solid #283a47!important;border-radius:4px!important;background:#0a151f!important;color:#93a0a7!important}.rare-name{color:#eef0ee!important}.rare-price{color:#f1f0eb!important;font-weight:800}.rare-meta{color:#78858d!important}.rare-meta b{color:#c3c9cc!important}.owned-state{border-color:#283946!important;background:#071019!important;color:#8c989f!important}.owned-state.yes{border-color:#285036!important;background:#07150d!important;color:#8cdc75!important}.favorite-star{border:1px solid #30414d!important;border-radius:5px!important;background:#08111a!important;color:#68747a!important}.favorite-star:hover,.favorite-star.active{border-color:#795aa0!important;background:#181023!important;color:#c998ff!important;text-shadow:0 0 10px rgba(176,108,255,.35)!important}.wish-heart{color:#b06cff!important}.table-wrap{background:#071019!important}th{border-color:var(--hrt-soft)!important;background:#08111a!important;color:#b991e2!important}td{border-color:var(--hrt-soft)!important;color:#d8dddf!important}tbody tr:hover{background:#0b1721!important}.pagination a{border:1px solid #2a3c49!important;border-radius:5px!important;background:#071019!important;color:#9ba6ac!important}.pagination a:hover,.pagination a.active{border-color:#755696!important;background:#171022!important;color:#d7b8ff!important}

/* Rare modal */
.modal-backdrop{background:rgba(0,0,0,.78)!important;backdrop-filter:blur(5px)!important}.modal-panel{border:1px solid #344a59!important;border-radius:10px!important;background:linear-gradient(180deg,#09141e,#061019)!important;box-shadow:0 30px 90px rgba(0,0,0,.7)!important}.modal-close{color:#b999df!important}.modal-head h2{font-family:Arial,Helvetica,sans-serif!important;color:#f1f2ef!important}.modal-head p,.modal-columns p{color:#8d999f!important}.metric-grid article,.modal-columns>.panel{border-color:var(--hrt-border)!important;background:#071019!important}.owner-list>div{border-color:var(--hrt-soft)!important}.owner-more{border:1px solid #314653!important;background:#08121b!important;color:#c9a7ed!important}

/* Player profiles */
.player-head{margin-bottom:10px;padding:18px 20px;border:1px solid var(--hrt-border)!important;border-radius:8px;background:linear-gradient(135deg,#09141e,#071019)!important;box-shadow:none!important}.player-avatar{border:1px solid #3a5060!important;border-radius:8px!important;background:#0b1721!important;color:var(--hrt-gold)!important}.player-title small{color:var(--hrt-purple)!important}.player-title h1{color:#f3f2ef!important}.player-title p{color:#88949b!important}.player-stats article{border-left:1px solid var(--hrt-border)!important;background:transparent!important}.player-stats small{color:#77858d!important}.player-stats strong{font-family:Arial,Helvetica,sans-serif!important;color:#f1f0ec!important}.player-stats em{color:#808c93!important}.player-actions-bar>a,.player-actions-bar button{min-height:40px;padding:0 13px;border:1px solid #304553!important;border-radius:6px;background:#08121b!important;color:#c8d0d4!important;font-size:9px;font-weight:800}.player-actions-bar>a:hover,.player-actions-bar button:hover{border-color:#70538f!important;background:#151020!important;color:#dabaff!important}

/* Compare */
.compare-search-panel{margin-bottom:10px!important}.compare-search-form{padding:14px!important;background:#08111a!important}.compare-search-form label{border:1px solid #2a3c49!important;border-radius:6px!important;background:#050b11!important;color:var(--hrt-purple)!important}.compare-search-form input{border:0!important;background:transparent!important;box-shadow:none!important}.compare-versus{gap:10px!important;margin-bottom:10px!important}.compare-versus article{min-height:128px;padding:18px;border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:linear-gradient(145deg,#09141e,#071019)!important}.compare-versus article small{color:#7f8c94!important}.compare-versus h2{font-family:Arial,Helvetica,sans-serif!important;color:#f0efec!important}.compare-versus article b{color:#adb6bb!important}.compare-versus article strong{font-family:Arial,Helvetica,sans-serif!important;color:var(--hrt-gold)!important}.compare-versus>i{border:1px solid #634985!important;border-radius:50%!important;background:#171022!important;color:#c69af2!important;box-shadow:0 0 24px rgba(176,108,255,.08)!important}.compare-actions{gap:7px!important;margin-bottom:10px!important}.compare-actions>a,.compare-actions button{min-height:38px;padding:0 12px;border:1px solid #304553!important;border-radius:5px!important;background:#08121b!important;color:#bec8cd!important}.compare-actions>a:hover,.compare-actions button:hover{border-color:#70538f!important;color:#d9bdff!important;background:#151020!important}.compare-lists{align-items:start!important}.compare-lists>.panel{min-height:0!important}.compare-rare-list{max-height:none!important;overflow:visible!important}.compare-rare-list>button{min-height:58px;border-bottom:1px solid var(--hrt-soft)!important;background:transparent!important;color:#dfe2e1!important}.compare-rare-list>button:hover{background:#0b1721!important}.compare-rare-list small{color:#839098!important}

/* Watched players */
.watch-add-panel{margin-bottom:10px!important}.watch-add-form{padding:14px!important}.watch-add-form label{border:1px solid #2a3c49!important;border-radius:6px!important;background:#050b11!important;color:var(--hrt-purple)!important}.watch-add-form input{border:0!important;background:transparent!important;box-shadow:none!important}.watch-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.watch-card{min-height:260px!important}.watch-card.has-changes{border-color:#3b4e5e!important}.watch-card-head{padding:16px!important;border-bottom:1px solid var(--hrt-soft)!important;background:#08111a!important}.watch-card-head small{color:#79868e!important}.watch-card-head h2{font-family:Arial,Helvetica,sans-serif!important;color:#f1f0ed!important}.watch-card-head>span{border:1px solid #345144!important;border-radius:12px!important;background:#09160e!important;color:#73d85e!important}.watch-stats{gap:1px!important;background:var(--hrt-soft)!important}.watch-stats>span{min-height:84px;background:#071019!important}.watch-stats small{color:#718089!important}.watch-stats b{font-family:Arial,Helvetica,sans-serif!important;color:#ecf0ee!important}.watch-diff{border-top:1px solid var(--hrt-soft)!important;border-bottom:1px solid var(--hrt-soft)!important;background:#08111a!important}.watch-since{color:#748189!important}.watch-actions{padding:12px!important;gap:7px!important}.watch-actions a,.watch-actions button{border:1px solid #304553!important;border-radius:5px!important;background:#08121b!important;color:#b9c4c9!important}.watch-actions a:hover,.watch-actions button:hover{border-color:#70538f!important;color:#d7b8ff!important}

/* Messenger */
.messages-layout{gap:10px!important;min-height:680px!important}.chat-sidebar,.chat-window{border-color:var(--hrt-border)!important;background:#071019!important}.chat-sidebar-head{border-color:var(--hrt-border)!important;background:#08111a!important}.chat-sidebar-head>div b{color:#e7e8e5!important}.chat-sidebar-head>div small,.chat-new-form>label{color:#7f8c94!important}.chat-new-form input{border-color:#2b3f4d!important;background:#050b11!important}.chat-new-form button{border:1px solid #5f467b!important;border-left:0!important;background:#151020!important;color:#cfabf5!important}.chat-list{background:#071019!important}.chat-list-row{border-color:var(--hrt-soft)!important}.chat-list-row:hover{background:#0b1721!important}.chat-list-row.active{background:#111521!important;box-shadow:inset 3px 0 var(--hrt-purple)!important}.chat-avatar{border-color:#5d4778!important;background:#171022!important;color:#d0adf5!important;font-family:Arial,Helvetica,sans-serif!important}.chat-list-copy b{color:#e7e9e7!important}.chat-list-copy small{color:#859198!important}.chat-list-meta time{color:#738087!important}.chat-list-meta i{background:#8e55cf!important;color:#fff!important}.chat-window{background:radial-gradient(circle at 50% 0,rgba(176,108,255,.055),transparent 36%),#061019!important}.chat-window-head{border-color:var(--hrt-border)!important;background:#08111a!important}.chat-window-head b{color:#f0f0ed!important}.chat-window-head small{color:#7c8990!important}.chat-window-head>a{border-color:#5d4677!important;border-radius:5px!important;background:#151020!important;color:#d0aef3!important}.chat-history-start span{border-color:#293b48!important;border-radius:10px!important;background:#08121b!important;color:#718087!important}.chat-bubble{border-color:#263945!important;border-radius:10px 10px 10px 3px!important;background:#0a151f!important;box-shadow:0 7px 20px rgba(0,0,0,.18)!important}.chat-bubble.mine{border-color:#5a4375!important;border-radius:10px 10px 3px 10px!important;background:linear-gradient(145deg,#1a1125,#13101e)!important}.chat-bubble p{color:#e4e8e7!important}.chat-bubble footer{color:#76838a!important}.chat-bubble footer span{color:#b98bea!important}.chat-message-delete button{color:#6e7b82!important}.chat-message-delete button:hover{color:#c59aef!important}.chat-composer{border-color:var(--hrt-border)!important;background:#08111a!important}.chat-composer textarea{border-color:#2b3e4b!important;background:#050b11!important}.chat-composer>small{color:#68767e!important}.chat-disabled{border-color:var(--hrt-border)!important;color:#839098!important}.chat-no-selection{background:radial-gradient(circle at 50% 45%,rgba(176,108,255,.055),transparent 30%)}.chat-no-selection>span{width:64px;height:64px;display:grid;place-items:center;border:1px solid #4e3c63;border-radius:18px;background:#151020;color:#bb8de8!important;font-size:29px!important}.chat-no-selection b{font-family:Arial,Helvetica,sans-serif!important;color:#e7e8e5!important}.chat-no-selection p{color:#7f8d94!important}

/* Account */
.account-profile-summary .account-profile-body{background:linear-gradient(120deg,#09141e,#071019)!important}.account-avatar{border:1px solid #6c4b0b!important;border-radius:12px!important;background:#171106!important;color:var(--hrt-gold)!important;font-family:Arial,Helvetica,sans-serif!important}.account-profile-body small{color:#7f8c94!important}.account-profile-body h2{font-family:Arial,Helvetica,sans-serif!important;color:#f1f0ed!important}.account-profile-body p{color:#859198!important}.account-approved{border:1px solid #285337!important;border-radius:13px!important;background:#07160d!important;color:#75dc60!important}.account-v10-kpis{gap:10px!important}.account-v10-kpis a{min-height:86px;border:1px solid var(--hrt-border)!important;border-radius:7px!important;background:#071019!important}.account-v10-kpis a:hover{border-color:#465d6b!important;background:#0a151f!important;transform:translateY(-1px)}.account-v10-kpis small{color:#7d8a91!important}.account-v10-kpis b{font-family:Arial,Helvetica,sans-serif!important;color:#e8e9e6!important}.account-preferences-form>label{border:1px solid #243642!important;border-radius:6px!important;background:#071019!important}.account-preferences-form>label:hover{border-color:#405665!important;background:#0a151f!important}.account-preferences-form input{accent-color:var(--hrt-purple)!important}.account-preferences-form b{color:#e0e4e2!important}.account-preferences-form small{color:#7e8b92!important}.password-change-form input,.delete-account-form input{border-color:#2b3e4b!important;background:#050b11!important;color:#edf0ef!important}.password-change-form input:-webkit-autofill,.password-change-form input:-webkit-autofill:hover,.password-change-form input:-webkit-autofill:focus,.delete-account-form input:-webkit-autofill,.delete-account-form input:-webkit-autofill:hover,.delete-account-form input:-webkit-autofill:focus{-webkit-text-fill-color:#edf0ef!important;-webkit-box-shadow:0 0 0 1000px #050b11 inset!important;box-shadow:0 0 0 1000px #050b11 inset!important}.account-danger-details{border-color:#4b2c2b!important;background:#0b0d12!important}.account-danger-details>summary{background:#0c1117!important}.account-danger-details>summary b{color:#e28b82!important}.account-danger-details>summary small{color:#8d7474!important}.danger-zone-copy b{color:#e4b0a9!important}.danger-zone-copy p{color:#8d8182!important}.danger-button{border:1px solid #7a3832!important;border-radius:6px!important;background:#26100e!important;color:#f1b3ab!important}.danger-button:hover:not(:disabled){background:#35120f!important;border-color:#a64e45!important}

/* Museum */
.museum-entrance{min-height:170px;margin-bottom:10px;padding:26px 28px;border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:radial-gradient(circle at 80% 20%,rgba(176,108,255,.08),transparent 32%),linear-gradient(135deg,#09141e,#061019)!important;box-shadow:none!important}.museum-entrance:before,.museum-entrance:after{display:none!important}.museum-entrance small{color:var(--hrt-purple)!important}.museum-entrance h1{color:#f2f1ed!important}.museum-entrance p{color:#89959c!important}.museum-new,.museum-rooms,.museum-gallery{margin-bottom:10px;border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:#071019!important;box-shadow:none!important;overflow:hidden}.museum-section-title{min-height:58px;padding:0 16px!important;border-bottom:1px solid var(--hrt-border)!important;background:#08111a!important}.museum-section-title>span{color:var(--hrt-purple)!important}.museum-section-title b{color:#e7e8e5!important}.museum-section-title small{color:#7e8b92!important}.museum-new-track{padding:12px!important;gap:9px!important;background:#071019!important}.museum-new-track article{border:1px solid #263946!important;border-radius:7px!important;background:#09141e!important}.museum-new-track article:hover{border-color:#4a6070!important;transform:translateY(-2px)}.museum-new-track b{color:#e8e9e6!important}.museum-new-track small{color:#a7b0b5!important}.new-badge{border-color:#6a4d86!important;background:#1a1125!important;color:#c99cf2!important}.museum-rooms>div:last-child{gap:8px!important;padding:12px!important;background:#071019!important}.museum-rooms a{border:1px solid #263946!important;border-radius:7px!important;background:#09141e!important}.museum-rooms a:hover{border-color:#5d4778!important;background:#0c1721!important}.museum-rooms a>span{color:#9a78bd!important}.museum-rooms a>b{color:#e9eae7!important}.museum-rooms a>small{color:#7f8c94!important}.museum-exhibits{gap:10px!important;padding:12px!important;background:#071019!important}.museum-exhibit{border:1px solid #263946!important;border-radius:8px!important;background:linear-gradient(180deg,#0a151f,#071019)!important;box-shadow:none!important}.museum-exhibit:hover{border-color:#536b7a!important;transform:translateY(-2px)}.museum-light{background:radial-gradient(ellipse at center,rgba(176,108,255,.09),transparent 65%)!important}.museum-label{border-top:1px solid var(--hrt-soft)!important;background:#08111a!important}.museum-label small{color:#8c71a8!important}.museum-label b{color:#eeefec!important}.museum-label span{color:#859198!important}

/* Market chronicle */
.market-controls-panel{background:#071019!important}.market-controls{border-color:var(--hrt-border)!important}.market-range select{border-color:#2a3c49!important;background:#050b11!important;color:#dfe3e2!important}.market-filter a{border-color:#2a3c49!important;background:#071019!important;color:#8d999f!important}.market-filter a:hover,.market-filter a.active{border-color:#6f528e!important;background:#171022!important;color:#d3b1f4!important}.market-timeline{background:#071019!important}.market-day{color:#a887cb!important}.market-day i{background:linear-gradient(90deg,rgba(176,108,255,.33),transparent)!important}.market-event{border-bottom-color:var(--hrt-soft)!important}.market-event:hover{border-color:#334b5a!important;background:#0b1721!important}.market-copy small{color:#a780cb!important}.market-copy b{color:#eef0ed!important}.market-copy em,.market-change small{color:#7f8c94!important}.market-change b{color:#d8dddf!important}.market-change b>i{color:#a87bd1!important}.market-open{color:#b58ade!important}

/* Member administration */
.member-kpis{gap:10px!important}.member-kpis article{border:1px solid var(--hrt-border)!important;border-radius:7px!important;background:#071019!important}.member-kpis small{color:#7e8b92!important}.member-kpis b{font-family:Arial,Helvetica,sans-serif!important;color:#e8eae7!important}.account-admin-list{background:#071019!important}.account-row{border-bottom:1px solid var(--hrt-soft)!important;background:#071019!important}.account-row:hover{background:#0a151f!important}.account-row>i{background:#748087!important}.account-row.status-pending>i{background:var(--hrt-gold)!important}.account-row.status-approved>i{background:var(--hrt-green)!important}.account-row.status-suspended>i{background:var(--hrt-red)!important}.account-identity small,.account-status small,.account-code small{color:#75828a!important}.account-identity b,.account-status b{color:#e5e8e6!important}.account-identity span,.account-status span{color:#808d94!important}.account-code{border-color:#2b3e4b!important;border-radius:5px!important;background:#08111a!important}.account-code b{color:#c6a0e9!important}.account-actions button{border:1px solid #304553!important;border-radius:5px!important;background:#08121b!important;color:#b9c4c9!important}.account-actions button:hover{border-color:#664d82!important;color:#d4b4f4!important}.account-actions button.approve{border-color:#2e5b3b!important;color:#8ddd75!important}.account-audit>summary,.system-fold>summary,.system-schedule-fold>summary{background:#08111a!important;border-color:var(--hrt-border)!important;color:#dfe3e1!important}.account-audit>div article{border-color:var(--hrt-soft)!important}

/* System cockpit */
.system-overall,.system-cockpit article,.self-heal-note{border-color:var(--hrt-border)!important;border-radius:7px!important;background:#071019!important;box-shadow:none!important}.system-overall>b,.system-cockpit strong{font-family:Arial,Helvetica,sans-serif!important;color:#eef0ed!important}.system-component-icon{border-color:#344b59!important;border-radius:6px!important;background:#0a151f!important;color:#c29be5!important;font-family:Arial,Helvetica,sans-serif!important}.issue-center.all-clear{border-color:#28543a!important}.issue-list article{border-color:var(--hrt-soft)!important}.issue-list article b{color:#e5e8e6!important}.issue-list article span{color:#849198!important}.issue-list article button,.issue-list article a{border-color:#304553!important;border-radius:5px!important;background:#08121b!important;color:#c6a1ea!important}.issue-clear>span{border-radius:8px!important}.sync-live-run{border-color:var(--hrt-border)!important;background:#10141b!important}.sync-monitor-list>article{border-color:var(--hrt-soft)!important}.sync-monitor-list article>div>b,.sync-monitor-name>b{color:#e2e6e4!important}.sync-monitor-list article>div>span,.sync-monitor-name>small{color:#77848c!important}.sync-control-grid button{border-color:#2d414e!important;border-radius:6px!important;background:#08121b!important;color:#d9dddc!important}.sync-control-grid button:hover{border-color:#526b7a!important;background:#0b1721!important}.sync-control-grid button i{color:#b28bd8!important}.self-heal-note{border-color:#294236!important}.self-heal-note b{color:#83d971!important}.self-heal-note span,.self-heal-note small{color:#7f8c94!important}.progress-track{border-color:#293b47!important;background:#050b11!important}.progress-track i{background:linear-gradient(90deg,#76509f,#b06cff)!important;box-shadow:0 0 10px rgba(176,108,255,.25)!important}.quality-meter-grid{gap:8px!important;background:transparent!important}.quality-meter-grid article{border:1px solid var(--hrt-border)!important;border-radius:6px!important;background:#071019!important}.quality-meter-grid b{font-family:Arial,Helvetica,sans-serif!important;color:#e5e8e6!important}.quality-meter-grid small,.quality-meter-grid span{color:#7f8c94!important}.quality-meter-grid i{background:#101d26!important}.quality-meter-grid u{background:linear-gradient(90deg,#7950c8,#b06cff)!important}.system-section-heading b{color:#dfe3e1!important}.system-section-heading small{color:#7e8b92!important}.backup-row,.recent-run,.health-log-list>div,.schedule-table>div,.match-row{border-color:var(--hrt-soft)!important}.backup-row a,.backup-row button{border-color:#304553!important;background:#08121b!important;color:#c7a3eb!important}

/* Public auth screens */
.members-auth-body{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:radial-gradient(circle at 50% 5%,rgba(176,108,255,.085),transparent 28%),linear-gradient(180deg,#04090e,#061019 60%,#050a0f)!important;color:var(--hrt-text)!important}.members-auth-body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:32px 32px}.members-auth-card{position:relative;width:min(470px,100%);padding:0!important;border:1px solid #2a3d49!important;border-radius:12px!important;background:linear-gradient(180deg,#09141e,#061019)!important;box-shadow:0 28px 80px rgba(0,0,0,.58)!important;overflow:hidden!important}.members-auth-card:before,.members-auth-card:after{display:none!important}.login-brand{min-height:88px;padding:0 28px!important;display:flex!important;align-items:center!important;gap:14px!important;border-bottom:1px solid var(--hrt-border)!important;background:#08111a!important}.login-brand strong{background:linear-gradient(180deg,#ffd66c,#f0b321 48%,#b97507);-webkit-background-clip:text;background-clip:text;color:transparent!important;font:900 39px/1 Arial Black,Arial,sans-serif!important;letter-spacing:-2px!important;text-shadow:none!important}.login-brand span{color:#c69de9!important;font-size:10px!important;letter-spacing:1.2px!important}.auth-heading{padding:26px 28px 8px!important;text-align:left!important}.auth-heading small{color:#b485df!important;font-size:8px!important;letter-spacing:.9px!important}.auth-heading h1{margin:7px 0 8px!important;color:#f1f2ef!important;font-size:28px!important}.auth-heading p{margin:0!important;color:#87949b!important;font-size:10px!important;line-height:1.6!important}.auth-form{padding:18px 28px 26px!important;gap:13px!important}.auth-form label>span{color:#98a3a9!important;font-size:8px!important}.auth-form input{height:46px!important;border-color:#2b3e4b!important;background:#050b11!important;color:#edf0ef!important}.members-auth-card .gold-button{width:100%;margin-top:3px}.auth-divider{padding:0 28px!important;color:#65747c!important}.auth-divider i{background:#22333f!important}.auth-secondary{min-height:42px;margin:16px 28px 26px!important;width:calc(100% - 56px)!important;display:grid!important;place-items:center!important}.auth-text-link{display:block;margin:0 28px 22px!important;color:#89969d!important;text-align:center!important}.login-notice,.login-error{margin:13px 28px 0!important;border-radius:6px!important}.login-notice{border-color:#2a593c!important;background:#07160d!important;color:#8ddd75!important}.login-error{border-color:#713934!important;background:#1e0e0c!important;color:#e8a099!important}.password-field button{border:1px solid #5b4773!important;background:#151020!important;color:#c9a5ec!important}.registration-explain{border-color:var(--hrt-border)!important;background:#071019!important}.registration-explain i{border-color:#604b77!important;background:#171022!important;color:#cca6ef!important}.registration-explain span,.password-warning{color:#818e95!important}.verification-code{border-color:#5f4778!important;border-radius:8px!important;background:#151020!important}.verification-code small,.verification-code span{color:#9579b2!important}.verification-code strong{color:#d8b9f5!important}.verification-steps,.pending-state,.self-delete-box{border-color:var(--hrt-border)!important;background:#071019!important}.verification-steps li,.pending-state small,.self-delete-box p{color:#87949b!important}.pending-state b{color:#e3e6e4!important}

/* Informational pages and generic lists */
.public-info-card{border-color:var(--hrt-border)!important;background:#071019!important}.event-row,.match-row{border-color:var(--hrt-soft)!important}.event-row:hover,.match-row:hover{background:#0b1721!important}.history-layout .panel{background:#071019!important}

@media(max-width:1180px){.watch-grid{grid-template-columns:1fr!important}.compare-rare-list{max-height:620px!important;overflow:auto!important}.system-v95-grid{grid-template-columns:1fr!important}.system-cockpit{grid-template-columns:repeat(2,minmax(0,1fr))!important}.system-tools-grid.v95{grid-template-columns:1fr!important}}
@media(max-width:820px){.museum-entrance{padding:20px!important}.museum-exhibits{grid-template-columns:repeat(2,minmax(0,1fr))!important}.player-head{grid-template-columns:1fr!important}.player-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}.compare-lists{grid-template-columns:1fr!important}.compare-rare-list{max-height:none!important;overflow:visible!important}.system-cockpit{grid-template-columns:1fr!important}.member-kpis{grid-template-columns:1fr 1fr!important}.members-auth-body{padding:16px 10px}.auth-heading{padding:22px 20px 7px!important}.auth-form{padding:16px 20px 22px!important}.auth-secondary{margin:14px 20px 22px!important;width:calc(100% - 40px)!important}.login-brand{padding:0 20px!important}}
@media(max-width:560px){.museum-exhibits{grid-template-columns:1fr!important}.player-stats{grid-template-columns:1fr!important}.member-kpis{grid-template-columns:1fr 1fr!important}.rare-card{min-height:225px!important}}
.watch-grid>.watch-card:only-child{grid-column:1/-1}

/* =====================================================================
   V11.2.0 — REAL HRT FRONTEND REBUILD
   This layer intentionally replaces the visual language of the legacy UI.
   Existing backend/data classes remain in place, but every major surface is
   rendered as one consistent HRT application.
   ===================================================================== */
:root{
  --hrt-header:88px;--hrt-side:218px;
  --hrt-bg:#050a0f;--hrt-bg-elev:#071019;--hrt-surface:#08121b;--hrt-surface-2:#0a1620;--hrt-surface-3:#0c1924;
  --hrt-border:#1c2e3b;--hrt-border-strong:#2b4252;--hrt-soft:#14242f;
  --hrt-text:#edf2f4;--hrt-muted:#8d9aa2;--hrt-subtle:#687781;
  --hrt-gold:#f1b826;--hrt-gold-deep:#9d6b0d;--hrt-purple:#b57aff;--hrt-purple-soft:#22142e;
  --hrt-green:#63df55;--hrt-red:#ff5448;--hrt-radius:9px;
}
html{background:var(--hrt-bg);color-scheme:dark}
body{font:13px/1.45 "Segoe UI",Arial,Helvetica,sans-serif!important;letter-spacing:0;background:radial-gradient(circle at 74% -12%,rgba(132,72,180,.12),transparent 32%),linear-gradient(180deg,#050a0f 0,#071019 52%,#050a0f 100%)!important;color:var(--hrt-text)!important}
body:before{opacity:.06!important;background-size:38px 38px!important}
body *{box-sizing:border-box}
body h1,body h2,body h3,body h4,body b,body strong,body button,body input,body select,body textarea{font-family:"Segoe UI",Arial,Helvetica,sans-serif!important}
a{text-decoration:none}
.empty{color:var(--hrt-muted)!important;font-size:11px!important}
.muted{color:var(--hrt-muted)!important}

/* Header / navigation — broader, calmer and closer to the approved concept. */
.hrt-header.topbar{height:var(--hrt-header)!important;padding:0!important;grid-template-columns:240px minmax(640px,1fr) minmax(410px,500px)!important;gap:0!important;border-bottom:1px solid var(--hrt-border)!important;background:rgba(4,9,14,.98)!important;box-shadow:0 12px 35px rgba(0,0,0,.34)!important}
.hrt-brand{padding:0 20px!important;gap:14px!important;border-right:1px solid var(--hrt-border)!important}
.hrt-brand>strong{font-size:49px!important;letter-spacing:-4px!important;color:var(--hrt-gold)!important;text-shadow:0 2px #735000,0 0 18px rgba(241,184,38,.1)!important}
.hrt-brand>span b{font-size:18px!important;font-weight:750!important}.hrt-brand>span em{font-size:12px!important;color:var(--hrt-purple)!important}
.hrt-topnav{padding-left:4px!important}.hrt-topnav>a,.hrt-nav-button{min-width:82px!important;padding:11px 8px 9px!important;gap:7px!important;font-size:10px!important;font-weight:750!important;color:#d7dcde!important}
.hrt-topnav>a .ui-icon,.hrt-nav-button .ui-icon{width:24px!important;height:24px!important;stroke-width:1.65!important}
.hrt-topnav a:hover,.hrt-nav-button:hover{background:#09131c!important;color:#fff!important}
.hrt-topnav a.active{background:linear-gradient(180deg,#0a141d,#081019)!important;color:var(--hrt-gold)!important;border-color:#172733!important;box-shadow:inset 0 -3px var(--hrt-gold)!important}.hrt-topnav a.active:after{display:none!important}
.hrt-nav-button.active,.hrt-nav-button[aria-pressed="true"]{color:var(--hrt-purple)!important;background:#12101a!important;box-shadow:inset 0 -3px var(--hrt-purple)!important}
.hrt-header-tools{padding:0 14px!important;gap:9px!important;border-left:1px solid var(--hrt-soft)!important}
.hrt-header .global-search{width:min(315px,24vw)!important;height:43px!important;border:1px solid #263b49!important;border-radius:8px!important;background:#071019!important;box-shadow:inset 0 0 15px rgba(0,0,0,.28)!important}.hrt-header .global-search:focus-within{width:min(350px,27vw)!important;border-color:#536b7b!important;box-shadow:0 0 0 2px rgba(181,122,255,.07)!important}
.hrt-header .global-search input{font-size:11px!important}.hrt-chat-shortcut{width:46px!important;height:43px!important;flex-basis:46px!important;border-color:#263b49!important;border-radius:8px!important;background:#071019!important}.hrt-chat-shortcut b{background:#9b54d8!important}
.hrt-account-chip{height:50px!important;min-width:145px!important;border-color:#263b49!important;border-radius:8px!important;background:#071019!important}.hrt-account-chip b{font-size:10px!important}.hrt-account-chip small{font-size:7px!important}.avatar-letter{border-color:#805a11!important;background:#1a1206!important;color:var(--hrt-gold)!important}

/* Sidebar */
.hrt-shell.shell{grid-template-columns:var(--hrt-side) minmax(0,1fr)!important}
.hrt-sidebar.sidebar{top:var(--hrt-header)!important;height:calc(100vh - var(--hrt-header))!important;border-right:1px solid var(--hrt-border)!important;background:linear-gradient(180deg,#071019,#061019 70%,#050b11)!important}
.hrt-sidenav{padding:14px 12px 9px!important;gap:4px!important}.hrt-sidebar.sidebar .hrt-sidenav a{height:47px!important;padding:0 13px!important;gap:13px!important;border-radius:7px!important}.hrt-sidebar.sidebar .hrt-sidenav a span{font-size:11px!important;font-weight:750!important}.hrt-sidebar.sidebar .hrt-sidenav a .ui-icon{width:22px!important;height:22px!important;color:#cfd4d6!important}.hrt-sidebar.sidebar .hrt-sidenav a:hover{border-color:#1d3240!important;background:#09151f!important}.hrt-sidebar.sidebar .hrt-sidenav a.active{border-color:#a8730d!important;background:linear-gradient(90deg,rgba(171,117,15,.24),rgba(171,117,15,.035))!important;box-shadow:inset 3px 0 var(--hrt-gold)!important;color:var(--hrt-gold)!important}
.hrt-server-card{margin:9px 12px 7px!important;padding:13px!important;border-color:var(--hrt-border)!important;border-radius:8px!important;background:#08121b!important}.hrt-server-card small{font-size:9px!important}.hrt-server-card>strong{font-size:24px!important}.hrt-server-card>span{font-size:9px!important}.hrt-sidebar-utils{margin:0 12px 7px!important}.hrt-sidebar-utils .ltd-toggle,.hrt-sidebar-utils .pwa-install,.hrt-sidebar-utils .sync-chip,.hrt-sidebar .system-link,.hrt-logout{border-color:var(--hrt-border)!important;border-radius:6px!important;background:#071019!important;color:#adb8bd!important}.hrt-sidebar .system-link,.hrt-logout{margin-left:12px!important;margin-right:12px!important}
.hrt-workspace.workspace main{padding:18px!important;min-height:calc(100vh - var(--hrt-header) - 56px)!important}.hrt-footer{min-height:56px!important;padding:0 20px!important;border-color:var(--hrt-border)!important;background:#050b11!important}.hrt-footer>strong{font-size:23px!important}.hrt-footer nav{gap:24px!important}

/* Core surfaces */
.panel{border:1px solid var(--hrt-border)!important;border-radius:var(--hrt-radius)!important;background:linear-gradient(180deg,var(--hrt-surface),#071019)!important;box-shadow:0 12px 28px rgba(0,0,0,.17)!important;clip-path:none!important}
.panel:before,.panel:after{display:none!important}.panel-title{height:50px!important;padding:0 14px!important;border-bottom:1px solid var(--hrt-border)!important;background:#08121b!important;color:#e6ebed!important;font-size:12px!important;font-weight:800!important;letter-spacing:.05px!important}.panel-title>span{gap:8px!important}.panel-title .ui-icon{width:18px!important;height:18px!important;color:var(--hrt-purple)!important}.panel-title small{color:var(--hrt-muted)!important;font-size:9px!important}.panel-title a{font-size:9px!important;color:#c99bef!important;font-weight:700!important}
.page-head{min-height:98px;margin:0 0 12px!important;padding:18px 20px!important;display:flex!important;align-items:center!important;border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:linear-gradient(135deg,#091620,#071019)!important;box-shadow:0 12px 28px rgba(0,0,0,.14)!important}.page-head h1{margin:0!important;color:#f2f4f4!important;font-size:28px!important;font-weight:800!important;letter-spacing:-.6px!important}.page-head p{margin:5px 0 0!important;color:var(--hrt-muted)!important;font-size:11px!important;line-height:1.55!important}.page-head small{color:var(--hrt-purple)!important}.head-stat,.live-stamp{border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:#08121b!important;box-shadow:none!important}.head-stat b{font-size:21px!important;color:var(--hrt-gold)!important}.head-stat span,.live-stamp span{color:var(--hrt-muted)!important}
.notice{padding:12px 14px!important;border:1px solid #4b3b18!important;border-radius:8px!important;background:#141006!important;color:#e1c46f!important;clip-path:none!important}.success-notice{border-color:#31593b!important;background:#09160d!important;color:#8be479!important}.error-notice{border-color:#63362f!important;background:#180c0a!important;color:#f09e91!important}
.gold-button{min-height:42px!important;padding:0 15px!important;border:1px solid #aa730b!important;border-radius:7px!important;background:linear-gradient(180deg,#b87d0b,#795006)!important;color:#fff2cf!important;font-size:10px!important;font-weight:800!important;box-shadow:inset 0 1px rgba(255,255,255,.07)!important}.gold-button:hover{background:linear-gradient(180deg,#c78c17,#885a08)!important;border-color:#d5a03b!important;transform:translateY(-1px)}
.ghost-button,.panel-action{border:1px solid #314957!important;border-radius:6px!important;background:#08131c!important;color:#c5ced2!important}.ghost-button:hover,.panel-action:hover{border-color:#745496!important;color:#d7b6fa!important;background:#151020!important}
input,select,textarea{border:1px solid #2a3e4b!important;border-radius:7px!important;background:#050b11!important;color:#edf1f2!important;outline:none!important;font-size:11px!important}input:focus,select:focus,textarea:focus{border-color:#566d7c!important;box-shadow:0 0 0 2px rgba(181,122,255,.07)!important}

/* Overview — deliberately larger and more card-like than the previous build. */
.hrt-overview-hero{grid-template-columns:minmax(320px,1.45fr) repeat(4,minmax(185px,1fr))!important;gap:10px!important;margin-bottom:12px!important}.hrt-welcome-card,.hrt-summary-card{min-height:128px!important;border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:linear-gradient(145deg,#091620,#071019)!important;box-shadow:0 12px 28px rgba(0,0,0,.17)!important}.hrt-welcome-card{padding:18px 20px!important;gap:16px!important}.hrt-avatar{width:64px!important;height:82px!important;flex-basis:64px!important;border:1px solid #304655!important;border-radius:9px!important;background:#0c1a24!important;overflow:hidden!important}.hrt-avatar>span{font-size:25px!important}.hrt-welcome-card small{font-size:14px!important;color:#c3cbcf!important}.hrt-welcome-card h1{margin:3px 0!important;font-size:27px!important;color:var(--hrt-gold)!important;font-weight:800!important}.hrt-welcome-card span{font-size:11px!important;color:var(--hrt-muted)!important}.hrt-summary-card{padding:18px 16px!important;gap:13px!important}.hrt-summary-icon{width:43px!important;height:43px!important;flex-basis:43px!important;border:1px solid #2c4250!important;border-radius:9px!important;background:#0a1721!important;display:grid!important;place-items:center!important}.hrt-summary-icon.coins,.hrt-summary-icon.rare-box{border-color:#66501b!important;color:var(--hrt-gold)!important}.hrt-summary-icon.chat{border-color:#5e4378!important;color:var(--hrt-purple)!important}.hrt-summary-card small{font-size:9px!important;color:#b5c0c5!important}.hrt-summary-card strong{font-size:24px!important;line-height:1.05!important}.hrt-summary-card em{font-size:11px!important}.hrt-summary-card span{font-size:9px!important;color:var(--hrt-muted)!important}
.hrt-dashboard-grid{grid-template-columns:minmax(360px,1.03fr) minmax(430px,1.18fr) minmax(320px,.88fr)!important;gap:10px!important}.hrt-right-column{gap:10px!important}.hrt-briefing-card,.hrt-market-card,.hrt-highlights-card{border-radius:9px!important}.hrt-briefing-list>div{min-height:72px!important;padding:11px 13px!important;grid-template-columns:38px minmax(0,1fr) auto!important;gap:11px!important}.brief-icon{width:34px!important;height:34px!important;border:1px solid #4a3a16!important;border-radius:7px!important;background:#0d130f!important;color:var(--hrt-gold)!important}.hrt-briefing-list b{font-size:11px!important}.hrt-briefing-list small{font-size:9px!important;color:var(--hrt-muted)!important}.hrt-briefing-list em{border-radius:6px!important}.hrt-market-list>button{min-height:62px!important;padding:8px 13px!important;grid-template-columns:42px minmax(0,1fr) 105px 65px!important;gap:8px!important}.market-rare-img{width:40px!important;height:40px!important;border:1px solid #274457!important;border-radius:8px!important;background:#0b1a25!important}.hrt-market-list>button>b{font-size:11px!important}.market-move-values strong{font-size:12px!important}.market-move-values small{font-size:8px!important}.hrt-market-list>button>em{font-size:11px!important}.hrt-panel-footlink{height:41px!important;font-size:10px!important;background:#08121b!important}
.hrt-mini-chat-list>a{min-height:62px!important;padding:8px 12px!important;grid-template-columns:38px minmax(0,1fr) auto auto!important;gap:10px!important}.mini-avatar{width:36px!important;height:36px!important;border:1px solid #543d6e!important;border-radius:50%!important;background:#15101d!important;color:#debaff!important;font-size:12px!important}.hrt-mini-chat-list b,.hrt-watch-list b{font-size:11px!important}.hrt-mini-chat-list small{font-size:9px!important}.hrt-mini-chat-list time{font-size:8px!important}.hrt-mini-chat-list em{border-radius:8px!important;background:#a558da!important}.hrt-watch-list>a{min-height:51px!important;padding:7px 12px!important}.hrt-watch-list strong{font-size:11px!important}.hrt-quick-grid{padding:10px!important;gap:7px!important}.hrt-quick-grid>a{min-height:70px!important;border:1px solid #263b49!important;border-radius:7px!important;background:#08121b!important;font-size:9px!important}.hrt-quick-grid>a:hover{border-color:#6f4f8d!important;background:#11101a!important;transform:translateY(-1px)!important}.hrt-quick-grid .ui-icon{width:22px!important;height:22px!important;color:var(--hrt-gold)!important}.hrt-quick-grid>a:nth-child(2) .ui-icon{color:var(--hrt-purple)!important}
.hrt-highlights-card{margin-top:0!important}.hrt-highlight-grid{padding:10px!important;gap:8px!important}.hrt-highlight{min-height:174px!important;border:1px solid #263b49!important;border-radius:8px!important;background:linear-gradient(180deg,#091620,#071019)!important;overflow:hidden!important}.highlight-name{min-height:30px!important;padding:0 9px!important;font-size:9px!important}.highlight-image{min-height:100px!important;margin:0 8px!important;border-radius:7px!important;background:radial-gradient(circle at 50% 58%,#142e40 0,#0c202d 34%,#08131d 68%)!important}.highlight-image img{max-height:92px!important;max-width:95%!important;filter:drop-shadow(0 8px 10px rgba(0,0,0,.55))!important}.hrt-highlight footer{height:30px!important;padding:0 9px!important;border-top:1px solid #18313f!important;font-size:9px!important}.hrt-museum-link{height:42px!important;margin:0 10px 10px!important;border:1px solid #283e4c!important;border-radius:7px!important;background:#08121b!important;color:#d3b1f3!important}

/* Collection / Rares — a real card gallery, not a legacy table page with dark colors. */
.catalog-panel{border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.catalog-toolbar{margin-bottom:10px!important;padding:13px!important;display:grid!important;grid-template-columns:minmax(300px,1.5fr) minmax(190px,.75fr) minmax(140px,.55fr) minmax(145px,.55fr) auto auto!important;gap:8px!important;border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:#08121b!important}.catalog-toolbar label{min-width:0!important;border:0!important;background:transparent!important}.filter-search,.category-search{height:43px!important;padding:0 12px!important;border:1px solid #2b414f!important;border-radius:7px!important;background:#050b11!important;color:#91a0a8!important}.filter-search input,.category-search input{height:100%!important;border:0!important;background:transparent!important;box-shadow:none!important}.sort-control{height:43px!important;display:grid!important;grid-template-rows:12px 1fr!important;padding:4px 9px!important;border:1px solid #2b414f!important;border-radius:7px!important;background:#050b11!important}.sort-control>span{font-size:7px!important;color:#71808a!important;text-transform:uppercase!important}.sort-control select{height:25px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.view-switch{height:43px!important;display:flex!important;border:1px solid #2b414f!important;border-radius:7px!important;overflow:hidden!important}.view-switch a{width:42px!important;display:grid!important;place-items:center!important;border:0!important;background:#071019!important;color:#93a0a7!important}.view-switch a.active{background:#151020!important;color:#d3b1f6!important}.collection-quick-filters{min-height:46px!important;margin:0 0 10px!important;padding:8px 12px!important;border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:#08121b!important}.collection-quick-filters a{min-height:30px!important;padding:0 11px!important;border:1px solid #6b4f85!important;border-radius:6px!important;background:#151020!important;color:#d7b8f7!important}.collection-quick-filters small{color:var(--hrt-muted)!important;font-size:9px!important}.rare-grid{padding:0!important;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))!important;gap:10px!important}.rare-card{min-width:0!important;min-height:310px!important;padding:0!important;border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:linear-gradient(180deg,#091620,#071019)!important;box-shadow:0 12px 24px rgba(0,0,0,.14)!important;overflow:hidden!important;clip-path:none!important;transition:transform .16s,border-color .16s,box-shadow .16s!important}.rare-card:hover{transform:translateY(-2px)!important;border-color:#3a5363!important;box-shadow:0 17px 30px rgba(0,0,0,.24)!important}.rare-card-top{height:34px!important;padding:0 10px!important;border-bottom:1px solid #152936!important}.rare-card .tag{padding:3px 7px!important;border:1px solid #324a59!important;border-radius:10px!important;background:#0a1721!important;color:#aab5bb!important;font-size:7px!important}.rare-name{min-height:42px!important;padding:9px 11px 5px!important;color:#f0f2f1!important;font-size:12px!important;font-weight:750!important}.rare-image{height:135px!important;margin:0 10px!important;border:1px solid #152f3e!important;border-radius:8px!important;background:radial-gradient(circle at 50% 60%,#153446 0,#0d202c 36%,#08131d 72%)!important}.rare-image img{max-height:125px!important;max-width:96%!important;filter:drop-shadow(0 9px 11px rgba(0,0,0,.58))!important}.rare-price{padding:10px 11px 4px!important;color:var(--hrt-gold)!important;font-size:16px!important}.rare-meta{padding:6px 11px 9px!important;border:0!important;gap:6px!important}.rare-meta span{color:#7f8d95!important;font-size:8px!important}.rare-meta b{color:#cfd5d7!important;font-size:9px!important}.owned-state{min-height:34px!important;padding:0 11px!important;display:flex!important;align-items:center!important;border-top:1px solid #18303e!important;background:#08131c!important;color:#8f9da4!important;font-size:8px!important}.owned-state.yes{color:#8cdf78!important;background:#09170f!important}.favorite-star{color:#8b98a0!important}.favorite-star.active{color:var(--purple)!important;text-shadow:0 0 13px rgba(181,122,255,.35)!important}.wish-heart{color:#e8789f!important}.pagination{margin:14px 0 0!important;gap:5px!important}.pagination a{min-width:38px!important;height:38px!important;border:1px solid #2b414f!important;border-radius:7px!important;background:#08121b!important;color:#bbc4c8!important}.pagination a.active{border-color:#a9720e!important;background:#181306!important;color:var(--hrt-gold)!important}.table-wrap{border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:#071019!important;overflow:auto!important}.table-wrap table{font-size:10px!important}.table-wrap th{height:43px!important;background:#08131c!important;color:#8f9ca3!important}.table-wrap td{border-color:#142733!important}.table-wrap tr:hover td{background:#0b1721!important}
.completion-planner{margin-bottom:10px!important}.completion-drawer-title{min-height:52px!important;padding:0 15px!important;background:#08121b!important}.completion-drawer-title span{font-size:10px!important}.completion-drawer-title small{color:var(--hrt-muted)!important}.completion-summary{background:#071019!important}.completion-summary article{border-color:var(--hrt-soft)!important}.completion-grid>a{border-color:var(--hrt-border)!important;background:#08121b!important;border-radius:7px!important}.completion-grid>a:hover{border-color:#495f6e!important;background:#0a1721!important}

/* Museum */
.museum-entrance{min-height:146px!important;margin-bottom:10px!important;padding:24px 26px!important;border:1px solid var(--hrt-border)!important;border-radius:10px!important;background:radial-gradient(circle at 82% 10%,rgba(181,122,255,.08),transparent 30%),linear-gradient(135deg,#091720,#071019)!important;box-shadow:0 14px 30px rgba(0,0,0,.18)!important}.museum-entrance:before,.museum-entrance:after{display:none!important}.museum-entrance small{color:var(--hrt-purple)!important;font-size:9px!important;letter-spacing:1px!important}.museum-entrance h1{margin:5px 0 7px!important;color:#f0f3f3!important;font-size:30px!important;font-weight:800!important}.museum-entrance p{color:var(--hrt-muted)!important;font-size:11px!important}.museum-new,.museum-rooms,.museum-gallery{margin-top:10px!important;padding:0!important;border:1px solid var(--hrt-border)!important;border-radius:10px!important;background:#071019!important;overflow:hidden!important}.museum-section-title{height:52px!important;padding:0 15px!important;border-bottom:1px solid var(--hrt-border)!important;background:#08121b!important}.museum-section-title b{font-size:12px!important;color:#e6eaeb!important}.museum-section-title small{font-size:9px!important;color:var(--hrt-muted)!important}.museum-section-title>span{color:var(--hrt-purple)!important}.museum-new-track{padding:10px!important;gap:9px!important}.museum-new-track article{min-height:150px!important;border:1px solid #263b49!important;border-radius:8px!important;background:#091620!important}.museum-new-track img{max-height:92px!important}.museum-rooms>div:last-child{padding:10px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:8px!important}.museum-rooms a{min-height:90px!important;padding:14px!important;border:1px solid #263b49!important;border-radius:8px!important;background:linear-gradient(145deg,#091620,#071019)!important}.museum-rooms a:hover{border-color:#6d5188!important;background:#11101a!important;transform:translateY(-1px)!important}.museum-rooms a>span{color:var(--hrt-purple)!important}.museum-rooms a>b{font-size:14px!important}.museum-rooms a>small{color:var(--hrt-muted)!important}.museum-exhibits{padding:10px!important;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:10px!important}.museum-exhibit{min-height:300px!important;border:1px solid #263b49!important;border-radius:9px!important;background:linear-gradient(180deg,#091620,#071019)!important;overflow:hidden!important}.museum-light{background:radial-gradient(ellipse at 50% 15%,rgba(241,184,38,.17),transparent 48%)!important}.museum-object{min-height:190px!important;background:radial-gradient(circle at 50% 55%,#132b3b 0,#0a1c27 42%,transparent 72%)!important}.museum-object img{max-height:170px!important}.museum-label{min-height:83px!important;padding:10px 12px!important;border-top:1px solid #19303f!important;background:#08121b!important}.museum-label small{color:var(--hrt-purple)!important}.museum-label b{font-size:12px!important}.museum-label span{color:var(--hrt-muted)!important}

/* Market chronology */
.market-head-side{gap:8px!important}.market-kpis{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-bottom:10px!important}.market-kpis article{min-height:88px!important;padding:14px!important;border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:#08121b!important}.market-kpis small{color:#839198!important;font-size:8px!important}.market-kpis strong{font-size:24px!important;color:#eef2f3!important}.market-controls-panel{margin-bottom:10px!important}.market-controls{padding:12px!important;gap:8px!important}.market-controls .filter-search,.market-controls .category-search,.market-range{height:43px!important;border-color:#2a404e!important;border-radius:7px!important;background:#050b11!important}.market-filter{padding:0 12px 12px!important;gap:6px!important}.market-filter a{min-height:35px!important;padding:0 12px!important;border:1px solid #2a404e!important;border-radius:7px!important;background:#08121b!important;color:#aeb9be!important}.market-filter a.active{border-color:#6f518d!important;background:#151020!important;color:#d4b2f5!important}.market-timeline{padding:8px!important}.market-day{height:38px!important}.market-event{min-height:80px!important;margin-bottom:6px!important;padding:9px 11px!important;grid-template-columns:8px 54px minmax(220px,1fr) minmax(210px,.8fr) 130px 22px!important;gap:10px!important;border:1px solid #1b303d!important;border-radius:8px!important;background:#08121b!important}.market-event:hover{border-color:#3d5565!important;background:#0a1721!important}.market-image{width:52px!important;height:52px!important;border:1px solid #263e4d!important;border-radius:8px!important;background:#0a1822!important}.market-copy b{font-size:11px!important}.market-copy small{color:var(--hrt-purple)!important}.market-copy em{color:var(--hrt-muted)!important}.market-change b{font-size:11px!important}.market-event time{font-size:8px!important;color:#7f8c94!important}

/* Compare */
.compare-search-panel{margin-bottom:10px!important}.compare-search-form{padding:13px!important;grid-template-columns:minmax(320px,1fr) auto!important;gap:8px!important}.compare-search-form label{height:44px!important;padding:0 12px!important;border:1px solid #2b414f!important;border-radius:7px!important;background:#050b11!important;color:var(--hrt-purple)!important}.compare-search-form input{border:0!important;background:transparent!important;box-shadow:none!important}.compare-versus{display:grid!important;grid-template-columns:1fr 54px 1fr!important;gap:10px!important;margin-bottom:10px!important}.compare-versus article{min-height:142px!important;padding:18px 20px!important;border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:linear-gradient(145deg,#091620,#071019)!important}.compare-versus small{color:#7e8c94!important;font-size:8px!important}.compare-versus h2{margin:4px 0!important;font-size:22px!important;color:#f1f3f3!important}.compare-versus article b{font-size:11px!important;color:#aab5ba!important}.compare-versus article strong{margin-top:8px!important;font-size:18px!important;color:var(--hrt-gold)!important}.compare-versus>i{width:54px!important;height:54px!important;align-self:center!important;display:grid!important;place-items:center!important;border:1px solid #634a7d!important;border-radius:50%!important;background:#171020!important;color:#cfabef!important;font-style:normal!important;font-weight:900!important}.compare-actions{gap:7px!important;margin-bottom:10px!important}.compare-actions>a,.compare-actions button{min-height:40px!important;padding:0 13px!important;border:1px solid #304756!important;border-radius:7px!important;background:#08121b!important;color:#c4ced2!important;font-size:9px!important;font-weight:750!important}.compare-lists{grid-template-columns:1fr 1fr!important;gap:10px!important}.compare-rare-list{max-height:none!important;overflow:visible!important}.compare-rare-list>button{min-height:68px!important;padding:8px 12px!important;grid-template-columns:52px minmax(0,1fr) auto!important;border-bottom:1px solid var(--hrt-soft)!important;background:transparent!important}.compare-rare-list>button:hover{background:#0a1721!important}.compare-rare-list img{max-width:48px!important;max-height:48px!important}.compare-rare-list b{font-size:11px!important}.compare-rare-list small{font-size:9px!important;color:var(--hrt-muted)!important}

/* Watching */
.watch-add-panel{margin-bottom:10px!important}.watch-add-form{padding:13px!important;grid-template-columns:minmax(300px,1fr) auto!important;gap:8px!important}.watch-add-form label{height:44px!important;padding:0 12px!important;border:1px solid #2b414f!important;border-radius:7px!important;background:#050b11!important;color:var(--hrt-purple)!important}.watch-add-form input{border:0!important;background:transparent!important;box-shadow:none!important}.watch-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(420px,1fr))!important;gap:10px!important}.watch-grid>.watch-card:only-child{grid-column:1/-1!important;max-width:none!important}.watch-card{min-height:258px!important}.watch-card-head{min-height:78px!important;padding:15px 17px!important;border-bottom:1px solid var(--hrt-border)!important;background:#08121b!important}.watch-card-head h2{font-size:20px!important}.watch-card-head small{color:#7d8a92!important}.watch-card-head>span{padding:5px 8px!important;border:1px solid #375344!important;border-radius:12px!important;background:#09170e!important;color:#7ddd69!important}.watch-stats{gap:1px!important;background:var(--hrt-soft)!important}.watch-stats>span{min-height:82px!important;background:#071019!important}.watch-stats small{font-size:8px!important;color:#738189!important}.watch-stats b{font-size:17px!important}.watch-diff{padding:12px 16px!important;border-color:var(--hrt-soft)!important;background:#08121b!important}.watch-actions{padding:11px 13px!important;gap:7px!important}.watch-actions a,.watch-actions button{min-height:38px!important;border:1px solid #304756!important;border-radius:6px!important;background:#08121b!important;color:#bfc9cd!important}

/* Messenger */
.messages-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;gap:10px!important;min-height:680px!important}.chat-sidebar,.chat-window{border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:#071019!important;overflow:hidden!important}.chat-sidebar-head{padding:13px!important;border-bottom:1px solid var(--hrt-border)!important;background:#08121b!important}.chat-sidebar-head b{font-size:12px!important}.chat-new-form>div{grid-template-columns:minmax(0,1fr) 44px!important}.chat-new-form input{height:42px!important;border:1px solid #2b414f!important;border-radius:7px 0 0 7px!important}.chat-new-form button{border:1px solid #654a81!important;border-left:0!important;border-radius:0 7px 7px 0!important;background:#151020!important;color:#d2acf5!important}.chat-list{max-height:620px!important;background:#071019!important}.chat-list-row{min-height:72px!important;padding:9px 10px!important;border-color:var(--hrt-soft)!important}.chat-list-row:hover{background:#0a1721!important}.chat-list-row.active{background:#111420!important;box-shadow:inset 3px 0 var(--hrt-purple)!important}.chat-avatar{border-color:#5d4477!important;background:#171020!important;color:#d5b1f3!important}.chat-list-copy b{font-size:11px!important}.chat-list-copy small{font-size:9px!important;color:#87949b!important}.chat-list-meta i{background:#a558da!important;color:#fff!important}.chat-window-head{min-height:66px!important;padding:9px 13px!important;border-color:var(--hrt-border)!important;background:#08121b!important}.chat-window-head b{font-size:12px!important}.chat-history{min-height:500px!important;max-height:650px!important;padding:20px clamp(13px,3vw,40px)!important;gap:9px!important;background:radial-gradient(circle at 50% 0,rgba(181,122,255,.05),transparent 35%)!important}.chat-history-start span{border-color:#2b414f!important;border-radius:12px!important;background:#08121b!important;color:#7f8c94!important}.chat-bubble{max-width:min(72%,680px)!important;padding:11px 12px 7px!important;border:1px solid #283e4c!important;border-radius:11px 11px 11px 3px!important;background:#0a1620!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important}.chat-bubble.mine{border-color:#60457c!important;border-radius:11px 11px 3px 11px!important;background:linear-gradient(145deg,#1b1225,#13101d)!important}.chat-bubble p{font-size:11px!important}.chat-bubble footer{font-size:8px!important}.chat-message-delete button{width:20px!important;height:20px!important;border-radius:50%!important;color:#738189!important}.chat-message-delete button:hover{background:#28141a!important;color:#ef8a9a!important}.chat-composer{padding:10px 12px!important;border-color:var(--hrt-border)!important;background:#08121b!important}.chat-composer textarea{min-height:45px!important;border-color:#2b414f!important;border-radius:8px!important}.chat-no-selection{min-height:600px!important}.chat-no-selection>span{width:66px!important;height:66px!important;border:1px solid #594273!important;border-radius:18px!important;background:#151020!important;color:#c395ed!important}.chat-no-selection b{font-size:20px!important}.chat-no-selection p{font-size:10px!important;color:var(--hrt-muted)!important}

/* Account */
.account-v10-kpis{grid-template-columns:repeat(4,1fr)!important;gap:8px!important;margin-bottom:10px!important}.account-v10-kpis a{min-height:86px!important;border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:#08121b!important}.account-v10-kpis small{color:#7e8c94!important}.account-v10-kpis b{font-size:22px!important;color:var(--hrt-gold)!important}.account-profile-summary{margin-bottom:10px!important}.account-profile-summary .account-profile-body{min-height:118px!important;padding:18px 20px!important;grid-template-columns:64px minmax(0,1fr) auto auto!important;background:linear-gradient(135deg,#091620,#071019)!important}.account-profile-summary .account-avatar{width:58px!important;height:58px!important;border:1px solid #6f5116!important;border-radius:9px!important;background:#151006!important;color:var(--hrt-gold)!important}.account-profile-summary h2{font-size:22px!important}.account-approved{border:1px solid #315b3d!important;border-radius:12px!important;background:#09170e!important;color:#7ddd69!important}.account-settings-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.account-preferences-form{padding:14px!important;gap:8px!important}.account-preferences-form>label{min-height:74px!important;padding:13px!important;border:1px solid #263b49!important;border-radius:8px!important;background:#08121b!important}.account-preferences-form>label:hover{border-color:#3c5564!important;background:#0a1721!important}.account-preferences-form input{accent-color:var(--hrt-purple)!important}.account-preferences-form b{font-size:11px!important}.account-preferences-form small{font-size:9px!important;color:var(--hrt-muted)!important}.password-change-form{padding:14px!important;gap:10px!important}.password-change-form input,.delete-account-form input{height:46px!important;border-color:#2b414f!important;background:#050b11!important}.account-danger-details{margin-top:10px!important;border:1px solid #5f342f!important;border-radius:9px!important;background:#0d0909!important}.account-danger-details>summary{min-height:58px!important;padding:0 15px!important}.danger-zone-layout{padding:15px!important}.danger-zone-copy b{font-size:13px!important}.danger-zone-copy p{color:#9d8b88!important}.danger-button{min-height:44px!important;border:1px solid #7f3c34!important;border-radius:7px!important;background:#2b100d!important;color:#f0b1a7!important}

/* Login / registration — no legacy vault look. */
.members-auth-body,.login-body{min-height:100vh!important;display:grid!important;place-items:center!important;padding:30px!important;background:radial-gradient(circle at 50% 20%,rgba(181,122,255,.11),transparent 30%),linear-gradient(180deg,#04090e,#071019)!important}.members-auth-body:before,.login-body:before{content:""!important;position:fixed!important;inset:0!important;pointer-events:none!important;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;background-size:34px 34px!important;opacity:.13!important}.members-auth-card,.login-card{width:min(470px,94vw)!important;padding:30px!important;border:1px solid #293f4d!important;border-radius:12px!important;background:linear-gradient(180deg,#091620,#071019)!important;box-shadow:0 28px 80px rgba(0,0,0,.55)!important;clip-path:none!important}.members-auth-card:before,.members-auth-card:after,.login-card:before,.login-card:after{display:none!important}.login-brand{margin-bottom:24px!important;display:flex!important;align-items:center!important;gap:13px!important}.login-brand strong{color:var(--hrt-gold)!important;font:900 43px/1 "Arial Black",Arial,sans-serif!important;letter-spacing:-3px!important}.login-brand span{color:#d7dde0!important;font-size:13px!important;letter-spacing:.5px!important}.auth-heading{margin-bottom:18px!important}.auth-heading small{color:var(--hrt-purple)!important;font-size:8px!important;letter-spacing:1.1px!important}.auth-heading h1{margin:5px 0!important;color:#f2f4f4!important;font-size:29px!important;font-weight:800!important}.auth-heading p{margin:0!important;color:var(--hrt-muted)!important;font-size:10px!important}.auth-form{gap:11px!important}.auth-form label span{color:#a3afb5!important;font-size:9px!important}.auth-form input{height:46px!important;border-color:#2b414f!important;background:#050b11!important;font-size:12px!important}.auth-secondary{min-height:44px!important;border:1px solid #53416a!important;border-radius:7px!important;background:#151020!important;color:#cfacf1!important}.auth-divider{color:#74828a!important}.auth-divider i{background:#243844!important}.registration-explain,.verification-steps,.pending-state{border-color:#263b49!important;border-radius:8px!important;background:#08121b!important}.verification-code{border-color:#674c83!important;border-radius:8px!important;background:#151020!important}.verification-code strong{color:#d3aff4!important;font-size:27px!important}

/* Player profile */
.player-head{min-height:142px!important;margin-bottom:10px!important;padding:18px 20px!important;border:1px solid var(--hrt-border)!important;border-radius:9px!important;background:linear-gradient(135deg,#091620,#071019)!important;box-shadow:0 12px 28px rgba(0,0,0,.15)!important}.player-avatar{width:70px!important;height:70px!important;border:1px solid #425b6a!important;border-radius:9px!important;background:#0b1923!important;color:var(--hrt-gold)!important}.player-title small{color:var(--hrt-purple)!important}.player-title h1{font-size:27px!important}.player-title p{font-size:10px!important;color:var(--hrt-muted)!important}.player-stats article{border-color:var(--hrt-border)!important}.player-stats small{color:#7b8991!important}.player-stats strong{font-size:20px!important}.player-actions-bar{gap:7px!important}.player-actions-bar a,.player-actions-bar button{min-height:40px!important;padding:0 13px!important;border:1px solid #304756!important;border-radius:7px!important;background:#08121b!important;color:#c4ced2!important;font-size:9px!important;font-weight:750!important}

/* Admin/system pages — same app, no separate brown control panel. */
.system-cockpit{gap:8px!important}.system-cockpit article{min-height:104px!important;border:1px solid var(--hrt-border)!important;border-radius:8px!important;background:#08121b!important}.system-cockpit article strong{font-size:18px!important}.issue-center,.sync-monitor-card,.manual-sync-card,.data-quality-v95,.system-fold,.schedule-card,.account-admin-panel,.account-audit{border-color:var(--hrt-border)!important;background:#071019!important}.issue-list article,.sync-monitor-list article,.recent-run,.backup-row,.account-row,.account-audit>div>article{border-color:var(--hrt-soft)!important;background:transparent!important}.sync-control-grid button{border:1px solid #2c4351!important;border-radius:7px!important;background:#08121b!important;color:#c4ced2!important}.sync-control-grid button:hover{border-color:#5f4a78!important;background:#151020!important}.quality-meter-grid article{border:1px solid #263b49!important;border-radius:8px!important;background:#08121b!important}.account-row{min-height:86px!important}.account-code{border-color:#654b7f!important;border-radius:7px!important;background:#151020!important;color:#d2aff3!important}.account-actions button{border-color:#334a59!important;border-radius:6px!important;background:#08121b!important;color:#c5ced2!important}.account-actions button.approve{border-color:#54704b!important;background:#09170e!important;color:#8ddd7b!important}

/* Generic legacy lists/charts/two-column pages */
.history-layout,.two-col{gap:10px!important}.event-row,.match-row,.owner-list>div{border-color:var(--hrt-soft)!important}.event-row:hover,.match-row:hover{background:#0a1721!important}.mini-img{border:1px solid #263b49!important;border-radius:7px!important;background:#0a1822!important}.wide-chart canvas{background:#071019!important}.modal-panel{border:1px solid #304857!important;border-radius:10px!important;background:#071019!important;box-shadow:0 30px 90px rgba(0,0,0,.65)!important}.modal-head{border-color:var(--hrt-border)!important}.modal-image{border:1px solid #263b49!important;border-radius:9px!important;background:#0a1822!important}.metric-grid article{border-color:#243a47!important;border-radius:8px!important;background:#08121b!important}

@media(max-width:1450px){
  .hrt-header.topbar{grid-template-columns:220px minmax(540px,1fr) 410px!important}.hrt-brand{padding:0 16px!important}.hrt-brand>strong{font-size:42px!important}.hrt-topnav>a,.hrt-nav-button{min-width:72px!important;font-size:9px!important}.hrt-header .global-search{width:250px!important}
  .hrt-overview-hero{grid-template-columns:minmax(300px,1.4fr) repeat(2,minmax(180px,1fr))!important}.hrt-welcome-card{grid-row:span 2!important}.hrt-dashboard-grid{grid-template-columns:1fr 1.18fr!important}.hrt-right-column{grid-column:1/3!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important}.hrt-highlights-card{grid-column:1/3!important}.catalog-toolbar{grid-template-columns:minmax(280px,1.5fr) minmax(180px,.8fr) 150px 150px auto!important}.view-switch{grid-column:auto!important}
}
@media(max-width:1100px){
  :root{--hrt-side:205px}.hrt-header.topbar{grid-template-columns:185px 1fr 260px!important}.hrt-brand>span{display:none!important}.hrt-brand{justify-content:center!important}.hrt-topnav>a,.hrt-nav-button{min-width:62px!important}.hrt-topnav span{display:none!important}.hrt-header .global-search{width:180px!important}.hrt-account-chip{min-width:52px!important;width:52px!important;grid-template-columns:34px!important}.hrt-account-chip>span:nth-child(2),.hrt-account-chip>i{display:none!important}
  .hrt-overview-hero{grid-template-columns:1fr 1fr!important}.hrt-welcome-card{grid-column:1/3!important;grid-row:auto!important}.hrt-dashboard-grid{grid-template-columns:1fr!important}.hrt-right-column,.hrt-highlights-card{grid-column:1!important}.hrt-right-column{grid-template-columns:1fr!important}.catalog-toolbar{grid-template-columns:1fr 1fr!important}.catalog-toolbar .gold-button,.catalog-toolbar .view-switch{width:100%!important}.market-event{grid-template-columns:8px 50px minmax(180px,1fr) minmax(180px,.8fr)!important}.market-event time,.market-open{display:none!important}.compare-lists{grid-template-columns:1fr!important}.account-settings-grid{grid-template-columns:1fr!important}
}
@media(max-width:820px){
  :root{--hrt-header:68px}.hrt-header.topbar{height:68px!important;grid-template-columns:50px 82px minmax(0,1fr)!important;padding:0 8px!important}.hrt-brand{border:0!important;padding:0!important}.hrt-brand>strong{font-size:29px!important;letter-spacing:-2px!important}.hrt-topnav{display:none!important}.hrt-header-tools{grid-column:3!important;border:0!important;padding:0!important}.hrt-header .global-search{width:min(280px,56vw)!important}.hrt-account-chip{display:none!important}.mobile-menu-toggle{display:flex!important}.hrt-shell.shell{display:block!important}.hrt-sidebar.sidebar{position:fixed!important;left:0!important;top:68px!important;width:min(320px,86vw)!important;height:calc(100vh - 68px)!important;transform:translateX(-105%)!important;transition:transform .2s ease!important;z-index:120!important}.hrt-sidebar.sidebar.mobile-open{transform:translateX(0)!important}.hrt-workspace.workspace main{padding:12px!important}.page-head{min-height:84px!important;padding:14px!important}.page-head h1{font-size:24px!important}.hrt-overview-hero{grid-template-columns:1fr 1fr!important}.hrt-summary-card{min-height:110px!important}.hrt-dashboard-grid{gap:8px!important}.hrt-highlight-grid{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(180px,70vw)!important;grid-template-columns:none!important;overflow-x:auto!important}.catalog-toolbar{grid-template-columns:1fr!important}.rare-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.market-kpis{grid-template-columns:1fr 1fr!important}.market-event{grid-template-columns:7px 48px minmax(0,1fr)!important}.market-change{grid-column:3!important}.compare-versus{grid-template-columns:1fr!important}.compare-versus>i{margin:auto!important}.messages-layout{grid-template-columns:1fr!important}.chat-list{max-height:280px!important}.watch-grid{grid-template-columns:1fr!important}.museum-exhibits{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hrt-footer{padding:12px!important;flex-wrap:wrap!important}.hrt-footer nav{width:100%!important;margin:0!important;gap:12px!important;flex-wrap:wrap!important}
}
@media(max-width:560px){
  .hrt-header .global-search{width:53vw!important}.hrt-overview-hero{gap:7px!important}.hrt-welcome-card{grid-column:1/3!important;min-height:110px!important}.hrt-welcome-card small{font-size:12px!important}.hrt-welcome-card h1{font-size:22px!important}.hrt-summary-card{padding:10px!important;display:grid!important;justify-items:center!important;text-align:center!important;gap:4px!important}.hrt-summary-card strong{font-size:18px!important}.hrt-summary-icon{width:36px!important;height:36px!important;flex-basis:36px!important}.rare-grid{grid-template-columns:1fr!important}.museum-exhibits{grid-template-columns:1fr!important}.market-kpis{grid-template-columns:1fr 1fr!important}.account-v10-kpis{grid-template-columns:1fr 1fr!important}.chat-bubble{max-width:88%!important}
}

/* V11.2.0 — complete visual rebuild polish.
   This final layer intentionally owns spacing, typography and page rhythm so the
   legacy vault stylesheet can no longer dictate the look of any tracker page. */
:root{
  --hrt-bg:#050a10;
  --hrt-bg-deep:#03070b;
  --hrt-panel:#08131d;
  --hrt-panel-raised:#0a1722;
  --hrt-panel-soft:#0c1a25;
  --hrt-line:#213543;
  --hrt-line-soft:#152733;
  --hrt-text:#f4f3ef;
  --hrt-muted:#8f9da6;
  --hrt-gold:#f0b321;
  --hrt-gold-hover:#ffc94b;
  --hrt-purple:#b06cff;
  --hrt-green:#69d957;
  --hrt-red:#ff5549;
  --hrt-header:82px;
  --hrt-side:230px;
  --hrt-radius:10px;
  --hrt-radius-sm:7px;
}

html{background:var(--hrt-bg-deep)}
html,body,button,input,select,textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important}
body.hrt-v12{font-size:14px;line-height:1.45;background:
  radial-gradient(circle at 75% -10%,rgba(176,108,255,.075),transparent 28%),
  linear-gradient(180deg,#040a0f 0,#061019 48%,#050a10 100%)!important;color:var(--hrt-text)}
body.hrt-v12:before{opacity:.075!important;background-size:36px 36px!important}
body.hrt-v12 .workspace:before,body.hrt-v12 .workspace:after{display:none!important}
body.hrt-v12 *{text-rendering:optimizeLegibility}
body.hrt-v12 .muted{color:var(--hrt-muted)!important}
body.hrt-v12 .positive{color:var(--hrt-green)!important}
body.hrt-v12 .negative{color:var(--hrt-red)!important}

/* Header: dense game navigation without decorative art. */
body.hrt-v12 .hrt-header.topbar{
  height:var(--hrt-header)!important;padding:0 18px!important;
  grid-template-columns:250px minmax(540px,1fr) minmax(400px,560px)!important;
  gap:8px!important;background:rgba(3,8,13,.975)!important;border-bottom:1px solid #1b303e!important;
  box-shadow:0 12px 36px rgba(0,0,0,.32)!important
}
body.hrt-v12 .hrt-brand{gap:12px;padding-right:16px;border-right:1px solid #172936!important}
body.hrt-v12 .hrt-brand>strong{font-size:46px!important;letter-spacing:-4px!important}
body.hrt-v12 .hrt-brand>span{gap:3px!important}
body.hrt-v12 .hrt-brand>span b{font-size:18px!important;font-weight:800!important}
body.hrt-v12 .hrt-brand>span em{font-size:12px!important;font-weight:650!important;letter-spacing:.2px}
body.hrt-v12 .hrt-topnav{justify-content:flex-start!important}
body.hrt-v12 .hrt-topnav>a,body.hrt-v12 .hrt-nav-button{
  min-width:72px!important;padding:9px 9px 7px!important;gap:6px!important;
  font-size:10px!important;font-weight:800!important;letter-spacing:.2px!important;color:#cfd5d8!important
}
body.hrt-v12 .hrt-topnav .ui-icon{width:24px!important;height:24px!important;stroke-width:1.7!important}
body.hrt-v12 .hrt-topnav a.active{color:var(--hrt-gold)!important;background:linear-gradient(180deg,rgba(240,179,33,.08),rgba(240,179,33,.018))!important}
body.hrt-v12 .hrt-topnav a.active:after{height:3px!important;left:12px!important;right:12px!important}
body.hrt-v12 .hrt-nav-button.active{color:#c69cff!important;background:linear-gradient(180deg,rgba(176,108,255,.09),rgba(176,108,255,.018))!important;box-shadow:inset 0 -3px var(--hrt-purple)!important}
body.hrt-v12 .hrt-header-tools{gap:8px!important}
body.hrt-v12 .hrt-header .global-search{height:44px!important;width:min(320px,25vw)!important;border-radius:8px!important;background:#061019!important;border-color:#263c4b!important}
body.hrt-v12 .hrt-header .global-search:focus-within{width:min(350px,28vw)!important;border-color:#675183!important}
body.hrt-v12 .hrt-header .global-search input{font-size:13px!important}
body.hrt-v12 .hrt-chat-shortcut{height:44px!important;width:46px!important;flex-basis:46px!important;border-radius:8px!important}
body.hrt-v12 .hrt-account-chip{height:48px!important;min-width:150px!important;border-radius:8px!important;background:#07121b!important}
body.hrt-v12 .hrt-account-chip b{font-size:12px!important}
body.hrt-v12 .hrt-account-chip small{font-size:9px!important}

/* Sidebar: exactly the main navigation, not a second settings dashboard. */
body.hrt-v12 .hrt-shell.shell{grid-template-columns:var(--hrt-side) minmax(0,1fr)!important}
body.hrt-v12 .hrt-sidebar.sidebar{top:var(--hrt-header)!important;height:calc(100vh - var(--hrt-header))!important;background:linear-gradient(180deg,#07121b,#061019 70%,#050b11)!important}
body.hrt-v12 .hrt-sidenav{padding:16px 14px 8px!important;gap:4px!important}
body.hrt-v12 .hrt-sidebar .hrt-sidenav a,body.hrt-v12 .hrt-sidebar .hrt-sidenav button{
  width:100%!important;height:48px!important;padding:0 13px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
  gap:13px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:#dce1e3!important;
  cursor:pointer!important;font-size:13px!important;font-weight:750!important;text-align:left!important
}
body.hrt-v12 .hrt-sidebar .hrt-sidenav a span,body.hrt-v12 .hrt-sidebar .hrt-sidenav button span{font-size:12px!important;font-weight:800!important;letter-spacing:.1px!important}
body.hrt-v12 .hrt-sidebar .hrt-sidenav .ui-icon{width:22px!important;height:22px!important;color:#c4ccd0!important;flex:0 0 22px}
body.hrt-v12 .hrt-sidebar .hrt-sidenav a:hover,body.hrt-v12 .hrt-sidebar .hrt-sidenav button:hover{background:#0b1822!important;border-color:#1f3645!important;color:#fff!important}
body.hrt-v12 .hrt-sidebar .hrt-sidenav a.active{background:linear-gradient(90deg,rgba(240,179,33,.20),rgba(240,179,33,.035))!important;border-color:#8b650e!important;color:var(--hrt-gold)!important;box-shadow:inset 3px 0 var(--hrt-gold)!important}
body.hrt-v12 .hrt-sidebar .hrt-sidenav a.active .ui-icon{color:var(--hrt-gold)!important}
body.hrt-v12 .hrt-admin-nav{margin-top:7px!important;border-top-color:#263844!important}
body.hrt-v12 .hrt-server-card{margin:10px 14px 8px!important;padding:14px!important;border-radius:9px!important;background:#07121b!important}
body.hrt-v12 .hrt-server-card small{font-size:10px!important;font-weight:750!important;letter-spacing:.5px}
body.hrt-v12 .hrt-server-card>strong{font-size:23px!important;font-weight:650!important}
body.hrt-v12 .hrt-server-card>span{font-size:10px!important}
body.hrt-v12 .hrt-sidebar-utils{margin:0 14px 8px!important}
body.hrt-v12 .hrt-sidebar-utils .ltd-toggle,body.hrt-v12 .hrt-sidebar-utils .pwa-install,body.hrt-v12 .hrt-sidebar-utils .sync-chip{height:34px!important;border-radius:7px!important}
body.hrt-v12 .hrt-sidebar .system-link,body.hrt-v12 .hrt-logout{min-height:40px!important;border-radius:7px!important}

/* Workspace + universal surface language. */
body.hrt-v12 .hrt-workspace.workspace main{padding:20px 18px 28px!important;min-height:calc(100vh - var(--hrt-header) - 60px)!important}
body.hrt-v12 .panel{border:1px solid var(--hrt-line)!important;border-radius:var(--hrt-radius)!important;background:linear-gradient(180deg,#091620,#07121b)!important;box-shadow:0 12px 28px rgba(0,0,0,.16)!important}
body.hrt-v12 .panel-title{height:54px!important;padding:0 17px!important;border-bottom:1px solid var(--hrt-line)!important;background:#091620!important;font-size:12px!important;font-weight:850!important;letter-spacing:.2px!important}
body.hrt-v12 .panel-title a{font-size:10px!important;font-weight:750!important}
body.hrt-v12 .panel-title .ui-icon{width:19px!important;height:19px!important}
body.hrt-v12 .page-head{min-height:96px!important;margin:0 0 12px!important;padding:18px 20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;border:1px solid var(--hrt-line)!important;border-radius:var(--hrt-radius)!important;background:linear-gradient(135deg,#0a1823,#07121b)!important;box-shadow:0 12px 30px rgba(0,0,0,.13)!important}
body.hrt-v12 .page-head h1{margin:0 0 5px!important;font-size:30px!important;line-height:1.05!important;font-weight:850!important;letter-spacing:-.7px!important;color:#f5f4f0!important}
body.hrt-v12 .page-head p{margin:0!important;max-width:820px;font-size:12px!important;line-height:1.55!important;color:#92a0a8!important}
body.hrt-v12 .head-stat,body.hrt-v12 .live-stamp{min-width:128px!important;padding:11px 16px!important;border-radius:8px!important;text-align:center!important}
body.hrt-v12 .head-stat b{font-size:23px!important}
body.hrt-v12 .head-stat span{font-size:9px!important;font-weight:750!important;letter-spacing:.6px!important}
body.hrt-v12 input,body.hrt-v12 select,body.hrt-v12 textarea{font-size:13px!important;border-radius:7px!important;background:#050c12!important;border-color:#29404e!important;color:#eef1f0!important}
body.hrt-v12 input:focus,body.hrt-v12 select:focus,body.hrt-v12 textarea:focus{border-color:#735595!important;box-shadow:0 0 0 3px rgba(176,108,255,.08)!important}
body.hrt-v12 .gold-button{min-height:42px!important;border-radius:7px!important;font-size:11px!important;font-weight:850!important;letter-spacing:.25px!important;background:linear-gradient(180deg,#b77d0d,#805406)!important}
body.hrt-v12 .gold-button:hover{background:linear-gradient(180deg,#c88d18,#925f08)!important;border-color:#d5a236!important}
body.hrt-v12 .notice{margin:0 0 10px!important;padding:12px 14px!important;border-radius:8px!important;font-size:12px!important}
body.hrt-v12 .empty{padding:26px!important;color:#819099!important;font-size:12px!important;line-height:1.6!important}

/* Dashboard. */
body.hrt-v12 .hrt-overview-hero{grid-template-columns:minmax(300px,1.35fr) repeat(4,minmax(160px,.9fr))!important;gap:10px!important;margin-bottom:10px!important}
body.hrt-v12 .hrt-welcome-card,body.hrt-v12 .hrt-summary-card{min-height:126px!important;border-radius:var(--hrt-radius)!important;background:linear-gradient(145deg,#0a1823,#07121b)!important;border-color:var(--hrt-line)!important}
body.hrt-v12 .hrt-welcome-card{padding:16px 18px!important}
body.hrt-v12 .hrt-avatar{width:76px!important;height:84px!important;flex-basis:76px!important}
body.hrt-v12 .hrt-avatar img{max-height:82px!important}
body.hrt-v12 .hrt-welcome-card small{font-size:15px!important}
body.hrt-v12 .hrt-welcome-card h1{font-size:29px!important;letter-spacing:-.6px!important}
body.hrt-v12 .hrt-welcome-card span{font-size:12px!important}
body.hrt-v12 .hrt-summary-card{padding:15px!important;gap:12px!important}
body.hrt-v12 .hrt-summary-icon{width:50px!important;height:50px!important;flex-basis:50px!important;border-radius:9px!important;font-size:26px!important}
body.hrt-v12 .hrt-summary-card small{font-size:10px!important;letter-spacing:.35px!important}
body.hrt-v12 .hrt-summary-card strong{font-size:24px!important;line-height:1.1!important}
body.hrt-v12 .hrt-summary-card em{font-size:12px!important}
body.hrt-v12 .hrt-summary-card span:not(.hrt-summary-icon){font-size:10px!important}
body.hrt-v12 .hrt-dashboard-grid{grid-template-columns:minmax(370px,1fr) minmax(450px,1.25fr) minmax(300px,.82fr)!important;gap:10px!important;align-items:start!important}
body.hrt-v12 .hrt-briefing-card{grid-column:1!important;grid-row:1!important}
body.hrt-v12 .hrt-market-card{grid-column:2!important;grid-row:1!important}
body.hrt-v12 .hrt-right-column{grid-column:3!important;grid-row:1 / span 2!important;gap:10px!important}
body.hrt-v12 .hrt-highlights-card{grid-column:1 / 3!important;grid-row:2!important}
body.hrt-v12 .hrt-briefing-list>div{min-height:70px!important;padding:10px 15px!important;grid-template-columns:44px minmax(0,1fr) auto!important}
body.hrt-v12 .brief-icon{width:38px!important;height:38px!important;font-size:20px!important}
body.hrt-v12 .hrt-briefing-list b{font-size:12px!important}
body.hrt-v12 .hrt-briefing-list small{font-size:10px!important}
body.hrt-v12 .hrt-market-list>button{min-height:68px!important;grid-template-columns:56px minmax(0,1fr) 120px 68px!important;padding:7px 14px!important}
body.hrt-v12 .hrt-market-list b{font-size:12px!important}
body.hrt-v12 .market-move-values small{font-size:9px!important}
body.hrt-v12 .market-move-values strong,body.hrt-v12 .hrt-market-list em{font-size:11px!important}
body.hrt-v12 .hrt-mini-chat-list>a{min-height:66px!important}
body.hrt-v12 .hrt-mini-chat-list b,body.hrt-v12 .hrt-watch-list b{font-size:12px!important}
body.hrt-v12 .hrt-mini-chat-list small{font-size:10px!important}
body.hrt-v12 .hrt-watch-list>a{min-height:56px!important}
body.hrt-v12 .hrt-quick-grid{gap:8px!important;padding:12px!important}
body.hrt-v12 .hrt-quick-grid a{min-height:72px!important;border-radius:8px!important;font-size:10px!important}
body.hrt-v12 .hrt-quick-grid .ui-icon{width:25px!important;height:25px!important}
body.hrt-v12 .hrt-highlight-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;padding:12px!important}
body.hrt-v12 .hrt-highlight{min-height:210px!important;border-radius:8px!important}
body.hrt-v12 .highlight-name b{font-size:11px!important}
body.hrt-v12 .highlight-image{height:132px!important}
body.hrt-v12 .highlight-image img{max-height:122px!important;max-width:126px!important}
body.hrt-v12 .hrt-highlight footer{font-size:10px!important}

/* Catalog / collection. */
body.hrt-v12 .completion-planner{margin-bottom:10px!important}
body.hrt-v12 .completion-drawer-title{min-height:58px!important;padding:0 17px!important;border-radius:0!important}
body.hrt-v12 .completion-summary{gap:1px!important;background:var(--hrt-line-soft)!important}
body.hrt-v12 .completion-summary article{min-height:82px!important;background:#08141e!important}
body.hrt-v12 .completion-grid{grid-template-columns:repeat(3,minmax(220px,1fr))!important;gap:8px!important;padding:12px!important}
body.hrt-v12 .completion-grid>a{min-height:86px!important;border-radius:8px!important;background:#091620!important;border-color:#263d4b!important}
body.hrt-v12 .catalog-toolbar{grid-template-columns:minmax(260px,1.5fr) minmax(210px,1fr) 165px 155px auto auto!important;gap:8px!important;padding:12px!important}
body.hrt-v12 .filter-search,body.hrt-v12 .category-search{height:44px!important;border-radius:7px!important}
body.hrt-v12 .sort-control{min-width:0!important}
body.hrt-v12 .sort-control select{height:44px!important}
body.hrt-v12 .view-switch{height:42px!important}
body.hrt-v12 .collection-quick-filters{padding:10px 12px!important}
body.hrt-v12 .rare-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;gap:10px!important;padding:12px!important}
body.hrt-v12 .rare-card{min-height:276px!important;border-radius:9px!important;background:linear-gradient(180deg,#0a1722,#07121b)!important}
body.hrt-v12 .rare-card:hover{transform:translateY(-3px)!important;border-color:#496577!important;box-shadow:0 14px 30px rgba(0,0,0,.25)!important}
body.hrt-v12 .rare-image{height:148px!important;padding:10px!important}
body.hrt-v12 .rare-image img{max-width:132px!important;max-height:132px!important}
body.hrt-v12 .rare-name{font-size:12px!important}
body.hrt-v12 .rare-price{font-size:16px!important}
body.hrt-v12 .rare-meta{font-size:10px!important}
body.hrt-v12 .table-wrap table{font-size:11px!important}
body.hrt-v12 th{height:44px!important;font-size:9px!important;letter-spacing:.25px!important}
body.hrt-v12 td{padding:10px 11px!important}
body.hrt-v12 .pagination{padding:14px!important;gap:6px!important}
body.hrt-v12 .pagination a{min-width:38px!important;height:38px!important;border-radius:7px!important}

/* Museum: collection first, no giant decoration. */
body.hrt-v12 .museum-entrance{min-height:130px!important;margin-bottom:10px!important;padding:20px 22px!important;border-radius:var(--hrt-radius)!important;background:linear-gradient(135deg,#0b1924,#07121b)!important;border-color:var(--hrt-line)!important}
body.hrt-v12 .museum-entrance small{font-size:9px!important;font-weight:800!important;letter-spacing:1px!important}
body.hrt-v12 .museum-entrance h1{font-size:30px!important;margin:5px 0!important}
body.hrt-v12 .museum-entrance p{font-size:12px!important}
body.hrt-v12 .museum-new,body.hrt-v12 .museum-rooms,body.hrt-v12 .museum-gallery{border-radius:var(--hrt-radius)!important}
body.hrt-v12 .museum-section-title{min-height:58px!important}
body.hrt-v12 .museum-new-track{grid-auto-columns:minmax(170px,1fr)!important}
body.hrt-v12 .museum-new-track article{min-height:210px!important;border-radius:9px!important}
body.hrt-v12 .museum-new-track img{max-height:115px!important}
body.hrt-v12 .museum-rooms>div:last-child{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.hrt-v12 .museum-rooms a{min-height:92px!important;border-radius:9px!important}
body.hrt-v12 .museum-exhibits{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;padding:12px!important}
body.hrt-v12 .museum-exhibit{min-height:275px!important;border-radius:9px!important}
body.hrt-v12 .museum-object{min-height:190px!important}
body.hrt-v12 .museum-object img{max-width:150px!important;max-height:165px!important}
body.hrt-v12 .museum-label{padding:12px!important}
body.hrt-v12 .museum-label b{font-size:12px!important}

/* Market chronicle. */
body.hrt-v12 .market-kpis{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-bottom:10px!important}
body.hrt-v12 .market-kpis article{min-height:100px!important;border-radius:9px!important}
body.hrt-v12 .market-kpis b{font-size:22px!important}
body.hrt-v12 .market-controls{padding:12px!important;gap:8px!important}
body.hrt-v12 .market-filter{gap:6px!important;flex-wrap:wrap!important}
body.hrt-v12 .market-filter a{min-height:36px!important;padding:0 12px!important;border-radius:7px!important;font-size:10px!important}
body.hrt-v12 .market-timeline{padding:8px 12px 14px!important}
body.hrt-v12 .market-day{margin-top:12px!important;font-size:11px!important}
body.hrt-v12 .market-event{min-height:82px!important;grid-template-columns:8px 62px minmax(220px,1fr) minmax(210px,.9fr) 110px 24px!important;border-radius:8px!important;padding:8px 10px!important}
body.hrt-v12 .market-image{width:58px!important;height:58px!important}
body.hrt-v12 .market-copy b{font-size:12px!important}
body.hrt-v12 .market-copy em,body.hrt-v12 .market-change small{font-size:10px!important}

/* Player / compare / watching. */
body.hrt-v12 .player-head{min-height:150px!important;padding:20px!important;border-radius:var(--hrt-radius)!important;gap:16px!important}
body.hrt-v12 .player-avatar{width:78px!important;height:78px!important;border-radius:10px!important;font-size:27px!important}
body.hrt-v12 .player-title h1{font-size:30px!important}
body.hrt-v12 .player-title p{font-size:11px!important}
body.hrt-v12 .player-stats strong{font-size:22px!important}
body.hrt-v12 .player-actions-bar{gap:8px!important;margin-bottom:10px!important}
body.hrt-v12 .player-actions-bar>a,body.hrt-v12 .player-actions-bar button{min-height:42px!important;padding:0 14px!important;border-radius:7px!important;font-size:10px!important}
body.hrt-v12 .player-rare-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))!important;gap:9px!important}
body.hrt-v12 .compare-search-form{padding:14px!important;gap:8px!important}
body.hrt-v12 .compare-search-form label{min-height:46px!important;border-radius:8px!important}
body.hrt-v12 .compare-versus{grid-template-columns:minmax(0,1fr) 62px minmax(0,1fr)!important;gap:12px!important}
body.hrt-v12 .compare-versus article{min-height:146px!important;padding:20px!important;border-radius:10px!important}
body.hrt-v12 .compare-versus h2{font-size:25px!important}
body.hrt-v12 .compare-versus article strong{font-size:20px!important}
body.hrt-v12 .compare-versus>i{width:54px!important;height:54px!important;font-size:12px!important}
body.hrt-v12 .compare-actions{gap:8px!important}
body.hrt-v12 .compare-actions>a,body.hrt-v12 .compare-actions button{min-height:42px!important;border-radius:7px!important;font-size:10px!important}
body.hrt-v12 .compare-lists{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
body.hrt-v12 .compare-rare-list>button{min-height:66px!important;padding:8px 12px!important}
body.hrt-v12 .compare-rare-list>button span{width:50px!important;height:50px!important}
body.hrt-v12 .compare-rare-list b{font-size:11px!important}
body.hrt-v12 .watch-add-form{padding:14px!important;gap:8px!important}
body.hrt-v12 .watch-add-form label{height:46px!important;border-radius:8px!important}
body.hrt-v12 .watch-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
body.hrt-v12 .watch-card:only-child{grid-column:1/-1!important}
body.hrt-v12 .watch-card{min-height:270px!important;border-radius:10px!important}
body.hrt-v12 .watch-card-head{padding:17px!important}
body.hrt-v12 .watch-card-head h2{font-size:22px!important}
body.hrt-v12 .watch-stats>span{min-height:88px!important}
body.hrt-v12 .watch-stats b{font-size:20px!important}
body.hrt-v12 .watch-actions a,body.hrt-v12 .watch-actions button{min-height:38px!important;font-size:9px!important}

/* Chats: persistent messenger layout. */
body.hrt-v12 .messages-layout{grid-template-columns:minmax(300px,340px) minmax(0,1fr)!important;gap:10px!important;height:calc(100vh - var(--hrt-header) - 150px)!important;min-height:610px!important;max-height:820px!important}
body.hrt-v12 .chat-sidebar,body.hrt-v12 .chat-window{height:100%!important;min-height:0!important;border-radius:10px!important}
body.hrt-v12 .chat-sidebar{display:flex!important;flex-direction:column!important}
body.hrt-v12 .chat-sidebar-head{padding:14px!important;gap:12px!important}
body.hrt-v12 .chat-sidebar-head>div b{font-size:12px!important}
body.hrt-v12 .chat-new-form input{height:40px!important}
body.hrt-v12 .chat-list{flex:1!important;min-height:0!important;overflow:auto!important}
body.hrt-v12 .chat-list-row{min-height:76px!important;padding:10px 12px!important}
body.hrt-v12 .chat-avatar{width:42px!important;height:42px!important;font-size:15px!important}
body.hrt-v12 .chat-avatar.large{width:46px!important;height:46px!important}
body.hrt-v12 .chat-list-copy b{font-size:12px!important}
body.hrt-v12 .chat-list-copy small{font-size:10px!important;line-height:1.35!important}
body.hrt-v12 .chat-window{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important}
body.hrt-v12 .chat-window-head{min-height:72px!important;padding:10px 15px!important}
body.hrt-v12 .chat-window-head b{font-size:13px!important}
body.hrt-v12 .chat-history{min-height:0!important;overflow:auto!important;padding:18px 18px 12px!important;scrollbar-gutter:stable!important}
body.hrt-v12 .chat-bubble{max-width:min(72%,680px)!important;padding:10px 12px 7px!important;border-radius:12px 12px 12px 4px!important}
body.hrt-v12 .chat-bubble.mine{border-radius:12px 12px 4px 12px!important}
body.hrt-v12 .chat-bubble p{font-size:13px!important;line-height:1.5!important}
body.hrt-v12 .chat-bubble footer{font-size:9px!important}
body.hrt-v12 .chat-message-delete{opacity:0!important}
body.hrt-v12 .chat-bubble.mine:hover .chat-message-delete,body.hrt-v12 .chat-message-delete:focus-within{opacity:1!important}
body.hrt-v12 .chat-bubble.theirs .chat-message-delete{display:none!important}
body.hrt-v12 .chat-composer{padding:12px 14px!important;grid-template-columns:minmax(0,1fr) 100px!important;gap:8px!important}
body.hrt-v12 .chat-composer textarea{min-height:46px!important;padding:12px!important;border-radius:9px!important}
body.hrt-v12 .chat-no-selection>span{width:70px!important;height:70px!important;border-radius:18px!important}
body.hrt-v12 .chat-no-selection b{font-size:18px!important}
body.hrt-v12 .chat-no-selection p{font-size:11px!important}

/* Account. */
body.hrt-v12 .account-profile-summary{margin-bottom:10px!important}
body.hrt-v12 .account-profile-body{min-height:118px!important;padding:18px 20px!important;grid-template-columns:68px minmax(0,1fr) auto auto!important;gap:14px!important}
body.hrt-v12 .account-avatar{width:62px!important;height:62px!important;border-radius:10px!important;font-size:25px!important}
body.hrt-v12 .account-profile-body h2{font-size:24px!important}
body.hrt-v12 .account-profile-body p{font-size:10px!important;color:#819099!important}
body.hrt-v12 .account-approved{border-radius:14px!important;padding:7px 10px!important}
body.hrt-v12 .account-v10-kpis{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0 0 10px!important}
body.hrt-v12 .account-v10-kpis a{min-height:86px!important;border-radius:9px!important;background:#08141e!important;border-color:var(--hrt-line)!important}
body.hrt-v12 .account-v10-kpis small{font-size:9px!important}
body.hrt-v12 .account-v10-kpis b{font-size:22px!important}
body.hrt-v12 .account-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
body.hrt-v12 .account-preferences-form{padding:16px!important;gap:10px!important}
body.hrt-v12 .account-preferences-form>label{min-height:82px!important;padding:14px!important;border-radius:8px!important}
body.hrt-v12 .account-preferences-form b{font-size:12px!important}
body.hrt-v12 .account-preferences-form small{font-size:10px!important}
body.hrt-v12 .password-change-form{padding:16px!important;gap:10px!important}
body.hrt-v12 .password-change-form input,body.hrt-v12 .delete-account-form input{height:46px!important}
body.hrt-v12 .account-danger-details{border-radius:10px!important}
body.hrt-v12 .account-danger-details>summary{min-height:62px!important;padding:0 18px!important}
body.hrt-v12 .danger-zone-layout{padding:18px!important;gap:18px!important}
body.hrt-v12 .danger-zone-copy b{font-size:14px!important}
body.hrt-v12 .danger-zone-copy p{font-size:11px!important;line-height:1.6!important}

/* Admin, system and public info share the same visual system. */
body.hrt-v12 .member-kpis{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}
body.hrt-v12 .member-kpis article{min-height:88px!important;border-radius:9px!important}
body.hrt-v12 .member-kpis b{font-size:21px!important}
body.hrt-v12 .account-row{min-height:92px!important;padding:12px!important}
body.hrt-v12 .system-cockpit{gap:10px!important}
body.hrt-v12 .system-cockpit article{min-height:112px!important;border-radius:9px!important}
body.hrt-v12 .system-cockpit strong{font-size:20px!important}
body.hrt-v12 .quality-meter-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;padding:10px!important}
body.hrt-v12 .quality-meter-grid article{min-height:110px!important;border-radius:8px!important}
body.hrt-v12 .public-info-card{max-width:980px!important;padding:28px 30px!important}
body.hrt-v12 .public-info-card h2{font-size:22px!important}
body.hrt-v12 .public-info-card h3{font-size:15px!important}
body.hrt-v12 .public-info-card p,body.hrt-v12 .public-info-card li{font-size:12px!important;line-height:1.75!important}

/* Login / registration are HRT, not a separate vault theme. */
body.members-auth-body{font-size:14px!important;background:
 radial-gradient(circle at 50% 0,rgba(176,108,255,.11),transparent 32%),
 linear-gradient(180deg,#040a0f,#061019 60%,#04090e)!important}
body.members-auth-body .members-auth-card{width:min(500px,100%)!important;border-radius:13px!important;border-color:#2a4352!important;background:linear-gradient(180deg,#0a1823,#07121b)!important}
body.members-auth-body .login-brand{min-height:84px!important;padding:0 28px!important}
body.members-auth-body .login-brand strong{font-size:42px!important}
body.members-auth-body .login-brand span{font-size:11px!important}
body.members-auth-body .auth-heading{padding:25px 28px 7px!important}
body.members-auth-body .auth-heading small{font-size:9px!important}
body.members-auth-body .auth-heading h1{font-size:30px!important}
body.members-auth-body .auth-heading p{font-size:11px!important}
body.members-auth-body .auth-form{padding:18px 28px 26px!important}
body.members-auth-body .auth-form label>span{font-size:9px!important}
body.members-auth-body .auth-form input{height:48px!important;font-size:13px!important}
body.members-auth-body .auth-secondary{min-height:46px!important;font-size:10px!important}

/* Footer. */
body.hrt-v12 .hrt-footer{min-height:60px!important;padding:0 22px!important}
body.hrt-v12 .hrt-footer>strong{font-size:24px!important}
body.hrt-v12 .hrt-footer>span,body.hrt-v12 .hrt-footer nav a{font-size:10px!important}

@media(max-width:1500px){
  body.hrt-v12 .hrt-header.topbar{grid-template-columns:210px minmax(500px,1fr) 390px!important}
  body.hrt-v12 .hrt-brand>strong{font-size:40px!important}
  body.hrt-v12 .hrt-brand>span b{font-size:16px!important}
  body.hrt-v12 .hrt-topnav>a,body.hrt-v12 .hrt-nav-button{min-width:64px!important;padding-left:6px!important;padding-right:6px!important;font-size:9px!important}
  body.hrt-v12 .hrt-header .global-search{width:230px!important}
  body.hrt-v12 .hrt-dashboard-grid{grid-template-columns:1fr 1.12fr!important}
  body.hrt-v12 .hrt-right-column{grid-column:1/3!important;grid-row:2!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important}
  body.hrt-v12 .hrt-highlights-card{grid-column:1/3!important;grid-row:3!important}
  body.hrt-v12 .museum-exhibits{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:1180px){
  :root{--hrt-side:210px}
  body.hrt-v12 .hrt-header.topbar{grid-template-columns:150px minmax(420px,1fr) 270px!important}
  body.hrt-v12 .hrt-brand>span{display:none!important}
  body.hrt-v12 .hrt-topnav>a,body.hrt-v12 .hrt-nav-button{min-width:56px!important}
  body.hrt-v12 .hrt-topnav span{display:none!important}
  body.hrt-v12 .hrt-header .global-search{width:185px!important}
  body.hrt-v12 .hrt-account-chip{min-width:48px!important;width:48px!important;grid-template-columns:34px!important;padding:5px!important}
  body.hrt-v12 .hrt-account-chip>span:nth-child(2),body.hrt-v12 .hrt-account-chip>i{display:none!important}
  body.hrt-v12 .hrt-overview-hero{grid-template-columns:1fr 1fr!important}
  body.hrt-v12 .hrt-welcome-card{grid-column:1/3!important}
  body.hrt-v12 .catalog-toolbar{grid-template-columns:1fr 1fr!important}
  body.hrt-v12 .completion-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.hrt-v12 .museum-rooms>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.hrt-v12 .museum-exhibits{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.hrt-v12 .market-event{grid-template-columns:8px 56px minmax(0,1fr) minmax(180px,.8fr)!important}
  body.hrt-v12 .market-event time,body.hrt-v12 .market-open{display:none!important}
  body.hrt-v12 .messages-layout{grid-template-columns:300px minmax(0,1fr)!important}
}
@media(max-width:820px){
  :root{--hrt-header:68px}
  body.hrt-v12 .hrt-header.topbar{height:68px!important;grid-template-columns:48px 82px minmax(0,1fr)!important;padding:0 8px!important}
  body.hrt-v12 .hrt-brand{justify-content:center!important;padding:0!important;border:0!important}
  body.hrt-v12 .hrt-brand>strong{font-size:29px!important;letter-spacing:-2px!important}
  body.hrt-v12 .hrt-topnav{display:none!important}
  body.hrt-v12 .hrt-header-tools{grid-column:3!important}
  body.hrt-v12 .hrt-header .global-search{width:min(300px,62vw)!important}
  body.hrt-v12 .hrt-chat-shortcut{width:42px!important;flex-basis:42px!important}
  body.hrt-v12 .hrt-account-chip{display:none!important}
  body.hrt-v12 .mobile-menu-toggle{display:flex!important;position:static!important}
  body.hrt-v12 .hrt-shell.shell{display:block!important}
  body.hrt-v12 .hrt-sidebar.sidebar{position:fixed!important;left:0!important;top:68px!important;width:min(320px,86vw)!important;height:calc(100vh - 68px)!important;transform:translateX(-105%)!important;transition:transform .2s ease!important;z-index:120!important}
  body.hrt-v12 .hrt-sidebar.sidebar.open{transform:translateX(0)!important}
  body.hrt-v12 .hrt-workspace.workspace main{padding:12px!important}
  body.hrt-v12 .page-head{min-height:90px!important;padding:15px!important}
  body.hrt-v12 .page-head h1{font-size:25px!important}
  body.hrt-v12 .hrt-dashboard-grid{grid-template-columns:1fr!important}
  body.hrt-v12 .hrt-briefing-card,body.hrt-v12 .hrt-market-card,body.hrt-v12 .hrt-right-column,body.hrt-v12 .hrt-highlights-card{grid-column:1!important;grid-row:auto!important}
  body.hrt-v12 .hrt-right-column{display:grid!important;grid-template-columns:1fr!important}
  body.hrt-v12 .hrt-highlight-grid{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column!important;grid-auto-columns:minmax(190px,70vw)!important;overflow-x:auto!important}
  body.hrt-v12 .rare-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.hrt-v12 .museum-exhibits{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.hrt-v12 .market-kpis{grid-template-columns:1fr 1fr!important}
  body.hrt-v12 .compare-versus{grid-template-columns:1fr!important}
  body.hrt-v12 .compare-versus>i{margin:auto!important}
  body.hrt-v12 .compare-lists{grid-template-columns:1fr!important}
  body.hrt-v12 .watch-grid{grid-template-columns:1fr!important}
  body.hrt-v12 .messages-layout{height:auto!important;max-height:none!important;min-height:0!important;grid-template-columns:1fr!important}
  body.hrt-v12 .chat-sidebar{max-height:340px!important}
  body.hrt-v12 .chat-window{min-height:580px!important}
  body.hrt-v12 .account-settings-grid{grid-template-columns:1fr!important}
  body.hrt-v12 .account-profile-body{grid-template-columns:58px minmax(0,1fr)!important}
  body.hrt-v12 .account-approved,body.hrt-v12 .account-logout-button{grid-column:1/3!important;justify-self:start!important}
  body.hrt-v12 .quality-meter-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:560px){
  body.hrt-v12 .hrt-header .global-search{width:54vw!important}
  body.hrt-v12 .hrt-chat-shortcut{display:none!important}
  body.hrt-v12 .hrt-overview-hero{grid-template-columns:1fr 1fr!important;gap:7px!important}
  body.hrt-v12 .hrt-welcome-card{grid-column:1/3!important}
  body.hrt-v12 .hrt-summary-card{min-height:112px!important;padding:10px!important;display:grid!important;justify-items:center!important;text-align:center!important;gap:5px!important}
  body.hrt-v12 .hrt-summary-card strong{font-size:19px!important}
  body.hrt-v12 .hrt-summary-icon{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:20px!important}
  body.hrt-v12 .rare-grid{grid-template-columns:1fr!important}
  body.hrt-v12 .completion-grid{grid-template-columns:1fr!important}
  body.hrt-v12 .museum-rooms>div:last-child,body.hrt-v12 .museum-exhibits{grid-template-columns:1fr!important}
  body.hrt-v12 .market-kpis{grid-template-columns:1fr 1fr!important}
  body.hrt-v12 .market-event{grid-template-columns:7px 48px minmax(0,1fr)!important}
  body.hrt-v12 .market-change{grid-column:3!important}
  body.hrt-v12 .account-v10-kpis{grid-template-columns:1fr 1fr!important}
  body.hrt-v12 .quality-meter-grid{grid-template-columns:1fr!important}
  body.hrt-v12 .chat-bubble{max-width:88%!important}
  body.hrt-v12 .chat-composer{grid-template-columns:1fr!important}
  body.hrt-v12 .chat-composer .gold-button{width:100%!important}
  body.hrt-v12 .hrt-footer{padding:12px!important;flex-wrap:wrap!important}
  body.hrt-v12 .hrt-footer nav{width:100%!important;margin:0!important;gap:12px!important;flex-wrap:wrap!important}
}

/* V11.2.0 final readability + forgotten legacy-surface pass. */
body.hrt-v12{font-size:13px!important}
body.hrt-v12 .hrt-topnav>a,body.hrt-v12 .hrt-nav-button{font-size:11px!important}
body.hrt-v12 .hrt-sidebar .hrt-sidenav a span,body.hrt-v12 .hrt-sidebar .hrt-sidenav button span{font-size:13px!important}
body.hrt-v12 .panel-title{font-size:13px!important}
body.hrt-v12 .panel-title a{font-size:11px!important}
body.hrt-v12 .page-head p{font-size:13px!important}
body.hrt-v12 .hrt-summary-card small{font-size:11px!important}
body.hrt-v12 .hrt-summary-card span:not(.hrt-summary-icon){font-size:11px!important}
body.hrt-v12 .hrt-briefing-list b{font-size:13px!important}
body.hrt-v12 .hrt-briefing-list small{font-size:11px!important}
body.hrt-v12 .hrt-market-list b{font-size:13px!important}
body.hrt-v12 .market-move-values small{font-size:10px!important}
body.hrt-v12 .market-move-values strong,body.hrt-v12 .hrt-market-list em{font-size:12px!important}
body.hrt-v12 .hrt-mini-chat-list b,body.hrt-v12 .hrt-watch-list b{font-size:13px!important}
body.hrt-v12 .hrt-mini-chat-list small{font-size:11px!important}
body.hrt-v12 .hrt-quick-grid a{font-size:11px!important}
body.hrt-v12 .highlight-name b{font-size:12px!important}
body.hrt-v12 .hrt-highlight footer{font-size:11px!important}
body.hrt-v12 .rare-name{font-size:13px!important}
body.hrt-v12 .rare-meta{font-size:11px!important}
body.hrt-v12 .table-wrap table{font-size:12px!important}
body.hrt-v12 th{font-size:10px!important}
body.hrt-v12 .market-copy b{font-size:13px!important}
body.hrt-v12 .market-copy em,body.hrt-v12 .market-change small{font-size:11px!important}
body.hrt-v12 .compare-rare-list b{font-size:12px!important}
body.hrt-v12 .chat-list-copy b{font-size:13px!important}
body.hrt-v12 .chat-list-copy small{font-size:11px!important}
body.hrt-v12 .chat-bubble p{font-size:14px!important}
body.hrt-v12 .chat-bubble footer{font-size:10px!important}
body.hrt-v12 .public-info-card p,body.hrt-v12 .public-info-card li{font-size:13px!important}
body.hrt-v12 .hrt-footer>span,body.hrt-v12 .hrt-footer nav a{font-size:11px!important}

body.hrt-v12 .history-layout{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
body.hrt-v12 .history-layout>.wide-chart{grid-column:1/-1!important;min-height:360px!important}
body.hrt-v12 .history-layout>.panel{border-radius:var(--hrt-radius)!important}
body.hrt-v12 .history-layout .event-list{display:grid!important}
body.hrt-v12 .history-layout .event-row{min-height:74px!important;padding:10px 14px!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;border-bottom:1px solid var(--hrt-line-soft)!important}
body.hrt-v12 .history-layout .event-row:last-child{border-bottom:0!important}
body.hrt-v12 .history-layout .event-row b{display:block!important;margin-bottom:4px!important;font-size:13px!important;color:#f0f2f1!important}
body.hrt-v12 .history-layout .event-row span,body.hrt-v12 .history-layout .event-row small{font-size:11px!important;color:var(--hrt-muted)!important}
body.hrt-v12 .history-layout .mini-img{width:50px!important;height:50px!important;display:grid!important;place-items:center!important}
body.hrt-v12 .history-layout .mini-img img{max-width:46px!important;max-height:46px!important}

body.hrt-v12 .purchase-panel,body.hrt-v12 .parser-errors,body.hrt-v12 .recent-runs,body.hrt-v12 .backup-list{border-radius:var(--hrt-radius)!important}
body.hrt-v12 .purchase-summary article,body.hrt-v12 .metric-grid article{background:#08141e!important;border-color:#27404f!important;border-radius:8px!important}
body.hrt-v12 .purchase-form label>span{font-size:11px!important;color:#9facb3!important}
body.hrt-v12 .owner-list>div,body.hrt-v12 .recent-run,body.hrt-v12 .backup-row{min-height:62px!important}

body.members-auth-body .login-brand span{font-size:12px!important}
body.members-auth-body .auth-heading small{font-size:10px!important}
body.members-auth-body .auth-heading p{font-size:12px!important}
body.members-auth-body .auth-form label>span{font-size:10px!important}
body.members-auth-body .auth-secondary{font-size:11px!important}

@media(max-width:1180px){
  body.hrt-v12 .history-layout{grid-template-columns:1fr!important}
  body.hrt-v12 .history-layout>.wide-chart{grid-column:1!important}
}
@media(max-width:820px){
  body.hrt-v12{font-size:13px!important}
  body.hrt-v12 .panel-title{font-size:12px!important}
  body.hrt-v12 .hrt-briefing-list b,body.hrt-v12 .hrt-market-list b{font-size:12px!important}
  body.hrt-v12 .history-layout .event-row{grid-template-columns:48px minmax(0,1fr)!important}
  body.hrt-v12 .history-layout .event-row>small{grid-column:2!important}
}

/* ========================================================================== */
/* V11.3 — Rare catalogue quality pass                                        */
/* ========================================================================== */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
[hidden]{display:none!important}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid #c493ff!important;outline-offset:2px!important;box-shadow:0 0 0 4px rgba(176,108,255,.16)!important}

/* Readable, aligned header. At tablet widths we switch to the mobile drawer
   instead of shrinking navigation labels into unreadable 8–9px text. */
.hrt-header.topbar{grid-template-columns:205px minmax(570px,1fr) minmax(350px,470px);align-items:stretch}
.hrt-topnav>a,.hrt-nav-button{min-width:70px;padding:10px 6px 9px;gap:7px;font-size:11px!important;line-height:1.15;align-self:stretch}
.hrt-topnav>a span,.hrt-nav-button span{font-size:11px!important;line-height:1.15}
.hrt-nav-button{height:auto!important;margin:0!important;border-radius:0!important}
.hrt-header-tools{align-self:stretch;align-items:center}
.hrt-header .global-search{height:46px;align-self:center}
.hrt-header .global-search input{font-size:13px!important}
.search-clear{min-width:36px!important;width:36px!important;height:36px!important;padding:0!important;border:0!important;background:transparent!important;color:#aeb8be!important;font-size:22px!important;cursor:pointer}
.search-clear:hover{color:#fff!important}
.search-clear[hidden]{display:none!important}

/* Page heading and catalogue hierarchy. */
.catalog-page-head{margin-bottom:14px!important}.catalog-page-head h1{font-size:30px!important}.catalog-page-head p{font-size:12px!important}.catalog-page-head .head-stat{min-width:138px;padding:11px 18px}.catalog-page-head .head-stat b{font-size:24px}.catalog-page-head .head-stat span{font-size:11px!important}
.catalog-panel{overflow:visible!important;border-radius:9px!important}
.catalog-toolbar-v113{position:relative;z-index:20;display:grid;grid-template-columns:minmax(270px,1.4fr) minmax(245px,1.15fr) 170px 160px;gap:12px;padding:16px;border-bottom:1px solid var(--hrt-border);background:linear-gradient(180deg,#09141e,#071019)}
.catalog-field{position:relative;min-width:0;display:grid;align-content:end;gap:7px}.catalog-field>label,.catalog-field>span,.catalog-select-field>span{color:#aeb8be!important;font-size:12px!important;font-weight:800;letter-spacing:.15px;text-transform:none!important}.catalog-input-shell{height:46px;display:flex;align-items:center;gap:8px;padding:0 7px 0 12px;border:1px solid #2b414f;border-radius:7px;background:#050b11;transition:border-color .16s,box-shadow .16s}.catalog-input-shell:focus-within{border-color:#76549a;box-shadow:0 0 0 3px rgba(176,108,255,.10)}.catalog-field-icon{flex:0 0 auto;color:#c69af3;font-size:18px}.catalog-input-shell input{min-width:0;width:100%;height:42px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#f2f1ed!important;font-size:14px!important}.catalog-input-shell input:focus{border:0!important;box-shadow:none!important;outline:0!important}.catalog-input-clear{flex:0 0 34px;width:34px;height:34px;padding:0!important;border:0!important;border-radius:5px!important;background:#0b1721!important;color:#a7b0b6!important;font-size:20px;cursor:pointer}.catalog-input-clear:hover{background:#13222d!important;color:#fff!important}.catalog-input-clear[hidden]{display:none!important}
.catalog-select-field select{height:46px!important;padding:0 34px 0 12px!important;border:1px solid #2b414f!important;border-radius:7px!important;background:#050b11!important;color:#edf0ef!important;font-size:13px!important;cursor:pointer}
.catalog-toolbar-actions{grid-column:1/3;display:flex;align-items:center;gap:10px}.catalog-toolbar-actions .gold-button{min-width:138px;height:44px}.catalog-reset{min-height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #334a58;border-radius:6px;background:#08121b;color:#c0c8cd;font-size:11px;font-weight:900;letter-spacing:.2px}.catalog-reset:hover{border-color:#6d508d;background:#151020;color:#e0c7ff}
.view-switch-v113{grid-column:3/5;justify-self:end;display:flex;gap:7px}.view-switch-v113 a{min-width:112px;height:44px;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #314754;border-radius:6px;background:#071019;color:#aab5bb;font-size:12px}.view-switch-v113 a span{font-size:19px}.view-switch-v113 a b{font-size:12px}.view-switch-v113 a:hover{border-color:#536b7a;background:#0b1721;color:#fff}.view-switch-v113 a.active{border-color:#8b61b6;background:#1a1126;color:#dfc4ff;box-shadow:inset 0 -2px #b06cff}.view-switch-v113 a.active:before{content:"✓";font-size:10px;color:#d7b9f7}

/* Searchable category combobox. */
.category-combobox{z-index:30}.category-options{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:500;max-height:330px;overflow:auto;padding:6px;border:1px solid #405867;border-radius:8px;background:#071019;box-shadow:0 18px 48px rgba(0,0,0,.72)}.category-option{min-height:44px;padding:7px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border-radius:5px;color:#dbe0e2;cursor:pointer}.category-option:hover,.category-option.is-active{background:#14202a;color:#fff}.category-option[aria-selected="true"]{background:#1a1126;color:#dfc5ff}.category-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.category-option b{color:#8d9aa1;font-size:11px;font-weight:700;white-space:nowrap}.category-option[aria-selected="true"] b{color:#cba7ed}

.catalog-results-meta{min-height:46px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--hrt-border);background:#071019;color:#86939b;font-size:12px}.catalog-results-meta b{color:#e8e8e3;font-size:13px}.catalog-results-meta span:last-child{text-align:right}

/* Shared high quality empty state. */
.catalog-empty-state{min-height:340px;padding:44px 20px;display:grid;place-items:center;align-content:center;text-align:center;gap:10px;background:radial-gradient(circle at 50% 30%,rgba(176,108,255,.06),transparent 36%)}.catalog-empty-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid #415664;border-radius:50%;background:#09141e;color:#b58adf;font-size:29px}.catalog-empty-state h2{margin:4px 0 0;color:#f2f1ed;font-size:22px}.catalog-empty-state p{margin:0 0 10px;color:#919da4;font-size:13px}.catalog-empty-state .gold-button{min-width:190px;text-decoration:none;display:flex;align-items:center;justify-content:center}

/* Cards: clear hierarchy, consistent heights, keyboard-accessible overlay button. */
.catalog-rare-grid.rare-grid{grid-template-columns:repeat(auto-fill,minmax(185px,1fr))!important;gap:11px!important;padding:12px!important}.rare-card{position:relative!important;min-height:292px!important;grid-template-rows:auto minmax(42px,auto) 118px auto auto auto!important;gap:8px!important;padding:12px!important;cursor:default!important;overflow:hidden}.rare-card-open{position:absolute;z-index:2;inset:0;width:100%;height:100%;padding:0;border:0!important;background:transparent!important;cursor:pointer}.rare-card-actions{position:relative;z-index:5}.rare-card-top,.rare-name,.rare-image,.rare-price,.rare-meta,.owned-state{position:relative;z-index:1;pointer-events:none}.rare-card-top .tag{min-width:0;max-width:calc(100% - 34px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px!important;line-height:1.2;padding:4px 6px!important}.rare-name{min-height:42px!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px!important;line-height:1.35!important;text-align:center}.rare-image{height:118px}.rare-image img{max-height:112px!important;max-width:100%;object-fit:contain}.rare-price{margin:0!important;font-size:18px!important;font-family:Arial,Helvetica,sans-serif!important;font-variant-numeric:tabular-nums}.rare-meta{font-size:11px!important;gap:8px}.rare-meta span{min-width:0}.rare-meta b{font-size:11px}.owned-state{min-height:31px;padding:7px 6px!important;display:grid;place-items:center;font-size:11px!important;line-height:1.25}.rare-card:has(.rare-card-open:hover),.rare-card:focus-within{border-color:#597184!important;background:linear-gradient(180deg,#0c1823,#08131c)!important;transform:translateY(-2px);box-shadow:0 9px 24px rgba(0,0,0,.25)!important}.rare-card:focus-within{outline:2px solid #b06cff;outline-offset:2px}.favorite-star{pointer-events:auto!important;position:relative;z-index:6;min-width:30px;min-height:30px}

/* Compact, sticky, accessible table. */
.catalog-table-region{max-height:min(70vh,720px);overflow:auto;overscroll-behavior:contain;border-top:1px solid var(--hrt-border);border-bottom:1px solid var(--hrt-border);background:#071019;scrollbar-gutter:stable}.catalog-table-region:focus-visible{outline-offset:-3px!important}.catalog-table{width:100%;min-width:880px;border-collapse:separate;border-spacing:0;table-layout:fixed}.catalog-table th,.catalog-table td{height:62px;padding:8px 12px;border-bottom:1px solid #172630;font-size:12px!important;vertical-align:middle;white-space:nowrap}.catalog-table th{position:sticky;top:0;z-index:4;height:44px;background:#0b1721!important;color:#c6a2e9!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.25px}.catalog-table th.num,.catalog-table td.num{text-align:right;font-variant-numeric:tabular-nums}.catalog-table tbody tr{cursor:default!important;background:#071019}.catalog-table tbody tr:nth-child(even){background:#08121b}.catalog-table tbody tr:hover{background:#0d1a24!important}.catalog-table .rare-ident-head,.catalog-table .rare-ident-cell{position:sticky;left:0;z-index:3;width:290px;max-width:290px;background:inherit;box-shadow:1px 0 #263a47}.catalog-table .rare-ident-head{z-index:6;background:#0b1721!important}.catalog-table th:nth-child(2),.catalog-table td:nth-child(2){width:220px}.catalog-table th:nth-child(n+3),.catalog-table td:nth-child(n+3){width:118px}.table-rare-ident{min-width:0;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:10px}.table-img{width:48px!important;height:48px!important;object-fit:contain}.table-rare-copy{min-width:0;display:grid;gap:4px}.table-rare-open{min-width:0;padding:0;border:0!important;background:transparent!important;color:#f0f1ee!important;font-size:13px!important;font-weight:800;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.table-rare-open:hover{color:#f0b321!important;text-decoration:underline;text-underline-offset:3px}.table-rare-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7f8c94!important;font-size:11px!important}.cell-ellipsis{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-cell{color:#b2bcc1}

/* Pagination: explicit first/previous/next/last plus position. */
.catalog-pagination{padding:14px 16px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#071019}.catalog-page-status{color:#8e9aa1;font-size:12px;white-space:nowrap}.catalog-page-status b{color:#eceeea}.catalog-page-status span{margin-left:6px;color:#6f7e87}.catalog-page-controls{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.catalog-page-controls>a,.catalog-page-controls>span,.catalog-page-numbers>a,.catalog-page-numbers>span{height:38px;min-width:38px;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #2b414f;border-radius:6px;background:#08121b;color:#aeb8be;font-size:11px}.catalog-page-controls>a b,.catalog-page-controls>span b{font-size:11px}.catalog-page-controls>a:hover,.catalog-page-numbers>a:hover{border-color:#705391;background:#151020;color:#e0c7ff}.catalog-page-controls .disabled{opacity:.38;cursor:not-allowed}.catalog-page-numbers{display:flex;align-items:center;gap:5px}.catalog-page-numbers>a{font-size:12px}.catalog-page-numbers>a.active{border-color:#8e64b8;background:#1b1227;color:#e1c6ff;box-shadow:inset 0 -2px #b06cff}.catalog-page-numbers .ellipsis{min-width:24px;padding:0;border:0;background:transparent;color:#718089}

/* Rare modal: background is frozen, only this panel scrolls. */
body.rare-modal-open{position:fixed!important;left:0;right:0;width:100%;overflow:hidden!important}
#rare-modal.open{display:flex!important;align-items:center;justify-content:center;padding:14px;overflow:hidden}
#rare-modal .modal-backdrop{position:absolute;inset:0}
#rare-modal .rare-detail-modal{position:relative!important;z-index:2;left:auto!important;top:auto!important;transform:none!important;width:min(1120px,100%)!important;max-height:calc(100vh - 28px)!important;margin:0!important;padding:20px 22px 26px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable}
#rare-modal .modal-close{position:sticky!important;z-index:30;top:0!important;right:auto!important;float:right;width:48px!important;height:48px!important;margin:-8px -10px -40px 12px!important;display:grid;place-items:center;border:1px solid #3b5060!important;border-radius:8px!important;background:#09141e!important;color:#d5b5f7!important;font-size:28px!important;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.35);cursor:pointer}
#rare-modal .modal-close:hover{border-color:#8b61b6!important;background:#171022!important;color:#fff!important}.modal-title-copy{padding-right:10px}.modal-title-copy p{font-size:12px!important;line-height:1.45}.modal-tech-details{margin-top:8px;max-width:620px}.modal-tech-details summary{width:max-content;cursor:pointer;color:#8c99a1;font-size:11px}.modal-tech-details p{margin:5px 0!important;padding:0!important;font-size:11px!important}.modal-head h2{font-size:31px!important}.modal-head .tag{font-size:11px!important}.checked-status{font-size:12px!important}.rare-description p{font-size:13px!important}.rare-metrics.metric-grid.compact small{font-size:11px!important}.rare-metrics.metric-grid.compact strong{font-family:Arial,Helvetica,sans-serif!important}.owner-tools{align-items:flex-end!important;padding:11px 12px!important}.owner-tools label{height:auto!important;display:grid!important;gap:6px!important;padding:0!important;border:0!important;background:transparent!important;color:#aeb8be!important;font-size:11px!important}.owner-search-shell{height:42px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #304754;border-radius:6px;background:#050b11}.owner-search-shell i{color:#ba8ee5;font-style:normal}.owner-tools input{height:38px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:12px!important}.owner-tools small{padding-bottom:11px;font-size:11px!important}.owner-list>div{font-size:12px!important}.owner-more{min-height:42px!important;font-size:11px!important}.purchase-form label span{font-size:11px!important}.purchase-form input{font-size:12px!important}.purchase-row b,.purchase-row strong{font-size:12px!important}.purchase-row span,.purchase-row small{font-size:11px!important}

/* Responsive catalogue acceptance widths. */
@media(max-width:1180px){
  :root{--hrt-header:72px}
  .hrt-header.topbar{grid-template-columns:52px 110px minmax(0,1fr)!important;height:72px!important;padding:0 10px!important;gap:8px!important}
  .mobile-menu-toggle{position:static!important;display:flex!important;width:42px!important;height:42px!important;align-self:center;flex-direction:column;justify-content:center;gap:5px;border:1px solid var(--hrt-line);border-radius:6px;background:#071019}
  .mobile-menu-toggle span{width:18px;height:2px;margin:0 auto;background:#e0ded8}.hrt-brand{border:0;justify-content:flex-start}.hrt-brand>strong{font-size:32px!important;letter-spacing:-3px}.hrt-brand>span,.hrt-topnav{display:none!important}.hrt-header-tools{gap:7px}.hrt-header .global-search{width:100%!important;max-width:none!important}.hrt-header .global-search:focus-within{width:100%!important}.hrt-account-chip{min-width:44px;width:44px;padding:4px;grid-template-columns:1fr}.hrt-account-chip>span:nth-child(2),.hrt-account-chip>i{display:none}.avatar-letter{margin:auto}.hrt-shell.shell{grid-template-columns:1fr!important}.hrt-sidebar.sidebar{position:fixed!important;left:0;top:72px!important;bottom:0;height:auto!important;width:260px!important;transform:translateX(-105%);transition:transform .2s ease;z-index:40;box-shadow:14px 0 34px rgba(0,0,0,.5)}.hrt-sidebar.sidebar.open{transform:translateX(0)}.mobile-nav-backdrop{position:fixed;z-index:35;inset:72px 0 0;background:rgba(0,0,0,.62)}.hrt-workspace.workspace main{padding:16px 14px 22px!important}
}
@media(max-width:900px){
  .catalog-toolbar-v113{grid-template-columns:1fr 1fr}.catalog-query-field,.category-combobox{grid-column:auto}.catalog-toolbar-actions{grid-column:1}.view-switch-v113{grid-column:2;justify-self:end}.catalog-page-controls>a b,.catalog-page-controls>span b{display:none}.catalog-pagination{align-items:flex-start;flex-direction:column}.catalog-page-controls{width:100%;justify-content:space-between}.catalog-page-numbers{flex:1;justify-content:center}.catalog-table-region{max-height:64vh}.modal-columns{grid-template-columns:1fr!important}.purchase-form{grid-template-columns:1fr 1fr!important}.purchase-note{grid-column:1/-1!important}
}
@media(max-width:640px){
  .hrt-header.topbar{grid-template-columns:48px 76px minmax(0,1fr)!important}.hrt-brand>strong{font-size:28px!important}.hrt-chat-shortcut{display:none!important}.hrt-header .global-search{height:42px!important}.catalog-page-head{align-items:flex-start!important;flex-direction:column!important}.catalog-page-head .head-stat{width:100%}.catalog-toolbar-v113{grid-template-columns:1fr;padding:12px}.catalog-query-field,.category-combobox,.catalog-toolbar-actions,.view-switch-v113{grid-column:1}.catalog-toolbar-actions{display:grid;grid-template-columns:1fr}.catalog-toolbar-actions .gold-button,.catalog-reset{width:100%}.view-switch-v113{width:100%;justify-self:stretch}.view-switch-v113 a{flex:1;min-width:0}.catalog-results-meta{align-items:flex-start;flex-direction:column;padding:10px 12px}.catalog-results-meta span:last-child{text-align:left}.catalog-rare-grid.rare-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:9px!important}.rare-card{min-height:272px!important;padding:10px!important}.rare-card .tag,.rare-meta,.rare-meta b,.owned-state{font-size:11px!important}.catalog-pagination{padding:12px}.catalog-page-numbers a:not(.active){display:none}.catalog-page-numbers .ellipsis{display:none}.catalog-page-controls>a,.catalog-page-controls>span{min-width:40px;padding:0 7px}.catalog-table{min-width:820px}.catalog-table .rare-ident-head,.catalog-table .rare-ident-cell{width:245px;max-width:245px}.table-rare-ident{grid-template-columns:46px minmax(0,1fr) auto}.table-img{width:44px!important;height:44px!important}
  #rare-modal.open{padding:0!important;align-items:stretch}.rare-detail-modal{border-radius:0!important}#rare-modal .rare-detail-modal{width:100%!important;max-height:100vh!important;padding:14px 14px 24px!important}.modal-head{grid-template-columns:88px minmax(0,1fr)!important;gap:12px!important}.modal-head>button:not(.modal-close){grid-column:1/-1!important;width:100%}.modal-image{height:92px!important}.modal-image img{max-height:88px!important;max-width:88px!important}.modal-head h2{font-size:24px!important}.rare-metrics.metric-grid.compact{grid-template-columns:1fr 1fr!important}.purchase-summary{grid-template-columns:1fr 1fr!important}.purchase-form{grid-template-columns:1fr!important}.purchase-note{grid-column:1!important}.purchase-form .gold-button{width:100%}.owner-tools{align-items:stretch!important;flex-direction:column!important}.owner-tools small{padding:0!important}.modal-columns{grid-template-columns:1fr!important}
}
@media(max-width:420px){
  .hrt-workspace.workspace main{padding:12px 9px 20px!important}.catalog-rare-grid.rare-grid{grid-template-columns:1fr!important}.rare-card{min-height:300px!important}.rare-image{height:130px}.rare-image img{max-height:124px!important}.catalog-page-controls{gap:4px}.catalog-page-controls>a,.catalog-page-controls>span{min-width:37px;height:40px}.catalog-page-status span{display:block;margin:3px 0 0}.category-options{max-height:50vh}
}
@media(prefers-reduced-motion:reduce){.rare-card,.category-option,.catalog-input-shell,.view-switch-v113 a{transition:none!important}.rare-card:has(.rare-card-open:hover),.rare-card:focus-within{transform:none!important}}
.hrt-account-chip small{font-size:11px!important}.hrt-account-chip b{font-size:12px!important}
.rare-card-actions{pointer-events:auto!important}
@media(max-width:1180px){
  body.hrt-v12 .hrt-header.topbar{grid-template-columns:52px 110px minmax(0,1fr)!important;height:72px!important;padding:0 10px!important;gap:8px!important}
  body.hrt-v12 .mobile-menu-toggle{position:static!important;display:flex!important;width:42px!important;height:42px!important;align-self:center!important}
  body.hrt-v12 .hrt-brand{justify-content:flex-start!important;padding:0!important;border:0!important}
  body.hrt-v12 .hrt-brand>strong{font-size:32px!important;letter-spacing:-3px!important}
  body.hrt-v12 .hrt-brand>span,body.hrt-v12 .hrt-topnav{display:none!important}
  body.hrt-v12 .hrt-header-tools{grid-column:3!important;gap:7px!important;padding:0!important;border:0!important}
  body.hrt-v12 .hrt-header .global-search{width:100%!important;max-width:none!important}
  body.hrt-v12 .hrt-shell.shell{display:block!important;grid-template-columns:1fr!important}
  body.hrt-v12 .hrt-workspace.workspace{width:100%!important;min-width:0!important}
  body.hrt-v12 .hrt-sidebar.sidebar{position:fixed!important;left:0!important;top:72px!important;bottom:0!important;width:260px!important;height:auto!important;transform:translateX(-105%)!important;transition:transform .2s ease!important;z-index:120!important}
  body.hrt-v12 .hrt-sidebar.sidebar.open{transform:translateX(0)!important}
  body.hrt-v12 .hrt-workspace.workspace main{padding:16px 14px 22px!important}
  body.hrt-v12 .hrt-account-chip{min-width:44px!important;width:44px!important;display:grid!important;grid-template-columns:1fr!important;padding:4px!important}
  body.hrt-v12 .hrt-account-chip>span:nth-child(2),body.hrt-v12 .hrt-account-chip>i{display:none!important}
}
@media(max-width:640px){body.hrt-v12 .hrt-account-chip{display:none!important}body.hrt-v12 .hrt-header.topbar{grid-template-columns:48px 76px minmax(0,1fr)!important}}

/* ================================================================
   V11.4.0 · Rare catalog + personal UX quality pass
   ================================================================ */
:root{--v114-gold:#f0b321;--v114-purple:#b06cff;--v114-bg:#050a10;--v114-panel:#08121b;--v114-panel2:#0b1721;--v114-line:#263a47;--v114-muted:#8d9aa2}
.hrt-header .global-search{width:250px!important;min-width:220px!important;max-width:260px!important;flex:0 1 250px!important}.hrt-header .global-search:focus-within{width:260px!important;max-width:260px!important}.hrt-header .global-search input{min-width:0!important;width:100%!important;font-size:12px!important}.hrt-header .search-clear{flex:0 0 32px!important}

/* Cards must never let a long display name define their width. */
.catalog-rare-grid,.my-list-grid{min-width:0!important}.catalog-rare-grid>*{min-width:0!important;max-width:100%!important}.rare-card{min-width:0!important;max-width:100%!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.rare-card>*{min-width:0!important;max-width:100%!important;box-sizing:border-box}.rare-card-top{min-width:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important}.rare-card-top .tag{min-width:0!important;max-width:calc(100% - 44px)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rare-card-state-icons{flex:0 0 auto;color:#bc8bf0;font-size:12px;white-space:nowrap}.rare-name{height:auto!important;min-height:38px!important;max-height:none!important;margin:8px 0 2px!important;display:block!important;overflow:visible!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;line-height:19px!important;font-size:13px!important;font-weight:800!important}.rare-image{flex:0 0 120px!important;width:100%!important;min-width:0!important;height:120px!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;position:relative;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:6px;background:linear-gradient(180deg,#071019,#050b11)}.rare-image:before{content:"";position:absolute;width:52px;height:52px;border-radius:8px;background:linear-gradient(90deg,#0d1a24 25%,#152632 50%,#0d1a24 75%);background-size:200% 100%;animation:v114-skeleton 1.2s linear infinite;opacity:.55}.rare-image.image-loaded:before,.rare-card:has(img[complete]):not(:has(img.image-broken)) .rare-image:before{opacity:0}.rare-image img{position:relative;z-index:1;display:block!important;width:112px!important;height:112px!important;max-width:100%!important;max-height:112px!important;margin:auto!important;object-fit:contain!important;object-position:center center!important}.rare-image img.image-broken{display:none!important}.rare-image.image-failed:after{content:"Bild nicht verfügbar";position:relative;z-index:2;color:#78868f;font-size:11px;text-align:center}.rare-image-fallback{display:grid;place-items:center;width:52px;height:52px;border:1px dashed #344a58;border-radius:8px;color:#82919a;font-size:18px}.rare-price{margin-top:6px!important;font-size:14px!important;line-height:20px!important;font-variant-numeric:tabular-nums}.rare-meta{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:7px!important}.rare-meta span{min-width:0!important;display:grid!important;gap:2px!important;padding:7px!important;border:1px solid #172833;border-radius:5px;background:#060e15}.rare-meta small{font-size:11px!important;line-height:14px!important;color:#89979f!important}.rare-meta b{font-size:12px!important;line-height:16px!important;color:#d2d7d8!important;overflow:hidden;text-overflow:ellipsis}.owned-state{font-size:11px!important;line-height:16px!important;min-height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:6px 7px!important}

/* Catalog filters + active filter visibility. */
.catalog-mobile-controls,.catalog-drawer-head{display:none}.catalog-subtoolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 10px}.filter-chip-bar{min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.filter-chip-bar.empty{min-height:36px;align-items:center;color:#75848d;font-size:11px}.filter-chip{max-width:100%;min-height:34px;display:flex;align-items:center;gap:8px;padding:6px 9px;border:1px solid #344b59;border-radius:999px;background:#07131c;color:#b8c2c7;font-size:11px;text-decoration:none}.filter-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-chip b{color:#f0f1ee}.filter-chip i{color:#c99bf4;font-style:normal;font-size:16px}.filter-chip:hover,.filter-chip:focus-visible{border-color:#7e5da0;background:#161020}.filter-chip.reset-all{border-style:dashed;color:#e1bc68}.saved-view-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.saved-view-controls label{font-size:11px;color:#8c9aa2}.saved-view-controls select,.saved-view-controls button{min-height:34px;border:1px solid #304754;border-radius:5px;background:#071019;color:#cbd1d3;font-size:11px}.saved-view-controls select{max-width:210px;padding:0 30px 0 9px}.saved-view-controls button{padding:0 9px;cursor:pointer}.saved-view-controls button:hover:not(:disabled){border-color:#765795;color:#dcc3f4}.saved-view-controls button:disabled{opacity:.4;cursor:not-allowed}

/* Collection summary uses real account-bound data and stays compact on mobile. */
.collection-dashboard{margin-bottom:12px!important;overflow:hidden}.collection-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px}.collection-kpis article{min-width:0;padding:12px;border:1px solid #203440;border-radius:7px;background:#071019}.collection-kpis small{display:block;color:#87959d;font-size:10px;line-height:14px}.collection-kpis strong{display:block;margin-top:4px;color:#f1eee8;font-size:22px}.collection-kpis article>span{display:block;margin-top:4px;color:#c59b47;font-size:10px}.collection-top-rare{min-width:0;width:100%;margin-top:4px;padding:0;border:0;background:none;color:#f1eee8;text-align:left;cursor:pointer}.collection-top-rare b,.collection-top-rare span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-top-rare span{margin-top:4px;color:#f0b321;font-size:13px}.collection-dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:12px;padding:0 12px 12px}.collection-dashboard-grid>section{min-width:0;padding:12px;border:1px solid #1e313c;border-radius:7px;background:#061018}.collection-dashboard-grid h2{margin:0 0 10px;font:800 12px/1 Arial,Helvetica,sans-serif;color:#cdb0e8;letter-spacing:.35px}.collection-progress-list{display:grid;gap:7px}.collection-progress-list a{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;color:#cbd2d4;text-decoration:none;font-size:11px}.collection-progress-list a>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-progress-list b{font-size:10px;color:#9aa7ad}.collection-progress-list i{grid-column:1/-1;height:5px;overflow:hidden;border-radius:999px;background:#14232d}.collection-progress-list u{display:block;height:100%;background:linear-gradient(90deg,#9e6ed0,#f0b321);text-decoration:none}.collection-recent-list{display:grid;gap:5px}.collection-recent-list button{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:8px;padding:5px 7px;border:1px solid transparent;border-radius:5px;background:#071019;color:#d8dddf;text-align:left;cursor:pointer}.collection-recent-list button:hover{border-color:#314a59}.collection-recent-list img{width:42px;height:42px;object-fit:contain}.collection-recent-list b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.collection-recent-list small{font-size:9px;color:#79878f}

/* My Lists */
.my-list-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 10px}.my-list-tabs a{min-height:42px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #293e4b;border-radius:6px;background:#071019;color:#aab4b9;text-decoration:none;font-size:11px;font-weight:800}.my-list-tabs a b{min-width:22px;padding:3px 6px;border-radius:999px;background:#101e28;color:#d9dfe1;text-align:center;font-size:9px}.my-list-tabs a.active{border-color:#8b64ae;background:#171022;color:#e0c6f7;box-shadow:inset 3px 0 #b06cff}.my-lists-toolbar{margin-bottom:10px!important;padding:10px!important;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}.my-lists-toolbar form{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.my-lists-toolbar label{display:grid;gap:5px;font-size:10px;color:#84929a}.my-lists-toolbar input,.my-lists-toolbar select{height:40px;min-width:210px;border:1px solid #2d4452;border-radius:6px;background:#050b11;color:#e0e3e2;padding:0 10px}.my-lists-toolbar a:not(.gold-button){min-height:40px;display:flex;align-items:center;color:#c6a2e9}.danger-ghost,.recent-remove{border:1px solid #673438;border-radius:5px;background:#180a0c;color:#e69096;cursor:pointer}.danger-ghost{min-height:40px;padding:0 12px}.my-list-grid{padding:0!important}.my-list-item{min-width:0;display:grid;gap:5px}.my-list-item>.rare-card{height:100%}.watch-change-badges{display:flex;gap:4px;flex-wrap:wrap}.watch-change-badges span{padding:4px 6px;border:1px solid #344b59;border-radius:4px;background:#071019;color:#aebbc0;font-size:9px}.recent-remove{min-height:32px;font-size:9px}.watched-rare-note{margin:0 0 10px;padding:9px 11px;border-left:3px solid #8c62b4;background:#0d111a;color:#aeb8be;font-size:11px}.my-list-player-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important}

/* Table gets its own action column without squeezing data columns. */
.catalog-table{min-width:790px!important}.table-img{display:block;margin:auto;object-fit:contain;object-position:center center}.table-img.image-broken{visibility:hidden}.catalog-table th,.catalog-table td{font-size:12px!important}

/* Modal list actions, freshness and accessible price chart. */
.modal-list-actions{grid-column:3;display:grid;grid-template-columns:repeat(2,minmax(105px,1fr));gap:6px;align-self:start}.modal-list-actions .list-action{min-height:42px;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font-size:10px}.modal-list-actions .list-action.active{border-color:#8e65b6!important;background:#171022!important;color:#e0c6f7!important}.checked-status{display:grid!important;gap:3px!important}.checked-status span{display:block}.checked-status.stale{padding:7px 9px;border:1px solid #5b4920;border-radius:5px;background:#171407;color:#e2bb65!important}.price-range-switch{display:flex;gap:4px}.price-range-switch button{min-height:30px;padding:0 8px;border:1px solid #2a414e;border-radius:4px;background:#071019;color:#8f9da4;font-size:9px;cursor:pointer}.price-range-switch button.active{border-color:#8a62b1;background:#171022;color:#d9bcf5}.price-history-summary{min-height:52px;margin:8px 10px 2px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#aeb8bd;font-size:10px}.price-history-summary b{color:#d9dede}.price-history-summary strong{font-size:12px}.price-history-summary small{width:100%;color:#74838b}.accessible-price-chart{min-height:190px;padding:4px 8px 8px}.accessible-price-chart svg{display:block;width:100%;height:auto;max-height:220px;overflow:visible}.price-chart-line{stroke:#f0b321;stroke-width:2;filter:drop-shadow(0 0 4px rgba(240,179,33,.2))}.price-axis{stroke:#29404d;stroke-width:1}.price-axis-label{fill:#7f8d95;font-size:9px}.price-point{fill:#b06cff;stroke:#efe6f7;stroke-width:1.5;cursor:help}.price-point:focus{outline:none;stroke:#fff;stroke-width:3;filter:drop-shadow(0 0 5px #b06cff)}.price-chart-empty{min-height:160px;display:grid;place-items:center;color:#7f8d95;font-size:11px}.rare-load-error{min-height:220px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.rare-load-error b{color:#e9eceb}.rare-load-error span{color:#8c9aa1;font-size:11px}.event-row span{line-height:1.4}

/* Compare bar and comparison page. */
.rare-compare-bar{position:fixed;z-index:70;left:calc(var(--hrt-side,220px) + 18px);right:18px;bottom:14px;min-height:66px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 10px;border:1px solid #78569a;border-radius:9px;background:rgba(9,14,22,.97);box-shadow:0 12px 36px rgba(0,0,0,.52)}.rare-compare-bar>div:first-child{display:grid;gap:2px}.rare-compare-bar strong{color:#d7baf1;font-size:10px}.rare-compare-bar>div:first-child span{color:#829099;font-size:9px}.rare-compare-tokens{min-width:0;display:flex;gap:5px;overflow-x:auto}.rare-compare-tokens button{max-width:190px;min-height:34px;display:flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #2b414e;border-radius:5px;background:#071019;color:#ccd3d5;font-size:9px;cursor:pointer}.rare-compare-tokens button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rare-compare-bar .gold-button.disabled{opacity:.45;pointer-events:none}.compare-clear{min-height:36px;border:0;background:transparent;color:#9aa6ac;font-size:9px;cursor:pointer}.rare-compare-panel{overflow:hidden}.rare-compare-toolbar{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #20323d}.rare-compare-toolbar strong{color:#d9c0f2}.rare-compare-toolbar a{color:#f0b321}.rare-compare-scroll{overflow:auto;max-width:100%;scrollbar-gutter:stable}.rare-compare-table{min-width:820px;width:100%;border-collapse:separate;border-spacing:0}.rare-compare-table th,.rare-compare-table td{min-width:190px;padding:10px 12px;border-bottom:1px solid #192b36;border-right:1px solid #152630;vertical-align:top;font-size:11px}.rare-compare-table th:first-child{position:sticky;left:0;z-index:3;min-width:150px;background:#0b1721;color:#c8a5e8}.compare-head{display:grid;justify-items:center;gap:6px;text-align:center}.compare-head img{width:74px;height:74px;object-fit:contain}.compare-head b{max-width:180px;line-height:1.3}.compare-head button{min-height:30px;border:1px solid #4d3035;border-radius:4px;background:#160a0b;color:#d98b90;font-size:9px;cursor:pointer}.rare-compare-table td small,.rare-compare-table td span{display:block;margin-top:4px;color:#7f8d95}

/* Mobile filter drawer + responsive acceptance. */
@media(max-width:1366px) and (min-width:761px){.hrt-header .global-search{width:230px!important;min-width:220px!important;max-width:240px!important;flex-basis:230px!important}.hrt-header .global-search:focus-within{width:240px!important;max-width:240px!important}}
@media(max-width:1024px){.collection-kpis{grid-template-columns:1fr 1fr}.collection-dashboard-grid{grid-template-columns:1fr}.rare-compare-bar{left:12px;right:12px}.saved-view-controls{width:100%}.catalog-subtoolbar{display:grid}.filter-chip-bar{width:100%}}
@media(max-width:760px){
  .catalog-mobile-controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.catalog-mobile-filter-button{min-height:44px;flex:1}.mobile-view-switch{display:flex!important;min-width:160px}.desktop-view-switch{display:none!important}.catalog-filter-backdrop{position:fixed;z-index:58;inset:0;background:rgba(0,0,0,.66)}body.catalog-filter-open{overflow:hidden!important}.catalog-toolbar-v113{position:fixed!important;z-index:60;left:0;right:0;bottom:0;max-height:min(86vh,720px);overflow-y:auto;transform:translateY(105%);transition:transform .2s ease;display:grid!important;grid-template-columns:1fr!important;margin:0!important;padding:14px!important;border-radius:13px 13px 0 0!important;box-shadow:0 -18px 50px rgba(0,0,0,.62)!important}.catalog-toolbar-v113.mobile-open{transform:translateY(0)}.catalog-drawer-head{display:flex;align-items:center;justify-content:space-between;min-height:42px}.catalog-drawer-head strong{color:#d3b5ee;font-size:12px}.catalog-drawer-head button{width:44px;height:44px;border:1px solid #364e5c;border-radius:6px;background:#071019;color:#d8dfe0;font-size:22px}.catalog-query-field,.category-combobox,.catalog-select-field,.catalog-toolbar-actions{grid-column:1!important}.catalog-toolbar-actions{display:grid!important;grid-template-columns:1fr!important}.catalog-input-shell,.catalog-select-field select{min-height:44px}.filter-chip-bar{overflow:visible}.filter-chip{max-width:100%;min-height:36px}.saved-view-controls select{min-width:0;max-width:none;flex:1}.rare-compare-bar{left:8px;right:8px;bottom:8px;grid-template-columns:1fr auto;padding:8px}.rare-compare-bar>div:first-child{grid-column:1}.rare-compare-tokens{grid-column:1/-1;grid-row:2}.rare-compare-bar>.gold-button{grid-column:2;grid-row:1}.rare-compare-bar>.compare-clear{grid-column:2;grid-row:2}.modal-list-actions{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important;width:100%}.price-history-panel .panel-title{align-items:flex-start!important;flex-direction:column!important;gap:7px}.collection-kpis{grid-template-columns:1fr 1fr}.collection-kpis strong{font-size:18px}.my-lists-toolbar form{width:100%;display:grid;grid-template-columns:1fr}.my-lists-toolbar label,.my-lists-toolbar input,.my-lists-toolbar select,.my-lists-toolbar .gold-button{width:100%;min-width:0}.my-list-tabs{display:grid;grid-template-columns:1fr 1fr}.my-list-tabs a{min-width:0;justify-content:flex-start}.my-list-tabs a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-table{min-width:1190px!important}
}
@media(max-width:560px){.catalog-rare-grid.rare-grid,.my-list-grid.rare-grid{grid-template-columns:1fr!important}.rare-card{min-height:360px!important}.rare-name{font-size:14px!important;line-height:20px!important;height:auto!important;max-height:none!important}.rare-meta small{font-size:11px!important}.rare-meta b{font-size:13px!important}.collection-kpis{grid-template-columns:1fr 1fr;gap:6px;padding:8px}.collection-dashboard-grid{padding:0 8px 8px}.collection-dashboard-grid>section{padding:9px}.my-list-tabs{grid-template-columns:1fr}.modal-list-actions{grid-template-columns:1fr 1fr!important}.rare-compare-bar{font-size:9px}.rare-compare-tokens button{max-width:140px}.saved-view-controls{display:grid;grid-template-columns:1fr 1fr}.saved-view-controls label,.saved-view-controls select{grid-column:1/-1;width:100%;max-width:none}.filter-chip span{white-space:normal}.catalog-mobile-controls{align-items:stretch;flex-direction:column}.mobile-view-switch{width:100%}.global-search input::placeholder{font-size:11px}}
@media(max-width:390px){.collection-kpis{grid-template-columns:1fr}.my-list-tabs a{min-height:46px}.modal-list-actions{grid-template-columns:1fr!important}.rare-compare-bar{grid-template-columns:minmax(0,1fr) auto}.rare-compare-bar>div:first-child span{display:none}}
@media(max-width:360px){.catalog-subtoolbar{gap:7px}.filter-chip{width:100%;justify-content:space-between}.saved-view-controls{grid-template-columns:1fr}.saved-view-controls label,.saved-view-controls select{grid-column:1}.rare-meta{grid-template-columns:1fr 1fr!important}.collection-kpis{grid-template-columns:1fr}.rare-compare-bar{left:5px;right:5px}}
@media(prefers-reduced-motion:reduce){.catalog-toolbar-v113,.rare-image:before{transition:none!important;animation:none!important}.rare-card,.filter-chip,.rare-compare-bar *{scroll-behavior:auto!important}}
@keyframes v114-skeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}
.catalog-panel{position:relative}.catalog-loading-overlay{position:absolute;z-index:20;inset:0;padding:10px;background:rgba(5,10,16,.92);backdrop-filter:blur(1px)}.catalog-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:9px}.catalog-skeleton-grid i{min-height:330px;display:grid;grid-template-rows:22px 38px 120px 24px 1fr;gap:8px;padding:10px;border:1px solid #203440;border-radius:7px;background:#08121b}.catalog-skeleton-grid u,.catalog-skeleton-grid b,.catalog-skeleton-grid em,.catalog-skeleton-grid span{display:block;border-radius:5px;background:linear-gradient(90deg,#0d1a24 25%,#172a36 50%,#0d1a24 75%);background-size:200% 100%;animation:v114-skeleton 1.2s linear infinite;text-decoration:none}.catalog-skeleton-grid u{width:65%}.catalog-skeleton-grid b{width:92%}.catalog-skeleton-grid em{width:100%}.catalog-skeleton-grid span{width:78%}@media(max-width:560px){.catalog-skeleton-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.catalog-skeleton-grid u,.catalog-skeleton-grid b,.catalog-skeleton-grid em,.catalog-skeleton-grid span{animation:none}}
