:root{--bg-color:#050505;--text-color:#00ff00;--dim-color:#005500;--accent-color:#ccffcc;--success-color:#00ff00;--warning-color:#ffff00;--error-color:#ff0000;--special-color:#00ffff;--glow-spread:2px;--accent-color-rgb:204, 255, 204;--success-color-rgb:0, 255, 0;--warning-color-rgb:255, 255, 0;--error-color-rgb:255, 0, 0;--special-color-rgb:0, 255, 255;--rarity-basic:#666666;--rarity-common:#ffffff;--rarity-uncommon:#00cc00;--rarity-rare:#3399ff;--rarity-epic:#cc66ff;--rarity-basic-rgb:102, 102, 102;--rarity-common-rgb:255, 255, 255;--rarity-uncommon-rgb:0, 204, 0;--rarity-rare-rgb:51, 153, 255;--rarity-epic-rgb:204, 102, 255;--spacing-xs:4px;--spacing-sm:6px;--spacing-base:10px;--spacing-lg:12px;--overlay-light:rgba(0, 0, 0, 0.1);--overlay-medium:rgba(0, 0, 0, 0.2);--transition-fast:0.15s ease;--transition-normal:0.2s ease;--ui-radius-xs:0px;--ui-radius-sm:3px;--ui-radius-md:4px;--ui-radius-lg:4px;--ui-radius-xl:8px;--ui-radius-full:2px;--ui-shadow-sm:0 2px 4px rgba(0, 0, 0, 0.3);--ui-shadow-md:0 4px 8px rgba(0, 0, 0, 0.4);--ui-shadow-lg:0 8px 16px rgba(0, 0, 0, 0.5);--ui-surface-1:rgba(0, 0, 0, 0.5);--ui-surface-2:rgba(0, 0, 0, 0.3);--ui-surface-hover:rgba(255, 255, 255, 0.1);--ui-transform-hover-lift:translateY(-1px);--ui-transform-active-press:translateY(0)}body{--ui-border-subtle:1px solid var(--dim-color);--ui-border-light:1px solid var(--dim-color);--ui-border-accent:1px solid var(--accent-color);--ui-focus-ring:0 0 8px var(--accent-color);--panel-bg:linear-gradient(
        180deg,
        rgba(18, 28, 38, 0.9) 0%,
        rgba(8, 12, 18, 0.86) 100%
    );--panel-border:1px solid var(--dim-color);--panel-radius:var(--ui-radius-md);--panel-shadow:var(--ui-shadow-md);--panel-backdrop-filter:none;--panel-header-bg:var(--accent-color);--panel-header-color:var(--bg-color);--panel-header-padding:3px 8px;--panel-header-accent-width:0;--btn-bg:var(--accent-color);--btn-fg:var(--bg-color);--btn-border:none;--btn-radius:var(--ui-radius-sm);--btn-shadow:var(--ui-shadow-sm);--btn-hover-bg:var(--special-color);--btn-hover-transform:var(--ui-transform-hover-lift);--btn-hover-shadow:var(--ui-shadow-md);--btn-active-transform:var(--ui-transform-active-press);--btn-disabled-opacity:0.6;--btn-variant-secondary-bg:transparent;--btn-variant-ghost-border:1px solid var(--accent-color);--btn-variant-danger-bg:var(--error-color);--btn-secondary-bg:var(--btn-bg);--btn-secondary-color:var(--btn-fg);--btn-secondary-border:var(--btn-border);--btn-secondary-hover-bg:var(--btn-hover-bg);--btn-secondary-hover-border-color:transparent;--btn-secondary-hover-shadow:var(--btn-hover-shadow);--btn-ghost-bg:transparent;--btn-ghost-color:var(--accent-color);--btn-ghost-border:var(--btn-variant-ghost-border);--btn-ghost-shadow:none;--btn-ghost-hover-bg:rgba(var(--accent-color-rgb), 0.1);--btn-ghost-hover-shadow:var(--btn-hover-shadow);--btn-danger-bg:var(--btn-variant-danger-bg);--btn-danger-color:#ffffff;--btn-danger-hover-bg:var(--btn-danger-bg);--btn-danger-hover-color:var(--btn-danger-color);--btn-danger-shadow:none;--btn-danger-hover-shadow:var(--btn-hover-shadow);--btn-success-bg:var(--success-color);--btn-success-color:var(--bg-color);--btn-success-shadow:none;--btn-success-hover-shadow:var(--btn-hover-shadow);--btn-sm-padding:4px 10px;--btn-sm-font-size:0.75rem;--btn-lg-padding:10px 22px;--btn-lg-font-size:1rem;--btn-lg-radius:var(--btn-radius);--btn-icon-padding:6px;--btn-icon-size:32px;--input-bg:#111;--input-border:var(--ui-border-light);--input-radius:var(--ui-radius-sm);--input-padding:6px 8px;--input-font-size:inherit;--input-placeholder-color:var(--dim-color);--input-placeholder-opacity:1;--input-hover-border-color:var(--accent-color);--input-hover-shadow:none;--input-focus-shadow:0 0 8px var(--accent-color);--input-focus-bg:var(--input-bg);--checkbox-appearance:auto;--checkbox-width:auto;--checkbox-min-width:auto;--checkbox-height:auto;--checkbox-flex:initial;--checkbox-padding:initial;--checkbox-margin:0;--checkbox-bg:transparent;--checkbox-border:none;--checkbox-radius:0;--checkbox-position:static;--checkbox-accent:var(--accent-color);--checkbox-transition:none;--checkbox-hover-border-color:currentColor;--checkbox-checked-bg:var(--checkbox-bg);--checkbox-checked-border-color:var(--checkbox-hover-border-color);--checkbox-check-content:none;--checkbox-check-left:auto;--checkbox-check-top:auto;--checkbox-check-width:auto;--checkbox-check-height:auto;--checkbox-check-border:none;--checkbox-check-border-width:0;--checkbox-check-transform:none;--checkbox-focus-outline:auto;--checkbox-focus-shadow:none;--select-appearance:auto;--select-bg-image:none;--select-bg-position:initial;--select-padding-right:initial;--select-option-bg:var(--bg-color);--select-option-color:var(--text-color);--select-optgroup-bg:var(--bg-color);--select-optgroup-color:var(--accent-color);--select-optgroup-font-weight:600;--tab-bg:transparent;--tab-color:var(--text-color);--tab-padding:0.6rem 1rem;--tab-active-bg:rgba(255, 255, 255, 0.08);--tab-active-color:var(--accent-color);--tab-active-border-color:var(--accent-color);--menu-link-padding:2px;--menu-content-padding:10px;--menu-content-gap:5px;--menu-link-border:1px solid transparent;--menu-link-radius:var(--ui-radius-sm);--menu-link-font-size:inherit;--menu-link-font-weight:400;--menu-link-bg:transparent;--menu-link-hover-bg:rgba(255, 255, 255, 0.1);--menu-link-hover-border-color:var(--accent-color);--menu-link-hover-color:var(--accent-color);--menu-link-hover-transform:translateX(3px);--menu-link-hover-box-shadow:-2px 0 0 var(--accent-color);--menu-link-hitarea-inset:0;--menu-link-hover-shift:0px;--menu-link-accent-bar-width:0;--menu-link-focus-shadow:none;--menu-link-active-bg:rgba(255, 255, 255, 0.05);--menu-link-active-color:var(--accent-color);--menu-link-active-box-shadow:-2px 0 0 var(--accent-color);--menu-mobile-select-padding:8px;--menu-mobile-select-bg:var(--bg-color);--menu-mobile-select-color:var(--text-color);--menu-mobile-select-border:1px solid var(--dim-color);--menu-mobile-select-radius:0;--menu-mobile-select-font-size:0.9em;--menu-separator-border-top:1px solid var(--dim-color);--menu-separator-margin:8px 0;--profile-link-padding:5px;--profile-link-border:1px solid var(--dim-color);--profile-link-radius:var(--ui-radius-sm);--profile-link-bg:transparent;--profile-link-font-weight:400;--profile-link-accent-border-color:var(--special-color);--profile-link-hover-border-color:var(--special-color);--profile-link-hover-bg:rgba(255, 255, 255, 0.1);--profile-link-hover-color:var(--special-color);--profile-link-hover-transform:none;--profile-link-hover-box-shadow:none;--chat-tabs-bg:var(--ui-surface-2);--chat-tab-radius:var(--ui-radius-sm) var(--ui-radius-sm) 0 0;--chat-tab-border:1px solid var(--dim-color);--progress-height:12px;--progress-with-label-height:20px;--progress-bg:#111;--progress-border:var(--ui-border-light);--progress-shadow:var(--ui-shadow-sm);--progress-fill-bg:var(--success-color);--progress-fill-transition:width 0.1s linear;--progress-radius:var(--ui-radius-full);--progress-shimmer-opacity:0;--progress-shimmer-animation:none;--progress-shimmer-bg:linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );--progress-label-inside-color:var(--text-color);--progress-label-inside-font-size:0.75em;--progress-label-inside-font-weight:bold;--progress-label-inside-text-shadow:-1px -1px 0 var(--bg-color),
        1px -1px 0 var(--bg-color),
        -1px 1px 0 var(--bg-color),
        1px 1px 0 var(--bg-color);--progress-label-above-font-size:0.75em;--progress-label-above-font-weight:400;--progress-label-above-margin-bottom:0;--prog-level-bg:var(--progress-fill-bg);--prog-hack-xp-bg:var(--special-color);--prog-current-bg:var(--accent-color);--content-panel-body-padding:12px;--content-placeholder-border:1px dashed var(--dim-color);--content-placeholder-radius:0;--content-placeholder-padding:12px;--content-placeholder-gap:6px;--content-placeholder-bg:rgba(0, 0, 0, 0.2);--settings-group-border:1px solid var(--dim-color);--settings-group-radius:0;--settings-group-padding:10px;--settings-group-margin-bottom:12px;--settings-group-bg:rgba(0, 0, 0, 0.2);--settings-group-transition-speed:0.15s;--settings-group-hover-border-color:var(--text-color);--settings-group-hover-bg:rgba(0, 0, 0, 0.3);--settings-group-select-margin-top:8px;--settings-group-stat-label-border-bottom:none;--settings-group-stat-label-margin-bottom:6px;--stats-table-container-padding:15px;--stats-col-border-right:1px solid rgba(255, 255, 255, 0.1);--stats-col-padding:0 15px;--stat-row-padding:1px 0;--stat-row-hover-bg:var(--surface-hover, transparent);--stat-label-border-bottom:1px solid var(--dim-color);--user-info-content-padding:15px;--user-info-content-gap:10px;--user-info-bars-gap:4px;--stats-section-border:1px solid var(--dim-color);--stats-section-radius:0;--stats-section-padding:15px;--stats-section-bg:rgba(0, 0, 0, 0.2);--stats-section-margin-bottom:0;--stats-section-last-margin-bottom:0;--stats-grid-gap:0.75rem;--stats-grid-padding:0.5rem 0;--stat-item-padding:0.25rem 0.5rem;--stat-item-bg:rgba(0, 0, 0, 0.2);--stat-item-radius:3px;--stat-item-border:none;--stat-item-transition:none;--stat-item-hover-border-color:transparent;--stat-item-hover-bg:var(--stat-item-bg);--stat-item-value-color:var(--accent-color);--stat-item-value-font-weight:600;--vertical-tabs-border-right:1px solid var(--border-color);--section-header-font-weight:600;--section-header-color:var(--accent-color);--section-header-margin-bottom:12px;--section-header-padding-bottom:6px;--section-header-border-bottom:1px solid var(--dim-color);--section-header-font-size:0.95em;--section-header-letter-spacing:normal;--syndicate-leave-btn-padding:0.5rem;--syndicate-leave-btn-font-size:0.75rem;--syndicate-leave-btn-bg:var(--btn-danger-bg);--syndicate-leave-btn-color:inherit;--syndicate-leave-btn-radius:var(--btn-radius);--syndicate-leave-btn-font-weight:inherit;--syndicate-leave-btn-shadow:none;--syndicate-leave-btn-hover-shadow:var(--syndicate-leave-btn-shadow);--syndicate-leave-btn-hover-transform:none;--breakdown-table-width:100%;--breakdown-table-border-collapse:collapse;--breakdown-table-border-spacing:0;--breakdown-table-font-size:0.9em;--breakdown-th-bg:transparent;--breakdown-th-padding:8px 12px;--breakdown-th-border-bottom:2px solid var(--dim-color);--breakdown-th-color:var(--dim-color);--breakdown-th-font-weight:600;--breakdown-th-font-size:0.85em;--breakdown-th-letter-spacing:normal;--breakdown-th-text-transform:uppercase;--breakdown-th-first-radius:0;--breakdown-th-last-radius:0;--breakdown-td-padding:8px 12px;--breakdown-td-border-bottom:1px solid rgba(255, 255, 255, 0.05);--breakdown-td-transition:none;--breakdown-row-hover-bg:rgba(255, 255, 255, 0.03);--breakdown-cell-hover-bg:transparent;--breakdown-total-color:var(--warning-color);--dropdown-bg:var(--bg-color);--dropdown-border:1px solid var(--dim-color);--dropdown-radius:0;--dropdown-padding:8px;--dropdown-color:var(--text-color);--dropdown-font-size:0.9em;--dropdown-focus-border-color:var(--accent-color);--dropdown-focus-shadow:none;--achievement-progress-bg:rgba(255, 255, 255, 0.2);--achievement-progress-radius:3px;--achievement-progress-fill-bg:var(--accent-color);--achievement-progress-text-color:var(--text-color);--achievement-progress-text-opacity:0.85;--profile-achievement-bg:rgba(255, 255, 255, 0.15);--profile-achievement-radius:4px;--profile-achievement-fill-bg:var(--success-color)}body.theme-green{--bg-color:#050505;--text-color:#00ff00;--dim-color:#004400;--accent-color:#33ff33;--success-color:#00ff00;--warning-color:#88ff00;--error-color:#ff3300;--special-color:#00ff88;--glow-spread:2px;--accent-color-rgb:51, 255, 51;--success-color-rgb:0, 255, 0;--warning-color-rgb:136, 255, 0;--error-color-rgb:255, 51, 0;--special-color-rgb:0, 255, 136;--panel-bg:#000000}body.theme-amber{--bg-color:#1a1000;--text-color:#ffb000;--dim-color:#553300;--accent-color:#ffdd99;--success-color:#ffaa00;--warning-color:#ffff00;--error-color:#ff5500;--special-color:#ffcc66;--glow-spread:2px;--accent-color-rgb:255, 221, 153;--success-color-rgb:255, 170, 0;--warning-color-rgb:255, 255, 0;--error-color-rgb:255, 85, 0;--special-color-rgb:255, 204, 102;--panel-bg:#000000}body.theme-grayscale{--bg-color:#111111;--text-color:#cccccc;--dim-color:#444444;--accent-color:#ffffff;--success-color:#aaaaaa;--warning-color:#dddddd;--error-color:#888888;--special-color:#eeeeee;--glow-spread:2px;--accent-color-rgb:255, 255, 255;--success-color-rgb:170, 170, 170;--warning-color-rgb:221, 221, 221;--error-color-rgb:136, 136, 136;--special-color-rgb:238, 238, 238;--panel-bg:#000000}body.theme-cga{--bg-color:#000000;--text-color:#ff55ff;--dim-color:#55ffff;--accent-color:#ffffff;--success-color:#55ffff;--warning-color:#ffffff;--error-color:#ff55ff;--special-color:#55ffff;--glow-spread:2px;--accent-color-rgb:255, 255, 255;--success-color-rgb:85, 255, 255;--warning-color-rgb:255, 255, 255;--error-color-rgb:255, 85, 255;--special-color-rgb:85, 255, 255;--panel-bg:#000000}body.theme-as400{--bg-color:#000000;--text-color:#00ff00;--dim-color:#00a000;--accent-color:#6fa8ff;--success-color:#00ff00;--warning-color:#ffff00;--error-color:#ff3030;--special-color:#ffffff;--glow-spread:1px;--accent-color-rgb:111, 168, 255;--success-color-rgb:0, 255, 0;--warning-color-rgb:255, 255, 0;--error-color-rgb:255, 48, 48;--special-color-rgb:255, 255, 255;--as400-blue:#6fa8ff;--as400-field-line:#00ff00;--as400-reverse-bg:#00ff00;--as400-reverse-color:#000000;--rarity-basic:#00a000;--rarity-common:#ffffff;--rarity-uncommon:#00ff00;--rarity-rare:#00ffff;--rarity-epic:#ff66ff;--rarity-basic-rgb:0, 160, 0;--rarity-common-rgb:255, 255, 255;--rarity-uncommon-rgb:0, 255, 0;--rarity-rare-rgb:0, 255, 255;--rarity-epic-rgb:255, 102, 255;--ui-radius-xs:0;--ui-radius-sm:0;--ui-radius-md:0;--ui-radius-lg:0;--ui-radius-xl:0;--ui-radius-full:0;--ui-border-subtle:2px solid #005000;--ui-border-light:2px solid #005000;--ui-border-accent:2px solid #00ff00;--ui-focus-ring:0 0 0 2px #000000, 0 0 0 3px #ffffff;--ui-surface-1:#000000;--ui-surface-2:#000000;--ui-surface-hover:#001a00;--ui-shadow-sm:none;--ui-shadow-md:none;--ui-shadow-lg:none;--panel-bg:#000000;--panel-border:2px solid #005000;--panel-radius:0;--panel-shadow:none;--panel-backdrop-filter:none;--panel-header-bg:#000000;--panel-header-color:var(--as400-blue);--panel-header-padding:2px 8px 4px;--panel-header-font-size:0.95em;--panel-header-letter-spacing:0;--panel-header-accent-width:0;--btn-bg:#000000;--btn-fg:#00ff00;--btn-border:1px solid #00a000;--btn-radius:0;--btn-shadow:none;--btn-hover-bg:var(--as400-reverse-bg);--btn-hover-transform:none;--btn-hover-shadow:none;--btn-variant-secondary-bg:#000000;--btn-variant-ghost-border:1px solid #00a000;--btn-secondary-bg:#000000;--btn-secondary-color:#00ff00;--btn-secondary-border:1px solid #00a000;--btn-secondary-hover-bg:var(--as400-reverse-bg);--btn-secondary-hover-border-color:#00ff00;--btn-secondary-hover-shadow:none;--btn-ghost-color:var(--as400-blue);--btn-ghost-hover-bg:#001a00;--btn-ghost-hover-shadow:none;--btn-danger-bg:#000000;--btn-danger-color:#ff3030;--btn-danger-hover-bg:#ff3030;--btn-danger-hover-color:#000000;--syndicate-leave-btn-color:var(--btn-danger-color);--btn-success-bg:#000000;--btn-success-color:#00ff00;--btn-success-shadow:none;--btn-success-hover-shadow:none;--input-bg:#000000;--input-border:none;--input-radius:0;--input-padding:2px 0;--input-font-size:inherit;--input-placeholder-color:#00a000;--input-hover-border-color:#ffffff;--input-hover-shadow:none;--input-focus-shadow:none;--input-focus-bg:#000000;--select-option-bg:#000000;--select-option-color:#00ff00;--select-optgroup-bg:#000000;--select-optgroup-color:var(--as400-blue);--tab-active-bg:var(--as400-blue);--tab-active-color:#000000;--tab-active-border-color:var(--as400-blue);--menu-link-hover-bg:#001a00;--menu-link-hover-border-color:#00ff00;--menu-link-hover-color:#ffffff;--menu-link-hover-transform:none;--menu-link-hover-box-shadow:none;--menu-link-active-bg:var(--as400-blue);--menu-link-active-color:#000000;--menu-link-active-box-shadow:none;--chat-tabs-bg:#000000;--chat-tab-radius:0;--chat-tab-border:2px solid #005000;--progress-bg:#000000;--progress-border:2px solid #005000;--progress-shadow:none;--progress-fill-bg:#00ff00;--progress-radius:0;--progress-label-inside-color:#ffffff;--progress-label-inside-text-shadow:-1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;--prog-level-bg:#00ff00;--prog-hack-xp-bg:var(--as400-blue);--prog-current-bg:#ffff00;--content-placeholder-bg:#000000;--content-placeholder-border:2px dashed #005000;--content-placeholder-radius:0;--settings-group-bg:#000000;--settings-group-border:2px solid #005000;--settings-group-radius:0;--settings-group-hover-border-color:#00a000;--settings-group-hover-bg:#000000;--stats-section-bg:#000000;--stats-section-border:2px solid #005000;--stats-section-radius:0;--stat-item-bg:#000000;--stat-item-radius:0;--stat-item-border:none;--stat-item-hover-bg:#001a00;--stat-item-hover-border-color:#00ff00;--stat-item-value-color:#ffffff;--section-header-color:var(--as400-blue);--section-header-border-bottom:1px solid #00ff00;--breakdown-th-bg:#000000;--breakdown-th-border-bottom:1px solid #00ff00;--breakdown-th-color:var(--as400-blue);--breakdown-td-border-bottom:1px solid #003800;--breakdown-row-hover-bg:#001a00;--breakdown-total-color:#ffff00;--dropdown-bg:#000000;--dropdown-border:1px solid #00a000;--dropdown-radius:0;--dropdown-color:#00ff00;--achievement-progress-bg:#000000;--achievement-progress-radius:0;--achievement-progress-fill-bg:#00ff00;--profile-achievement-bg:#000000;--profile-achievement-radius:0;--profile-achievement-fill-bg:#00ff00;font-family:courier new,ibm plex mono,monospace;font-size:15px;line-height:1.32}body.theme-as400 .panel,body.theme-as400 .settings-group,body.theme-as400 .menu-content,body.theme-as400 .settings-tab-panel,body.theme-as400 .stats-table-container,body.theme-as400 .content-panel-body,body.theme-as400 .inventory-grid{background:#000;box-shadow:none;border-radius:0}body.theme-as400 .panel-header{border-bottom:1px solid #0f0;font-weight:700;text-transform:uppercase}body.theme-as400 .section-header,body.theme-as400 .stat-label,body.theme-as400 .chat-tab{color:var(--as400-blue)}body.theme-as400 input,body.theme-as400 textarea,body.theme-as400 select{border:none;border-bottom:1px solid var(--as400-field-line);box-shadow:none}body.theme-as400 input:focus,body.theme-as400 textarea:focus,body.theme-as400 select:focus{color:#fff;border-bottom-color:#fff;outline-color:#fff}body.theme-as400 button,body.theme-as400 .btn{text-transform:uppercase}body.theme-as400 button:hover:not(:disabled),body.theme-as400 .btn:hover:not(:disabled),body.theme-as400 .chat-tab.active,body.theme-as400 .tab-btn.active,body.theme-as400 .market-tab.active,body.theme-as400 .profile-tab.active{background:var(--as400-reverse-bg);color:var(--as400-reverse-color);border-color:var(--as400-reverse-bg);text-shadow:none}body.theme-as400 .menu-link.active{background:var(--as400-blue);color:#000}body.theme-as400 .chat-row{color:#0f0}body.theme-as400 .msg-user,body.theme-as400 .msg-user-link,body.theme-as400 .msg-time{color:var(--as400-blue)}body.theme-as400 .system-message .system-message-text,body.theme-as400 .msg-system-text{color:#fff}body.theme-as400 .dim{color:var(--dim-color)}body.theme-as400.crt-active .crt-overlay{background:linear-gradient( to bottom,transparent 50%,rgba(0,255,0,8%) 50% );background-size:100% 3px}body.theme-solarized-dark{--bg-color:#002b36;--text-color:#839496;--dim-color:#073642;--accent-color:#268bd2;--success-color:#859900;--warning-color:#cb4b16;--error-color:#dc322f;--special-color:#d33682;--glow-spread:1px;--accent-color-rgb:38, 139, 210;--success-color-rgb:133, 153, 0;--warning-color-rgb:203, 75, 22;--error-color-rgb:220, 50, 47;--special-color-rgb:211, 54, 130}body.theme-nord{--bg-color:#2e3440;--text-color:#d8dee9;--dim-color:#4c566a;--accent-color:#88c0d0;--success-color:#a3be8c;--warning-color:#ebcb8b;--error-color:#bf616a;--special-color:#b48ead;--glow-spread:1px;--accent-color-rgb:136, 192, 208;--success-color-rgb:163, 190, 140;--warning-color-rgb:235, 203, 139;--error-color-rgb:191, 97, 106;--special-color-rgb:180, 142, 173}body.theme-gruvbox{--bg-color:#282828;--text-color:#ebdbb2;--dim-color:#504945;--accent-color:#fe8019;--success-color:#b8bb26;--warning-color:#fabd2f;--error-color:#fb4934;--special-color:#d3869b;--glow-spread:1px;--accent-color-rgb:254, 128, 25;--success-color-rgb:184, 187, 38;--warning-color-rgb:250, 189, 47;--error-color-rgb:251, 73, 52;--special-color-rgb:211, 134, 155}body.theme-dracula{--bg-color:#282a36;--text-color:#f8f8f2;--dim-color:#6272a4;--accent-color:#bd93f9;--success-color:#50fa7b;--warning-color:#f1fa8c;--error-color:#ff5555;--special-color:#ff79c6;--glow-spread:1px;--accent-color-rgb:189, 147, 249;--success-color-rgb:80, 250, 123;--warning-color-rgb:241, 250, 140;--error-color-rgb:255, 85, 85;--special-color-rgb:255, 121, 198}body.theme-tokyo-night{--bg-color:#1a1b26;--text-color:#c0caf5;--dim-color:#414868;--accent-color:#7aa2f7;--success-color:#9ece6a;--warning-color:#e0af68;--error-color:#f7768e;--special-color:#bb9af7;--glow-spread:1px;--accent-color-rgb:122, 162, 247;--success-color-rgb:158, 206, 106;--warning-color-rgb:224, 175, 104;--error-color-rgb:247, 118, 142;--special-color-rgb:187, 154, 247}body.theme-monokai{--bg-color:#272822;--text-color:#f8f8f2;--dim-color:#75715e;--accent-color:#66d9ef;--success-color:#a6e22e;--warning-color:#e6db74;--error-color:#f92672;--special-color:#ae81ff;--glow-spread:1px;--accent-color-rgb:102, 217, 239;--success-color-rgb:166, 226, 46;--warning-color-rgb:230, 219, 116;--error-color-rgb:249, 38, 114;--special-color-rgb:174, 129, 255}body.theme-one-dark{--bg-color:#282c34;--text-color:#abb2bf;--dim-color:#5c6370;--accent-color:#61afef;--success-color:#98c379;--warning-color:#e5c07b;--error-color:#e06c75;--special-color:#c678dd;--glow-spread:1px;--accent-color-rgb:97, 175, 239;--success-color-rgb:152, 195, 121;--warning-color-rgb:229, 192, 123;--error-color-rgb:224, 108, 117;--special-color-rgb:198, 120, 221}body.theme-catppuccin-mocha{--bg-color:#1e1e2e;--text-color:#cdd6f4;--dim-color:#6c7086;--accent-color:#89b4fa;--success-color:#a6e3a1;--warning-color:#f9e2af;--error-color:#f38ba8;--special-color:#cba6f7;--glow-spread:1px;--accent-color-rgb:137, 180, 250;--success-color-rgb:166, 227, 161;--warning-color-rgb:249, 226, 175;--error-color-rgb:243, 139, 168;--special-color-rgb:203, 166, 247}body.theme-catppuccin-frappe{--bg-color:#303446;--text-color:#c6d0f5;--dim-color:#737994;--accent-color:#8caaee;--success-color:#a6d189;--warning-color:#e5c890;--error-color:#e78284;--special-color:#ca9ee6;--glow-spread:1px;--accent-color-rgb:140, 170, 238;--success-color-rgb:166, 209, 137;--warning-color-rgb:229, 200, 144;--error-color-rgb:231, 130, 132;--special-color-rgb:202, 158, 230}body.theme-synthwave{--bg-color:#241b2f;--text-color:#f8f8f2;--dim-color:#6d6979;--accent-color:#ff6188;--success-color:#78dce8;--warning-color:#ffd866;--error-color:#ff6188;--special-color:#ab9df2;--glow-spread:2px;--accent-color-rgb:255, 97, 136;--success-color-rgb:120, 220, 232;--warning-color-rgb:255, 216, 102;--error-color-rgb:255, 97, 136;--special-color-rgb:171, 157, 242}body.high-contrast-text{--dim-color:#00bb00}body.high-contrast-text.theme-green{--dim-color:#00cc00}body.high-contrast-text.theme-amber{--dim-color:#dd9933}body.high-contrast-text.theme-grayscale{--dim-color:#999999}body.high-contrast-text.theme-cga{--dim-color:#aaffff}body.high-contrast-text.theme-as400{--dim-color:#00d000}body.high-contrast-text.theme-solarized-dark{--dim-color:#657b83}body.high-contrast-text.theme-nord{--dim-color:#81a1c1}body.high-contrast-text.theme-gruvbox{--dim-color:#a89984}body.high-contrast-text.theme-dracula{--dim-color:#9aaccd}body.high-contrast-text.theme-tokyo-night{--dim-color:#7982a9}body.high-contrast-text.theme-monokai{--dim-color:#a6a086}body.high-contrast-text.theme-one-dark{--dim-color:#9da5b4}body.high-contrast-text.theme-catppuccin-mocha{--dim-color:#a6adc8}body.high-contrast-text.theme-catppuccin-frappe{--dim-color:#a5adce}body.high-contrast-text.theme-synthwave{--dim-color:#b0a8bb}body.theme-win95{--bg-color:#c0c0c0;--text-color:#000000;--dim-color:#404040;--accent-color:#000080;--success-color:#006000;--warning-color:#806000;--error-color:#a00000;--special-color:#000080;--glow-spread:0;--accent-color-rgb:0, 0, 128;--success-color-rgb:0, 96, 0;--warning-color-rgb:128, 96, 0;--error-color-rgb:160, 0, 0;--special-color-rgb:0, 0, 128;--rarity-basic:#606060;--rarity-common:#000000;--rarity-uncommon:#006000;--rarity-rare:#000080;--rarity-epic:#6020a0;--rarity-basic-rgb:96, 96, 96;--rarity-common-rgb:0, 0, 0;--rarity-uncommon-rgb:0, 96, 0;--rarity-rare-rgb:0, 0, 128;--rarity-epic-rgb:96, 32, 160;--panel-bg:#c0c0c0;--panel-border:none;--panel-radius:0;--panel-shadow:inset 1px 1px 0 #ffffff,
        inset -1px -1px 0 #000000,
        inset 2px 2px 0 #dfdfdf,
        inset -2px -2px 0 #808080;--panel-backdrop-filter:none;--panel-header-bg:#000080;--panel-header-color:#ffffff;--panel-header-padding:3px 6px;--panel-header-font-size:0.85em;--btn-bg:#c0c0c0;--btn-fg:#000000;--btn-border:none;--btn-radius:0;--btn-shadow:inset 1px 1px 0 #ffffff,
        inset -1px -1px 0 #000000,
        inset 2px 2px 0 #dfdfdf,
        inset -2px -2px 0 #808080;--btn-hover-bg:#c0c0c0;--btn-hover-transform:none;--btn-hover-shadow:inset 1px 1px 0 #ffffff,
        inset -1px -1px 0 #000000,
        inset 2px 2px 0 #dfdfdf,
        inset -2px -2px 0 #808080;--btn-active-transform:none;--btn-variant-secondary-bg:#c0c0c0;--btn-variant-ghost-border:1px solid #808080;--btn-variant-danger-bg:#c0c0c0;--btn-secondary-bg:#c0c0c0;--btn-secondary-color:#000000;--btn-secondary-hover-bg:#c0c0c0;--btn-ghost-color:#000000;--btn-ghost-hover-bg:#d4d0c8;--btn-danger-color:#800000;--btn-danger-hover-bg:#c0c0c0;--btn-success-bg:#c0c0c0;--btn-success-color:#006000;--input-bg:#ffffff;--input-border:none;--input-radius:0;--input-focus-shadow:inset 1px 1px 0 #808080,
        inset -1px -1px 0 #ffffff,
        inset 2px 2px 0 #000000,
        inset -2px -2px 0 #dfdfdf;--input-hover-shadow:var(--input-focus-shadow);--input-focus-bg:#ffffff;--input-placeholder-color:#808080;--progress-bg:#ffffff;--progress-border:none;--progress-shadow:none;--progress-fill-bg:#000080;--progress-radius:0;--progress-shimmer-opacity:0;--prog-level-bg:#006000;--prog-hack-xp-bg:#000080;--prog-current-bg:#800080;--chat-tabs-bg:#c0c0c0;--chat-tab-radius:0;--chat-tab-border:none;--ui-border-subtle:1px solid #808080;--ui-border-light:1px solid #808080;--ui-border-accent:1px solid #000080;--ui-focus-ring:none;--ui-surface-1:#c0c0c0;--ui-surface-2:#d4d0c8;--ui-surface-hover:#d4d0c8;--menu-link-hover-bg:#000080;--menu-link-hover-color:#ffffff;--menu-link-hover-transform:none;--menu-link-hover-box-shadow:none;--menu-link-active-bg:#000080;--menu-link-active-color:#ffffff;--menu-link-active-box-shadow:none;--profile-link-border:none;--profile-link-bg:#c0c0c0;--profile-link-hover-bg:#c0c0c0;--profile-link-hover-color:#000000;--tab-active-bg:#c0c0c0;--tab-active-color:#000000;--tab-active-border-color:#000080;--content-placeholder-bg:#ffffff;--content-placeholder-border:1px dashed #808080;--settings-group-bg:#c0c0c0;--settings-group-border:1px solid #808080;--stats-section-bg:#c0c0c0;--stats-section-border:1px solid #808080;--stat-item-bg:#ffffff;--achievement-progress-bg:#ffffff;--achievement-progress-fill-bg:#000080;--profile-achievement-bg:#ffffff;--profile-achievement-fill-bg:#006000}body.theme-win95{font-family:microsoft sans serif,ms sans serif,Tahoma,Geneva,sans-serif}body.theme-win95 *,body.theme-winxp *{text-shadow:none!important}body.theme-win95 .panel-header{border-bottom:1px solid #000;text-transform:none;letter-spacing:0}body.theme-win95 .market-book-btn,body.theme-win95 .market-book-btn:hover,body.theme-win95 .market-book-btn:active{background:0 0!important;box-shadow:none!important;color:navy!important;padding:2px 4px!important;text-decoration:underline;text-transform:none;font-weight:400}body.theme-win95 .market-book-btn:hover{color:#0000c0!important;background:#e8e8f0!important}body.theme-win95 .btn:active,body.theme-win95 button:active:not(:disabled),body.theme-win95 .chat-tab:active{box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf!important}body.theme-win95 input[type=text],body.theme-win95 input[type=password],body.theme-win95 input[type=number],body.theme-win95 input[type=search],body.theme-win95 input[type=email],body.theme-win95 textarea,body.theme-win95 select{background:#fff;color:#000;border:none;box-shadow:inset 1px 1px #808080,inset -1px -1px #ffffff,inset 2px 2px #000000,inset -2px -2px #dfdfdf}body.theme-win95 #chat-messages{background:#fff;color:#000;font-family:microsoft sans serif,ms sans serif,Tahoma,Geneva,sans-serif;box-shadow:inset 1px 1px #808080,inset -1px -1px #ffffff,inset 2px 2px #000000,inset -2px -2px #dfdfdf}body.theme-win95 .chat-row,body.theme-winxp .chat-row{color:#000}body.theme-win95 .msg-user,body.theme-win95 .msg-user-link{color:#0000a0;font-weight:700}body.theme-win95 .msg-time,body.theme-winxp .msg-time{color:gray;font-style:italic;font-size:.85em}body.theme-win95 .system-message .system-message-text,body.theme-winxp .system-message .system-message-text{color:#006000;font-style:italic}body.theme-win95 .msg-system-text{color:#806000}body.theme-win95 .progress-bar{position:relative}body.theme-win95 .progress-bar::after{content:"";position:absolute;inset:0;pointer-events:none;background:0 0;box-shadow:inset 1px 1px #808080,inset -1px -1px #ffffff,inset 2px 2px #000000,inset -2px -2px #dfdfdf;z-index:2}body.theme-win95 .progress-label-inside,body.theme-winxp .progress-label-inside,body.theme-win95 #current-activity-name,body.theme-winxp #current-activity-name,body.theme-win95 #current-activity-name.streak-active,body.theme-winxp #current-activity-name.streak-active{z-index:3;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 -1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000!important;paint-order:stroke fill}body.theme-win95 .panel-header-collapsible{display:flex;align-items:center;gap:4px}body.theme-win95 .panel-header-collapsible .panel-collapse-indicator{position:relative;display:inline-block;width:16px;height:14px;order:1;margin-left:auto;top:0;font-size:0;line-height:0;color:transparent;background:silver;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080;vertical-align:middle}body.theme-win95 .panel-header-collapsible[aria-expanded=true] .panel-collapse-indicator::before{content:"";position:absolute;left:3px;bottom:3px;width:6px;height:2px;background:#000}body.theme-win95 .panel-header-collapsible[aria-expanded=false] .panel-collapse-indicator::before{content:"";position:absolute;left:3px;top:3px;right:3px;bottom:3px;border:1px solid #000;border-top-width:2px}body.theme-win95 .panel-header-collapsible:active .panel-collapse-indicator{box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf}body.theme-win95 .inventory-grid{background:#fff;border:none;box-shadow:inset 1px 1px #808080,inset -1px -1px #ffffff,inset 2px 2px #000000,inset -2px -2px #dfdfdf}body.theme-win95 .inventory-slot-section{background:#fff;border:1px solid gray}body.theme-win95 .inventory-slot-header{background:silver;border-bottom:1px solid gray;color:#000}body.theme-win95 .inventory-slot-header:hover{background:#d4d0c8}body.theme-win95 .inventory-slot-header .slot-name{color:navy;font-weight:700}body.theme-win95 .inventory-slot-header .slot-count,body.theme-win95 .inventory-slot-header .slot-collapse-marker,body.theme-win95 .inventory-slot-header .slot-collapsed{color:#404040}body.theme-win95 .inventory-slot{background:#fff;border:1px solid gray;border-radius:0}body.theme-win95 .inventory-slot:hover{background:#e8e8f0;border-color:navy;transform:none}body.theme-win95 .inventory-slot.empty{background:#fff}body.theme-win95 .inventory-slot.empty:hover{background:#fff;border-color:gray}body.theme-win95 .inventory-list-row{background:#fff;color:#000;border-top:1px solid silver}body.theme-win95 .inventory-list-row:hover{background:#e8e8f0}body.theme-win95 .inventory-list-row-header,body.theme-win95 .inventory-list-row-header:hover{background:silver;color:#000;border-top:0}body.theme-win95 .combat-log{background-color:#fff;color:#000;border:none;box-shadow:inset 1px 1px #808080,inset -1px -1px #ffffff,inset 2px 2px #000000,inset -2px -2px #dfdfdf}body.theme-win95 .combat-log .log-rounds,body.theme-win95 .combat-log .log-expand{color:#404040}body.theme-win95 .combat-log .log-enemy{color:navy}body.theme-win95 .detailed-combat-log{background-color:#fff;color:#000;border-left:2px solid gray}body.theme-win95 .equipment-slot{background:#fff;border:1px solid gray;border-radius:0}body.theme-win95 .equipment-slot:hover{background:#e8e8f0;border-color:navy;transform:none}body.theme-win95 .equipment-slot .slot-label{color:navy}body.theme-win95 .loot-filter-rule-card{background:#fff;color:#000;border:1px solid gray}body.theme-win95 .loot-filter-rule-card.is-selected{border-color:navy;box-shadow:inset 0 0 0 1px #000080}body.theme-win95 .loot-filter-rule-card .dim,body.theme-win95 .loot-filter-rule-card .auto-decompile-note{color:#000}body.theme-win95 #admin-view,body.theme-win95 #achievements-view,body.theme-win95 #hardware-view,body.theme-win95 #homelab-view,body.theme-win95 #help-view,body.theme-win95 #settings-view,body.theme-win95 #marketplace-view,body.theme-win95 #profile-view{gap:0}body.theme-win95 .admin-tab-content,body.theme-win95 .achievements-content,body.theme-win95 .hardware-tab-content,body.theme-win95 .homelab-tab-content,body.theme-win95 .help-tab-content,body.theme-win95 #syndicate-tab-content,body.theme-win95 .settings-tab-content,body.theme-win95 .marketplace-tab-content,body.theme-win95 .profile-tab-content{position:relative;background:silver;padding-left:10px;box-shadow:inset 1px 0 #ffffff,inset 2px 0 #dfdfdf,inset 0 1px #ffffff,inset 0 -1px #000000,inset 0 2px #dfdfdf,inset 0 -2px #808080,inset -1px 0 #000000,inset -2px 0 #808080}body.theme-win95 .admin-tabs,body.theme-win95 .achievements-tabs,body.theme-win95 .syndicate-tabs,body.theme-win95 .hardware-tabs,body.theme-win95 .homelab-tabs,body.theme-win95 .settings-tabs,body.theme-win95 .help-tabs,body.theme-win95 .marketplace-tabs,body.theme-win95 .profile-tabs{border-right:none;padding-right:0;gap:2px;position:relative;z-index:1}body.theme-win95 .admin-tab,body.theme-win95 .achievements-tab,body.theme-win95 .tab-btn,body.theme-win95 .market-tab,body.theme-win95 .profile-tab{background:silver;color:#000;border:none;border-left:none;border-radius:0;padding:6px 12px;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080;position:relative}body.theme-win95 .admin-tab:hover,body.theme-win95 .achievements-tab:hover,body.theme-win95 .tab-btn:hover,body.theme-win95 .market-tab:hover,body.theme-win95 .profile-tab:hover{background:silver;color:#000}body.theme-win95 .admin-tab.active,body.theme-win95 .achievements-tab.active,body.theme-win95 .tab-btn.active,body.theme-win95 .market-tab.active,body.theme-win95 .profile-tab.active{background:silver;color:#000;font-weight:700;padding-right:16px;margin-right:-3px;z-index:2;box-shadow:inset 1px 0 #ffffff,inset 0 1px #ffffff,inset 0 -1px #000000,inset 2px 0 #dfdfdf,inset 0 2px #dfdfdf,inset 0 -2px #808080}body.theme-win95 .action-card{background:#fff;color:#000;border:1px solid gray;border-radius:0}body.theme-win95 .action-card:hover:not(.action-disabled){background:#e8e8f0;border-color:navy;box-shadow:none;transform:none}body.theme-win95 .action-card.active{background:#fff;border-color:#006000;box-shadow:inset 0 0 0 1px #006000}body.theme-win95 .action-header{border-bottom:1px solid gray}body.theme-win95 .action-title{color:navy}body.theme-win95 .action-status{color:#404040}body.theme-win95 .action-button{background:silver;color:#000;border:none;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .action-card:hover .action-button{background:silver;border-color:transparent}body.theme-win95 .action-card.active .action-button{color:#006000}body.theme-win95 .action-button:active{box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf}body.theme-win95 .contracts-card{background:#fff;color:#000;border:1px solid gray;border-radius:0}body.theme-win95 .contracts-card:hover{background:#e8e8f0;border-color:navy;box-shadow:none;transform:none}body.theme-win95 .contracts-card-name{color:navy}body.theme-win95 .contracts-card-duration,body.theme-win95 .contracts-card .dim,body.theme-win95 .contracts-progress-text{color:#000;opacity:1}body.theme-win95 .contracts-card-desc{color:#000}body.theme-win95 .contracts-card-icon,body.theme-win95 .contracts-progress-bar{background:#fff;border:1px solid gray;border-radius:0}body.theme-win95 .contracts-reward-item{color:#006000}body.theme-win95 .contracts-btn{background:silver;color:#000;border:none;border-radius:0;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .contracts-btn:hover{background:silver;border-color:transparent}body.theme-win95 .contracts-btn:active:not(:disabled){box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf}body.theme-win95 button.profile-link,body.theme-win95 .sidebar-contract-board-btn{background:silver!important;color:#000!important;border:none!important;border-radius:0!important;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080!important}body.theme-win95 button.profile-link:hover,body.theme-win95 .sidebar-contract-board-btn:hover{background:#c8c8c8!important;color:#000!important;opacity:1}body.theme-win95 button.profile-link:active,body.theme-win95 .sidebar-contract-board-btn:active{box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf!important}body.theme-win95 .hardware-summary-card,body.theme-win95 .hardware-card{background:#fff;color:#000;border:1px solid gray;border-radius:0}body.theme-win95 .hardware-card:hover{background:#e8e8f0;border-color:navy}body.theme-win95 .hardware-card.can-afford{border-color:#006000}body.theme-win95 .hardware-card.can-afford:hover{box-shadow:inset 0 0 0 1px #006000}body.theme-win95 .hardware-summary-title,body.theme-win95 .hardware-title{color:navy}body.theme-win95 .hardware-level{color:#6020a0}body.theme-win95 .effect-item{color:#006000}body.theme-win95 .hardware-cost{background:#fff;border:1px solid gray}body.theme-win95 .homelab-section>h3,body.theme-win95 .homelab-job-title,body.theme-win95 .homelab-job-group-header span:first-child,body.theme-win95 .homelab-bonus-component-header span:first-child{color:navy}body.theme-win95 .homelab-stat-card,body.theme-win95 .homelab-level-progress,body.theme-win95 .homelab-job-row,body.theme-win95 .homelab-bonus-component,body.theme-win95 .homelab-unlock-hint{background:#fff;color:#000;border:1px solid gray;border-radius:0}body.theme-win95 .homelab-stat-card .stat-label,body.theme-win95 .homelab-card-meta,body.theme-win95 .homelab-job-meta,body.theme-win95 .homelab-bonus-component-header,body.theme-win95 .homelab-unlock-hint{color:#404040}body.theme-win95 .homelab-stat-card .stat-value,body.theme-win95 .homelab-bonus-component .bonus-label{color:#000}body.theme-win95 .homelab-bonus-component-header{border-bottom:1px solid gray}body.theme-win95 .homelab-bonus-component .bonus-value{color:#6020a0}body.theme-win95 .homelab-progress{background:#fff;border:1px solid gray}body.theme-win95 .homelab-progress span{background:#006000}body.theme-win95 .hardware-button{background:silver;color:#000;border:none;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .hardware-button:hover{background:silver;border-color:transparent}body.theme-win95 .hardware-card.can-afford .hardware-button{color:#006000}body.theme-win95 .hardware-card.can-afford .hardware-button:hover{background:silver}body.theme-win95 .hardware-button:active:not(.disabled){box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf}body.theme-win95 .stat-card{background:#fff;color:#000;border:1px solid gray;border-radius:0}body.theme-win95 .stat-card .stat-label{color:#404040}body.theme-win95 .profile-section{background:#fff;border:1px solid gray;border-radius:0;color:#000}body.theme-win95 .profile-section .section-header{color:navy;border-bottom:1px solid gray}body.theme-win95 .profile-equip-slot{background:#fff;border:1px solid gray;border-radius:0;color:#000;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #ffffff}body.theme-win95 .profile-equip-label{color:#404040}body.theme-win95 .profile-equip-content.empty{color:#606060}body.theme-win95 .profile-equip-content .item-name{color:#000}body.theme-win95 .stats-section{background:#fff;border:1px solid gray;border-radius:0;color:#000}body.theme-win95 .stats-section .section-header{color:navy;border-bottom:1px solid gray}body.theme-win95 .breakdown-table th{color:#000;background:silver;border-bottom:1px solid gray}body.theme-win95 .breakdown-table td{border-bottom:1px solid #d0d0d0;color:#000}body.theme-win95 .breakdown-table tr:hover{background-color:#e8e8f0}body.theme-win95 .breakdown-table .stat-name{color:navy}body.theme-win95 .breakdown-table .positive{color:#006000}body.theme-win95 .breakdown-table .negative{color:#a00000}body.theme-win95 .breakdown-table .total{color:#000;font-weight:700}body.theme-win95 .breakdown-table .subtotal,body.theme-win95 .breakdown-table .subtotal-header{color:#404040}body.theme-win95 .formula-explanation{color:#404040}body.theme-win95 .stat-item{background:#fff;border:1px solid gray;border-radius:0;color:#000}body.theme-win95 .stat-item .stat-name{color:#404040}body.theme-win95 .stat-item span:last-child{color:navy}body.theme-win95 .boost-card{background:#fff;color:#000;border:1px solid gray;border-radius:0}body.theme-win95 .boost-card:hover{background:#e8e8f0;border-color:navy;transform:none}body.theme-win95 .boost-card.active{border-color:#006000}body.theme-win95 .boost-card.active:hover{box-shadow:inset 0 0 0 1px #006000}body.theme-win95 .boost-card.owned{border-color:#6020a0}body.theme-win95 .boost-card-effect{color:#404040}body.theme-win95 .boost-card-effect.active{color:#006000}body.theme-win95 .boost-card-button{background:silver;color:#000;border:none;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .boost-card-button.activate{color:#006000}body.theme-win95 .boost-card-button.deactivate{color:#a00000}body.theme-win95 .boost-card-button.upgrade{color:navy}body.theme-win95 .boost-card-button:hover{background:silver}body.theme-win95 .boost-card-button:active:not(.disabled){box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf}body.theme-win95 .upgrade-item,body.theme-win95 .application-item,body.theme-win95 .syndicate-invite-item{background:#fff;color:#000;border:1px solid gray;border-radius:0}body.theme-win95 .upgrade-cost{color:#404040}body.theme-win95 .roster-table thead th{color:#404040;border-bottom:1px solid gray}body.theme-win95 .roster-row{background:#fff;color:#000}body.theme-win95 .roster-row.online{border-left:3px solid #006000}body.theme-win95 .roster-row.offline{border-left:3px solid gray}body.theme-win95 .achievement-toast{background:#fff;border:1px solid #000;border-radius:0;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080,2px 2px #808080;color:#000}body.theme-win95 .achievement-toast-header{color:#fff;background:navy;padding:3px 6px;margin:-1rem -1.5rem .5rem}body.theme-win95 .achievement-toast-name{color:navy}body.theme-win95 .achievement-toast-desc{color:#000;opacity:1}body.theme-win95 .chat-tab.active{background:silver;box-shadow:inset 1px 1px #ffffff,inset -1px 0 #000000,inset 0 -1px #c0c0c0,inset 2px 2px #dfdfdf,inset -2px 0 #808080}body.theme-win95.crt-active::after,body.theme-win95.crt-active::before,body.theme-winxp.crt-active::after,body.theme-winxp.crt-active::before{display:none!important}body.theme-win95,body.theme-win95 *{scrollbar-color:#c0c0c0 #dfdfdf}body.theme-win95 *::-webkit-scrollbar{width:16px;height:16px;background-color:#dfdfdf}body.theme-win95 *::-webkit-scrollbar-track{background-color:#dfdfdf;background-image:linear-gradient(45deg,#ffffff 25%,transparent 25%),linear-gradient(-45deg,#ffffff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ffffff 75%),linear-gradient(-45deg,transparent 75%,#ffffff 75%);background-size:2px 2px;background-position:0 0,0 1px,1px -1px,-1px 0;border-radius:0;border:none}body.theme-win95 *::-webkit-scrollbar-thumb{background-color:silver;border:none;border-radius:0;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 *::-webkit-scrollbar-thumb:hover{background-color:silver}body.theme-win95 *::-webkit-scrollbar-button{display:block;height:16px;width:16px;background-color:silver;background-repeat:no-repeat;background-position:50%;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 *::-webkit-scrollbar-button:vertical:start:decrement,body.theme-win95 *::-webkit-scrollbar-button:vertical:end:increment{display:block}body.theme-win95 *::-webkit-scrollbar-button:vertical:start:increment,body.theme-win95 *::-webkit-scrollbar-button:vertical:end:decrement,body.theme-win95 *::-webkit-scrollbar-button:horizontal:start:increment,body.theme-win95 *::-webkit-scrollbar-button:horizontal:end:decrement{display:none}body.theme-win95 *::-webkit-scrollbar-button:vertical:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4'><path d='M0 4h7L3.5 0z' fill='%23000'/></svg>")}body.theme-win95 *::-webkit-scrollbar-button:vertical:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4'><path d='M0 0h7L3.5 4z' fill='%23000'/></svg>")}body.theme-win95 *::-webkit-scrollbar-button:horizontal:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='7' viewBox='0 0 4 7'><path d='M4 0v7L0 3.5z' fill='%23000'/></svg>")}body.theme-win95 *::-webkit-scrollbar-button:horizontal:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='7' viewBox='0 0 4 7'><path d='M0 0v7l4-3.5z' fill='%23000'/></svg>")}body.theme-win95 *::-webkit-scrollbar-button:active{box-shadow:inset 1px 1px #000000,inset -1px -1px #ffffff,inset 2px 2px #808080,inset -2px -2px #dfdfdf}body.theme-win95 *::-webkit-scrollbar-corner{background:silver}body.theme-win95 #chat-messages,body.theme-win95 .chat-messages,body.theme-win95 .profile-tab-content,body.theme-win95 .admin-tab-content,body.theme-win95 .achievements-content,body.theme-win95 .hardware-tab-content,body.theme-win95 .homelab-tab-content,body.theme-win95 .help-tab-content,body.theme-win95 #syndicate-tab-content,body.theme-win95 .settings-tab-content,body.theme-win95 .marketplace-tab-content,body.theme-win95 .panel-body,body.theme-win95 .inventory-grid,body.theme-win95 .inventory-items-section,body.theme-win95 .scrollable,body.theme-win95 .combat-log{padding-right:6px}body.theme-win95 .nu-hero,body.theme-win95 .nu-closing,body.theme-win95 .rm-hero{background:#fff;border:1px solid gray;border-radius:0;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080;animation:none}body.theme-win95 .nu-hero-grid,body.theme-win95 .nu-hero-scanlines,body.theme-win95 .nu-hero-vignette,body.theme-win95 .nu-hero-flare,body.theme-win95 .nu-hero-corner,body.theme-win95 .nu-closing-glow,body.theme-win95 .nu-closing-scanlines,body.theme-win95 .rm-hero-grid,body.theme-win95 .rm-hero-scanlines,body.theme-win95 .rm-hero-vignette,body.theme-win95 .rm-timeline-glow,body.theme-win95 .rm-card-scanlines,body.theme-win95 .rm-card-corner,body.theme-win95 .nu-btn-shine{display:none!important}body.theme-win95 .nu-title,body.theme-win95 .rm-title,body.theme-win95 .nu-closing-headline{color:navy;text-shadow:none}body.theme-win95 .nu-subtitle,body.theme-win95 .rm-subtitle{color:navy;opacity:1}body.theme-win95 .nu-glitch::before,body.theme-win95 .nu-glitch::after{display:none!important}body.theme-win95 .nu-lead,body.theme-win95 .nu-closing-sub,body.theme-win95 .nu-feat-body p,body.theme-win95 .nu-pillar p,body.theme-win95 .rm-card p{color:#000}body.theme-win95 .nu-status-text{color:#404040}body.theme-win95 .nu-badge,body.theme-win95 .nu-closing-label,body.theme-win95 .rm-card-label,body.theme-win95 .rm-card-badge{background:silver;color:navy;border:none;border-radius:0;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .nu-badge-dot,body.theme-win95 .rm-badge-dot{background:#006000;box-shadow:none;animation:none}body.theme-win95 .nu-divider-line{background:gray}body.theme-win95 .nu-divider-text{color:navy;opacity:1}body.theme-win95 .nu-pillar,body.theme-win95 .nu-feat,body.theme-win95 .rm-card,body.theme-win95 .rm-card--featured{background:#fff;border:1px solid gray;border-left:3px solid navy;border-radius:0;box-shadow:none;animation:none}body.theme-win95 .nu-pillar:hover,body.theme-win95 .nu-feat:hover,body.theme-win95 .rm-card:hover,body.theme-win95 .rm-card--featured:hover{background:#e8e8f0;border-color:gray;border-left-color:navy;box-shadow:none}body.theme-win95 .nu-pillar-accent,body.theme-win95 .rm-card-accent{display:none}body.theme-win95 .nu-pillar-num{color:rgba(0,0,128,.25)}body.theme-win95 .nu-pillar-title,body.theme-win95 .nu-feat-name,body.theme-win95 .rm-card-title,body.theme-win95 .rm-card-title--large,body.theme-win95 .rm-card-date,body.theme-win95 .nu-pillar-link{color:navy;text-shadow:none;opacity:1}body.theme-win95 .nu-feat-icon{background:silver;color:navy;border:none;border-radius:0;opacity:1;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .nu-btn-primary,body.theme-win95 .nu-btn-secondary{background:silver;color:#000;border:none;border-radius:0;letter-spacing:.08em;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .nu-btn-primary:hover,body.theme-win95 .nu-btn-secondary:hover{background:#c8c8c8;color:#000;transform:none;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080}body.theme-win95 .rm-timeline-track{background:gray}body.theme-win95 .rm-node-ring{background:#fff;border-color:navy;animation:none;box-shadow:none}body.theme-win95 .rm-node-dot,body.theme-win95 .rm-milestone--launch .rm-node-dot,body.theme-win95 .rm-milestone--ongoing .rm-node-dot,body.theme-win95 .rm-milestone--major .rm-node-dot,body.theme-win95 .rm-milestone--future .rm-node-dot{background:navy;box-shadow:none;opacity:1}body.theme-win95 .rm-milestone--ongoing .rm-node-ring{border-color:#006000}body.theme-win95 .rm-milestone--ongoing .rm-node-dot{background:#006000}body.theme-win95 .rm-milestone--major .rm-node-ring{border-color:#806000}body.theme-win95 .rm-milestone--major .rm-node-dot{background:#806000}body.theme-win95 .rm-milestone--future .rm-node-ring{border-color:#404040;border-style:dashed}body.theme-win95 .rm-milestone--future .rm-node-dot{background:#404040}body.theme-win95 .rm-milestone{animation:none}body.high-contrast-text.theme-win95{--dim-color:#202020}body.theme-winxp{--bg-color:#ECE9D8;--text-color:#000000;--dim-color:#505050;--accent-color:#0A246A;--success-color:#3C873A;--warning-color:#946A00;--error-color:#A00000;--special-color:#245EDC;--glow-spread:0;--accent-color-rgb:10, 36, 106;--success-color-rgb:60, 135, 58;--warning-color-rgb:148, 106, 0;--error-color-rgb:160, 0, 0;--special-color-rgb:36, 94, 220;--rarity-basic:#606060;--rarity-common:#000000;--rarity-uncommon:#3C873A;--rarity-rare:#0A246A;--rarity-epic:#6020A0;--rarity-basic-rgb:96, 96, 96;--rarity-common-rgb:0, 0, 0;--rarity-uncommon-rgb:60, 135, 58;--rarity-rare-rgb:10, 36, 106;--rarity-epic-rgb:96, 32, 160;--panel-bg:#ffffff;--panel-border:none;--panel-radius:8px;--panel-shadow:0 0 0 1px #0831D9,
        3px 0 0 #1660D6,
        -3px 0 0 #1660D6,
        0 3px 0 #1660D6,
        0 5px 10px rgba(0, 0, 0, 0.2);--panel-backdrop-filter:none;--panel-header-bg:linear-gradient(to bottom,
        #0A58D0 0%,
        #2275DE 3%,
        #0A58D0 6%,
        #1058CC 12%,
        #1560D0 40%,
        #1058CC 70%,
        #0947B1 90%,
        #083596 100%);--panel-header-color:#ffffff;--panel-header-padding:4px 8px;--panel-header-font-size:0.85em;--btn-bg:linear-gradient(to bottom, #FDFDFD 0%, #F2F1E8 45%, #ECE9D8 55%, #C5C3B5 100%);--btn-fg:#000000;--btn-border:1px solid #003C74;--btn-radius:3px;--btn-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75);--btn-hover-bg:linear-gradient(to bottom, #FDFFFD 0%, #E5F0FC 45%, #BFDBF7 55%, #7DB0DD 100%);--btn-hover-transform:none;--btn-hover-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.85);--btn-active-transform:none;--btn-variant-secondary-bg:linear-gradient(to bottom, #FDFDFD 0%, #F2F1E8 45%, #ECE9D8 55%, #C5C3B5 100%);--btn-variant-ghost-border:1px solid #919B9C;--btn-variant-danger-bg:linear-gradient(to bottom, #FDFDFD 0%, #F2F1E8 45%, #ECE9D8 55%, #C5C3B5 100%);--btn-secondary-bg:linear-gradient(to bottom, #FDFDFD 0%, #F2F1E8 45%, #ECE9D8 55%, #C5C3B5 100%);--btn-secondary-color:#000000;--btn-secondary-hover-bg:linear-gradient(to bottom, #FDFFFD 0%, #E5F0FC 45%, #BFDBF7 55%, #7DB0DD 100%);--btn-ghost-color:#000000;--btn-ghost-hover-bg:#FFE8A9;--btn-danger-color:#A00000;--btn-danger-hover-bg:linear-gradient(to bottom, #FDFFFD 0%, #E5F0FC 45%, #BFDBF7 55%, #7DB0DD 100%);--btn-success-bg:linear-gradient(to bottom, #FDFDFD 0%, #F2F1E8 45%, #ECE9D8 55%, #C5C3B5 100%);--btn-success-color:#3C873A;--input-bg:#ffffff;--input-border:1px solid #7F9DB9;--input-radius:3px;--input-focus-shadow:0 0 0 1px #316AC5;--input-hover-shadow:0 0 0 1px #316AC5;--input-focus-bg:#ffffff;--input-placeholder-color:#808080;--progress-bg:#ffffff;--progress-border:1px solid #7F9DB9;--progress-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);--progress-fill-bg:linear-gradient(to bottom, #BDEA98 0%, #6CCA3D 45%, #3DA22B 100%);--progress-radius:3px;--progress-shimmer-opacity:0;--prog-level-bg:linear-gradient(to bottom, #BDEA98 0%, #6CCA3D 45%, #3DA22B 100%);--prog-hack-xp-bg:linear-gradient(to bottom, #A6CAF0 0%, #4F83BC 45%, #0A246A 100%);--prog-current-bg:linear-gradient(to bottom, #D6B3F2 0%, #8C4FC7 45%, #6020A0 100%);--chat-tabs-bg:#ECE9D8;--chat-tab-radius:3px 3px 0 0;--chat-tab-border:1px solid #919B9C;--ui-border-subtle:1px solid #919B9C;--ui-border-light:1px solid #D4D0C8;--ui-border-accent:1px solid #316AC5;--ui-focus-ring:0 0 0 1px #316AC5;--ui-surface-1:#ffffff;--ui-surface-2:#F5F4EA;--ui-surface-hover:#E5F0FC;--menu-link-hover-bg:linear-gradient(to bottom, #4B7EDA 0%, #2A5ACB 100%);--menu-link-hover-color:#ffffff;--menu-link-hover-transform:none;--menu-link-hover-box-shadow:none;--menu-link-active-bg:linear-gradient(to bottom, #316AC5 0%, #0A246A 100%);--menu-link-active-color:#ffffff;--menu-link-active-box-shadow:none;--profile-link-border:1px solid #919B9C;--profile-link-bg:linear-gradient(to bottom, #FDFDFD 0%, #F2F1E8 45%, #ECE9D8 55%, #C5C3B5 100%);--profile-link-hover-bg:linear-gradient(to bottom, #FDFFFD 0%, #E5F0FC 45%, #BFDBF7 55%, #7DB0DD 100%);--profile-link-hover-color:#000000;--tab-active-bg:#ffffff;--tab-active-color:#000000;--tab-active-border-color:#316AC5;--content-placeholder-bg:#ffffff;--content-placeholder-border:1px dashed #919B9C;--settings-group-bg:#ffffff;--settings-group-border:1px solid #919B9C;--stats-section-bg:#ffffff;--stats-section-border:1px solid #919B9C;--stat-item-bg:#ffffff;--achievement-progress-bg:#ffffff;--achievement-progress-fill-bg:linear-gradient(to bottom, #BDEA98 0%, #6CCA3D 45%, #3DA22B 100%);--profile-achievement-bg:#ffffff;--profile-achievement-fill-bg:linear-gradient(to bottom, #BDEA98 0%, #6CCA3D 45%, #3DA22B 100%)}body.theme-winxp{font-family:tahoma,segoe ui,trebuchet ms,sans-serif}body.theme-winxp .panel-header{border-bottom:1px solid #0a246a;text-transform:none;letter-spacing:0;font-weight:700}body.theme-winxp .market-book-btn,body.theme-winxp .market-book-btn:hover,body.theme-winxp .market-book-btn:active{background:0 0!important;box-shadow:none!important;color:#0a246a!important;padding:2px 4px!important;text-decoration:underline;text-transform:none;font-weight:400}body.theme-winxp .market-book-btn:hover{color:#245edc!important;background:#e5f0fc!important}body.theme-winxp .btn:active,body.theme-winxp button:active:not(:disabled),body.theme-winxp .chat-tab:active{background:linear-gradient(to bottom,#C5C3B5 0%,#ECE9D8 45%,#F2F1E8 55%,#FDFDFD 100%)!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)!important}body.theme-winxp input[type=text],body.theme-winxp input[type=password],body.theme-winxp input[type=number],body.theme-winxp input[type=search],body.theme-winxp input[type=email],body.theme-winxp textarea,body.theme-winxp select{background:#fff;color:#000;border:1px solid #7f9db9;border-radius:3px;box-shadow:none}body.theme-winxp input[type=text]:focus,body.theme-winxp input[type=password]:focus,body.theme-winxp input[type=number]:focus,body.theme-winxp input[type=search]:focus,body.theme-winxp input[type=email]:focus,body.theme-winxp textarea:focus,body.theme-winxp select:focus{border-color:#316ac5;box-shadow:0 0 0 1px #316AC5;outline:none}body.theme-winxp #chat-messages{background:#fff;color:#000;font-family:tahoma,segoe ui,trebuchet ms,sans-serif;border:1px solid #7f9db9;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,8%)}body.theme-winxp .msg-user,body.theme-winxp .msg-user-link{color:#0a246a;font-weight:700}body.theme-winxp .msg-system-text{color:#946a00}body.theme-winxp .progress-bar{position:relative}body.theme-winxp .progress-bar::after{content:"";position:absolute;inset:0;pointer-events:none;background:0 0;border:1px solid #7f9db9;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);z-index:2}body.theme-winxp .panel-header-collapsible{display:flex;align-items:center;gap:4px}body.theme-winxp .panel-header-collapsible .panel-collapse-indicator{position:relative;display:inline-block;width:16px;height:14px;order:1;margin-left:auto;top:0;font-size:0;line-height:0;color:transparent;background:linear-gradient(to bottom,#FDFDFD 0%,#F2F1E8 45%,#ECE9D8 55%,#C5C3B5 100%);border:1px solid #003c74;border-radius:3px;vertical-align:middle}body.theme-winxp .panel-header-collapsible[aria-expanded=true] .panel-collapse-indicator::before{content:"";position:absolute;left:3px;bottom:3px;width:6px;height:2px;background:#000}body.theme-winxp .panel-header-collapsible[aria-expanded=false] .panel-collapse-indicator::before{content:"";position:absolute;left:3px;top:3px;right:3px;bottom:3px;border:1px solid #000;border-top-width:2px}body.theme-winxp .panel-header-collapsible:active .panel-collapse-indicator{background:linear-gradient(to bottom,#C5C3B5 0%,#ECE9D8 45%,#F2F1E8 55%,#FDFDFD 100%);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}body.theme-winxp .inventory-grid{background:#fff;border:1px solid #7f9db9;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,6%)}body.theme-winxp .inventory-slot-section{background:#fff;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .inventory-slot-header{background:linear-gradient(to bottom,#F5F4EA 0%,#ECE9D8 100%);border-bottom:1px solid #919b9c;color:#000}body.theme-winxp .inventory-slot-header:hover{background:linear-gradient(to bottom,#F8F6EC 0%,#E5E3D2 100%)}body.theme-winxp .inventory-slot-header .slot-name{color:#0a246a;font-weight:700}body.theme-winxp .inventory-slot-header .slot-count,body.theme-winxp .inventory-slot-header .slot-collapse-marker,body.theme-winxp .inventory-slot-header .slot-collapsed{color:#505050}body.theme-winxp .inventory-slot{background:#fff;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .inventory-slot:hover{background:#e5f0fc;border-color:#316ac5;transform:none}body.theme-winxp .inventory-slot.empty{background:#fff}body.theme-winxp .inventory-slot.empty:hover{background:#fff;border-color:#919b9c}body.theme-winxp .inventory-list-row{background:#fff;color:#000;border-top:1px solid #ebe9db}body.theme-winxp .inventory-list-row:hover{background:#e5f0fc}body.theme-winxp .inventory-list-row-header,body.theme-winxp .inventory-list-row-header:hover{background:linear-gradient(to bottom,#F5F4EA 0%,#ECE9D8 100%);color:#000;border-top:0}body.theme-winxp .combat-log{background-color:#fff;color:#000;border:1px solid #7f9db9;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,6%)}body.theme-winxp .combat-log .log-rounds,body.theme-winxp .combat-log .log-expand{color:#505050}body.theme-winxp .combat-log .log-enemy{color:#0a246a}body.theme-winxp .detailed-combat-log{background-color:#fff;color:#000;border-left:2px solid #7f9db9}body.theme-winxp .equipment-slot{background:#fff;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .equipment-slot:hover{background:#e5f0fc;border-color:#316ac5;transform:none}body.theme-winxp .equipment-slot .slot-label{color:#0a246a}body.theme-winxp .loot-filter-rule-card{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .loot-filter-rule-card.is-selected{border-color:#316ac5;box-shadow:inset 0 0 0 1px #316AC5}body.theme-winxp .loot-filter-rule-card .dim,body.theme-winxp .loot-filter-rule-card .auto-decompile-note{color:#000}body.theme-winxp #admin-view,body.theme-winxp #achievements-view,body.theme-winxp #hardware-view,body.theme-winxp #homelab-view,body.theme-winxp #help-view,body.theme-winxp #settings-view,body.theme-winxp #marketplace-view,body.theme-winxp #profile-view{gap:0}body.theme-winxp .admin-tab-content,body.theme-winxp .achievements-content,body.theme-winxp .hardware-tab-content,body.theme-winxp .homelab-tab-content,body.theme-winxp .help-tab-content,body.theme-winxp #syndicate-tab-content,body.theme-winxp .settings-tab-content,body.theme-winxp .marketplace-tab-content,body.theme-winxp .profile-tab-content{position:relative;background:#fff;padding-left:10px;border:1px solid #919b9c;border-left:2px solid #316ac5;border-radius:0 3px 3px 0}body.theme-winxp .admin-tabs,body.theme-winxp .achievements-tabs,body.theme-winxp .syndicate-tabs,body.theme-winxp .hardware-tabs,body.theme-winxp .homelab-tabs,body.theme-winxp .settings-tabs,body.theme-winxp .help-tabs,body.theme-winxp .marketplace-tabs,body.theme-winxp .profile-tabs{border-right:none;padding-right:0;gap:2px;position:relative;z-index:1}body.theme-winxp .admin-tab,body.theme-winxp .achievements-tab,body.theme-winxp .tab-btn,body.theme-winxp .market-tab,body.theme-winxp .profile-tab{background:linear-gradient(to bottom,#F5F4EA 0%,#ECE9D8 55%,#D8D4C0 100%);color:#000;border:1px solid #919b9c;border-right:none;border-radius:3px 0 0 3px;padding:6px 12px;position:relative}body.theme-winxp .admin-tab:hover,body.theme-winxp .achievements-tab:hover,body.theme-winxp .tab-btn:hover,body.theme-winxp .market-tab:hover,body.theme-winxp .profile-tab:hover{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 55%,#BFDBF7 100%);color:#000}body.theme-winxp .admin-tab.active,body.theme-winxp .achievements-tab.active,body.theme-winxp .tab-btn.active,body.theme-winxp .market-tab.active,body.theme-winxp .profile-tab.active{background:linear-gradient(to bottom,#4B7EDA 0%,#316AC5 50%,#0A246A 100%);color:#fff;font-weight:700;padding-right:16px;margin-right:-3px;z-index:2;border-color:#0a246a}body.theme-winxp .action-card{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .action-card:hover:not(.action-disabled){background:#e5f0fc;border-color:#316ac5;box-shadow:none;transform:none}body.theme-winxp .action-card.active{background:#fff;border-color:#3c873a;box-shadow:inset 0 0 0 1px #3C873A}body.theme-winxp .action-header{border-bottom:1px solid #919b9c}body.theme-winxp .action-title{color:#0a246a}body.theme-winxp .action-status{color:#505050}body.theme-winxp .action-button{background:linear-gradient(to bottom,#FDFDFD 0%,#F2F1E8 45%,#ECE9D8 55%,#C5C3B5 100%);color:#000;border:1px solid #003c74;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.75)}body.theme-winxp .action-card:hover .action-button{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 45%,#BFDBF7 55%,#7DB0DD 100%);border-color:#003c74}body.theme-winxp .action-card.active .action-button{color:#3c873a}body.theme-winxp .action-button:active{background:linear-gradient(to bottom,#C5C3B5 0%,#ECE9D8 45%,#F2F1E8 55%,#FDFDFD 100%);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}body.theme-winxp .contracts-card{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .contracts-card:hover{background:#e5f0fc;border-color:#316ac5;box-shadow:none;transform:none}body.theme-winxp .contracts-card-name{color:#0a246a}body.theme-winxp .contracts-card-duration,body.theme-winxp .contracts-card .dim,body.theme-winxp .contracts-progress-text{color:#000;opacity:1}body.theme-winxp .contracts-card-desc{color:#000}body.theme-winxp .contracts-card-icon,body.theme-winxp .contracts-progress-bar{background:#fff;border:1px solid #7f9db9;border-radius:3px}body.theme-winxp .contracts-reward-item{color:#3c873a}body.theme-winxp .contracts-btn{background:linear-gradient(to bottom,#FDFDFD 0%,#F2F1E8 45%,#ECE9D8 55%,#C5C3B5 100%);color:#000;border:1px solid #003c74;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.75)}body.theme-winxp .contracts-btn:hover{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 45%,#BFDBF7 55%,#7DB0DD 100%);border-color:#003c74}body.theme-winxp .contracts-btn:active:not(:disabled){background:linear-gradient(to bottom,#C5C3B5 0%,#ECE9D8 45%,#F2F1E8 55%,#FDFDFD 100%);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}body.theme-winxp button.profile-link,body.theme-winxp .sidebar-contract-board-btn{background:linear-gradient(to bottom,#FDFDFD 0%,#F2F1E8 45%,#ECE9D8 55%,#C5C3B5 100%)!important;color:#000!important;border:1px solid #003c74!important;border-radius:3px!important;box-shadow:inset 0 1px rgba(255,255,255,.75)!important}body.theme-winxp button.profile-link:hover,body.theme-winxp .sidebar-contract-board-btn:hover{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 45%,#BFDBF7 55%,#7DB0DD 100%)!important;color:#000!important;opacity:1}body.theme-winxp button.profile-link:active,body.theme-winxp .sidebar-contract-board-btn:active{background:linear-gradient(to bottom,#C5C3B5 0%,#ECE9D8 45%,#F2F1E8 55%,#FDFDFD 100%)!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)!important}body.theme-winxp .hardware-summary-card,body.theme-winxp .hardware-card{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .hardware-card:hover{background:#e5f0fc;border-color:#316ac5}body.theme-winxp .hardware-card.can-afford{border-color:#3c873a}body.theme-winxp .hardware-card.can-afford:hover{box-shadow:inset 0 0 0 1px #3C873A}body.theme-winxp .hardware-summary-title,body.theme-winxp .hardware-title{color:#0a246a}body.theme-winxp .hardware-level{color:#6020a0}body.theme-winxp .effect-item{color:#3c873a}body.theme-winxp .hardware-cost{background:#fff;border:1px solid #919b9c}body.theme-winxp .homelab-section>h3,body.theme-winxp .homelab-job-title,body.theme-winxp .homelab-job-group-header span:first-child,body.theme-winxp .homelab-bonus-component-header span:first-child{color:#0a246a}body.theme-winxp .homelab-stat-card,body.theme-winxp .homelab-level-progress,body.theme-winxp .homelab-job-row,body.theme-winxp .homelab-bonus-component,body.theme-winxp .homelab-unlock-hint{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .homelab-job-row:hover{background:#e5f0fc;border-color:#316ac5}body.theme-winxp .homelab-stat-card .stat-label,body.theme-winxp .homelab-card-meta,body.theme-winxp .homelab-job-meta,body.theme-winxp .homelab-bonus-component-header,body.theme-winxp .homelab-unlock-hint{color:#505050}body.theme-winxp .homelab-stat-card .stat-value,body.theme-winxp .homelab-bonus-component .bonus-label{color:#000}body.theme-winxp .homelab-bonus-component-header{border-bottom:1px solid #919b9c}body.theme-winxp .homelab-bonus-component .bonus-value{color:#6020a0}body.theme-winxp .homelab-progress{background:#fff;border:1px solid #919b9c;border-radius:2px}body.theme-winxp .homelab-progress span{background:#3c873a}body.theme-winxp .hardware-button{background:linear-gradient(to bottom,#FDFDFD 0%,#F2F1E8 45%,#ECE9D8 55%,#C5C3B5 100%);color:#000;border:1px solid #003c74;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.75)}body.theme-winxp .hardware-button:hover{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 45%,#BFDBF7 55%,#7DB0DD 100%);border-color:#003c74}body.theme-winxp .hardware-card.can-afford .hardware-button{color:#3c873a}body.theme-winxp .hardware-card.can-afford .hardware-button:hover{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 45%,#BFDBF7 55%,#7DB0DD 100%)}body.theme-winxp .hardware-button:active:not(.disabled){background:linear-gradient(to bottom,#C5C3B5 0%,#ECE9D8 45%,#F2F1E8 55%,#FDFDFD 100%);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}body.theme-winxp .stat-card{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .stat-card .stat-label{color:#505050}body.theme-winxp .profile-section{background:#fff;border:1px solid #919b9c;border-radius:3px;color:#000}body.theme-winxp .profile-section .section-header{color:#0a246a;border-bottom:1px solid #919b9c}body.theme-winxp .profile-equip-slot{background:#fff;border:1px solid #919b9c;border-radius:3px;color:#000}body.theme-winxp .profile-equip-label{color:#505050}body.theme-winxp .profile-equip-content.empty{color:gray}body.theme-winxp .profile-equip-content .item-name{color:#000}body.theme-winxp .stats-section{background:#fff;border:1px solid #919b9c;border-radius:3px;color:#000}body.theme-winxp .stats-section .section-header{color:#0a246a;border-bottom:1px solid #919b9c}body.theme-winxp .breakdown-table th{color:#000;background:linear-gradient(to bottom,#F5F4EA 0%,#ECE9D8 100%);border-bottom:1px solid #919b9c}body.theme-winxp .breakdown-table td{border-bottom:1px solid #ebe9db;color:#000}body.theme-winxp .breakdown-table tr:hover{background-color:#e5f0fc}body.theme-winxp .breakdown-table .stat-name{color:#0a246a}body.theme-winxp .breakdown-table .positive{color:#3c873a}body.theme-winxp .breakdown-table .negative{color:#a00000}body.theme-winxp .breakdown-table .total{color:#000;font-weight:700}body.theme-winxp .breakdown-table .subtotal,body.theme-winxp .breakdown-table .subtotal-header{color:#505050}body.theme-winxp .formula-explanation{color:#505050}body.theme-winxp .stat-item{background:#fff;border:1px solid #919b9c;border-radius:3px;color:#000}body.theme-winxp .stat-item .stat-name{color:#505050}body.theme-winxp .stat-item span:last-child{color:#0a246a}body.theme-winxp .boost-card{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .boost-card:hover{background:#e5f0fc;border-color:#316ac5;transform:none}body.theme-winxp .boost-card.active{border-color:#3c873a}body.theme-winxp .boost-card.active:hover{box-shadow:inset 0 0 0 1px #3C873A}body.theme-winxp .boost-card.owned{border-color:#6020a0}body.theme-winxp .boost-card-effect{color:#505050}body.theme-winxp .boost-card-effect.active{color:#3c873a}body.theme-winxp .boost-card-button{background:linear-gradient(to bottom,#FDFDFD 0%,#F2F1E8 45%,#ECE9D8 55%,#C5C3B5 100%);color:#000;border:1px solid #003c74;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.75)}body.theme-winxp .boost-card-button.activate{color:#3c873a}body.theme-winxp .boost-card-button.deactivate{color:#a00000}body.theme-winxp .boost-card-button.upgrade{color:#0a246a}body.theme-winxp .boost-card-button:hover{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 45%,#BFDBF7 55%,#7DB0DD 100%)}body.theme-winxp .boost-card-button:active:not(.disabled){background:linear-gradient(to bottom,#C5C3B5 0%,#ECE9D8 45%,#F2F1E8 55%,#FDFDFD 100%);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}body.theme-winxp .upgrade-item,body.theme-winxp .application-item,body.theme-winxp .syndicate-invite-item{background:#fff;color:#000;border:1px solid #919b9c;border-radius:3px}body.theme-winxp .upgrade-cost{color:#505050}body.theme-winxp .roster-table thead th{color:#505050;border-bottom:1px solid #919b9c}body.theme-winxp .roster-row{background:#fff;color:#000}body.theme-winxp .roster-row.online{border-left:3px solid #3c873a}body.theme-winxp .roster-row.offline{border-left:3px solid #919b9c}body.theme-winxp .achievement-toast{background:#ece9d8;border:none;border-radius:8px 8px 0 0;box-shadow:0 0 0 1px #0831D9,3px 0 #1660D6,-3px 0 #1660D6,0 3px #1660D6,0 5px 12px rgba(0,0,0,.28);color:#000;overflow:hidden}body.theme-winxp .achievement-toast-header{color:#fff;background:linear-gradient(to bottom,#0A58D0 0%,#2275DE 3%,#0A58D0 6%,#1058CC 12%,#1560D0 40%,#1058CC 70%,#0947B1 90%,#083596 100%);padding:4px 8px;margin:-1rem -1.5rem .5rem}body.theme-winxp .achievement-toast-name{color:#0a246a}body.theme-winxp .achievement-toast-desc{color:#000;opacity:1}body.theme-winxp .chat-tab.active{background:linear-gradient(to bottom,#F5F4EA 0%,#ECE9D8 100%);border:1px solid #919b9c;border-bottom-color:#ece9d8;border-radius:3px 3px 0 0}body.theme-winxp,body.theme-winxp *{scrollbar-color:#B6C4DB #EBE5CB}body.theme-winxp *::-webkit-scrollbar{width:16px;height:16px;background-color:#ebe5cb}body.theme-winxp *::-webkit-scrollbar-track{background-color:#ebe5cb;background-image:linear-gradient(to right,#D4CFB4 0%,#EBE5CB 25%,#EBE5CB 75%,#D4CFB4 100%);border-radius:0;border:none}body.theme-winxp *::-webkit-scrollbar-thumb{background-color:#d5ddf6;background-image:linear-gradient(to right,#F2F5FB 0%,#D5DDF6 25%,#B6C4DB 75%,#8394B8 100%);border:1px solid #7f9db9;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.6)}body.theme-winxp *::-webkit-scrollbar-thumb:hover{background-image:linear-gradient(to right,#F5F9FF 0%,#DCE6FA 25%,#BBCAE4 75%,#8EA2C8 100%)}body.theme-winxp *::-webkit-scrollbar-thumb:active{background-image:linear-gradient(to right,#ADBAD3 0%,#8394B8 50%,#596F95 100%)}body.theme-winxp *::-webkit-scrollbar-button{display:block;height:16px;width:16px;background-color:#d5ddf6;background-image:linear-gradient(to bottom,#F2F5FB 0%,#D5DDF6 45%,#B6C4DB 55%,#8394B8 100%);background-repeat:no-repeat;background-position:50%;border:1px solid #7f9db9;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.5)}body.theme-winxp *::-webkit-scrollbar-button:vertical:start:decrement,body.theme-winxp *::-webkit-scrollbar-button:vertical:end:increment{display:block}body.theme-winxp *::-webkit-scrollbar-button:vertical:start:increment,body.theme-winxp *::-webkit-scrollbar-button:vertical:end:decrement,body.theme-winxp *::-webkit-scrollbar-button:horizontal:start:increment,body.theme-winxp *::-webkit-scrollbar-button:horizontal:end:decrement{display:none}body.theme-winxp *::-webkit-scrollbar-button:vertical:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4'><path d='M0 4h7L3.5 0z' fill='%23003C74'/></svg>"),linear-gradient(to bottom,#F2F5FB 0%,#D5DDF6 45%,#B6C4DB 55%,#8394B8 100%);background-repeat:no-repeat,no-repeat;background-position:50%,50%}body.theme-winxp *::-webkit-scrollbar-button:vertical:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4'><path d='M0 0h7L3.5 4z' fill='%23003C74'/></svg>"),linear-gradient(to bottom,#F2F5FB 0%,#D5DDF6 45%,#B6C4DB 55%,#8394B8 100%);background-repeat:no-repeat,no-repeat;background-position:50%,50%}body.theme-winxp *::-webkit-scrollbar-button:horizontal:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='7' viewBox='0 0 4 7'><path d='M4 0v7L0 3.5z' fill='%23003C74'/></svg>"),linear-gradient(to bottom,#F2F5FB 0%,#D5DDF6 45%,#B6C4DB 55%,#8394B8 100%);background-repeat:no-repeat,no-repeat;background-position:50%,50%}body.theme-winxp *::-webkit-scrollbar-button:horizontal:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='7' viewBox='0 0 4 7'><path d='M0 0v7l4-3.5z' fill='%23003C74'/></svg>"),linear-gradient(to bottom,#F2F5FB 0%,#D5DDF6 45%,#B6C4DB 55%,#8394B8 100%);background-repeat:no-repeat,no-repeat;background-position:50%,50%}body.theme-winxp *::-webkit-scrollbar-button:active{background-image:linear-gradient(to bottom,#ADBAD3 0%,#8394B8 50%,#596F95 100%)}body.theme-winxp *::-webkit-scrollbar-corner{background:#ebe5cb}body.theme-winxp #chat-messages,body.theme-winxp .chat-messages,body.theme-winxp .profile-tab-content,body.theme-winxp .admin-tab-content,body.theme-winxp .achievements-content,body.theme-winxp .hardware-tab-content,body.theme-winxp .homelab-tab-content,body.theme-winxp .help-tab-content,body.theme-winxp #syndicate-tab-content,body.theme-winxp .settings-tab-content,body.theme-winxp .marketplace-tab-content,body.theme-winxp .panel-body,body.theme-winxp .inventory-grid,body.theme-winxp .inventory-items-section,body.theme-winxp .scrollable,body.theme-winxp .combat-log{padding-right:6px}body.theme-winxp .nu-hero,body.theme-winxp .nu-closing,body.theme-winxp .rm-hero{background:linear-gradient(to bottom,#ffffff 0%,#F5F4EA 100%);border:1px solid #0a246a;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.12);animation:none}body.theme-winxp .nu-hero-grid,body.theme-winxp .nu-hero-scanlines,body.theme-winxp .nu-hero-vignette,body.theme-winxp .nu-hero-flare,body.theme-winxp .nu-hero-corner,body.theme-winxp .nu-closing-glow,body.theme-winxp .nu-closing-scanlines,body.theme-winxp .rm-hero-grid,body.theme-winxp .rm-hero-scanlines,body.theme-winxp .rm-hero-vignette,body.theme-winxp .rm-timeline-glow,body.theme-winxp .rm-card-scanlines,body.theme-winxp .rm-card-corner,body.theme-winxp .nu-btn-shine{display:none!important}body.theme-winxp .nu-title,body.theme-winxp .rm-title,body.theme-winxp .nu-closing-headline{color:#0a246a;text-shadow:none}body.theme-winxp .nu-subtitle,body.theme-winxp .rm-subtitle{color:#0a246a;opacity:1}body.theme-winxp .nu-glitch::before,body.theme-winxp .nu-glitch::after{display:none!important}body.theme-winxp .nu-lead,body.theme-winxp .nu-closing-sub,body.theme-winxp .nu-feat-body p,body.theme-winxp .nu-pillar p,body.theme-winxp .rm-card p{color:#000}body.theme-winxp .nu-status-text{color:#505050}body.theme-winxp .nu-badge,body.theme-winxp .nu-closing-label,body.theme-winxp .rm-card-label,body.theme-winxp .rm-card-badge{background:linear-gradient(to bottom,#F5F4EA 0%,#ECE9D8 100%);color:#0a246a;border:1px solid #919b9c;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.75)}body.theme-winxp .nu-badge-dot,body.theme-winxp .rm-badge-dot{background:#3c873a;box-shadow:none;animation:none}body.theme-winxp .nu-divider-line{background:#919b9c}body.theme-winxp .nu-divider-text{color:#0a246a;opacity:1}body.theme-winxp .nu-pillar,body.theme-winxp .nu-feat,body.theme-winxp .rm-card,body.theme-winxp .rm-card--featured{background:#fff;border:1px solid #919b9c;border-left:3px solid #316ac5;border-radius:3px;box-shadow:none;animation:none}body.theme-winxp .nu-pillar:hover,body.theme-winxp .nu-feat:hover,body.theme-winxp .rm-card:hover,body.theme-winxp .rm-card--featured:hover{background:#e5f0fc;border-color:#919b9c;border-left-color:#316ac5;box-shadow:none}body.theme-winxp .nu-pillar-accent,body.theme-winxp .rm-card-accent{display:none}body.theme-winxp .nu-pillar-num{color:rgba(10,36,106,.25)}body.theme-winxp .nu-pillar-title,body.theme-winxp .nu-feat-name,body.theme-winxp .rm-card-title,body.theme-winxp .rm-card-title--large,body.theme-winxp .rm-card-date,body.theme-winxp .nu-pillar-link{color:#0a246a;text-shadow:none;opacity:1}body.theme-winxp .nu-feat-icon{background:linear-gradient(to bottom,#F5F4EA 0%,#ECE9D8 100%);color:#0a246a;border:1px solid #919b9c;border-radius:3px;opacity:1;box-shadow:inset 0 1px rgba(255,255,255,.75)}body.theme-winxp .nu-btn-primary,body.theme-winxp .nu-btn-secondary{background:linear-gradient(to bottom,#FDFDFD 0%,#F2F1E8 45%,#ECE9D8 55%,#C5C3B5 100%);color:#000;border:1px solid #003c74;border-radius:3px;letter-spacing:.02em;box-shadow:inset 0 1px rgba(255,255,255,.75)}body.theme-winxp .nu-btn-primary:hover,body.theme-winxp .nu-btn-secondary:hover{background:linear-gradient(to bottom,#FDFFFD 0%,#E5F0FC 45%,#BFDBF7 55%,#7DB0DD 100%);color:#000;transform:none;box-shadow:inset 0 1px rgba(255,255,255,.85)}body.theme-winxp .rm-timeline-track{background:#919b9c}body.theme-winxp .rm-node-ring{background:#fff;border-color:#316ac5;animation:none;box-shadow:none}body.theme-winxp .rm-node-dot,body.theme-winxp .rm-milestone--launch .rm-node-dot,body.theme-winxp .rm-milestone--ongoing .rm-node-dot,body.theme-winxp .rm-milestone--major .rm-node-dot,body.theme-winxp .rm-milestone--future .rm-node-dot{background:#316ac5;box-shadow:none;opacity:1}body.theme-winxp .rm-milestone--ongoing .rm-node-ring{border-color:#3c873a}body.theme-winxp .rm-milestone--ongoing .rm-node-dot{background:#3c873a}body.theme-winxp .rm-milestone--major .rm-node-ring{border-color:#946a00}body.theme-winxp .rm-milestone--major .rm-node-dot{background:#946a00}body.theme-winxp .rm-milestone--future .rm-node-ring{border-color:#505050;border-style:dashed}body.theme-winxp .rm-milestone--future .rm-node-dot{background:#505050}body.theme-winxp .rm-milestone{animation:none}body.theme-win95 .gear-set-preview-modal-content{padding:3px 3px 10px;background-color:silver;background-image:none;border:none;border-radius:0;box-shadow:inset 1px 1px #ffffff,inset -1px -1px #000000,inset 2px 2px #dfdfdf,inset -2px -2px #808080,2px 2px rgba(0,0,0,.35);color:#000}body.theme-win95 .gear-set-preview-modal-header{margin:0 0 10px;padding:3px 6px;background:navy;color:#fff}body.theme-win95 .gear-set-preview-modal-title{color:#fff;text-shadow:none;letter-spacing:.04em}body.theme-win95 .gear-set-preview-modal-subtitle{color:#d8d8ff}body.theme-win95 .gear-set-preview-warning,body.theme-win95 .gear-set-preview-grid{margin-left:7px;margin-right:7px}body.theme-win95 .gear-set-preview-warning{background:#ffc;color:#000;border:1px solid olive;border-radius:0}body.theme-win95 .gear-set-preview-column-title{color:navy;text-shadow:none}body.theme-win95 .gear-set-preview-column .bonus-category{background:#fff;border:1px solid gray;border-radius:0}body.theme-win95 .gear-set-preview-column .bonus-category-header{color:#404040;border-bottom-color:silver}body.theme-win95 .gear-set-preview-column .bonus-value.gear-set-preview-delta-positive,body.theme-win95 .gear-set-editor-bonuses-stack .bonus-value.gear-set-preview-delta-positive{color:#006000!important}body.theme-win95 .gear-set-preview-column .bonus-value.gear-set-preview-delta-negative,body.theme-win95 .gear-set-editor-bonuses-stack .bonus-value.gear-set-preview-delta-negative{color:#a00000!important}body.theme-winxp .gear-set-preview-modal-content{padding:0 3px 3px;background-color:#fff;background-image:none;border:none;border-radius:8px 8px 0 0;box-shadow:0 0 0 1px #0831D9,3px 0 #1660D6,-3px 0 #1660D6,0 3px #1660D6,0 18px 60px rgba(0,0,0,.35);color:#000;overflow:hidden}body.theme-winxp .gear-set-preview-modal-header{margin:0 -3px 14px;padding:5px 10px;background:linear-gradient(to bottom,#0A58D0 0%,#2275DE 3%,#0A58D0 6%,#1058CC 12%,#1560D0 40%,#1058CC 70%,#0947B1 90%,#083596 100%);color:#fff}body.theme-winxp .gear-set-preview-modal-title{color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.45);letter-spacing:.04em}body.theme-winxp .gear-set-preview-modal-subtitle{color:#d8e8ff;text-shadow:1px 1px 0 rgba(0,0,0,.35)}body.theme-winxp .gear-set-preview-warning,body.theme-winxp .gear-set-preview-grid{margin-left:11px;margin-right:11px}body.theme-winxp .gear-set-preview-warning{background:#fff4ce;color:#1f1300;border:1px solid #e6b800;border-radius:3px}body.theme-winxp .gear-set-preview-column-title{color:#0a246a;text-shadow:none}body.theme-winxp .gear-set-preview-column .bonus-category{background:#fff;border:1px solid #b5b5b5;border-radius:3px}body.theme-winxp .gear-set-preview-column .bonus-category-header{color:#0a246a;border-bottom-color:#d4d0c8}body.theme-winxp .gear-set-preview-column .bonus-value.gear-set-preview-delta-positive,body.theme-winxp .gear-set-editor-bonuses-stack .bonus-value.gear-set-preview-delta-positive{color:#2e7d32!important}body.theme-winxp .gear-set-preview-column .bonus-value.gear-set-preview-delta-negative,body.theme-winxp .gear-set-editor-bonuses-stack .bonus-value.gear-set-preview-delta-negative{color:#b71c1c!important}body.high-contrast-text.theme-winxp{--dim-color:#202020}