/* Silkroad Latino structural conversion for Rakion Evolution public pages.
   Intentionally scoped to .slx so the CMS and AdminCP keep their mechanics. */
@font-face {
    font-family: "Slx Adelon";
    src: url("../silkroad/Adelon-Medium-Regular.otf") format("opentype");
    font-display: swap;
}

.slx {
    --slx-black: #08090b;
    --slx-coal: #101318;
    --slx-iron: #181c23;
    --slx-steel: #1f252c;
    --slx-border: #626363;
    --slx-border-dark: #090a0b;
    --slx-paper: #c1b8ad;
    --slx-copy: #8e8a84;
    --slx-dim: #66645f;
    --slx-bronze: #968872;
    --slx-live: #00bc26;
    width: 100%;
    color: var(--slx-copy);
    font: 13px/1.5 Arial, Helvetica, sans-serif;
}

.slx, .slx * { box-sizing: border-box; }
.slx a { color: inherit; text-decoration: none; }
.slx h1, .slx h2, .slx h3, .slx p, .slx figure, .slx dl, .slx dd { margin: 0; }
.slx ul { margin: 0; padding: 0; list-style: none; }

.slx-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 36px;
    margin-bottom: 10px;
    padding: 7px 12px;
    overflow: hidden;
    color: #8a8781;
    background: linear-gradient(180deg, #242a31, #1a1f25);
    border: 1px solid #555;
    border-bottom-color: #111;
    box-shadow: 0 1px 0 #000, inset 0 1px rgba(255,255,255,.04);
    text-shadow: 0 1px #000;
}

.slx-breadcrumb a { color: #c1b8ad; transition: color .18s ease; }
.slx-breadcrumb a:hover { color: #fff; }
.slx-breadcrumb > i { flex: 0 0 auto; color: #5d5b57; font-size: 9px; }
.slx-breadcrumb > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.slx-box,
.slx-decorated-box {
    position: relative;
    background: #181c23 url("../silkroad/images/box-bg.jpg") repeat-x top;
    border: 1px solid var(--slx-border);
    border-radius: 1px;
    box-shadow: 0 0 0 1px #090a0b, 0 4px 14px rgba(0,0,0,.5), inset 0 0 18px rgba(0,0,0,.45);
}

.slx-decorated-box { isolation: isolate; }
.slx-corner {
    position: absolute;
    z-index: 5;
    width: 38px;
    height: 41px;
    pointer-events: none;
    background: url("../silkroad/images/box-corners.png") no-repeat;
}
.slx-corner-tl { top: 0; left: 0; background-position: -5px -5px; }
.slx-corner-tr { top: 0; right: 0; background-position: -32px -5px; }
.slx-corner-bl { bottom: 0; left: 0; background-position: -5px -35px; }
.slx-corner-br { right: 0; bottom: 0; background-position: -32px -35px; }

.slx-box-title,
.slx-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 43px;
    padding: 10px 14px;
    color: #d0c8be;
    font: 17px/1.1 "Slx Adelon", Georgia, serif;
    letter-spacing: -.2px;
    text-shadow: 0 2px 2px #000;
    background: linear-gradient(180deg, rgba(9,10,12,.05), rgba(0,0,0,.4));
    border-bottom: 1px solid #555;
}

.slx-box-title small,
.slx-section-title small {
    color: #77736d;
    font: 10px Arial, sans-serif;
    letter-spacing: .8px;
}

.slx-page-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 145px;
    margin-bottom: 12px;
    padding: 24px 30px;
    overflow: hidden;
    border: 1px solid #646464;
    box-shadow: 0 0 0 1px #090a0b, inset 0 0 40px #000;
    background-color: #11151a;
    background-position: center 32%;
    background-size: cover;
}

.slx-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,9,12,.97) 0, rgba(9,11,14,.88) 42%, rgba(8,9,11,.28) 78%, rgba(5,6,7,.55));
}

.slx-page-banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #756a59 25%, #c1b8ad 50%, #756a59 75%, transparent);
    opacity: .65;
}

