/* ===========================================================================
   SHAIYA LANDS - claudedesignpnla temasi (lands.css)
   Tasarim sistemi: bg #0A0A09 · surface #141312 · hairline #262320 · accent #D9A441
   ink #F0EBE2 · muted #A29B91 · dim #8D867C · online #5FBF6A. Fontlar: Oswald + Barlow.
   style.css'ten SONRA yuklenir; eski sayfa parcalari (.sidebox, .content_header, tablolar,
   .button, ul.tabs, .post) burada yeni dile cekilir. PHP mantigina dokunulmaz.
   =========================================================================== */
:root {
    --lw-bg: #0a0a09;
    --lw-bg-2: #080807;
    --lw-page: #0d0c0b;
    --lw-panel: #141312;
    --lw-panel-2: #1b1815;
    --lw-zebra: #121110;
    --lw-line: #262320;
    --lw-line-2: #1b1916;
    --lw-line-3: #221f1c;
    --lw-gold: #d9a441;
    --lw-gold-2: #e6bc5c;
    --lw-gold-3: #c9962f;
    --lw-gold-line: #6b5424;
    --lw-gold-dim: #4a3c1d;
    --lw-ember: #d9564b;
    --lw-text: #f0ebe2;
    --lw-text-2: #e8e3d9;
    --lw-muted: #a29b91;
    --lw-dim: #8d867c;
    --lw-nav: #a8a197;
    --lw-green: #5fbf6a;
    --lw-fury: #5d5a72;
    --lw-w: 1240px;
    --lw-pad: 26px;
    --lw-side: 340px;
}

