/*
Theme Name: KeeFood Agent Desk
Theme URI: https://example.com/
Author: KeeFood
Description: Minimal full-width WordPress theme for KeeFood Agent Desk. The visual experience is owned by the KeeFood Agent Desk plugin; this theme removes WordPress chrome and provides a clean full-bleed canvas.
Version: 1.0.0
Text Domain: keefood-agent-desk
*/

:root {
  --keefood-bg: #f6f9ff;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--keefood-bg);
}

body {
  overflow-x: hidden;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.site,
.site-main,
.site-content,
.content-area,
article,
.entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.entry-header,
.entry-footer,
.site-header,
.site-footer,
.wp-block-post-title {
  display: none !important;
}

.keeta-agent-desk-page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.keeta-agent-desk-page .keeta-tree-wrap {
  margin: 0 !important;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
