.atlas-panel { --atlas-ink: var(--dost-ink, #161b22); --atlas-muted: var(--dost-muted, #6b7280); --atlas-line: var(--dost-line, #e8ebef); --atlas-red: var(--dost-red, #ef233c); background: #fff; border: 1px solid var(--atlas-line); border-radius: 12px; padding: 26px; margin: 16px 0 40px; color: var(--atlas-ink); }
.atlas-panel * { box-sizing: border-box; }
.atlas-panel [hidden] { display: none !important; }
.atlas-header, .atlas-heading, .atlas-server-control { display: flex; align-items: center; gap: 18px; }
.atlas-header { justify-content: space-between; margin-bottom: 24px; }
.atlas-logo { display: grid; place-items: center; width: 54px; height: 54px; flex-shrink: 0; }
.atlas-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.atlas-heading h1 { font-size: 29px; font-weight: 800; line-height: 1.2; margin: 0 0 7px; }
.atlas-heading p { color: var(--atlas-muted); margin: 0; font-size: 15px; }
.atlas-panel :is(input,select) { min-width: 0; width: 100%; border: 1px solid #dce1e7; border-radius: 7px; background: #fff; color: var(--atlas-ink); font: inherit; font-size: 13px; height: 42px; padding: 0 12px; }
.atlas-panel input::placeholder { color: var(--atlas-muted); }
.atlas-panel :is(button,a,input,select):focus-visible { outline: 2px solid var(--atlas-red); outline-offset: 3px; }
.atlas-server-control select { min-width: 185px; }
.atlas-header { flex-wrap: wrap; }
.atlas-heading { min-width: 0; flex: 1 1 340px; }
.atlas-header-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.atlas-alert-actions { display: flex; align-items: center; gap: 8px; }
.atlas-alert-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 0 15px; border-radius: 9px; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .15s, border-color .15s; }
.atlas-alert-button { background: #fff0f3; border: 1px solid #ffd5dd; color: #c91d3c; }
.atlas-alert-button i { font-size: 19px; }
.atlas-alert-button:hover { background: #ffe3e9; border-color: #f7a6b5; color: #a91330; }
.atlas-alert-create { background: var(--atlas-red); border: 1px solid var(--atlas-red); color: #fff; }
.atlas-alert-create:hover { background: #d51b34; color: #fff; }
@media(max-width:700px) {
    .atlas-heading { flex: none; }
    .atlas-header-actions { width: 100%; gap: 10px; }
    .atlas-header-actions .atlas-server-control { flex: 1 1 180px; min-width: 0; }
    .atlas-header-actions .atlas-server-control select { min-width: 0; }
    .atlas-alert-actions { flex-wrap: wrap; }
}
.atlas-refresh { border: 0; color: var(--atlas-red); background: transparent; padding: 10px; cursor: pointer; font-size: 21px; }
.atlas-filters { display: grid; grid-template-columns: minmax(180px,1.6fr) minmax(130px,1fr) 135px minmax(175px,1fr) minmax(170px,1.1fr) auto; gap: 12px; margin: 0; }
.atlas-search { position: relative; }
.atlas-search i { position: absolute; left: 13px; top: 14px; color: var(--atlas-muted); }
.atlas-search input { padding-left: 36px; }
.atlas-price-range { display: flex; align-items: center; gap: 4px; padding: 0; border: 0; min-width: 0; margin: 0; }
.atlas-price-range input { padding: 0 8px; }
.atlas-apply { border: 0; border-radius: 7px; background: var(--atlas-red); color: white; font-weight: 700; padding: 0 18px; cursor: pointer; }
.atlas-status { margin: 18px 0; border: 1px solid var(--atlas-line); border-radius: 7px; padding: 11px 14px; background: #f7f8fa; color: #536174; font-size: 12px; line-height: 1.7; }
.atlas-status.is-warning { background: #fff8e8; color: #815716; border-color: #eedba9; }
.atlas-list-caption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--atlas-line); padding: 17px 0; color: #536174; font-size: 13px; }
.atlas-list-caption strong { font-size: 14px; }
.atlas-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--atlas-line); border-radius: 8px; }
.atlas-table { width: 100%; border-collapse: collapse; min-width: 800px; font-size: 13px; text-align: left; }
.atlas-table th { background: #f7f8fa; color: #536174; font-weight: 650; padding: 13px 16px; white-space: nowrap; }
.atlas-table td { border-top: 1px solid var(--atlas-line); padding: 15px 16px; vertical-align: middle; }
.atlas-table tbody tr:hover, .atlas-table tbody tr:focus-within { background: #fff5f6; }
.atlas-table th:first-child { width: 47%; }
.atlas-item-content { display: flex; gap: 14px; align-items: center; }
.atlas-item-icon, .atlas-icon-missing { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; background: #171c22; border: 1px solid #d4d9e1; border-radius: 7px; padding: 4px; }
.atlas-icon-missing { display: grid; place-items: center; background: #f2f4f7; color: #8793a3; font-size: 22px; }
.atlas-item-name { background: none; border: 0; padding: 0; font-size: 15px; line-height: 1.4; font-weight: 800; color: var(--atlas-ink); text-align: left; cursor: pointer; }
.atlas-bonuses { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.atlas-bonus { border: 1px solid #b9e4ca; background: #effbf3; color: #257740; border-radius: 4px; padding: 2px 7px; font-size: 11px; }
.atlas-bonus:nth-child(2) { border-color: #b7d5f4; background: #f0f7ff; color: #2864a3; }
.atlas-bonus:nth-child(3) { border-color: #dcc5f4; background: #f8f1ff; color: #7749a1; }
.atlas-bonus-more { font-size: 11px; color: var(--atlas-muted); padding: 3px; }
.atlas-price { font-weight: 800; max-width: 240px; min-width: 150px; overflow-wrap: anywhere; }
.atlas-seller { overflow-wrap: anywhere; max-width: 180px; color: #435875; }
.atlas-seen { white-space: nowrap; color: #536174; font-size: 12px; }
.atlas-table .atlas-empty { text-align: center; padding: 70px 20px; color: var(--atlas-muted); }
.atlas-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 18px; }
.atlas-footer small { color: var(--atlas-muted); font-size: 11px; }
.atlas-footer nav { display: flex; gap: 6px; }
.atlas-footer button { min-width: 34px; height: 34px; background: #fff; border: 1px solid var(--atlas-line); border-radius: 5px; color: #435875; cursor: pointer; }
.atlas-footer button.is-active { background: var(--atlas-red); border-color: var(--atlas-red); color: white; }
.atlas-footer button:disabled { opacity: .4; cursor: default; }
.atlas-tooltip { position: fixed; z-index: 10000; width: 310px; max-width: calc(100vw - 16px); max-height: calc(100dvh - 16px); overflow: auto; padding: 18px; background: #171b20; color: #e6edf5; border: 1px solid #3e464f; border-radius: 8px; box-shadow: 0 12px 36px #0004; font-size: 13px; }
.atlas-tooltip-heading { display: flex; align-items: center; gap: 12px; color: #ffe16a; font-size: 16px; }
.atlas-tooltip-description, .atlas-tooltip-category { color: #bdc8d5; margin: 10px 0; line-height: 1.5; }
.atlas-tooltip-sungma { color: #d9a4f6; margin: 10px 0; }
.atlas-tooltip ul { list-style: none; padding: 0; margin: 12px 0; }
.atlas-tooltip li { margin: 5px 0; line-height: 1.45; }
.atlas-base-stat { color: #dde4ed; }
.atlas-bonus-stat { color: #8ef3aa; }
.atlas-tooltip-price { display: block; color: #ffe16a; margin-top: 14px; overflow-wrap: anywhere; }
.atlas-tooltip-close { display: block; margin: 14px 0 0 auto; color: #e6edf5; border: 1px solid #627083; background: transparent; border-radius: 5px; padding: 4px 10px; cursor: pointer; }
.atlas-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media(max-width:1200px) { .atlas-filters { grid-template-columns: 1.4fr 1fr 1fr; } .atlas-apply { min-height: 42px; } }
@media(max-width:700px) { .atlas-panel { padding: 16px; } .atlas-header { flex-direction: column; align-items: stretch; gap: 16px; } .atlas-heading h1 { font-size: 23px; } .atlas-logo { width: 44px; height: 44px; font-size: 24px; } .atlas-heading { gap: 12px; } .atlas-heading p { font-size: 13px; } .atlas-server-control { gap: 8px; } .atlas-filters { grid-template-columns: 1fr 1fr; gap: 10px; } .atlas-search { grid-column: 1/-1; } .atlas-price-range { grid-column: 1/-1; } .atlas-footer { flex-direction: column; align-items: flex-start; } }
.atlas-tooltip{width:max-content;min-width:190px;max-width:min(420px,calc(100vw - 48px));padding:16px 12px 12px;background:rgba(0,0,0,.90);color:#c3c3c3;border:0;border-radius:0;box-shadow:none;font-family:Tahoma,sans-serif;font-size:12px;line-height:1.3;text-align:center;overflow-wrap:anywhere}
.atlas-tooltip::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Corner_LeftTop.png'),url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Corner_RightTop.png'),url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Corner_LeftBottom.png'),url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Corner_RightBottom.png'),url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Line_Top.png'),url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Line_Bottom.png'),url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Line_Left.png'),url('https://cdn.dostgame.com/metin2/ui/ThinBoard_Line_Right.png');background-position:left top,right top,left bottom,right bottom,center top,center bottom,left center,right center;background-size:16px 16px,16px 16px,16px 16px,16px 16px,calc(100% - 32px) 16px,calc(100% - 32px) 16px,16px calc(100% - 32px),16px calc(100% - 32px);background-repeat:no-repeat}
.atlas-tooltip-heading{display:flex;flex-direction:column;gap:4px;align-items:center;color:#ffc800;font-size:12px;margin:0 0 3px}.atlas-tooltip-heading strong{font-weight:400}.atlas-tooltip .atlas-item-icon{display:block;width:32px;height:auto;max-height:96px;max-width:32px;object-fit:contain;background:transparent;border:0;border-radius:0;padding:0;flex:none}.atlas-tooltip .atlas-icon-missing{background:transparent;border:0;width:32px;height:32px;flex:none}.atlas-tip-line{margin:0;line-height:15px}.atlas-tone-condition{color:#c3c3c3}.atlas-tone-sungma{color:#9a9cdb}.atlas-tone-positive{color:#8ab98e}.atlas-tone-negative{color:#e57976}.atlas-tone-random{color:#7af6d4}.atlas-tone-bonus{color:#b0dfb4}.atlas-tone-rare{color:#ffff9b}.atlas-tone-aura{color:#beb47d}.atlas-tone-projection{color:#8bbdff}.atlas-tooltip-wearable{margin:8px 0 5px}.atlas-tooltip-stones{display:flex;flex-direction:column;gap:2px;text-align:left;margin:4px 0}.atlas-tooltip-stone{display:flex;gap:8px;align-items:flex-start;min-height:35px}.atlas-stone-slot{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;background:url('https://cdn.dostgame.com/metin2/ui/metin_slot.png') center/32px 32px no-repeat}.atlas-stone-slot .atlas-item-icon{max-height:32px}.atlas-stone-info{padding-top:3px}.atlas-tooltip-price{margin:8px 0 0;color:#ffff00;font-weight:400;line-height:15px}.atlas-price-won{color:#00d5ff}.atlas-price-yang{color:#ffff00}.atlas-tooltip-close{position:absolute;right:5px;top:5px;margin:0;padding:2px 5px;font-size:10px;opacity:0}.atlas-tooltip:focus-within .atlas-tooltip-close{opacity:1}@media(pointer:coarse){.atlas-tooltip-close{opacity:1}}
.atlas-advanced{grid-column:1/-1;border:1px solid #e8ebef;border-radius:7px;padding:12px;font-size:13px}.atlas-advanced summary{cursor:pointer;font-weight:600}.atlas-filter-group{padding:12px 0;border-bottom:1px solid #e8ebef}.atlas-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;padding-top:12px}.atlas-filter-grid label{display:flex;flex-direction:column;gap:5px;font-size:12px}.atlas-advanced button{min-height:34px;margin:10px 8px 0 0;padding:6px 12px}.atlas-add-bonus{border:1px solid #dce1e7;background:#fff;border-radius:5px;cursor:pointer}.atlas-bonus-filter-row{display:flex;gap:8px;flex-wrap:wrap;padding:10px 0;align-items:center}.atlas-bonus-filter-row select{width:240px}.atlas-bonus-filter-row input[type=number]{width:80px}.atlas-bonus-filter-row label{display:flex;align-items:center;gap:4px;margin:0}.atlas-bonus-filter-row input[type=checkbox]{width:16px;height:16px}
.atlas-advanced select[multiple]{height:100px;padding:6px}.atlas-subcategory{min-width:150px}.atlas-panel [hidden]{display:none!important}
.atlas-market-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.atlas-filter-sidebar{border:1px solid var(--atlas-line);border-radius:8px;padding:16px;background:#fff;min-width:0}.atlas-filter-sidebar>summary{font-size:16px;font-weight:750;margin-bottom:16px;cursor:pointer}.atlas-filter-sidebar .atlas-filters{display:flex;flex-direction:column;gap:12px}.atlas-filter-sidebar .atlas-apply{min-height:40px}.atlas-filter-sidebar .atlas-advanced{padding:0;border:0}.atlas-filter-sidebar .atlas-filter-grid{grid-template-columns:minmax(0,1fr)}.atlas-filter-sidebar .atlas-bonus-filter-row select{width:100%}.atlas-filter-sidebar .atlas-subcategory{min-width:0}.atlas-market-results{min-width:0}.atlas-market-results>.atlas-status{margin-top:0}.atlas-filter-sidebar .atlas-filter-group>summary{font-size:13px}.atlas-filter-sidebar .atlas-advanced>summary{line-height:1.5}.atlas-filter-sidebar select{max-width:100%}@media(min-width:801px){.atlas-filter-sidebar>summary{pointer-events:none;list-style:none}.atlas-filter-sidebar:not([open])>*:not(summary){display:block}}@media(max-width:800px){.atlas-market-layout{grid-template-columns:minmax(0,1fr);gap:16px}.atlas-filter-sidebar>summary{margin-bottom:0}.atlas-filter-sidebar[open]>summary{margin-bottom:16px}}
.atlas-filter-sidebar{background:#ffffff;color:#243044;border-color:#e5e8ee;padding:14px}.atlas-filter-sidebar .atlas-filters{gap:8px}.atlas-filter-sidebar :is(input,select){background:#ffffff;border-color:#dce1e7;color:#243044;height:34px;font-size:12px;border-radius:5px;padding:0 10px}.atlas-filter-sidebar input::placeholder{color:#8b95a5}.atlas-filter-sidebar .atlas-advanced>summary{display:none}.atlas-filter-sidebar .atlas-filter-group{background:#f7f8fa;border:0;border-radius:7px;padding:12px;margin:8px 0}.atlas-filter-sidebar .atlas-filter-group>summary{font-weight:700;color:#243044}.atlas-filter-sidebar .atlas-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;padding-top:16px}.atlas-filter-sidebar .atlas-filter-grid>label{grid-column:1/-1;color:#667085;font-weight:600;gap:6px}.atlas-filter-sidebar .atlas-filter-grid>.atlas-range-min,.atlas-filter-sidebar .atlas-filter-grid>.atlas-range-max{grid-column:auto}.atlas-filter-sidebar .atlas-canonical{display:none!important}.atlas-filter-sidebar .atlas-choice-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.atlas-filter-sidebar .atlas-choice-buttons button,.atlas-filter-sidebar .atlas-element-choices button{margin:0;min-height:28px;padding:4px;border:1px solid #dce1e7;border-radius:5px;background:#ffffff;color:#667085;font-size:12px;cursor:pointer}.atlas-filter-sidebar [data-field=weaponJob] .atlas-choice-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-filter-sidebar [data-field=weaponJob] button{color:#243044;min-height:32px}.atlas-filter-sidebar button[aria-pressed=true]{border-color:#f51c40;background:#fff0f2;color:#df1737;box-shadow:0 0 0 1px #f51c40}.atlas-filter-sidebar .atlas-element-choices{display:grid;grid-template-columns:repeat(4,38px);gap:6px}.atlas-filter-sidebar .atlas-element-choices button{width:38px;height:38px;padding:4px}.atlas-filter-sidebar .atlas-element-choices img{width:28px;height:28px;object-fit:contain}.atlas-filter-sidebar .atlas-condition-caption{display:flex;align-items:center;gap:8px;color:#243044}.atlas-filter-sidebar .atlas-condition-toggle{width:15px;height:15px;accent-color:#f51c40;margin:0}.atlas-filter-sidebar [data-field=weaponJob]{order:-10}.atlas-filter-sidebar [data-field=levelMin],.atlas-filter-sidebar [data-field=levelMax]{order:-9}.atlas-filter-sidebar [data-field=refineMin],.atlas-filter-sidebar [data-field=refineMax]{order:-8}.atlas-filter-sidebar .atlas-bonus-picker{margin-top:14px}.atlas-filter-sidebar .atlas-add-bonus{background:#ffffff;color:#526174;border-color:#dce1e7}.atlas-filter-sidebar .atlas-bonus-filter-row select{width:100%}.atlas-filter-sidebar .atlas-bonus-filter-row label{color:#667085}.atlas-filter-sidebar>summary{font-size:13px}.atlas-filter-sidebar .atlas-advanced button.atlas-apply{background:#f51c40;color:#fff}

.atlas-source-tooltip{font:12px/1.3 Tahoma,sans-serif;color:#c3c3c3;text-align:center}.atlas-source-tooltip img{display:inline-block;max-width:100%;border:0;padding:0;margin:0;background:transparent;object-fit:contain}.atlas-source-tooltip>div{margin:auto}.atlas-tooltip{max-height:calc(100vh - 16px);overflow-y:auto}.atlas-tooltip .atlas-source-tooltip strong{font-weight:400}
.atlas-filter-sidebar .atlas-element-pair{grid-column:1/-1;position:relative}.atlas-filter-sidebar .atlas-element-pair label{display:flex;flex-direction:column;color:#667085;gap:6px;font-size:12px}.atlas-filter-sidebar .atlas-element-pair [data-field=weaponElementRate]{position:absolute;bottom:0;left:88px;right:0}.atlas-filter-sidebar .atlas-element-pair input{height:38px}.atlas-filter-sidebar .atlas-extra-filters{padding:12px;border-top:1px solid #e5e8ee;font-size:12px}.atlas-filter-sidebar .atlas-extra-filters>summary{cursor:pointer;color:#667085}.atlas-filter-sidebar .atlas-extra-filters>label,.atlas-filter-sidebar .atlas-extra-filters>fieldset,.atlas-filter-sidebar .atlas-extra-filters>button{margin-top:10px;display:block;width:100%}.atlas-filter-sidebar .atlas-extra-filters>fieldset{display:flex}

.atlas-guide{margin-top:20px}.atlas-guide h2{font-size:20px;margin:24px 0 12px}.atlas-guide p{line-height:1.75}.atlas-server-links{display:flex;flex-wrap:wrap;gap:10px}.atlas-server-links a,.atlas-footer nav a{display:inline-block;padding:9px 13px;border:1px solid #e2e5ec;border-radius:8px;color:#243652}.atlas-server-links a:hover,.atlas-footer nav a[aria-current]{background:#fff0f2;color:#ed123a}
/* DostGame filter controls */
.atlas-filter-sidebar{border-radius:10px;padding:16px;box-shadow:0 2px 8px rgba(25,40,65,.035)}
.atlas-filter-sidebar>summary{font-size:14px;color:#243044;margin-bottom:16px}
.atlas-filter-sidebar .atlas-filters{gap:10px}
.atlas-filter-sidebar :is(input,select){border-radius:6px;color-scheme:light}
.atlas-filter-sidebar :is(input,select):focus{border-color:#f51c40;box-shadow:0 0 0 2px rgba(245,28,64,.08)}
.atlas-filter-sidebar .atlas-search input{padding-left:34px}
.atlas-filter-sidebar .atlas-search i{left:12px;top:50%;transform:translateY(-50%);color:#8b95a5}
.atlas-filter-sidebar .atlas-filter-group{border:1px solid #edf0f4}
.atlas-filter-sidebar .atlas-filter-group>summary::marker{color:#8b95a5}
.atlas-filter-sidebar .atlas-advanced>button{width:100%;margin-right:0;border-radius:6px;min-height:38px;font-size:12px}
.atlas-filter-sidebar .atlas-advanced button.atlas-apply{background:#f51c40;color:#fff;border:1px solid #f51c40;font-weight:700}
.atlas-filter-sidebar .atlas-advanced button.atlas-apply:hover{background:#df1737;border-color:#df1737}
.atlas-filter-sidebar .atlas-add-bonus:hover{background:#f7f8fa}
.atlas-filter-sidebar .atlas-choice-buttons button:hover,.atlas-filter-sidebar .atlas-element-choices button:hover{border-color:#f51c40}
.atlas-filter-sidebar .atlas-extra-filters{padding:14px 0 0;margin-top:8px}

/* Searchable projection selector, scoped to the Atlas sidebar. */
.atlas-projection-picker{position:relative;display:block;width:100%}
.atlas-projection-picker>button{width:100%;text-align:left;padding:9px 11px;border:1px solid #dce1e7;border-radius:7px;background:#fff;color:#243044;cursor:pointer}
.atlas-projection-panel{position:absolute;top:calc(100% + 5px);left:0;width:340px;max-width:calc(100vw - 96px);z-index:80;padding:8px;box-sizing:border-box;border:1px solid #dce1e7;border-radius:9px;background:#fff;box-shadow:0 8px 24px #17203324}
.atlas-projection-panel[hidden]{display:none!important}
.atlas-projection-panel input{width:100%;box-sizing:border-box;margin-bottom:6px}
.atlas-projection-panel>button{border:0;background:transparent;color:#d61739;cursor:pointer;padding:7px}
.atlas-projection-list{display:block;max-height:300px;overflow-y:auto;overscroll-behavior:contain}
.atlas-projection-list>button{display:block;width:100%;min-height:34px;padding:8px;text-align:left;white-space:normal;border:0;border-radius:4px;background:#fff;color:#243044;font-size:12px;cursor:pointer}
.atlas-projection-list>button:hover,.atlas-projection-list>button:focus,.atlas-projection-list>button[aria-selected=true]{background:#fff0f2;color:#c81332;outline:2px solid transparent}
.atlas-projection-empty{display:block;padding:12px;color:#6b7280}

.atlas-try{display:block;color:#667085;font-size:12px;font-weight:500;margin-top:4px}.atlas-try-note{display:block;font-size:10px;color:#777;font-weight:400;max-width:200px}
.atlas-won-buy{display:inline-flex;align-items:center;justify-content:center;margin-top:7px;padding:6px 10px;border-radius:6px;background:var(--atlas-red);color:#fff!important;font-size:11px;font-weight:600;text-decoration:none;white-space:nowrap}.atlas-won-buy:hover{filter:brightness(.9)}.atlas-won-buy:focus-visible{outline:2px solid #172b4d;outline-offset:3px}

.atlas-multi-options{display:flex;flex-wrap:wrap;gap:5px;max-height:260px;overflow:auto}
.atlas-multi-options button{padding:6px 8px;border:1px solid #dce1e7;border-radius:5px;background:#fff;color:#465064;text-align:left;font-size:11px;cursor:pointer}
.atlas-multi-options button[aria-pressed=true]{background:#fff0f2;color:#ce1637;border-color:#f51c40}
.atlas-multi-options button:disabled{opacity:.45;cursor:default}
.atlas-glove-options{display:grid;gap:7px}.atlas-glove-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.atlas-glove-row input[type=checkbox]{width:16px!important;height:16px!important;accent-color:#f51c40}.atlas-glove-row input[type=number]{max-width:90px}
.atlas-filter-sidebar .atlas-choice-buttons button[hidden]{display:none!important}
.atlas-alert-page { padding: 30px; }
.atlas-alert-page-heading,.atlas-alert-title,.atlas-connection-card,.atlas-alert-list-heading,.atlas-alert-row { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.atlas-alert-page-heading { padding-bottom:26px; border-bottom:1px solid var(--atlas-line); }
.atlas-alert-title { justify-content:flex-start; }
.atlas-alert-emblem { width:58px; height:58px; display:grid; place-items:center; flex-shrink:0; background:#fff0f3; color:#df2040; border-radius:16px; font-size:29px; }
.atlas-alert-eyebrow { color:#b4233d; font-size:10px; font-weight:800; letter-spacing:1.5px; }
.atlas-alert-page h1 { font-size:28px; font-weight:800; line-height:1.25; margin:5px 0 7px; }
.atlas-alert-page p { color:var(--atlas-muted); font-size:13px; line-height:1.7; margin:0; }
.atlas-alert-page .atlas-alert-primary,.atlas-alert-page .atlas-alert-secondary { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:42px; padding:10px 17px; border-radius:8px; font-size:13px; font-weight:700; text-decoration:none; white-space:nowrap; cursor:pointer; }
.atlas-alert-primary { background:var(--atlas-red); color:white; border:1px solid var(--atlas-red); }
.atlas-alert-primary:hover { background:#d61935; color:white; }
.atlas-alert-primary:disabled { opacity:.45; cursor:not-allowed; }
.atlas-alert-secondary { background:white; border:1px solid var(--atlas-line); color:var(--atlas-ink); }
.atlas-alert-secondary:hover { background:#f7f8fa; }
.atlas-connection-card { margin:24px 0 30px; padding:20px; border:1px solid var(--atlas-line); border-radius:12px; background:#fafbfc; gap:15px; }
.atlas-connection-card>div { flex:1; }
.atlas-connection-icon { color:#586778; font-size:26px; }
.atlas-alert-page h2 { margin:0 0 5px; font-size:16px; font-weight:750; }
.atlas-alert-list-heading { margin:26px 0 16px; }
.atlas-alert-list-heading h2 { margin:0; }
.atlas-alert-list-heading h2 span { margin-left:10px; padding:4px 8px; border-radius:6px; background:#f1f3f6; color:#758091; font-size:11px; font-weight:600; }
.atlas-alert-list-heading>a { color:#c91d3c; font-size:13px; font-weight:700; }
.atlas-alert-empty { display:flex; flex-direction:column; align-items:center; text-align:center; padding:42px 20px; border:1px dashed #dce1e8; border-radius:12px; background:linear-gradient(180deg,#fafbfc,#fff); }
.atlas-alert-empty>span { display:grid; place-items:center; width:64px; height:64px; border:1px solid #e8ebef; border-radius:20px; background:white; color:#bdc4cf; font-size:27px; margin-bottom:17px; }
.atlas-alert-empty h3 { font-size:19px; font-weight:750; margin:0 0 8px; }
.atlas-alert-empty>a { margin-top:21px; }
.atlas-alert-note { display:flex; gap:10px; align-items:flex-start; padding-top:22px; color:#8792a3; }
.atlas-alert-note p { font-size:12px; }
.atlas-alert-note i { margin-top:4px; }
.atlas-alert-editor { border:1px solid var(--atlas-line); padding:22px; border-radius:12px; }
.atlas-alert-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:20px; }
.atlas-alert-form>label { font-size:12px; font-weight:600; display:flex; flex-direction:column; gap:8px; }
.atlas-alert-form>.atlas-alert-consent { grid-column:1/-1; flex-direction:row; align-items:center; font-weight:400; }
.atlas-alert-form input[type=checkbox] { width:17px; height:17px; flex-shrink:0; accent-color:var(--atlas-red); }
.atlas-alert-form>button { justify-self:start; }
.atlas-alert-row { padding:20px 0; border-top:1px solid var(--atlas-line); }
.atlas-alert-item-title { color:var(--atlas-ink); font-size:15px; font-weight:750; }
.atlas-alert-row p { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:9px; font-size:12px; }
.atlas-alert-badge { background:#f0f2f5; color:#657084; padding:3px 9px; border-radius:5px; font-size:11px; }
.atlas-alert-badge.is-active { color:#247647; background:#edf8f1; }
.atlas-alert-row form { display:flex; gap:8px; }
.atlas-alert-row button { background:white; border:1px solid var(--atlas-line); border-radius:7px; padding:8px 12px; font-size:12px; cursor:pointer; }
.atlas-alert-row button[value=delete] { color:#c91d3c; }
@media(max-width:700px) { .atlas-alert-page { padding:18px; } .atlas-alert-page-heading { align-items:flex-start; flex-direction:column; gap:16px; } .atlas-alert-page h1 { font-size:23px; } .atlas-alert-title { gap:12px; } .atlas-alert-emblem { width:46px; height:46px; font-size:23px; } .atlas-connection-card { flex-wrap:wrap; padding:16px; } .atlas-connection-card>a { width:100%; } .atlas-alert-form { grid-template-columns:1fr; } .atlas-alert-row { align-items:flex-start; flex-direction:column; gap:12px; } }