/* ---------- temel ---------- */
html { background: var(--lw-bg); min-width: 0 !important; }
html body.lw-body { margin: 0; min-width: 0; width: auto; background: var(--lw-bg) !important; color: var(--lw-text); font-family: 'Barlow', 'Segoe UI', Arial, sans-serif; font-size: 13.5px; line-height: 1.6; }
html body.lw-body a { color: #c8922f; text-decoration: none; }
html body.lw-body a:hover { color: var(--lw-gold-2); }
.lw-osw, .lw-cond { font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.lw-cinzel { font-family: 'Oswald', Arial, sans-serif; letter-spacing: .06em; }
.lw-kick { font: 600 9.5px/1 'Barlow', Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; color: var(--lw-gold); }
.lw-gold { color: var(--lw-gold) !important; }
.lw-muted { color: var(--lw-dim); }
.lw-sep { color: #302d29; margin: 0 10px; }
.body_effects, #slider_container, .slider_container, #popup_bg { display: none !important; }
.lw-wrap { width: var(--lw-w); max-width: 100%; margin: 0 auto; background: var(--lw-page); box-sizing: border-box; }
.lw-btn { display: inline-flex; align-items: center; justify-content: center; font: 600 13px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: #161310 !important; background: linear-gradient(var(--lw-gold-2), var(--lw-gold-3)); padding: 14px 26px; border-radius: 3px; box-shadow: 0 2px 0 #8a6620; border: 0; cursor: pointer; }
.lw-btn:hover { filter: brightness(1.06); color: #161310 !important; }
.lw-btn-ghost { display: inline-flex; align-items: center; justify-content: center; font: 600 12px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-gold) !important; border: 1px solid var(--lw-gold-line); padding: 12px 18px; border-radius: 3px; background: none; cursor: pointer; }
.lw-btn-ghost:hover { border-color: var(--lw-gold); color: var(--lw-gold-2) !important; }
.lw-btn-quiet { display: inline-flex; align-items: center; justify-content: center; font: 500 12px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-nav) !important; border: 1px solid #2c2925; padding: 12px 16px; border-radius: 3px; box-sizing: border-box; }
.lw-btn-quiet:hover { color: var(--lw-text) !important; border-color: #3a3733; }

/* ---------- duyuru bari ---------- */
.lw-topstrip { background: var(--lw-bg-2); }
.lw-topstrip-inner { width: var(--lw-w); max-width: 100%; margin: 0 auto; min-height: 34px; padding: 4px var(--lw-pad); box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 16px; font: 400 11.5px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-topstrip-msg { display: flex; align-items: center; gap: 9px; }
.lw-chip { font: 600 9.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-gold); border: 1px solid var(--lw-gold-dim); padding: 3px 6px; border-radius: 3px; white-space: nowrap; }
.lw-topstrip-right { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.lw-topstrip-right a { color: var(--lw-dim); }
.lw-lang { color: #b3aca1; }

/* ---------- header / nav ---------- */
.lw-header { position: relative; z-index: 40; background: var(--lw-page); }
.lw-navbar { width: var(--lw-w); max-width: 100%; margin: 0 auto; height: 62px; padding: 0 var(--lw-pad); box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1e1c19; }
.lw-brand { display: flex; align-items: baseline; gap: 9px; font: 600 21px/1 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text) !important; white-space: nowrap; }
.lw-brand b { color: var(--lw-gold); font-weight: 600; }
.lw-brand span { color: var(--lw-dim); }
.lw-nav { display: flex; align-items: center; gap: 26px; height: 62px; }
.lw-nav-item { position: relative; height: 62px; display: flex; align-items: center; }
.lw-nav-link { display: flex; align-items: center; gap: 7px; height: 62px; font: 500 15px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-nav) !important; border-bottom: 2px solid transparent; box-sizing: border-box; padding-top: 2px; white-space: nowrap; }
.lw-nav-link:hover, .lw-nav-item.is-active > .lw-nav-link { color: var(--lw-text) !important; }
.lw-nav-item.is-active > .lw-nav-link { border-bottom-color: var(--lw-gold); }
.lw-nav-item.is-gold > .lw-nav-link { color: var(--lw-gold) !important; }
.lw-chev { width: 9px; height: 9px; color: #6f6a62; flex: none; }
.lw-nav-item.is-active .lw-chev, .lw-nav-item:hover .lw-chev { color: var(--lw-gold); }
.lw-sub { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 210px; background: var(--lw-panel); border: 1px solid var(--lw-line); border-top: 2px solid var(--lw-gold); border-radius: 0 0 4px 4px; box-shadow: 0 14px 34px rgba(0,0,0,.6); padding: 6px 0; z-index: 50; }
.lw-sub a { display: block; padding: 12px 18px; font: 500 12.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; color: var(--lw-nav) !important; white-space: nowrap; }
.lw-sub a:hover, .lw-sub a.is-here { color: var(--lw-text) !important; background: var(--lw-panel-2); }
.lw-nav-item.has-sub:hover .lw-sub { display: block; }
.lw-navbar-right { display: flex; align-items: center; gap: 12px; }
.lw-navbar-right .lw-login { font: 500 11.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-nav) !important; }
.lw-navbar-right .lw-login:hover { color: var(--lw-text) !important; }
.lw-navbar-right .lw-register { font: 600 11.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-gold) !important; border: 1px solid var(--lw-gold-line); padding: 8px 13px; border-radius: 3px; }
.lw-userchip { display: none; gap: 9px; align-items: center; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 3px; padding: 7px 11px; color: var(--lw-text) !important; }
.lw-userchip .u { font: 500 11.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lw-text); }
.lw-userchip .p { font: 600 11px/1 'Barlow', Arial, sans-serif; color: var(--lw-gold); }
.lw-burger, .lw-drawer-actions, .lw-drawer-foot, .lw-drawer-close { display: none; }

/* ---------- alt serit ---------- */
.lw-substrip { height: 42px; padding: 0 var(--lw-pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1e1c19; font: 500 11px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; background: #100f0d; }
.lw-substrip a { color: var(--lw-nav); }
.lw-substrip a:hover { color: var(--lw-text); }
.lw-substrip-left, .lw-substrip-right { display: flex; align-items: center; gap: 12px; }
.lw-social { display: flex; gap: 7px; }
.lw-social a { width: 22px; height: 22px; border: 1px solid #2c2925; border-radius: 3px; display: flex; align-items: center; justify-content: center; color: var(--lw-nav) !important; font-size: 10px; }
.lw-social a img { width: 13px; height: 13px; opacity: .8; }
.lw-substrip .lw-user { color: var(--lw-text); }
.lw-substrip .lw-points { color: var(--lw-gold); }

/* ---------- hero ---------- */
.lw-hero { position: relative; }
.lw-hero-box { position: relative; overflow: hidden; background: #000; line-height: 0; }
.lw-hero-img { display: block; width: 100%; height: 330px; object-fit: cover; object-position: center 44%; }
.lw-hero-fade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,8,7,.22) 0%, rgba(8,8,7,0) 38%, rgba(8,8,7,.86) 100%); }
.lw-hero:not(.is-home) .lw-hero-img { height: 118px; object-position: center 45%; }
.lw-hero:not(.is-home) .lw-hero-fade { background: linear-gradient(to bottom, rgba(8,8,7,.5), rgba(8,8,7,.94)); }
.lw-hero-title { position: absolute; left: var(--lw-pad); bottom: 16px; line-height: 1; }
.lw-hero-title h1 { margin: 7px 0 0; font: 300 28px/1 'Oswald', Arial, sans-serif; color: #f4f0e8; letter-spacing: 0; }
.lw-status { padding: 14px var(--lw-pad) 30px; margin-top: 0; position: relative; z-index: 2; }
.lw-status-card { background: var(--lw-panel); border: 1px solid var(--lw-line); border-top: 2px solid var(--lw-gold); border-radius: 4px; padding: 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.lw-status-items { display: flex; gap: 30px; align-items: center; }
.lw-stat { display: flex; flex-direction: column; gap: 6px; }
.lw-stat span { font: 600 9px/1 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); }
.lw-stat b { display: flex; gap: 7px; align-items: center; font: 500 16px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); white-space: nowrap; }
.lw-stat-sep { width: 1px; height: 34px; background: var(--lw-line); }
.lw-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lw-green); box-shadow: 0 0 8px rgba(95,191,106,.8); display: inline-block; }

/* ---------- govde ---------- */
.lw-columns { display: grid; grid-template-columns: minmax(0, 1fr) var(--lw-side); gap: 30px; padding: 4px var(--lw-pad) 34px; align-items: start; }
.lw-columns.is-sub { padding-top: 24px; }
html body.lw-body .lw-main { min-width: 0; width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; background: none !important; border: 0 !important; display: flex; flex-direction: column; gap: 22px; }
html body.lw-body .lw-side { width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; background: none !important; border: 0 !important; display: flex; flex-direction: column; gap: 14px; }
.lw-side > div:empty { display: none; }

/* kartlar */
.lw-card, html body.lw-body .sidebox, html body.lw-body section.sidebox { background: var(--lw-panel) !important; border: 1px solid var(--lw-line) !important; border-radius: 4px; padding: 18px 17px !important; margin: 0 !important; width: auto !important; box-shadow: none !important; box-sizing: border-box; }
.lw-card-title, html body.lw-body .sidebox_title { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; background: none !important; border: 0 !important; border-bottom: 1px solid var(--lw-line-3) !important; padding: 0 0 10px !important; margin: 0 0 4px !important; height: auto !important; font: 500 12.5px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-text) !important; text-shadow: none !important; white-space: nowrap; }
html body.lw-body .sidebox_title i { font-style: normal; position: static !important; top: auto !important; display: inline !important; line-height: 1 !important; margin: 0 !important; padding: 0 !important; }
html body.lw-body .sidebox_title .topvoter_desc, html body.lw-body .sidebox_title .topvoter_desc a { position: static !important; float: none !important; margin: 0 !important; padding: 0 !important; width: auto !important; font: 500 10px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .1em; text-transform: uppercase; color: #c8922f !important; }
html body.lw-body .sidebox_title .topvoter_desc a:hover { color: var(--lw-gold-2) !important; }
html body.lw-body .sidebox_body { background: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important; width: auto !important; color: var(--lw-text-2); font-size: 12.5px; }
html body.lw-body .topvoter_desc { color: var(--lw-dim); font-size: 12px; }
html body.lw-body .topvoter_info { padding: 8px 0; border-bottom: 1px solid var(--lw-line-2); }
html body.lw-body .realm_row { background: none !important; border: 0 !important; border-bottom: 1px solid var(--lw-line-2) !important; padding: 9px 0 !important; color: var(--lw-text-2); font-size: 12.5px; }
.lw-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--lw-line-2); font: 400 12.5px/1 'Barlow', Arial, sans-serif; }
.lw-row:last-child { border-bottom: 0; }
.lw-row span { color: var(--lw-dim); }
.lw-row b { font-weight: 400; color: var(--lw-text-2); }
.lw-online { display: flex; gap: 7px; align-items: center; color: #7ecf88 !important; }
.lw-online .lw-dot { width: 6px; height: 6px; }
.lw-balance { padding: 12px 0 4px; border-bottom: 1px solid var(--lw-line-2); }
.lw-balance-head { display: flex; justify-content: space-between; font: 400 12.5px/1 'Barlow', Arial, sans-serif; margin-bottom: 9px; }
.lw-balance-head span { color: var(--lw-dim); } .lw-balance-head b { font-weight: 400; color: var(--lw-text-2); }
.lw-bal { display: flex; height: 8px; border-radius: 2px; overflow: hidden; }
.lw-bal-light { background: var(--lw-gold-3); } .lw-bal-fury { background: var(--lw-fury); }
.lw-bal-legend { display: flex; justify-content: space-between; margin-top: 7px; font: 600 9px/1 'Barlow', Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.lw-bal-legend .l { color: var(--lw-gold); } .lw-bal-legend .f { color: #9d9ab4; }

/* promo + account */
.lw-promo { display: flex; gap: 13px; align-items: center; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 15px 17px; color: var(--lw-text) !important; }
.lw-promo-icon { width: 36px; height: 36px; flex: none; border-radius: 3px; background: #1e1b17; display: flex; align-items: center; justify-content: center; color: var(--lw-gold); }
.lw-promo-text b { display: block; font: 500 13.5px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; color: var(--lw-text); }
.lw-promo-text span { display: block; margin-top: 4px; font: 400 12.5px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
html body.lw-body #sidebox_info_login p { margin: 12px 0 13px !important; font: 400 12.5px/1.6 'Barlow', Arial, sans-serif !important; color: var(--lw-muted) !important; }
html body.lw-body #sidebox_info_login .button { flex: 1 1 0; }

/* butonlar / formlar (eski sayfalar) */
html body.lw-body .button, html body.lw-body a.button, html body.lw-body input[type="submit"], html body.lw-body button.button, html body.lw-body .form-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 22px; box-sizing: border-box; background: linear-gradient(var(--lw-gold-2), var(--lw-gold-3)) !important; color: #161310 !important; border: 0 !important; border-radius: 3px !important; box-shadow: 0 2px 0 #8a6620 !important; font: 600 12px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .12em; text-transform: uppercase; text-shadow: none !important; cursor: pointer; }
html body.lw-body .button:hover, html body.lw-body input[type="submit"]:hover { filter: brightness(1.06); }
html body.lw-body .nice_button, html body.lw-body a.nice_button { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 16px !important; background: none !important; border: 1px solid #2c2925 !important; color: var(--lw-nav) !important; border-radius: 3px !important; font: 500 11.5px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .1em; text-transform: uppercase; text-shadow: none !important; box-shadow: none !important; background-image: none !important; }
html body.lw-body .nice_button:hover, html body.lw-body .nice_button.nice_active { border-color: var(--lw-gold-line) !important; color: var(--lw-gold) !important; }
html body.lw-body input[type="text"], html body.lw-body input[type="password"], html body.lw-body input[type="email"], html body.lw-body input[type="number"], html body.lw-body select, html body.lw-body textarea { background: var(--lw-panel) !important; border: 1px solid #2a2723 !important; color: var(--lw-text) !important; border-radius: 3px !important; box-shadow: none !important; padding: 12px 13px; box-sizing: border-box; font: 400 13.5px/1.2 'Barlow', Arial, sans-serif; max-width: 100%; }
html body.lw-body input:focus, html body.lw-body select:focus, html body.lw-body textarea:focus { outline: none; border-color: var(--lw-gold) !important; }
html body.lw-body label { font: 600 9.5px/1.4 'Barlow', Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: var(--lw-dim); }
html body.lw-body table.page_form td { border: 0 !important; padding: 8px 10px !important; background: none !important; }

/* sayfa basligi ve icerik parcalari */
html body.lw-body .content_header { background: none !important; border: 0 !important; border-bottom: 1px solid #211f1c !important; height: auto !important; width: auto !important; padding: 0 0 11px !important; margin: 0 0 20px !important; position: relative; left: 0 !important; top: auto !important; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
html body.lw-body .content_header span, html body.lw-body .content_header .latest_news, html body.lw-body .content_header a, html body.lw-body .content_header i { position: static !important; transform: none !important; background: none !important; font: 500 18px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-text) !important; text-shadow: none !important; display: inline; padding: 0 !important; margin: 0 !important; font-style: normal !important; }
html body.lw-body .content_header i { color: var(--lw-muted) !important; }
html body.lw-body .lw-main > *, html body.lw-body .lw-main .page, html body.lw-body .lw-main .border_box { max-width: 100%; box-sizing: border-box; }
html body.lw-body .page-body { background: none !important; border: 0 !important; padding: 0 !important; }
html body.lw-body .page-body h1, html body.lw-body .page-body h2 { font: 500 16px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-text); margin: 0 0 12px; }
html body.lw-body .page-body p { color: var(--lw-muted); font-size: 13.5px; line-height: 1.65; }
html body.lw-body .page-body a { color: #c8922f; }
html body.lw-body .page-body b, html body.lw-body .page-body strong { color: var(--lw-text-2); }

/* tablolar - zebra, sagda sayilar */
html body.lw-body .lw-main table { border-collapse: collapse; width: 100%; max-width: 100%; background: none; }
html body.lw-body .lw-main th, html body.lw-body .lw-main thead td { font: 600 9px/1.4 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); border: 0; border-bottom: 1px solid var(--lw-line); padding: 8px 12px 10px; text-align: left; background: none !important; }
html body.lw-body .lw-main td { border: 0; border-top: 1px solid var(--lw-line-2); padding: 11px 12px; color: var(--lw-text-2); font: 400 13px/1.3 'Barlow', Arial, sans-serif; background: none !important; }
html body.lw-body .lw-main tbody tr:nth-child(odd) td { background: var(--lw-zebra) !important; }
html body.lw-body .lw-main td img { vertical-align: middle; }
.lw-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* sekmeler */
html body.lw-body ul.tabs, html body.lw-body ul.javascript-tabs { display: flex !important; flex-wrap: wrap; gap: 22px; list-style: none; margin: 0 0 22px !important; padding: 0 !important; width: auto !important; max-width: 100%; background: none !important; border: 0 !important; border-bottom: 1px solid var(--lw-line) !important; height: auto !important; }
html body.lw-body ul.tabs li { float: none !important; margin: 0 !important; padding: 0 !important; background: none !important; border: 0 !important; }
html body.lw-body ul.tabs li a { display: inline-block; padding: 0 0 14px !important; margin-bottom: -1px; background: none !important; border: 0 !important; border-bottom: 2px solid transparent !important; color: var(--lw-nav) !important; font: 500 12.5px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .1em; text-transform: uppercase; text-shadow: none !important; box-shadow: none !important; border-radius: 0 !important; background-image: none !important; }
html body.lw-body ul.tabs li a:hover, html body.lw-body ul.tabs li.active a, html body.lw-body ul.tabs li a.active, html body.lw-body ul.tabs li.current a { color: var(--lw-text) !important; border-bottom-color: var(--lw-gold) !important; }

/* etkinlik tablosu, sayfalama */
html body.lw-body .page-body table td.day { background: var(--lw-panel) !important; color: var(--lw-gold) !important; font: 600 9.5px/1.4 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; border-top: 1px solid var(--lw-line) !important; padding: 12px !important; }
html body.lw-body .page-body table td.is-event { background: none !important; color: var(--lw-text-2) !important; padding: 10px 12px !important; }
html body.lw-body .page-body table td.is-event .time { display: inline-block; min-width: 52px; font: 500 12.5px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); margin-right: 10px; }
html body.lw-body .page-body table td.no-event { background: none !important; color: var(--lw-dim) !important; font-style: italic; padding: 10px 12px !important; }
html body.lw-body .news_pagi { background: none !important; border: 0 !important; padding: 16px 0 0 !important; }

/* haber listesi */
html body.lw-body .post, html body.lw-body article.post { background: none !important; border: 0 !important; border-bottom: 1px solid var(--lw-line-2) !important; padding: 0 0 22px !important; margin: 0 0 22px !important; }
html body.lw-body .post-inner { display: grid; grid-template-columns: 200px 1fr; gap: 18px; }
html body.lw-body .post-left { width: 200px !important; height: 125px !important; border-radius: 3px; background-size: cover !important; background-position: center; border: 0 !important; }
html body.lw-body .post-right { background: none !important; border: 0 !important; padding: 0 !important; width: auto !important; }
html body.lw-body .post_header { text-align: left !important; margin: 0 !important; }
html body.lw-body .post_title, html body.lw-body .post_title a { font: 500 18px/1.25 'Oswald', Arial, sans-serif !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--lw-text) !important; white-space: normal !important; overflow: visible !important; text-overflow: clip !important; text-shadow: none !important; display: block; margin: 0 0 8px !important; }
html body.lw-body .post_author, html body.lw-body .post_author a { font: 600 9.5px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .14em; text-transform: uppercase; color: var(--lw-gold) !important; display: block; margin-bottom: 7px; }
html body.lw-body .post_date { font: 400 11.5px/1 'Barlow', Arial, sans-serif !important; letter-spacing: 0; text-transform: none; color: var(--lw-dim) !important; margin-left: 8px; }
html body.lw-body .post_readmore { display: inline-flex !important; min-height: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; color: #c8922f !important; font: 500 11px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .12em; text-transform: uppercase; position: static !important; transform: none !important; margin-top: 6px; }
html body.lw-body .post-bottom { background: none !important; border: 0 !important; padding: 12px 0 0 218px !important; }
html body.lw-body .post_body { color: var(--lw-muted); font: 400 13.5px/1.65 'Barlow', Arial, sans-serif !important; }
html body.lw-body .post_body b, html body.lw-body .post_body strong { color: var(--lw-text-2); }
html body.lw-body .post_body ol { list-style: decimal !important; margin: 8px 0 8px 22px !important; padding: 0 !important; }
html body.lw-body .post_body ul { list-style: disc !important; margin: 8px 0 8px 22px !important; padding: 0 !important; }
html body.lw-body .post_body li { display: list-item !important; margin: 0 0 4px !important; }

/* kullanici paneli */
html body.lw-body .ucp_ui, html body.lw-body .ucp_ui-inner, html body.lw-body .ui_col { background: none !important; border: 0 !important; width: auto !important; }
html body.lw-body .info-table { background: var(--lw-zebra); border: 1px solid var(--lw-line-3); border-radius: 4px; padding: 4px 14px 6px; }
html body.lw-body .info-row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--lw-line-2); background: none !important; }
html body.lw-body .info-row:last-child { border-bottom: 0; }
html body.lw-body .info-col.col-1 { width: 20px; flex: none; } html body.lw-body .info-col.col-1 img { width: 16px; height: 16px; opacity: .7; }
html body.lw-body .info-col.col-2 { flex: 1; color: var(--lw-dim); font: 400 13px/1 'Barlow', Arial, sans-serif; }
html body.lw-body .info-col.col-3 { color: var(--lw-text-2); font: 400 13px/1 'Barlow', Arial, sans-serif; text-align: right; }
html body.lw-body .ucp_btn { background: var(--lw-panel) !important; border: 1px solid var(--lw-line) !important; border-radius: 4px; padding: 15px 16px !important; margin: 0 !important; width: auto !important; height: auto !important; display: flex; align-items: center; gap: 13px; }
html body.lw-body .ucp_btn:hover { border-color: var(--lw-gold-line) !important; }
html body.lw-body .ucp_btn-text { background: none !important; border: 0 !important; font: 500 13px/1.2 'Oswald', Arial, sans-serif !important; letter-spacing: .06em; text-transform: uppercase; color: var(--lw-text) !important; padding: 0 !important; width: auto !important; height: auto !important; line-height: 1.3 !important; text-shadow: none !important; }
html body.lw-body .ucp_btn-text i { display: block; font-style: normal; font: 400 12px/1.3 'Barlow', Arial, sans-serif; letter-spacing: 0; text-transform: none; color: var(--lw-muted); margin-top: 3px; }
html body.lw-body .ucp_btn img { width: 34px; height: 34px; }
html body.lw-body .ucp_btn[title^="DONATE"] { background: #1b1710 !important; border: 1px solid var(--lw-gold-line) !important; border-top: 2px solid var(--lw-gold) !important; }

/* uyari cubuklari */
html body.lw-body .alert { position: static !important; top: auto !important; left: auto !important; width: auto !important; max-width: 100% !important; margin: 20px var(--lw-pad) 0 !important; padding: 14px 16px !important; line-height: 1.5 !important; border-radius: 0 3px 3px 0 !important; text-align: left; font: 400 13.5px/1.5 'Barlow', Arial, sans-serif !important; box-sizing: border-box; z-index: auto !important; }
html body.lw-body .alert b { color: #fff; }
html body.lw-body .alert-success { background: #111b12 !important; border: 1px solid #24462a !important; border-left: 3px solid var(--lw-green) !important; color: #cfe8d3 !important; }
html body.lw-body .alert-danger { background: #1c1211 !important; border: 1px solid #4d2724 !important; border-left: 3px solid var(--lw-ember) !important; color: #f0cdc9 !important; }
.lw-redirect { margin: 8px var(--lw-pad) 0; font: 600 9.5px/1 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); }

/* ---------- footer ---------- */
.lw-footer { background: var(--lw-bg); border-top: 1px solid #1a1815; }
.lw-footer-inner { width: var(--lw-w); max-width: 100%; margin: 0 auto; padding: 30px var(--lw-pad) 20px; box-sizing: border-box; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.lw-footer-brand { font: 600 17px/1 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); margin-bottom: 11px; }
.lw-footer-brand b { color: var(--lw-gold); font-weight: 600; }
.lw-footer-inner p { margin: 0; font: 400 12.5px/1.65 'Barlow', Arial, sans-serif; color: var(--lw-muted); max-width: 38ch; }
.lw-footer-col h4 { margin: 0 0 11px; font: 600 9px/1 'Barlow', Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--lw-dim); }
.lw-footer-col a { display: block; margin-bottom: 8px; font: 400 12.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-footer-col a:hover { color: var(--lw-text); }
.lw-footer-bottom { border-top: 1px solid #161412; }
.lw-footer-bottom-inner { width: var(--lw-w); max-width: 100%; margin: 0 auto; padding: 14px var(--lw-pad); box-sizing: border-box; display: flex; justify-content: space-between; gap: 16px; font: 400 11.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-footer-bottom-inner a { color: var(--lw-dim); }
.lw-fixedbar { display: none; }

/* ===========================================================================
   MOBIL / TABLET
   =========================================================================== */
@media (max-width: 1000px) {
    :root { --lw-pad: 14px; }
    .lw-topstrip-inner { min-height: 0; padding: 9px 14px; gap: 8px; }
    .lw-topstrip-right { display: none; }
    .lw-navbar { height: 54px; padding: 0 14px; }
    .lw-brand { font-size: 17px; }
    .lw-brand span { display: none; }
    .lw-navbar-right .lw-login, .lw-navbar-right .lw-register { display: none; }
    .lw-userchip { display: none; } /* puan alt seritte gosteriliyor */
    .lw-userchip .u { display: none; }
    .lw-burger { display: flex; flex-direction: column; justify-content: center; gap: 4px; width: 44px; height: 44px; padding: 0 12px; background: none; border: 0; cursor: pointer; box-sizing: border-box; }
    .lw-burger span { display: block; height: 1.5px; background: var(--lw-text); transition: transform .2s, opacity .2s; }
    .lw-burger.is-open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
    .lw-burger.is-open span:nth-child(2) { opacity: 0; }
    .lw-burger.is-open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
    .lw-nav { display: none; position: fixed; inset: 0; z-index: 100; flex-direction: column; align-items: stretch; gap: 0; height: auto; background: var(--lw-bg); padding: 0 14px 22px; overflow-y: auto; }
    .lw-nav.is-open { display: flex; }
    html.lw-nav-open { overflow: hidden; }
    .lw-drawer-close { display: flex; align-items: center; justify-content: space-between; height: 54px; border-bottom: 1px solid #1e1c19; margin: 0 0 8px; }
    .lw-drawer-close .lw-brand { font-size: 17px; }
    .lw-drawer-close button { width: 44px; height: 44px; background: none; border: 0; color: var(--lw-text); font: 400 20px/1 'Barlow', Arial, sans-serif; cursor: pointer; }
    .lw-nav-item { height: auto; display: block; }
    .lw-nav-link { height: auto; justify-content: space-between; padding: 17px 2px; border-bottom: 1px solid var(--lw-line-2) !important; font-size: 16px; color: var(--lw-nav) !important; }
    .lw-nav-item.is-active > .lw-nav-link { color: var(--lw-text) !important; }
    .lw-chev { width: 11px; height: 11px; }
    .lw-sub { display: none; position: static; transform: none; min-width: 0; border: 0; box-shadow: none; background: none; padding: 0; }
    .lw-nav-item.is-open .lw-sub { display: block; }
    .lw-nav-item.has-sub:hover .lw-sub { display: none; }
    .lw-nav-item.has-sub.is-open:hover .lw-sub { display: block; }
    .lw-sub a { padding: 13px 2px 13px 16px; border-bottom: 1px solid var(--lw-line-2); font: 400 13.5px/1 'Barlow', Arial, sans-serif; letter-spacing: 0; text-transform: none; color: var(--lw-muted) !important; }
    .lw-drawer-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
    .lw-drawer-actions .lw-btn { padding: 16px; }
    .lw-drawer-actions .row { display: flex; gap: 10px; }
    .lw-drawer-actions .row a { flex: 1; padding: 15px; }
    .lw-drawer-foot { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--lw-line-2); font: 400 12.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
    .lw-drawer-foot .lw-online { color: var(--lw-dim) !important; }

    .lw-substrip { height: auto; min-height: 42px; padding: 8px 14px; flex-wrap: wrap; gap: 8px 14px; }
    .lw-social { display: none; }
    .lw-substrip .lw-sep { margin: 0 6px; }

    .lw-hero-img { height: 190px; object-position: 58% 45%; }
    .lw-hero:not(.is-home) .lw-hero-img { height: 96px; }
    .lw-hero-title { left: 14px; bottom: 12px; }
    .lw-hero-title h1 { font-size: 23px; }
    .lw-status { padding: 12px 14px 20px; margin-top: 0; }
    .lw-status-card { flex-direction: column; align-items: stretch; padding: 14px 16px; gap: 14px; }
    .lw-status-items { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .lw-stat-sep { display: none; }
    .lw-stat b { font-size: 15px; }
    .lw-status-dl { display: none; }

    .lw-columns { grid-template-columns: 1fr; gap: 20px; padding: 0 14px 100px; }
    html body.lw-body .lw-main { overflow-x: auto; }
    html body.lw-body .post-inner { grid-template-columns: 1fr; gap: 11px; }
    html body.lw-body .post-left { width: 100% !important; height: 180px !important; }
    html body.lw-body .post-bottom { padding-left: 0 !important; }
    html body.lw-body .ucp_btn { width: 100% !important; box-sizing: border-box; }
    input, select, textarea { font-size: 16px !important; }
    html body.lw-body .alert { margin: 16px 14px 0 !important; }

    .lw-footer-inner { grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px 14px 16px; }
    .lw-footer-bottom-inner { flex-direction: column; gap: 8px; padding: 14px; }

    .lw-fixedbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: rgba(10,10,9,.96); border-top: 1px solid var(--lw-line); padding: 12px 14px; display: flex; gap: 10px; align-items: center; }
    .lw-fixedbar .lw-btn { flex: 1; padding: 16px; }
    .lw-fixedbar .lw-btn-ghost { flex: none; padding: 16px; }
}
@media (max-width: 560px) {
    .lw-footer-inner { grid-template-columns: 1fr; }
    html body.lw-body .ucp_ui-inner .ui_col { width: 100% !important; }
}

/* ---------- tablo dili (grid) - Rankings, Last Kills, Guilds, Boss Records ---------- */
.lw-grid { width: 100%; }
.lw-grid-head, .lw-grid-row { display: grid; align-items: center; padding: 0 12px; gap: 10px; }
.lw-grid-head { font: 600 9px/1.4 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); padding-bottom: 10px; border-bottom: 1px solid var(--lw-line); }
.lw-grid-row { padding-top: 11px; padding-bottom: 11px; border-top: 1px solid var(--lw-line-2); font: 400 13px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-text-2); }
.lw-grid-row:nth-child(even) { background: var(--lw-zebra); }
.lw-grid-row.is-me { background: #1b1710; box-shadow: inset 0 0 0 1px var(--lw-gold-line); border-radius: 3px; }
.lw-grid .n { font-family: 'Oswald', Arial, sans-serif; color: var(--lw-muted); }
.lw-grid-row:nth-child(2) .n { color: var(--lw-gold); }
.lw-grid .r { text-align: right; font-family: 'Oswald', Arial, sans-serif; font-weight: 400; }
.lw-grid .r b { display: block; font-weight: 500; color: var(--lw-text); }
.lw-grid .r small { display: block; font: 400 11px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-dim); margin-top: 2px; }
.lw-grid .c { text-align: center; }
.lw-grid .c .rank-icon { display: inline-block; }
.lw-grid .dim, .lw-grid i.dim { color: var(--lw-muted); font-style: normal; }
.lw-grid .player { display: flex; gap: 8px; align-items: center; min-width: 0; }
.lw-grid .nm { color: var(--lw-text-2); }
.lw-grid .nm a { color: var(--lw-text-2); }
.lw-grid .nm.is-online::after { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lw-green); margin-left: 7px; vertical-align: 1px; }
.lw-fac, .lw-job { width: 16px; height: 16px; border-radius: 2px; flex: none; object-fit: contain; background: #262320; }
.lw-you { font: 600 8px/1 'Barlow', Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: #161310; background: var(--lw-gold); padding: 3px 5px; border-radius: 2px; margin-left: 4px; }
.lw-grid-ranks .lw-grid-head, .lw-grid-ranks .lw-grid-row { grid-template-columns: 40px minmax(0,1fr) 60px 110px 90px 80px 70px; }
.lw-grid-kills .lw-grid-head, .lw-grid-kills .lw-grid-row { grid-template-columns: 40px minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr) 110px; }
.lw-grid-guilds .lw-grid-head, .lw-grid-guilds .lw-grid-row { grid-template-columns: 40px minmax(0,1.3fr) minmax(0,1fr) 90px 100px; }
.lw-grid-boss .lw-grid-head, .lw-grid-boss .lw-grid-row { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr) 150px minmax(0,1fr) 110px; }
.lw-grid + .lw-grid { margin-top: 26px; }
.lw-faction-head { display: flex; align-items: center; gap: 10px; padding: 12px 0 10px; margin-bottom: 4px; border-top: 2px solid var(--lw-gold); }
.lw-faction-head.is-fury { border-top-color: var(--lw-fury); }
.lw-faction-head h2, html body.lw-body .page-body .lw-faction-head h2 { margin: 0; font: 500 13px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-text); }
.lw-faction-head.is-fury h2 { color: #c9c6dc; }
.lw-fac-big { width: 22px; height: 22px; object-fit: contain; }
html body.lw-body .faction_icon { display: none !important; }

/* sekmeler (lw-tabs) ve sayfalama */
.lw-tabs { display: flex; flex-wrap: wrap; gap: 22px; border-bottom: 1px solid var(--lw-line); margin: 0 0 22px; }
html body.lw-body .lw-tab, html body.lw-body a.lw-tab { display: inline-block; padding: 0 0 14px; margin-bottom: -1px; border-bottom: 2px solid transparent; color: var(--lw-nav) !important; font: 500 12.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
html body.lw-body .lw-tab:hover, html body.lw-body .lw-tab.is-on { color: var(--lw-text) !important; border-bottom-color: var(--lw-gold); }
html body.lw-body .lw-main .mainbox-header, html body.lw-body .lw-main .page-header { background: none !important; border: 0 !important; height: auto !important; padding: 0 !important; margin: 0 !important; }
html body.lw-body .lw-main .mainbox-header > div { margin: 0 !important; float: none !important; }
html body.lw-body .lw-main .mainbox, html body.lw-body .lw-main .mainbox-inner, html body.lw-body .lw-main .page-inner { background: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important; width: auto !important; }
html body.lw-body .lw-main a[href*="&page="], html body.lw-body .lw-main a[href*="?page="] { display: inline-flex; min-width: 30px; height: 30px; align-items: center; justify-content: center; padding: 0 8px; margin: 12px 3px 0 0; border: 1px solid #2c2925; border-radius: 3px; color: var(--lw-nav) !important; font: 500 12px/1 'Oswald', Arial, sans-serif; }
html body.lw-body .lw-main a[href*="&page="]:hover { border-color: var(--lw-gold-line); color: var(--lw-gold) !important; }

/* ---------- Game Info ---------- */
.lw-gi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.lw-gi-title { font: 500 14px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-text); margin: 0 0 14px; }
.lw-gi-fac { background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 14px 16px; margin-bottom: 10px; }
.lw-gi-fac .k { font: 600 9px/1 'Barlow', Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; color: var(--lw-gold); margin-bottom: 7px; }
.lw-gi-fac.is-fury .k { color: #9d9ab4; }
.lw-gi-fac .v { font: 400 13px/1.5 'Barlow', Arial, sans-serif; color: var(--lw-text-2); }
.lw-gi-features { margin: 26px 0 0; padding: 20px 0 0; border-top: 1px solid #211f1c; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lw-gi-feature { display: flex; gap: 12px; align-items: flex-start; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 14px 16px; }
.lw-gi-feature .num { font: 400 20px/1 'Oswald', Arial, sans-serif; color: var(--lw-gold); min-width: 26px; }
.lw-gi-feature b { display: block; font: 500 13.5px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-text); }
.lw-gi-feature p { margin: 4px 0 0 !important; font: 400 12.5px/1.5 'Barlow', Arial, sans-serif !important; color: var(--lw-muted) !important; }
.lw-badge { display: inline-block; font: 600 9.5px/1 'Barlow', Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; color: #161310; background: var(--lw-gold); padding: 5px 9px; border-radius: 2px; vertical-align: 2px; margin-left: 6px; }
html body.lw-body .tab-panel { display: none; }
html body.lw-body .tab-panel.tab-show { display: block; }
html body.lw-body .tab-panel table { width: 100% !important; border-collapse: collapse; border: 0 !important; }
html body.lw-body .tab-panel table td, html body.lw-body .tab-panel table th { border: 0 !important; border-top: 1px solid var(--lw-line-2) !important; padding: 10px 12px !important; font: 400 13px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-text-2); background: none !important; }
html body.lw-body .tab-panel table tr:first-child td, html body.lw-body .tab-panel table th { font: 600 9px/1.4 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); border-top: 0 !important; border-bottom: 1px solid var(--lw-line) !important; }
html body.lw-body .tab-panel table tbody tr:nth-child(odd) td { background: var(--lw-zebra) !important; }
@media (max-width: 1000px) {
    .lw-grid-head { display: none; }
    .lw-grid-row { grid-template-columns: 36px 1fr auto !important; gap: 8px; }
    .lw-grid-row .r { grid-column: 3; }
    .lw-grid-row .c, .lw-grid-row > span:nth-child(n+4):not(.r) { display: none; }
    .lw-gi-grid, .lw-gi-features { grid-template-columns: 1fr; }
}
/* sidebar siralama satirlari, kart notu, CTA kartlari */
.lw-rank-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--lw-line-2); font: 400 12.5px/1 'Barlow', Arial, sans-serif; }
.lw-rank-row .n { width: 16px; font-family: 'Oswald', Arial, sans-serif; color: var(--lw-muted); }
.lw-rank-row:first-child .n { color: var(--lw-gold); }
.lw-rank-row .nm { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--lw-text-2); }
.lw-rank-row b { font: 500 12.5px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-card-note { margin-top: 10px; font: 400 12px/1.5 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-head-link { font: 500 10.5px/1 'Oswald', Arial, sans-serif !important; letter-spacing: .12em !important; text-transform: uppercase; color: #c8922f !important; }
.lw-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 4px; padding-top: 22px; border-top: 1px solid #211f1c; }
.lw-cta { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 18px 20px; color: var(--lw-text) !important; }
.lw-cta:hover { border-color: var(--lw-gold-line); }
.lw-cta-icon { width: 34px; height: 34px; flex: none; border-radius: 3px; background: #1e1b17; display: flex; align-items: center; justify-content: center; margin-right: 13px; }
.lw-cta-icon img { width: 21px; height: 21px; }
.lw-cta-text { flex: 1; display: flex; flex-direction: column; gap: 5px; }
.lw-cta-text b { font: 500 14px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lw-text); }
.lw-cta-text span { font: 400 12.5px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-cta-arrow { color: var(--lw-gold); }
@media (max-width: 1000px) { .lw-cta-row { grid-template-columns: 1fr; } }

/* ================= ortak bilesenler: kart, form, not, rozet, chip ================= */
.lw-card { background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 18px; }
.lw-card + .lw-card, .lw-stack > * + * { margin-top: 14px; }
.lw-card-title { margin: 0 0 14px; font: 500 13px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-text); }
.lw-sec-title { margin: 26px 0 14px; font: 500 14px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-text); }
.lw-sec-title:first-child { margin-top: 0; }
.lw-lbl { display: block; margin-bottom: 7px; font: 400 9.5px/1 ui-monospace, Menlo, Consolas, monospace; color: var(--lw-dim); }
.lw-form > * + *, .lw-field + .lw-field { margin-top: 13px; }
.lw-form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
html body.lw-body .lw-field input:not([type="checkbox"]):not([type="submit"]):not([type="button"]), html body.lw-body .lw-field select, html body.lw-body .lw-field textarea { display: block; width: 100%; box-sizing: border-box; margin: 0; height: auto; background: #141312 !important; border: 1px solid #2a2723 !important; border-radius: 3px; padding: 12px 13px; font: 400 13.5px/1.2 'Barlow', Arial, sans-serif; color: var(--lw-text) !important; }
html body.lw-body .lw-field textarea { min-height: 120px; line-height: 1.6; resize: vertical; }
html body.lw-body .lw-field input:focus, html body.lw-body .lw-field select:focus, html body.lw-body .lw-field textarea:focus { border-color: var(--lw-gold) !important; outline: none; }
html body.lw-body .lw-field input::placeholder, html body.lw-body .lw-field textarea::placeholder { color: var(--lw-dim); }
html body.lw-body .lw-field select { -webkit-appearance: none; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #8d867c 50%), linear-gradient(135deg, #8d867c 50%, transparent 50%) !important; background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50% !important; background-size: 5px 5px, 5px 5px !important; background-repeat: no-repeat !important; padding-right: 34px; }
html body.lw-body .lw-field select option { background: #141312; color: var(--lw-text); }
.lw-check { display: flex; gap: 9px; align-items: flex-start; font: 400 12.5px/1.5 'Barlow', Arial, sans-serif; color: var(--lw-muted); cursor: pointer; }
html body.lw-body .lw-check input { width: 14px; height: 14px; margin: 3px 0 0; flex: none; accent-color: var(--lw-gold); }
html body.lw-body .lw-btn.is-block, html body.lw-body .lw-btn-ghost.is-block, html body.lw-body .lw-btn-quiet.is-block { display: flex; width: 100%; box-sizing: border-box; }
html body.lw-body button.lw-btn, html body.lw-body input.lw-btn, html body.lw-body button.lw-btn-ghost, html body.lw-body button.lw-btn-quiet, html body.lw-body input.lw-btn-quiet { cursor: pointer; margin: 0; height: auto; width: auto; }
html body.lw-body .lw-btn[disabled], html body.lw-body .lw-btn.is-off { background: #221f1c !important; color: #5a544b !important; cursor: default; filter: none; pointer-events: none; }
.lw-note { display: flex; gap: 12px; align-items: flex-start; background: #1b1710; border: 1px solid #4a3c1d; border-left: 3px solid var(--lw-gold); border-radius: 0 3px 3px 0; padding: 13px 15px; font: 400 12.5px/1.5 'Barlow', Arial, sans-serif; color: #ecd9b3; }
.lw-note i { width: 18px; height: 18px; flex: none; border-radius: 50%; background: var(--lw-gold); color: #1a1408; font: 600 11px/18px 'Barlow', Arial, sans-serif; font-style: normal; text-align: center; }
.lw-note.is-ok { background: #111b12; border-color: #24462a; border-left-color: var(--lw-green); color: #cfe8d3; } .lw-note.is-ok i { background: var(--lw-green); color: #0d1a0f; }
.lw-note.is-err { background: #1c1211; border-color: #4d2724; border-left-color: var(--lw-ember); color: #f0cdc9; } .lw-note.is-err i { background: var(--lw-ember); color: #1c0f0e; }
.lw-note a { color: var(--lw-gold-2) !important; }
.lw-hint { font: 400 12.5px/1.5 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-hint a { color: #c8922f !important; }
.lw-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.lw-actions.is-center { justify-content: center; }
.lw-actions.is-between { justify-content: space-between; }
.lw-st { display: inline-block; font: 500 10px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; padding: 6px 9px; border-radius: 2px; border: 1px solid transparent; white-space: nowrap; }
.lw-st.is-gold { color: #161310; background: var(--lw-gold); }
.lw-st.is-green { color: #cfe8d3; background: #1b2c1e; border-color: #24462a; }
.lw-st.is-grey { color: var(--lw-muted); background: #1b1916; border-color: var(--lw-line); }
.lw-st.is-red { color: #f0cdc9; background: #1c1211; border-color: #4d2724; }
.lw-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 18px; }
html body.lw-body .lw-chip, html body.lw-body a.lw-chip { display: inline-block; font: 500 11px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-nav) !important; padding: 8px 12px; border-radius: 20px; border: 1px solid #2c2925; background: none; cursor: pointer; white-space: nowrap; }
html body.lw-body .lw-chip:hover { color: var(--lw-text) !important; }
html body.lw-body .lw-chip.is-on { color: #161310 !important; background: var(--lw-gold); border-color: var(--lw-gold); }
html body.lw-body .lw-buy, html body.lw-body button.lw-buy, html body.lw-body a.lw-buy { display: inline-block; font: 600 10.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: #161310 !important; background: var(--lw-gold); padding: 9px 12px; border-radius: 3px; border: 0; cursor: pointer; margin: 0; width: auto; height: auto; }
html body.lw-body .lw-buy:hover { background: var(--lw-gold-2); }
.lw-krow { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--lw-line-2); font: 400 13px/1.3 'Barlow', Arial, sans-serif; }
.lw-krow > span:first-child { color: var(--lw-dim); }
.lw-krow > span:last-child { color: var(--lw-text-2); text-align: right; word-break: break-word; }
.lw-krow .gold { color: var(--lw-gold); font-family: 'Oswald', Arial, sans-serif; }
.lw-krow .ok { display: inline-flex; align-items: center; gap: 7px; color: #7ecf88; }
.lw-krow .ok::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lw-green); }
.lw-krow .bad { color: #f0cdc9; }
.lw-kv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; background: var(--lw-zebra); border: 1px solid var(--lw-line-3); border-radius: 4px; padding: 8px 18px 10px; }
.lw-empty { border: 1px dashed #2c2925; border-radius: 4px; padding: 30px 26px; text-align: center; }
.lw-empty img { width: 52px; height: 52px; }
.lw-empty b { display: block; margin-top: 10px; font: 500 15px/1.3 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); }
.lw-empty p { margin: 10px auto 18px !important; font: 400 13.5px/1.6 'Barlow', Arial, sans-serif; color: var(--lw-muted); max-width: 44ch; }
.lw-stat-strip { display: flex; gap: 26px; flex-wrap: wrap; background: var(--lw-zebra); border: 1px solid var(--lw-line-3); border-radius: 4px; padding: 14px 16px; margin: 0 0 18px; }
.lw-stat-strip > div { display: flex; flex-direction: column; gap: 6px; }
.lw-stat-strip span { font: 400 12.5px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-stat-strip b { font: 400 20px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-stat-strip b.gold { color: var(--lw-gold); }
.lw-reward-row { display: flex; gap: 14px; align-items: center; background: var(--lw-zebra); border: 1px solid var(--lw-line-3); border-radius: 4px; padding: 14px 16px; }
.lw-reward-row + .lw-reward-row { margin-top: 10px; }
.lw-reward-row img { width: 38px; height: 38px; object-fit: contain; flex: none; }
.lw-reward-row .t { flex: 1; min-width: 0; }
.lw-reward-row .t b { display: block; font: 500 13.5px/1.2 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-reward-row .t span { display: block; margin-top: 4px; font: 400 12px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-reward-row .s { font: 500 11px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-dim); }
.lw-reward-row.is-ready { background: #1b1710; border-color: var(--lw-gold-line); }
.lw-reward-row.is-ready .t span { color: #ecd9b3; }
.lw-reward-row.is-claimed { opacity: .55; }
.lw-reward-items { display: none; margin: 10px 0 0 52px; }
.lw-reward-items.is-open { display: block; }
.lw-reward-item { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--lw-line-2); font: 400 13px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-text-2); }
.lw-reward-item img { width: 32px; height: 32px; }
.lw-reward-item .t { flex: 1; }
.lw-reward-item .t small { display: block; color: var(--lw-dim); font-size: 12px; }
.lw-progress { height: 8px; background: var(--lw-line-3); border-radius: 4px; overflow: hidden; margin: 12px 0 8px; }
.lw-progress > div { height: 8px; background: linear-gradient(90deg, #c9962f, #e6bc5c); border-radius: 4px; }
.lw-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.lw-head-row h2 { margin: 0; font: 500 16px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-text); }
.lw-head-row .lw-hint { margin: 0; }
.lw-mono { font-family: ui-monospace, Menlo, Consolas, monospace !important; letter-spacing: .04em; }
html body.lw-body .lw-main .content_header.is-hidden { display: none !important; }

/* ================= auth (login / register / recovery) ================= */
.lw-columns.is-auth, .lw-columns.is-wide { grid-template-columns: minmax(0, 1fr); }
.lw-columns.is-auth .lw-side, .lw-columns.is-wide .lw-side { display: none; }
html body.lw-body .lw-main > .lw-auth, .lw-auth { max-width: 520px; margin: 0 auto; box-sizing: border-box; padding: 26px 28px 28px; background: var(--lw-page); border: 1px solid var(--lw-line); border-radius: 6px; }
.lw-auth-brand { text-align: center; font: 600 22px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; color: var(--lw-text); }
.lw-auth-brand span { color: var(--lw-gold); }
.lw-auth .lw-tabs { justify-content: center; margin: 20px 0; }
.lw-auth-title { margin: 18px 0 6px; text-align: center; font: 500 14px/1 'Oswald', Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lw-text); }
.lw-auth-text { margin: 10px 0 20px !important; text-align: center; font: 400 12.5px/1.6 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-auth-foot { margin-top: 16px; text-align: center; font: 400 12.5px/1.5 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-auth-foot a { color: #c8922f !important; }
.lw-auth-row { display: flex; justify-content: space-between; align-items: center; font: 400 12.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-auth-row a { color: #c8922f !important; }
.lw-strength { display: flex; gap: 4px; align-items: center; margin-top: 9px; }
.lw-strength i { flex: 1; height: 3px; border-radius: 2px; background: var(--lw-line); }
.lw-strength i.on { background: var(--lw-gold); }
.lw-strength span { margin-left: 8px; font: 400 11px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); min-width: 46px; text-align: right; }

/* ================= events (haftalik takvim) ================= */
.lw-week-nav { display: flex; gap: 10px; align-items: center; }
.lw-week-nav span { font: 400 13px/1 'Barlow', Arial, sans-serif; color: var(--lw-text-2); }
.lw-week { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.lw-day { min-width: 0; }
.lw-day-name { font: 600 9px/1 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); text-align: center; padding-bottom: 10px; }
.lw-day-list { display: flex; flex-direction: column; gap: 8px; }
.lw-day.is-today { border: 1px solid var(--lw-gold-line); border-radius: 4px; padding: 8px; margin: -9px -9px 0; }
.lw-day.is-today .lw-day-name { color: var(--lw-gold); }
.lw-ev { display: block; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 3px; padding: 10px; color: inherit; }
.lw-ev b { display: block; font: 500 12px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-ev span { display: block; margin-top: 5px; font: 400 11.5px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-muted); word-break: break-word; }
.lw-ev.is-past { background: var(--lw-zebra); border-color: var(--lw-line-3); opacity: .45; }
.lw-ev.is-next { background: #1b1710; border-color: var(--lw-gold-dim); }
.lw-ev.is-next span { color: #ecd9b3; }
.lw-ev small { display: block; margin-top: 6px; font: 400 11px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-ev small a { color: #c8922f !important; }
.lw-ev-empty { font: 400 11.5px/1.4 'Barlow', Arial, sans-serif; color: #5a544b; text-align: center; padding: 10px 0; }
.lw-legend { margin-top: 20px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; font: 400 12px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-legend span { display: flex; gap: 7px; align-items: center; }
.lw-legend i { width: 10px; height: 10px; border-radius: 2px; background: #1b1710; border: 1px solid var(--lw-gold-dim); }
.lw-legend i.past { background: var(--lw-zebra); border-color: var(--lw-line-3); }

/* ================= drop list ================= */
.lw-search-panel { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: end; background: var(--lw-zebra); border: 1px solid var(--lw-line-3); border-radius: 4px; padding: 16px; }
.lw-item-head { display: flex; gap: 14px; align-items: center; margin: 18px 0 14px; }
.lw-item-head img { width: 58px; height: 58px; object-fit: contain; }
.lw-item-head b { display: block; font: 500 16px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-item-head span { display: block; margin-top: 6px; font: 400 12.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
html body.lw-body .lw-droplist table.drops td:last-child { color: var(--lw-gold); font-family: 'Oswald', Arial, sans-serif; }
html body.lw-body .lw-droplist table.drops td:not(:first-child), html body.lw-body .lw-droplist table.drops th:not(:first-child) { text-align: right; }
html body.lw-body .lw-droplist table.drops th { padding-bottom: 10px; }
.lw-guide h1 { margin: 0 0 6px; font: 500 16px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); }
.lw-guide > p { margin: 0 0 18px; color: var(--lw-muted); font-size: 13px; }
.lw-guide h3 { margin: 18px 0 6px; font: 500 14px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-gold); }
.lw-guide li { list-style: none; font: 400 13px/1.7 'Barlow', Arial, sans-serif; color: var(--lw-text-2); }
.lw-guide li span { color: var(--lw-gold) !important; font-family: 'Oswald', Arial, sans-serif; font-size: 12px !important; }
.lw-guide > span[style] { color: var(--lw-text) !important; font-weight: 600; }
.lw-guide br + br { display: none; }

/* ================= download ================= */
.lw-dl-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lw-dl-card { background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 20px 18px; display: flex; flex-direction: column; gap: 14px; }
.lw-dl-card b { font: 500 15px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); }
.lw-dl-card p { margin: -6px 0 0 !important; font: 400 12.5px/1.5 'Barlow', Arial, sans-serif; color: var(--lw-muted); flex: 1; }
.lw-dl-card .lw-btn, .lw-dl-card .lw-btn-ghost, .lw-dl-card .lw-btn-quiet { width: 100%; box-sizing: border-box; padding: 14px; }
.lw-dl-two { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 26px; }
.lw-steps { display: flex; flex-direction: column; gap: 14px; }
.lw-step { display: flex; gap: 14px; }
.lw-step i { font: 400 19px/1 'Oswald', Arial, sans-serif; color: var(--lw-gold); font-style: normal; min-width: 26px; }
.lw-step b { display: block; font: 500 13.5px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-text); }
.lw-step p { margin: 4px 0 0 !important; font: 400 12.5px/1.55 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-req .lw-krow { padding: 10px 0; }
.lw-req .lw-note { margin-top: 14px; }

/* ================= user panel ================= */
.lw-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
html body.lw-body .lw-tile { display: flex; flex-direction: column; gap: 10px; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 20px 16px; color: var(--lw-text) !important; min-height: 44px; }
html body.lw-body .lw-tile:hover { border-color: var(--lw-gold-line); }
.lw-tile img { width: 40px; height: 40px; object-fit: contain; }
.lw-tile b { font: 500 14px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lw-text); }
.lw-tile span { font: 400 12px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
html body.lw-body .lw-tile.is-primary { background: #1b1710; border-color: var(--lw-gold-line); }
.lw-tile.is-primary span { color: #ecd9b3; }
.lw-settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ================= legal (760px okuma kolonu + bolum listesi) ================= */
.lw-legal-wrap { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 30px; }
.lw-toc { display: flex; flex-direction: column; gap: 2px; position: sticky; top: 16px; }
html body.lw-body .lw-toc a { display: block; padding: 9px 12px; border-radius: 3px; font: 400 12.5px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-muted) !important; }
html body.lw-body .lw-toc a:hover, html body.lw-body .lw-toc a.is-on { color: var(--lw-text) !important; background: var(--lw-panel-2); }
.lw-legal-body { max-width: 760px; }
.lw-legal-updated { margin: 0 0 22px; font: 400 12px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-legal-body h2 { margin: 26px 0 10px; font: 500 15px/1.3 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lw-text); }
.lw-legal-body h2:first-of-type { margin-top: 0; }
.lw-legal-body p, .lw-legal-body li { font: 400 15px/1.75 'Barlow', Arial, sans-serif; color: #b8b1a7; max-width: 66ch; margin: 0 0 14px; }
.lw-legal-body ol { margin: 4px 0 14px 22px; padding: 0; }
.lw-legal-body ol li { margin-bottom: 6px; }
.lw-legal-body b { color: var(--lw-text); font-weight: 600; }
.lw-legal-body .lw-warn { color: #f0cdc9; }
.lw-legal-body .lw-note { max-width: 66ch; margin-top: 20px; }

/* ================= item shop ================= */
.lw-shop { display: grid; grid-template-columns: 180px minmax(0, 1fr) 280px; gap: 22px; align-items: start; }
.lw-cats { display: flex; flex-direction: column; gap: 2px; }
html body.lw-body .lw-cats a { display: flex; justify-content: space-between; gap: 8px; padding: 10px 12px; border-radius: 3px; font: 400 13px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-muted) !important; }
html body.lw-body .lw-cats a:hover, html body.lw-body .lw-cats a.is-on { color: var(--lw-text) !important; background: var(--lw-panel-2); }
.lw-cats a i { font-style: normal; color: #6f6a62; }
.lw-cats a.is-on i { color: var(--lw-dim); }
.lw-shop-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 14px; margin-bottom: 18px; }
.lw-shop-head h2 { margin: 0; font: 300 24px/1 'Oswald', Arial, sans-serif; color: #f4f0e8; }
.lw-shop-head .lw-kick { display: block; margin-bottom: 8px; }
html body.lw-body .lw-shop-search { width: 220px; box-sizing: border-box; margin: 0; height: auto; background: #141312 !important; border: 1px solid #2a2723 !important; border-radius: 3px; padding: 10px 12px; font: 400 12.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-text) !important; }
.lw-items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lw-item { background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.lw-item:hover { border-color: var(--lw-gold-line); }
.lw-item-img { height: 130px; display: flex; align-items: center; justify-content: center; background: #161412; }
.lw-item-img img { width: 88px; height: 88px; object-fit: contain; }
.lw-item-body { padding: 13px 15px 15px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.lw-item-body b { font: 500 13.5px/1.25 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-item-body b.q2 { color: #7fc4ff; } .lw-item-body b.q3 { color: #c58cff; } .lw-item-body b.q4 { color: var(--lw-gold); }
.lw-item-body .d { font: 400 11.5px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-dim); flex: 1; }
.lw-item-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 8px; }
.lw-item-foot .price { font: 600 13px/1 'Barlow', Arial, sans-serif; color: var(--lw-gold); }
.lw-qty { display: inline-flex; align-items: center; border: 1px solid #2a2723; border-radius: 3px; overflow: hidden; }
html body.lw-body .lw-qty button { width: 24px; height: 26px; margin: 0; padding: 0; border: 0; background: #141312; color: var(--lw-muted); font: 500 13px/1 'Barlow', Arial, sans-serif; cursor: pointer; }
html body.lw-body .lw-qty input { width: 28px; height: 26px; margin: 0; padding: 0; border: 0; border-left: 1px solid #2a2723; border-right: 1px solid #2a2723; background: #141312 !important; color: var(--lw-text) !important; text-align: center; font: 500 12px/1 'Oswald', Arial, sans-serif; }
.lw-item-actions { display: flex; gap: 6px; }
html body.lw-body .lw-item-actions .lw-add { font: 500 10.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lw-nav); background: none; border: 1px solid #2c2925; border-radius: 3px; padding: 8px 9px; cursor: pointer; margin: 0; width: auto; height: auto; }
html body.lw-body .lw-item-actions .lw-add:hover { color: var(--lw-gold); border-color: var(--lw-gold-line); }
.lw-cart { position: sticky; top: 16px; }
.lw-cart-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; }
.lw-cart-head span { font: 400 11.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-cart-row { display: flex; gap: 11px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--lw-line-2); }
.lw-cart-row .t { flex: 1; min-width: 0; }
.lw-cart-row .t b { display: block; font: 400 12.5px/1.2 'Barlow', Arial, sans-serif; color: var(--lw-text-2); }
.lw-cart-row .t span { display: block; font: 400 11px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); margin-top: 3px; }
.lw-cart-row .p { font: 500 12.5px/1 'Oswald', Arial, sans-serif; color: var(--lw-gold); }
html body.lw-body .lw-cart-row .x { color: #6f6a62 !important; font-size: 14px; line-height: 1; padding: 2px 4px; }
html body.lw-body .lw-cart-row .x:hover { color: var(--lw-ember) !important; }
.lw-cart-total { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0 4px; font: 400 13px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-cart-total b { font: 500 17px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-cart-after { display: flex; justify-content: space-between; padding: 8px 0 14px; font: 400 12px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-cart-after span:last-child { color: var(--lw-muted); }
.lw-cart-after span.neg { color: var(--lw-ember); }
.lw-cart .lw-hint { text-align: center; margin-top: 10px; font-size: 11.5px; }
html body.lw-body .lw-side-link { display: flex; gap: 12px; align-items: center; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 15px 16px; margin-top: 14px; color: var(--lw-text) !important; }
html body.lw-body .lw-side-link:hover { border-color: var(--lw-gold-line); }
.lw-side-link img { width: 34px; height: 34px; }
.lw-side-link b { display: block; font: 500 13px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); }
.lw-side-link span { display: block; font: 400 12px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-cart-bar { display: none; }
.lw-grid-cart .lw-grid-head, .lw-grid-cart .lw-grid-row { grid-template-columns: minmax(0, 1fr) 70px 100px 40px; }

/* ================= buy points ================= */
.lw-pkgs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lw-pkg { position: relative; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; padding: 18px 16px; text-align: center; cursor: pointer; overflow: hidden; }
.lw-pkg:hover { border-color: var(--lw-gold-line); }
.lw-pkg.is-hot, .lw-pkg.selected { background: #1b1710; border-color: var(--lw-gold-line); }
.lw-pkg.selected { box-shadow: inset 0 0 0 1px var(--lw-gold); }
.lw-pkg-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%); font: 600 8.5px/1 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #161310; background: var(--lw-gold); padding: 5px 7px; border-radius: 0 0 3px 3px; white-space: nowrap; }
.lw-pkg img { width: 52px; height: 52px; margin: 8px 0 10px; }
.lw-pkg-points { font: 400 24px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); }
.lw-pkg-name { margin-top: 6px; font: 600 9.5px/1 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); }
.lw-pkg-price { margin-top: 8px; font: 400 13px/1 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-pkg.is-hot .lw-pkg-price, .lw-pkg.selected .lw-pkg-price { color: #ecd9b3; }
.lw-special { display: flex; gap: 16px; align-items: center; justify-content: space-between; background: var(--lw-panel); border: 1px solid var(--lw-line); border-left: 3px solid var(--lw-gold); border-radius: 0 4px 4px 0; padding: 16px 18px; cursor: pointer; }
.lw-special + .lw-special { margin-top: 10px; }
.lw-special:hover, .lw-special.selected { border-color: var(--lw-gold-line); border-left-color: var(--lw-gold); background: #1b1710; }
.lw-special .l { display: flex; gap: 12px; align-items: center; }
.lw-special img { width: 40px; height: 40px; }
.lw-special b { display: block; font: 500 13.5px/1.2 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); }
.lw-special span { display: block; margin-top: 4px; font: 400 12.5px/1.4 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-special .r { text-align: right; }
.lw-special .r b { font: 400 20px/1 'Oswald', Arial, sans-serif; letter-spacing: 0; }
.lw-special .r span { font-size: 11.5px; color: var(--lw-dim); }
.lw-pay { display: none; margin-top: 22px; }
.lw-pay.visible { display: block; }
.lw-pay-sel { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--lw-line-2); }
.lw-pay-sel b { font: 500 14px/1.3 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); }
.lw-pay-sel span { font: 400 12.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-pay-row { display: flex; align-items: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
#paypal-button-container { width: 100%; max-width: 420px; opacity: .35; pointer-events: none; transition: opacity .2s; }
#paypal-button-container.enabled { opacity: 1; pointer-events: auto; }
#paypal-result { margin-top: 12px; white-space: pre-line; }
#paypal-result:empty { display: none; }
.lw-qtyrow { display: none; align-items: center; gap: 12px; margin-top: 14px; font: 400 13px/1 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-qtyrow.visible { display: flex; }
html body.lw-body .lw-qtyrow select { width: 80px; margin: 0; height: auto; background: #141312 !important; border: 1px solid #2a2723 !important; border-radius: 3px; padding: 8px 10px; color: var(--lw-text) !important; font: 400 13px/1 'Barlow', Arial, sans-serif; }
.lw-qtyrow b { color: var(--lw-text); font-weight: 600; }
.lw-qtyrow i { color: #7ecf88; font-style: normal; font-size: 12px; }
.lw-grid-hist .lw-grid-head, .lw-grid-hist .lw-grid-row { grid-template-columns: minmax(0, 1fr) 100px 110px 90px; }
.lw-grid .sub { display: block; margin-top: 3px; font: 400 11.5px/1.2 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-grid .ok { color: #7ecf88; } .lw-grid .gold { color: var(--lw-gold); } .lw-grid .bad { color: var(--lw-ember); }

/* ================= destek ================= */
.lw-grid-tickets .lw-grid-head, .lw-grid-tickets .lw-grid-row { grid-template-columns: 70px minmax(0, 1fr) 120px 110px; }
.lw-grid-tickets .lw-grid-row[hidden] { display: none; }
.lw-ticket-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid var(--lw-line-2); }
.lw-ticket-head h2 { margin: 6px 0 10px; font: 300 24px/1.1 'Oswald', Arial, sans-serif; color: #f4f0e8; }
.lw-ticket-meta { display: flex; gap: 14px; flex-wrap: wrap; font: 400 12px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-msgs { display: flex; flex-direction: column; gap: 14px; }
.lw-msg { background: var(--lw-zebra); border: 1px solid var(--lw-line-3); border-radius: 4px; padding: 16px 18px; }
.lw-msg.is-staff { background: var(--lw-panel); border-color: var(--lw-line); border-left: 3px solid var(--lw-gold); border-radius: 0 4px 4px 0; }
.lw-msg-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.lw-msg-who { display: flex; gap: 9px; align-items: center; font: 500 13px/1 'Oswald', Arial, sans-serif; letter-spacing: .06em; color: var(--lw-text); }
.lw-msg-who i { width: 22px; height: 22px; border-radius: 2px; background: var(--lw-line); display: inline-block; }
.lw-msg.is-staff .lw-msg-who i { background: #3a2f1a; }
.lw-msg-date { font: 400 11.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-msg-body { font: 400 13.5px/1.7 'Barlow', Arial, sans-serif; color: #b8b1a7; overflow-wrap: anywhere; }
.lw-msg-body p { margin: 0 0 8px; }
.lw-msg-body img { max-width: 100%; }
.lw-staff-strip { display: flex; justify-content: space-between; gap: 12px; background: #2a1f14; border-radius: 4px; padding: 9px 16px; margin-bottom: 18px; font: 600 9.5px/1 'Barlow', Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; color: #e9cfa0; }
html body.lw-body .lw-side .right_menu { list-style: none; margin: 0; padding: 0; background: var(--lw-panel); border: 1px solid var(--lw-line); border-radius: 4px; }
html body.lw-body .lw-side .right_menu li { margin: 0; padding: 0; background: none; border: 0; }
html body.lw-body .lw-side .right_menu li a { display: block; padding: 10px 14px; border-top: 1px solid var(--lw-line-2); font: 400 12.5px/1.3 'Barlow', Arial, sans-serif; color: var(--lw-muted) !important; background: none; }
html body.lw-body .lw-side .right_menu li:first-child a { border-top: 0; }
html body.lw-body .lw-side .right_menu li a:hover { color: var(--lw-text) !important; background: var(--lw-panel-2); }
.cke_chrome { border-color: #2a2723 !important; border-radius: 3px; overflow: hidden; }

/* ================= mobil ================= */
@media (max-width: 1000px) {
    .lw-form-2, .lw-settings-grid, .lw-dl-grid, .lw-dl-two, .lw-kv-grid, .lw-legal-wrap { grid-template-columns: 1fr; }
    .lw-toc { position: static; flex-direction: row; flex-wrap: wrap; gap: 6px; margin-bottom: 4px; }
    .lw-auth { padding: 22px 16px; }
    .lw-week { grid-template-columns: 1fr; gap: 14px; }
    .lw-day.is-today { margin: 0; }
    .lw-day-name { text-align: left; }
    .lw-search-panel { grid-template-columns: 1fr; }
    .lw-search-panel .lw-btn { width: 100%; box-sizing: border-box; }
    .lw-tiles { grid-template-columns: 1fr 1fr; }
    .lw-tiles .lw-tile.is-primary { grid-column: 1 / -1; }
    .lw-shop { grid-template-columns: 1fr; gap: 16px; }
    .lw-cats { flex-direction: row; overflow-x: auto; gap: 7px; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
    .lw-cats .lw-lbl { display: none; }
    html body.lw-body .lw-cats a { flex: none; padding: 9px 12px; border: 1px solid #2c2925; border-radius: 20px; font: 500 10.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
    html body.lw-body .lw-cats a.is-on { background: var(--lw-gold); border-color: var(--lw-gold); color: #161310 !important; }
    .lw-cats a i { display: none; }
    .lw-shop-head { flex-direction: column; align-items: stretch; }
    html body.lw-body .lw-shop-search { width: 100%; }
    .lw-items { grid-template-columns: 1fr 1fr; gap: 11px; }
    .lw-item-img { height: 104px; }
    .lw-item-img img { width: 74px; height: 74px; }
    .lw-cart { display: none; }
    .lw-cart-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; gap: 12px; align-items: center; padding: 12px 14px; background: rgba(10,10,9,.96); border-top: 1px solid var(--lw-line); }
    .lw-cart-bar .t { flex: 1; }
    .lw-cart-bar .t span { display: block; font: 400 11.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
    .lw-cart-bar .t b { display: block; margin-top: 5px; font: 500 16px/1 'Oswald', Arial, sans-serif; color: var(--lw-text); }
    .lw-cart-bar .lw-btn { flex: 0 0 150px; }
    .lw-pkgs { grid-template-columns: 1fr 1fr; }
    .lw-stat-strip { gap: 18px; }
    .lw-grid-tickets .lw-grid-row { grid-template-columns: 1fr auto !important; }
    .lw-grid-tickets .lw-grid-row > span:first-child { display: none; }
    .lw-grid-tickets .lw-grid-row > span:nth-child(3) { display: none; }
    .lw-grid-hist .lw-grid-row { grid-template-columns: 1fr auto auto !important; }
    .lw-grid-hist .lw-grid-row > span:nth-child(3) { display: none; }
    .lw-grid-ranks .lw-grid-row, .lw-grid-kills .lw-grid-row { border: 1px solid var(--lw-line-3); border-radius: 4px; background: var(--lw-panel) !important; margin-bottom: 9px; padding: 13px 14px; }
    .lw-grid-ranks .lw-grid-row .n, .lw-grid-kills .lw-grid-row .n { font-size: 17px; }
    .lw-grid-ranks .lw-grid-row > span:nth-child(4) { display: block; grid-column: 3; grid-row: 1; text-align: right; }
    .lw-grid-ranks .lw-grid-row > span:nth-child(6) { display: block; grid-column: 3; grid-row: 2; text-align: right; font: 400 11px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
    .lw-grid-ranks .lw-grid-row > span:nth-child(6)::before { content: "K/D "; }
    .lw-grid-ranks .lw-grid-row > span:nth-child(3), .lw-grid-ranks .lw-grid-row > span:nth-child(5), .lw-grid-ranks .lw-grid-row > span:nth-child(7) { display: none; }
    .lw-grid-ranks .lw-grid-row .player { grid-row: 1 / span 2; }
    .lw-ticket-head { flex-direction: column; }
    .lw-special { flex-direction: column; align-items: flex-start; }
    .lw-special .r { text-align: left; }
}
@media (max-width: 560px) {
    .lw-pkgs { grid-template-columns: 1fr; }
    .lw-tiles { grid-template-columns: 1fr 1fr; gap: 10px; }
    .lw-tile { padding: 16px 14px !important; }
}
/* boss records sidebar satiri */
.lw-boss-row .nm b { display: block; font: 400 12.5px/1.2 'Barlow', Arial, sans-serif; color: var(--lw-text-2); }
.lw-boss-row .nm small { display: block; margin-top: 3px; font: 400 11px/1.2 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-boss-row .lw-boss-time { color: var(--lw-gold); font-variant-numeric: tabular-nums; }
.lw-boss-row .lw-boss-time .up { color: var(--lw-green); font-style: normal; }
.lw-boss-row .lw-boss-time .dim { color: var(--lw-dim); font-style: normal; }

/* haberler ana sayfada tamamen acik */
html body.lw-body .post .post-bottom { display: block !important; padding-top: 14px !important; }
html body.lw-body .post_readmore { display: none !important; }
html body.lw-body .post_content, html body.lw-body .post_content span { font: 400 14px/1.7 'Barlow', Arial, sans-serif !important; color: var(--lw-text-2) !important; }
html body.lw-body .post_content b { color: var(--lw-text); }
html body.lw-body .post_content ol, html body.lw-body .post_content ul { margin: 8px 0 8px 22px; padding: 0; }
html body.lw-body .post_content li { margin-bottom: 4px; }
.lw-gi-grid.is-single { grid-template-columns: 1fr; max-width: 560px; }
.lw-grid-rankinfo .lw-grid-head, .lw-grid-rankinfo .lw-grid-row { grid-template-columns: 36px minmax(0,1fr) 110px 110px 90px 70px; }
@media (max-width: 1000px) { .lw-grid-rankinfo .lw-grid-row { grid-template-columns: 36px 1fr auto !important; } .lw-grid-rankinfo .lw-grid-row > span:nth-child(3) { display: block; grid-column: 3; } }
/* boss records: PvP bolge basligi, mobil satir */
.lw-faction-head.is-pvp { border-top-color: #8a6a2a; }
@media (max-width: 1000px) {
    .lw-grid-boss .lw-grid-row { grid-template-columns: minmax(0, 1fr) auto !important; }
    .lw-grid-boss .lw-grid-row > span:nth-child(n+2):not(.r) { display: none; }
    .lw-grid-boss .lw-grid-row > span.r { grid-column: 2; }
    .lw-columns.is-sub #sidebox_info_login { display: none; }
}
/* ---------- haber karti (yeni markup, eski .post sinifina bagli degil) ---------- */
.lw-post { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--lw-line-2); }
.lw-post:first-of-type { padding-top: 18px; }
.lw-post-thumb { width: 200px; height: 125px; border-radius: 3px; background-size: cover; background-position: center; background-color: var(--lw-panel); border: 1px solid var(--lw-line); }
.lw-post-body { min-width: 0; }
.lw-post-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font: 400 11.5px/1 'Barlow', Arial, sans-serif; color: var(--lw-dim); }
.lw-post-cat { font: 600 9.5px/1 'Oswald', Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: var(--lw-gold); }
.lw-post-admin { margin-left: auto; }
.lw-post-admin a { color: #c8922f !important; }
html body.lw-body .lw-post-title { margin: 0 0 10px; font: 500 19px/1.25 'Oswald', Arial, sans-serif; letter-spacing: 0; text-transform: none; color: var(--lw-text); }
.lw-post-text, .lw-post-text span, .lw-post-text p { font: 400 14px/1.75 'Barlow', Arial, sans-serif !important; color: var(--lw-muted) !important; }
.lw-post-text span[style*="background"] { color: #1a1408 !important; font-weight: 600 !important; font-size: 12.5px !important; padding: 1px 8px !important; border-radius: 2px; }
.lw-post-text p { margin: 0 0 10px !important; }
.lw-post-text b, .lw-post-text strong { color: var(--lw-text-2) !important; }
.lw-post-text ol { list-style: decimal !important; margin: 8px 0 12px 0 !important; padding: 0 0 0 22px !important; }
.lw-post-text ul { list-style: disc !important; margin: 8px 0 12px 0 !important; padding: 0 0 0 22px !important; }
.lw-post-text li { display: list-item !important; list-style: inherit !important; margin: 0 0 6px !important; padding: 0 !important; line-height: 1.6 !important; }
.lw-post-text li::marker { color: var(--lw-gold); font-family: 'Oswald', Arial, sans-serif; }
.lw-post-text img { max-width: 100%; height: auto; border-radius: 3px; }
.lw-post-text a { color: #c8922f !important; }
@media (max-width: 1000px) {
    .lw-post { grid-template-columns: 1fr; gap: 12px; }
    .lw-post-thumb { width: 100%; height: 180px; }
}
/* ---------- Grand Opening sayaci (ana sayfa durum karti) ---------- */
.lw-status-card.lw-opening { padding: 18px 24px; gap: 20px; }
.lw-opening-left { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.lw-opening-big { font: 300 30px/1.05 'Oswald', Arial, sans-serif; color: #f4f0e8; letter-spacing: .01em; }
.lw-opening-sub { font: 400 12.5px/1.5 'Barlow', Arial, sans-serif; color: var(--lw-muted); }
.lw-count { display: flex; align-items: flex-start; gap: 10px; }
.lw-count > div { display: flex; flex-direction: column; align-items: center; gap: 5px; min-width: 62px; background: var(--lw-zebra); border: 1px solid var(--lw-line-3); border-radius: 4px; padding: 8px 10px 9px; }
.lw-count b { font: 400 30px/1 'Oswald', Arial, sans-serif; color: var(--lw-gold); font-variant-numeric: tabular-nums; }
.lw-count span { font: 600 8.5px/1 'Barlow', Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--lw-dim); }
.lw-count i { font: 300 26px/1 'Oswald', Arial, sans-serif; color: var(--lw-gold-line); font-style: normal; padding-top: 10px; }
.lw-opening-right { display: flex; gap: 10px; flex: none; }
html body.lw-body .lw-trailer { gap: 8px; padding: 13px 18px; }
.lw-trailer img { width: 16px; height: 16px; }
@media (max-width: 1000px) {
    .lw-status-card.lw-opening { padding: 16px; }
    .lw-opening-big { font-size: 24px; }
    .lw-count { gap: 6px; }
    .lw-count > div { min-width: 0; flex: 1; padding: 8px 6px; }
    .lw-count b { font-size: 24px; }
    .lw-count i { display: none; }
    .lw-opening-right { display: flex; }
    .lw-opening-right a { flex: 1; }
}