.slx-page-banner > :not(.rakion-frame-corner) { position: relative; z-index: 1; }
.slx-page-banner > .rakion-frame-corner { position: absolute; z-index: 6; }
.slx-kicker { display: block; margin-bottom: 5px; color: #8d8376; font-size: 9px; font-weight: 700; letter-spacing: 2.3px; }
.slx-page-banner h1 { color: #e2ddd5; font: 30px/1.05 "Slx Adelon", Georgia, serif; text-shadow: 0 2px 4px #000; }
.slx-page-banner p { margin-top: 8px; color: #a49f98; font-size: 12px; }
.slx-events-banner { background-image: url("../silkroad/images/sliders/eternal-stage-arachne.webp"); }
.slx-download-banner { background-image: url("../silkroad/images/sliders/eternal-golem-war.webp"); }
.slx-legal-banner { background-image: url("../silkroad/images/server_status_bg.jpg"); }

.slx-banner-count {
    width: 190px;
    padding: 14px 16px;
    color: #bdb6ac;
    text-align: right;
    background: rgba(7,8,10,.78);
    border: 1px solid rgba(150,136,114,.5);
    box-shadow: inset 0 0 12px #000;
}
.slx-banner-count strong { display: block; color: #eee9e1; font: 30px/1 "Slx Adelon", serif; }
.slx-banner-count span { display: block; margin-top: 4px; color: #7f7a73; font-size: 9px; letter-spacing: 1px; }
.slx-banner-count b { display: inline-flex; align-items: center; gap: 7px; margin-top: 9px; color: var(--slx-live); font-size: 10px; }
.slx-banner-count b i { width: 7px; height: 7px; background: currentColor; border-radius: 50%; box-shadow: 0 0 8px currentColor; }

/* News article */
.slx-article-grid { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 12px; align-items: start; }
.slx-side-nav { display: grid; gap: 12px; }
.slx-categories { display: flex; flex-direction: column; }
.slx-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 9px 14px;
    color: var(--slx-paper);
    font-family: "Slx Adelon", Georgia, serif;
    background: #1f252c;
    border-top: 1px solid #555;
    border-bottom: 1px solid #111;
    text-shadow: 0 1px #000;
    transition: background .18s ease, padding-left .18s ease;
}
.slx-categories a:first-child { border-top: 0; }
.slx-categories a:hover { padding-left: 18px; color: #eee; background: #181c23; }
.slx-categories i { color: #aaa39a; font-size: 10px; }

.slx-article-file dl { padding: 4px 13px 13px; }
.slx-article-file dl > div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.055); }
.slx-article-file dl > div:last-child { border-bottom: 0; }
.slx-article-file dt { color: #686762; }
.slx-article-file dd { color: #bbb4aa; text-align: right; }

.slx-post { min-width: 0; padding: 10px; }
.slx-post-head { padding: 0 0 18px; }
.slx-post-meta { display: flex; align-items: center; gap: 10px; min-height: 32px; }
.slx-post-meta span,
.slx-post-meta time { padding: 5px 10px; color: #98938b; background: rgba(0,0,0,.55); border: 1px solid #5c5c5c; font-size: 11px; }
.slx-post-cover { position: relative; width: 100%; aspect-ratio: 2.7/1; overflow: hidden; border: 1px solid #777; box-shadow: inset 0 0 20px #000; }
.slx-post-cover::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 25px rgba(0,0,0,.75); pointer-events: none; }
.slx-post-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.slx-post-head h1 { padding: 13px 1px 6px; color: #d2cbc2; font: 23px/1.15 "Slx Adelon", Georgia, serif; text-transform: uppercase; text-shadow: 0 2px #000; }
.slx-post-byline { display: flex; flex-wrap: wrap; gap: 16px; color: #6f6e6a; font-size: 11px; }
.slx-post-byline i { margin-right: 4px; color: #968872; }

.slx-rich { padding: 23px 20px; color: #aaa7a1; font-size: 14px; line-height: 1.75; background: rgba(9,11,14,.55); border-top: 1px solid #444; border-bottom: 1px solid #08090b; overflow-wrap: anywhere; }
.slx-rich > *:first-child { margin-top: 0 !important; }
.slx-rich > *:last-child { margin-bottom: 0 !important; }
.slx-rich p { margin: 0 0 1.15em; }
.slx-rich h1, .slx-rich h2, .slx-rich h3, .slx-rich h4 { margin: 1.5em 0 .55em; color: #d2cbc2; font-family: "Slx Adelon", Georgia, serif; line-height: 1.2; }
.slx-rich h1 { font-size: 24px; }
.slx-rich h2 { font-size: 21px; }
.slx-rich h3 { font-size: 18px; }
.slx-rich h4 { font-size: 16px; }
.slx-rich a { color: #c6ab7d; text-decoration: underline; }
.slx-rich strong { color: #d0cbc3; }
.slx-rich ul, .slx-rich ol { margin: 0 0 1.2em; padding-left: 23px; }
.slx-rich ul { list-style: disc; }
.slx-rich ol { list-style: decimal; }
.slx-rich li { margin: .35em 0; }
.slx-rich img { max-width: 100%; height: auto; border: 1px solid #666; box-shadow: 0 2px 8px #000; }
.slx-rich blockquote { margin: 1.2em 0; padding: 12px 16px; color: #bdb6ab; background: #11151a; border-left: 3px solid #968872; }
.slx-rich table { width: 100%; border-collapse: collapse; margin: 1.2em 0; }
.slx-rich th, .slx-rich td { padding: 9px; border: 1px solid #45484a; }
.slx-rich th { color: #d0c8bd; background: #1f252c; }
.slx-rich iframe { max-width: 100%; }

.slx-post-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 4px 3px; }
.slx-post-foot a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; color: #222228; font: 12px "Slx Adelon", serif; background: linear-gradient(180deg, #f3eddf 12%, #958b7a 55%, #706452); box-shadow: 0 2px 3px #000; }
.slx-post-foot a:hover { filter: brightness(1.1); }
.slx-post-foot span { color: #595b5d; font-size: 9px; letter-spacing: 1px; }

/* Events */
.slx-events-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 12px; align-items: start; }
.slx-calendar-box { min-width: 0; padding: 10px; }
.slx-month-nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 56px; margin-bottom: 8px; background: rgba(7,9,11,.68); border: 1px solid #474a4c; }
.slx-month-nav > a { display: flex; align-items: center; gap: 10px; padding: 17px; color: #8e8a83; font: 12px "Slx Adelon", serif; }
.slx-month-nav > a:last-child { justify-content: flex-end; }
.slx-month-nav > a:hover { color: #fff; }
.slx-month-nav > div { text-align: center; }
.slx-month-nav small { display: block; color: #60615f; font-size: 8px; letter-spacing: 1.5px; }
.slx-month-nav strong { display: block; margin-top: 2px; color: #d0c8bd; font: 20px "Slx Adelon", serif; }
.slx-month-nav strong b { color: #958a7b; font-weight: 400; }
.slx-calendar { border: 1px solid #4d4f51; background: #0e1115; }
.slx-calendar-week,
.slx-calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.slx-calendar-week span { padding: 8px 2px; color: #918a80; font-size: 9px; font-weight: 700; text-align: center; background: #222830; border-right: 1px solid #44474a; }
.slx-calendar-week span:last-child { border-right: 0; }
.slx-calendar-day,
.slx-calendar-days > .is-blank { position: relative; min-height: 82px; padding: 7px; border-top: 1px solid #303338; border-right: 1px solid #303338; }
.slx-calendar-day:nth-child(7n), .slx-calendar-days > .is-blank:nth-child(7n) { border-right: 0; }
.slx-calendar-day { display: flex; flex-direction: column; color: #6d6d69; background: rgba(24,28,35,.44); transition: background .16s ease; }
.slx-calendar-day:hover { background: #242a31; }
.slx-day-number { color: #8c8983; font: 12px "Slx Adelon", serif; }
.slx-calendar-day > em { position: absolute; top: 5px; right: 5px; color: #c4b696; font-size: 7px; font-style: normal; }
.slx-calendar-day.has-event { box-shadow: inset 0 -2px #796d5c; }
.slx-calendar-day.has-event > i { margin: 3px 0; color: #aa8d5e; font-size: 13px; }
.slx-calendar-day.has-event > strong { color: #b9b3aa; font-size: 9px; line-height: 1.15; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slx-calendar-day.has-event > small { margin-top: 3px; font-size: 7px; }
.slx-calendar-day .is-live { color: var(--slx-live); }
.slx-calendar-day .is-upcoming { color: #b9985f; }
.slx-calendar-day .is-ended { color: #666; }
.slx-calendar-day.is-today { background: #272b30; outline: 1px solid #9d8f7b; outline-offset: -2px; }
.slx-calendar-day.is-selected { background: #30353b; box-shadow: inset 0 0 0 2px #9b8c75; }
.slx-event-count { position: absolute; right: 5px; bottom: 5px; color: #bdb5aa; font-size: 8px; }

.slx-event-agenda { min-width: 0; }
.slx-agenda-date { display: flex; align-items: center; gap: 11px; padding: 12px; color: #98928a; border-bottom: 1px solid #3e4144; background: rgba(0,0,0,.3); }
.slx-agenda-date > i { color: #9c8b71; font-size: 18px; }
.slx-agenda-date small, .slx-agenda-date strong { display: block; }
.slx-agenda-date small { color: #626460; font-size: 8px; letter-spacing: 1.3px; }
.slx-agenda-date strong { margin-top: 2px; color: #c6beb3; font: 13px "Slx Adelon", serif; }
.slx-timeline { min-height: 250px; padding: 10px 9px 15px; }
.slx-timeline-event { display: grid; grid-template-columns: 48px 14px minmax(0,1fr); gap: 8px; min-height: 68px; }
.slx-timeline-event > time { padding-top: 9px; color: #797874; font-size: 10px; font-weight: 700; text-align: right; }
.slx-timeline-line { position: relative; display: flex; justify-content: center; background: linear-gradient(90deg, transparent 6px, #555 6px, #555 8px, transparent 8px); }
.slx-timeline-line i { position: absolute; top: 12px; width: 9px; height: 9px; background: #777; border: 1px solid #08090b; border-radius: 50%; }
.slx-timeline-event > div { padding: 7px 0 12px; min-width: 0; }
.slx-timeline-event small { display: block; color: #6f6d68; font-size: 7px; }
.slx-timeline-event strong { display: block; color: #aaa59e; font-size: 11px; }
.slx-timeline-event > div > span { color: #696966; font-size: 9px; }
.slx-timeline-event p { margin-top: 5px; color: #777570; font-size: 10px; line-height: 1.35; }
.slx-timeline-event.is-live * { color: var(--slx-live); }
.slx-timeline-event.is-live .slx-timeline-line i { background: var(--slx-live); box-shadow: 0 0 0 5px rgba(0,188,38,.09), 0 0 9px rgba(0,188,38,.6); }
.slx-event-empty { display: flex; min-height: 210px; flex-direction: column; align-items: center; justify-content: center; padding: 25px; color: #5f615f; text-align: center; }
.slx-event-empty > i { margin-bottom: 10px; font-size: 24px; }
.slx-event-empty strong { color: #8d8982; }
.slx-event-empty span { margin-top: 4px; font-size: 11px; }

.slx-event-list { margin-top: 12px; }
.slx-event-rows { display: grid; grid-template-columns: 1fr 1fr; }
.slx-event-row { display: grid; grid-template-columns: 45px 28px minmax(0,1fr) auto 9px; align-items: center; gap: 10px; min-height: 67px; padding: 8px 13px; border-bottom: 1px solid #303338; transition: background .18s ease; }
.slx-event-row:nth-child(odd) { border-right: 1px solid #303338; }
.slx-event-row:hover { background: rgba(255,255,255,.04); }
.slx-event-row > time { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 43px; color: #a79d8d; background: #0c0e11; border: 1px solid #494b4d; }
.slx-event-row > time b { font: 17px/1 "Slx Adelon", serif; }
.slx-event-row > time span { font-size: 7px; }
.slx-event-row > i:first-of-type { color: #9a8058; font-size: 16px; text-align: center; }
.slx-event-row-copy { min-width: 0; }
.slx-event-row-copy small, .slx-event-row-copy strong { display: block; }
.slx-event-row-copy small { color: #6e6e6a; font-size: 7px; }
.slx-event-row-copy strong { color: #b9b3aa; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slx-event-hours { color: #74736f; font-size: 9px; }
.slx-event-row.is-live .slx-event-row-copy small { color: var(--slx-live); }
.slx-list-empty { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 120px; color: #6c6c68; }

/* Downloads */
.slx-download-status { display: flex; align-items: center; gap: 12px; min-width: 180px; padding: 12px 15px; background: rgba(7,8,10,.78); border: 1px solid rgba(150,136,114,.46); }
.slx-download-status > i { width: 10px; height: 10px; flex: 0 0 auto; background: #9a7036; border: 1px solid #08090b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(154,112,54,.1); }
.slx-download-status.is-ready > i { background: var(--slx-live); box-shadow: 0 0 0 4px rgba(0,188,38,.09), 0 0 9px rgba(0,188,38,.5); }
.slx-download-status small, .slx-download-status strong { display: block; }
.slx-download-status small { color: #706e69; font-size: 8px; letter-spacing: 1px; }
.slx-download-status strong { color: #c5beb4; font: 12px "Slx Adelon", serif; }
.slx-download-grid { display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 12px; align-items: start; }
.slx-download-main { min-width: 0; display: grid; gap: 12px; }
.slx-mirrors { min-width: 0; padding: 10px; }
.slx-section-title { margin: -10px -10px 10px; }
.slx-mirror-list { display: grid; gap: 7px; }
.slx-mirror { display: grid; grid-template-columns: 42px 50px minmax(0,1fr) auto; align-items: center; min-height: 75px; color: #8d8982; background: linear-gradient(180deg, #20262d, #15191e); border: 1px solid #535557; box-shadow: inset 0 1px rgba(255,255,255,.04); transition: filter .18s ease, transform .18s ease; }
.slx-mirror:hover { filter: brightness(1.14); transform: translateX(2px); }
.slx-mirror-number { color: #56595a; font: 20px "Slx Adelon", serif; text-align: center; }
.slx-mirror-icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--slx-host); font-size: 18px; background: #0b0d10; border: 1px solid #45484b; box-shadow: inset 0 0 8px #000; }
.slx-mirror-copy { display: flex; min-width: 0; flex-direction: column; padding: 8px 10px; }
.slx-mirror-copy small { color: #666762; font-size: 7px; letter-spacing: 1.2px; }
.slx-mirror-copy strong { color: #c5beb4; font: 14px "Slx Adelon", serif; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slx-mirror-copy em { color: #77736e; font-size: 9px; font-style: normal; }
.slx-mirror-copy em i { margin-right: 5px; }
.slx-mirror-action { align-self: stretch; display: flex; align-items: center; gap: 8px; padding: 0 18px; color: #222228; font: 11px "Slx Adelon", serif; background: linear-gradient(180deg, #f3eddf 12%, #958b7a 55%, #706452); box-shadow: inset 1px 0 rgba(255,255,255,.2); }

.slx-download-empty { position: relative; display: grid; grid-template-columns: 55px minmax(0,1fr) auto; align-items: center; gap: 14px; min-height: 118px; padding: 20px; background: rgba(7,9,11,.67); border: 1px solid #45484a; }
.slx-download-empty > i { display: grid; place-items: center; width: 50px; height: 50px; color: #887960; font-size: 20px; border: 1px solid #5b554d; transform: rotate(45deg); }
.slx-download-empty > i::before { transform: rotate(-45deg); }
.slx-download-empty strong { display: block; color: #c7c0b6; font: 16px "Slx Adelon", serif; }
.slx-download-empty p { max-width: 480px; margin-top: 5px; color: #747571; font-size: 11px; }
.slx-download-empty > a { padding: 9px 12px; color: #d7d0c6; background: #252b32; border: 1px solid #626262; font: 10px "Slx Adelon", serif; }
.slx-download-empty > a i { margin-right: 6px; }
.slx-download-empty .slx-admin-link { position: absolute; right: 8px; bottom: 5px; padding: 3px 6px; color: #777; font: 8px Arial, sans-serif; background: transparent; border-color: transparent; }

.slx-install-steps { display: grid; grid-template-columns: 1fr 1fr; }
.slx-install-steps article { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 12px; min-height: 92px; padding: 14px; border-right: 1px solid #35383b; border-bottom: 1px solid #35383b; }
.slx-install-steps article:nth-child(2n) { border-right: 0; }
.slx-install-steps article:nth-last-child(-n+2) { border-bottom: 0; }
.slx-install-steps article > span { position: absolute; top: 5px; right: 8px; color: rgba(150,136,114,.16); font: 27px Georgia, serif; }
.slx-install-steps article > i { display: grid; place-items: center; width: 36px; height: 36px; color: #a1855c; border: 1px solid #5c554b; transform: rotate(45deg); }
.slx-install-steps article > i::before { transform: rotate(-45deg); }
.slx-install-steps strong { color: #bbb5ac; font: 12px "Slx Adelon", serif; text-transform: uppercase; }
.slx-install-steps p { margin-top: 4px; color: #72736f; font-size: 10px; }
.slx-download-aside { display: grid; gap: 12px; }
.slx-requirements { padding: 4px 13px; }
.slx-requirements li { display: flex; align-items: center; gap: 12px; min-height: 61px; border-bottom: 1px solid rgba(255,255,255,.06); }
.slx-requirements li:last-child { border-bottom: 0; }
.slx-requirements li > i { width: 30px; color: #938164; font-size: 18px; text-align: center; }
.slx-requirements span { display: flex; flex-direction: column; }
.slx-requirements strong { color: #b9b3aa; font-size: 11px; }
.slx-requirements small { color: #686966; font-size: 9px; }
.slx-safe-download { padding-bottom: 14px; text-align: center; }
.slx-safe-download > i { margin-top: 17px; color: #8b9fa0; font-size: 35px; text-shadow: 0 0 12px rgba(95,149,154,.3); }
.slx-safe-download p { padding: 9px 18px 4px; color: #757672; font-size: 10px; line-height: 1.6; }
.slx-download-help { padding-bottom: 12px; }
.slx-download-help p { padding: 12px 14px; color: #777873; font-size: 10px; }
.slx-download-help a { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 12px 7px; padding: 9px; color: #c6beb3; font: 10px "Slx Adelon", serif; background: #232930; border: 1px solid #505356; }
.slx-download-help a:hover { color: #fff; filter: brightness(1.12); }
.slx-warning { display: flex; align-items: center; gap: 12px; padding: 13px 15px; color: #918b81; background: #1c1913; border: 1px solid #675b45; }
.slx-warning > i { color: #b49761; font-size: 18px; }
.slx-warning strong { color: #c9bdab; }
.slx-warning a { color: #d5b87d; text-decoration: underline; }
.slx-custom-specs > div { display: grid; grid-template-columns: 1fr 1fr; }
.slx-custom-specs article { display: flex; align-items: center; gap: 12px; min-height: 68px; padding: 12px 15px; border-right: 1px solid #35383b; border-bottom: 1px solid #35383b; }
.slx-custom-specs article:nth-child(2n) { border-right: 0; }
.slx-custom-specs article > i { width: 28px; color: #998564; font-size: 18px; text-align: center; }
.slx-custom-specs article > span { display: flex; min-width: 0; flex-direction: column; }
.slx-custom-specs strong { color: #bcb6ad; font-size: 11px; }
.slx-custom-specs small { color: #747570; font-size: 9px; }
.slx-custom-specs em { color: #c09858; font-size: 9px; font-style: normal; }

/* Legal */
.slx-legal-banner > i { margin-right: 36px; color: rgba(193,184,173,.52); font-size: 56px; filter: drop-shadow(0 3px 5px #000); }
.slx-legal-tabs { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-bottom: 12px; border: 1px solid #555; box-shadow: 0 1px 0 #000; }
.slx-legal-tabs a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 8px; color: #8f8a83; font: 10px "Slx Adelon", serif; text-align: center; background: #1f252c; border-right: 1px solid #111; box-shadow: inset -1px 0 #4e5052; }
.slx-legal-tabs a:last-child { border-right: 0; box-shadow: none; }
.slx-legal-tabs a i { color: #827763; }
.slx-legal-tabs a:hover, .slx-legal-tabs a.is-active { color: #d3cbc1; background: #15191e; }
.slx-legal-tabs a.is-active { box-shadow: inset 0 -3px #968872; }
.slx-legal-grid { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 12px; align-items: start; }
.slx-legal-nav nav { display: flex; flex-direction: column; }
.slx-legal-nav nav a { display: grid; grid-template-columns: 22px minmax(0,1fr) 8px; align-items: center; gap: 9px; min-height: 49px; padding: 9px 13px; color: #9c978f; border-bottom: 1px solid #111; border-top: 1px solid #505255; background: #1f252c; }
.slx-legal-nav nav a:first-child { border-top: 0; }
.slx-legal-nav nav a > i:first-child { color: #837964; text-align: center; }
.slx-legal-nav nav a > i:last-child { color: #777; font-size: 8px; }
.slx-legal-nav nav a:hover, .slx-legal-nav nav a.is-active { color: #d1c9bf; background: #171b20; }
.slx-legal-nav nav a.is-active { box-shadow: inset 3px 0 #968872; }
.slx-legal-nav > p { display: flex; gap: 8px; padding: 13px; color: #686964; font-size: 9px; line-height: 1.5; }
.slx-legal-nav > p i { margin-top: 2px; color: #8d816d; }
.slx-legal-document { min-width: 0; padding: 10px; }
.slx-legal-document > header { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 10px 14px; color: #ccc5bb; background: rgba(5,7,9,.58); border: 1px solid #45484a; }
.slx-legal-document > header > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: #9d8866; border: 1px solid #5b5347; transform: rotate(45deg); }
.slx-legal-document > header > span i { transform: rotate(-45deg); }
.slx-legal-document > header small { color: #636560; font-size: 8px; letter-spacing: 1.4px; }
.slx-legal-document > header h2 { color: #d1cac0; font: 18px "Slx Adelon", serif; text-transform: uppercase; }
.slx-legal-content { min-height: 330px; margin-top: 8px; }
.slx-legal-empty { display: flex; min-height: 330px; flex-direction: column; align-items: center; justify-content: center; margin-top: 8px; padding: 30px; color: #62635f; background: rgba(8,10,12,.57); border: 1px solid #3f4245; text-align: center; }
.slx-legal-empty > i { margin-bottom: 12px; font-size: 38px; }
.slx-legal-empty strong { color: #99948d; font: 15px "Slx Adelon", serif; }
.slx-legal-empty span { margin-top: 5px; font-size: 11px; }
.slx-legal-document > footer { display: flex; justify-content: space-between; gap: 15px; padding: 14px 4px 3px; color: #5f605d; font-size: 9px; letter-spacing: .8px; }
.slx-legal-document > footer i { color: #8f816b; }
.slx-legal-document > footer a { color: #9e978d; }
.slx-legal-document > footer a:hover { color: #fff; }

/* Keyboard, motion and responsive behavior */
.slx a:focus-visible { outline: 2px solid #c1aa83; outline-offset: 2px; }

@media (max-width: 900px) {
    .slx-article-grid,
    .slx-events-grid,
    .slx-download-grid,
    .slx-legal-grid { grid-template-columns: 1fr; }
    .slx-side-nav { grid-template-columns: 1fr 1fr; order: 2; }
    .slx-event-agenda { order: -1; }
    .slx-timeline { min-height: 0; }
    .slx-download-aside { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .slx-legal-nav { order: 2; }
    .slx-legal-nav nav { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .slx-breadcrumb { margin-right: 8px; margin-left: 8px; }
    .slx-page-banner { min-height: 128px; padding: 20px 17px; }
    .slx-page-banner h1 { font-size: 24px; }
    .slx-page-banner p { max-width: 340px; }
    .slx-banner-count, .slx-download-status { min-width: 0; width: auto; }
    .slx-banner-count { padding: 10px; }
    .slx-banner-count strong { font-size: 23px; }
    .slx-banner-count span { max-width: 92px; }
    .slx-article-grid, .slx-events-grid, .slx-download-grid, .slx-legal-grid { padding: 0 8px; }
    .slx-side-nav { grid-template-columns: 1fr; }
    .slx-post { padding: 8px; }
    .slx-post-cover { aspect-ratio: 16/7; }
    .slx-post-head h1 { font-size: 20px; }
    .slx-rich { padding: 18px 14px; font-size: 13px; }
    .slx-post-foot { align-items: flex-start; flex-direction: column; }
    .slx-calendar-day, .slx-calendar-days > .is-blank { min-height: 58px; padding: 4px; }
    .slx-calendar-day.has-event > strong { display: none; }
    .slx-calendar-day.has-event > i { font-size: 11px; }
    .slx-month-nav > a { padding: 12px 8px; font-size: 0; }
    .slx-month-nav > a i { font-size: 12px; }
    .slx-month-nav strong { font-size: 17px; }
    .slx-event-rows { grid-template-columns: 1fr; }
    .slx-event-row:nth-child(odd) { border-right: 0; }
    .slx-event-hours { display: none; }
    .slx-download-aside { grid-template-columns: 1fr; }
    .slx-mirror { grid-template-columns: 40px minmax(0,1fr) auto; }
    .slx-mirror-number { display: none; }
    .slx-mirror-icon { margin-left: 5px; }
    .slx-mirror-action { padding: 0 12px; font-size: 0; }
    .slx-mirror-action i { font-size: 13px; }
    .slx-download-empty { grid-template-columns: 48px minmax(0,1fr); }
    .slx-download-empty > a { grid-column: 1 / -1; text-align: center; }
    .slx-install-steps, .slx-custom-specs > div { grid-template-columns: 1fr; }
    .slx-install-steps article, .slx-custom-specs article { border-right: 0; }
    .slx-install-steps article:nth-last-child(2) { border-bottom: 1px solid #35383b; }
    .slx-legal-banner > i { margin-right: 5px; font-size: 38px; }
    .slx-legal-tabs { grid-template-columns: 1fr 1fr; margin-right: 8px; margin-left: 8px; }
    .slx-legal-tabs a:nth-child(2) { border-right: 0; }
    .slx-legal-tabs a:nth-child(-n+2) { border-bottom: 1px solid #111; }
    .slx-legal-nav nav { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .slx-page-banner { align-items: flex-start; flex-direction: column; gap: 14px; }
    .slx-banner-count, .slx-download-status { width: 100%; text-align: left; }
    .slx-banner-count span { max-width: none; }
    .slx-legal-banner > i { display: none; }
    .slx-calendar-box { padding: 5px; }
    .slx-calendar-week span { font-size: 7px; }
    .slx-calendar-day, .slx-calendar-days > .is-blank { min-height: 49px; }
    .slx-calendar-day.has-event > small { display: none; }
    .slx-event-row { grid-template-columns: 40px 22px minmax(0,1fr) 8px; gap: 7px; padding: 7px; }
    .slx-event-row > time { height: 38px; }
    .slx-post-byline { gap: 7px 13px; }
}


/* Living steel layer shared by news, events, downloads and legal pages. */
.slx-page-banner {
    transition: border-color .3s ease, box-shadow .3s ease, background-position .65s cubic-bezier(.2,.75,.25,1);
}
.slx-page-banner:hover {
    border-color: #817866;
    background-position: center 30%;
    box-shadow: 0 0 0 1px #090a0b, 0 16px 38px rgba(0,0,0,.3), inset 0 0 40px #000;
}
.slx-page-banner::after {
    background-size: 180% 100%;
    animation: slx-forge-line 7.5s ease-in-out infinite alternate;
}
@keyframes slx-forge-line {
    from { background-position: 100% 0; opacity: .42; }
    to { background-position: 0 0; opacity: .72; }
}
.slx-box,
.slx-decorated-box {
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.slx-box:hover,
.slx-decorated-box:hover {
    border-color: #777163;
    box-shadow: 0 0 0 1px #090a0b, 0 12px 28px rgba(0,0,0,.45), inset 0 0 18px rgba(0,0,0,.4);
}
.slx-box-title,
.slx-section-title { position: relative; overflow: hidden; }
.slx-box-title::after,
.slx-section-title::after {
    content: '';
    position: absolute;
    right: 13px;
    bottom: 0;
    left: 13px;
    height: 1px;
    opacity: .34;
    background: linear-gradient(90deg, #aa8b58, transparent 48%);
}
.slx-event-row { position: relative; transition: color .18s ease, background .18s ease, padding-left .18s ease; }
.slx-event-row:hover { padding-left: 16px; background: linear-gradient(90deg, rgba(150,136,114,.08), rgba(255,255,255,.02)); }
.slx-event-row.is-live { box-shadow: inset 2px 0 var(--slx-live); }
.slx-event-row.is-live > time { border-color: rgba(0,188,38,.36); box-shadow: 0 0 12px rgba(0,188,38,.06); }
.slx-mirror-icon,
.slx-mirror-action { transition: filter .2s ease, box-shadow .2s ease, transform .2s ease; }
.slx-mirror:hover .slx-mirror-icon { box-shadow: inset 0 0 8px #000, 0 0 14px rgba(160,132,85,.2); transform: translateY(-1px); }
.slx-mirror:hover .slx-mirror-action { filter: brightness(1.06); box-shadow: inset 1px 0 rgba(255,255,255,.28), -6px 0 18px rgba(150,136,114,.08); }
.slx [data-live-region].is-live-updated,
[data-live-region].is-live-updated {
    animation: slx-live-confirm .7s ease-out;
}
@keyframes slx-live-confirm {
    0% { filter: brightness(1); }
    28% { filter: brightness(1.16); }
    100% { filter: brightness(1); }
}

@media (max-width: 680px) {
    .slx-event-row:hover { padding-left: 9px; }
    .slx-box:hover,
    .slx-decorated-box:hover { transform: none; }
}
