/* FreeToolkit.bond - Professional Swiss Editorial */
:root{
  --bg:#fafaf8;
  --panel:#ffffff;
  --ink:#0a0a0a;
  --muted:#6b6b76;
  --muted2:#a1a1aa;
  --line:#e7e5e4;
  --line2:#f1f1ef;
  --accent:#111;
  --green:#0a7a42;
  --orange:#ff3f17;
  --radius:10px;
  --shadow:0 10px 30px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:"Geist", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-font-smoothing:antialiased;
  line-height:1.5;
}
img{max-width:100%}
a{color:inherit; text-decoration:none}
.container{max-width:1180px; margin:0 auto; padding:0 24px}

/* Header */
.header{
  position:sticky; top:0; z-index:50;
  background:rgba(250,250,248,.85);
  backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex; justify-content:space-between; align-items:center; height:62px}
.logo{display:flex; align-items:center; gap:10px; cursor:pointer; user-select:none}
.logo-mark{width:32px; height:32px; border-radius:9px; overflow:hidden; display:flex; flex-shrink:0; box-shadow:0 1px 2px rgba(0,0,0,.08)}
.logo-mark svg{width:100%; height:100%; display:block}
.logo-text{font-weight:650; font-size:15.5px; letter-spacing:-.02em}
.logo-dot{opacity:.5}
.nav{display:flex; gap:24px; align-items:center; font-size:13.5px}
.nav a{color:var(--muted); font-weight:500}
.nav a:hover{color:var(--ink)}
.nav-count{font-size:12px; color:var(--muted2); border:1px solid var(--line); padding:4px 10px; border-radius:999px; background:white}

/* Hero */
.hero{padding:72px 0 36px; border-bottom:1px solid var(--line)}
.hero-grid{display:grid; grid-template-columns:1.15fr .85fr; gap:48px; align-items:start}
.badge{display:inline-flex; align-items:center; gap:8px; font-size:12px; letter-spacing:.02em; font-weight:500; color:var(--muted); border:1px solid var(--line); padding:6px 12px; border-radius:999px; background:white; margin-bottom:20px}
.badge-dot{width:6px; height:6px; background:var(--green); border-radius:50%; box-shadow:0 0 0 4px rgba(10,122,66,.15)}
.hero-left h1{font-size:54px; line-height:.95; letter-spacing:-.04em; font-weight:700; margin:0 0 18px; max-width:14ch}
.hero-left h1 em{font-family:"Newsreader", serif; font-weight:400; font-style:italic; letter-spacing:-.03em}
.hero-sub{font-size:17px; color:var(--muted); max-width:46ch; margin:0 0 26px; line-height:1.55}
.hero-cta{display:flex; flex-wrap:wrap; gap:22px; align-items:center}
.btn{appearance:none; border:1px solid var(--ink); background:var(--ink); color:white; padding:12px 18px; border-radius:999px; font-weight:600; font-size:14px; cursor:pointer; transition:.15s; display:inline-flex; align-items:center; gap:8px; letter-spacing:-.01em}
.btn:hover{transform:translateY(-1px); box-shadow:var(--shadow)}
.btn:active{transform:translateY(0)}
.btn-primary{}
.btn-outline{background:white; color:var(--ink); border-color:var(--line)}
.btn-ghost{background:transparent; color:var(--ink); border-color:transparent}
.btn-sm{padding:7px 12px; font-size:12.5px}
.btn-full{width:100%; justify-content:center; padding:14px}

