
/* 리니지 월드 인벤풍 커뮤니티 테마 */
:root{
  --lc-bg:#0b0c18;
  --lc-bg-2:#0f1020;
  --lc-bg-3:#121529;
  --lc-panel:#d0e3e5;
  --lc-panel-2:#deecee;
  --lc-panel-dark:#161931;
  --lc-panel-dark-2:#1b1e3b;
  --lc-border:#44787e;
  --lc-border-soft:#f7b635;
  --lc-gold:#f8c050;
  --lc-gold-strong:#fad893;
  --lc-text:#171932;
  --lc-muted:#4f6e72;
  --lc-light:#eff6f7;
  --lc-link:#a67107;
  --lc-red:#9d4335;
  --lc-green:#48613c;
  --lc-blue:#465d8a;
  --primary-color: var(--lc-gold);
  --secondary-color:#c08308;
  --accent-color:#b9503f;
  --dark-bg: var(--lc-bg);
  --dark-secondary: var(--lc-panel-dark);
  --dark-tertiary: var(--lc-panel-dark-2);
  --text-primary: #e0edef;
  --text-secondary: #9fc7cc;
  --border-color: #2f3568;
}
html,body{
  background:
    radial-gradient(circle at top, rgba(232, 158, 10, .16), transparent 28%),
    linear-gradient(180deg, #161210 0%, #0e0f1e 40%, #0a0b15 100%) !important;
  color:var(--lc-light)!important;
  font-family:'Noto Sans KR',sans-serif!important;
}
body{
  background-attachment:fixed!important;
}
.container{
  max-width:1320px!important;
  padding:0 18px!important;
}
.g5-topbar{
  background:linear-gradient(180deg,#101224,#130f0d)!important;
  border-bottom:1px solid rgba(248, 192, 80, .25);
  color:#fad281;
  font-size:12px;
}
.g5-topbar .container{
  min-height:34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.g5-topbar a{
  color:#f9ce79;
  text-decoration:none;
  margin-right:14px;
}
.g5-topbar a:hover{color:#e2eef0}
.header{
  position:sticky;top:0;z-index:999;
  background:
    linear-gradient(180deg,rgba(14, 15, 30, .97),rgba(17, 19, 39, .97))!important;
  border-bottom:1px solid rgba(248, 192, 80, .24)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.28)!important;
}
.header-content{
  display:grid!important;
  grid-template-columns:auto minmax(240px,420px) 1fr;
  align-items:center;
  gap:20px;
  padding:16px 0!important;
}
.logo{
  gap:14px!important;
}
.logo-image{
  width:60px!important;height:60px!important;object-fit:cover!important;
  border-radius:14px!important;
  border:1px solid rgba(248, 192, 80, .45)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.28)!important;
  background:#0d0f1e!important;
}
.logo h1{
  color:#cee2e4!important;
  font-size:30px!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  background:none!important;
  -webkit-text-fill-color:initial!important;
  text-shadow:0 2px 14px rgba(0,0,0,.24)!important;
}
.logo h1::after{
  content:'AION2 INVEN COMMUNITY';
  display:block;
  margin-top:5px;
  font-size:11px;
  letter-spacing:.2em;
  color:#7cb2b8;
  font-weight:600;
}
.g5-head-search{position:relative; width:100%; max-width:420px}
.g5-head-search input{
  width:100%; height:44px;
  border-radius:24px; border:1px solid rgba(248, 192, 80, .34);
  background:rgba(0,0,0,.22)!important; color:#dceaec!important;
  padding:0 48px 0 16px!important;
}
.g5-head-search input::placeholder{color:#79b1b7}
.g5-head-search button{
  position:absolute; right:5px; top:5px; width:34px; height:34px;
  border-radius:50%; border:none; background:rgba(248, 192, 80, .16); color:#fad893;
}
.main-nav ul,.main-nav #main-nav-menu{
  display:flex; flex-wrap:wrap; justify-content:flex-end; gap:6px; list-style:none;
}
.main-nav a{
  display:flex; align-items:center; gap:7px;
  padding:10px 12px!important;
  border-radius:10px!important;
  color:#fbda98!important; text-decoration:none!important;
  font-size:14px!important; font-weight:700!important;
  border:1px solid transparent;
  background:rgba(255,255,255,.01)!important;
}
.main-nav a:hover{
  background:rgba(248, 192, 80, .10)!important;
  color:#eaf3f4!important;
  border-color:rgba(248, 192, 80, .18);
}
.main-nav a.active{
  background:linear-gradient(180deg,rgba(248, 192, 80, .22),rgba(44, 49, 98, .28))!important;
  color:#eaf3f4!important;
  border-color:rgba(248, 192, 80, .32)!important;
}
.g5-subnav{
  background:rgba(234, 243, 244, .96)!important;
  border-bottom:1px solid rgba(68, 120, 126, .24)!important;
}
.g5-subnav .container{
  min-height:46px; display:flex; justify-content:space-between; align-items:center;
}
.g5-subnav .g5-crumbs{display:flex;align-items:center;gap:9px;color:#447075;font-size:13px}
.g5-subnav a{color:#44787d;text-decoration:none}
.g5-subnav strong{color:#181b37}
.g5-subnav .g5-menu-btn{
  width:38px;height:38px;border-radius:10px;border:1px solid rgba(68, 120, 126, .18);
  background:#f0f6f7;color:#a06d07;
}
.hero-banner{
  background:
    linear-gradient(180deg,rgba(10, 11, 21, .34),rgba(10, 11, 21, .7)),
    url('/static/images/ai-hero.png') center/cover no-repeat !important;
  min-height:320px;
  padding:60px 0!important;
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(248, 192, 80, .18);
}
.hero-overlay{width:100%; backdrop-filter:none!important; background:transparent!important}
.hero-title{
  max-width:720px;
  color:#e4eff0!important;
  font-size:46px!important;
  line-height:1.12!important;
  text-align:left!important;
  text-shadow:0 8px 30px rgba(0,0,0,.4)!important;
  margin-bottom:16px!important;
}
.hero-subtitle{
  max-width:620px;
  color:#fbdfa7!important;
  font-size:18px!important;
  text-align:left!important;
}
.main-content{padding:28px 0 52px!important}
.maple-showcase{display:none!important}

/* panels */
.board-section,.g5-side-box,.board-list,.post-detail,.write-container,.login-container,.register-container,.settings-container,.members-table-wrap,.member-card,.crm-overview-card,.request-insight-card,.stat-card,.modal-content,.admin-table-container,.current-info,.setting-section,.members-crm-hero,.admin-crm-hero,.members-overview-card,.info-box,.sample-data-info,.upload-info,.lc-panel{
  background:linear-gradient(180deg,var(--lc-panel-2),var(--lc-panel))!important;
  color:var(--lc-text)!important;
  border:1px solid rgba(68, 120, 126, .48)!important;
  border-radius:16px!important;
  box-shadow:0 12px 30px rgba(0,0,0,.12)!important;
}
.lc-home-shell,.lc-content-shell{
  display:grid;
  gap:24px;
  align-items:start;
}
.lc-home-shell{grid-template-columns:250px minmax(0,1fr) 270px}
.lc-content-shell{grid-template-columns:240px minmax(0,1fr) 260px}
.lc-left-rail,.lc-right-rail{display:grid; gap:16px}
.lc-rail-box{
  background:linear-gradient(180deg,var(--lc-panel-2),#cde2e4);
  border:1px solid rgba(68, 120, 126, .42);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  overflow:hidden;
}
.lc-rail-title{
  padding:12px 14px;
  background:linear-gradient(180deg,#1e2244,#151830);
  color:#d3e6e8;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.02em;
}
.lc-rail-list{list-style:none;margin:0;padding:10px 14px}
.lc-rail-list li{padding:8px 0;border-bottom:1px solid rgba(68, 120, 126, .12)}
.lc-rail-list li:last-child{border-bottom:none}
.lc-rail-list a{
  color:#23274e;text-decoration:none;font-size:13px;font-weight:700;display:flex;justify-content:space-between;gap:8px
}
.lc-rail-list a small{color:#50898f;font-size:11px;font-weight:600}
.lc-rail-list a:hover{color:#a67107}
.lc-rail-note{padding:12px 14px;color:#456b70;font-size:12px;line-height:1.6}
.lc-side-banner{
  display:block; width:100%; border-radius:14px; overflow:hidden; border:1px solid rgba(68, 120, 126, .34)
}
.lc-side-banner img{display:block; width:100%; height:auto}

.g5-side-box{padding:16px}
.g5-side-title{font-size:16px;font-weight:800;color:#1d203f;margin:0 0 12px}
.g5-login-status,.g5-contact-list,.g5-stat-list,.g5-page-note,.lc-mini-copy{color:#42676c!important;font-size:12px!important;line-height:1.7}
.g5-login-actions,.g5-side-links{display:grid;gap:8px}
.g5-side-links a,.g5-login-actions a,.g5-login-actions button{
  display:flex; align-items:center; justify-content:center; height:40px;
  border-radius:10px; border:1px solid rgba(68, 120, 126, .16);
  background:#f1f7f8; color:#24284f; text-decoration:none; font-weight:800;
}
.g5-login-actions .primary{
  background:linear-gradient(180deg,#a87207,#2c3162)!important;
  color:#e9f2f3!important;
  border-color:#323870!important;
}
.g5-home-spotlight{
  background:linear-gradient(160deg,rgba(27, 31, 61, .95),rgba(16, 18, 36, .95));
  border:1px solid rgba(248, 192, 80, .24);
  border-radius:22px;
  padding:22px;
  color:#d5e6e8;
  box-shadow:0 18px 34px rgba(0,0,0,.24);
  margin-bottom:20px;
}
.lc-spotlight-kicker{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(248, 192, 80, .16); border:1px solid rgba(248, 192, 80, .2);
  color:#fbd994; border-radius:999px; padding:7px 12px; font-size:12px; font-weight:800;
}
.lc-spotlight-grid{
  display:grid; grid-template-columns:minmax(0,1.2fr) 1fr; gap:18px; margin-top:16px;
}
.lc-spotlight-copy h2{font-size:34px; line-height:1.18; margin:14px 0 10px}
.lc-spotlight-copy p{color:#fad489; font-size:15px; line-height:1.8; margin:0 0 18px}
.lc-spotlight-tags{display:flex; flex-wrap:wrap; gap:8px}
.lc-spotlight-tags span{
  background:rgba(255,255,255,.06); border:1px solid rgba(248, 192, 80, .16);
  padding:7px 10px; border-radius:999px; font-size:12px; color:#c9dfe2; font-weight:700;
}
.lc-spotlight-card{
  background:linear-gradient(180deg,rgba(239, 246, 247, .97),rgba(208, 227, 229, .97));
  color:#181b37; border-radius:18px; overflow:hidden; border:1px solid rgba(68, 120, 126, .22);
}
.lc-spotlight-card img{display:block;width:100%;height:180px;object-fit:cover}
.lc-spotlight-card .copy{padding:14px 16px}
.lc-spotlight-card h3{margin:0 0 8px;font-size:18px;color:#1c1f3d}
.lc-spotlight-card p{margin:0;color:#41666a;font-size:13px;line-height:1.7}

.lc-board-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px!important;
  margin:0!important;
}
.lc-board-grid .board-section{
  padding:0!important;
  overflow:hidden;
}
.lc-board-grid .board-section.wide{grid-column:span 2}
.section-header{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  margin:0!important;
  padding:16px 18px 12px!important;
  border-bottom:1px solid rgba(68, 120, 126, .16)!important;
}
.section-header h3,.board-header h2,.comment-title,.admin-title,.members-title,.settings-header h2,.members-section-header h3,.crm-section-header h3{
  color:#1b1e3b!important;
  font-size:20px!important;
  font-weight:900!important;
  margin:0!important;
  background:none!important;
  -webkit-text-fill-color:initial!important;
}
.more-btn{
  color:#a87207!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.board-preview{
  min-height:220px;
  padding:0 18px 6px!important;
}
.preview-item{
  padding:14px 0!important;
  border-bottom:1px solid rgba(68, 120, 126, .12)!important;
  transition:all .18s ease!important;
}
.preview-item:hover{
  background:rgba(242, 247, 248, .55)!important;
  padding-left:8px!important;
}
.preview-title{color:#191d39!important;font-size:14px!important;font-weight:700}
.preview-meta{color:#60898e!important;font-size:12px!important}
.notice-section{margin:0!important}
.notice-box{
  background:linear-gradient(180deg,#e6f1f2,#cce1e3)!important;
  border-left:4px solid #d99409!important;
  border-radius:16px!important;
  padding:16px 18px!important;
}
.notice-box i{color:#b67c08!important}
.notice-content h4{color:#1d2141!important}
.notice-content p{color:#3b696e!important}

.board-header{
  border:none!important;
  padding:0!important;
  margin-bottom:14px!important;
}
.search-bar{
  background:linear-gradient(180deg,#deecee,#cee2e4)!important;
  border-radius:14px!important;
  border:1px solid rgba(68, 120, 126, .16)!important;
  padding:12px!important;
}
.search-bar input,#search-input,input[type='text'],input[type='password'],input[type='number'],input[type='tel'],select,textarea{
  background:#f5f9f9!important;
  color:#171a33!important;
  border:1px solid rgba(68, 120, 126, .24)!important;
  border-radius:12px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6)!important;
}
input::placeholder,textarea::placeholder{color:#5d8b90}
textarea{padding:12px!important}
.btn-search,.btn-primary,.submit-btn,.btn-save,.btn-login,#write-btn,.crm-quick-btn.primary,.member-quick-btn.primary{
  background:linear-gradient(180deg,#af7707,#2c3161)!important;
  border:1px solid #2a2f5d!important;
  color:#eaf3f4!important;
  border-radius:12px!important;
  box-shadow:0 8px 18px rgba(42, 47, 93, .18)!important;
  font-weight:800!important;
}
.btn-secondary,.back-btn,.crm-quick-btn,.member-quick-btn,.tab-btn,.filter-btn,.pagination button,.pagination a,.btn-file-select,.btn-edit,.btn-trade-buy{
  background:#eff6f6!important;
  border:1px solid rgba(68, 120, 126, .18)!important;
  color:#262a54!important;
  border-radius:12px!important;
  text-decoration:none!important;
  box-shadow:none!important;
  font-weight:800!important;
}
.btn-delete,.btn-reject,.action-btn.btn-reject,button[onclick*='clearAllPosts']{
  background:#fff0ea!important; border:1px solid rgba(157,67,53,.25)!important; color:#9d4335!important;
}
.btn-approve,.action-btn.btn-approve{
  background:#eef7e8!important; border:1px solid rgba(72,97,60,.24)!important; color:#48613c!important;
}
.btn-trade-sell{
  background:#eaf2f3!important; border:1px solid rgba(186, 127, 8, .25)!important; color:#b47a07!important; border-radius:12px!important;
}
.post-table,.admin-table,.members-table{
  width:100%!important; border-collapse:collapse!important; background:transparent!important
}
.post-table th,.post-table td,.admin-table th,.admin-table td,.members-table th,.members-table td{
  color:#191c37!important;
  border-bottom:1px solid rgba(68, 120, 126, .14)!important;
  padding:12px 10px!important;
  font-size:13px!important;
}
.post-table thead th,.admin-table thead th,.members-table thead th{
  background:#fbdda1!important; color:#2a2f5e!important; font-size:12px!important; text-transform:none!important
}
.post-table tbody tr:hover{background:rgba(241, 247, 247, .65)!important}
.board-list{overflow:hidden;padding:0!important}
.post-detail,.write-container,.login-container,.register-container,.settings-container{padding:22px!important}
.post-header{
  border-bottom:1px solid rgba(68, 120, 126, .16)!important;
  margin-bottom:18px!important;
}
.post-title-detail{color:#181b37!important; font-size:26px!important}
.post-meta{color:#598388!important; font-size:12px!important; gap:14px!important}
.trade-info,.post-content,.comment-write,.setting-section,.current-info,.gallery-view-box,.clan-meta-card{
  background:#f1f7f8!important;
  border:1px solid rgba(68, 120, 126, .16)!important;
  border-radius:14px!important;
  color:#191c38!important;
}
.post-content{min-height:240px; line-height:1.9; margin:18px 0}
.comment-section{
  background:transparent!important;
  border:none!important;
  padding:0!important;
}
.comment-item{
  background:#f1f7f8!important;
  border:1px solid rgba(68, 120, 126, .16)!important;
  border-radius:12px!important;
  border-left:3px solid #d59109!important;
}
.comment-author{color:#2e3466!important}
.modal{background:rgba(6, 7, 14, .66)!important}
.modal-content{padding:0!important}
.modal-header,.modal-footer{border-color:rgba(68, 120, 126, .16)!important}
.pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.page-btn.active,.tab-btn.active,.filter-btn.active,.pagination button.active,.pagination .active{
  background:linear-gradient(180deg,#af7707,#2c3161)!important; color:#eaf2f3!important; border-color:#2a2f5e!important;
}
.contact-floating-btn{
  background:linear-gradient(180deg,#af7707,#2b3060)!important;
  color:#e2eef0!important; border-radius:16px!important; box-shadow:0 12px 20px rgba(0,0,0,.22)!important;
}
.footer{
  margin-top:56px!important;
  background:linear-gradient(180deg,#0e0f1e,#080913)!important;
  border-top:1px solid rgba(248, 192, 80, .18)!important;
  color:#f8c661!important;
}
.footer p{color:#f8c661!important; font-size:12px!important}

.lc-inline-banner{
  background:
    linear-gradient(180deg,rgba(10, 11, 23, .16),rgba(10, 11, 23, .30)),
    url('/static/images/ai-hero.png') center/cover no-repeat;
  border-radius:18px;
  overflow:hidden;
  min-height:220px;
  border:1px solid rgba(248, 192, 80, .22);
  box-shadow:0 16px 30px rgba(0,0,0,.16);
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:18px;
  align-items:center;
  padding:24px;
  margin-bottom:20px;
}
.lc-inline-copy{
  color:#e1eeef;
  text-shadow:0 4px 18px rgba(0,0,0,.25);
}
.lc-inline-kicker{
  display:inline-flex; align-items:center; gap:8px;
  border-radius:999px; padding:6px 12px; font-size:12px; font-weight:800;
  border:1px solid rgba(248, 192, 80, .22); background:rgba(248, 192, 80, .12);
}
.lc-inline-copy h3{font-size:34px; margin:14px 0 10px}
.lc-inline-copy p{max-width:560px; color:#fbdfa6; line-height:1.8; font-size:15px}
.lc-inline-side{
  display:flex; justify-content:flex-end;
}
.lc-inline-side img{max-width:210px; width:100%; border-radius:16px; border:1px solid rgba(248, 192, 80, .18)}

.g5-auth-helper{display:grid;gap:12px;margin-top:14px}
.g5-auth-links{display:flex;justify-content:space-between;gap:8px}
.g5-auth-links a{color:#ab7407;text-decoration:none;font-weight:700;font-size:13px}
.g5-social-list{display:grid;gap:8px}
.g5-social-btn{display:flex;align-items:center;justify-content:center;height:40px;border-radius:12px;color:#fff;text-decoration:none;font-weight:800}

.admin-dashboard-page,.members-premium-page,.admin-settings-page{background:transparent!important}
.admin-crm-hero,.members-crm-hero{padding:22px!important}
.admin-badge,.members-badge,.crm-section-kicker,.members-meta-chip,.admin-meta-chip{
  display:inline-flex;align-items:center;gap:7px;
  background:#e8f2f3!important;
  border:1px solid rgba(68, 120, 126, .18)!important;
  color:#2e3466!important;
  border-radius:999px!important;
}
.crm-overview-card,.members-overview-card,.request-insight-card,.stat-card,.member-card{
  padding:16px!important;
  min-height:auto!important;
}
.overview-label,.insight-label,.stat-foot,.member-meta-label,.overview-sub,.insight-sub,.admin-subtitle,.members-subtitle,.crm-section-description,.section-description{
  color:#446e73!important;
}
.overview-value,.insight-value,.stat-number{color:#1c203f!important;font-size:30px!important}
.tab-content{background:transparent!important;border:none!important;padding:0!important}
.admin-login-page{display:block!important}
.admin-login-page .login-container{
  max-width:520px!important;
  margin:66px auto!important;
  background:linear-gradient(180deg,#e2eeef,#cae0e3)!important;
  border:1px solid rgba(68, 120, 126, .24)!important;
  box-shadow:0 18px 34px rgba(0,0,0,.16)!important;
}
.admin-login-page .login-header h1,.login-header h2,.register-header h2{color:#1c1f3d!important}
.admin-login-page .btn-login{height:46px!important}
.lc-auth-shell{
  display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:18px; align-items:start;
}
.lc-auth-side{
  display:grid; gap:14px;
}
.lc-auth-card{
  background:linear-gradient(180deg,var(--lc-panel-2),var(--lc-panel));
  border:1px solid rgba(68, 120, 126, .18);
  border-radius:16px;
  padding:16px;
  color:#31376d;
}
.lc-auth-card h3{margin:0 0 10px;font-size:18px;color:#1c1f3d}
.lc-auth-card p{margin:0;font-size:13px;line-height:1.8}

@media (max-width:1180px){
  .header-content{grid-template-columns:1fr!important}
  .main-nav ul,.main-nav #main-nav-menu{justify-content:flex-start}
  .lc-home-shell,.lc-content-shell,.lc-auth-shell{grid-template-columns:1fr}
  .lc-left-rail,.lc-right-rail,.lc-auth-side{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .hero-banner{min-height:260px;padding:42px 0!important}
  .hero-title{font-size:34px!important}
  .hero-subtitle{font-size:16px!important}
  .lc-spotlight-grid{grid-template-columns:1fr}
  .lc-board-grid{grid-template-columns:1fr!important}
  .lc-board-grid .board-section.wide{grid-column:auto}
  .lc-inline-banner{grid-template-columns:1fr; min-height:unset}
}
@media (max-width:768px){
  .container{padding:0 14px!important}
  .g5-topbar .container,.g5-subnav .container{flex-direction:column;align-items:flex-start;padding:10px 14px;min-height:auto}
  .g5-head-search{max-width:none}
  .main-nav a{font-size:13px!important;padding:9px 10px!important}
  .lc-left-rail,.lc-right-rail,.lc-auth-side{grid-template-columns:1fr}
  .search-bar,.board-header,.post-actions,.form-actions,.members-toolbar,.filter-bar,.admin-hero-actions,.members-hero-actions,.header-action-btns{flex-direction:column!important;align-items:stretch!important}
}


/* 2026-04-19 light readability patch */
:root{
  --lc-bg:#e7f1f2;
  --lc-bg-2:#f3f8f9;
  --lc-bg-3:#dbeaeb;
  --lc-panel:#fbfdfd;
  --lc-panel-2:#f6fafa;
  --lc-panel-dark:#e2eef0;
  --lc-panel-dark-2:#cbe1e3;
  --lc-border:#f8c55e;
  --lc-border-soft:#fad17f;
  --lc-gold:#f0a30a;
  --lc-gold-strong:#f7b93c;
  --lc-text:#161931;
  --lc-muted:#436569;
  --lc-light:#161931;
  --lc-link:#272b56;
  --text-primary:#161931;
  --text-secondary:#436c71;
  --border-color:#f9c763;
}
html,body{
  background:linear-gradient(180deg,#eef5f6 0%, #deecee 58%, #f4f9f9 100%) !important;
  color:var(--lc-text)!important;
}
.g5-topbar{
  background:linear-gradient(180deg,#dbeaeb,#fbdfa7)!important;
  border-bottom:1px solid rgba(68, 120, 126, .25)!important;
  color:#2c3161!important;
}
.g5-topbar a{color:#2b3060!important}
.g5-topbar a:hover{color:#15182f!important}
.header{
  background:linear-gradient(180deg,rgba(247, 250, 251, .98),rgba(226, 238, 239, .98))!important;
  border-bottom:1px solid rgba(68, 120, 126, .24)!important;
  box-shadow:0 8px 24px rgba(32, 35, 70, .08)!important;
}
.logo-image{
  background:#f5f9f9!important;
  border:1px solid rgba(68, 120, 126, .30)!important;
  box-shadow:0 6px 18px rgba(32, 35, 70, .10)!important;
}
.logo h1{color:#1a1d39!important;text-shadow:none!important}
.logo h1::after{color:#ca8908!important}
.g5-head-search input{
  background:#fafcfd!important;
  color:#161931!important;
  border:1px solid rgba(68, 120, 126, .22)!important;
}
.g5-head-search input::placeholder{color:#558b91}
.g5-head-search button{
  background:#d0e3e5!important;
  color:#2a2f5c!important;
}
.main-nav a{
  background:#f7fafb!important;
  color:#21264b!important;
  border:1px solid rgba(68, 120, 126, .18)!important;
}
.main-nav a:hover,
.main-nav a.active{
  background:linear-gradient(180deg,#dbeaec,#c4dcdf)!important;
  color:#161931!important;
  border-color:rgba(68, 120, 126, .28)!important;
}
.g5-subnav{
  background:#fafcfd!important;
}
.hero-banner{
  background:
    linear-gradient(180deg,rgba(250, 252, 252, .58),rgba(221, 235, 236, .74)),
    url('/static/images/ai-hero.png') center/cover no-repeat !important;
  border-bottom:1px solid rgba(68, 120, 126, .16)!important;
}
.hero-title{
  color:#161932!important;
  text-shadow:0 4px 16px rgba(255,255,255,.45)!important;
}
.hero-subtitle{
  color:#2a2f5e!important;
  text-shadow:0 2px 10px rgba(255,255,255,.35)!important;
}
.lc-rail-box,
.board-section,.g5-side-box,.board-list,.post-detail,.write-container,.login-container,.register-container,.settings-container,.members-table-wrap,.member-card,.crm-overview-card,.request-insight-card,.stat-card,.modal-content,.admin-table-container,.current-info,.setting-section,.members-crm-hero,.admin-crm-hero,.members-overview-card,.info-box,.sample-data-info,.upload-info,.lc-panel{
  background:linear-gradient(180deg,#fbfdfd,#e6f1f2)!important;
  border:1px solid rgba(68, 120, 126, .22)!important;
  box-shadow:0 8px 20px rgba(32, 35, 70, .08)!important;
}
.lc-rail-title{
  background:linear-gradient(180deg,#fbdda1,#f9cb6f)!important;
  color:#1c1f3d!important;
  border-bottom:1px solid rgba(68, 120, 126, .18)!important;
}
.lc-rail-list a{
  color:#1c203f!important;
  font-weight:800!important;
}
.lc-rail-list a small{color:#548a90!important}
.lc-rail-list li{border-bottom:1px solid rgba(68, 120, 126, .10)!important}
.g5-side-title{color:#181b36!important}
.g5-login-status,.g5-contact-list,.g5-stat-list,.g5-page-note,.lc-mini-copy,.lc-rail-note{color:#3c6368!important}
.g5-side-links a,.g5-login-actions a,.g5-login-actions button{
  background:#fafcfd!important;
  color:#1e2142!important;
  border:1px solid rgba(68, 120, 126, .16)!important;
}
.g5-login-actions .primary{
  background:linear-gradient(180deg,#f6b32e,#f0a30a)!important;
  color:#f7fafa!important;
  border-color:#f0a30a!important;
}
.g5-home-spotlight{
  background:linear-gradient(180deg,#f5f9fa,#d4e6e8)!important;
  color:#161931!important;
  border:1px solid rgba(68, 120, 126, .18)!important;
  box-shadow:0 10px 24px rgba(32, 35, 70, .08)!important;
}
.lc-spotlight-kicker{
  background:#d8e8ea!important;
  color:#2d3365!important;
  border:1px solid rgba(68, 120, 126, .16)!important;
}
.lc-spotlight-copy h2,
.lc-inline-copy h3{color:#171a34!important}
.lc-spotlight-copy p,
.lc-inline-copy p{color:#2f3468!important}
.lc-spotlight-tags span{
  background:#fafcfd!important;
  color:#262b55!important;
  border:1px solid rgba(68, 120, 126, .16)!important;
}
.lc-inline-banner{
  background:
    linear-gradient(180deg,rgba(250, 252, 252, .84),rgba(214, 231, 233, .92)),
    url('/static/images/ai-hero.png') center/cover no-repeat !important;
  border:1px solid rgba(68, 120, 126, .16)!important;
  box-shadow:0 10px 24px rgba(32, 35, 70, .08)!important;
}
.lc-inline-copy,
.lc-inline-kicker{color:#161931!important;text-shadow:none!important}
.section-header{
  background:#f7fafb!important;
}
.section-header h3,.board-header h2,.comment-title,.admin-title,.members-title,.settings-header h2,.members-section-header h3,.crm-section-header h3{
  color:#161931!important;
}
.more-btn{color:#2c3263!important}
.board-preview{background:#fbfdfd!important}
.board-preview .loading,
.loading{color:#3e696e!important}
.preview-item{
  background:#fbfdfd!important;
  border-bottom:1px solid rgba(68, 120, 126, .10)!important;
}
.preview-item:hover{
  background:#eaf3f4!important;
  padding-left:0!important;
  transform:none!important;
}
.preview-title,
.preview-title a,
.board-title,
.board-title a{
  color:#161931!important;
  text-decoration:none!important;
}
.preview-meta,
.board-meta{color:#517d82!important}
.notice-box{
  background:linear-gradient(180deg,#eff6f7,#cee3e5)!important;
}
.search-bar{
  background:#f7fafb!important;
}
.search-bar input,#search-input,input[type='text'],input[type='password'],input[type='number'],input[type='tel'],select,textarea{
  background:#fcfdfe!important;
  color:#161931!important;
}
.btn-search,.btn-primary,.submit-btn,.btn-save,.btn-login,#write-btn,.crm-quick-btn.primary,.member-quick-btn.primary,
.contact-floating-btn{
  background:linear-gradient(180deg,#f6b32e,#f0a30a)!important;
  border:1px solid #e49b0a!important;
  color:#f7fafa!important;
  box-shadow:0 8px 18px rgba(46, 51, 101, .14)!important;
}
.btn-secondary,.back-btn,.crm-quick-btn,.member-quick-btn,.tab-btn,.filter-btn,.pagination button,.pagination a,.btn-file-select,.btn-edit,.btn-trade-buy{
  background:#fafcfd!important;
  color:#24284f!important;
  border:1px solid rgba(68, 120, 126, .16)!important;
}
.page-btn.active,.tab-btn.active,.filter-btn.active,.pagination button.active,.pagination .active{
  background:linear-gradient(180deg,#f7b93d,#f5a70c)!important;
  color:#f7fafa!important;
  border-color:#f5a70c!important;
}
.post-table th,.post-table td,.admin-table th,.admin-table td,.members-table th,.members-table td{
  color:#161931!important;
}
.post-table thead th,.admin-table thead th,.members-table thead th{
  background:#cde2e4!important;
  color:#292e5b!important;
}
.post-table tbody tr,
.admin-table tbody tr,
.members-table tbody tr{background:#fbfdfd!important}
.post-table tbody tr:hover,
.admin-table tbody tr:hover,
.members-table tbody tr:hover{background:#eaf3f4!important}
.trade-info,.post-content,.comment-write,.setting-section,.current-info,.gallery-view-box,.clan-meta-card,.comment-item{
  background:#fcfdfe!important;
  color:#161931!important;
}
.modal{background:rgba(24, 27, 53, .32)!important}
.footer{
  background:linear-gradient(180deg,#cce1e4,#fad384)!important;
  color:#23284f!important;
  border-top:1px solid rgba(68, 120, 126, .18)!important;
}
.footer p{color:#23284f!important}
@media (max-width: 1024px){
  .lc-home-shell,.lc-content-shell{grid-template-columns:1fr!important}
}
