/*
Theme Name: ParcelView3D Theme
Theme URI: https://parcelview3d.com
Author: ParcelView3D
Description: Minimal theme for ParcelView3D SaaS platform. Works with the ParcelView3D plugin.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parcelview3d-theme
*/

/* Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Base */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background: #fff;
}

/* WordPress classes to hide admin bar interference */
body.admin-bar .pv3d-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .pv3d-header {
        top: 46px;
    }
}

/* Full width for plugin content */
.pv3d-landing,
.pv3d-landing-page,
.pv3d-app,
.pv3d-editor {
    width: 100%;
}

/* Hide any WordPress default content wrappers */
.entry-content {
    max-width: none;
    padding: 0;
    margin: 0;
}

/* Ensure full-width pages */
.pv3d-theme .site-content,
.pv3d-theme .content-area,
.pv3d-theme main {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}
