.post-engage{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid var(--line);
  display:grid;
  gap:20px;
}
.post-engage .share{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  font-size:13px;
}
.post-engage .share strong{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.4px;
}
.share-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  cursor:pointer;
  font-weight:700;
  font-size:12px;
  transition:all .18s ease;
}
.share-btn:hover{ transform:translateY(-1px); box-shadow:0 6px 16px rgba(0,0,0,.12); }
.share-btn span:first-child{ font-size:16px; }
.share-twitter{ border-color:#1d9bf0; color:#1d9bf0; }
.share-facebook{ border-color:#0866ff; color:#0866ff; }
.share-linkedin{ border-color:#0a66c2; color:#0a66c2; }
.share-whatsapp{ border-color:#25d366; color:#1c9c52; }
.share-copy{ border-color:#555; color:#444; background:#fff; }

.reactions{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.reactions strong{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.35px;
}
.reaction-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.reaction-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  cursor:pointer;
  font-weight:700;
  font-size:12px;
  transition:transform .18s ease, box-shadow .18s ease;
}
.reaction-btn:hover{ transform:translateY(-1px); box-shadow:0 10px 22px rgba(0,0,0,.14); }
.reaction-emoji{ font-size:18px; }
.reaction-count{ font-size:12px; color:#777; }
.reactions small{ color:#888; font-size:11px; }

.post-comments{
  margin-top:36px;
  padding-top:28px;
  border-top:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:18px;
}
.comments-header h2{
  margin:0;
  font-size:20px;
  font-family:"Oswald", system-ui, sans-serif;
  letter-spacing:.3px;
  text-transform:uppercase;
}
.comments-header p{ margin:4px 0 0; color:#666; font-size:13px; }
.comment-alert{
  padding:12px 14px;
  border-radius:6px;
  font-size:13px;
  font-weight:600;
}
.comment-alert.success{ background:#e6f4ea; color:#1b5e20; border:1px solid #c8e6c9; }
.comment-alert.error{ background:#fdecea; color:#c62828; border:1px solid #ffcdd2; }
.no-comments{ font-size:13px; color:#777; padding:14px; background:var(--soft); border-radius:6px; }
.comment-list{ display:flex; flex-direction:column; gap:16px; }
.comment{ display:flex; gap:12px; }
.comment-avatar{
  flex-shrink:0;
  width:42px; height:42px;
  border-radius:50%;
  background:#111;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
  letter-spacing:.4px;
}
.comment-body{ background:var(--soft); border-radius:12px; padding:12px 16px; flex:1; }
.comment-meta{ display:flex; gap:8px; align-items:center; font-size:12px; color:#666; margin-bottom:6px; }
.comment-body p{ margin:0; font-size:14px; color:#333; }
.comment-form{ border:1px dashed var(--line); border-radius:10px; padding:18px; background:#fff; }
.comment-form h3{ margin:0 0 12px; font-size:16px; font-family:"Oswald", system-ui, sans-serif; letter-spacing:.25px; }
.comment-form textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:8px;
  padding:12px;
  font-size:14px;
  resize:vertical;
  min-height:110px;
}
.comment-form textarea:focus{ outline:2px solid rgba(34,113,177,.25); }
.comment-form-footer{
  margin-top:10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  color:#777;
}
.comment-form-footer button{
  background:#111;
  color:#fff;
  border:0;
  padding:10px 20px;
  border-radius:999px;
  font-weight:700;
  cursor:pointer;
  transition:background .18s ease;
}
.comment-form-footer button:hover{ background:#333; }
.comment-cta{
  text-align:center;
  font-size:14px;
  display:grid;
  gap:8px;
}
.comment-cta a{ color:#0a66c2; font-weight:700; }
.comment-cta .register-trigger{
  background:#111;
  color:#fff;
  border:0;
  padding:8px 18px;
  border-radius:999px;
  cursor:pointer;
  font-weight:700;
}

/* Buttons */
.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  padding:10px 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  border:0;
  cursor:pointer;
  transition:background .16s ease, transform .16s ease;
}
.btn-primary:hover{ background:#333; transform:translateY(-1px); }
.btn-primary.disabled,
.btn-primary[aria-disabled="true"]{
  background:#bbb;
  cursor:not-allowed;
  opacity:.65;
  transform:none;
  pointer-events:none;
}
.btn-link{
  background:transparent;
  border:0;
  color:#0a66c2;
  font-weight:700;
  cursor:pointer;
  padding:6px 0;
  text-decoration:none;
}
.btn-link.danger{ color:#b32d2e; }
.btn-link:hover{ text-decoration:underline; }

.badge{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:11px;
  text-transform:uppercase;
  padding:4px 8px;
  border-radius:999px;
  background:#0a66c2;
  color:#fff;
  font-weight:700;
}
.badge-pill{
  padding:2px 8px;
  font-size:11px;
  line-height:1;
}
.badge-alert{ background:#dc2626; color:#fff; }

.alert{
  padding:14px 16px;
  border-radius:10px;
  margin-bottom:16px;
  font-weight:600;
  border:1px solid transparent;
}
.alert.success{ background:#e6f4ea; border-color:#c8e6c9; color:#1b5e20; }
.alert.error{ background:#fdecea; border-color:#ffcdd2; color:#b71c1c; }

.messages-page{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.messages-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:24px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
  box-shadow:var(--shadow);
}
.messages-header h1{ margin:0 0 6px; font-size:26px; }
.messages-header p{ margin:0; color:#666; }
.messages-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.messages-actions .btn-light.active{ background:#111; color:#fff; border-color:#111; }

.messages-summary{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:12px;
}
.summary-card{
  padding:14px 16px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:6px;
}
.summary-card.highlight{ border-color:#0a66c2; box-shadow:0 12px 24px rgba(10,102,194,.15); }
.summary-label{ font-size:13px; color:#666; text-transform:uppercase; letter-spacing:.3px; }
.summary-card strong{ font-size:20px; }

.messages-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.message-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:18px;
  background:#fff;
  border-radius:16px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  transition:transform .12s ease;
}
.message-row:hover{ transform:translateY(-2px); }
.message-row.unread{ border-color:#0a66c2; box-shadow:0 12px 28px rgba(10,102,194,.15); }
.message-meta{ flex:1; display:flex; flex-direction:column; gap:8px; }
.meta-top{ display:flex; align-items:center; gap:8px; font-size:13px; color:#666; flex-wrap:wrap; }
.meta-label{ font-weight:700; text-transform:uppercase; letter-spacing:.3px; font-size:12px; }
.message-preview{ margin:0; color:#333; font-size:14px; }

.message-actions{ display:flex; flex-direction:column; gap:8px; align-items:flex-end; }
.message-actions form{ margin:0; }

.empty-state{
  text-align:center;
  padding:40px;
  border-radius:18px;
  border:1px dashed var(--line);
  background:#fff;
  display:grid;
  gap:12px;
  justify-items:center;
}
.empty-state strong{ font-size:20px; }
.empty-state p{ color:#666; margin:0; }

.message-detail{
  background:#fff;
  border-radius:16px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.detail-meta{ display:flex; flex-wrap:wrap; gap:12px 20px; align-items:center; font-size:13px; color:#666; }
.detail-body{ font-size:15px; line-height:1.6; color:#222; }
.detail-body p{ margin:0; white-space:pre-wrap; word-break:break-word; }
.detail-actions{ display:flex; flex-wrap:wrap; gap:12px 20px; align-items:center; }
.report-status{ font-weight:600; color:#0a66c2; }
.report-box{ padding:12px 16px; border-radius:12px; border:1px solid var(--line); background:#f8fafc; cursor:pointer; }
.report-box summary{ font-weight:700; color:#0a66c2; cursor:pointer; }
.report-form{ display:grid; gap:10px; margin-top:12px; }
.report-form textarea{
  border:1px solid var(--line);
  border-radius:10px;
  padding:10px;
  resize:vertical;
}

.message-compose{
  background:#fff;
  border-radius:16px;
  border:1px solid var(--line);
  padding:24px;
  box-shadow:var(--shadow);
  display:grid;
  gap:20px;
}
.field-group{ display:grid; gap:8px; }
.field-group label{ font-weight:700; font-size:14px; }
.field-group input[type="search"],
.field-group input[type="text"],
.field-group textarea{
  border:1px solid var(--line);
  border-radius:10px;
  padding:12px;
  font-size:15px;
}
.field-group textarea{ resize:vertical; }
.hint{ font-size:12px; color:#777; }
.char-counter{ font-size:12px; color:#777; text-align:right; }
.form-footer{ display:flex; justify-content:flex-end; }

.recipient-autocomplete{ position:relative; }
.autocomplete-panel{
  position:absolute;
  top:100%;
  left:0;
  right:0;
  margin-top:6px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 16px 32px rgba(15,23,42,.18);
  display:grid;
  max-height:260px;
  overflow:auto;
  z-index:40;
}
.autocomplete-item{
  text-align:left;
  padding:12px 16px;
  border:0;
  background:transparent;
  cursor:pointer;
  font-weight:600;
}
.autocomplete-item:hover{ background:#f1f5f9; }
.autocomplete-empty{ padding:12px 16px; font-size:13px; color:#777; }

@media(max-width:720px){
  .messages-header{ flex-direction:column; }
  .message-actions{ width:100%; }
  .message-row{ flex-direction:column; align-items:flex-start; }
  .message-actions{ align-items:flex-start; flex-direction:row; gap:12px; }
  .detail-actions{ flex-direction:column; align-items:flex-start; }
  .form-footer{ justify-content:stretch; }
  .form-footer .btn-primary{ width:100%; }
}

.ad-container{
  display:block;
  margin:0 auto;
  text-align:center;
}
.ad-container img{
  display:inline-block;
  max-width:100%;
  height:auto;
}
.ad-slot-sidebar-300-250-1{ /* Sidebar box spacing */
  margin-bottom:12px;
}
.ad-slot-sidebar-300-250-1 img{
  max-width:300px;
  width:100%;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(15,23,42,.1);
}
.ad-slot-sidebar-300-600 img{
  max-width:300px;
  width:100%;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(15,23,42,.1);
}
.ad-slot-left-970-250 img,
.ad-slot-left-970-90 img{
  width:100%;
  border-radius:16px;
}
.ad-slot-left-970-90 img{ max-height:90px; object-fit:cover; }

.mobile-only{ display:none !important; }
.desktop-only{ display:inherit !important; }
.article-ad-slot{
  margin:32px 0;
  padding:20px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:16px;
  box-shadow:0 16px 32px rgba(15,23,42,.08);
}
.article-ad-slot .ad-container{
  margin:0;
}

.register-modal{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2000;
  pointer-events:none;
  opacity:0;
  transition:opacity .2s ease;
}
.register-modal[aria-hidden="false"]{
  pointer-events:auto;
  opacity:1;
}
.register-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}
.register-dialog{
  position:relative;
  background:#fff;
  padding:28px;
  border-radius:14px;
  width:min(420px, calc(100% - 32px));
  box-shadow:var(--shadow2);
  z-index:1;
}
.register-close{
  position:absolute;
  top:16px;
  right:16px;
  border:0;
  background:transparent;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.register-dialog h2{ margin:0 0 8px; font-family:"Oswald", system-ui, sans-serif; letter-spacing:.3px; }
.register-intro{ margin:0 0 18px; color:#666; font-size:13px; }
.register-form{ display:grid; gap:14px; }
.register-form label{ display:grid; gap:6px; font-size:13px; font-weight:600; }
.register-form input{
  padding:10px;
  border:1px solid var(--line);
  border-radius:8px;
  font-size:14px;
}
.register-form button{
  margin-top:4px;
  padding:12px;
  background:#111;
  color:#fff;
  border:0;
  border-radius:999px;
  font-weight:800;
  cursor:pointer;
}
.register-form button:hover{ background:#333; }
.register-note{ margin:0; font-size:12px; text-align:center; }
.register-note a{ color:#0a66c2; font-weight:700; }
.modal-open{ overflow:hidden; }

@media(max-width:768px){
  .post-engage{
    gap:16px;
  }
  .share-btn,
  .reaction-btn{
    font-size:11px;
    padding:7px 10px;
  }
  .reaction-emoji{ font-size:16px; }
  .comment-avatar{ width:36px; height:36px; }
}
/* AsBilisim - Theme CSS (index.html birebir) */

:root{
  --bg:#ffffff;
  --ink:#111111;
  --muted:#555;
  --line:#e6e6e6;
  --soft:#f7f7f7;

  --blue:#0a66c2;
  --red:#e53935;
  --yellow:#f7b500;
  --green:#2ea44f;
  --teal:#14b8a6;
  --purple:#6d28d9;

  --shadow: 0 12px 26px rgba(0,0,0,.08);
  --shadow2: 0 22px 58px rgba(0,0,0,.12);
  --radius: 6px;

  --container: 1180px;
  --gap: 18px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.35;
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.container{ width:min(var(--container), calc(100% - 28px)); margin-inline:auto; }

/* Top meta bar */
.topbar{ border-bottom:1px solid var(--line); background:#fff; font-size:12px; color:var(--muted); }
.topbar-inner{ display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; padding-block:6px; }
.topbar-left{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.topbar-date{ font-weight:800; letter-spacing:.3px; text-transform:uppercase; color:#111; }
.topbar-breadcrumb{ display:flex; gap:10px; align-items:center; list-style:none; padding:0; margin:0; flex-wrap:wrap; }
.topbar-breadcrumb li{ position:relative; display:flex; align-items:center; gap:10px; font-weight:700; color:#64748b; }
.topbar-breadcrumb li::before{ content:"/"; color:#d1d5db; font-weight:900; }
.topbar-breadcrumb li:first-child::before{ content:""; }
.topbar-breadcrumb a{ color:#0f172a; font-weight:800; text-decoration:none; }
.topbar-breadcrumb a:hover{ color:#111; text-decoration:underline; }
.topbar-right{ display:flex; align-items:center; gap:18px; flex-wrap:nowrap; }
.topbar-social{ display:flex; align-items:center; gap:8px; white-space:nowrap; }
.topbar-social .label{ font-weight:700; color:#111; text-transform:uppercase; }
.topbar-social-icons{ display:flex; align-items:center; gap:8px; }
.topbar-user{ display:flex; align-items:center; gap:10px; flex-wrap:nowrap; font-weight:700; }
.topbar-user .divider{ width:1px; height:12px; background:#d1d5db; display:inline-block; }
.topbar-user a{ color:#0f172a; text-decoration:none; font-weight:800; }
.topbar-user a:hover{ color:#111; text-decoration:underline; }
.topbar-user .welcome{ color:#475569; font-weight:700; white-space:nowrap; }
.topbar-messages{ display:inline-flex; align-items:center; gap:6px; color:#dc2626; font-weight:800; }
.topbar-messages:hover{ color:#b91c1c; }
.topbar .soc svg{ width:16px; height:16px; fill:currentColor; }
@media(max-width:720px){
  .topbar-inner{ flex-direction:column; align-items:flex-start; gap:10px; }
  .topbar-right{ width:100%; justify-content:flex-start; gap:12px; flex-wrap:wrap; }
  .topbar-social{ display:none; }
  .topbar-user{ gap:8px; flex-wrap:wrap; font-size:12px; }
  .topbar-user .divider{ display:none; }
}

/* Header */
header{ background:#fff; border-bottom:2px solid #111; }
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 0 14px; }
.header-left{ display:flex; align-items:center; gap:16px; min-width:0; }
.logo{ display:flex; align-items:flex-end; gap:12px; min-width:220px; text-decoration:none; }
.logo b{ font-family:"Oswald", system-ui, sans-serif; font-size:40px; line-height:1; letter-spacing:.2px; text-transform: lowercase; }
.logo span{ font-size:13px; color:var(--muted); font-weight:700; transform: translateY(-1px); white-space:nowrap; }
.logo--image{ align-items:center; min-width:260px; height:72px; }
.logo--image img{ max-width:100%; max-height:100%; width:auto; height:auto; display:block; object-fit:contain; }
.logo--image span{ display:none; }

.ad-top{ flex:1; display:flex; justify-content:center; }
.ad-box{
  width:min(728px, 100%);
  height:90px;
  border:1px solid var(--line);
  background: var(--soft);
  display:flex; align-items:center; justify-content:center;
  color:#777;
  font-weight:800;
  letter-spacing:.4px;
}

/* Nav */
.site-nav{ border-top:1px solid var(--line); background:#fff; }
.site-nav .nav-inner{ display:flex; justify-content:flex-end; }
.site-nav .nav-menu{ display:flex; align-items:center; justify-content:space-between; gap:24px; width:100%; }
.site-nav .nav-links{ display:flex; gap:0; flex-wrap:wrap; }
.site-nav .nav-links a{
  padding:12px 14px;
  font-weight:800;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.3px;
  border-right:1px solid var(--line);
}
.site-nav .nav-links a:first-child{ border-left:1px solid var(--line); }
.site-nav .nav-links a:hover{ background:#111; color:#fff; }

.site-nav .nav-auth{ display:flex; align-items:center; gap:12px; font-weight:800; text-transform:uppercase; letter-spacing:.3px; }
.site-nav .nav-auth a{ font-size:12px; text-decoration:none; color:#0f172a; }
.site-nav .nav-auth a:hover{ color:#111; text-decoration:underline; }
.site-nav .nav-auth .divider{ width:1px; height:18px; background:var(--line); display:inline-block; }
.site-nav .nav-auth .welcome{ color:#475569; font-size:12px; text-transform:none; letter-spacing:0; }
.site-nav .nav-auth .nav-messages{ color:#dc2626; }
.site-nav .nav-auth .nav-messages:hover{ color:#b91c1c; }
.site-nav .nav-auth .badge{ margin-left:6px; }

.nav-toggle{
  display:none;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.35px;
  cursor:pointer;
  transition:background .18s ease, color .18s ease;
}
.nav-toggle__icon{
  position:relative;
  width:18px;
  height:2px;
  background:#111;
  display:inline-block;
  transition:transform .18s ease, background .18s ease;
}
.nav-toggle__icon::before,
.nav-toggle__icon::after{
  content:"";
  position:absolute;
  left:0;
  width:18px;
  height:2px;
  background:#111;
  transition:transform .18s ease, opacity .18s ease;
}
.nav-toggle__icon::before{ transform:translateY(-6px); }
.nav-toggle__icon::after{ transform:translateY(6px); }
.nav-toggle[aria-expanded="true"],
.nav-toggle.nav-toggle--active{ background:#111; color:#fff; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon,
.nav-toggle.nav-toggle--active .nav-toggle__icon{ background:transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::before,
.nav-toggle.nav-toggle--active .nav-toggle__icon::before{ transform:rotate(45deg); background:#fff; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::after,
.nav-toggle.nav-toggle--active .nav-toggle__icon::after{ transform:rotate(-45deg); background:#fff; }

@media(max-width:900px){
  .header-left{ flex:1; }
  .header-left .nav-toggle{ display:inline-flex; margin-left:auto; }
  .logo{ min-width:0; }
  .logo--image{ min-width:0; max-width:180px; }
  .ad-top{ display:none; }
  .site-nav .nav-inner{ width:100%; }
  .site-nav .nav-menu{
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }
  .site-nav .nav-links{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    border-top:1px solid var(--line);
    padding-top:12px;
    margin-top:12px;
  }
  .site-nav .nav-links.nav-links--open{ display:flex; }
  .site-nav .nav-links a{
    width:100%;
    border:0;
    padding:12px 0;
    border-bottom:1px solid var(--line);
  }
  .site-nav .nav-links a:last-child{ border-bottom:0; }
  .site-nav .nav-auth{
    width:100%;
    flex-direction:row;
    align-items:center;
    gap:10px;
    font-size:12px;
    text-transform:none;
    letter-spacing:0;
  }
  .site-nav .nav-auth a{ padding:0; border:0; font-size:12px; font-weight:800; }
  .site-nav .nav-auth .divider{ display:none; }
  .site-nav .nav-auth .welcome{ margin-top:0; }
}

/* Breaking */
.breaking{ border-bottom:1px solid var(--line); background:#fff; box-shadow:0 8px 20px rgba(15,23,42,.05); }
.breaking-inner{
  display:flex;
  gap:16px;
  padding:12px 0;
  align-items:center;
}
.label{
  background:linear-gradient(135deg,#ef4444,#b91c1c);
  color:#fff;
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
  padding:8px 14px;
  border-radius:999px;
  letter-spacing:.4px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.label::before{
  content:"⚡";
}
.ticker{
  position:relative;
  flex:1;
  overflow:hidden;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(59,130,246,.08));
  border-radius:12px;
}
.ticker span{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:10px 14px;
  min-width:fit-content;
  animation: marquee var(--ticker-speed,22s) linear infinite;
}
.ticker span a,
.ticker span span{
  font-weight:700;
  color:#1f2937;
  text-decoration:none;
  white-space:nowrap;
}
.ticker span a:hover{ color:#ef4444; }
.ticker .dot{ color:#ef4444; font-weight:900; }
@keyframes marquee{ 0%{ transform: translateX(0);} 100%{ transform: translateX(-100%);} }

/* Main */
main{ padding: 18px 0 52px; }

/* Profile page */
.profile-page{
  display:grid;
  gap:32px;
  padding-bottom:48px;
}
.profile-hero{
  background:linear-gradient(135deg,#0f172a,#111827);
  border-radius:24px;
  color:#f1f5f9;
  padding:32px;
  display:grid;
  gap:28px;
  box-shadow:0 24px 48px rgba(15,23,42,.32);
}
.profile-hero__content{
  display:flex;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
}
.profile-avatar{
  width:128px;
  height:128px;
  border-radius:26px;
  overflow:hidden;
  position:relative;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.08));
}
.profile-avatar[data-theme="sunset"]{ background:linear-gradient(135deg,#fb7185,#f97316); }
.profile-avatar[data-theme="ocean"]{ background:linear-gradient(135deg,#38bdf8,#0ea5e9); }
.profile-avatar[data-theme="forest"]{ background:linear-gradient(135deg,#34d399,#059669); }
.profile-avatar[data-theme="midnight"]{ background:linear-gradient(135deg,#6366f1,#312e81); }
.profile-avatar[data-theme="candy"]{ background:linear-gradient(135deg,#f472b6,#ec4899); }
.profile-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.profile-avatar__placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-size:42px;
  font-weight:800;
  background:rgba(15,23,42,.45);
}
.profile-avatar__upload{
  position:absolute;
  bottom:12px;
  right:12px;
  background:rgba(15,23,42,.85);
  color:#fff;
  border:none;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  cursor:pointer;
}
.profile-hero__meta{ flex:1; min-width:240px; display:grid; gap:12px; }
.profile-hero__labels{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.profile-role{
  background:rgba(255,255,255,.15);
  padding:6px 14px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.3px;
  font-weight:700;
}
.profile-since{ font-size:13px; color:rgba(255,255,255,.7); }
.profile-hero__meta h1{ margin:0; font-size:32px; font-weight:800; }
.profile-bio{ margin:0; font-size:15px; line-height:1.6; color:rgba(241,245,249,.88); }
.profile-bio.muted{ color:rgba(241,245,249,.55); }
.profile-hero__links{ display:flex; gap:12px; flex-wrap:wrap; }
.profile-message-alert{
  margin-top:12px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid #fecaca;
  background:#fef2f2;
  color:#b91c1c;
  font-weight:600;
}
.profile-message-alert a{ color:#b91c1c; text-decoration:underline; }
.profile-message-alert a:hover{ color:#991b1b; }
.btn-light{
  background:#f8fafc;
  color:#0f172a;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  font-weight:700;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  cursor:pointer;
  transition:background .15s ease, color .15s ease, border .15s ease, transform .15s ease;
}
.btn-light:hover{
  background:#e2e8f0;
  border-color:#94a3b8;
}
.btn-light:active{
  transform:translateY(1px);
  background:#cbd5e1;
}
.stat-card{
  background:rgba(255,255,255,.12);
  padding:18px 22px;
  border-radius:18px;
  display:grid;
  gap:6px;
  min-width:150px;
}
.stat-label{ font-size:12px; letter-spacing:.35px; text-transform:uppercase; color:rgba(241,245,249,.66); }
.stat-card strong{ font-size:24px; font-weight:800; }

.profile-grid{
  display:grid;
  gap:24px;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  align-items:start;
}
.profile-column{ display:grid; gap:24px; }
.profile-column--side{ position:sticky; top:120px; }
.profile-card--compact{ padding:20px; }
.profile-card--compact .card-heading{
  background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(59,130,246,.12));
  padding:10px 14px;
  border-radius:12px;
  font-size:16px;
  font-weight:700;
  color:#1e3a8a;
  margin:-4px -4px 12px;
}
.profile-card{
  background:#fff;
  border-radius:20px;
  padding:26px;
  box-shadow:0 22px 46px rgba(15,23,42,.08);
  display:grid;
  gap:18px;
}
.profile-card h2{ margin:0; font-size:20px; font-weight:700; color:#0f172a; }
.card-sub{ margin:0; color:#64748b; font-size:14px; }
.alert{ padding:12px 16px; border-radius:12px; font-size:14px; }
.alert.success{ background:#dcfce7; color:#166534; }
.alert.error{ background:#fee2e2; color:#991b1b; }
.profile-form{ display:grid; gap:18px; }
.field-group{ display:grid; gap:8px; }
.field-group label, .field-label{ font-weight:600; color:#0f172a; }
.field-group input, .field-group textarea{
  border:1px solid #cbd5e1;
  border-radius:14px;
  padding:12px 14px;
  font-size:14px;
  transition:border .15s ease, box-shadow .15s ease;
}
.field-group input:focus,
.field-group textarea:focus{ border-color:#2563eb; box-shadow:0 0 0 3px rgba(37,99,235,.18); outline:none; }
.field-row{ display:flex; gap:16px; flex-wrap:wrap; }
.field-row .field-group{ flex:1; min-width:200px; }
.avatar-actions{ display:flex; gap:12px; align-items:center; }
.btn-outline{
  border:1px dashed #2563eb;
  background:rgba(37,99,235,.08);
  color:#1d4ed8;
  padding:10px 16px;
  border-radius:12px;
  cursor:pointer;
}
.toggle-remove{ display:flex; align-items:center; gap:8px; font-size:13px; color:#475569; }
.theme-grid{ display:flex; flex-wrap:wrap; gap:12px; }
.theme-tile{
  position:relative;
  padding:16px 18px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--from,#e2e8f0),var(--to,#cbd5e1));
  color:#0f172a;
  font-weight:700;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}
.theme-tile input{ position:absolute; inset:0; opacity:0; cursor:pointer; }
.theme-tile span{ pointer-events:none; }
.theme-tile.active{ transform:translateY(-3px); box-shadow:0 18px 32px rgba(37,99,235,.22); }
.theme-tile.neutral{ background:#f8fafc; color:#1e293b; }
.social-grid{ display:grid; gap:12px; }
.social-grid label{ display:grid; gap:6px; font-size:13px; }
.profile-card .btn-primary{
  border:none;
  padding:12px 18px;
  border-radius:14px;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 16px 30px rgba(37,99,235,.18);
}
.profile-card .btn-primary:hover{ filter:brightness(1.05); }
.activity-list, .comment-activity{ list-style:none; margin:0; padding:0; display:grid; gap:16px; }
.activity-list li, .comment-activity li{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  border-bottom:1px solid #e2e8f0;
  padding-bottom:12px;
}
.activity-list li:last-child, .comment-activity li:last-child{ border-bottom:none; padding-bottom:0; }
.activity-list strong{ display:block; color:#0f172a; }
.activity-list span{ font-size:13px; color:#64748b; }
.activity-list a{ font-size:13px; font-weight:700; color:#2563eb; }
.comment-activity .comment-meta{ display:flex; gap:10px; align-items:center; font-size:13px; color:#475569; }
.comment-activity p{ margin:6px 0; color:#1e293b; font-size:14px; line-height:1.5; }
.comment-activity a{ font-size:13px; color:#2563eb; font-weight:600; }
.muted{ color:#94a3b8; }

@media (max-width:960px){
  .profile-hero{ padding:24px; }
  .profile-avatar{ margin:0 auto; }
  .profile-hero__content{ flex-direction:column; align-items:flex-start; }
  .profile-hero__stats{ justify-content:center; }
  .field-row{ flex-direction:column; }
  .profile-grid{ grid-template-columns:1fr; }
  .profile-column--side{ position:static; }
}
/* Category latest widget */
.category-latest{
  margin-top:36px;
  padding-top:28px;
  border-top:1px solid #e2e8f0;
  display:grid;
  gap:20px;
}
.category-latest__header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
}
.category-latest__header h2{
  margin:0;
  font-size:22px;
  line-height:1.25;
  color:#0f172a;
}
.category-latest__header p{
  margin:6px 0 0;
  color:#64748b;
  font-size:14px;
}
.category-latest__more{
  white-space:nowrap;
  font-weight:700;
  color:#2563eb;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.category-latest__more::after{
  content:'›';
  font-size:20px;
  line-height:1;
}
.category-latest__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:18px;
}
.category-latest__card{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 16px 32px rgba(15,23,42,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
.category-latest__card a{
  display:grid;
  grid-template-rows:140px auto;
  color:inherit;
  text-decoration:none;
  height:100%;
}
.category-latest__card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(15,23,42,.12);
}
.category-latest__thumb{
  position:relative;
  background:#0f172a;
  display:grid;
  place-items:center;
}
.category-latest__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.category-latest__thumb--placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#f8fafc;
  font-size:32px;
  font-weight:800;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
}
.category-latest__body{
  padding:18px;
  display:grid;
  gap:6px;
}
.category-latest__body h3{
  margin:0;
  font-size:17px;
  color:#0f172a;
  line-height:1.35;
}
.category-latest__body time{
  font-size:13px;
  color:#64748b;
}
@media(max-width:640px){
  .category-latest__header{ flex-direction:column; align-items:flex-start; }
  .category-latest__more{ align-self:flex-end; }
}

/* HERO full width */
.hero-wide{ margin-bottom: 18px; }
.hero-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .85fr);
  gap: 12px;
  align-items:stretch;
}

/* Big hero slider */
.slider{
  position:relative;
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow2);
  background:#000;
  min-height: 520px;
}
.slides{
  display:flex;
  height:100%;
  transition: transform .55s cubic-bezier(.2,.9,.2,1);
}
.slide{
  min-width:100%;
  height: 520px;
  position:relative;
  display:flex;
  align-items:flex-end;
  color:#fff;
  background:#000;
}
.slide::before{
  content:"";
  position:absolute; inset:0;
  background: var(--img) center/cover no-repeat;
  opacity:.96;
}
.slide::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.42) 45%, rgba(0,0,0,.82));
}
.slide-content{ position:relative; padding: 18px; width:100%; z-index:2; }

/* Tags */
.cat-tag{
  position:absolute; left: 14px; top: 14px; z-index:3;
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 8px;
  border-radius: 3px;
  font-weight:900;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.35px;
  color:#111;
  background: var(--yellow);
  box-shadow: 0 10px 18px rgba(0,0,0,.20);
}
.cat-tag.world{ background: var(--yellow); }
.cat-tag.game{ background: var(--green); color:#fff; }
.cat-tag.tech{ background: var(--blue); color:#fff; }
.cat-tag.media{ background: var(--teal); color:#fff; }
.cat-tag.business{ background: var(--purple); color:#fff; }
.cat-tag.hot{ background: var(--red); color:#fff; }

.slide h1{
  margin: 0 0 12px;
  font-family:"Oswald", system-ui, sans-serif;
  font-size: 44px;
  line-height:1.02;
  letter-spacing:.2px;
  text-transform: uppercase;
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
  max-width: 20ch;
}
.slide .meta{
  display:flex; gap:10px; flex-wrap:wrap;
  font-size:12px;
  color: rgba(255,255,255,.94);
  font-weight:800;
}
.slide .meta span{
  display:inline-flex; align-items:center; gap:6px;
  background: rgba(0,0,0,.40);
  border:1px solid rgba(255,255,255,.18);
  padding:7px 10px;
  border-radius: 4px;
}

/* Slider controls */
.controls{
  position:absolute;
  right: 14px;
  bottom: 14px;
  display:flex;
  gap:6px;
  z-index:4;
  align-items:center;
}
.num{
  width:34px; height:34px;
  border-radius: 3px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.58);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  display:grid; place-items:center;
  font-size:12px;
  transition:.12s ease;
}
.num:hover{ transform: translateY(-1px); }
.num.active{ background: var(--red); }
.arrow{
  width:34px; height:34px;
  border-radius: 3px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.58);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  display:grid; place-items:center;
}

/* Right 4 small */
.mini-col{
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.mini{
  position:relative;
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
  min-height: 122px;
  background:#000;
  color:#fff;
  flex: 1;
}
.mini::before{
  content:"";
  position:absolute; inset:0;
  background: var(--img) center/cover no-repeat;
  opacity:.96;
  pointer-events:none;
}
.mini::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.70));
  pointer-events:none;
}
.mini .cat-tag{ left:10px; top:10px; }
.mini .txt{ position:absolute; inset:auto 0 0 0; padding: 9px 10px 10px; z-index:2; pointer-events:none; }
.mini b{ display:block; font-size:12.5px; line-height:1.18; font-weight:900; text-shadow: 0 10px 18px rgba(0,0,0,.35); }
.mini small{ display:block; margin-top:6px; font-size:11px; opacity:.92; font-weight:800; }

@media(max-width:960px){
  .hero-grid{ grid-template-columns:1fr; }
  .slider{ min-height:420px; }
  .slide{ height:420px; }
  .mini-col{ display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:12px; }
}

@media(max-width:768px){
  .poll-box{ margin-bottom:16px; }
  .poll-box h3{ font-size:16px; }
  .poll-question{ font-size:16px; }
  .sidebox .ad-slot-sidebar-300-600{ display:none !important; }
}

@media(max-width:720px){
  .slider{ min-height:380px; }
  .slide{ height:380px; }
  .slide-content{ padding:16px 16px 96px; }
  .slide h1{ font-size:28px; }
  .slide .meta{ flex-direction:column; align-items:flex-start; gap:8px; }
  .slide .meta span{ width:100%; justify-content:space-between; background:rgba(0,0,0,.55); }
  .controls{ left:16px; right:16px; bottom:18px; display:flex; justify-content:space-between; gap:8px; padding:8px 12px; background:rgba(0,0,0,.45); border-radius:12px; }
  .controls .arrow{ width:38px; height:38px; }
  .controls .num{ width:32px; height:32px; }
  .mini{ min-height:130px; }
}

/* Below hero: content + sidebar */
.below{
  display:grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .85fr);
  gap: 12px;
  align-items:start;
}
.below > section{ grid-column: 1; min-width:0; }
.below > aside{ grid-column: 2; align-self:start; margin-top:0; padding-top:0; }
@media(max-width:960px){
  .below{ grid-template-columns:1fr; gap:20px; }
  .below > section{ grid-column:1; }
  .below > aside{ grid-column:1; }
}
@media(max-width:720px){
  .block{ margin-bottom:18px; }
}

/* Section title */
.section-title{
  margin: 0 0 10px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  border-bottom:2px solid #111;
  padding-bottom:8px;
}
.section-title h2{
  margin:0;
  font-family:"Oswald", system-ui, sans-serif;
  font-size: 22px;
  letter-spacing:.2px;
  text-transform: uppercase;
}
.tabs{
  display:flex; gap:8px; flex-wrap:wrap;
  font-size:12px;
  font-weight:900;
  text-transform: uppercase;
  letter-spacing:.25px;
}
.tabs a{
  padding:6px 8px;
  border:1px solid var(--line);
  background:#fff;
}
.tabs a:hover{ background:#111; color:#fff; }

/* Blocks */
.block{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:#fff;
  box-shadow: var(--shadow);
  padding: 12px;
  margin-bottom: 12px;
}

.ad-container iframe,
.ad-container img{ display:inline-block; }

.home-main-ad{
  border:0;
  background:transparent;
  box-shadow:none;
  padding:0;
  margin-bottom:18px;
}
.home-main-ad .ad-container{
  margin:0 auto;
}

/* Ads left */
.ad-wide{
  width:100%;
  height: 90px;
  border:1px solid var(--line);
  background: var(--soft);
  display:flex; align-items:center; justify-content:center;
  color:#777;
  font-weight:900;
  letter-spacing:.35px;
}
.ad-leader{
  width:100%;
  height: 250px;
  border:1px solid var(--line);
  background: var(--soft);
  display:flex; align-items:center; justify-content:center;
  color:#777;
  font-weight:900;
  letter-spacing:.35px;
}

/* Categories */
.cats{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.cat{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:#fff;
  padding: 12px;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
}
.cat b{
  font-family:"Oswald", system-ui, sans-serif;
  text-transform:uppercase;
  letter-spacing:.25px;
  font-size:14px;
}
.pill{
  padding:6px 8px;
  border-radius: 999px;
  font-size:11px;
  font-weight:900;
  border:1px solid var(--line);
  color: var(--muted);
  background: var(--soft);
  white-space:nowrap;
}

/* Latest posts */
.latest{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.post{
  min-width:0;
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  background:#fff;
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
  min-height: 260px;
}
.post .cover{ height: 155px; background:#ddd; }
.post .cover img{ width:100%; height:100%; object-fit:cover; }
.post .body{ padding: 12px; }
.post .body .cat-tag{
  position:static;
  display:inline-flex;
  margin-bottom:8px;
  box-shadow:none;
}
.post .body h3{ margin:0; font-size:16px; line-height:1.2; font-weight:900; }
.post .body p{ margin:8px 0 0; color: var(--muted); font-size:12px; font-weight:600; }

/* YouTube carousel */
.video-carousel{
  position:relative;
  padding-bottom:32px;
}
.video-carousel__track{ display:flex; gap:16px; overflow:auto; padding: 4px 2px 18px; scroll-behavior:smooth; }
.video-carousel__track::-webkit-scrollbar{ display:none; }
.video-carousel__track{ -ms-overflow-style:none; scrollbar-width:none; }
@media(max-width:768px){
  .video-carousel{ position:relative; }
  .video-carousel__nav{ top:calc(100% - 44px); }
  .video-carousel__nav--prev{ left:auto; right:60px; }
  .video-carousel__nav--next{ right:12px; }
  .video-carousel__track{ gap:12px; padding-bottom:28px; }
  .video-tile{ min-width:280px; }
  .video-tile__thumb img{ height:160px; object-fit:cover; }
  .video-tile__body h3{ font-size:16px; line-height:1.3; }
}
.video-carousel__nav{
  position:absolute;
  top:52%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(17,17,17,.2);
  background:#fff;
  color:#111;
  font-size:20px;
  font-weight:900;
  display:grid;
  place-items:center;
  box-shadow:0 6px 18px rgba(15,23,42,.16);
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
  z-index:5;
}
.video-carousel__nav:hover{ transform:translateY(-50%) scale(1.05); box-shadow:0 10px 26px rgba(15,23,42,.22); }
.video-carousel__nav--prev{ left:6px; }
.video-carousel__nav--next{ right:6px; }
.video-tile{
  flex:0 0 260px;
  scroll-snap-align:start;
  border:1px solid #d7dce5;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 32px rgba(15,23,42,.12);
  transition:transform .2s ease, box-shadow .2s ease;
}
.video-tile__link{ display:flex; flex-direction:column; height:100%; }
.video-tile__thumb{
  position:relative;
  aspect-ratio:16/9;
  background:#0f172a;
  overflow:hidden;
}
.video-tile__thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .25s ease; }
.video-tile__thumb--placeholder{ width:100%; height:100%; display:grid; place-items:center; color:#fff; font-size:42px; font-weight:800; }
.video-tile__badge{
  position:absolute;
  left:12px;
  top:12px;
  background:#111;
  color:#fff;
  font-weight:900;
  font-size:11px;
  letter-spacing:.35px;
  padding:6px 10px;
  border-radius:999px;
  text-transform:uppercase;
}
.video-tile__body{
  padding:16px;
  display:grid;
  gap:6px;
}
.video-tile__body h3{
  margin:0;
  font-size:15px;
  font-weight:800;
  color:#0f172a;
  line-height:1.35;
}
.video-tile__date{ font-size:12px; color:#64748b; font-weight:700; }
.video-tile:hover{ transform:translateY(-4px); box-shadow:0 20px 46px rgba(15,23,42,.18); }
.video-tile:hover .video-tile__thumb img{ transform:scale(1.05); }

.video-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
}
@media(max-width:640px){
  .video-carousel__nav{ display:none; }
  .video-carousel__track{ scroll-padding-left:12px; margin:0 -12px; padding-inline:12px; }
  .video-tile{ flex:0 0 80%; }
}

/* Post page YouTube embed */
.post-video-embed{
  margin:24px 0;
  border-radius:18px;
  overflow:hidden;
  background:#000;
  position:relative;
  box-shadow:0 24px 60px rgba(15,23,42,.18);
}
.post-video-embed::after{
  content:"";
  display:block;
  padding-top:56.25%;
}
.post-video-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.post-video-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:12px;
}
.post-video-actions a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  border-radius:999px;
  font-weight:700;
  border:1px solid #111;
}
.post-video-actions a:hover{ background:#111; color:#fff; }

.keyword-list{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.keyword-chip{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.35px;
}
.keyword-chip:hover{ filter:brightness(1.05); }

.video-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  font-size:13px;
  color:#64748b;
  margin:16px 0;
}
.video-share{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin:18px 0;
}
.video-share button,
.video-share a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-weight:700;
  font-size:12px;
  cursor:pointer;
}
.video-share button:hover,
.video-share a:hover{ background:#111; color:#fff; border-color:#111; }
.video-like-count{ font-weight:700; color:#0f172a; }
.video-like-btn.active{ background:#0f172a; color:#fff; border-color:#0f172a; }

.video-comments{ margin-top:32px; }
.video-comments h2{ margin:0 0 12px; font-size:20px; font-family:"Oswald", system-ui, sans-serif; letter-spacing:.35px; }
.video-comment-form{ border:1px dashed var(--line); border-radius:12px; padding:16px; background:#fff; display:grid; gap:12px; }
.video-comment-form textarea{ width:100%; min-height:120px; border:1px solid var(--line); border-radius:8px; padding:12px; font-size:14px; }
.video-comment-form button{ align-self:flex-end; padding:10px 18px; border-radius:999px; border:0; background:#111; color:#fff; font-weight:700; cursor:pointer; }
.video-comment-form button:hover{ background:#333; }
.video-comment-list{ display:grid; gap:16px; margin-top:18px; }
.video-comment{ display:flex; gap:12px; }
.video-comment__avatar{ width:42px; height:42px; border-radius:50%; background:#0f172a; color:#fff; display:grid; place-items:center; font-weight:800; }
.video-comment__body{ background:var(--soft); border-radius:12px; padding:12px 16px; flex:1; }
.video-comment__meta{ display:flex; gap:8px; align-items:center; font-size:12px; color:#64748b; margin-bottom:6px; font-weight:700; }

.video-suggestions{ margin-top:36px; }
.video-suggestions header{ display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; }
.video-suggestions header h3{ margin:0; font-size:18px; font-family:"Oswald", system-ui, sans-serif; letter-spacing:.3px; }

/* Sidebar */
.sidebox{
  min-width:0;
  border:1px solid var(--line);
  background:#fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 12px;
  margin-bottom: 12px;
}
.sidebox h3{
  margin: 0 0 10px;
  font-family:"Oswald", system-ui, sans-serif;
  text-transform:uppercase;
  letter-spacing:.25px;
  font-size:16px;
  border-left: 4px solid #111;
  padding-left: 8px;
}
.search{ display:flex; gap:8px; }
.search input{
  flex:1; height:40px;
  border:1px solid var(--line);
  padding: 0 10px;
  font-weight:700;
  outline:none;
}
.search button{
  height:40px; padding:0 14px;
  border:0; background:#111; color:#fff;
  font-weight:900; cursor:pointer;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.social{ display:flex; gap:8px; flex-wrap:wrap; }
.soc{
  width:36px; height:36px;
  border:1px solid var(--line);
  display:grid; place-items:center;
  border-radius:50%;
  color:#333;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.soc svg{ width:18px; height:18px; fill:currentColor; }
.soc:hover{
  background:var(--soft);
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(15,23,42,.12);
}
.soc--facebook{ color:#1877f2; border-color:rgba(24,119,242,.25); }
.soc--twitter,.soc--x{ color:#000; border-color:rgba(0,0,0,.25); }
.soc--instagram{ color:#e1306c; border-color:rgba(225,48,108,.25); }
.soc--youtube{ color:#ff0000; border-color:rgba(255,0,0,.25); }
.soc--tiktok{ color:#111; border-color:rgba(17,17,17,.25); }
.soc--linkedin{ color:#0a66c2; border-color:rgba(10,102,194,.25); }
.soc--discord{ color:#5865f2; border-color:rgba(88,101,242,.25); }
.soc--twitch{ color:#9146ff; border-color:rgba(145,70,255,.25); }

/* Forum list */
.forum-list{ display:flex; flex-direction:column; gap:10px; }
.forum-item{
  display:flex; gap:10px; align-items:flex-start;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  background: #fff;
}
.forum-item .badge{
  width:28px; height:28px;
  background:#111; color:#fff;
  display:grid; place-items:center;
  font-weight:900;
  border-radius:3px;
  flex:0 0 auto;
  font-size:12px;
}
.forum-item b{ display:block; font-size:13px; line-height:1.2; font-weight:900; }
.forum-item small{ display:block; margin-top:4px; color: var(--muted); font-size:11px; font-weight:800; }

/* Responsive */
@media (max-width: 1100px){
  .latest{ grid-template-columns: repeat(2, 1fr); }
  .ad-top{ display:none; }
  .hero-grid{ grid-template-columns: 1fr; }
  .below{ grid-template-columns: 1fr; }
  .mini-col{ flex-direction:row; flex-wrap:wrap; }
  .mini{ min-height: 170px; flex: 1 1 calc(50% - 6px); }
  }
@media (max-width: 1024px){
  .breaking{ display:none; }
}
@media (max-width: 740px){
  .breaking-inner{ grid-template-columns: 1fr; }
  .latest{ grid-template-columns: 1fr; }
  .cats{ grid-template-columns: 1fr 1fr; }
  .slider,.slide{ min-height: 420px; height: 420px; }
  .slide h1{ font-size: 32px; max-width: 22ch; }
  .mini{ min-height: 150px; }
  .slide .meta{ display:none; }
  .nav-inner{ flex-wrap:wrap; }
  .nav-links{ width:100%; overflow:auto; gap:0; justify-content:flex-start; }
  .nav-links a{ flex:0 0 auto; font-size:12px; padding:10px 12px; border-left:0; border-right:1px solid var(--line); }
  .nav-links a:first-child{ border-left:0; }
}

.nav-actions{ display:flex; align-items:center; gap:10px; font-weight:700; }
.nav-actions .divider{ width:1px; height:14px; background:#d1d5db; display:inline-block; }
.nav-actions a{ color:#0f172a; text-decoration:none; font-weight:800; }
.nav-actions a:hover{ color:#111; text-decoration:underline; }
.nav-actions--auth .nav-messages{ display:inline-flex; align-items:center; gap:6px; color:#dc2626; }
.nav-actions--auth .nav-messages:hover{ color:#b91c1c; }
.nav-actions .badge{ display:inline-flex; align-items:center; justify-content:center; min-width:18px; height:18px; padding:0 6px; border-radius:999px; background:#dc2626; color:#fff; font-size:12px; }

@media(max-width:720px){
  .nav-actions{ width:100%; justify-content:flex-start; flex-wrap:wrap; gap:8px; font-size:12px; }
  .nav-actions .divider{ display:none; }
}

/* Footer */
footer{
  background:#fff;
  border-top:2px solid #111;
  margin-top: 24px;
}
.footer-top{
  padding: 26px 0 18px;
  border-bottom:1px solid var(--line);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 16px;
  align-items:start;
}
.f-title{
  font-family:"Oswald", system-ui, sans-serif;
  text-transform:uppercase;
  letter-spacing:.25px;
  font-size:16px;
  margin:0 0 10px;
  border-left:4px solid #111;
  padding-left:8px;
}
.f-text{
  color: var(--muted);
  font-weight:700;
  font-size:12px;
  margin:0;
  line-height:1.55;
}
.f-links{ display:flex; flex-direction:column; gap:8px; }
.f-links a{
  font-weight:800;
  font-size:12px;
  color:#222;
  padding:6px 8px;
  border:1px solid var(--line);
  background:#fff;
  border-radius: 4px;
}
.f-links a:hover{ background:#111; color:#fff; border-color:#111; }
.footer-ad{
  height:90px;
  border:1px solid var(--line);
  background: var(--soft);
  display:flex; align-items:center; justify-content:center;
  color:#777; font-weight:900; letter-spacing:.35px;
  border-radius: var(--radius);
}
.footer-bottom{
  padding: 14px 0;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  color: var(--muted);
  font-weight:800;
  font-size:12px;
}
.footer-bottom a{ color:#222; font-weight:900; }
.footer-bottom a:hover{ text-decoration: underline; }

@media (max-width: 980px){
  .footer-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px){
  .footer-grid{ grid-template-columns: 1fr; }
  .footer-quick-links{ display:none; }
}