.hero-social{display:flex; gap:10px; align-items:center; font-size:12.5px; color:var(--muted)}
.avatars{display:flex}
.av{width:24px; height:24px; border-radius:50%; border:2px solid white; margin-left:-6px; background:#ddd}
.av1{background:#111} .av2{background:#888} .av3{background:#cfc9c2}
.av:first-child{margin-left:0}

.hero-card{background:white; border:1px solid var(--line); border-radius:16px; padding:18px; box-shadow:0 10px 40px rgba(0,0,0,.05)}
.hero-card-top{display:flex; justify-content:space-between; align-items:center; font-size:11px; letter-spacing:.12em; font-weight:600; color:var(--muted2); margin-bottom:16px}
.live{display:flex; gap:6px; align-items:center; color:var(--green); letter-spacing:.06em}
.live span{width:6px; height:6px; background:var(--green); border-radius:50%; display:inline-block; animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column}
.hero-list li{display:flex; gap:14px; padding:14px 0; border-top:1px solid var(--line2)}
.hero-list li strong{font-size:11px; color:var(--muted2); margin-top:3px}
.hero-list b{font-size:13.5px; display:block; margin-bottom:2px}
.hero-list p{margin:0; font-size:13px; color:var(--muted)}
.hero-note{margin-top:12px; font-size:12px; color:var(--muted); border-top:1px dashed var(--line); padding-top:12px}

/* Filter - Pro */
.filter-bar{position:sticky; top:62px; z-index:40; background:rgba(250,250,248,.92); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); padding:12px 0 10px}
.filter-inner{display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:10px}
.filters{display:flex; gap:8px; overflow:auto; scrollbar-width:none}
.filters::-webkit-scrollbar{display:none}
.filter{appearance:none; border:1px solid var(--line); background:white; padding:7px 14px; border-radius:999px; font-size:13px; font-weight:500; color:var(--muted); cursor:pointer; white-space:nowrap; transition:.15s}
.filter.active{background:var(--ink); color:white; border-color:var(--ink)}
.filter:hover{border-color:var(--ink); color:var(--ink)}
.filter.active:hover{color:white}
.search-wrap{position:relative; display:flex; align-items:center}
.search-wrap input{border:1px solid var(--line); background:white; padding:9px 36px 9px 36px; border-radius:999px; font-size:13.5px; width:300px; outline:none; transition:.15s}
.search-wrap input:focus{border-color:var(--ink); box-shadow:0 0 0 3px rgba(0,0,0,.05); width:340px}
.search-wrap svg{position:absolute; left:12px; color:var(--muted2); pointer-events:none}
.pro-search .search-kbd{position:absolute; right:10px; font-size:11px; border:1px solid var(--line); background:#fcfcfa; padding:2px 6px; border-radius:5px; color:var(--muted2); font-family:ui-monospace,monospace}
.pro-search:focus-within .search-kbd{opacity:0}
.clear-search{position:absolute; right:36px; width:18px; height:18px; border-radius:50%; border:1px solid var(--line); background:white; cursor:pointer; display:grid; place-items:center; font-size:10px; line-height:1}
.tag-bar{display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap}
.tag-bar-left{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.tag-label{font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--muted2); font-weight:600}
.tag-pills{display:flex; gap:6px; flex-wrap:wrap}
.tag-pill{appearance:none; border:1px solid var(--line); background:white; padding:5px 11px; border-radius:999px; font-size:12px; font-weight:500; color:var(--muted); cursor:pointer; transition:.15s; display:inline-flex; gap:5px; align-items:center}
.tag-pill:hover{border-color:var(--ink); color:var(--ink)}
.tag-pill.active{background:var(--ink); color:white; border-color:var(--ink)}
.tag-pill .tag-count{font-size:10px; opacity:.6; background:rgba(0,0,0,.06); padding:1px 6px; border-radius:999px}
.tag-pill.active .tag-count{background:rgba(255,255,255,.18); opacity:1}
.tag-bar-right{display:flex; align-items:center; gap:10px}
.active-filters{display:flex; gap:6px; flex-wrap:wrap}
.active-filter{font-size:11.5px; background:#111; color:white; padding:4px 10px; border-radius:999px; display:inline-flex; gap:6px; align-items:center}
.active-filter button{background:rgba(255,255,255,.2); border:0; color:white; width:16px; height:16px; border-radius:50%; cursor:pointer; display:grid; place-items:center; font-size:10px}
.results-count{font-size:12px; color:var(--muted2)}
@media(max-width:900px){.filter-inner{flex-direction:column; align-items:stretch} .search-wrap input{width:100%} .search-wrap input:focus{width:100%} .tag-bar{flex-direction:column; align-items:stretch}}

/* Toolkits */
.toolkits{padding:36px 0 80px}
.section-head{display:flex; justify-content:space-between; align-items:end; margin-bottom:24px; gap:16px; flex-wrap:wrap}
.section-head h2{font-size:28px; letter-spacing:-.03em; margin:0}
.section-head p{margin:0; color:var(--muted); font-size:14px}
.grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.toolkit-pagination{display:flex; justify-content:center; align-items:center; gap:6px; flex-wrap:wrap; margin-top:32px}
.page-btn{min-width:38px; height:38px; padding:0 12px; border-radius:8px; border:1px solid var(--line); background:white; color:var(--ink); font-size:13px; font-weight:500; cursor:pointer}
.page-btn:hover:not(:disabled){border-color:var(--ink)}
.page-btn.active{background:var(--ink); color:white; border-color:var(--ink)}
.page-btn:disabled{opacity:.4; cursor:not-allowed}
@media(max-width:1024px){.hero-grid{grid-template-columns:1fr} .grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.grid{grid-template-columns:1fr} .filter-inner{flex-direction:column; align-items:stretch} .search-wrap input{width:100%} .hero-left h1{font-size:38px}}

.card{background:white; border:1px solid var(--line); border-radius:14px; padding:16px; display:flex; flex-direction:column; transition:.15s; position:relative; overflow:hidden}
.card:hover{border-color:#c2c0bd; transform:translateY(-2px); box-shadow:var(--shadow)}
.card-top{display:flex; justify-content:space-between; align-items:center; margin-bottom:14px}
.card-icon{width:36px; height:36px; border-radius:9px; background:#111; color:white; display:grid; place-items:center; font-weight:700; font-size:12px; letter-spacing:.02em}
.card-badge{font-size:10px; letter-spacing:.08em; font-weight:700; padding:4px 8px; border-radius:999px; background:#111; color:white}
.card-badge.new{background:#f4f4f5; color:var(--muted); border:1px solid var(--line)}
.card-badge.popular{background:var(--orange)}
.card h3{font-size:15.5px; line-height:1.25; letter-spacing:-.01em; margin:0 0 6px}
.card p{font-size:13px; color:var(--muted); margin:0 0 12px; line-height:1.5; min-height:38px}
.card-tags{display:flex; gap:5px; flex-wrap:wrap; margin-bottom:12px}
.card-tag{font-size:10.5px; padding:3px 8px; border-radius:999px; background:#f6f5f2; border:1px solid var(--line2); color:var(--muted); cursor:pointer; transition:.12s}
.card-tag:hover{border-color:var(--ink); color:var(--ink)}
.card-meta{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:16px}
.meta{font-size:11px; color:var(--muted); border:1px solid var(--line2); padding:4px 8px; border-radius:999px; background:#fcfcfb}
.card-cta{margin-top:auto; display:flex; flex-direction:column; gap:8px}
.card-cta-row{display:flex; gap:8px}
.btn-card{flex:1; justify-content:center; background:white; color:var(--ink); border-color:var(--line); font-size:13px; padding:10px}
.btn-card:hover{background:var(--ink); color:white; border-color:var(--ink)}
.card-share{flex:0 0 auto; padding:10px 12px; font-size:12px; white-space:nowrap}

/* Toolkit Detail Page */
.toolkit-detail-section{padding:48px 0 24px}
.back-link{display:inline-block; font-size:13px; color:var(--muted); margin-bottom:20px; text-decoration:none}
.back-link:hover{color:var(--ink)}
.detail-head{display:flex; gap:16px; align-items:flex-start; margin-bottom:16px}
.detail-icon{width:56px; height:56px; border-radius:14px; font-size:18px; flex-shrink:0}
.detail-head h1{font-size:30px; line-height:1.2; margin:0}
.detail-tags{margin-bottom:24px}
.detail-cta{display:flex; gap:10px; margin-bottom:32px}
.detail-cta .btn-primary{flex:0 0 auto}
.detail-body{max-width:720px; line-height:1.7; color:var(--ink)}
.detail-body p{margin-bottom:14px}
.detail-notfound{text-align:center; padding:80px 20px}
.detail-notfound h1{margin-bottom:8px}
.detail-notfound p{color:var(--muted); margin-bottom:20px}

/* Why */
.why{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:white; padding:48px 0}
.why-grid{display:grid; grid-template-columns:.8fr 1.2fr; gap:40px}
.why h3{font-size:32px; letter-spacing:-.03em; margin:0; line-height:.95}
.why-text p{margin:0 0 14px; color:var(--muted); font-size:15px; line-height:1.6}
.why-points{display:flex; gap:16px; flex-wrap:wrap; margin-top:16px; font-size:13px; color:var(--ink); font-weight:500}
.why-points b{color:var(--green); margin-right:4px}

/* WSO - WarriorPlus RSS */
.wso-section{background:white; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:48px 0}
.wso-kicker{font-size:11px; letter-spacing:.14em; text-transform:uppercase; font-weight:700; color:var(--orange); display:block; margin-bottom:8px}
.wso-live{font-size:11px; letter-spacing:.06em; font-weight:600; color:var(--green); border:1px solid #a6f4c5; background:#ecfdf3; padding:4px 10px; border-radius:999px; display:inline-flex; align-items:center; gap:6px}
.wso-live span{width:6px; height:6px; background:var(--green); border-radius:50%; display:inline-block; animation:pulse 1.6s infinite}
.wso-meta{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:20px; align-items:center}
.wso-meta p{margin:0; font-size:13px; color:var(--muted)}
.wso-meta code{font-size:11px; background:#f6f5f2; padding:2px 6px; border-radius:5px; border:1px solid var(--line)}
.wso-updated{font-size:12px; color:var(--muted2); font-family:ui-monospace,monospace}
.wso-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.wso-card{background:#fcfcfa; border:1px solid var(--line); border-radius:14px; padding:18px; display:flex; flex-direction:column; transition:.15s; position:relative}
.wso-card:hover{border-color:#111; transform:translateY(-2px); box-shadow:var(--shadow); background:white}
.wso-card-top{display:flex; justify-content:space-between; align-items:center; margin-bottom:10px}
.wso-card-badge{font-size:10px; letter-spacing:.08em; font-weight:700; padding:4px 8px; border-radius:999px; background:#111; color:white}
.wso-card-badge.wso-new{background:var(--orange)}
.wso-card h3{font-size:15px; line-height:1.25; margin:0 0 8px; letter-spacing:-.01em}
.wso-card p{font-size:13px; color:var(--muted); line-height:1.5; margin:0 0 12px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden}
.wso-card-meta{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:14px}
.wso-card-cta{margin-top:auto}
.wso-skeleton{background:white; border:1px solid var(--line); border-radius:14px; padding:18px; display:flex; flex-direction:column; gap:12px}
.wso-skel-line{height:12px; background:linear-gradient(90deg,#f1f1ef 25%,#e7e5e4 50%,#f1f1ef 75%); background-size:200% 100%; animation:shimmer 1.4s infinite; border-radius:6px}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media(max-width:1024px){.wso-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.wso-grid{grid-template-columns:1fr}}

/* Founder - ThanhDaisy9x */
.founder{background:#0a0a0a; color:#f5f5f3; padding:64px 0; border-top:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a}
.founder-kicker{font-size:11px; letter-spacing:.14em; text-transform:uppercase; font-weight:700; color:#888; display:block; margin-bottom:14px}
.founder-head h2{font-size:36px; letter-spacing:-.03em; margin:0 0 32px; line-height:.95; max-width:14ch}
.founder-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:48px}
.founder-left{display:flex; flex-direction:column; gap:20px}
.founder-card{display:flex; gap:14px; align-items:center; background:#141414; border:1px solid #222; border-radius:14px; padding:16px}
.founder-avatar{width:48px; height:48px; border-radius:11px; background:white; color:black; display:grid; place-items:center; font-weight:800; font-size:14px; letter-spacing:-.02em; flex-shrink:0}
.founder-card b{font-size:15px; display:block; line-height:1.1}
.founder-card span{font-size:12px; color:#888; display:block; margin-top:2px}
.founder-links{display:flex; flex-direction:column; gap:8px}
.f-link{font-size:13px; color:#aaa; display:flex; align-items:center; gap:8px; padding:8px 10px; border:1px solid #222; border-radius:8px; background:#111; transition:.15s}
.f-link:hover{color:white; border-color:#333; background:#161616}
.founder-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:10px}
.founder-stats div{background:#111; border:1px solid #222; border-radius:10px; padding:12px; text-align:center}
.founder-stats b{font-size:18px; display:block; line-height:1.1}
.founder-stats span{font-size:10.5px; color:#888; text-transform:uppercase; letter-spacing:.06em; display:block; margin-top:4px}
.founder-right{display:flex; flex-direction:column; gap:16px}
.founder-bio-strong{font-size:16px; line-height:1.6; margin:0; color:#e9e9e6}
.founder-bio-strong a, .founder-right a{color:white; text-decoration:underline; text-underline-offset:3px}
.founder-right p{margin:0; font-size:14.5px; line-height:1.65; color:#a1a1a0}
.founder-expertise{background:#111; border:1px solid #222; border-radius:12px; padding:16px}
.founder-expertise h4{margin:0 0 10px; font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#888}
.founder-expertise ul{margin:0; padding-left:18px; display:flex; flex-direction:column; gap:8px; font-size:13.5px; line-height:1.5; color:#c9c9c6}
.founder-closing{font-style:italic; color:#c9c9c6 !important; border-left:2px solid #222; padding-left:14px}
.founder-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:4px}
.founder-cta .btn-primary{background:white; color:black; border-color:white}
.founder-cta .btn-outline{background:transparent; color:white; border-color:#333}
@media(max-width:960px){.founder-grid{grid-template-columns:1fr} .founder-head h2{font-size:30px}}
.footer{padding:22px 0; font-size:12.5px; color:var(--muted2); border-top:1px solid var(--line2)}
.footer-inner{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}
.footer-dot-trigger{cursor:default; user-select:none; transition:.2s}
.footer-dot-trigger:active{color:var(--ink)}

/* Modals */
.modal-overlay{position:fixed; inset:0; z-index:300; background:rgba(10,10,10,.5); backdrop-filter:blur(10px); display:none; align-items:center; justify-content:center; padding:20px}
.modal-overlay.open{display:flex}
.modal{background:white; border-radius:16px; border:1px solid var(--line); width:min(440px, 100%); padding:22px; position:relative; box-shadow:0 20px 80px rgba(0,0,0,.2); animation:up .2s ease; max-height:90vh; overflow-y:auto}
@keyframes up{from{transform:translateY(8px); opacity:0} to{transform:translateY(0); opacity:1}}
.modal-close{position:absolute; top:10px; right:10px; width:28px; height:28px; border-radius:50%; border:1px solid var(--line); background:white; cursor:pointer}
.modal-badge{font-size:10px; letter-spacing:.12em; font-weight:700; color:var(--muted2); margin-bottom:12px}
.modal h3{font-size:22px; letter-spacing:-.02em; margin:0 0 8px; line-height:1.1}
.modal-sub{font-size:13.5px; color:var(--muted); margin:0 0 18px; line-height:1.5}
.email-form{display:flex; flex-direction:column; gap:12px}
.input-wrap{display:flex; flex-direction:column; gap:6px}
.email-form input, .toolkit-form input, .toolkit-form select, .toolkit-form textarea{
  width:100%; border:1px solid var(--line); border-radius:10px; padding:12px 14px; font-size:14px; outline:none; background:#fcfcfa; font-family:inherit
}
.email-form input:focus, .toolkit-form input:focus, .toolkit-form select:focus, .toolkit-form textarea:focus{border-color:var(--ink); background:white}
.input-hint{font-size:11px; color:var(--muted2)}
.form-foot{font-size:11.5px; color:var(--muted2); display:flex; gap:6px; align-items:center; justify-content:center; margin-top:8px}
.login-error{font-size:13px; color:#c41; margin-top:10px; min-height:18px}
.success-state{display:none; text-align:center; padding:10px 0 6px}
.success-state.show{display:block}
.success-icon{width:44px; height:44px; background:var(--ink); color:white; border-radius:50%; display:grid; place-items:center; font-weight:700; margin:0 auto 14px}
.drive-link{display:inline-flex; margin:14px 0 10px; padding:12px 18px; background:var(--ink); color:white; border-radius:999px; font-weight:600; font-size:14px}
.success-note{font-size:12px; color:var(--muted2)}

.modal-small{width:min(360px, 100%)}
.toolkit-form{display:flex; flex-direction:column; gap:12px}
.toolkit-form label{font-size:12px; font-weight:600; color:var(--muted); display:flex; flex-direction:column; gap:6px}

/* Admin */
.admin-overlay{position:fixed; inset:0; z-index:200; background:#f7f7f5; display:none; overflow:auto}
.admin-overlay.open{display:block}
.admin-header{height:64px; border-bottom:1px solid var(--line); background:white; display:flex; justify-content:space-between; align-items:center; padding:0 20px; position:sticky; top:0; z-index:2}
.admin-header-left{display:flex; gap:12px; align-items:center}
.admin-header-left b{font-size:14px; letter-spacing:-.01em; display:block; line-height:1.1}
.admin-header-left span{font-size:11px; color:var(--muted2); letter-spacing:.06em; text-transform:uppercase}
.admin-header-right{display:flex; gap:8px}
.admin-container{max-width:1280px; margin:0 auto; padding:20px}
.admin-stats{display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-bottom:20px}
@media(max-width:900px){.admin-stats{grid-template-columns:repeat(2,1fr)} .admin-grid{grid-template-columns:1fr !important}}
.stat{background:white; border:1px solid var(--line); border-radius:12px; padding:14px 16px}
.stat b{font-size:24px; letter-spacing:-.03em; display:block}
.stat span{font-size:11px; color:var(--muted2); text-transform:uppercase; letter-spacing:.06em}
.stat-accent{background:var(--ink); color:white; border-color:var(--ink)}
.stat-accent span{color:#aaa}
.admin-grid{display:grid; grid-template-columns:1.7fr .9fr; gap:16px}
.admin-card{background:white; border:1px solid var(--line); border-radius:12px; overflow:hidden}
.admin-card-head{padding:14px 16px; border-bottom:1px solid var(--line2); display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap}
.admin-card-head h4{margin:0; font-size:13px; letter-spacing:-.01em; display:flex; gap:8px; align-items:center}
.admin-card-head h4 span{background:#f4f4f5; border:1px solid var(--line); padding:2px 8px; border-radius:999px; font-size:11px; font-weight:500}
.admin-actions{display:flex; gap:8px; align-items:center; flex-wrap:wrap}
.admin-actions input, .admin-actions select{border:1px solid var(--line); border-radius:8px; padding:7px 10px; font-size:12.5px; background:white}
.table-wrap{overflow:auto}
.lead-table{width:100%; border-collapse:collapse; font-size:13px}
.lead-table th{font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:var(--muted2); font-weight:600; text-align:left; padding:10px 12px; border-bottom:1px solid var(--line2); background:#fcfcfb; white-space:nowrap}
.lead-table td{padding:10px 12px; border-bottom:1px solid var(--line2); vertical-align:middle}
.lead-table tr:hover td{background:#fafaf8}
.badge-synced{font-size:11px; padding:3px 8px; border-radius:999px; border:1px solid var(--line); display:inline-flex; gap:6px; align-items:center; cursor:pointer; user-select:none}
.badge-synced.on{background:#ecfdf3; border-color:#a6f4c5; color:#067647}
.badge-synced.off{background:#fef3f2; border-color:#fecfcf; color:#b91c1c}
.lead-email{font-weight:550; font-family:ui-monospace, monospace; font-size:12.5px}
.lead-date{color:var(--muted); font-size:12px; white-space:nowrap}
.icon-btn{width:26px; height:26px; border-radius:6px; border:1px solid var(--line); background:white; cursor:pointer; display:inline-grid; place-items:center; font-size:12px}
.icon-btn:hover{border-color:var(--ink)}
.admin-toolkit-list{padding:8px 12px; display:flex; flex-direction:column}
.admin-tk{padding:10px 0; border-bottom:1px solid var(--line2); display:flex; justify-content:space-between; gap:10px}
.admin-tk:last-child{border:0}
.admin-tk b{font-size:13px; display:block}
.admin-tk span{font-size:11px; color:var(--muted2)}
.admin-tk-actions{display:flex; gap:6px}
.admin-note{padding:14px 16px}
.admin-note h4{font-size:12px; margin:0 0 10px}
.admin-note ul{margin:0; padding-left:16px; font-size:12px; color:var(--muted); line-height:1.6}
.code{font-family:ui-monospace, monospace; font-size:11px; background:#f6f5f2; border:1px solid var(--line); padding:8px 10px; border-radius:8px; margin-top:12px}
