:root { --bg: #0d0f0e; --bg2: #13160f; --bg3: #1a1e16; --bg4: #222620; --border: rgba(160,180,120,0.12); --border2: rgba(160,180,120,0.22); --text: #e8ead4; --text2: #9fa882; --text3: #5c6348; --gold: #c9a84c; --gold2: #8a6d28; --legendary: #c792ea; --legendary-dim: rgba(199,146,234,0.18); --hib: #7ab648; --hib2: #4a7a22; --hib3: #2a4a10; --hib-dim: rgba(122,182,72,0.12); --mid: #4a8fc4; --mid2: #2a5a8a; --mid3: #122840; --alb: #c44a4a; --alb2: #8a2a2a; --alb3: #401212; --green: #7ab648; --amber: #c9a84c; --red: #c44a4a; --radius: 6px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(--bg); color: var(--text); font-family: 'Crimson Pro',Georgia,serif; font-size: 16px; line-height: 1.6; min-height: 100vh; } body::before { content: ''; position: fixed; inset: 0; background-image: radial-gradient(ellipse 80% 60% at 50% -10%,rgba(122,182,72,0.07) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(74,143,196,0.05) 0%,transparent 50%); pointer-events: none; z-index: 0; } .wrap { max-width: 1200px; margin: 0 auto; padding: 2rem 2.5rem 4rem; position: relative; z-index: 1; } header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: flex-end; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 0.5px solid var(--border2); } .header-spacer { grid-column: 1; } .logo-banner { grid-column: 2; justify-self: center; } .logo-banner svg { width: 100%; max-width: 253px; height: auto; display: block; } header > div:last-child { grid-column: 3; justify-self: end; } .logo-svg-title { font-family: 'Cinzel',serif; font-size: 52px; font-weight: 600; fill: var(--text); letter-spacing: 0.06em; } .logo-svg-sub { font-family: 'Cinzel',serif; font-size: 17.25px; font-weight: 400; fill: var(--text3); letter-spacing: 0.22em; } .live-badge { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--hib); padding: 5px 12px; border: 0.5px solid var(--hib2); border-radius: 20px; background: var(--hib-dim); font-family: 'Cinzel',serif; letter-spacing: 0.08em; margin-top: 4px; } .live-dot { width: 7px; height: 7px; background: var(--hib); border-radius: 50%; animation: pulse 2s ease-in-out infinite; } @keyframes pulse{ 0%, 100% {  opacity: 1; }  50% {  opacity: 0.3; } } /* ── Page tabs ── */.page-tabs { display: flex; gap: 0; margin-bottom: 1.5rem; border-bottom: 0.5px solid var(--border2); } .page-tab { padding: 10px 20px; font-size: 13px; color: var(--text3); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all 0.15s; font-family: 'Cinzel',serif; letter-spacing: 0.05em; user-select: none; background: none; border-top: none; border-left: none; border-right: none; } .page-tab:hover { color: var(--text2); } .page-tab.active { color: var(--hib); border-bottom-color: var(--hib); } .page-panel { display: none; } .page-panel.active { display: block; } /* ── Sub tabs (within Statistics) ── */.sub-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 2rem; } .sub-tab { padding: 7px 16px; font-size: 12px; color: var(--text2); cursor: pointer; border: 0.5px solid var(--border2); border-radius: 20px; transition: all 0.15s; font-family: 'Cinzel',serif; letter-spacing: 0.04em; user-select: none; background: var(--bg2); } .sub-tab:hover { border-color: var(--hib2); color: var(--text); } .sub-tab.active { background: var(--hib); color: #0d0f0e; border-color: var(--hib); font-weight: 600; } .sub-panel { display: none; } .sub-panel.active { display: block; } .elo-history-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 1.25rem; } .elo-history-tab { padding: 7px 16px; font-size: 12px; color: var(--text2); cursor: pointer; border: 0.5px solid var(--border2); border-radius: 20px; transition: all 0.15s; font-family: 'Cinzel',serif; letter-spacing: 0.04em; user-select: none; background: var(--bg2); } .elo-history-tab:hover { border-color: var(--hib2); color: var(--text); } .elo-history-tab.active { background: var(--hib); color: #0d0f0e; border-color: var(--hib); font-weight: 600; } .elo-history-panel { display: none; } .elo-history-panel.active { display: block; } .coming-soon { padding: 3rem 1rem; text-align: center; color: var(--text3); font-size: 14px; background: var(--bg2); border: 0.5px solid var(--border); border-radius: var(--radius); } /* ── Hero ── */.hero { text-align: center; padding: 1.5rem 0 2.5rem; margin-bottom: 2.5rem; border-bottom: 0.5px solid var(--border2); } .hero-eyebrow { font-family: 'Cinzel',serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text3); margin-bottom: 0.9rem; } .hero-title { font-family: 'Cinzel',serif; font-size: 42px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; margin-bottom: 0.6rem; } .hero-title .accent { color: var(--hib); } .hero-sub { font-size: 16px; color: var(--text2); max-width: 560px; margin: 0 auto 0.4rem; } .hero-since { font-size: 12px; color: var(--text3); letter-spacing: 0.04em; } /* ── Stats ── */.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 2.5rem; } .stat-card { background: var(--bg2); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.1rem; text-align: center; transition: border-color 0.2s; } .stat-card:hover { border-color: var(--border2); } .stat-label { font-size: 11px; color: var(--text3); letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Cinzel',serif; margin-bottom: 6px; } .stat-value { font-family: 'Cinzel',serif; font-size: 26px; font-weight: 600; color: var(--text); line-height: 1; } .stat-sub { font-size: 11px; color: var(--text3); margin-top: 4px; } /* ── Section nav cards ── */.nav-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 2.5rem; } .nav-card { display: block; background: var(--bg2); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.4rem 1.5rem; text-decoration: none; transition: border-color 0.2s,background 0.2s; position: relative; overflow: hidden; cursor: pointer; } .nav-card:hover { border-color: var(--hib2); background: var(--bg3); } .nav-card-icon { font-size: 22px; margin-bottom: 0.7rem; display: block; } .nav-card-title { font-family: 'Cinzel',serif; font-size: 16px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; margin-bottom: 0.35rem; } .nav-card-desc { font-size: 13px; color: var(--text3); line-height: 1.5; } .nav-card-arrow { position: absolute; right: 1.4rem; top: 1.4rem; color: var(--text3); font-size: 14px; transition: transform 0.2s,color 0.2s; } .nav-card:hover .nav-card-arrow { color: var(--hib); transform: translateX(3px); } /* ── Highlight panel (top players preview) ── */.panel-section { margin-bottom: 2.5rem; } .panel-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1rem; } .panel-title { font-family: 'Cinzel',serif; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); } .panel-link { font-size: 13px; color: var(--hib); text-decoration: none; font-family: 'Cinzel',serif; letter-spacing: 0.04em; background: none; border: none; cursor: pointer; } .panel-link:hover { text-decoration: underline; } .top-list { background: var(--bg2); border: 0.5px solid var(--border); border-radius: var(--radius); overflow: hidden; } .top-row { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 0.5px solid var(--border); } .top-row:last-child { border-bottom: none; } .top-rank { font-family: 'Cinzel',serif; font-size: 14px; color: var(--text3); width: 20px; flex-shrink: 0; } .top-rank.r1 { color: var(--amber); font-weight: 600; } .top-rank.r2 { color: var(--text2); font-weight: 600; } .top-rank.r3 { color: #a07040; font-weight: 600; } .top-class-icon { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; flex-shrink: 0; font-family: 'Cinzel',serif; border: 1px solid; } .av-hib { background: var(--hib3); color: var(--hib); border-color: var(--hib2); } .av-mid { background: var(--mid3); color: var(--mid); border-color: var(--mid2); } .av-alb { background: var(--alb3); color: var(--alb); border-color: var(--alb2); } .top-name { font-size: 15px; font-weight: 600; color: var(--text); flex: 1; } .top-class { font-size: 12px; color: var(--text3); margin-left: 8px; font-weight: 400; } .top-wr { font-family: 'Cinzel',serif; font-size: 14px; font-weight: 600; color: var(--green); min-width: 48px; text-align: right; } .top-fights { font-size: 11px; color: var(--text3); min-width: 64px; text-align: right; } .error-msg { padding: 1.2rem; text-align: center; color: var(--text3); font-size: 13px; } .loading { padding: 1.2rem; text-align: center; color: var(--text3); font-size: 13px; } footer { text-align: center; color: var(--text3); font-size: 12px; padding-top: 1.5rem; border-top: 0.5px solid var(--border); } /* ── Shared table / filter styles ── */.time-filters { display: flex; gap: 4px; flex-wrap: wrap; } .controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; flex-wrap: wrap; gap: 8px; } .tf { padding: 5px 13px; font-size: 11px; border: 0.5px solid var(--border2); border-radius: 20px; cursor: pointer; color: var(--text3); background: transparent; transition: all 0.15s; font-family: 'Cinzel',serif; letter-spacing: 0.06em; user-select: none; } .tf:hover { color: var(--text2); } .tf.active { background: var(--hib); color: #0d0f0e; border-color: var(--hib); font-weight: 600; } table { width: 100%; border-collapse: collapse; } thead th { font-size: 10px; font-weight: 400; color: var(--text3); text-align: left; padding: 8px 10px; border-bottom: 0.5px solid var(--border2); letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Cinzel',serif; white-space: nowrap; } th.r, td.r { text-align: right; } th.sortable { cursor: pointer; user-select: none; } th.sortable:hover { color: var(--text2); } th.sort-asc::after { content: ' ↑'; } th.sort-desc::after { content: ' ↓'; } tbody td { padding: 10px; font-size: 15px; color: var(--text); border-bottom: 0.5px solid var(--border); transition: background 0.1s; } tbody tr:last-child td { border-bottom: none; } tbody tr:hover td { background: var(--bg2); } .class-cell { display: flex; align-items: center; gap: 10px; } .class-icon { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; flex-shrink: 0; font-family: 'Cinzel',serif; border: 1px solid; } .class-name { font-size: 15px; color: var(--text); } .player-name { font-size: 15px; color: var(--text); font-weight: 600; } .player-sub { font-size: 11px; color: var(--text3); } .realm-badge { font-size: 11px; letter-spacing: 0.04em; } .realm-hib { color: var(--hib); } .realm-mid { color: var(--mid); } .realm-alb { color: var(--alb); } .rr-badge { font-size: 12px; color: var(--amber); font-family: 'Cinzel',serif; } .winrate-bar { display: flex; align-items: center; gap: 8px; justify-content: flex-end; } .bar-bg { width: 60px; height: 4px; background: var(--bg4); border-radius: 2px; overflow: hidden; flex-shrink: 0; } .bar-fill { height: 100%; border-radius: 2px; } .bar-green { background: var(--green); } .bar-amber { background: var(--amber); } .bar-red { background: var(--red); } .wr-num { font-size: 14px; font-weight: 600; min-width: 40px; text-align: right; font-family: 'Cinzel',serif; } .wr-green { color: var(--green); } .wr-amber { color: var(--amber); } .wr-red { color: var(--red); } .fights-num { color: var(--text2); font-size: 14px; font-family: 'Cinzel',serif; } .wl-cell { font-size: 13px; font-family: 'Cinzel',serif; } .w-count { color: var(--green); } .l-count { color: var(--red); } .rank-num { font-size: 13px; color: var(--text3); font-family: 'Cinzel',serif; min-width: 24px; } .rank-1 { color: var(--amber); font-weight: 600; } .rank-2 { color: var(--text2); font-weight: 600; } .rank-3 { color: #a07040; font-weight: 600; } .elo-legendary { text-shadow: 0 0 8px var(--legendary-dim); } .drill-row td { padding: 0!important; border: none!important; } .drill-panel { display: none; background: var(--bg3); border-top: 0.5px solid var(--border2); } .drill-panel.open { display: block; } .drill-panel table { margin: 0; } .drill-panel thead th { background: var(--bg3); font-size: 10px; padding: 6px 10px; } .drill-panel tbody td { padding: 6px 10px; font-size: 13px; background: var(--bg3); } .drill-panel tbody tr:hover td { background: var(--bg4); } .cs-row { cursor: pointer; } .cs-row:hover td { background: var(--bg2)!important; } .expand-icon { font-size: 10px; color: var(--text3); margin-left: 6px; transition: transform 0.15s; display: inline-block; } .expand-icon.open { transform: rotate(90deg); } /* Search */.search-wrap { position: relative; flex: 1; max-width: 260px; } .search-input { width: 100%; background: var(--bg2); border: 0.5px solid var(--border2); border-radius: 20px; padding: 5px 14px 5px 32px; font-size: 12px; color: var(--text); font-family: 'Cinzel',serif; outline: none; transition: border-color 0.15s; } .search-input::placeholder { color: var(--text3); } .search-input:focus { border-color: var(--hib); } .search-icon { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); font-size: 12px; color: var(--text3); pointer-events: none; } /* Pagination */.pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 1.25rem; } .page-btn { padding: 4px 11px; font-size: 11px; border: 0.5px solid var(--border2); border-radius: 4px; cursor: pointer; color: var(--text3); background: transparent; font-family: 'Cinzel',serif; transition: all 0.15s; } .page-btn:hover { color: var(--text2); border-color: var(--border2); } .page-btn.active { background: var(--hib); color: #0d0f0e; border-color: var(--hib); font-weight: 600; } .page-btn:disabled { opacity: 0.3; cursor: default; } .page-info { font-size: 11px; color: var(--text3); font-family: 'Cinzel',serif; } /* Player profile dropdown */.player-profile { display: none; background: var(--bg3); border-top: 0.5px solid var(--border2); } .player-profile.open { display: block; } .profile-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 14px 10px; } .profile-section-title { font-size: 9px; color: var(--text3); font-family: 'Cinzel',serif; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; } .profile-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; font-size: 12px; } .profile-item-name { color: var(--text2); font-family: 'Cinzel',serif; } .profile-item-count { color: var(--text3); font-family: 'Cinzel',serif; font-size: 11px; } /* Underdog badges in profile + drilldown */.underdog-cell { display: flex; flex-wrap: wrap; gap: 4px; justify-content: flex-end; } .underdog-badge { font-size: 11px; font-family: 'Cinzel',serif; padding: 2px 8px; border-radius: 10px; background: var(--hib-dim); color: var(--hib); border: 0.5px solid var(--hib2); white-space: nowrap; } .underdog-none { color: var(--text3); font-size: 12px; } /* ── Overview highlight cards (2x2) ── */.highlight-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 2rem 0; } .highlight-card { background: var(--bg2); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.1rem 1.25rem; } .highlight-card-title { font-family: 'Cinzel',serif; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text3); margin-bottom: 0.9rem; display: flex; align-items: center; gap: 6px; } .highlight-row { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-bottom: 0.5px solid var(--border); } .highlight-row:last-child { border-bottom: none; } .highlight-rank { font-family: 'Cinzel',serif; font-size: 12px; color: var(--text3); width: 16px; flex-shrink: 0; } .highlight-rank.r1 { color: var(--amber); font-weight: 600; } .highlight-rank.r2 { color: var(--text2); font-weight: 600; } .highlight-rank.r3 { color: #a07040; font-weight: 600; } .highlight-name { font-size: 14px; color: var(--text); font-weight: 600; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; } .highlight-sub { font-size: 11px; color: var(--text3); margin-left: 4px; font-weight: 400; } .highlight-value { font-family: 'Cinzel',serif; font-size: 13px; font-weight: 600; color: var(--hib); flex-shrink: 0; } .highlight-card.clickable { cursor: pointer; transition: border-color 0.15s, background 0.15s; } .highlight-card.clickable:hover { border-color: var(--hib2); background: var(--bg3); } .highlight-card-arrow { float: right; color: var(--text3); font-size: 12px; transition: transform 0.15s, color 0.15s; } .highlight-card.clickable:hover .highlight-card-arrow { color: var(--hib); transform: translateX(2px); } .pct-bar-bg { width: 50px; height: 4px; background: var(--bg4); border-radius: 2px; overflow: hidden; flex-shrink: 0; } .pct-bar-fill { height: 100%; border-radius: 2px; background: var(--hib); } .back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--hib); background: none; border: none; cursor: pointer; font-family: 'Cinzel',serif; letter-spacing: 0.04em; margin-bottom: 1.25rem; padding: 0; } .back-link:hover { text-decoration: underline; } .drilldown-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; flex-wrap: wrap; gap: 10px; } .drilldown-title { font-family: 'Cinzel',serif; font-size: 18px; font-weight: 600; color: var(--text); } @media (max-width:760px){ .wrap {  padding: 1.25rem 1.25rem 3rem; }  .stats-grid {  grid-template-columns: repeat(2,1fr); }  .hero-title {  font-size: 30px; }  .profile-grid {  grid-template-columns: repeat(2,1fr); }  .highlight-grid {  grid-template-columns: 1fr; } }
  .matrix-wrap{overflow:auto;max-height:70vh}
  .matrix-table{border-collapse:collapse;font-size:12px}
  .matrix-table th{font-size:9px;padding:4px 6px;font-weight:400;color:var(--text3);background:var(--bg2);letter-spacing:0.06em;text-transform:uppercase;font-family:'Cinzel',serif;border:0.5px solid var(--border);height:36px;vertical-align:middle;white-space:nowrap;position:sticky;top:0;z-index:1}
  .matrix-table td{padding:4px 8px;text-align:center;border:0.5px solid var(--border);font-family:'Cinzel',serif;font-size:11px;height:36px;vertical-align:middle;white-space:nowrap}
  .row-header{font-size:10px;font-weight:700;color:var(--text);background:var(--bg2);text-align:left;padding:4px 14px 4px 10px;white-space:nowrap;font-family:'Cinzel',serif;position:sticky;left:0;z-index:1;border-right:1.5px solid var(--border2)!important}
  .matrix-table thead th:first-child{position:sticky;left:0;z-index:2;border-right:1.5px solid var(--border2)!important}
  .cell-high{background:rgba(122,182,72,0.20);color:var(--hib);font-weight:600}
  .cell-midhigh{background:rgba(122,182,72,0.08);color:#9dc870}
  .cell-even{color:var(--text2)}
  .cell-midlow{background:rgba(196,74,74,0.08);color:#c87070}
  .cell-low{background:rgba(196,74,74,0.20);color:var(--alb);font-weight:600}
  .cell-na{color:var(--text3);font-size:11px}
  .cell-self{background:var(--bg3);color:var(--text3)}
  .mx-legend{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}
  .mx-leg-btn{font-size:10px;font-family:'Cinzel',serif;padding:2px 9px;border-radius:20px;border:0.5px solid;cursor:pointer;transition:opacity 0.15s;user-select:none}
  .mx-leg-btn.off{opacity:0.25}
  .activity-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:1.5rem}
  .activity-card{background:var(--bg2);border:0.5px solid var(--border);border-radius:var(--radius);padding:1.25rem}
  .activity-card-title{font-family:'Cinzel',serif;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--text3);margin-bottom:1rem}
  .activity-card-full{grid-column:1/-1}
  .day-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
  .day-col{display:flex;flex-direction:column;align-items:center;gap:4px}
  .day-label{font-size:10px;color:var(--text3);font-family:'Cinzel',serif;letter-spacing:0.06em}
  .day-bar-wrap{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:80px}
  .day-bar{width:70%;border-radius:3px 3px 0 0}
  .day-count{font-size:10px;color:var(--text3);font-family:'Cinzel',serif;margin-top:2px}
  .day-peak{color:var(--hib)}
  .chart-legend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}
  .legend-btn{display:flex;align-items:center;gap:6px;padding:3px 10px;border-radius:20px;border:0.5px solid;cursor:pointer;font-size:11px;font-family:'Cinzel',serif;transition:all 0.15s;user-select:none}
  .legend-btn.inactive{opacity:0.3}
  .chart-svg-wrap{width:100%;overflow-x:auto}
  @media(max-width:760px){.activity-grid{grid-template-columns:1fr}.activity-card-full{grid-column:1}}

  .tf.tf-alb { color: var(--alb); border-color: var(--alb2); }
  .tf.tf-mid { color: var(--mid); border-color: var(--mid2); }
  .tf.tf-hib { color: var(--hib); border-color: var(--hib2); }
  .tf.active-alb { background: var(--alb); color: #0d0f0e !important; border-color: var(--alb); font-weight: 600; }
  .tf.active-mid { background: var(--mid); color: #0d0f0e !important; border-color: var(--mid); font-weight: 600; }
  .tf.active-hib { background: var(--hib); color: #0d0f0e !important; border-color: var(--hib); font-weight: 600; }

  body.light { --bg: #f5f5f0; --bg2: #ebebE4; --bg3: #e0e0d8; --bg4: #d4d4cc; --border: rgba(80,100,60,0.15); --border2: rgba(80,100,60,0.28); --text: #1a1e14; --text2: #4a5238; --text3: #8a9070; --hib-dim: rgba(60,120,30,0.10); }
  body.light .page-tab { background: none; }
  body.light tbody tr:hover td { background: var(--bg3); }
  body.light .drill-panel tbody td { background: var(--bg3); }
  body.light .drill-panel tbody tr:hover td { background: var(--bg4); }
  body.light body::before { opacity: 0.3; }

  .hl-right { display:flex;align-items:center;gap:6px;flex-shrink:0;width:100px;justify-content:flex-end; }
  .hl-right .pct-bar-bg { width:60px; }
  .hl-right .highlight-value { min-width:34px;text-align:right; }

  .class-icon-wrap { background: transparent; }

  body.light .class-icon-wrap.ci-alb .ci-img { filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(600%) hue-rotate(320deg) brightness(70%) !important; }
  body.light .class-icon-wrap.ci-mid .ci-img { filter: brightness(0) saturate(100%) invert(35%) sepia(60%) saturate(500%) hue-rotate(175deg) brightness(70%) !important; }
  body.light .class-icon-wrap.ci-hib .ci-img { filter: brightness(0) saturate(100%) invert(40%) sepia(60%) saturate(400%) hue-rotate(55deg) brightness(70%) !important; }

