/*
Theme Name: PromptOne Skin
Theme URI: https://example.local/
Author: PromptOne
Version: 1.0.0
Requires at least: 5.2
Text Domain: promptone-skin
Description: Lightweight skin for PromptOne Core plugin.
*/

body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#111;background:#fafafa}
a{color:inherit}
.container{max-width:1140px;margin:0 auto;padding:16px}
.topbar{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:20}
.nav{display:flex;gap:14px;align-items:center;justify-content:space-between}
.brand{display:flex;gap:10px;align-items:center;font-weight:700;text-decoration:none}
.menu{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.hero{background:#fff;border:1px solid #eee;border-radius:14px;padding:14px}
.footer{margin:40px 0 0;border-top:1px solid #eee;padding:18px 0;color:#666;font-size:13px}
