:root{
    --navy: #0A1F44;
    --navy-2: #123163;
    --blue: #2F6FED;
    --blue-soft: #E8EFFE;
    --orange: #FF7A29;
    --orange-soft: #FFE9DA;
    --white: #FFFFFF;
    --bg-soft: #F5F8FD;
    --border: #E1E7F3;
    --text: #14203A;
    --text-muted: #5B6B87;
    --radius: 10px;
  }

*{box-sizing:border-box;}

html{scroll-behavior:smooth; overflow-y:scroll; scrollbar-gutter:stable;}

body{
    margin:0;
    background:var(--white);
    color:var(--text);
    font-family:'DM Sans', sans-serif;
    line-height:1.5;
  }

h1,h2,h3,h4{
    font-family:'DM Sans', sans-serif;
    color:var(--navy);
    margin:0;
  }

h1{ font-size:2.25rem; line-height:1.2; }

h2{ font-size:1.5rem; line-height:1.3; }

h3{ font-size:1.1875rem; line-height:1.35; }

h4{ font-size:1.0625rem; line-height:1.4; }

p{ font-size:1.0625rem; line-height:1.6; margin:0; }

.mono{ font-family:'IBM Plex Mono', monospace; }

a{ color:inherit; }

.wrap{
    max-width:1180px;
    margin:0 auto;
    padding:0 28px;
  }

/* ---------- Header ---------- */

header{
    position:sticky; top:0; z-index:50;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--border);
  }

.nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:18px 28px;
    max-width:1180px; margin:0 auto;
  }

.logo{
    display:flex; align-items:center; gap:10px;
    font-family:'DM Sans', sans-serif;
    font-weight:700; font-size:20px; color:var(--navy);
    text-decoration:none;
  }

.logo-mark{
    width:30px; height:30px; border-radius:8px;
    background:var(--blue);
    position:relative; flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    font-size:15px; line-height:1;
  }

.nav-links{ display:flex; gap:26px; align-items:center; }

.nav-item{
    text-decoration:none; color:var(--text-muted);
    font-size:14.5px; font-weight:500;
    background:none; border:none; padding:0; cursor:pointer;
    font-family:'DM Sans', sans-serif;
    display:inline-flex; align-items:center; gap:5px;
  }

.nav-item:hover, .nav-drop.open .drop-trigger{ color:var(--navy); }

.chev{ transition:transform .18s ease; }

.nav-drop.open .chev{ transform:rotate(180deg); }

.nav-cta{
    background:var(--orange); color:var(--white);
    padding:9px 18px; border-radius:8px; font-weight:600;
    font-size:14.5px; text-decoration:none;
  }

