/* === MZ-POLISH — Minimal === */
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #2AABEE !important;
  box-shadow: 0 0 0 3px rgba(0,113,227,0.1);
}
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media print {
  .top, .footer, .btn { display: none !important; }
  .section { box-shadow: none; border: 1px solid #ddd; }
  body { background: #fff; }
}

/* === DROPDOWN NAV === */
.dropdown{position:relative;padding-bottom:6px;}
.drop-btn{background:none;border:none;color:#f1f5f9 !important;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s;flex-shrink:0;}
.drop-btn:hover{color:#f1f5f9;background:#334155;}
.drop-content{display:none;position:absolute;top:100%;left:0;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:4px 0;min-width:150px;z-index:9999;box-shadow:0 8px 24px rgba(0,0,0,.4);}
.drop-content a{display:block;padding:8px 16px;font-size:12px;color:#cbd5e1;white-space:nowrap;text-decoration:none;}
.drop-content a:hover{background:#334155;color:#fff;}
.dropdown:hover .drop-content{display:block;}
.menu{position:relative;z-index:10001;}

/* === MOBILE ACCORDION MENU === */
.mobile-cat-btn{
display:flex;
justify-content:space-between;
align-items:center;
width:100%;
background:none;
border:none;
padding:13px 20px;
font-size:14px;
font-weight:600;
color:#cbd5e1;
cursor:pointer;
font-family:inherit;
text-align:left;}
.mobile-cat-btn span{
font-size:18px;
color:#64748b;
transition:transform .2s;}
.mobile-cat-items{
display:none;
padding:0;
width:100%;
flex-direction:column;}
.mobile-cat-items a{
display:block;
width:100%;
padding:10px 20px 10px 36px !important;
font-size:13px;
color:#94a3b8;
box-sizing:border-box;}
.mobile-cat.open .mobile-cat-btn span{
transform:rotate(45deg);}
.mobile-cat.open .mobile-cat-items{
display:block;}

/* === AD ITEM (Tools & Airdrop Listing) === */
.ad-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.ad-item{
display:flex;
align-items:center;
gap:12px;
padding:12px 14px;
background:linear-gradient(135deg,#fff7ed,#fffbeb);
border:1px solid #fed7aa;
border-radius:12px;
text-decoration:none;
color:inherit;
transition:all .15s}
.ad-item:active{background:#fff1e0}
.ad-item-logo{
width:40px;
height:40px;
border-radius:10px;
flex-shrink:0;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center}
.ad-item-info{flex:1;min-width:0}
.ad-item-top h3{
margin:0;
font-size:14px;
font-weight:600;
color:#1d1d1f;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis}
.ad-item-badges{display:flex;gap:4px;margin-top:4px;flex-wrap:wrap}
.ad-badge{
font-size:10px;
padding:2px 6px;
border-radius:4px;
font-weight:600}
.ad-item-arrow{
flex-shrink:0;
opacity:.4}
.ad-item:hover .ad-item-arrow{opacity:.8}
.ad-chips{
display:flex;
gap:6px;
overflow-x:auto;
padding-bottom:8px;
margin-bottom:16px}
.ad-chip{
padding:6px 12px;
border-radius:20px;
font-size:11px;
font-weight:600;
text-decoration:none;
white-space:nowrap;
background:#f3f4f6;
color:#6b7280;
border:1px solid #e5e7eb}
.ad-chip.active{
background:#2AABEE;
color:#fff;
border-color:#2AABEE}
.ad-stat{
text-align:center;
padding:8px;
background:#fff;
border:1px solid #e5e7eb;
border-radius:10px}
.ad-stat-num{
display:block;
font-size:18px;
font-weight:700;
color:#1d1d1f}
.ad-stat-label{
display:block;
font-size:10px;
color:#9ca3af;
margin-top:2px}
.ad-search{
display:flex;
gap:8px;
margin-bottom:12px}
.ad-search input{
flex:1;
padding:8px 12px;
border:1px solid #e5e7eb;
border-radius:8px;
font-size:13px;
outline:none}
.ad-search input:focus{border-color:#2AABEE}
.ad-search button{
padding:8px 14px;
background:#2AABEE;
color:#fff;
border:none;
border-radius:8px;
font-size:13px;
font-weight:600;
cursor:pointer}
.ad-empty{
text-align:center;
padding:40px 20px;
color:#9ca3af}
