:root {
  --bg:#0b0d12; --surface:#11151d; --surface-2:#171c25; --line:#28303d; --line-strong:#394352;
  --text:#f5f7fb; --muted:#9ca6b5; --muted2:#6f7b8c; --accent:#6d8cff; --accent-soft:#1a2547;
  --success:#4ed79a; --shadow:0 26px 70px rgba(0,0,0,.30);
}
html[data-theme="light"] {
  --bg:#f3f5f8; --surface:#fff; --surface-2:#f8f9fb; --line:#dde2e9; --line-strong:#c8d0db;
  --text:#111722; --muted:#667184; --muted2:#8994a4; --accent:#315eea; --accent-soft:#e9efff;
  --success:#129a64; --shadow:0 24px 65px rgba(33,43,58,.10);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} button{font:inherit;color:inherit}.site-shell{min-height:100vh}
.site-header{height:78px;position:sticky;top:0;z-index:10;padding:0 max(20px,calc((100vw - 980px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--bg)}
.site-brand{display:flex;align-items:center;gap:12px}.site-logo{width:44px;height:44px;border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#f7f4ec;box-shadow:0 10px 28px rgba(0,0,0,.12);display:grid;place-items:center}.site-logo img{width:100%;height:100%;display:block;object-fit:contain;transform:none}
.site-brand>span:last-child{display:grid;gap:2px}.site-brand strong{font-size:16px;letter-spacing:.08em}.site-brand small{font-size:8px;color:var(--muted);letter-spacing:.20em;font-weight:800}
.theme-button{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line);border-radius:15px;background:var(--surface-2);cursor:pointer}.theme-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-button .sun{display:none}html[data-theme=light] .theme-button .sun{display:block}html[data-theme=light] .theme-button .moon{display:none}
.home-main{width:min(100% - 40px,820px);margin:0 auto;padding:68px 0 36px}.hero{padding:34px 0 44px}.eyebrow{margin:0 0 10px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.20em}.hero h1{margin:0;font-size:clamp(40px,8vw,66px);line-height:1.02;letter-spacing:-.055em}.hero-copy{max-width:610px;margin:18px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.hero-badges span{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:9px;font-weight:800}
.tools-section{padding:26px;border:1px solid var(--line);border-radius:28px;background:var(--surface);box-shadow:var(--shadow)}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px}.section-title h2{margin:0;font-size:26px;letter-spacing:-.035em}.tool-count{min-width:42px;height:32px;padding:0 10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);color:var(--muted);font-size:10px;font-weight:800}
.tool-card{margin-top:22px;min-height:154px;padding:18px;border:1px solid var(--line);border-radius:22px;background:var(--surface-2);display:grid;grid-template-columns:70px 1fr 42px;align-items:center;gap:16px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.tool-card:hover{transform:translateY(-2px);border-color:var(--line-strong)}
.tool-logo{width:70px;height:70px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#f6f2ea}.tool-copy{display:grid;gap:3px;min-width:0}.tool-status{font-size:8px;color:var(--success);font-weight:800;letter-spacing:.14em}.tool-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;margin-right:5px}.tool-copy strong{font-size:19px;letter-spacing:-.025em}.tool-copy small{font-size:9px;color:var(--accent);font-weight:800;letter-spacing:.14em}.tool-arrow{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--accent-soft);color:var(--accent)}.tool-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.coming-card{margin-top:12px;padding:16px;border:1px dashed var(--line-strong);border-radius:18px;display:flex;align-items:center;gap:12px;color:var(--muted)}.coming-card svg{width:21px;height:21px;fill:none;stroke:var(--muted2);stroke-width:1.8}.coming-card div{display:grid;gap:4px}.coming-card strong{color:var(--text);font-size:11px}.coming-card span{font-size:9px;line-height:1.5}
.site-footer{width:min(100% - 40px,820px);margin:0 auto;padding:34px 0 max(34px,env(safe-area-inset-bottom));border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted2);text-align:center}.site-footer img{width:34px;height:34px;border-radius:10px;object-fit:contain;background:#f7f4ec}.site-footer p{margin:0;font-size:9px}
@media(max-width:640px){.site-header{height:72px;padding:0 18px}.site-logo{width:40px;height:40px}.site-brand strong{font-size:14px}.home-main{width:min(100% - 24px,820px);padding-top:34px}.hero{padding:22px 8px 34px}.tools-section{padding:18px;border-radius:23px}.tool-card{grid-template-columns:58px 1fr 36px;min-height:140px;padding:14px;gap:12px}.tool-logo{width:58px;height:58px;border-radius:17px}.tool-arrow{width:36px;height:36px;border-radius:12px}.tool-copy strong{font-size:15px}.tool-copy p{font-size:9px}.site-footer{width:min(100% - 24px,820px);flex-direction:column}}


/* v1.2.0 - square DH artwork, compact tool row */
.site-logo{
  width:44px;
  height:44px;
  flex:0 0 44px;
  padding:0;
  border-radius:13px;
}
.site-logo img,
.site-footer img{
  object-fit:contain;
  object-position:center;
}
.tool-card{
  min-height:124px;
}
.tool-copy{
  align-content:center;
}
.tool-logo-editor{
  display:grid;
  place-items:center;
  overflow:visible;
  background:var(--accent-soft);
  color:var(--accent);
}
.tool-logo-editor svg{
  width:40px;
  height:40px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.tool-logo-editor svg path:nth-of-type(1){fill:currentColor;stroke:none;opacity:.16}
@media(max-width:640px){
  .site-logo{width:40px;height:40px;flex-basis:40px;border-radius:12px}
  .tool-card{min-height:116px}
  .tool-logo-editor svg{width:34px;height:34px}
}

/* DATZON Free v1.3: integrated Stalker tool icon */
.tool-logo-stalker svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.tool-logo-stalker svg circle:last-child { fill: currentColor; stroke: none; }
