:root{
  --bg:#120e0b;
  --panel:#17120f;
  --panel-2:#1d1612;
  --line:rgba(212,148,88,.18);
  --line-soft:rgba(255,255,255,.06);
  --text:#f5e7d7;
  --muted:#bba793;
  --accent:#8a250a;
  --accent-2:#b35a1f;
  --accent-3:#e3a567;
  --danger:#b63d30;
  --success:#4a9b58;
  --shadow:0 20px 60px rgba(0,0,0,.45);
  --radius:22px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#080604;color:var(--text);font-family:Segoe UI,Tahoma,Arial,sans-serif}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}
.board-page{min-height:100vh;position:relative}
.board-bg{position:fixed;inset:0;background:center top/cover no-repeat;filter:brightness(.48) saturate(.95);z-index:0}
.board-overlay{position:fixed;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.66),rgba(10,6,4,.84));z-index:1}
.board-shell{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column}
.board-topbar{padding:14px 18px 0}
.board-topbar__inner{max-width:1360px;margin:0 auto;background:rgba(12,9,7,.92);border:1px solid var(--line);border-radius:20px;padding:14px 18px;display:flex;align-items:center;gap:18px;box-shadow:var(--shadow)}
.board-brand{display:flex;align-items:center;gap:12px;min-width:0}
.board-brand__logo{width:58px;height:58px;border-radius:16px;background:rgba(255,255,255,.03);display:flex;align-items:center;justify-content:center;border:1px solid var(--line-soft);overflow:hidden}
.board-brand__logo img{width:44px;height:44px;object-fit:contain}
.board-brand__meta{display:flex;flex-direction:column;gap:4px;min-width:0}
.board-brand__meta strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.board-brand__meta span{font-size:12px;color:var(--muted)}
.board-topbar__nav{display:flex;align-items:center;gap:16px;flex:1;min-width:0}
.board-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.board-nav a{padding:11px 14px;border-radius:12px;color:#f1d8c3;transition:.2s background,.2s color}
.board-nav a.is-active,.board-nav a:hover{background:linear-gradient(180deg,rgba(179,90,31,.24),rgba(138,37,10,.18));color:#fff}
.board-search{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end;min-width:220px}
.board-search input{width:100%;max-width:300px;padding:11px 14px;border-radius:12px;border:1px solid var(--line-soft);background:rgba(255,255,255,.03);color:#fff;outline:none}
.board-search button,.board-btn,.board-editor-toolbar button,.board-report-form button,.board-mod-form button,.board-inline-form button{border:0;cursor:pointer;transition:.2s transform,.2s opacity,.2s background}
.board-search button,.board-btn{padding:11px 16px;border-radius:12px;background:linear-gradient(180deg,var(--accent-3),var(--accent-2));color:#fff;font-weight:700}
.board-btn--ghost{background:rgba(255,255,255,.04);border:1px solid var(--line-soft)}
.board-search button:hover,.board-btn:hover,.board-editor-toolbar button:hover,.board-report-form button:hover,.board-mod-form button:hover,.board-inline-form button:hover{transform:translateY(-1px)}
.board-userbox{display:flex;align-items:center;gap:12px;padding-left:14px;border-left:1px solid var(--line-soft)}
.board-userbox__name{font-weight:800}
.board-userbox__role,.board-userbox__guest{font-size:12px;color:var(--muted)}
.board-userbox__actions{display:flex;gap:8px;flex-wrap:wrap}
.board-userbox__actions a{padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.04);font-size:12px}
.board-mobile-toggle{display:none;margin-left:auto;width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid var(--line-soft);padding:0;cursor:pointer}
.board-mobile-toggle span{display:block;width:22px;height:2px;background:#fff;margin:5px auto}
.board-main{max-width:1360px;width:100%;margin:0 auto;padding:18px 18px 28px;display:block}
.board-card{background:linear-gradient(180deg,rgba(27,18,14,.94),rgba(17,12,10,.94));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.board-notice,.board-flash{padding:14px 18px;border-radius:16px;margin-bottom:16px;border:1px solid var(--line);background:rgba(137,39,10,.22)}
.board-flash.is-success{background:rgba(74,155,88,.18);border-color:rgba(74,155,88,.4)}
.board-flash.is-warning{background:rgba(179,90,31,.18)}
.board-flash.is-error{background:rgba(182,61,48,.16);border-color:rgba(182,61,48,.34)}
.board-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 26px;margin-bottom:16px}
.board-hero__badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(179,90,31,.16);border:1px solid rgba(227,165,103,.18);font-size:12px;color:#ffd0a4;margin-bottom:12px}
.board-hero h1{margin:0;font-size:34px;line-height:1.25}
.board-hero p{margin:10px 0 0;color:var(--muted);max-width:700px;line-height:1.65}
.board-hero__actions{display:flex;gap:10px;flex-wrap:wrap}
.board-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}
.board-sidecard{padding:18px}
.board-sidecard h3{margin:0 0 14px;font-size:24px}
.board-sidecard--compact h3{font-size:18px}
.board-stat-list{display:grid;gap:12px}
.board-stat-list div{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.board-stat-list div span{font-size:13px;color:var(--muted)}
.board-stat-list div strong{font-size:22px}
.board-stat-list--compact div{padding:10px 12px;border-radius:12px}
.board-stat-list--compact div strong{font-size:18px}
.board-mini-list{display:flex;flex-direction:column;gap:12px}
.board-mini-list__item{display:flex;gap:12px;align-items:center;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.board-mini-list__item strong{display:block;font-size:18px;line-height:1.35}
.board-mini-list__item span{display:block;margin-top:4px;color:var(--muted);font-size:13px}
.board-mini-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.08);flex:0 0 42px}
.board-user-cloud{display:flex;flex-wrap:wrap;gap:10px}
.board-user-pill{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:13px}
.board-forums{display:flex;flex-direction:column;gap:16px}
.board-category__header{border-bottom:1px solid rgba(255,255,255,.04)}
.board-category__toggle{width:100%;padding:18px;background:none;border:0;color:inherit;display:flex;align-items:center;gap:14px;text-align:left;cursor:pointer}
.board-category__icon,.board-forum-item__icon{width:58px;height:58px;flex:0 0 58px;border-radius:16px;background:linear-gradient(180deg,rgba(179,90,31,.28),rgba(73,32,15,.32));border:1px solid rgba(227,165,103,.2);display:flex;align-items:center;justify-content:center;overflow:hidden}
.board-category__icon img,.board-forum-item__icon img{width:100%;height:100%;object-fit:cover}
.board-fallback-icon{font-weight:800;font-size:28px;color:#ffe0bf}
.board-category__meta{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}
.board-category__meta strong{font-size:24px}
.board-category__meta small{font-size:13px;color:var(--muted)}
.board-category__switch{margin-left:auto;width:58px;height:30px;border-radius:999px;background:rgba(255,255,255,.07);position:relative;border:1px solid rgba(255,255,255,.06)}
.board-category__switch span{position:absolute;left:4px;top:3px;width:22px;height:22px;border-radius:50%;background:linear-gradient(180deg,var(--accent-3),var(--accent-2));transition:.2s left}
.board-category.is-collapsed .board-category__switch span{left:31px}
.board-category__body{padding:14px 18px 18px}
.board-category.is-collapsed .board-category__body{display:none}
.board-forum-list{display:flex;flex-direction:column;gap:12px}
.board-forum-item{display:grid;grid-template-columns:minmax(0,1fr) 160px 220px;gap:14px;padding:16px;border-radius:18px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05)}
.board-forum-item__main{display:flex;gap:14px;min-width:0}
.board-forum-item__meta{min-width:0}
.board-forum-item__title{display:block;font-size:20px;font-weight:800;margin-bottom:6px}
.board-forum-item__meta p{margin:0;color:var(--muted);line-height:1.65}
.board-forum-item__badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.board-forum-item__badges span,.board-chip,.is-sticky,.is-locked{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700}
.board-forum-item__badges span,.board-chip{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);color:#f8dfc8}
.board-chip--staff{background:rgba(211,53,53,.85);border-color:rgba(255,255,255,.06);color:#fff}
.is-sticky{background:linear-gradient(180deg,rgba(179,90,31,.4),rgba(138,37,10,.35));color:#ffe2bf}
.is-locked{background:rgba(88,88,88,.36);color:#f0f0f0}
.board-forum-item__stats,.board-topic-row__stats{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:10px;align-content:start}
.board-forum-item__stats div,.board-topic-row__stats div{padding:12px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04);text-align:center}
.board-forum-item__stats strong,.board-topic-row__stats strong{display:block;font-size:24px}
.board-forum-item__stats span,.board-topic-row__stats span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
.board-forum-item__lastpost,.board-topic-row__last{padding:12px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04);display:flex;justify-content:space-between;align-items:center;gap:10px}
.board-forum-item__lastpost a,.board-topic-row__last span{font-weight:700;line-height:1.45}
.board-forum-item__lastpost span,.board-topic-row__last small{color:var(--muted);font-size:12px;display:block;margin-top:6px}
.board-breadcrumb-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;margin-bottom:16px}
.board-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted)}
.board-breadcrumbs strong,.board-breadcrumbs a{color:#fff}
.board-breadcrumb-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.board-section-header{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px;border-bottom:1px solid rgba(255,255,255,.04)}
.board-section-title{display:flex;gap:14px;align-items:center}
.board-section-title h1,.board-section-title h2{margin:0;font-size:34px;line-height:1.2}
.board-section-title p{margin:6px 0 0;color:var(--muted)}
.board-section-stats{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted)}
.board-forum-head-card{overflow:hidden}
.board-section-header--forum .board-section-title h1{font-size:24px}
.board-topic-board{padding:16px}
.board-topic-board__heading{padding:0 2px 12px;color:#f3e2cd;font-size:26px}
.board-topic-board__heading + .board-topic-row{margin-top:0}
.board-topic-row{display:grid;grid-template-columns:minmax(0,1fr) 170px 210px;gap:14px;padding:16px;border-radius:0;background:transparent;border-top:1px solid rgba(255,255,255,.08)}
.board-topic-row--forumlist{align-items:center}
.board-topic-row__main{display:flex;gap:14px;min-width:0;align-items:center}
.board-topic-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.08);flex:0 0 54px}
.board-topic-row__text{min-width:0}
.board-topic-row__title{font-size:20px;font-weight:800;line-height:1.45;display:inline-block;margin-bottom:6px}
.board-topic-row__meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px}
.board-topic-row__last--with-avatar div{min-width:0}
.board-topic-head{padding:24px;margin-bottom:16px}
.board-topic-head h1{margin:0 0 10px;font-size:36px;line-height:1.25}.board-topic-head p{margin:0;color:var(--muted)}
.board-topic-head__flags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.board-post-stream{display:flex;flex-direction:column;gap:16px}
.board-post{display:grid;grid-template-columns:250px minmax(0,1fr);overflow:visible}
.board-post__author{padding:20px;border-right:1px solid rgba(255,255,255,.04);background:rgba(255,255,255,.02);display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.board-post__avatar-frame{width:158px;padding:12px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16);clip-path:polygon(0 0,100% 0,100% 78%,90% 88%,100% 100%,0 100%)}
.board-post__avatar-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}
.board-post__name{font-size:22px;line-height:1.2}
.board-post__role{font-size:13px;color:var(--muted)}
.board-post__rank{width:130px;min-height:34px;display:flex;align-items:center;justify-content:center}
.board-rank-image{max-width:120px;max-height:42px;object-fit:contain}
.board-post__profile-stats{width:100%;display:grid;gap:8px;margin-top:8px}
.board-post__profile-stats div{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04);font-size:12px}
.board-post__profile-stats span{color:var(--muted)}
.board-post__content{padding:20px;min-width:0}
.board-post__meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-bottom:14px}
.board-post__meta--top{justify-content:space-between;align-items:flex-start}
.board-post__meta-right,.board-post__meta-left{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.board-post__body{line-height:1.85;color:#f4ece5;word-wrap:break-word;font-size:17px}
.board-post__body p{margin:0 0 1em}
.board-post__body blockquote{margin:0 0 1em;padding:14px 16px;border-left:3px solid var(--accent-2);background:rgba(255,255,255,.03);border-radius:12px}
.board-post__body a{color:#ffc88d;text-decoration:underline}
.board-post__body img{max-width:100%;height:auto;border-radius:14px;border:1px solid rgba(255,255,255,.08);margin:12px 0}
.board-post__attachment{margin-top:14px;max-width:380px}.board-post__attachment img{border-radius:16px;border:1px solid rgba(255,255,255,.06)}
.forum-code{padding:14px 16px;background:rgba(0,0,0,.35);border-radius:14px;border:1px solid rgba(255,255,255,.06);overflow:auto;white-space:pre-wrap}
.forum-spoiler{margin:12px 0;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.03)}
.forum-spoiler summary{cursor:pointer;padding:12px 14px;font-weight:700}
.forum-spoiler__body{padding:0 14px 14px;color:#eaddcf}
.forum-list{margin:12px 0;padding-left:20px}
.forum-inline-image{margin:12px 0}
.forum-align-center{text-align:center}.forum-align-left{text-align:left}.forum-align-right{text-align:right}
.board-post__actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.04)}
.board-post__actions-left,.board-post__actions-right{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.board-report-form,.board-mod-form,.board-inline-form,.board-moderation-inline form{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.board-report-form input{min-width:220px;max-width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;outline:none}
.board-report-form button,.board-mod-form button,.board-inline-form button,.board-editor-toolbar button{padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.05);color:#fff;border:1px solid rgba(255,255,255,.06)}
.board-like-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-weight:700;color:#fff}
.board-like-btn span{display:inline-flex;min-width:24px;justify-content:center;padding:2px 8px;border-radius:999px;background:rgba(255,255,255,.08)}
.board-like-btn.is-liked{background:rgba(211,53,53,.28);border-color:rgba(255,169,169,.3)}
.board-like-btn.is-passive{opacity:.9}
.board-share{position:relative}
.board-share__toggle{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.04);color:#fff;cursor:pointer}
.board-share__menu{position:absolute;right:0;top:40px;width:270px;padding:14px;background:#17120f;border:1px solid var(--line);border-radius:0;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s;z-index:40}
.board-share:hover .board-share__menu,.board-share.is-open .board-share__menu{opacity:1;visibility:visible;transform:translateY(0)}
.board-share__title{font-size:20px;margin-bottom:14px;color:#f4e3ce}
.board-share__icons,.board-social-row{display:flex;gap:6px;flex-wrap:wrap}
.board-share__icons a,.board-social-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:34px;border-radius:0;color:#fff;font-weight:900;text-transform:lowercase;background:#3b5897}
.board-share__copy{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}
.board-share__copy button{width:42px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#fff;cursor:pointer}
.board-share__copy input{flex:1;padding:11px 12px;border-radius:0;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#d6c7b8}
.is-facebook{background:#3b5998}.is-twitter{background:#1d9bf0}.is-reddit{background:#ff4500}.is-pinterest{background:#bd081c}.is-tumblr{background:#35465c}.is-whatsapp{background:#25d366}.is-mail{background:#1888ff}.is-link{background:#6d6d6d}
.board-reply-card,.board-editor-card{padding-bottom:18px;margin-top:16px}
.board-editor-form{padding:18px;display:flex;flex-direction:column;gap:14px}.board-editor-form input[type=text],.board-editor-form textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;outline:none;resize:vertical;font:inherit}.board-editor-form textarea{min-height:260px}
.board-editor-toolbar{display:flex;gap:6px;flex-wrap:wrap;padding:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);border-radius:14px}
.board-editor-toolbar button{min-width:42px}
.board-editor-textarea{font-family:Consolas,Monaco,monospace;line-height:1.7}
.board-editor-preview{padding:18px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.2);line-height:1.75}
.board-editor-form__help{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}.board-upload-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.03);padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.board-upload-label input{padding:0;border:0;background:transparent}
.board-empty{padding:18px;color:var(--muted)}
.board-pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;padding:18px}.board-pagination--top{padding:16px 18px 4px}.board-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:32px;padding:0 10px;border-radius:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.16);font-weight:700}.board-pagination a.is-active{background:linear-gradient(180deg,var(--accent-2),var(--accent));border-color:transparent}
.board-modcp-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.board-modcp-logcard{grid-column:1/-1}.board-table-wrap{overflow:auto}.board-table{width:100%;border-collapse:collapse}.board-table th,.board-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;vertical-align:top}.board-table th{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#cfb09b}.board-table tbody tr:hover{background:rgba(255,255,255,.02)}
.board-footer{max-width:1360px;width:100%;margin:0 auto;padding:0 18px 26px;color:var(--muted)}
.board-footer__grid{display:grid;grid-template-columns:1fr 1fr 320px;gap:28px;padding:26px}
.board-footer__col h4{margin:0 0 18px;font-size:22px;color:#f6ead9}
.board-footer__stats{display:grid;gap:12px}
.board-footer__stats div{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.board-footer__stats span{font-size:15px;color:#c9b39f}
.board-footer__stats strong{font-size:28px;color:#fff;font-weight:400}
.board-footer__col p{margin:20px 0 0;color:#988674;line-height:1.7}
.board-footer__bottom{text-align:center;padding:16px 6px 0;color:#d2c3b5}.board-footer__bottom a{color:#ffd2a7}
.is-panel-admin{color:#ffd89b!important}.is-forum-admin{color:#ffb574!important}.is-super-mod{color:#8dd3ff!important}.is-mod{color:#9ce2b0!important}.is-user{color:#fff!important}
@media (max-width: 1180px){.board-home-grid{grid-template-columns:1fr}.board-topbar__inner{flex-wrap:wrap}.board-topbar__nav{width:100%;margin-left:0;justify-content:space-between}.board-search{flex:1}.board-search input{max-width:none;width:100%}.board-modcp-grid{grid-template-columns:1fr}.board-post{grid-template-columns:1fr}.board-post__author{border-right:0;border-bottom:1px solid rgba(255,255,255,.04);align-items:flex-start;text-align:left}.board-post__avatar-frame{width:120px}.board-post__profile-stats{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;width:100%}}
@media (max-width: 980px){.board-forum-item,.board-topic-row,.board-footer__grid{grid-template-columns:1fr}.board-forum-item__stats,.board-topic-row__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.board-forum-item__lastpost,.board-topic-row__last{padding:12px 0 0;background:none;border:0}.board-section-header,.board-breadcrumb-card,.board-hero{flex-direction:column;align-items:flex-start}.board-editor-form__help,.board-post__actions{flex-direction:column;align-items:flex-start}.board-footer__grid{gap:22px}}
@media (max-width: 760px){.board-mobile-toggle{display:block}.board-topbar__nav{display:none;flex-direction:column;align-items:stretch;gap:12px;padding-top:10px;width:100%}.board-topbar__nav.is-open{display:flex}.board-nav,.board-userbox,.board-editor-form__help{width:100%}.board-userbox{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.06);padding-top:10px}.board-search{width:100%}.board-main{padding:16px 12px 28px}.board-topbar__inner{padding:12px}.board-card{border-radius:18px}.board-hero{padding:22px}.board-hero h1,.board-topic-head h1,.board-section-title h1{font-size:26px}.board-category__toggle{padding:14px}.board-category__icon,.board-forum-item__icon{width:52px;height:52px;flex-basis:52px}.board-topic-board__heading{font-size:20px}.board-topic-row__title{font-size:17px}.board-sidecard h3{font-size:20px}.board-share__menu{right:auto;left:0;width:min(270px,calc(100vw - 56px))}.board-post__profile-stats{grid-template-columns:1fr}.board-mini-list__item strong{font-size:16px}}

/* === rev3 compact forum layout === */
.board-card{background:linear-gradient(180deg,rgba(28,18,12,.96),rgba(18,12,8,.96));border:1px solid rgba(170,94,33,.45)}
.board-breadcrumb-card,.board-section-header,.board-topic-head,.board-forum-banner{display:flex;justify-content:space-between;align-items:center;gap:16px}
.board-breadcrumbs{font-size:15px;color:#d5c2b1}.board-breadcrumbs a{color:#f0ddc9}.board-breadcrumbs strong{color:#fff}
.board-forum-banner h1,.board-topic-head h1,.board-section-title h1{font-size:22px;margin:0 0 6px}.board-forum-banner p,.board-topic-head p,.board-section-title p{margin:0;color:#bba591;font-size:14px}
.board-filterbar{padding:12px 16px;background:rgba(110,25,0,.55);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);text-align:right;color:#ead8c6}
.board-category__header--compact{padding:0;background:rgba(120,31,0,.62)}
.board-category__titleonly{font-size:26px;font-weight:500;color:#f4e6d8;text-align:left;flex:1}
.board-category__toggle{padding:12px 18px}
.board-home-forumgrid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid rgba(255,255,255,.06)}
.board-home-forumitem{display:grid;grid-template-columns:64px 1fr;gap:14px;padding:18px;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.board-home-forumgrid .board-home-forumitem:nth-child(2n){border-right:0}
.board-home-forumitem__icon{width:48px;height:48px;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.board-home-forumitem__icon img{width:48px;height:48px;object-fit:contain}
.board-home-forumitem__title{font-size:18px;font-weight:700;color:#fff;display:block;margin-bottom:4px}
.board-home-forumitem__stats{display:flex;gap:10px;flex-wrap:wrap;color:#cdb29d;font-size:13px;margin-bottom:8px}
.board-home-forumitem__last{display:flex;gap:10px;align-items:flex-start;color:#c7b19c;font-size:13px}
.board-home-forumitem__last a{display:block;color:#efe1d5;font-size:14px;margin-bottom:2px}
.board-mini-avatar{width:32px;height:32px;border-radius:50%;border:1px solid rgba(201,121,58,.55);object-fit:cover;flex:0 0 32px}
.board-stat-list--minimal{display:grid;grid-template-columns:1fr;gap:10px}.board-stat-list--minimal div{display:flex;justify-content:space-between;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.board-stat-list--minimal span{font-size:13px;color:#c7b3a2}.board-stat-list--minimal strong{font-size:24px;color:#fff}
.board-mini-list__item{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.board-mini-list__item strong{font-size:17px}.board-mini-list__item span{font-size:12px;color:#cbb29d}
.board-user-cloud{display:flex;flex-wrap:wrap;gap:8px}.board-user-pill{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:13px}
.board-topic-table{padding:0 16px 12px}
.board-topic-table__heading{padding:18px 0 12px;border-bottom:1px solid rgba(255,255,255,.07);font-size:18px;color:#f0e3d8}
.board-topic-table__row{display:grid;grid-template-columns:minmax(0,1fr) 200px 180px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.board-topic-table__main{display:flex;align-items:center;gap:14px;min-width:0}
.board-topic-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid rgba(201,121,58,.55)}
.board-topic-table__title{display:block;font-size:18px;font-weight:700;color:#fff;line-height:1.45;margin-bottom:4px}
.board-topic-table__meta{font-size:13px;color:#c6af9b}
.board-topic-table__stats{display:grid;gap:6px;font-size:13px;color:#d8c5b4}.board-topic-table__stats strong{display:inline-block;min-width:32px;color:#fff}
.board-topic-table__last{display:grid;grid-template-columns:1fr 36px;gap:10px;align-items:center;justify-items:end;font-size:13px;color:#ccb5a0}.board-topic-table__last strong{color:#fff;font-size:14px;font-weight:500}
.board-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:11px;line-height:1;background:#5b1d0f;color:#fff;border:1px solid rgba(255,255,255,.08)}
.board-badge--owner{background:#5c2b0a}.board-badge--staff{background:#ff3c26}.board-badge--punish{background:#69211f}.board-badge--locked{background:#2e2c2c}
.board-themed-inline-form button,.board-moderation-inline button,.board-report-form button,.board-mod-form button,.board-inline-form button{background:linear-gradient(180deg,#7e2e0f,#5c1d07);border:1px solid #ae5b2e;border-radius:12px;color:#fff;padding:10px 14px;cursor:pointer}
.board-moderation-inline form{display:flex;gap:8px;flex-wrap:wrap}
.board-topic-head--compact{padding:16px 20px}
.board-inline-edit-card{padding:16px 18px}.board-inline-edit-toggle{background:linear-gradient(180deg,#7e2e0f,#5c1d07);border:1px solid #ae5b2e;border-radius:12px;color:#fff;padding:10px 14px;cursor:pointer}.board-inline-edit-box{margin-top:16px}
.board-post{display:grid;grid-template-columns:220px minmax(0,1fr);gap:0;padding:0;overflow:visible}.board-post__author{padding:18px;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.board-post__avatar-frame{width:140px;height:140px;border:1px solid rgba(255,255,255,.09);padding:12px;position:relative}.board-post__avatar-frame:after{content:'';position:absolute;right:-1px;bottom:-1px;border-width:0 0 18px 18px;border-style:solid;border-color:transparent transparent rgba(255,255,255,.08) transparent}.board-post__avatar{width:100%;height:100%;object-fit:cover;border-radius:28px;border:2px solid rgba(218,152,71,.85)}
.board-post__authorname{font-size:16px;font-weight:700;color:#ffb975}.board-post__role{font-size:14px;color:#ddc6b0}.board-post__rank{min-height:22px}.board-post__profile-stats{width:100%;display:grid;gap:8px}.board-post__profile-stats div{display:flex;justify-content:space-between;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.05);font-size:13px}.board-post__profile-stats span{color:#cbb39e}
.board-post__content{padding:18px 20px}.board-post__meta{font-size:13px;color:#ceb9a5}.board-post__meta--top{display:flex;justify-content:space-between;gap:12px}.board-post__meta-left,.board-post__meta-right{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.board-post__body{font-size:16px;line-height:1.9;color:#f3e4d5}.board-post__actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.05)}
.board-hidden-post-box{padding:14px 16px;border:1px dashed rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.03);color:#dbc4b2}
.board-user-hover{position:relative}.board-user-hover__toggle{background:none;border:0;color:#fff;cursor:pointer;padding:0 0 0 6px}.board-user-hover__menu{position:absolute;right:0;top:24px;min-width:220px;background:#18110c;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:8px;display:none;z-index:60}.board-user-hover:hover .board-user-hover__menu{display:block}.board-user-hover__menu a,.board-user-hover__menu button{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04);color:#fff;margin-bottom:6px}.board-user-hover__menu button{cursor:pointer}
.board-share__menu{border-radius:14px;padding:16px;background:#19120d}.board-share__icons a,.board-social-btn{border-radius:0;width:40px;height:34px}.board-share__copy input,.board-share__copy button{border-radius:0}
.board-editor-form{padding:18px}.board-editor-form input[type=text],.board-editor-form textarea{border-radius:12px;background:rgba(0,0,0,.28)}.board-editor-toolbar{padding:10px;border-radius:12px}.board-editor-toolbar button{border-radius:10px}
.board-footer__grid{grid-template-columns:1fr 1fr 280px;gap:26px;padding:24px}.board-footer__col h4{font-size:18px;margin-bottom:14px}.board-footer__stats--small div{padding:0;border:0;background:none}.board-footer__stats--small span{font-size:13px}.board-footer__stats--small strong{font-size:18px;font-weight:600}.board-footer__bottom{font-size:13px;color:#c6b39e}
@media (max-width: 980px){.board-home-forumgrid{grid-template-columns:1fr}.board-home-forumgrid .board-home-forumitem{border-right:0}.board-topic-table__row{grid-template-columns:1fr}.board-topic-table__last{grid-template-columns:1fr 36px;justify-items:start}.board-post{grid-template-columns:1fr}.board-post__author{border-right:0;border-bottom:1px solid rgba(255,255,255,.06);align-items:flex-start;text-align:left}.board-post__avatar-frame{width:110px;height:110px}.board-footer__grid{grid-template-columns:1fr}}
@media (max-width: 760px){.board-category__titleonly{font-size:20px}.board-topic-table__title{font-size:16px}.board-forum-banner,.board-topic-head,.board-breadcrumb-card{flex-direction:column;align-items:flex-start}.board-post__meta--top,.board-post__actions{flex-direction:column;align-items:flex-start}}
.board-user-hover.is-open .board-user-hover__menu{display:block}


/* === rev4 moderation/report/menu polish === */
.board-nav{gap:6px}
.board-nav a{min-width:92px;text-align:center}
.board-footer__grid{grid-template-columns:1fr 1fr 240px;gap:24px;padding:22px 24px}
.board-footer__col h4{font-size:15px;margin:0 0 12px;color:#f6e6d7}
.board-footer__stats--small{display:grid;gap:8px}
.board-footer__stats--small div{display:flex;justify-content:space-between;gap:10px}
.board-footer__stats--small span,.board-footer__col p{font-size:12px;color:#c6b39d}
.board-footer__stats--small strong{font-size:15px;font-weight:600}
.board-footer__bottom{font-size:12px;padding-top:10px}
.board-stat-list--smaller{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.board-stat-list--smaller div{display:flex;flex-direction:column;justify-content:center;min-height:78px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.board-stat-list--smaller span{font-size:12px;color:#c7b3a2}
.board-stat-list--smaller strong{font-size:22px;color:#fff;line-height:1.1;margin-top:6px}
.board-home-forumitem{padding:16px 18px;grid-template-columns:58px 1fr}
.board-home-forumitem__icon{width:46px;height:46px}
.board-home-forumitem__title{font-size:15px;line-height:1.35}
.board-home-forumitem__stats{font-size:12px;gap:8px}
.board-home-forumitem__last{font-size:12px}
.board-home-forumitem__last a{font-size:13px}
.board-category__titleonly{font-size:22px;font-weight:500}
.board-topic-table--compact{padding:0 18px 10px}
.board-topic-table__row--compact{grid-template-columns:minmax(0,1fr) 160px 170px;gap:16px;padding:14px 0}
.board-topic-table__row--compact .board-topic-avatar{width:44px;height:44px}
.board-topic-table__row--compact .board-topic-table__title{font-size:14px;line-height:1.5;margin-bottom:3px}
.board-topic-table__row--compact .board-topic-table__meta{font-size:12px}
.board-topic-table__row--compact .board-topic-table__stats{font-size:12px;gap:4px}
.board-topic-table__row--compact .board-topic-table__stats strong{min-width:22px}
.board-topic-table__row--compact .board-topic-table__last{font-size:12px;gap:8px;grid-template-columns:1fr 32px}
.board-topic-table__row--compact .board-topic-table__last strong{font-size:13px}
.board-topic-table__heading{padding:16px 0 10px;font-size:16px}
.board-status-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:600;border:1px solid rgba(255,255,255,.08)}
.board-status-badge.is-open{background:rgba(128,53,17,.24);color:#ffcf9f;border-color:rgba(205,115,47,.38)}
.board-table--modcp th,.board-table--modcp td,.board-table--logs th,.board-table--logs td{font-size:13px}
.board-table--logs td strong{font-size:14px}
.board-post__authorname{background:none;border:0;padding:0;color:#ffbe79;cursor:pointer}
.board-user-hover--profile{display:flex;flex-direction:column;align-items:center;width:100%}
.board-user-hover--profile .board-user-hover__menu{right:auto;left:50%;transform:translateX(-50%);top:28px;width:240px}
.board-post__meta-right{font-weight:600;color:#d8c2ae}
.board-hidden-post-box{display:flex;align-items:center;justify-content:space-between;gap:10px}
.board-hidden-post-box__actions button{background:linear-gradient(180deg,#7e2e0f,#5c1d07);border:1px solid #ae5b2e;border-radius:10px;color:#fff;padding:9px 14px;cursor:pointer}
.board-report-trigger{background:linear-gradient(180deg,#7e2e0f,#5c1d07);border:1px solid #ae5b2e;border-radius:12px;color:#fff;padding:10px 14px;cursor:pointer}
.board-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:18px}
.board-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72)}
.board-modal__dialog{position:relative;z-index:1;width:min(520px,100%);background:linear-gradient(180deg,rgba(28,18,12,.98),rgba(18,12,8,.98));border:1px solid rgba(170,94,33,.45);border-radius:20px;box-shadow:var(--shadow)}
.board-modal__dialog--small{max-width:480px}
.board-modal__head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.06)}
.board-modal__head strong{font-size:18px}
.board-modal__close{background:none;border:0;color:#fff;font-size:28px;line-height:1;cursor:pointer}
.board-modal__body{padding:18px;display:grid;gap:14px}
.board-modal__label{font-size:13px;color:#d8c2ae}
.board-modal__actions{display:flex;justify-content:flex-end;gap:10px}
.board-switch-row{display:inline-flex;align-items:center;gap:12px;margin:2px 0 14px;color:#f2e4d7;font-size:14px}
.board-switch-row input[type=checkbox]{display:none}
.board-switch-row i{width:52px;height:28px;border-radius:999px;background:rgba(255,255,255,.12);position:relative;display:inline-block;border:1px solid rgba(255,255,255,.08)}
.board-switch-row i:before{content:'';position:absolute;left:4px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:.2s transform}
.board-switch-row input[type=checkbox]:checked + i{background:linear-gradient(180deg,#9b4c17,#7b2b0f)}
.board-switch-row input[type=checkbox]:checked + i:before{transform:translateX(23px)}
.board-topic-head__flags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.board-topic-head__flags span{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;background:rgba(122,44,11,.25);border:1px solid rgba(173,90,41,.34)}
.board-topic-head__flags .is-locked{background:rgba(83,57,45,.35)}
.board-post__profile-stats strong{font-weight:700}
.board-pagination--logs{padding:14px 0 0}
@media (max-width: 980px){
  .board-topic-table__row--compact{grid-template-columns:1fr}
  .board-topic-table__row--compact .board-topic-table__last{grid-template-columns:1fr 32px;justify-items:start}
  .board-footer__grid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .board-nav a{min-width:unset;flex:1}
  .board-stat-list--smaller{grid-template-columns:1fr 1fr}
  .board-home-forumitem{grid-template-columns:48px 1fr;padding:14px}
  .board-home-forumitem__icon{width:40px;height:40px}
  .board-category__titleonly{font-size:19px}
  .board-hidden-post-box{flex-direction:column;align-items:flex-start}
}

/* === rev5 fixes === */
[hidden]{display:none!important}
.board-filterbar--action{display:flex;justify-content:flex-end;align-items:center}
.board-filter-toggle{background:none;border:0;color:#f2dfcf;font-size:16px;cursor:pointer;padding:0 2px}
.board-filter-toggle span{font-size:11px;opacity:.8}
.board-filter-panel{padding:18px 16px 20px;background:rgba(58,18,4,.88);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.board-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.board-filter-field label{display:block;font-size:13px;color:#dcc5b0;margin-bottom:8px}
.board-filter-field input,.board-filter-field select{width:100%;height:44px;border:1px solid rgba(255,255,255,.12);background:rgba(10,8,7,.9);color:#f0e1d2;padding:0 12px;border-radius:0;outline:none}
.board-filter-field--split .board-filter-split{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.board-filter-actions{display:flex;justify-content:flex-end;align-items:end;gap:10px;grid-column:1/-1}
.board-editor-row--meta{display:grid;grid-template-columns:minmax(0,260px) 1fr;gap:16px;align-items:end;margin-bottom:14px}
.board-editor-meta-field label{display:block;font-size:13px;color:#d8c2ae;margin-bottom:8px}
.board-editor-meta-field select{width:100%;height:44px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.28);color:#f0e1d2;padding:0 12px;border-radius:12px}
.board-editor-switches{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.board-topic-table--xl{padding-top:8px}
.board-topic-table__heading{position:relative;padding:11px 0 11px 18px;margin:6px 0 8px;font-size:15px;font-weight:700;color:#fff;border-bottom:0;background:transparent}
.board-topic-table__heading span{position:relative;z-index:1}
.board-topic-table__heading:before{content:'';position:absolute;left:0;top:0;bottom:0;width:100%;border-left:4px solid #ae5b2e;background:linear-gradient(90deg,rgba(127,42,6,.92),rgba(127,42,6,.35) 34%,transparent 78%);border-radius:2px}
.board-topic-table__heading--normal:before{border-left-color:#cc6a16;background:linear-gradient(90deg,rgba(140,53,0,.84),rgba(140,53,0,.24) 30%,transparent 74%)}
.board-topic-table__row{grid-template-columns:minmax(0,1fr) 180px 170px;gap:14px;padding:14px 0}
.board-topic-table__row--sticky{background:rgba(255,255,255,.01)}
.board-topic-table__main{gap:12px}
.board-topic-avatar{width:42px;height:42px}
.board-topic-table__titleline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.board-topic-table__title{font-size:15px;line-height:1.55;margin-bottom:0}
.board-prefix-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 9px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;border:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.15)}
.board-topic-table__meta{font-size:12px;line-height:1.5}
.board-topic-table__stats{gap:2px;font-size:12px}
.board-topic-table__last{font-size:12px;gap:8px;grid-template-columns:1fr 30px}
.board-topic-table__last strong{font-size:13px}
.board-mini-avatar{width:30px;height:30px;flex-basis:30px}
.board-user-hover--profile{position:relative;z-index:20}
.board-post__authorname{position:relative;z-index:2}
.board-user-hover__menu{top:calc(100% + 8px);left:50%;right:auto;transform:translateX(-50%);min-width:240px}
.board-user-hover:hover .board-user-hover__menu{display:none}
.board-user-hover.is-open .board-user-hover__menu{display:block}
.board-report-trigger{background:linear-gradient(180deg,#7e2e0f,#5c1d07);border:1px solid #ae5b2e;border-radius:12px;color:#fff;padding:10px 14px;cursor:pointer}
.board-modal__dialog textarea{background:#f0ece9;color:#222;border-radius:0}
.board-modal__close{padding:0 4px}
.board-post__actions-left,.board-post__actions-right{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.board-post__actions-right .board-inline-edit-toggle,.board-post__actions-right .board-mod-form button,.board-themed-inline-form button{min-height:40px}
.board-post__profile-stats strong{font-size:15px}
.board-footer__grid{gap:18px;padding:20px 22px;align-items:flex-start}
.board-footer__col h4{font-size:15px;margin-bottom:12px}
.board-footer__stats--small div{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}
.board-footer__stats--small span{font-size:12px;color:#cbb59f}
.board-footer__stats--small strong{font-size:14px;font-weight:600}
.board-footer__col p{font-size:12px;color:#bca894;margin:10px 0 0}
.board-footer__bottom{font-size:12px;padding-top:12px}
@media (max-width: 980px){
  .board-filter-grid{grid-template-columns:1fr}
  .board-editor-row--meta{grid-template-columns:1fr}
  .board-editor-switches{justify-content:flex-start}
  .board-topic-table__row{grid-template-columns:1fr}
  .board-topic-table__last{grid-template-columns:1fr 30px;justify-items:start}
}
@media (max-width: 760px){
  .board-topic-table__heading{font-size:14px;padding-left:14px}
  .board-topic-table__titleline{align-items:flex-start}
  .board-prefix-badge{font-size:10px}
  .board-topic-table__title{font-size:14px}
}


.board-modal[hidden]{display:none !important}
.board-sidecard{padding:16px}
.board-sidecard h3{margin:0 0 12px;font-size:20px}
.board-sidecard--compact h3{font-size:17px}
.board-stat-list--smaller{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.board-stat-list--smaller div{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.board-stat-list--smaller span{font-size:12px;color:#c7b3a2}
.board-stat-list--smaller strong{font-size:18px;color:#fff;line-height:1}
.board-titlebar{display:flex;gap:0;align-items:stretch;margin-bottom:14px}
.board-titlebar__input{flex:1 1 auto;min-width:0;border-radius:0 12px 12px 0 !important}
.board-prefix-inline{flex:0 0 auto;min-width:170px;max-width:240px}
.board-prefix-inline__select{width:100%;height:50px;padding:0 40px 0 16px;border:1px solid rgba(255,163,75,.45);border-right:0;border-radius:12px 0 0 12px;background:#54463b;color:#fff;font-weight:700;appearance:none;-webkit-appearance:none;position:relative;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.board-prefix-inline{position:relative}
.board-prefix-inline:after{content:'▾';position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#fff;font-size:12px;pointer-events:none}
.board-topic-table__heading{position:relative;padding:10px 0 10px 18px;margin:6px 0 10px;font-size:14px;font-weight:700;color:#fff;border-bottom:0;background:transparent;text-transform:none;letter-spacing:.2px}
.board-topic-table__heading:before{content:'';position:absolute;left:0;top:0;bottom:0;width:100%;border-left:4px solid #c36a21;background:linear-gradient(90deg,rgba(126,43,3,.96),rgba(126,43,3,.34) 34%,transparent 76%);border-radius:3px}
.board-topic-table__heading--sticky:before{border-left-color:#d38843;background:linear-gradient(90deg,rgba(150,71,9,.96),rgba(150,71,9,.38) 34%,transparent 76%)}
.board-topic-table__heading--normal:before{border-left-color:#9e4b16;background:linear-gradient(90deg,rgba(97,32,5,.9),rgba(97,32,5,.28) 34%,transparent 76%)}
.board-topic-table__row--sticky{background:linear-gradient(90deg,rgba(255,185,100,.03),rgba(255,255,255,.01));}
.board-topic-table__row--normal{background:linear-gradient(90deg,rgba(255,255,255,.015),rgba(255,255,255,0));}
.board-prefix-badge{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:0 10px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;border:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.16);line-height:1}
.board-prefix-badge--muted{background:#54463b;border-color:#54463b;color:#f5e6d5}
.board-filter-panel select,.board-filter-panel input{cursor:pointer}
@media (max-width: 760px){
  .board-titlebar{flex-direction:column;gap:10px}
  .board-prefix-inline{min-width:0;max-width:none}
  .board-prefix-inline__select,.board-titlebar__input{border-radius:12px !important;border-right:1px solid rgba(255,163,75,.45)}
  .board-stat-list--smaller{grid-template-columns:1fr}
}


/* === rev7 fixes === */
.board-stat-compact{display:grid;grid-template-columns:1fr;gap:8px}
.board-stat-compact div{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05)}
.board-stat-compact span{font-size:12px;color:#c7b3a2}
.board-stat-compact strong{font-size:18px;color:#fff;line-height:1}
.board-sidecard--compact h3{margin-bottom:12px}


/* === rev9 unread & move === */
.board-topic-table__title,.board-home-forumitem__last a,.board-mini-list__item strong{font-weight:500}
.board-topic-table__title.is-unread,.board-home-forumitem__last a.is-unread,.board-mini-list__item strong.is-unread{font-weight:800;color:#fff}
.board-topic-move-note{padding:14px 18px;display:grid;gap:6px;background:linear-gradient(180deg,rgba(114,50,14,.30),rgba(34,20,12,.96));border:1px solid rgba(210,125,57,.38)}
.board-topic-move-note strong{font-size:14px;color:#ffcf9f}
.board-topic-move-note p{margin:0;font-size:13px;color:#ead8c5;line-height:1.6}
.board-modal__select{width:100%;height:46px;border:1px solid rgba(255,255,255,.12);background:rgba(14,10,8,.95);color:#f2e2d2;padding:0 12px;border-radius:12px;outline:none}

.board-recaptcha-wrap {
    margin: 14px 0 6px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.board-recaptcha-wrap .g-recaptcha {
    transform-origin: left top;
}
.forum-merge-note {
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 3px solid rgba(239, 142, 63, 0.95);
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(41, 27, 19, 0.95), rgba(59, 41, 30, 0.78));
    color: #f5e6d4;
}
.forum-merge-note__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.forum-merge-note__body {
    line-height: 1.7;
}


.board-sidecard--managers{padding:14px 14px 10px}
.board-sidecard--managers h3{margin:0 0 10px;font-size:15px;line-height:1.3;font-weight:700}
.board-manager-list{display:flex;flex-direction:column;gap:10px}
.board-manager-item{display:flex;align-items:center;gap:10px;padding:0;background:transparent;border:0;min-width:0}
.board-manager-item__avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;display:block;flex:0 0 38px;border:1px solid rgba(255,255,255,.08);box-shadow:none;background:#111}
.board-manager-item__body{min-width:0;display:flex;flex-direction:column;gap:2px}
.board-manager-item__name{font-size:15px;line-height:1.2;font-weight:700;word-break:break-word}
.board-manager-item__name.is-user{color:#d7d7d7}
.board-manager-item__name.is-mod{color:#4d86ff}
.board-manager-item__name.is-super-mod{color:#ffb13b}
.board-manager-item__name.is-forum-admin,.board-manager-item__name.is-panel-admin{color:#ff4f4f}
.board-manager-item__meta{font-size:12px;line-height:1.25;color:#c9c1b8;word-break:break-word}
.board-sidecard--managers .board-empty{font-size:13px}
@media (max-width:760px){.board-sidecard--managers{padding:16px}.board-manager-item__avatar{width:40px;height:40px;flex-basis:40px}}


.board-topic-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid rgba(255,179,106,.22);background:rgba(255,179,106,.08);color:#ffd7b0}
.board-topic-tag--solved{background:rgba(75,179,103,.16);border-color:rgba(75,179,103,.32);color:#b8f5c6}
.board-topic-tag--pending{background:rgba(255,95,95,.16);border-color:rgba(255,95,95,.32);color:#ffd0d0}
.board-topic-tag--type{background:rgba(93,125,255,.12);border-color:rgba(93,125,255,.28);color:#d5ddff}
.board-topic-meta-box{padding:16px 18px;margin-bottom:16px}.board-topic-meta-box strong{display:block;margin-bottom:8px}.board-topic-meta-box p{margin:0;color:#d9cbbd}.board-topic-meta-box--trade .board-trade-meta{display:flex;gap:18px;flex-wrap:wrap;color:#f1e6d8}.board-topic-meta-box--pending{border-color:rgba(255,165,96,.28);background:linear-gradient(180deg,rgba(108,48,14,.28),rgba(36,18,10,.55))}
.board-editor-row--mode{display:grid;gap:8px;margin:0 0 14px}.board-editor-grid--trade{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin:0 0 14px}.board-mode-note,.board-editor-draft-status,.board-post__pending-note,.board-post__note-preview{margin:0 0 12px;padding:10px 14px;border-radius:12px;border:1px solid rgba(255,179,106,.18);background:rgba(255,179,106,.06);color:#f0dfca}
.board-editor-draft-status[hidden],.board-multiquote-basket[hidden]{display:none!important}
.board-reaction-row{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.board-inline-form--reaction{margin:0}.board-reaction-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:12px;border:1px solid rgba(255,179,106,.18);background:rgba(255,255,255,.03);color:#f7e6d5}.board-reaction-btn.is-active{background:rgba(255,179,106,.18);border-color:rgba(255,179,106,.32)}
.board-multiquote-btn{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,179,106,.18);background:rgba(255,255,255,.03);color:#f7e6d5}
.board-multiquote-basket{display:grid;gap:10px;margin:0 0 12px}.board-multiquote-basket__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,179,106,.16)}.board-multiquote-basket__item span{flex:1;color:#ccb9a5;font-size:13px}.board-multiquote-basket__item button,.board-multiquote-basket__actions button{padding:7px 10px;border-radius:10px;border:1px solid rgba(255,179,106,.18);background:rgba(108,48,14,.35);color:#f8e9d8}.board-multiquote-basket__actions{display:flex;gap:10px;justify-content:flex-end}
.board-user-hover__note-toggle{display:block;width:100%;margin-top:8px;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,179,106,.16);background:rgba(255,255,255,.03);color:#f5e0c9;text-align:left}.board-inline-edit-box--note{margin-top:12px}.board-editor-form--note textarea{min-height:110px}
.board-bulk-moderation{padding:14px 16px;margin-bottom:14px}.board-bulk-moderation__head{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.board-bulk-moderation__controls{display:flex;gap:10px;flex-wrap:wrap}.board-bulk-moderation select{min-width:150px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.03);color:#f5e0c9;border:1px solid rgba(255,179,106,.16)}
.board-topic-select{display:flex;align-items:center;justify-content:center;padding-right:12px}.board-topic-select input{display:none}.board-topic-select span{width:18px;height:18px;border-radius:6px;border:1px solid rgba(255,179,106,.22);background:rgba(255,255,255,.02);display:block}.board-topic-select input:checked + span{background:rgba(255,179,106,.28);box-shadow:inset 0 0 0 4px rgba(28,17,12,.8)}
.board-manager-list{display:grid;gap:12px}.board-manager-item{display:flex;align-items:center;gap:10px;padding:8px 4px}.board-manager-item__avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.08)}
.board-queue-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.board-mini-list__item--queue form{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}
.board-userbox__notifications{position:relative}.board-userbox__notify-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,179,106,.16);background:rgba(255,255,255,.03);color:#f7e6d5}.board-userbox__notify-icon{font-size:18px;line-height:1}.board-userbox__notify-count{position:absolute;top:-5px;right:-5px;display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#ffb15e,#d46a1c);color:#fff;font-size:11px;padding:0 5px;box-shadow:0 4px 12px rgba(0,0,0,.28)}.board-userbox__notify-menu{position:absolute;right:0;top:calc(100% + 10px);width:320px;max-width:82vw;padding:10px;border-radius:14px;border:1px solid rgba(255,179,106,.18);background:rgba(17,10,7,.96);box-shadow:0 18px 40px rgba(0,0,0,.35);z-index:40}.board-userbox__notify-item{display:grid;gap:4px;padding:10px 12px;border-radius:12px;color:#f4e7d9}.board-userbox__notify-item.is-unread{background:rgba(255,179,106,.08)}.board-userbox__notify-item strong{font-size:14px;line-height:1.35}.board-userbox__notify-item span{font-size:13px;color:#cdbba7}.forum-mention{display:inline-flex;align-items:center;padding:1px 7px;border-radius:999px;background:rgba(82,140,255,.16);border:1px solid rgba(143,200,255,.34);color:#beddff;font-weight:700;box-shadow:0 0 0 1px rgba(0,0,0,.08) inset}.board-userbox__notify-toggle.is-has-unread{border-color:rgba(255,179,106,.45);background:rgba(255,179,106,.12)}.board-userbox__notify-empty{padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,179,106,.12);color:#cdbba7;font-size:13px;line-height:1.5}
@media (max-width:900px){.board-editor-grid--trade,.board-queue-grid{grid-template-columns:1fr}.board-bulk-moderation__head{align-items:flex-start}}


.board-topic-table__row.has-selector{grid-template-columns:36px minmax(0,1fr) 180px 170px}
.board-topic-table__row--compact.has-selector{grid-template-columns:36px minmax(0,1fr) 160px 170px}
.board-inline-notice{margin:8px 0 12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,179,106,.18);background:rgba(108,48,14,.32);color:#f8e9d8;font-size:13px}
.board-inline-notice[hidden]{display:none!important}
.board-floating-notice{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(10px);background:rgba(20,14,11,.96);border:1px solid rgba(255,179,106,.22);color:#f8e9d8;padding:11px 14px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.25);opacity:0;transition:all .18s ease;z-index:9999;font-size:13px;pointer-events:none}
.board-floating-notice.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
.board-user-hover__toggle{position:relative;z-index:3}
.board-user-hover__menu{pointer-events:auto}
@media (max-width:900px){.board-topic-table__row.has-selector,.board-topic-table__row--compact.has-selector{grid-template-columns:1fr}}

.board-inline-notice--post{margin-left:8px;min-width:170px;display:inline-flex;align-items:center}.board-post__actions-left .board-inline-notice--post{order:99}.board-user-hover__toggle[aria-expanded="true"]{color:#ffcf99}.board-user-hover__menu{box-shadow:0 18px 40px rgba(0,0,0,.35)}


.board-post__sanction{display:inline-flex;align-items:center;justify-content:center;margin:6px 0 2px;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,122,122,.35);background:rgba(160,35,35,.16);color:#ffd1d1;font-size:11px;font-weight:700}
.board-bulk-moderation select,.board-filter-field select,.board-editor-meta-field select,.board-modal__select,.board-prefix-inline__select{color:#f5e0c9}
.board-bulk-moderation select option,.board-filter-field select option,.board-editor-meta-field select option,.board-modal__select option,.board-prefix-inline__select option{background:#1a120e;color:#f5e0c9}
.board-multiquote-btn.is-selected{background:rgba(255,179,106,.18);border-color:rgba(255,179,106,.32);color:#fff}

.board-trade-picker{position:relative}
.board-trade-picker__help{font-size:12px;color:#c9b4a2;line-height:1.5}
.board-trade-picker__results{position:absolute;left:0;right:0;top:100%;z-index:35;margin-top:8px;padding:8px;border-radius:14px;border:1px solid rgba(255,179,106,.18);background:rgba(20,10,6,.98);box-shadow:0 18px 40px rgba(0,0,0,.35);display:grid;gap:6px;max-height:280px;overflow:auto}
.board-trade-picker__option{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:8px 10px;border:1px solid rgba(255,179,106,.1);border-radius:12px;background:rgba(255,255,255,.02);color:#f3e6da;text-align:left;cursor:pointer}
.board-trade-picker__option:hover{border-color:rgba(255,179,106,.28);background:rgba(255,179,106,.08)}
.board-trade-picker__option img{width:38px;height:38px;object-fit:contain;border-radius:10px;background:rgba(255,179,106,.07);padding:4px}
.board-trade-picker__option span{font-weight:700;display:block}
.board-trade-picker__option small{color:#c7ad97;font-size:12px}
.board-trade-picker__empty{padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.03);color:#ccb5a2;font-size:13px}
.board-trade-meta-card{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.board-trade-meta-card__item{display:grid;gap:8px;min-width:220px}
.board-trade-meta-card__label{display:block;color:#d4bfad;font-size:13px}
.board-trade-item-box{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,179,106,.12)}
.board-trade-item-box img{width:56px;height:56px;object-fit:contain;border-radius:14px;background:rgba(255,179,106,.06);padding:6px}
.board-trade-item-box strong{display:block;font-size:28px;line-height:1.15;color:#f4e7db}
.board-trade-meta-card__price{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px;min-width:220px}
.board-trade-meta-card__price div{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,179,106,.12)}
.board-trade-meta-card__price span{display:block;font-size:13px;color:#cfbaa8;margin-bottom:4px}
.board-trade-meta-card__price strong{font-size:30px;color:#fff1e2}
@media (max-width:900px){.board-trade-meta-card{align-items:flex-start}.board-trade-item-box strong{font-size:22px}.board-trade-meta-card__price{width:100%;grid-template-columns:1fr 1fr}.board-trade-picker__results{position:static;margin-top:10px}}


.board-error-box{padding:14px 16px;border-radius:14px;border:1px solid rgba(255,120,120,.28);background:rgba(100,16,16,.18);color:#ffd8d8;line-height:1.6}
.forum-embed{margin:10px 0;border-radius:14px;overflow:hidden;border:1px solid rgba(255,179,106,.18);background:#0f0a08}
.forum-embed iframe{display:block;width:100%;min-height:340px;border:0;background:#000}
.board-external-link{position:relative;text-decoration:underline}
.board-trade-item-field{position:relative}.board-trade-item-suggest{position:absolute;left:0;right:0;top:100%;margin-top:8px;padding:8px;border-radius:14px;border:1px solid rgba(255,179,106,.16);background:rgba(17,10,7,.98);box-shadow:0 18px 40px rgba(0,0,0,.35);z-index:35;display:grid;gap:4px;max-height:260px;overflow:auto}.board-trade-item-suggest button{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:1px solid transparent;background:rgba(255,255,255,.03);color:#f6e7d8}.board-trade-item-suggest button:hover{border-color:rgba(255,179,106,.24);background:rgba(255,179,106,.1)}


/* forum revize ekleri */
.board-post__content{display:flex;flex-direction:column;min-height:100%}
.board-post__body{flex:1 1 auto}
.board-post__actions{margin-top:auto;align-items:flex-end}
.board-post__actions-left,.board-post__actions-right{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.board-post__actions-right{justify-content:flex-end;margin-left:auto}
.board-post__share-mini{width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#f3e4d5;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}
.board-topic-solution-summary{display:flex;gap:16px;align-items:center;justify-content:space-between}
.board-topic-solution-summary__badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:12px;background:#20a83e;color:#fff;font-weight:800;letter-spacing:.04em}
.board-topic-solution-summary__content{flex:1 1 auto;min-width:0}
.board-topic-solution-summary__text{margin-top:4px;color:#d7c5b5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width: 980px){.board-post__actions-left,.board-post__actions-right{width:100%;justify-content:flex-start;margin-left:0}.board-topic-solution-summary{flex-direction:column;align-items:flex-start}}


.board-topic-solution-summary{margin-bottom:22px}
.board-topic-head{margin-top:16px}
.board-post-stream{display:flex;flex-direction:column;gap:22px}
.board-post.is-solution-post{box-shadow:0 0 0 1px rgba(85,180,110,.28) inset}
.board-share--inline{position:relative}
.board-share--inline .board-share__toggle{width:34px;height:34px;border-radius:10px}
.board-share--inline .board-share__menu{right:0;left:auto;top:42px}
.board-home-forumitem--trash{grid-template-columns:48px 1fr;padding:14px 16px;background:rgba(255,255,255,.015)}
.board-home-forumitem--trash .board-home-forumitem__stats,.board-home-forumitem--trash .board-home-forumitem__last{display:none}
.board-home-forumitem--trash .board-home-forumitem__title::before{content:'Çöp Forumu';display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#caa57c;margin-bottom:4px}
.board-topbar__nav{flex-wrap:nowrap}
.board-nav{flex:0 1 auto;min-width:0}
.board-userbox{flex:0 1 auto;min-width:0;margin-left:auto}
.board-userbox__meta{min-width:0}
.board-search{flex:1 1 260px;min-width:200px}
.board-userbox__actions{flex-wrap:nowrap}
@media (max-width: 1280px){.board-topbar__inner{gap:14px}.board-topbar__nav{gap:12px}.board-search input{max-width:230px}.board-userbox__name{font-size:15px}.board-userbox__actions a{padding:8px 9px;font-size:11px}}


.board-nav a,.board-userbox__actions a{white-space:nowrap}.board-userbox{flex-wrap:nowrap}.board-userbox__meta{overflow:hidden;text-overflow:ellipsis}

/* === rev notification + trade restore followup === */
.board-userbox{margin-left:auto;min-width:0;flex-wrap:wrap;justify-content:flex-end}
.board-userbox__name,.board-userbox__role{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.board-userbox__notifications{position:relative;align-self:center}
.board-userbox__notify-head{padding:6px 8px 10px;color:#f6ead9;font-size:22px;font-weight:700}
.board-userbox__notify-menu{width:380px;max-width:min(92vw,380px);padding:12px;background:linear-gradient(180deg,rgba(30,14,9,.98),rgba(18,8,6,.98));border-color:rgba(255,167,76,.24);box-shadow:0 22px 44px rgba(0,0,0,.42)}
.board-userbox__notify-item,.board-notify-page-item{display:flex;gap:12px;padding:12px 14px;border-radius:0;color:#f4e7d9;background:rgba(255,255,255,.015);border-bottom:1px solid rgba(255,179,106,.10)}
.board-userbox__notify-item:last-of-type{border-bottom:0}
.board-userbox__notify-item.is-unread,.board-notify-page-item.is-unread{background:linear-gradient(90deg,rgba(255,145,56,.12),rgba(255,255,255,.02))}
.board-notify-row__avatar,.board-notify-page-item__avatar{width:40px;height:40px;border-radius:10px;overflow:hidden;flex:0 0 40px;background:radial-gradient(circle at 30% 30%,rgba(73,40,27,.98),rgba(35,16,12,.98));border:1px solid rgba(255,179,106,.18);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;box-shadow:0 0 0 1px rgba(255,255,255,.03) inset}
.board-notify-row__avatar img,.board-notify-page-item__avatar img{width:100%;height:100%;object-fit:cover}
.board-notify-row__body,.board-notify-page-item__body{min-width:0;flex:1}
.board-notify-row__line,.board-notify-page-item__line{display:flex;gap:8px;align-items:center;flex-wrap:wrap;line-height:1.45}
.board-notify-row__line strong,.board-notify-page-item__line strong{font-size:14px;color:#fff8ef}
.board-notify-badge{display:inline-flex;align-items:center;min-height:22px;padding:3px 10px;border-radius:6px;color:#fff;font-size:12px;font-weight:700}
.board-notify-topic{font-size:13px;color:#f5e5d3}
.board-notify-row__text,.board-notify-page-item__text{font-size:13px;color:#dbc1ac;line-height:1.5}
.board-notify-row__time,.board-notify-page-item__time{margin-top:4px;font-size:12px;color:#c69b78}
.board-userbox__notify-footer{display:flex;justify-content:space-between;gap:12px;padding:12px 10px 4px;font-size:13px;color:#f0d3b9;border-top:1px solid rgba(255,179,106,.10);margin-top:4px}
.board-userbox__notify-footer a,.board-userbox__notify-footer button{background:none;border:0;color:inherit;cursor:pointer;padding:0}
.board-userbox__notify-footer a:hover,.board-userbox__notify-footer button:hover{color:#fff1e0}
.board-notify-page-hero{display:flex;align-items:center;gap:18px;padding:18px 20px;margin-bottom:18px;background:linear-gradient(180deg,rgba(49,22,12,.92),rgba(26,10,7,.96));border-color:rgba(255,167,76,.18)}
.board-notify-page-hero__icon{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;background:radial-gradient(circle at 30% 30%,rgba(109,57,27,.98),rgba(52,22,13,.98));border:5px solid rgba(255,197,128,.42);box-shadow:0 0 0 5px rgba(255,255,255,.05) inset}
.board-notify-page-hero__content h1{margin:0;font-size:42px;color:#fff0df}
.board-notify-page-hero__content p{margin:6px 0 0;color:#d5b59a}
.board-notify-page-hero__actions{margin-left:auto}
.board-notify-page-list{padding:0;overflow:hidden;background:linear-gradient(180deg,rgba(27,11,8,.96),rgba(18,8,6,.98));border-color:rgba(255,167,76,.14)}
.board-notify-page-item{padding:18px 20px;border-radius:0}
.board-notify-page-item:last-child{border-bottom:0}
.board-home-forumgrid__divider{grid-column:1/-1;display:flex;align-items:center;gap:12px;padding:10px 4px;color:#cfb49a;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.board-home-forumgrid__divider::before,.board-home-forumgrid__divider::after{content:'';height:1px;background:rgba(255,255,255,.12);flex:1}
.board-home-forumitem--trash{position:relative}
.board-home-forumitem--trash .board-home-forumitem__body{display:flex;flex-direction:column;justify-content:center}
@media (max-width: 1180px){.board-userbox{width:100%;padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.06);padding-top:10px;justify-content:flex-start}.board-userbox__name,.board-userbox__role{max-width:none}.board-userbox__actions{width:auto}}
@media (max-width: 760px){.board-userbox__notify-menu{right:0;left:auto;width:min(94vw,380px)}.board-notify-page-hero{flex-direction:column;align-items:flex-start}.board-notify-page-hero__actions{margin-left:0}}
