/*
Theme Name: OpenClaw WP
Theme URI: https://example.com
Author: OpenAI
Description: Custom WordPress theme converted from uploaded HTML, optimized for Elementor editing.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: openclaw-wp
*/

:root{
  --bg:#12121d;
  --surface:#1f1e2a;
  --surface-low:#1b1a26;
  --surface-lowest:#0d0d18;
  --surface-high:#292935;
  --surface-highest:#343440;
  --text:#e3e0f1;
  --muted:#e1bebc;
  --primary:#ffb3af;
  --primary-strong:#ff5f5f;
  --secondary:#43e2d2;
  --secondary-strong:#00c6b6;
  --outline:#59413f;
  --radius:24px;
}

html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Plus Jakarta Sans",system-ui,sans-serif;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{
  width:min(1280px,calc(100% - 32px));
  margin-inline:auto;
}