/* ═══════════════════════════════════════════════════
   HytaleZone CMS — Hauptstylesheet (ManaCube-Stil)
═══════════════════════════════════════════════════ */
:root {
  --bg:          #1a1a2e;
  --bg-darker:   #12121f;
  --bg-panel:    #1e2038;
  --bg-panel2:   #242644;
  --bg-hover:    #2a2c50;
  --border:      #2e3060;
  --border-l:    #3a3d6e;
  --accent:      #5b8ef0;
  --accent-h:    #7aa5ff;
  --accent2:     #e8a020;
  --accent3:     #3ecf7e;
  --red:         #e05050;
  --text:        #ccd0e0;
  --text-dim:    #7a80a0;
  --text-bright: #e8eaf5;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg-darker); color: var(--text); font-family: 'Roboto','Segoe UI',sans-serif; font-size: 14px; line-height: 1.55; min-height: 100vh; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-h); text-decoration: underline; }
img { max-width: 100%; }
.util-bar { background: #0f1020; border-bottom: 1px solid var(--border); padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; height: 30px; font-size: 12px; }
.util-bar a { color: var(--text-dim); font-size: 12px; }
.util-bar a:hover { color: var(--text); text-decoration: none; }
.util-links { display: flex; gap: 1.1rem; align-items: center; }
header { background: linear-gradient(180deg,#0c0e22,#141630); border-bottom: 2px solid var(--accent); position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: 1180px; margin: 0 auto; padding: 0 1rem; display: flex; align-items: center; height: 52px; gap: .8rem; }
.logo { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
.logo:hover { text-decoration: none; }
.logo-icon { width: 36px; height: 36px; background: linear-gradient(135deg,var(--accent),#3855b3); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #fff; flex-shrink: 0; }
.logo-text { font-weight: 800; font-size: 1.25rem; letter-spacing: .05em; color: var(--text-bright); }
.logo-text span { color: var(--accent); }
.main-nav { display: flex; align-items: center; list-style: none; flex: 1; padding-left: 1rem; }
.main-nav > li { position: relative; }
.main-nav > li > a { display: flex; align-items: center; gap: .2rem; color: var(--text); padding: 0 .75rem; height: 52px; font-size: 13px; font-weight: 500; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .15s,border-color .15s,background .15s; }
.main-nav > li > a:hover,.main-nav > li > a.active { color: #fff; border-bottom-color: var(--accent); background: rgba(91,142,240,.07); text-decoration: none; }
.has-dd:hover .dropdown { display: block; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; min-width: 175px; background: #1a1c35; border: 1px solid var(--border); border-top: 2px solid var(--accent); border-radius: 0 0 5px 5px; padding: .3rem 0; z-index: 200; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.dropdown a { display: block; padding: .42rem 1rem; color: var(--text); font-size: 13px; transition: background .12s; }
.dropdown a:hover { background: var(--bg-hover); color: #fff; text-decoration: none; }
.nav-right { display: flex; align-items: center; gap: .45rem; flex-shrink: 0; margin-left: auto; }
.server-ip { display: flex; align-items: center; gap: .4rem; background: rgba(0,0,0,.3); border: 1px solid var(--border); border-radius: 4px; padding: .26rem .7rem; font-size: 12px; cursor: pointer; transition: border-color .15s; text-decoration: none; }
.server-ip:hover { border-color: var(--accent); text-decoration: none; }
.ip-text { font-family: monospace; color: var(--accent); font-size: 12.5px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent3); animation: blink 2s ease-in-out infinite; flex-shrink: 0; }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:.35} }
.btn { display: inline-flex; align-items: center; gap: .3rem; padding: .3rem .85rem; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; border: none; transition: filter .15s,transform .1s; font-family: inherit; white-space: nowrap; text-decoration: none; }
.btn:hover { filter: brightness(1.1); transform: translateY(-1px); text-decoration: none; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-gold   { background: var(--accent2); color: #1a0f00; }
.btn-outline{ background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.btn-red    { background: var(--red); color: #fff; }
.btn-green  { background: var(--accent3); color: #001a0e; }
.btn-sm     { padding: .22rem .6rem; font-size: 12px; }
.btn-full   { width: 100%; justify-content: center; padding-top: .5rem; padding-bottom: .5rem; }
.alert { padding: .65rem 1rem; border-radius: 4px; font-size: 13px; margin-bottom: 1rem; }
.alert-success { background: rgba(62,207,126,.12); border: 1px solid rgba(62,207,126,.3); color: var(--accent3); }
.alert-error   { background: rgba(224,80,80,.12); border: 1px solid rgba(224,80,80,.3); color: #ff8080; }
.alert-info    { background: rgba(91,142,240,.1); border: 1px solid rgba(91,142,240,.25); color: var(--accent); }
.page-wrap { max-width: 1180px; margin: 0 auto; padding: 1rem; display: grid; grid-template-columns: 1fr 295px; gap: 1.1rem; align-items: start; }
.page-wrap.full { grid-template-columns: 1fr; max-width: 860px; }
.section-label { font-weight: 700; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-bright); padding: .45rem .8rem; border-left: 3px solid var(--accent); background: var(--bg-panel); border-radius: 0 4px 4px 0; margin-bottom: .75rem; display: flex; align-items: center; justify-content: space-between; }
.section-label a { font-size: 12px; font-weight: 400; color: var(--text-dim); letter-spacing: 0; text-transform: none; }
.section-label a:hover { color: var(--accent); text-decoration: none; }
.post-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 5px; margin-bottom: .85rem; overflow: hidden; transition: border-color .2s; }
.post-card:hover { border-color: var(--border-l); }
.post-banner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.date-badge { position: absolute; top: 0; left: 0; color: #fff; min-width: 50px; padding: .28rem .45rem; display: flex; flex-direction: column; align-items: center; line-height: 1; z-index: 2; border-radius: 0 0 5px 0; }
.date-badge .day   { font-weight: 800; font-size: 1.35rem; line-height: 1; }
.date-badge .month { font-size: 10px; text-transform: uppercase; letter-spacing: .04em; margin-top: 1px; }
.banner-inner { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.banner-emoji { font-size: 3rem; margin-bottom: .3rem; filter: drop-shadow(0 0 20px rgba(255,255,255,.3)); }
.banner-title { font-weight: 800; font-size: 1.1rem; letter-spacing: .06em; color: #fff; }
.banner-sub   { font-size: .78rem; color: rgba(255,255,255,.55); margin-top: .15rem; }
.post-header { display: flex; align-items: center; gap: .65rem; padding: .72rem .9rem; border-bottom: 1px solid var(--border); background: var(--bg-panel2); }
.author-avi { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: 13px; border: 2px solid var(--border-l); }
.post-meta { flex: 1; min-width: 0; }
.post-title-link { font-size: 14.5px; font-weight: 700; color: var(--text-bright); display: block; margin-bottom: .15rem; line-height: 1.3; }
.post-title-link:hover { color: var(--accent-h); text-decoration: none; }
.post-info { font-size: 12px; color: var(--text-dim); display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }
.post-info a { color: var(--text-dim); }
.post-info a:hover { color: var(--accent); text-decoration: none; }
.post-tag { font-size: 11px; font-weight: 700; padding: .1rem .45rem; border-radius: 3px; text-transform: uppercase; letter-spacing: .04em; }
.tag-announce { background: rgba(91,142,240,.18); color: var(--accent); }
.tag-event    { background: rgba(232,160,32,.18); color: var(--accent2); }
.tag-update   { background: rgba(62,207,126,.18); color: var(--accent3); }
.tag-patch    { background: rgba(224,80,80,.15); color: #ff8080; }
.post-comments-badge { margin-left: auto; font-size: 12px; color: var(--text-dim); flex-shrink: 0; display: flex; align-items: center; gap: .25rem; }
.post-body { padding: .9rem; }
.post-body p { color: var(--text); font-size: 13.5px; line-height: 1.65; margin-bottom: .6rem; }
.post-body p:last-child { margin-bottom: 0; }
.post-body strong { color: var(--text-bright); }
.post-body ul { list-style: none; padding: 0; margin: .35rem 0 .6rem; display: flex; flex-direction: column; gap: .3rem; }
.post-body ul li::before { content: '➥ '; color: var(--accent); }
.keep-reading { display: inline-flex; align-items: center; gap: .3rem; font-size: 12.5px; font-weight: 600; color: var(--accent); margin-top: .4rem; padding: .22rem .75rem; border-radius: 3px; border: 1px solid rgba(91,142,240,.25); background: rgba(91,142,240,.08); transition: background .15s; }
.keep-reading:hover { background: rgba(91,142,240,.18); text-decoration: none; }
.post-content { font-size: 14px; line-height: 1.75; color: var(--text); }
.post-content p { margin-bottom: .85rem; }
.post-content strong { color: var(--text-bright); }
.post-content ul { list-style: none; padding: 0; margin-bottom: .85rem; display: flex; flex-direction: column; gap: .35rem; }
.post-content ul li::before { content: '• '; color: var(--accent); }
.comment-card { background: var(--bg-panel2); border: 1px solid var(--border); border-radius: 5px; padding: .85rem; margin-bottom: .6rem; }
.comment-header { display: flex; align-items: center; gap: .6rem; margin-bottom: .5rem; }
.comment-avi { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 11px; color: #fff; flex-shrink: 0; border: 1px solid var(--border-l); }
.comment-meta { flex: 1; }
.comment-author { font-size: 13px; font-weight: 700; color: var(--text-bright); }
.comment-time   { font-size: 11px; color: var(--text-dim); }
.comment-text   { font-size: 13.5px; color: var(--text); line-height: 1.6; }
.comment-del { font-size: 11px; color: var(--text-dim); cursor: pointer; border: none; background: none; font-family: inherit; transition: color .15s; padding: .1rem .3rem; border-radius: 3px; margin-left: auto; }
.comment-del:hover { color: var(--red); background: rgba(224,80,80,.08); }
.comment-form { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 5px; padding: 1rem; margin-top: 1rem; }
.comment-form h4 { font-size: 13px; font-weight: 700; color: var(--text-bright); margin-bottom: .75rem; }
.form-group { margin-bottom: .75rem; }
.form-group label { display: block; font-size: 11.5px; font-weight: 700; color: var(--text-dim); margin-bottom: .3rem; text-transform: uppercase; letter-spacing: .04em; }
.form-control { width: 100%; background: var(--bg-darker); border: 1px solid var(--border); border-radius: 4px; padding: .5rem .75rem; color: var(--text); font-size: 13.5px; font-family: inherit; outline: none; transition: border-color .15s; }
.form-control:focus { border-color: var(--accent); }
textarea.form-control { resize: vertical; }
select.form-control { appearance: none; cursor: pointer; }
.form-hint { font-size: 11px; color: var(--text-dim); margin-top: .25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.auth-wrap { max-width: 420px; margin: 2.5rem auto; padding: 0 1rem; }
.auth-card { background: var(--bg-panel); border: 1px solid var(--border-l); border-top: 2px solid var(--accent); border-radius: 6px; padding: 2rem; }
.auth-card h1 { font-size: 1.15rem; font-weight: 800; color: var(--text-bright); margin-bottom: .35rem; }
.auth-card .subtitle { font-size: 13px; color: var(--text-dim); margin-bottom: 1.4rem; }
.auth-footer { text-align: center; font-size: 13px; color: var(--text-dim); margin-top: 1.2rem; }
.sidebar { display: flex; flex-direction: column; gap: .9rem; }
.widget { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 5px; overflow: hidden; }
.widget-title { background: var(--bg-panel2); border-bottom: 1px solid var(--border); padding: .52rem .8rem; font-weight: 700; font-size: 12.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--text-bright); display: flex; align-items: center; gap: .4rem; }
.widget-title a { color: var(--text-bright); text-decoration: none; }
.widget-title a:hover { color: var(--accent); text-decoration: none; }
.widget-body { padding: .65rem .75rem; }
.status-sub { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--text-dim); padding: .45rem 0 .2rem; }
.status-row { display: flex; align-items: center; justify-content: space-between; padding: .3rem 0; border-bottom: 1px solid rgba(255,255,255,.04); font-size: 12.5px; }
.status-row:last-child { border-bottom: none; }
.status-row .lbl { color: var(--text-dim); }
.status-row .val { display: flex; align-items: center; gap: .35rem; font-weight: 600; }
.online-val { color: var(--accent3); }
.status-dot-sm { width: 5px; height: 5px; border-radius: 50%; background: var(--accent3); animation: blink 2s ease-in-out infinite; flex-shrink: 0; }
.discord-btn { display: flex; align-items: center; justify-content: center; gap: .4rem; padding: .34rem; background: #5865f2; color: #fff; border-radius: 4px; font-size: 12px; font-weight: 700; margin-top: .4rem; transition: filter .15s; }
.discord-btn:hover { filter: brightness(1.1); text-decoration: none; }
.store-cats { display: flex; gap: .4rem; margin-bottom: .55rem; }
.store-cat { display: flex; flex-direction: column; align-items: center; gap: .28rem; text-decoration: none; padding: .42rem .4rem; border-radius: 5px; border: 1px solid var(--border); background: var(--bg-panel2); flex: 1; transition: border-color .15s,background .15s; }
.store-cat:hover { border-color: var(--accent); background: var(--bg-hover); text-decoration: none; }
.s-icon { font-size: 1.35rem; }
.s-name { font-size: 11px; font-weight: 600; color: var(--text); }
.featured-crate { display: flex; align-items: center; gap: .55rem; padding: .5rem; background: var(--bg-panel2); border: 1px solid var(--border); border-radius: 4px; text-decoration: none; transition: border-color .15s; }
.featured-crate:hover { border-color: var(--accent2); text-decoration: none; }
.crate-icon { width: 44px; height: 44px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.crate-info h4 { font-size: 11.5px; font-weight: 700; color: var(--accent2); text-transform: uppercase; letter-spacing: .04em; }
.crate-info p { font-size: 11px; color: var(--text-dim); margin-top: .1rem; line-height: 1.35; }
.thread-item { display: flex; align-items: center; gap: .5rem; padding: .48rem 0; border-bottom: 1px solid rgba(255,255,255,.04); text-decoration: none; }
.thread-item:last-child { border-bottom: none; }
.thread-item:hover .t-title { color: var(--accent-h); }
.t-avi { width: 29px; height: 29px; border-radius: 50%; flex-shrink: 0; border: 1px solid var(--border-l); display: flex; align-items: center; justify-content: center; font-size: 10.5px; font-weight: 700; color: #fff; }
.t-title { font-size: 12.5px; font-weight: 600; color: var(--text); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .15s; }
.t-meta { font-size: 11px; color: var(--text-dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sf { color: var(--accent); }
.staff-item { display: flex; align-items: center; gap: .52rem; padding: .38rem 0; border-bottom: 1px solid rgba(255,255,255,.04); text-decoration: none; }
.staff-item:last-child { border-bottom: none; }
.staff-item:hover .s-name { color: var(--accent-h); }
.s-avi { width: 33px; height: 33px; border-radius: 50%; flex-shrink: 0; border: 2px solid var(--border-l); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; }
.s-name { font-size: 13px; font-weight: 600; color: var(--text-bright); display: block; transition: color .15s; }
.s-role { font-size: 11px; color: var(--text-dim); }
.r-admin { color: #ff7070; }
.r-mod   { color: #5dade2; }
.r-helper{ color: var(--accent3); }
.member-wrap { line-height: 1.95; font-size: 12.5px; }
.mc { color: var(--text-dim); }
.mc:hover { color: var(--accent); text-decoration: none; }
.mc.staff { color: var(--accent); font-weight: 600; }
.member-total { font-size: 11px; color: var(--text-dim); margin-top: .4rem; padding-top: .4rem; border-top: 1px solid var(--border); }
.pp-item { display: flex; gap: .5rem; padding: .42rem 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.pp-item:last-child { border-bottom: none; }
.pp-avi { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; border: 1px solid var(--border-l); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; }
.pp-name { font-size: 12px; font-weight: 700; color: var(--accent); display: block; }
.pp-text { font-size: 12px; color: var(--text-dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pp-time { font-size: 11px; color: var(--text-dim); opacity: .65; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; }
.sb { display: flex; align-items: center; justify-content: center; gap: .3rem; padding: .38rem .4rem; border-radius: 4px; font-size: 12px; font-weight: 700; transition: filter .15s; }
.sb:hover { filter: brightness(1.12); text-decoration: none; }
.sb-dc { background: #5865f2; color: #fff; }
.sb-tw { background: #1da1f2; color: #fff; }
.sb-yt { background: #ff0000; color: #fff; }
.sb-tt { background: #111; color: #fff; border: 1px solid #333; }
.fstats { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
.fs { text-align: center; background: var(--bg-panel2); border: 1px solid var(--border); border-radius: 4px; padding: .4rem .3rem; }
.fs .n { font-weight: 800; font-size: 1.05rem; color: var(--accent); display: block; }
.fs .l { font-size: 10px; color: var(--text-dim); text-transform: uppercase; letter-spacing: .05em; }
.latest-m { font-size: 12px; color: var(--text-dim); text-align: center; margin-top: .4rem; }
.members-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(195px,1fr)); gap: .75rem; }
.member-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 5px; padding: 1rem; text-align: center; transition: border-color .2s; }
.member-card:hover { border-color: var(--border-l); }
.m-avi { width: 52px; height: 52px; border-radius: 50%; margin: 0 auto .65rem; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; color: #fff; border: 2px solid var(--border-l); }
.m-name { font-weight: 700; font-size: 14px; color: var(--text-bright); }
.m-role-badge { font-size: 12px; margin-top: .2rem; }
.m-date { font-size: 11px; color: var(--text-dim); margin-top: .35rem; }
.pagination { display: flex; gap: .35rem; justify-content: center; margin-top: 1.2rem; flex-wrap: wrap; }
.page-link { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 4px; font-size: 13px; font-weight: 600; border: 1px solid var(--border); color: var(--text-dim); transition: all .15s; }
.page-link:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }
.page-link.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.admin-notice { background: rgba(91,142,240,.08); border-left: 3px solid var(--accent); padding: .55rem 1rem; display: none; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; max-width: 1180px; margin: .6rem auto; }
.admin-notice.show { display: flex; }
footer { background: #0c0e20; border-top: 2px solid var(--accent); padding: 1.4rem 1rem .9rem; margin-top: 1.5rem; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.3rem; margin-bottom: 1rem; }
.fc h4 { font-weight: 800; font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--text-dim); margin-bottom: .5rem; padding-bottom: .35rem; border-bottom: 1px solid var(--border); }
.fc ul { list-style: none; display: flex; flex-direction: column; gap: .3rem; }
.fc a { font-size: 12.5px; color: var(--text-dim); }
.fc a:hover { color: var(--text); text-decoration: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: .9rem; border-top: 1px solid var(--border); font-size: 12px; color: var(--text-dim); flex-wrap: wrap; gap: .4rem; }
#toast { position: fixed; bottom: 1.4rem; left: 50%; transform: translateX(-50%) translateY(8px); background: var(--accent3); color: #001a0e; font-weight: 700; font-size: 13px; padding: .44rem 1.1rem; border-radius: 4px; z-index: 999; opacity: 0; pointer-events: none; transition: opacity .22s,transform .22s; }
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width:860px) { .page-wrap { grid-template-columns: 1fr; } .footer-links { grid-template-columns: 1fr 1fr; } }
@media (max-width:640px) { .main-nav { display: none; } .util-bar { display: none; } .footer-links { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-darker); }
::-webkit-scrollbar-thumb { background: var(--border-l); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }

/* ════════════════════════════════════════════════════════════
   MOBILE NAVIGATION (Hamburger)
════════════════════════════════════════════════════════════ */
.burger-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: .45rem .5rem;
  cursor: pointer;
}
.burger-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.burger-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger-btn.open span:nth-child(2) { opacity: 0; }
.burger-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

#mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--bg);
  z-index: 9999;
  padding: 1.5rem 1.25rem;
  overflow-y: auto;
  flex-direction: column;
}
#mobile-nav.open { display: flex; }
#mobile-nav .mobile-nav-close {
  align-self: flex-end;
  background: none; border: 1px solid var(--border);
  border-radius: 6px; padding: .4rem .7rem;
  cursor: pointer; color: var(--text); font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
#mobile-nav a {
  display: block;
  padding: .85rem .5rem;
  border-bottom: 1px solid var(--border)44;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}
#mobile-nav a:hover { color: var(--text-bright); }
#mobile-nav .mobile-nav-section {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--text-dim);
  margin: 1.25rem 0 .5rem;
}

@media (max-width: 640px) {
  .main-nav   { display: none !important; }
  .util-bar   { display: none !important; }
  .burger-btn { display: flex; }
  .nav-right > a:not(.btn-gold):not(#notif-bell):not([href*="profile"]):not([href*="admin"]) {
    display: none;
  }
  .nav-right > [title="Suche"] { display: none; }
}

/* ════════════════════════════════════════════════════════════
   LAZY LOADING IMAGES
════════════════════════════════════════════════════════════ */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity .3s ease;
}
img[loading="lazy"].loaded {
  opacity: 1;
}
.img-placeholder {
  background: var(--bg-panel2);
  border-radius: 4px;
  display: inline-block;
  min-height: 100px;
  width: 100%;
}

/* ════════════════════════════════════════════════════════════
   NOTIFICATION DROPDOWN
════════════════════════════════════════════════════════════ */
.notif-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 340px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.notif-dropdown.open { display: block; }
.notif-item {
  display: flex;
  gap: .6rem;
  padding: .75rem 1rem;
  border-bottom: 1px solid var(--border)22;
  cursor: pointer;
  transition: background .1s;
}
.notif-item:hover { background: var(--bg-panel2); }
.notif-item.unread { border-left: 2px solid var(--accent); }

@media (max-width: 400px) {
  .notif-dropdown { width: calc(100vw - 2rem); right: -1rem; }
}
