/*
 Theme Name: Ziptraz Theme
 Theme URI: https://sahihfix.com
 Author: Antigravity
 Author URI: https://sahihfix.com
 Description: A powerful static site deployment engine for WordPress. Upload ZIP files, auto-create pages, and enjoy zero-touch tracking.
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: ziptraz-theme
 Tags: static-site, landing-page, full-width-template
*/

/* Base Styles - These will be overridden by deployed site CSS */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.zt-admin-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 12px;
    margin: 20px 0;
}

.zt-admin-notice.success {
    background: #d4edda;
    border-left-color: #28a745;
}

.zt-admin-notice.error {
    background: #f8d7da;
    border-left-color: #dc3545;
}