.nav-cta:hover{ background:#F06A16; }

/* ---------- Dropdowns ---------- */

.nav-drop{ position:relative; }

.drop-panel{
    position:absolute; top:calc(100% + 14px); left:-16px;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:12px;
    box-shadow:0 18px 40px -16px rgba(10,31,68,0.28);
    padding:10px;
    opacity:0; visibility:hidden; transform:translateY(-6px);
    transition:opacity .16s ease, transform .16s ease, visibility .16s;
  }

.nav-drop.open .drop-panel{ opacity:1; visibility:visible; transform:translateY(0); }

.drop-panel a{
    text-decoration:none; color:var(--text);
    font-size:14px; border-radius:8px;
  }

/* style 1 — plain list */

.panel-list{ min-width:210px; }

.panel-list a{ display:block; padding:9px 12px; color:var(--text-muted); }

.panel-list a:hover{ background:var(--bg-soft); color:var(--navy); }

/* style 2 — two-column with descriptions */

.panel-grid{
    display:grid; grid-template-columns:1fr 1fr; gap:4px;
    width:440px; left:-140px; padding:12px;
  }

.panel-grid a{ display:block; padding:11px 12px; border:1px solid transparent; }

.panel-grid a:hover{ background:var(--blue-soft); border-color:#CFDDFA; }

.g-title{ display:block; font-weight:600; color:var(--navy); font-size:14px; }

.g-sub{ display:block; font-size:12.5px; color:var(--text-muted); margin-top:2px; }

/* style 3 — coin list with tags */

.panel-coins{ min-width:250px; }

.panel-coins a{
    display:flex; align-items:center; gap:10px;
    padding:9px 12px; color:var(--navy); font-weight:500;
  }

.panel-coins a:hover{ background:var(--bg-soft); }

.panel-coins .c-tag{
    margin-left:auto; font-family:'IBM Plex Mono', monospace;
    font-size:11.5px; color:var(--text-muted);
    background:var(--bg-soft); border:1px solid var(--border);
    padding:2px 7px; border-radius:20px;
  }

.panel-coins a:hover .c-tag{ background:var(--white); }

.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:6px; }

.nav-toggle span{ display:block; width:22px; height:2px; background:var(--navy); margin:5px 0; }

/* ---------- Hero ---------- */

.hero{
    padding:72px 0 56px;
    background:
      radial-gradient(560px 280px at 88% -10%, var(--blue-soft) 0%, transparent 70%);
    position:relative;
    overflow:hidden;
    border-bottom:1px solid var(--border);
  }

.hero-grid{
    display:grid;
    grid-template-columns:7fr 3fr;
    gap:48px;
    align-items:center;
  }

.eyebrow-line{
    display:flex; align-items:center; gap:10px;
    margin-bottom:18px;
  }

.eyebrow-line .dash{ width:26px; height:2px; background:var(--orange); }

.eyebrow-line span{ color:var(--navy-2); font-weight:600; font-size:14px; }

.hero h1{
    font-size:44px; line-height:1.12; letter-spacing:-0.5px;
    max-width:560px;
  }

.hero p.lede{
    margin-top:18px; font-size:17px; color:var(--text-muted);
    max-width:480px;
  }

.hero-stats{
    display:flex; gap:36px; margin-top:34px; flex-wrap:wrap;
  }

.stat .num{
    font-family:'IBM Plex Mono', monospace; font-weight:600;
    font-size:26px; color:var(--navy);
  }

.stat .label{ font-size:13px; color:var(--text-muted); margin-top:2px; }

.stat .num.orange{ color:var(--orange); }

.stat .num.blue{ color:var(--blue); }

.coin-dot{ width:8px; height:8px; border-radius:50%; flex-shrink:0; }

.featured{ align-self:start; }

.featured-head{
    display:flex; align-items:baseline; justify-content:space-between;
    margin-bottom:14px;
  }

.featured-head h3{ font-size:17px; }

.featured-count{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px; color:var(--text-muted);
  }

.pick-stack{ display:flex; flex-direction:column; gap:12px; }

.featured{ max-width:none; width:100%; margin-left:auto; }

.pick-card{
    display:block; text-decoration:none;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:14px;
    padding:16px;
    transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  }

.pick-card:hover{
    border-color:#C7D6F5;
    box-shadow:0 12px 24px -14px rgba(10,31,68,0.3);
    transform:translateY(-2px);
  }

.pick-top{ display:flex; align-items:center; gap:12px; }

.pick-icon{
    width:40px; height:40px; border-radius:11px;
    display:flex; align-items:center; justify-content:center;
    font-size:19px; flex-shrink:0;
  }

.pick-id{ min-width:0; }

.pick-name{
    font-weight:700; font-size:16px; color:var(--navy);
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }

.pick-type{ font-size:12.5px; color:var(--text-muted); margin-top:1px; }

.badge{
    margin-left:auto; flex-shrink:0;
    display:inline-flex; align-items:center; gap:4px;
    background:var(--blue-soft); color:var(--blue);
    border:1px solid #CFDDFA;
    padding:4px 10px; border-radius:20px;
    font-size:11.5px; font-weight:600;
  }

.pick-bottom{
    display:flex; align-items:center; justify-content:space-between;
    gap:12px; margin-top:14px; padding-top:12px;
    border-top:1px solid var(--border);
    font-family:'IBM Plex Mono', monospace; font-size:12.5px;
  }

.pick-action{ color:var(--text-muted); }

.pick-reward{ color:var(--orange); font-weight:600; text-align:right; }

.pick-add{
    display:flex; align-items:center; justify-content:center; gap:8px;
    border:1.5px dashed var(--border); border-radius:14px;
    padding:14px; background:var(--bg-soft);
    color:var(--text-muted); font-size:13.5px; font-weight:500;
    font-family:'DM Sans', sans-serif; cursor:pointer;
    width:100%; transition:all .15s ease;
  }

.pick-add:hover{ border-color:var(--orange); color:var(--orange); background:var(--orange-soft); }

/* ---------- Controls ---------- */

.controls{
    padding-top:40px;
  }

.controls-top{
    display:flex; justify-content:space-between; align-items:flex-end;
    gap:20px; flex-wrap:wrap; margin-bottom:22px;
  }

.controls-top h2{ font-size:26px; }

.ad-slot{
    width:100%; max-width:728px;
    aspect-ratio:728/90;
    margin:0 auto 22px;
    background:var(--bg-soft);
    border:1px dashed var(--border);
    border-radius:8px;
    display:flex; align-items:center; justify-content:center;
    overflow:hidden;
  }

.ad-slot-label{
    font-size:12px; font-weight:600; letter-spacing:.3px;
    color:var(--text-muted); text-transform:uppercase;
    font-family:'DM Sans', sans-serif;
  }

@media (max-width: 480px){
    .ad-slot-728x90{ display:none; }
  }

.controls-top p{ color:var(--text-muted); font-size:14.5px; margin-top:6px; }

.filter-bar{
    display:flex; gap:12px; flex-wrap:wrap; align-items:center;
    margin-bottom:22px;
  }

.search-box{
    position:relative; width:300px; flex-shrink:0;
  }

@media (max-width: 720px){
    .search-box{ width:100%; }
  }

.search-box input{
    width:100%; padding:11px 14px 11px 38px;
    border:1px solid var(--border); border-radius:8px;
    font-size:14px; font-family:'DM Sans', sans-serif;
    background:var(--bg-soft);
    outline:none; color:var(--text);
  }

.search-box input:focus{ border-color:var(--blue); background:var(--white); }

.search-box svg{
    position:absolute; left:12px; top:50%; transform:translateY(-50%);
    stroke:var(--text-muted);
  }

.pill{
    padding:9px 16px; border-radius:8px;
    border:1px solid var(--border); background:var(--white);
    font-size:13.5px; font-weight:500; color:var(--text-muted);
    cursor:pointer; transition:all .15s ease;
    font-family:'DM Sans', sans-serif;
    text-decoration:none; display:inline-block;
  }

.pill:hover{ border-color:var(--blue); color:var(--navy); }

.pill.active{
    background:var(--navy); border-color:var(--navy); color:var(--white);
  }

/* ---------- Table ---------- */

.table-shell{
    border:1px solid var(--border);
    border-radius:14px;
    overflow:hidden;
    margin:8px 0 60px;
    box-shadow:0 1px 0 rgba(10,31,68,0.02);
  }

table{
    width:100%; border-collapse:collapse;
  }

thead th{
    background:var(--navy);
    color:#D8E3F9;
    text-align:left;
    padding:14px 18px;
    font-size:12.5px;
    font-weight:600;
    letter-spacing:.2px;
    user-select:none;
    white-space:nowrap;
    cursor:pointer;
  }

thead th:hover{ color:var(--white); }

thead th .arrow{ opacity:.5; margin-left:4px; font-size:11px; }

thead th.active-sort{ color:var(--orange); }

tbody tr{
    border-top:1px solid var(--border);
    transition:background .12s ease;
  }

tbody tr:hover{ background:var(--bg-soft); }

tbody td{
    padding:16px 18px;
    font-size:14.5px;
    vertical-align:middle;
  }

.faucet-name{ display:flex; align-items:center; gap:12px; }

.avatar{
    width:34px; height:34px; border-radius:9px;
    display:flex; align-items:center; justify-content:center;
    color:var(--white); font-weight:700; font-size:13px;
    font-family:'DM Sans', sans-serif;
    flex-shrink:0;
  }

.faucet-name .fname{ font-weight:600; color:var(--navy); }

.faucet-name .fsub{ font-size:12px; color:var(--text-muted); margin-top:1px; }

.coin-tag{
    display:inline-flex; align-items:center; gap:6px;
    padding:4px 10px; border-radius:6px;
    background:var(--blue-soft); color:var(--navy-2);
    font-size:12.5px; font-weight:600;
    font-family:'IBM Plex Mono', monospace;
  }

.reward{ font-family:'IBM Plex Mono', monospace; font-weight:600; color:var(--navy); }

.freq{ color:var(--text-muted); font-size:13.5px; }

.rating{ display:flex; align-items:center; gap:6px; }

.stars{ color:var(--orange); font-size:13px; letter-spacing:1px; }

.rating .rnum{ font-family:'IBM Plex Mono', monospace; font-size:13px; color:var(--text-muted); }

.status-badge{
    display:inline-flex; align-items:center; gap:6px;
    padding:4px 10px; border-radius:20px;
    font-size:12px; font-weight:600;
  }

.status-badge::before{
    content:""; width:6px; height:6px; border-radius:50%;
  }

.status-active{ background:#DFF5EA; color:#1C8A4C; }

.status-active::before{ background:#1C8A4C; }

.status-slow{ background:var(--orange-soft); color:#B4560F; }

.status-slow::before{ background:#B4560F; }

.status-down{ background:#FCE3E3; color:#C42B2B; }

.status-down::before{ background:#C42B2B; }

.payment-tag{
    display:inline-flex; align-items:center;
    padding:5px 16px; border-radius:20px;
    font-size:12.5px; font-weight:600;
    font-family:'DM Sans', sans-serif;
  }

.payment-faucetpay{ background:var(--blue-soft); color:var(--navy-2); }

.payment-cwallet{ background:#F0E9FE; color:#6B3FC2; }

.reward-tag{
    display:inline-flex; align-items:center;
    padding:5px 16px; border-radius:20px;
    font-size:12.5px; font-weight:600;
    font-family:'DM Sans', sans-serif;
  }

.reward-btc{ background:#FFE9DA; color:#B4560F; }

.reward-eth{ background:var(--blue-soft); color:var(--navy-2); }

.reward-ltc{ background:#EDEDF2; color:#4B4B57; }

.reward-doge{ background:#F6E4D8; color:#8A5A2A; }

.reward-trx{ background:#FCE3E3; color:#C42B2B; }

.reward-sol{ background:#F0E9FE; color:#6B3FC2; }

.reward-pepe{ background:#E3F9E5; color:#1F8A3D; }

.reward-dgb{ background:#DEF7FA; color:#0E7C86; }

.reward-dash{ background:#E3E8FB; color:#1E3A8A; }

.reward-fey{ background:#FCE4F1; color:#C2185B; }

.visit-btn{
    display:inline-block; padding:8px 16px;
    background:var(--white); border:1.5px solid var(--orange);
    color:var(--orange); border-radius:7px;
    font-size:13.5px; font-weight:600; text-decoration:none;
    white-space:nowrap;
    transition:all .15s ease;
  }

.visit-btn:hover{ background:var(--orange); color:var(--white); }

.empty-state{
    padding:60px 20px; text-align:center; color:var(--text-muted);
    display:none;
  }

.empty-state.show{ display:block; }

/* ---------- Mobile card view ---------- */

.row-mobile-meta{ display:none; }

/* ---------- Footer ---------- */

.note{
    background:var(--bg-soft); border:1px solid var(--border);
    border-radius:10px; padding:16px 20px; font-size:13.5px;
    color:var(--text-muted); margin-bottom:48px;
  }

.note strong{ color:var(--navy); }

footer{
    background:var(--navy);
    color:#B9C7E6;
    padding:36px 0;
  }

.footer-row{
    display:flex; justify-content:space-between; align-items:center;
    flex-wrap:wrap; gap:20px;
  }

.footer-row .logo{ font-size:16px; color:var(--white); }

.footer-row .logo-mark{ background:var(--orange); }

footer .copy{ font-size:13px; color:#9FB0D1; }

.social-icons{ display:flex; gap:12px; }

.social-icon{
    width:40px; height:40px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background:rgba(255,255,255,0.08);
    transition:transform .2s ease, background-color .2s ease;
  }

.social-icon svg{ width:18px; height:18px; fill:#C9D6EE; transition:fill .2s ease; }

.social-icon:hover{
    background:var(--hover-bg, var(--orange));
    transform:translateY(-5px);
  }

.social-icon:hover svg{ fill:var(--hover-icon, #FFFFFF); }

@media (max-width: 640px){
    .footer-row{ flex-direction:column; text-align:center; }
    .social-icons{ justify-content:center; }
  }

/* ---------- Responsive ---------- */

@media (max-width: 880px){
    .hero-grid{ grid-template-columns:1fr; }
    .featured{ max-width:none; width:100%; margin-left:0; }
    .hero h1{ font-size:34px; }
  }

@media (max-width: 720px){
    .nav-links{
      position:absolute; top:100%; left:0; right:0;
      background:var(--white); border-bottom:1px solid var(--border);
      flex-direction:column; align-items:stretch; gap:0;
      padding:8px 22px 20px; display:none;
      max-height:calc(100vh - 70px); overflow-y:auto;
    }
    .nav-links.open{ display:flex; }
    .nav-toggle{ display:block; }

    .nav-links > .nav-item{
      padding:13px 2px; width:100%;
      border-bottom:1px solid var(--border);
      justify-content:space-between;
    }
    .nav-drop{ width:100%; border-bottom:1px solid var(--border); }
    .nav-drop .drop-trigger{
      width:100%; padding:13px 2px;
      justify-content:space-between;
    }

    /* dropdowns become inline accordions on mobile */
    .drop-panel{
      position:static; opacity:1; visibility:visible; transform:none;
      border:none; box-shadow:none; border-radius:0;
      width:auto !important; left:auto !important;
      padding:0 0 10px; display:none;
      background:transparent;
    }
    .nav-drop.open .drop-panel{ display:block; }
    .panel-grid{ display:none; grid-template-columns:1fr; }
    .nav-drop.open .panel-grid{ display:grid; }
    .drop-panel a{ padding-left:14px; padding-right:14px; }
    .panel-grid a{ border-color:var(--border); background:var(--bg-soft); }

    /* centered full-width CTA */
    .nav-cta{
      margin-top:16px;
      display:block;
      width:100%;
      text-align:center;
      padding:13px 18px;
    }

    thead{ display:none; }
    table, tbody, tr, td{ display:block; width:100%; }
    tbody tr{
      border:1px solid var(--border); border-radius:12px;
      margin-bottom:14px; padding:16px;
      background:var(--white);
      text-align:left;
      position:relative;
    }
    tbody tr:hover{ background:var(--white); }
    tbody td{ padding:6px 0; border:none; }
    tbody td.cell-hide-mobile-label::before{ content:none; }
    td[data-label]::before{
      content:attr(data-label);
      display:block;
      font-size:11px; font-weight:600; letter-spacing:.3px;
      color:var(--text-muted); margin-bottom:3px;
      font-family:'DM Sans', sans-serif;
      text-align:left;
    }
    td[data-label="Faucet"]::before{ display:none; }
    td[data-label="Action"]::before{ display:none; }
    td[data-label="Action"]{ margin-top:14px; text-align:center; }
    td[data-label="Status"]{ display:none; }
    td[data-label="Last Tested"]{ display:none; }

    /* Rewards becomes a top-right badge, like a coin tag */
    td[data-label="Rewards"]{
      position:absolute; top:16px; right:16px;
      padding:0; margin:0; width:auto;
    }
    td[data-label="Rewards"]::before{ display:none; }

    /* Faucet row stays left-aligned, with room on the right for the badge */
    td[data-label="Faucet"]{ padding-right:90px; }
    .faucet-name{ justify-content:flex-start; }
    .faucet-name .avatar{ position:static; }

    /* Remaining detail rows: label left, value right, single divider above the first one */
    td[data-label="Payments"],
    td[data-label="Timer"]{
      display:flex; align-items:center; justify-content:space-between;
      padding:9px 0;
    }
    td[data-label="Payments"]::before,
    td[data-label="Timer"]::before{
      display:inline; margin-bottom:0; font-size:13px; font-weight:500;
      letter-spacing:0; text-transform:none; color:var(--text-muted);
    }
    td[data-label="Payments"]{ border-top:1px solid var(--border); margin-top:10px; }

    .status-badge{ justify-content:center; }
    .payment-tag{ justify-content:center; }
    .reward-tag{ justify-content:center; }
    .visit-btn{ display:inline-block; }
    .table-shell{ border:none; box-shadow:none; }
  }

@media (max-width: 480px){
    .wrap{ padding:0 18px; }
    .hero{ padding:48px 0 40px; }
    .hero h1{ font-size:28px; }
    .hero-stats{ gap:24px; }
  }

.hero{
    padding:40px 0 56px;
    background:
      radial-gradient(560px 280px at 88% -10%, var(--blue-soft) 0%, transparent 70%);
    position:relative;
    overflow:hidden;
    border-bottom:1px solid var(--border);
  }

.hero-grid{
    display:grid;
    grid-template-columns:7fr 3fr;
    gap:48px;
    align-items:start;
  }

.eyebrow-line .dash{
    width:9px; height:9px; border-radius:50%;
    background:#22C55E;
    box-shadow:0 0 0 0 rgba(34,197,94,0.6);
    animation:pulse-dot 2s infinite;
    flex-shrink:0;
  }

@keyframes pulse-dot{
    0%{ box-shadow:0 0 0 0 rgba(34,197,94,0.55); }
    70%{ box-shadow:0 0 0 8px rgba(34,197,94,0); }
    100%{ box-shadow:0 0 0 0 rgba(34,197,94,0); }
  }

.pill{
    padding:9px 16px; 
    border-radius:7px;
    border:1px solid var(--navy);
    background:var(--white);
    font-size:13.5px; 
    font-weight:500; 
    color:var(--text-muted);
    cursor:pointer; 
    transition:all .15s ease;
    font-family:'DM Sans', sans-serif;
  }

/* ---------- Category grid (Complete Faucet List) ---------- */

.categories-section{
    padding-top:56px;
    padding-bottom:70px;
    border-top:1px solid var(--border);
    margin-top:24px;
  }

.categories-section h2{ font-size:26px; color:var(--navy); }

.categories-section > p{ color:var(--text-muted); font-size:14.5px; margin-top:6px; max-width:640px; }

.category-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:16px;
    margin-top:26px;
  }

.category-card{
    display:flex; align-items:center; gap:12px;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:14px;
    padding:16px;
    text-decoration:none;
    transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  }

.category-card:hover{
    border-color:#C7D6F5;
    box-shadow:0 12px 24px -14px rgba(10,31,68,0.3);
    transform:translateY(-2px);
  }

.category-icon{
    width:44px; height:44px; border-radius:12px;
    display:flex; align-items:center; justify-content:center;
    font-size:20px; flex-shrink:0;
  }

.category-name{
    font-weight:700; font-size:14.5px; color:var(--navy);
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }

.category-count{ font-size:12px; color:var(--text-muted); margin-top:2px; }

@media (max-width: 980px){
    .category-grid{ grid-template-columns:repeat(3, 1fr); }
  }

@media (max-width: 640px){
    .category-grid{ grid-template-columns:repeat(2, 1fr); }
  }

@media (max-width: 420px){
    .category-grid{ grid-template-columns:1fr; }
  }

/* ---------- Learn Crypto section ---------- */

.learn-section{
    padding-top:56px;
    padding-bottom:80px;
    border-top:1px solid var(--border);
    margin-top:24px;
  }

.learn-section h2{ font-size:26px; color:var(--navy); }

.learn-section > p{ color:var(--text-muted); font-size:14.5px; margin-top:6px; max-width:760px; line-height:1.7; }

.learn-section > p a{ color:var(--blue); font-weight:600; text-decoration:none; }

.learn-section > p a:hover{ text-decoration:underline; }

.learn-tabs{ display:flex; gap:12px; margin-top:26px; flex-wrap:wrap; }

.learn-tab{
    padding:12px 22px; border-radius:10px;
    border:1px solid var(--blue); background:var(--white);
    font-size:14px; font-weight:600; color:var(--text-muted);
    font-family:'DM Sans', sans-serif; cursor:pointer;
    transition:all .15s ease;
  }

.learn-tab:hover{ border-color:var(--blue); color:var(--navy); }

.learn-tab.active{ border-color:var(--orange); color:var(--orange); background:var(--orange-soft); }

.learn-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    margin-top:22px;
  }

.learn-card{
    display:block; text-decoration:none;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:14px;
    overflow:hidden;
    transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  }

.learn-card:hover{
    border-color:#C7D6F5;
    box-shadow:0 14px 28px -16px rgba(10,31,68,0.32);
    transform:translateY(-3px);
  }

.learn-banner{
    height:170px;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    gap:10px;
    position:relative;
    overflow:hidden;
  }

.learn-banner::before{
    content:"";
    position:absolute; inset:0;
    background-image:
      radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12) 0, transparent 40%),
      radial-gradient(circle at 80% 75%, rgba(255,255,255,0.1) 0, transparent 45%);
  }

.learn-banner-icon{ font-size:34px; position:relative; z-index:1; }

.learn-banner-label{
    font-family:'IBM Plex Mono', monospace;
    font-size:15px; font-weight:600; letter-spacing:1px;
    color:var(--white); text-transform:uppercase;
    position:relative; z-index:1;
  }

.learn-body{ padding:18px 20px 22px; }

.learn-body h3{ font-size:17px; color:var(--navy); }

.learn-body p{ margin-top:8px; font-size:13.5px; color:var(--text-muted); line-height:1.6; }

@media (max-width: 880px){
    .learn-grid{ grid-template-columns:1fr; }
  }

.faucet-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    margin:8px 0 60px;
  }

.faucet-card{
    border:1px solid var(--border);
    border-radius:14px;
    background:var(--white);
    padding:18px;
    display:flex; flex-direction:column; gap:14px;
    text-decoration:none;
    transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  }

.faucet-card:hover{
    border-color:#C7D6F5;
    box-shadow:0 12px 24px -14px rgba(10,31,68,0.3);
    transform:translateY(-2px);
  }

.fc-top{ display:flex; align-items:flex-start; gap:12px; }

.fc-id{ min-width:0; flex:1; }

.fc-name{
    font-weight:700; font-size:15.5px; color:var(--navy);
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }

.fc-sub{ font-size:12px; color:var(--text-muted); margin-top:1px; }

.fc-stats{
    display:flex; flex-direction:column; gap:8px;
    padding-top:12px; border-top:1px solid var(--border);
  }

.fc-stat{ display:flex; align-items:center; justify-content:space-between; gap:10px; }

.fc-label{ font-size:12px; color:var(--text-muted); }

.fc-value{ font-size:13.5px; text-align:right; }

.fc-bottom{
    display:flex; align-items:center; justify-content:space-between;
    gap:10px; padding-top:12px; border-top:1px solid var(--border);
  }

.fc-bottom .visit-btn{ padding:7px 14px; font-size:13px; }

@media (max-width: 980px){
    .faucet-grid{ grid-template-columns:repeat(2, 1fr); }
  }

@media (max-width: 560px){
    .faucet-grid{ grid-template-columns:1fr; }
  }

footer{
    background:var(--navy);
    color:#B9C7E6;
    padding:64px 0 0;
    margin-top:0;
  }

.footer-top{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1fr;
    gap:40px;
    padding-bottom:44px;
    border-bottom:1px solid rgba(255,255,255,0.1);
  }

.footer-brand .logo{ color:var(--white); font-size:17px; }

.footer-brand .logo-mark{ background:var(--orange); }

.footer-brand p{
    margin-top:14px; font-size:13.5px; line-height:1.6;
    color:#9FB0D1; max-width:280px;
  }

.social-icons{ display:flex; gap:12px; margin-top:22px; }

.footer-col h4{
    font-size:13px; font-weight:600; letter-spacing:.3px;
    text-transform:uppercase; color:var(--white); margin-bottom:16px;
  }

.footer-col{ display:flex; flex-direction:column; gap:11px; }

.footer-col a{
    font-size:13.5px; color:#9FB0D1; text-decoration:none;
    transition:color .15s ease;
  }

.footer-col a:hover{ color:var(--white); }

.footer-bottom{
    display:flex; justify-content:space-between; align-items:center;
    flex-wrap:wrap; gap:12px;
    padding-top:24px; padding-bottom:28px;
  }

.footer-bottom .copy{ font-size:12.5px; color:#8598BC; }

.footer-legal-inline{ display:flex; gap:18px; flex-wrap:wrap; }

.footer-legal-inline a{ font-size:12.5px; color:#8598BC; text-decoration:none; }

.footer-legal-inline a:hover{ color:var(--white); }

@media (max-width: 820px){
    .footer-top{ grid-template-columns:1fr 1fr; }
  }

@media (max-width: 520px){
    .footer-top{ grid-template-columns:1fr; gap:32px; padding-bottom:36px; }
    .social-icons{ justify-content:center; }
    .footer-bottom{
      flex-direction:column; align-items:center;
      text-align:center;
      gap:14px; padding-top:26px;
    }
    .footer-bottom .copy{ line-height:1.6; }
    .footer-legal-inline{ justify-content:center; }
  }

@media (max-width: 720px){
    .nav-links{
      position:absolute; top:100%; left:0; right:0;
      background:var(--white); border-bottom:1px solid var(--border);
      flex-direction:column; align-items:stretch; gap:0;
      padding:8px 22px 20px; display:none;
      max-height:calc(100vh - 70px); overflow-y:auto;
    }
    .nav-links.open{ display:flex; }
    .nav-toggle{ display:block; }

    .nav-links > .nav-item{
      padding:13px 2px; width:100%;
      border-bottom:1px solid var(--border);
      justify-content:space-between;
    }
    .nav-drop{ width:100%; border-bottom:1px solid var(--border); }
    .nav-drop .drop-trigger{
      width:100%; padding:13px 2px;
      justify-content:space-between;
    }

    /* dropdowns become inline accordions on mobile */
    .drop-panel{
      position:static; opacity:1; visibility:visible; transform:none;
      border:none; box-shadow:none; border-radius:0;
      width:auto !important; left:auto !important;
      padding:0 0 10px; display:none;
      background:transparent;
    }
    .nav-drop.open .drop-panel{ display:block; }
    .panel-grid{ display:none; grid-template-columns:1fr; }
    .nav-drop.open .panel-grid{ display:grid; }
    .drop-panel a{ padding-left:14px; padding-right:14px; }
    .panel-grid a{ border-color:var(--border); background:var(--bg-soft); }

    /* centered full-width CTA */
    .nav-cta{
      margin-top:16px;
      display:block;
      width:100%;
      text-align:center;
      padding:13px 18px;
    }
  }

@media (max-width: 480px){
    .wrap{ padding-left:18px; padding-right:18px; }
    .hero{ padding:48px 0 40px; }
    .hero h1{ font-size:28px; }
    .hero-stats{ gap:24px; }
  }

.controls{
    padding:40px 0 0;
  }

@media (max-width: 720px){
    .nav-links{
      position:absolute; top:100%; left:0; right:0;
      background:var(--white); border-bottom:1px solid var(--border);
      flex-direction:column; align-items:stretch; gap:0;
      padding:8px 22px 20px; display:none;
      max-height:calc(100vh - 70px); overflow-y:auto;
    }
    .nav-links.open{ display:flex; }
    .nav-toggle{ display:block; }

    .nav-links > .nav-item{
      padding:13px 2px; width:100%;
      border-bottom:1px solid var(--border);
      justify-content:space-between;
    }
    .nav-drop{ width:100%; border-bottom:1px solid var(--border); }
    .nav-drop .drop-trigger{
      width:100%; padding:13px 2px;
      justify-content:space-between;
    }

    /* dropdowns become inline accordions on mobile */
    .drop-panel{
      position:static; opacity:1; visibility:visible; transform:none;
      border:none; box-shadow:none; border-radius:0;
      width:auto !important; left:auto !important;
      padding:0 0 10px; display:none;
      background:transparent;
    }
    .nav-drop.open .drop-panel{ display:block; }
    .panel-grid{ display:none; grid-template-columns:1fr; }
    .nav-drop.open .panel-grid{ display:grid; }
    .drop-panel a{ padding-left:14px; padding-right:14px; }
    .panel-grid a{ border-color:var(--border); background:var(--bg-soft); }

    /* centered full-width CTA */
    .nav-cta{
      margin-top:16px;
      display:block;
      width:100%;
      text-align:center;
      padding:13px 18px;
    }

    thead{ display:none; }
    table, tbody, tr, td{ display:block; width:100%; }
    tbody tr{
      border:1px solid var(--border); border-radius:12px;
      margin-bottom:14px; padding:14px 16px;
      background:var(--white);
      text-align:center;
    }
    tbody tr:hover{ background:var(--white); }
    tbody td{ padding:6px 0; border:none; }
    tbody td.cell-hide-mobile-label::before{ content:none; }
    td[data-label]::before{
      content:attr(data-label);
      display:block;
      font-size:11px; font-weight:600; letter-spacing:.3px;
      color:var(--text-muted); margin-bottom:3px;
      font-family:'DM Sans', sans-serif;
      text-align:center;
    }
    td[data-label="Faucet"]::before{ display:none; }
    td[data-label="Action"]::before{ display:none; }
    td[data-label="Action"]{ margin-top:8px; }
    .faucet-name{ justify-content:center; }
    .status-badge{ justify-content:center; }
    .payment-tag{ justify-content:center; }
    .reward-tag{ justify-content:center; }
    .visit-btn{ display:inline-block; }
    .table-shell{ border:none; box-shadow:none; }
  }

/* ---------- Blog page ---------- */

.blog-hero{ padding-top:40px; padding-bottom:8px; }

.blog-hero h1{ font-size:32px; color:var(--navy); }

.blog-hero p{ color:var(--text-muted); font-size:1.0625rem; margin-top:8px; max-width:640px; }

.blog-layout{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px;
    padding-top:32px;
    padding-bottom:30px;
    align-items:stretch;
  }

.blog-post-card{
    display:flex; flex-direction:column;
    text-decoration:none;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:14px;
    overflow:hidden;
    height:100%;
    transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  }

.blog-post-card:hover{
    border-color:#C7D6F5;
    box-shadow:0 14px 28px -16px rgba(10,31,68,0.32);
    transform:translateY(-3px);
  }

.blog-post-thumb{
    width:100%; aspect-ratio:1200/630;
    flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    font-size:40px;
    position:relative; overflow:hidden;
  }

.blog-post-thumb::before{
    content:"";
    position:absolute; inset:0;
    background-image:
      radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12) 0, transparent 40%),
      radial-gradient(circle at 80% 75%, rgba(255,255,255,0.1) 0, transparent 45%);
  }

.blog-post-body{
    padding:20px 22px 24px;
    display:flex; flex-direction:column;
    flex:1;
  }

.blog-post-meta{
    display:flex; align-items:center; gap:10px;
    font-size:12px; color:var(--text-muted); margin-bottom:10px;
    font-family:'IBM Plex Mono', monospace;
  }

.blog-post-meta .cat-tag{
    background:var(--blue-soft); color:var(--navy-2);
    padding:3px 10px; border-radius:20px; font-weight:600;
    font-family:'DM Sans', sans-serif; font-size:11.5px;
  }

.blog-post-body h2{ font-size:19px; color:var(--navy); line-height:1.3; }

.blog-post-body p{ margin-top:8px; font-size:1.0625rem; color:var(--text-muted); line-height:1.6; flex:1; }

.blog-post-readmore{
    display:inline-block; margin-top:14px;
    font-size:13px; font-weight:600; color:var(--blue); text-decoration:none;
  }

.blog-post-readmore:hover{ text-decoration:underline; }

.blog-pagination{
    display:flex; justify-content:center; gap:8px; margin:8px 0 70px;
  }

.blog-pagination button{
    width:36px; height:36px; border-radius:8px;
    border:1px solid var(--border); background:var(--white);
    font-family:'DM Sans', sans-serif; font-weight:600; font-size:13.5px;
    color:var(--text-muted); cursor:pointer;
  }

.blog-pagination button.active{ border-color:var(--orange); color:var(--orange); background:var(--orange-soft); }

.blog-pagination button:hover{ border-color:var(--blue); color:var(--navy); }

/* ---------- Sidebar ---------- */

.sidebar{ display:flex; flex-direction:column; gap:20px; position:sticky; top:88px; }

.sidebar-card{
    background:var(--white);
    border:1px solid var(--border);
    border-radius:14px;
    padding:20px 22px;
  }

.sidebar-card h3{ font-size:15px; color:var(--navy); margin-bottom:14px; }

.sidebar-search{
    display:flex; align-items:center; gap:8px;
    border:1px solid var(--border); border-radius:10px;
    padding:10px 14px; background:var(--bg-soft);
  }

.sidebar-search input{
    border:none; outline:none; background:transparent;
    font-size:13.5px; font-family:'DM Sans', sans-serif;
    color:var(--text); width:100%;
  }

.sidebar-search svg{ flex-shrink:0; stroke:var(--text-muted); }

.cat-list{ display:flex; flex-direction:column; gap:10px; }

.cat-list a{
    display:flex; justify-content:space-between; align-items:center;
    text-decoration:none; color:var(--text); font-size:13.5px;
    padding:6px 0;
  }

.cat-list a:hover{ color:var(--blue); }

.cat-list .count{
    font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--text-muted);
    background:var(--bg-soft); padding:2px 8px; border-radius:20px;
  }

.recent-post{
    display:flex; gap:12px; align-items:flex-start;
    text-decoration:none; padding:10px 0;
    border-top:1px solid var(--border);
  }

.recent-post:first-of-type{ border-top:none; padding-top:0; }

.recent-thumb{
    width:52px; height:52px; border-radius:10px; flex-shrink:0;
    display:flex; align-items:center; justify-content:center; font-size:20px;
  }

.recent-post-id{ min-width:0; }

.recent-post-id h4{
    font-size:13px; color:var(--navy); font-weight:600; line-height:1.35;
    white-space:normal;
  }

.recent-post-id span{ font-size:11.5px; color:var(--text-muted); }

.tag-cloud{ display:flex; flex-wrap:wrap; gap:8px; }

.tag-cloud a{
    text-decoration:none; font-size:12.5px; color:var(--text-muted);
    background:var(--bg-soft); border:1px solid var(--border);
    padding:5px 12px; border-radius:20px;
    transition:all .15s ease;
  }

.tag-cloud a:hover{ border-color:var(--blue); color:var(--navy); }

.newsletter-card{ background:var(--navy); border:none; color:#B9C7E6; }

.newsletter-card h3{ color:var(--white); }

.newsletter-card p{ font-size:13px; color:#9FB0D1; margin-bottom:14px; line-height:1.5; }

.newsletter-card input{
    width:100%; padding:10px 12px; border-radius:8px; border:1px solid rgba(255,255,255,0.15);
    background:rgba(255,255,255,0.08); color:var(--white); font-size:13px;
    font-family:'DM Sans', sans-serif; margin-bottom:10px;
  }

.newsletter-card input::placeholder{ color:#8598BC; }

.newsletter-card button{
    width:100%; padding:10px; border:none; border-radius:8px;
    background:var(--orange); color:var(--white); font-weight:600;
    font-size:13.5px; cursor:pointer; font-family:'DM Sans', sans-serif;
  }

.newsletter-card button:hover{ background:#F06A16; }

@media (max-width: 880px){
    .blog-layout{ grid-template-columns:1fr; }
  }

.blog-hero{ padding:20px 0 8px; }

.blog-hero p{ color:var(--text-muted); font-size:14.5px; margin-top:8px; max-width:640px; }

.blog-layout{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px;
    padding:32px 0 30px;
    align-items:start;
  }

.blog-post-card{
    display:block; text-decoration:none;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:14px;
    overflow:hidden;
    transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  }

.blog-post-thumb{
    height:180px;
    display:flex; align-items:center; justify-content:center;
    font-size:40px;
    position:relative; overflow:hidden;
  }

.blog-post-body{ padding:20px 22px 24px; }

.blog-post-body p{ margin-top:8px; font-size:13.5px; color:var(--text-muted); line-height:1.6; }

/* ---------- About page ---------- */

.about-kicker{
    display:inline-block; font-size:12.5px; font-weight:700;
    letter-spacing:1px; text-transform:uppercase; color:var(--orange);
    margin-bottom:12px;
  }

.about-section{ padding-top:20px; padding-bottom:20px; max-width:760px; }

.about-section-first{ padding-top:40px; }

.about-section h2{ margin-bottom:14px; }

.about-section p{
    color:var(--text-muted); line-height:1.75;
    margin-bottom:16px;
  }

.about-section p:last-child{ margin-bottom:0; }

.about-divider{ border-top:1px solid var(--border); }

.about-blockquote{
    display:flex; gap:12px;
    background:var(--blue);
    border-left:4px solid var(--orange);
    border-radius:0 10px 10px 0;
    padding:18px 20px;
    margin:8px 0 0;
  }

.about-blockquote .bq-icon{ font-size:16px; flex-shrink:0; line-height:1.4; }

.about-blockquote .bq-body strong{
    display:block; color:var(--white); font-size:14.5px; margin-bottom:6px;
  }

.about-blockquote .bq-body p{
    margin:0; font-size:14px; color:#E3ECFE; line-height:1.65;
  }

.about-values{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    margin-top:8px;
  }

.value-card{
    background:var(--white);
    border:1px solid var(--border);
    border-radius:14px;
    padding:22px;
  }

.value-card .value-icon{
    width:42px; height:42px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    font-size:19px; margin-bottom:14px;
  }

.value-card h3{ font-size:15.5px; color:var(--navy); margin-bottom:8px; }

.value-card p{ font-size:13.5px; color:var(--text-muted); line-height:1.6; margin:0; }

.about-cta{
    background:var(--navy);
    border-radius:16px;
    padding:44px 40px;
    text-align:center;
    margin:20px 0 70px;
  }

.about-cta h2{ color:var(--white); font-size:24px; }

.about-cta p{ color:#9FB0D1; font-size:14.5px; margin-top:10px; }

.about-cta .nav-cta{ display:inline-flex; margin-top:20px; }

@media (max-width: 780px){
    .about-values{ grid-template-columns:1fr; }
    .about-section h2{ font-size:20px; }
  }

/* ---------- Blog content page ---------- */

.post-layout{
    display:grid;
    grid-template-columns:2.2fr 1fr;
    gap:36px;
    padding-top:32px;
    padding-bottom:80px;
    align-items:start;
  }

.post-breadcrumb{
    font-size:13px; color:var(--text-muted); margin-bottom:18px;
  }

.post-breadcrumb a{ color:var(--blue); text-decoration:none; }

.post-breadcrumb a:hover{ text-decoration:underline; }

.post-meta{
    display:flex; align-items:center; gap:10px;
    font-size:12px; color:var(--text-muted); margin-bottom:14px;
    font-family:'IBM Plex Mono', monospace;
  }

.post-meta .cat-tag{
    background:var(--blue-soft); color:var(--navy-2);
    padding:3px 10px; border-radius:20px; font-weight:600;
    font-family:'DM Sans', sans-serif; font-size:11.5px;
  }

.post-title{ font-size:2rem; line-height:1.25; margin-bottom:20px; }

.ad-slot{
    width:100%; max-width:728px;
    aspect-ratio:728/90;
    margin:0 0 22px;
    background:var(--bg-soft);
    border:1px dashed var(--border);
    border-radius:8px;
    display:flex; align-items:center; justify-content:center;
    overflow:hidden;
  }

.ad-slot-sidebar{
    max-width:none;
    aspect-ratio:300/250;
    margin:0;
  }

.post-banner{
    width:100%; aspect-ratio:1200/630; border-radius:14px;
    display:flex; align-items:center; justify-content:center;
    font-size:56px; position:relative; overflow:hidden;
    margin-bottom:28px;
  }

.post-banner::before{
    content:"";
    position:absolute; inset:0;
    background-image:
      radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12) 0, transparent 40%),
      radial-gradient(circle at 80% 75%, rgba(255,255,255,0.1) 0, transparent 45%);
  }

.post-body p{ margin-bottom:18px; color:var(--text); line-height:1.75; }

.post-body h2{ margin:32px 0 14px; }

.post-body h3{ margin:24px 0 10px; }

.post-body ul{ margin:0 0 18px; padding-left:22px; color:var(--text); line-height:1.8; }

.post-body li{ margin-bottom:6px; }

.post-body a{ color:var(--blue); }

.post-callout{
    display:flex; gap:12px;
    background:var(--blue);
    border-left:4px solid var(--orange);
    border-radius:0 10px 10px 0;
    padding:18px 20px;
    margin:8px 0 26px;
  }

.post-callout .bq-icon{ font-size:16px; flex-shrink:0; line-height:1.4; }

.post-callout .bq-body strong{ display:block; color:var(--white); font-size:14.5px; margin-bottom:6px; }

.post-callout .bq-body p{ margin:0; font-size:14px; color:#E3ECFE; line-height:1.65; }

.post-tags{ display:flex; flex-wrap:wrap; gap:8px; margin:30px 0; }

.post-tags a{
    text-decoration:none; font-size:12.5px; color:var(--text-muted);
    background:var(--bg-soft); border:1px solid var(--border);
    padding:5px 12px; border-radius:20px;
    transition:all .15s ease;
  }

.post-tags a:hover{ border-color:var(--blue); color:var(--navy); }

.post-author{
    display:flex; align-items:center; gap:14px;
    padding:20px; border:1px solid var(--border); border-radius:14px;
    margin-top:10px;
  }

.post-author .avatar{ width:44px; height:44px; border-radius:50%; }

.post-author h4{ font-size:14.5px; color:var(--navy); }

.post-author p{ margin:2px 0 0; font-size:13px; color:var(--text-muted); }

@media (max-width: 880px){
    .post-layout{ grid-template-columns:1fr; }
    .sidebar{ position:static; }
    .post-title{ font-size:1.6rem; }
    .post-banner{ font-size:40px; }
  }
