/*
Theme Name: Joy Plus Theme
Theme URI: https://joyplus.app
Description: Minimal full-width theme built for the Joy Plus Dashboard plugin. No containers, no sidebars — just the dashboard.
Version: 1.0.0
Author: Sajjad Ali
Text Domain: joy-plus-theme
*/

/* Reset — kill all default WP theme wrappers */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #F5F5F5;
    color: #333;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/* Full width — no container */
.jp-page-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Admin bar spacing */
body.admin-bar .jp-page-wrap { padding-top: 0; }

/* WP defaults reset */
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4,h5,h6 { font-weight: 700; }

/* 404 / default pages */
.jp-default-page {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.jp-default-page h1 { margin-bottom: 16px; }
.jp-default-page .entry-content { line-height: 1.7; }
.jp-default-page .entry-content p { margin-bottom: 12px; }
