/* W3M Airdrop Calendar — migrated 1:1 from plugin module. */
.w3m-airdrops-shell{position:relative;width:min(1400px,94vw);margin:26px auto;padding:26px 22px 18px;border-radius:28px;border:1px solid rgba(74,210,245,.16);background:
  radial-gradient(circle at 0% 100%, rgba(25,159,201,.14), transparent 24%),
  radial-gradient(circle at 100% 0%, rgba(51,74,188,.14), transparent 26%),
  linear-gradient(180deg, #091116 0%, #060b0f 100%);
  box-shadow:0 30px 80px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.02);color:#edf4f8;overflow:hidden;}
.w3m-airdrops-shell *{box-sizing:border-box;}
.w3m-airdrops-topbar{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:10px;}
.w3m-airdrops-brand{display:inline-flex;align-items:center;gap:8px;color:#eef6fb;font-size:22px;font-weight:900;letter-spacing:.02em;}
.w3m-airdrops-brand .mark{width:9px;height:28px;border-radius:999px;background:linear-gradient(180deg,#49d3ff 0%,#18b6ef 100%);display:block;transform:skew(-22deg);}
.w3m-airdrops-source-card{display:flex;align-items:center;gap:22px;padding:14px 16px;border-radius:16px;border:1px solid rgba(76,218,255,.14);background:linear-gradient(180deg,rgba(16,24,32,.82),rgba(10,16,22,.82));box-shadow:0 12px 30px rgba(0,0,0,.24);}
.w3m-airdrops-source-card small{display:block;color:#8aa5b5;font-size:12px;margin-bottom:4px;}
.w3m-airdrops-source-card strong{display:block;color:#f4fbff;font-size:15px;}
.w3m-airdrops-source-card .live-dot{width:10px;height:10px;border-radius:50%;background:#17d28b;box-shadow:0 0 0 4px rgba(23,210,139,.14);}
.w3m-airdrops-hero{padding:8px 0 18px;}
.w3m-airdrops-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:#5dd7ff;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
.w3m-airdrops-hero .eyebrow:before{content:"";width:34px;height:2px;border-radius:999px;background:#53d7f2;}
.w3m-airdrops-hero h2{margin:0;font-size:72px;line-height:.96;letter-spacing:-.04em;color:#f5fbff;font-weight:950;}
.w3m-airdrops-hero p{max-width:1020px;margin:14px 0 0;color:#9fb2bf;font-size:25px;line-height:1.55;}
.w3m-airdrops-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px;}
.stat-card{display:flex;gap:16px;align-items:center;padding:18px;border-radius:20px;border:1px solid rgba(76,218,255,.12);background:linear-gradient(180deg,rgba(12,22,30,.82),rgba(10,17,24,.82));box-shadow:0 18px 40px rgba(0,0,0,.18);}
.stat-card .icon{flex:0 0 52px;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(36,186,233,.22),rgba(25,149,198,.22));font-size:24px;}
.stat-card small,.section-label,.section-label.alt{display:block;color:#9db0bc;font-size:14px;font-weight:700;letter-spacing:.02em;}
.stat-card strong{display:block;color:#f6fbff;font-size:46px;line-height:1.06;margin:4px 0 3px;font-weight:900;}
.stat-card em{display:block;color:#8db0c2;font-style:normal;font-size:14px;}
.w3m-airdrops-filters{display:grid;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:12px;margin:18px 0 16px;padding:14px;border-radius:20px;border:1px solid rgba(76,218,255,.11);background:linear-gradient(180deg,rgba(11,18,26,.86),rgba(8,14,20,.86));}
.w3m-airdrops-filters select,.w3m-airdrops-filters input{width:100%;height:56px;border:1px solid rgba(76,218,255,.12);border-radius:14px;background:rgba(6,11,16,.84);color:#e6f4fb;font:inherit;outline:none;padding:0 16px;box-shadow:none;}
.w3m-airdrops-filters select:focus,.w3m-airdrops-filters input:focus{border-color:#49cffa;box-shadow:0 0 0 4px rgba(73,207,250,.13);}
.search-box{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:10px;align-items:center;height:56px;padding:0 14px;border-radius:14px;border:1px solid rgba(76,218,255,.12);background:rgba(6,11,16,.84);}
.search-box input{height:auto;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;}
.search-box span{color:#85bfd3;font-size:16px;}
.search-box kbd{padding:4px 8px;border:1px solid rgba(76,218,255,.14);border-radius:8px;background:rgba(255,255,255,.02);color:#9cb7c5;font-size:12px;font-weight:800;}
.w3m-airdrops-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;align-items:start;}
.w3m-feature-box,.w3m-list-box,.detail-card{border-radius:22px;border:1px solid rgba(76,218,255,.14);background:linear-gradient(180deg,rgba(9,17,24,.9),rgba(7,13,18,.92));box-shadow:0 24px 55px rgba(0,0,0,.24);}
.w3m-feature-box{padding:14px;}
.w3m-list-box{padding:12px 12px 14px;margin-top:16px;}
.section-label{margin:0 0 10px;color:#5fd7ff;font-size:16px;font-weight:900;}
.section-label.alt{color:#eef6fb;margin-bottom:10px;font-size:15px;}
.feature-inner{min-height:158px;}
.feature-card{display:grid;grid-template-columns:84px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:18px;border-radius:18px;border:1px solid rgba(76,218,255,.18);background:linear-gradient(90deg,rgba(8,19,27,.96),rgba(10,17,24,.9));box-shadow:inset 0 0 0 1px rgba(76,218,255,.05);cursor:pointer;}
.avatar-box{width:84px;height:84px;border-radius:22px;background:linear-gradient(145deg,#f9fcff,#dcecff);color:#386cf0;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:900;letter-spacing:-.03em;box-shadow:0 14px 30px rgba(0,0,0,.18);}
.feature-main h4,.detail-header h3{margin:0;color:#f4fbff;font-size:23px;line-height:1.15;font-weight:900;}
.feature-sub{margin-top:6px;color:#9cb1bf;font-size:15px;}
.mini-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}
.mini-chip,.tag-chip,.meta-badge,.difficulty-chip,.cost-chip,.reward-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#b8d8e7;}
.mini-chip.network{color:#c4d5df;}
.mini-chip.status-live,.status-live{background:rgba(6,121,75,.28);border-color:rgba(13,180,111,.2);color:#8ff1c0;}
.mini-chip.status-upcoming,.status-upcoming{background:rgba(21,101,192,.22);border-color:rgba(55,153,250,.18);color:#8ed6ff;}
.mini-chip.status-ended,.status-ended{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08);color:#90a6b4;}
.count-box,.reward-box{padding-left:16px;border-left:1px solid rgba(255,255,255,.08);}
.count-box small,.reward-box small{display:block;color:#8ca3b3;font-size:13px;margin-bottom:6px;}
.count-box strong{display:block;color:#53d7ff;font-size:22px;white-space:nowrap;}
.reward-box strong{display:block;color:#f1f7fb;font-size:18px;white-space:nowrap;}
.reward-badge{margin-top:8px;}
.reward-badge.High,.reward-badge.Very\ High{background:rgba(10,129,89,.24);border-color:rgba(14,187,130,.24);color:#8de7bf;}
.reward-badge.Medium{background:rgba(255,183,77,.14);border-color:rgba(255,183,77,.22);color:#ffcf7d;}
.reward-badge.Low{background:rgba(122,146,161,.12);border-color:rgba(122,146,161,.2);color:#b1c0ca;}
.list-items{display:flex;flex-direction:column;gap:10px;}
.airdrop-row{display:grid;grid-template-columns:56px minmax(0,1.5fr) .75fr .78fr .72fr auto;gap:14px;align-items:center;padding:14px;border-radius:18px;border:1px solid rgba(76,218,255,.08);background:linear-gradient(180deg,rgba(9,16,22,.88),rgba(8,14,19,.88));cursor:pointer;transition:.18s ease;}
.airdrop-row:hover,.airdrop-row.is-selected{transform:translateY(-1px);border-color:rgba(76,218,255,.22);box-shadow:0 18px 34px rgba(0,0,0,.2);}
.row-avatar{width:56px;height:56px;border-radius:16px;background:linear-gradient(145deg,#f8fbff,#dfeafb);color:#10131a;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px;}
.row-main strong{display:block;color:#f6fbff;font-size:19px;font-weight:900;line-height:1.1;}
.row-main span,.row-cell span,.row-cell small{display:block;color:#90a5b4;font-size:13px;line-height:1.35;margin-top:4px;}
.row-main .network-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px;}
.row-main .network-line .mini-chip{padding:5px 9px;font-size:11px;}
.row-cell strong{display:block;color:#ecf5fa;font-size:17px;line-height:1.1;}
.row-side{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.fav-btn{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);color:#d8e7ef;cursor:pointer;font-size:18px;}
.fav-btn:hover{border-color:rgba(76,218,255,.2);color:#ffd36d;}
.load-more{margin-top:14px;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:14px;border:1px solid rgba(76,218,255,.15);background:rgba(11,19,26,.9);color:#5fd7ff;font-weight:900;cursor:pointer;}
.detail-card{padding:18px;position:sticky;top:24px;}
.detail-top{display:flex;align-items:flex-start;gap:16px;}
.detail-avatar{width:88px;height:88px;border-radius:24px;background:linear-gradient(145deg,#f9fcff,#dcecff);color:#355ef0;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:900;letter-spacing:-.03em;}
.detail-header{flex:1;}
.detail-header p{margin:5px 0 0;color:#8ea6b6;font-size:14px;}
.detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;}
.detail-top-side{display:flex;align-items:center;gap:8px;}
.detail-summary{margin:14px 0 12px;color:#b7c9d5;font-size:15px;line-height:1.65;}
.detail-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:8px 0 14px;}
.info-box{padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.02);}
.info-box small{display:block;color:#8ba0af;font-size:12px;margin-bottom:7px;}
.info-box strong{display:block;color:#f3fbff;font-size:17px;line-height:1.2;}
.info-box em{display:block;color:#90a5b3;font-style:normal;font-size:12px;margin-top:4px;}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;}
.detail-tabs{display:flex;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);margin:10px 0 16px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;}
.detail-tabs::-webkit-scrollbar{display:none;width:0;height:0;}
.detail-tabs button{padding:0;background:none;border:0;color:#9db1bf;font:inherit;font-weight:800;cursor:pointer;white-space:nowrap;}
.detail-tabs button.active{color:#f2fbff;position:relative;}
.detail-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:2px;border-radius:999px;background:#4bd5f5;}
.detail-body{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:18px;}
.detail-body h5{margin:0 0 12px;color:#f4fbff;font-size:18px;}
.detail-body p{margin:0;color:#a8bfcc;line-height:1.75;font-size:15px;}
.bullet-list{display:flex;flex-direction:column;gap:9px;}
.bullet-list li{list-style:none;display:flex;gap:10px;align-items:flex-start;color:#c0d3de;font-size:14px;line-height:1.6;}
.bullet-list li i{flex:0 0 18px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;font-weight:900;margin-top:2px;background:rgba(73,207,250,.14);color:#55d8fb;}
.bullet-list li.ok i{background:rgba(22,191,124,.18);color:#90ecc2;}
.detail-actions{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:12px;margin-top:18px;}
.detail-actions a,.detail-actions button{height:54px;border-radius:16px;padding:0 16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);color:#edf7fb;font:inherit;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;cursor:pointer;}
.detail-actions .primary{background:linear-gradient(180deg,#61daf4,#4ccaf0);border-color:rgba(97,218,244,.5);color:#041319;box-shadow:0 16px 34px rgba(61,198,231,.24);}
.w3m-airdrops-api-notice{margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,183,77,.16);background:rgba(255,183,77,.08);color:#ffd792;font-size:14px;}
.w3m-airdrops-footer-note{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);color:#6f8795;font-size:13px;}
.empty-state{padding:28px;border:1px dashed rgba(76,218,255,.16);border-radius:18px;color:#9db2c0;text-align:center;}
@media (max-width: 1300px){
  .w3m-airdrops-hero h2{font-size:60px;}.w3m-airdrops-hero p{font-size:22px;}.detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 1120px){
  .w3m-airdrops-stats{grid-template-columns:repeat(2,minmax(0,1fr));}
  .w3m-airdrops-filters{grid-template-columns:1fr 1fr 1fr;}
  .w3m-airdrops-grid,.detail-body{grid-template-columns:1fr;}
  .detail-card{position:static;}
  .feature-card{grid-template-columns:84px minmax(0,1fr);}
  .count-box,.reward-box{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.08);padding-top:12px;}
}
@media (max-width: 820px){
  .w3m-airdrops-shell{padding:18px 14px;border-radius:20px;}
  .w3m-airdrops-topbar{flex-direction:column;align-items:flex-start;}
  .w3m-airdrops-source-card{width:100%;justify-content:space-between;}
  .w3m-airdrops-hero h2{font-size:46px;}
  .w3m-airdrops-hero p{font-size:18px;}
  .w3m-airdrops-stats{grid-template-columns:1fr;}
  .w3m-airdrops-filters{grid-template-columns:1fr;}
  .airdrop-row{grid-template-columns:52px minmax(0,1fr);gap:12px;}
  .airdrop-row .row-cell,.airdrop-row .row-side{grid-column:2;}
  .detail-actions{grid-template-columns:1fr;}
}


.w3m-airdrops-shell{
  --w3ma-bg:#070807;
  --w3ma-bg-2:#0b0d0c;
  --w3ma-surface:#101311;
  --w3ma-surface-2:#151916;
  --w3ma-surface-3:#1a201c;
  --w3ma-text:#f4f7f2;
  --w3ma-muted:#9aa69d;
  --w3ma-dim:#68736b;
  --w3ma-line:rgba(255,255,255,.09);
  --w3ma-line-strong:rgba(103,223,255,.24);
  --w3ma-accent:#67dfff;
  --w3ma-accent-2:#2fbde8;
  --w3ma-accent-soft:rgba(103,223,255,.11);
  --w3ma-warning:#ffb347;
  --w3ma-danger:#ff6b6b;
  --w3ma-radius:18px;
  --w3ma-radius-sm:12px;
  position:relative!important;
  width:min(1700px,calc(100vw - 60px))!important;
  max-width:none!important;
  margin:30px 0 30px 50%!important;
  transform:translateX(-50%)!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--w3ma-text)!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.w3m-airdrops-shell *{box-sizing:border-box!important;}
.w3m-airdrops-brand{display:none!important;}
.w3m-airdrops-topbar{
  position:absolute!important;
  z-index:4!important;
  top:28px!important;
  right:28px!important;
  margin:0!important;
  display:block!important;
}
.w3m-airdrops-source-card{
  min-width:290px!important;
  padding:12px 14px!important;
  gap:18px!important;
  border:1px solid var(--w3ma-line)!important;
  border-radius:14px!important;
  background:rgba(7,8,7,.62)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
}
.w3m-airdrops-source-card>div+div{padding-left:18px!important;border-left:1px solid var(--w3ma-line)!important;}
.w3m-airdrops-source-card small{color:var(--w3ma-dim)!important;font-size:10px!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:800!important;}
.w3m-airdrops-source-card strong{color:var(--w3ma-text)!important;font-size:12px!important;line-height:1.3!important;}
.w3m-airdrops-source-card .live-dot{width:7px!important;height:7px!important;background:var(--w3ma-accent)!important;box-shadow:0 0 0 4px var(--w3ma-accent-soft)!important;}

.w3m-airdrops-hero{
  position:relative!important;
  min-height:300px!important;
  margin:0 0 18px!important;
  padding:42px 370px 38px 42px!important;
  overflow:hidden!important;
  border:1px solid var(--w3ma-line)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 96% 4%,rgba(66,75,167,.20),transparent 25%),
    radial-gradient(circle at 4% 100%,rgba(103,223,255,.06),transparent 30%),
    linear-gradient(150deg,color-mix(in srgb,var(--w3ma-surface) 94%,var(--w3ma-accent) 6%),var(--w3ma-surface))!important;
  box-shadow:0 12px 34px rgba(0,0,0,.24)!important;
}
.w3m-airdrops-hero:after{
  content:""!important;position:absolute!important;width:310px!important;height:310px!important;right:-120px!important;top:-150px!important;border-radius:50%!important;border:1px solid rgba(103,223,255,.16)!important;box-shadow:0 0 0 42px rgba(103,223,255,.025),0 0 0 84px rgba(103,223,255,.018)!important;pointer-events:none!important;}
.w3m-airdrops-hero .eyebrow{
  margin:0 0 20px!important;color:var(--w3ma-accent)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase!important;}
.w3m-airdrops-hero .eyebrow:before{width:24px!important;height:1px!important;background:var(--w3ma-accent)!important;}
.w3m-airdrops-hero h2{
  max-width:850px!important;margin:0!important;color:var(--w3ma-text)!important;font-size:clamp(42px,5vw,68px)!important;line-height:.98!important;letter-spacing:-.065em!important;font-weight:950!important;}
.w3m-airdrops-hero p{
  max-width:840px!important;margin:22px 0 0!important;color:var(--w3ma-muted)!important;font-size:16px!important;line-height:1.72!important;font-weight:500!important;}

.w3m-airdrops-stats{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 18px!important;padding:22px!important;border:1px solid var(--w3ma-line)!important;border-radius:22px!important;background:var(--w3ma-surface)!important;box-shadow:0 12px 34px rgba(0,0,0,.24)!important;}
.w3m-airdrops-stats .stat-card{
  min-height:122px!important;padding:18px!important;gap:14px!important;border:1px solid var(--w3ma-line)!important;border-radius:16px!important;background:var(--w3ma-surface-2)!important;box-shadow:none!important;transition:transform .2s ease,border-color .2s ease!important;}
@media(hover:hover){.w3m-airdrops-stats .stat-card:hover{transform:translateY(-2px)!important;border-color:var(--w3ma-line-strong)!important;}}
.w3m-airdrops-stats .stat-card .icon{flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:12px!important;background:var(--w3ma-accent-soft)!important;color:var(--w3ma-accent)!important;font-size:19px!important;box-shadow:none!important;}
.w3m-airdrops-stats .stat-card small{color:var(--w3ma-muted)!important;font-size:12px!important;font-weight:700!important;}
.w3m-airdrops-stats .stat-card strong{margin:4px 0 2px!important;color:var(--w3ma-text)!important;font-size:27px!important;letter-spacing:-.035em!important;line-height:1!important;}
.w3m-airdrops-stats .stat-card em{color:var(--w3ma-dim)!important;font-size:11px!important;line-height:1.35!important;}

.w3m-airdrops-filters{
  grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(150px,.75fr)) minmax(190px,.9fr)!important;
  gap:10px!important;margin:0 0 18px!important;padding:12px!important;border:1px solid var(--w3ma-line)!important;border-radius:18px!important;background:var(--w3ma-surface)!important;box-shadow:none!important;}
.w3m-airdrops-filters select,.w3m-airdrops-filters input,.w3m-airdrops-filters .search-box{
  height:48px!important;min-height:48px!important;border:1px solid var(--w3ma-line)!important;border-radius:12px!important;background:var(--w3ma-bg)!important;color:var(--w3ma-text)!important;font-size:13px!important;box-shadow:none!important;}
.w3m-airdrops-filters select{padding:0 36px 0 13px!important;cursor:pointer!important;}
.w3m-airdrops-filters .search-box{padding:0 12px!important;}
.w3m-airdrops-filters .search-box input{height:auto!important;min-height:0!important;border:0!important;background:transparent!important;padding:0!important;}
.w3m-airdrops-filters select:focus,.w3m-airdrops-filters input:focus,.w3m-airdrops-filters .search-box:focus-within{outline:0!important;border-color:var(--w3ma-accent)!important;box-shadow:0 0 0 4px var(--w3ma-accent-soft)!important;}
.w3m-airdrops-filters .search-box span{color:var(--w3ma-dim)!important;}
.w3m-airdrops-filters .search-box kbd{padding:3px 6px!important;border-color:var(--w3ma-line)!important;border-radius:7px!important;background:var(--w3ma-surface-2)!important;color:var(--w3ma-dim)!important;font-size:10px!important;}

.w3m-airdrops-grid{grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr)!important;gap:18px!important;}
.w3m-feature-box,.w3m-list-box,.detail-card{
  border:1px solid var(--w3ma-line)!important;border-radius:20px!important;background:var(--w3ma-surface)!important;box-shadow:0 12px 34px rgba(0,0,0,.24)!important;}
.w3m-feature-box{padding:20px!important;}
.w3m-list-box{margin-top:18px!important;padding:20px!important;}
.section-label,.section-label.alt{
  position:relative!important;margin:0 0 15px!important;padding-left:31px!important;color:var(--w3ma-text)!important;font-size:16px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.02em!important;text-transform:none!important;}
.section-label:before,.section-label.alt:before{content:""!important;position:absolute!important;left:0!important;top:50%!important;width:22px!important;height:1px!important;background:var(--w3ma-accent)!important;}
.feature-inner{min-height:0!important;}
.feature-card{
  grid-template-columns:64px minmax(0,1fr) minmax(130px,.65fr) minmax(110px,.5fr)!important;gap:14px!important;min-height:126px!important;padding:16px!important;border:1px solid var(--w3ma-line-strong)!important;border-radius:16px!important;background:linear-gradient(145deg,color-mix(in srgb,var(--w3ma-surface-2) 95%,var(--w3ma-accent) 5%),var(--w3ma-surface-2))!important;box-shadow:none!important;}
.avatar-box,.detail-avatar,.row-avatar{
  background:var(--w3ma-accent-soft)!important;border:1px solid var(--w3ma-line-strong)!important;color:var(--w3ma-accent)!important;box-shadow:none!important;}
.avatar-box{width:64px!important;height:64px!important;border-radius:15px!important;font-size:21px!important;}
.feature-main h4,.detail-header h3{color:var(--w3ma-text)!important;font-size:18px!important;letter-spacing:-.025em!important;}
.feature-sub{margin-top:4px!important;color:var(--w3ma-muted)!important;font-size:12px!important;}
.mini-row{gap:6px!important;margin-top:9px!important;}
.mini-chip,.tag-chip,.meta-badge,.difficulty-chip,.cost-chip,.reward-badge{
  min-height:25px!important;padding:4px 8px!important;border:1px solid var(--w3ma-line)!important;border-radius:999px!important;background:var(--w3ma-surface-3)!important;color:var(--w3ma-muted)!important;font-size:10px!important;font-weight:800!important;line-height:1!important;}
.mini-chip.status-live,.status-live{background:rgba(103,223,255,.10)!important;border-color:var(--w3ma-line-strong)!important;color:var(--w3ma-accent)!important;}
.mini-chip.status-upcoming,.status-upcoming{background:rgba(103,223,255,.08)!important;border-color:rgba(103,223,255,.18)!important;color:#a4eaff!important;}
.mini-chip.status-ended,.status-ended{background:var(--w3ma-surface-3)!important;border-color:var(--w3ma-line)!important;color:var(--w3ma-dim)!important;}
.count-box,.reward-box{padding-left:14px!important;border-left:1px solid var(--w3ma-line)!important;}
.count-box small,.reward-box small{margin-bottom:5px!important;color:var(--w3ma-dim)!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:800!important;}
.count-box strong{color:var(--w3ma-accent)!important;font-size:16px!important;}
.reward-box strong{color:var(--w3ma-text)!important;font-size:16px!important;}
.reward-badge{margin-top:7px!important;}
.reward-badge.High,.reward-badge.Very\ High{background:var(--w3ma-accent-soft)!important;border-color:var(--w3ma-line-strong)!important;color:var(--w3ma-accent)!important;}
.reward-badge.Medium{background:rgba(255,179,71,.10)!important;border-color:rgba(255,179,71,.22)!important;color:var(--w3ma-warning)!important;}
.reward-badge.Low{background:var(--w3ma-surface-3)!important;color:var(--w3ma-muted)!important;}

.list-items{gap:8px!important;}
.airdrop-row{
  grid-template-columns:44px minmax(0,1.35fr) minmax(105px,.68fr) minmax(105px,.68fr) minmax(100px,.65fr) 36px!important;gap:12px!important;min-height:78px!important;padding:11px 12px!important;border:1px solid var(--w3ma-line)!important;border-radius:14px!important;background:var(--w3ma-surface-2)!important;box-shadow:none!important;}
.airdrop-row:hover,.airdrop-row.is-selected{transform:none!important;border-color:var(--w3ma-line-strong)!important;background:color-mix(in srgb,var(--w3ma-surface-2) 94%,var(--w3ma-accent) 6%)!important;box-shadow:none!important;}
.row-avatar{width:44px!important;height:44px!important;border-radius:12px!important;font-size:15px!important;}
.row-main strong{color:var(--w3ma-text)!important;font-size:13px!important;letter-spacing:-.01em!important;}
.row-main>span,.row-cell span,.row-cell small{margin-top:3px!important;color:var(--w3ma-dim)!important;font-size:10px!important;line-height:1.35!important;}
.row-main .network-line{gap:5px!important;margin-top:6px!important;}
.row-main .network-line .mini-chip{min-height:21px!important;padding:3px 7px!important;font-size:9px!important;}
.row-cell strong{color:var(--w3ma-text)!important;font-size:12px!important;line-height:1.25!important;}
.row-side{gap:6px!important;}
.fav-btn{width:34px!important;height:34px!important;border:1px solid var(--w3ma-line)!important;border-radius:10px!important;background:var(--w3ma-surface-3)!important;color:var(--w3ma-muted)!important;font-size:15px!important;box-shadow:none!important;}
.fav-btn:hover{border-color:var(--w3ma-line-strong)!important;background:var(--w3ma-accent-soft)!important;color:var(--w3ma-accent)!important;}
.load-more{margin-top:13px!important;padding:10px 14px!important;border:1px solid var(--w3ma-line)!important;border-radius:11px!important;background:var(--w3ma-surface-2)!important;color:var(--w3ma-accent)!important;font-size:11px!important;box-shadow:none!important;}

.detail-card{position:sticky!important;top:22px!important;padding:20px!important;}
.detail-top{gap:14px!important;}
.detail-avatar{width:66px!important;height:66px!important;border-radius:16px!important;font-size:22px!important;}
.detail-header p{margin-top:4px!important;color:var(--w3ma-muted)!important;font-size:11px!important;}
.detail-meta{gap:6px!important;margin-top:9px!important;}
.detail-top-side{gap:6px!important;}
.detail-summary{margin:15px 0!important;color:var(--w3ma-muted)!important;font-size:12px!important;line-height:1.65!important;}
.detail-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0 0 14px!important;}
.info-box{min-height:73px!important;padding:10px!important;border:1px solid var(--w3ma-line)!important;border-radius:12px!important;background:var(--w3ma-surface-2)!important;}
.info-box small{margin-bottom:5px!important;color:var(--w3ma-dim)!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-weight:800!important;}
.info-box strong{color:var(--w3ma-text)!important;font-size:11px!important;line-height:1.3!important;}
.info-box em{margin-top:3px!important;color:var(--w3ma-muted)!important;font-size:9px!important;}
.tag-row{gap:6px!important;margin-bottom:14px!important;}
.detail-tabs{gap:18px!important;margin:8px 0 15px!important;padding-bottom:10px!important;border-color:var(--w3ma-line)!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important;}
.detail-tabs::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
.detail-tabs button{color:var(--w3ma-muted)!important;font-size:11px!important;font-weight:800!important;}
.detail-tabs button.active{color:var(--w3ma-text)!important;}
.detail-tabs button.active:after{bottom:-11px!important;background:var(--w3ma-accent)!important;}
.detail-body{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:20px!important;}
.detail-body h5{margin:0 0 10px!important;color:var(--w3ma-text)!important;font-size:13px!important;}
.detail-body p{color:var(--w3ma-muted)!important;font-size:11px!important;line-height:1.7!important;}
.bullet-list{gap:7px!important;margin:0!important;padding:0!important;}
.bullet-list li{gap:8px!important;color:var(--w3ma-muted)!important;font-size:10px!important;line-height:1.5!important;}
.bullet-list li i{flex-basis:16px!important;width:16px!important;height:16px!important;margin-top:0!important;background:var(--w3ma-surface-3)!important;color:var(--w3ma-accent)!important;font-size:8px!important;}
.bullet-list li.ok i{background:var(--w3ma-accent-soft)!important;color:var(--w3ma-accent)!important;}
.bullet-list a{color:var(--w3ma-accent)!important;text-decoration:none!important;}
.detail-actions{grid-template-columns:1.2fr 1fr .8fr!important;gap:9px!important;margin-top:17px!important;}
.detail-actions a,.detail-actions button{height:44px!important;padding:0 12px!important;border:1px solid var(--w3ma-line)!important;border-radius:11px!important;background:var(--w3ma-surface-2)!important;color:var(--w3ma-text)!important;font-size:10px!important;box-shadow:none!important;text-decoration:none!important;}
.detail-actions .primary{background:var(--w3ma-accent)!important;border-color:var(--w3ma-accent)!important;color:#061218!important;box-shadow:0 12px 28px rgba(103,223,255,.14)!important;}
.detail-actions a:hover,.detail-actions button:hover{transform:translateY(-1px)!important;border-color:var(--w3ma-line-strong)!important;}
.w3m-airdrops-api-notice{margin-top:14px!important;padding:11px 13px!important;border:1px solid rgba(255,179,71,.20)!important;border-radius:12px!important;background:rgba(255,179,71,.08)!important;color:#f6c775!important;font-size:11px!important;}
.w3m-airdrops-footer-note{margin-top:15px!important;padding-top:13px!important;border-color:var(--w3ma-line)!important;color:var(--w3ma-dim)!important;font-size:10px!important;}
.empty-state{padding:24px!important;border-color:var(--w3ma-line-strong)!important;border-radius:14px!important;color:var(--w3ma-muted)!important;font-size:12px!important;}

@media(max-width:1220px){
  .w3m-airdrops-hero{padding-right:330px!important;}
  .w3m-airdrops-filters{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .w3m-airdrops-grid{grid-template-columns:1fr!important;}
  .detail-card{position:static!important;}
  .detail-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:900px){
  .w3m-airdrops-shell{width:calc(100vw - 8px)!important;max-width:none!important;margin:14px 0 14px 50%!important;transform:translateX(-50%)!important;}
  .w3m-airdrops-topbar{position:static!important;margin:0 0 12px!important;}
  .w3m-airdrops-source-card{width:100%!important;min-width:0!important;justify-content:space-between!important;}
  .w3m-airdrops-hero{min-height:0!important;padding:30px!important;}
  .w3m-airdrops-hero h2{font-size:clamp(38px,11vw,56px)!important;}
  .w3m-airdrops-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:15px!important;}
  .feature-card{grid-template-columns:56px minmax(0,1fr)!important;}
  .avatar-box{width:56px!important;height:56px!important;}
  .count-box,.reward-box{padding:10px 0 0!important;border-left:0!important;border-top:1px solid var(--w3ma-line)!important;}
  .detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:680px){
  .w3m-airdrops-hero{padding:25px 20px!important;border-radius:19px!important;}
  .w3m-airdrops-hero p{font-size:14px!important;}
  .w3m-airdrops-stats,.w3m-airdrops-filters{grid-template-columns:1fr!important;}
  .w3m-airdrops-stats{padding:12px!important;border-radius:18px!important;}
  .w3m-feature-box,.w3m-list-box,.detail-card{padding:14px!important;border-radius:17px!important;}
  .airdrop-row{grid-template-columns:42px minmax(0,1fr)!important;padding:11px!important;}
  .airdrop-row .row-cell,.airdrop-row .row-side{grid-column:2!important;}
  .row-side{justify-content:flex-start!important;}
  .detail-top{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;}
  .detail-avatar{width:56px!important;height:56px!important;}
  .detail-top-side{grid-column:1/-1!important;justify-content:flex-start!important;}
  .detail-body,.detail-actions{grid-template-columns:1fr!important;}
}


/* Readability and overflow polish */
.w3m-airdrops-shell .feature-main,
.w3m-airdrops-shell .count-box,
.w3m-airdrops-shell .reward-box,
.w3m-airdrops-shell .row-main,
.w3m-airdrops-shell .row-cell,
.w3m-airdrops-shell .detail-header,
.w3m-airdrops-shell .info-box,
.w3m-airdrops-shell .detail-summary,
.w3m-airdrops-shell .detail-body,
.w3m-airdrops-shell .detail-actions,
.w3m-airdrops-shell .tag-row{min-width:0!important;}

.w3m-airdrops-shell .feature-main h4,
.w3m-airdrops-shell .row-main strong,
.w3m-airdrops-shell .row-cell strong,
.w3m-airdrops-shell .reward-box strong,
.w3m-airdrops-shell .count-box strong,
.w3m-airdrops-shell .detail-header h3,
.w3m-airdrops-shell .info-box strong,
.w3m-airdrops-shell .detail-summary,
.w3m-airdrops-shell .detail-body p,
.w3m-airdrops-shell .bullet-list li,
.w3m-airdrops-shell .meta-badge,
.w3m-airdrops-shell .mini-chip,
.w3m-airdrops-shell .tag-chip,
.w3m-airdrops-shell .reward-badge,
.w3m-airdrops-shell .load-more,
.w3m-airdrops-shell .detail-actions a,
.w3m-airdrops-shell .detail-actions button{
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}

.w3m-airdrops-shell .feature-main h4,.w3m-airdrops-shell .detail-header h3{font-size:21px!important;line-height:1.18!important;}
.w3m-airdrops-shell .feature-sub{font-size:14px!important;line-height:1.5!important;}
.w3m-airdrops-shell .mini-chip,.w3m-airdrops-shell .tag-chip,.w3m-airdrops-shell .meta-badge,.w3m-airdrops-shell .difficulty-chip,.w3m-airdrops-shell .cost-chip,.w3m-airdrops-shell .reward-badge{
  min-height:28px!important;padding:5px 10px!important;font-size:11.5px!important;line-height:1.2!important;}
.w3m-airdrops-shell .count-box small,.w3m-airdrops-shell .reward-box small{font-size:11px!important;}
.w3m-airdrops-shell .count-box strong,.w3m-airdrops-shell .reward-box strong{font-size:19px!important;line-height:1.28!important;white-space:normal!important;}
.w3m-airdrops-shell .airdrop-row{
  grid-template-columns:50px minmax(0,1.5fr) minmax(118px,.8fr) minmax(140px,.86fr) minmax(126px,.84fr) 40px!important;
  min-height:90px!important;
  gap:14px!important;
  padding:13px 14px!important;
}
.w3m-airdrops-shell .row-avatar{width:50px!important;height:50px!important;font-size:17px!important;}
.w3m-airdrops-shell .row-main strong{font-size:17px!important;line-height:1.2!important;}
.w3m-airdrops-shell .row-main>span,.w3m-airdrops-shell .row-cell span,.w3m-airdrops-shell .row-cell small{font-size:12px!important;line-height:1.45!important;}
.w3m-airdrops-shell .row-main .network-line .mini-chip{min-height:24px!important;padding:4px 8px!important;font-size:10.5px!important;}
.w3m-airdrops-shell .row-cell strong{font-size:16px!important;line-height:1.3!important;white-space:normal!important;}
.w3m-airdrops-shell .detail-header p{font-size:13px!important;line-height:1.55!important;}
.w3m-airdrops-shell .detail-summary{font-size:14px!important;line-height:1.78!important;}
.w3m-airdrops-shell .info-box{min-height:88px!important;padding:12px!important;}
.w3m-airdrops-shell .info-box small{font-size:10px!important;line-height:1.3!important;}
.w3m-airdrops-shell .info-box strong{font-size:14px!important;line-height:1.35!important;}
.w3m-airdrops-shell .info-box em{font-size:11px!important;line-height:1.4!important;}
.w3m-airdrops-shell .detail-tabs button{font-size:13px!important;line-height:1.4!important;}
.w3m-airdrops-shell .detail-body h5{font-size:17px!important;line-height:1.3!important;}
.w3m-airdrops-shell .detail-body p{font-size:14px!important;line-height:1.8!important;}
.w3m-airdrops-shell .bullet-list{gap:10px!important;}
.w3m-airdrops-shell .bullet-list li{font-size:13px!important;line-height:1.65!important;}
.w3m-airdrops-shell .bullet-list li i{flex-basis:18px!important;width:18px!important;height:18px!important;font-size:9px!important;}
.w3m-airdrops-shell .detail-actions{grid-template-columns:1.2fr 1fr 1fr!important;gap:10px!important;}
.w3m-airdrops-shell .detail-actions a,.w3m-airdrops-shell .detail-actions button{height:46px!important;font-size:12.5px!important;line-height:1.3!important;padding:0 14px!important;text-align:center!important;}
.w3m-airdrops-shell .w3m-airdrops-footer-note,.w3m-airdrops-shell .w3m-airdrops-api-notice{font-size:12px!important;line-height:1.6!important;}

@media(max-width:1220px){
  .w3m-airdrops-shell .airdrop-row{grid-template-columns:50px minmax(0,1.35fr) minmax(110px,.75fr) minmax(128px,.82fr) minmax(120px,.78fr) 40px!important;}
}
@media(max-width:900px){
  .w3m-airdrops-shell .feature-main h4,.w3m-airdrops-shell .detail-header h3{font-size:19px!important;}
  .w3m-airdrops-shell .airdrop-row{grid-template-columns:46px minmax(0,1fr)!important;}
  .w3m-airdrops-shell .row-avatar{width:46px!important;height:46px!important;}
}
@media(max-width:680px){
  .w3m-airdrops-shell .mini-chip,.w3m-airdrops-shell .tag-chip,.w3m-airdrops-shell .meta-badge,.w3m-airdrops-shell .difficulty-chip,.w3m-airdrops-shell .cost-chip,.w3m-airdrops-shell .reward-badge{font-size:11px!important;}
  .w3m-airdrops-shell .row-main strong{font-size:16px!important;}
  .w3m-airdrops-shell .row-main>span,.w3m-airdrops-shell .row-cell span,.w3m-airdrops-shell .row-cell small{font-size:12px!important;}
  .w3m-airdrops-shell .row-cell strong{font-size:15px!important;}
  .w3m-airdrops-shell .detail-summary,.w3m-airdrops-shell .detail-body p,.w3m-airdrops-shell .bullet-list li{font-size:13px!important;}
  .w3m-airdrops-shell .detail-body h5{font-size:16px!important;}
  .w3m-airdrops-shell .detail-actions a,.w3m-airdrops-shell .detail-actions button{font-size:12px!important;}
}


/* Mobile filter, featured-card and favourite-button polish */
.w3m-airdrops-filter-toggle{display:none!important;}
.w3m-airdrops-filters .search-box{
  position:relative!important;
  grid-template-columns:24px minmax(0,1fr) auto!important;
  min-width:0!important;
  overflow:hidden!important;
}
.w3m-airdrops-filters .search-box input{
  min-width:0!important;
  color:var(--w3ma-text)!important;
  caret-color:var(--w3ma-accent)!important;
  font-size:14px!important;
  line-height:1.4!important;
  opacity:1!important;
}
.w3m-airdrops-filters .search-box input::placeholder{color:#7f9187!important;opacity:1!important;}
.w3m-airdrops-filters .search-box .search-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;color:var(--w3ma-accent)!important;font-size:18px!important;line-height:1!important;}
.w3m-airdrops-filters .search-box kbd{display:flex!important;align-items:center!important;justify-content:center!important;min-width:30px!important;height:32px!important;padding:0 8px!important;line-height:1!important;}

.fav-btn{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;}
.fav-btn>span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;line-height:1!important;font-family:Arial,"Segoe UI Symbol",sans-serif!important;font-size:18px!important;transform:translateY(-.5px)!important;}

@media(max-width:680px){
  .w3m-airdrops-filter-toggle{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) 28px!important;
    gap:11px!important;
    align-items:center!important;
    width:100%!important;
    min-height:68px!important;
    margin:0 0 12px!important;
    padding:11px 13px!important;
    border:1px solid var(--w3ma-line)!important;
    border-radius:15px!important;
    background:var(--w3ma-surface)!important;
    color:var(--w3ma-text)!important;
    text-align:left!important;
    box-shadow:none!important;
    cursor:pointer!important;
  }
  .w3m-airdrops-filter-toggle .filter-toggle-icon{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:42px!important;height:42px!important;border:1px solid var(--w3ma-line-strong)!important;
    border-radius:12px!important;background:var(--w3ma-accent-soft)!important;color:var(--w3ma-accent)!important;
    font-size:20px!important;line-height:1!important;}
  .w3m-airdrops-filter-toggle .filter-toggle-copy{display:block!important;min-width:0!important;}
  .w3m-airdrops-filter-toggle .filter-toggle-copy strong{display:block!important;color:var(--w3ma-text)!important;font-size:15px!important;line-height:1.25!important;}
  .w3m-airdrops-filter-toggle .filter-toggle-copy small{display:block!important;margin-top:3px!important;color:var(--w3ma-muted)!important;font-size:11px!important;line-height:1.35!important;}
  .w3m-airdrops-filter-toggle .filter-toggle-chevron{display:flex!important;align-items:center!important;justify-content:center!important;color:var(--w3ma-accent)!important;font-size:22px!important;line-height:1!important;transition:transform .2s ease!important;}
  .w3m-airdrops-filter-toggle[aria-expanded="true"] .filter-toggle-chevron{transform:rotate(180deg)!important;}
  .w3m-airdrops-filters{
    display:none!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin:0 0 14px!important;
    padding:12px!important;
    border-radius:16px!important;
  }
  .w3m-airdrops-filters.is-open{display:grid!important;}
  .w3m-airdrops-filters .search-box,
  .w3m-airdrops-filters select{height:54px!important;min-height:54px!important;border-radius:13px!important;}
  .w3m-airdrops-filters .search-box{padding:0 11px!important;}
  .w3m-airdrops-filters .search-box input{font-size:15px!important;}
  .w3m-airdrops-filters .search-box kbd{display:none!important;}

  .feature-card{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:13px!important;
    align-items:start!important;
    padding:16px!important;
  }
  .feature-card .avatar-box{width:72px!important;height:72px!important;font-size:24px!important;}
  .feature-card .feature-main{align-self:center!important;}
  .feature-card .feature-main h4{font-size:20px!important;line-height:1.2!important;}
  .feature-card .feature-sub{font-size:13px!important;line-height:1.5!important;}
  .feature-card .mini-row{display:flex!important;flex-wrap:wrap!important;gap:6px!important;}
  .feature-card .count-box,
  .feature-card .reward-box{
    grid-column:auto!important;
    min-width:0!important;
    margin-top:2px!important;
    padding:12px!important;
    border:1px solid var(--w3ma-line)!important;
    border-radius:12px!important;
    background:rgba(0,0,0,.13)!important;
  }
  .feature-card .count-box{grid-column:1/2!important;}
  .feature-card .reward-box{grid-column:2/3!important;}
  .feature-card .count-box small,.feature-card .reward-box small{font-size:10px!important;line-height:1.3!important;margin-bottom:6px!important;}
  .feature-card .count-box strong,.feature-card .reward-box strong{font-size:16px!important;line-height:1.28!important;overflow-wrap:anywhere!important;word-break:normal!important;}
  .feature-card .count-box .mini-row{margin-top:8px!important;}
  .feature-card .count-box .mini-chip,.feature-card .reward-box .reward-badge{font-size:10px!important;white-space:normal!important;text-align:center!important;}

  .airdrop-row .fav-btn{width:38px!important;height:38px!important;}
  .airdrop-row .fav-btn>span{font-size:20px!important;transform:translateY(-.5px)!important;}
}


/* Definitive mobile search, selection and favourite icon fix */
.w3m-airdrops-filters .search-box input[data-role="search"]{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  color:var(--w3ma-text)!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  font:inherit!important;
  font-size:15px!important;
  line-height:1.4!important;
}
.w3m-airdrops-filters .search-box input[data-role="search"]:focus,
.w3m-airdrops-filters .search-box input[data-role="search"]:active{
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.w3m-airdrops-filters .search-box input[data-role="search"]::-webkit-search-decoration,
.w3m-airdrops-filters .search-box input[data-role="search"]::-webkit-search-cancel-button,
.w3m-airdrops-filters .search-box input[data-role="search"]::-webkit-search-results-button,
.w3m-airdrops-filters .search-box input[data-role="search"]::-webkit-search-results-decoration{display:none!important;}

.fav-btn .fav-icon{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  display:block!important;
  width:19px!important;
  height:19px!important;
  margin:0!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  transform:translate(-50%,-50%)!important;
  transform-origin:center center!important;
  pointer-events:none!important;
}
.fav-btn>span{display:none!important;}

@media(max-width:900px){
  .airdrop-row.is-selected{
    border-color:var(--w3ma-accent)!important;
    box-shadow:0 0 0 2px var(--w3ma-accent-soft)!important;
    background:color-mix(in srgb,var(--w3ma-surface-2) 88%,var(--w3ma-accent) 12%)!important;
  }
  .airdrop-row.is-selected:before{
    content:"Izabrano"!important;
    grid-column:1/-1!important;
    justify-self:start!important;
    margin:0 0 2px!important;
    padding:4px 8px!important;
    border-radius:999px!important;
    background:var(--w3ma-accent-soft)!important;
    color:var(--w3ma-accent)!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
  }
  .w3m-airdrops-filters .search-box{
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr)!important;
    align-items:center!important;
    height:56px!important;
    min-height:56px!important;
    padding:0 14px!important;
    overflow:hidden!important;
  }
  .w3m-airdrops-filters .search-box .search-icon{width:24px!important;height:24px!important;}
  .fav-btn .fav-icon{width:21px!important;height:21px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;}
}

/* =========================================================
   AIRDROP LIGHT THEME — CONSOLIDATED
   ========================================================= */
html[data-theme="light"] .w3m-airdrops-shell,
body[data-theme="light"] .w3m-airdrops-shell,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"]{
  --w3ma-bg:#ffffff!important;
  --w3ma-bg-2:#f7fafc!important;
  --w3ma-surface:#ffffff!important;
  --w3ma-surface-2:#f7fafc!important;
  --w3ma-surface-3:#edf4f8!important;
  --w3ma-text:#122033!important;
  --w3ma-muted:#607086!important;
  --w3ma-dim:#8292a4!important;
  --w3ma-line:#dbe6ef!important;
  --w3ma-line-strong:#b8e5f4!important;
  --w3ma-accent:#27bfe9!important;
  --w3ma-accent-2:#168fb8!important;
  --w3ma-accent-soft:#eaf9fe!important;
  color:#122033!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html[data-theme="light"] .w3m-airdrops-shell :is(.w3m-airdrops-hero,.w3m-airdrops-stats,.w3m-airdrops-filters,.w3m-feature-box,.w3m-list-box,.detail-card),
body[data-theme="light"] .w3m-airdrops-shell :is(.w3m-airdrops-hero,.w3m-airdrops-stats,.w3m-airdrops-filters,.w3m-feature-box,.w3m-list-box,.detail-card),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(.w3m-airdrops-hero,.w3m-airdrops-stats,.w3m-airdrops-filters,.w3m-feature-box,.w3m-list-box,.detail-card){
  background:#ffffff!important;
  border-color:#dbe6ef!important;
  color:#122033!important;
  box-shadow:0 12px 34px rgba(28,55,75,.07)!important;
}
html[data-theme="light"] .w3m-airdrops-shell .w3m-airdrops-hero,
body[data-theme="light"] .w3m-airdrops-shell .w3m-airdrops-hero,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] .w3m-airdrops-hero{
  background:linear-gradient(135deg,#ffffff 0%,#f7fcff 62%,#ecf9ff 100%)!important;
}
html[data-theme="light"] .w3m-airdrops-shell .w3m-airdrops-source-card,
body[data-theme="light"] .w3m-airdrops-shell .w3m-airdrops-source-card,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] .w3m-airdrops-source-card{
  background:rgba(255,255,255,.92)!important;
  border-color:#dbe6ef!important;
  box-shadow:0 8px 24px rgba(28,55,75,.06)!important;
}
html[data-theme="light"] .w3m-airdrops-shell :is(h2,h3,h4,strong,.section-label,.section-label.alt,.feature-main h4,.detail-header h3,.row-main strong,.row-cell strong,.info-box strong),
body[data-theme="light"] .w3m-airdrops-shell :is(h2,h3,h4,strong,.section-label,.section-label.alt,.feature-main h4,.detail-header h3,.row-main strong,.row-cell strong,.info-box strong),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(h2,h3,h4,strong,.section-label,.section-label.alt,.feature-main h4,.detail-header h3,.row-main strong,.row-cell strong,.info-box strong){color:#122033!important;}
html[data-theme="light"] .w3m-airdrops-shell :is(p,small,em,.feature-sub,.detail-summary,.detail-header p,.row-main span,.row-cell span,.row-cell small,.info-box small,.w3m-airdrops-footer-note),
body[data-theme="light"] .w3m-airdrops-shell :is(p,small,em,.feature-sub,.detail-summary,.detail-header p,.row-main span,.row-cell span,.row-cell small,.info-box small,.w3m-airdrops-footer-note),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(p,small,em,.feature-sub,.detail-summary,.detail-header p,.row-main span,.row-cell span,.row-cell small,.info-box small,.w3m-airdrops-footer-note){color:#607086!important;}
html[data-theme="light"] .w3m-airdrops-shell .stat-card,
body[data-theme="light"] .w3m-airdrops-shell .stat-card,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] .stat-card{
  background:#f8fbfd!important;border-color:#dbe6ef!important;box-shadow:none!important;}
html[data-theme="light"] .w3m-airdrops-shell :is(.feature-card,.airdrop-row,.info-box),
body[data-theme="light"] .w3m-airdrops-shell :is(.feature-card,.airdrop-row,.info-box),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(.feature-card,.airdrop-row,.info-box){
  background:#f8fbfd!important;border-color:#dbe6ef!important;color:#122033!important;box-shadow:none!important;}
html[data-theme="light"] .w3m-airdrops-shell .airdrop-row:hover,
html[data-theme="light"] .w3m-airdrops-shell .airdrop-row.is-selected,
body[data-theme="light"] .w3m-airdrops-shell .airdrop-row:hover,
body[data-theme="light"] .w3m-airdrops-shell .airdrop-row.is-selected,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] .airdrop-row:hover,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] .airdrop-row.is-selected{
  background:#eefaff!important;border-color:#b8e5f4!important;box-shadow:0 8px 22px rgba(39,191,233,.09)!important;}
html[data-theme="light"] .w3m-airdrops-shell :is(.w3m-airdrops-filters select,.w3m-airdrops-filters input,.w3m-airdrops-filters .search-box),
body[data-theme="light"] .w3m-airdrops-shell :is(.w3m-airdrops-filters select,.w3m-airdrops-filters input,.w3m-airdrops-filters .search-box),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(.w3m-airdrops-filters select,.w3m-airdrops-filters input,.w3m-airdrops-filters .search-box){
  background:#ffffff!important;color:#122033!important;-webkit-text-fill-color:#122033!important;border-color:#cfdde8!important;color-scheme:light!important;}
html[data-theme="light"] .w3m-airdrops-shell .search-box input,
body[data-theme="light"] .w3m-airdrops-shell .search-box input,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] .search-box input{background:transparent!important;}
html[data-theme="light"] .w3m-airdrops-shell :is(input,select)::placeholder,
body[data-theme="light"] .w3m-airdrops-shell :is(input,select)::placeholder,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(input,select)::placeholder{color:#8ea0b3!important;opacity:1!important;}
html[data-theme="light"] .w3m-airdrops-shell select option,
body[data-theme="light"] .w3m-airdrops-shell select option,
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] select option{background:#ffffff!important;color:#122033!important;}
html[data-theme="light"] .w3m-airdrops-shell :is(.mini-chip,.tag-chip,.meta-badge,.difficulty-chip,.cost-chip,.reward-badge),
body[data-theme="light"] .w3m-airdrops-shell :is(.mini-chip,.tag-chip,.meta-badge,.difficulty-chip,.cost-chip,.reward-badge),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(.mini-chip,.tag-chip,.meta-badge,.difficulty-chip,.cost-chip,.reward-badge){
  background:#f2f7fa!important;border-color:#d8e4ec!important;color:#40566d!important;}
html[data-theme="light"] .w3m-airdrops-shell :is(.fav-btn,.load-more,.detail-tabs button,.detail-actions button),
body[data-theme="light"] .w3m-airdrops-shell :is(.fav-btn,.load-more,.detail-tabs button,.detail-actions button),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(.fav-btn,.load-more,.detail-tabs button,.detail-actions button){
  background:#ffffff!important;border-color:#d5e2eb!important;color:#304258!important;}
html[data-theme="light"] .w3m-airdrops-shell :is(.detail-actions .primary,.load-more:hover),
body[data-theme="light"] .w3m-airdrops-shell :is(.detail-actions .primary,.load-more:hover),
.w3m-airdrops-shell[data-w3m-resolved-theme="light"] :is(.detail-actions .primary,.load-more:hover){
  background:#49cffa!important;border-color:#49cffa!important;color:#06222c!important;}


/* W3M 3.5.91 — compact airdrop detail facts on mobile */
@media (max-width:700px){
  .w3m-airdrops-shell .detail-info-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin:10px 0 14px!important;
  }
  .w3m-airdrops-shell .info-box{
    min-height:0!important;
    height:auto!important;
    padding:13px 14px!important;
    border-radius:15px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }
  .w3m-airdrops-shell .info-box small{
    margin:0 0 5px!important;
    font-size:10px!important;
    line-height:1.2!important;
  }
  .w3m-airdrops-shell .info-box strong{
    font-size:15px!important;
    line-height:1.25!important;
    overflow-wrap:anywhere!important;
  }
  .w3m-airdrops-shell .info-box em{
    margin-top:4px!important;
    font-size:10px!important;
    line-height:1.35!important;
  }
}
@media (max-width:380px){
  .w3m-airdrops-shell .detail-info-grid{gap:8px!important;}
  .w3m-airdrops-shell .info-box{padding:11px 12px!important;}
  .w3m-airdrops-shell .info-box strong{font-size:14px!important;}
}

/* W3M 3.7.117 — Crypto Opportunities verification UI */
.w3m-opportunity-method-note{margin:14px 0 2px;padding:13px 15px;border:1px solid color-mix(in srgb,var(--w3ma-accent) 24%,transparent);border-radius:15px;background:color-mix(in srgb,var(--w3ma-accent) 8%,var(--w3ma-surface));color:var(--w3ma-muted);font-size:13px;line-height:1.55}.w3m-opportunity-method-note strong{color:var(--w3ma-text)}
.w3m-opportunities-empty{margin-top:18px;padding:34px;border:1px dashed var(--w3ma-line-strong);border-radius:22px;background:var(--w3ma-surface);text-align:center;color:var(--w3ma-muted)}.w3m-opportunities-empty strong{display:block;margin-bottom:8px;color:var(--w3ma-text);font-size:18px}.w3m-opportunities-empty p{max-width:760px;margin:0 auto;line-height:1.6}
.w3m-opportunities-shell .opportunity-band{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;border-radius:999px!important;padding:5px 8px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.02em!important;border:1px solid var(--w3ma-line)!important;background:var(--w3ma-surface-3)!important;color:var(--w3ma-text)!important}.w3m-opportunities-shell .opportunity-band.is-confirmed{border-color:rgba(32,201,151,.28)!important;background:rgba(32,201,151,.10)!important;color:#52d7ad!important}.w3m-opportunities-shell .opportunity-band.is-high{border-color:rgba(73,207,250,.28)!important;background:rgba(73,207,250,.10)!important;color:var(--w3ma-accent)!important}.w3m-opportunities-shell .opportunity-band.is-speculative{border-color:rgba(245,158,11,.28)!important;background:rgba(245,158,11,.10)!important;color:#f7bc53!important}
.w3m-opportunities-shell .feature-title-row{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.w3m-opportunities-shell .feature-title-row h3{margin:0}.w3m-opportunities-shell .feature-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.w3m-opportunities-shell .feature-tags span{padding:5px 8px;border-radius:999px;border:1px solid var(--w3ma-line);color:var(--w3ma-muted);font-size:10px;font-weight:800}
.w3m-opportunities-shell .confirmed-list i{color:#4ed6a8}.w3m-opportunities-shell .unconfirmed-list i{color:#f4b24b}.w3m-opportunities-shell .risk-list i{color:#f87171}.w3m-opportunities-shell .source-list li span small{display:block;margin-top:4px;color:var(--w3ma-dim);font-size:10px;line-height:1.45}.w3m-opportunities-shell .source-list a{color:var(--w3ma-accent);word-break:break-word}.w3m-opportunities-shell .opportunity-steps{margin:0;padding-left:22px;color:var(--w3ma-muted)}.w3m-opportunities-shell .opportunity-steps li{padding:5px 0;line-height:1.5}.w3m-opportunities-shell .score-breakdown{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:7px}.w3m-opportunities-shell .score-breakdown li{display:flex;justify-content:space-between;gap:12px;padding:7px 9px;border:1px solid var(--w3ma-line);border-radius:10px;color:var(--w3ma-muted)}.w3m-opportunities-shell .score-breakdown b{color:var(--w3ma-text)}.w3m-opportunities-shell .opportunity-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important}.w3m-opportunities-shell .opportunity-verified-line{margin-top:10px;color:var(--w3ma-dim);font-size:11px;text-align:right}
@media(max-width:700px){.w3m-opportunities-shell .feature-title-row{align-items:flex-start}.w3m-opportunity-method-note{font-size:12px}.w3m-opportunities-empty{padding:24px 16px}}
