/*
Theme Name: Portal Gravity Projex
Theme URI: https://portal.gravityprojex.com.au
Author: Gravity Projex
Author URI: https://gravityprojex.com.au
Description: Minimal portal theme for client reports, proposals, invoices and communications.
Version: 1.0.0
Text Domain: gp-portal
License: Gravity Projex Proprietary
Last Updated: December 2025
License: Gravity Projex - Intellectual Property (Framework,software,scripts,codes,and all other material)
 *PROPRIETARY SOFTWARE LICENSE- GRAVITY PROJEX
 *Copyright (c) 2025 Gravity Projex. All Rights Reserved.
 *Business located in Australia.
 *
 * This software and associated documentation files (the "Software") are proprietary
 * and confidential to Gravity Projex. The source code contained or described herein and all documents related
 * to the source code ("Material") and website framework are owned by Gravity Projex or its
 * licensors and authorised representatives. Title to the Material remains with Gravity Projex
 * or its licensors and authorised representatives. The Material contains trade
 * secrets and proprietary and confidential information of Gravity Projex or its
 * licensors and authorised representatives.
 *
 * RESTRICTIONS:
 * 1. You may NOT copy, modify, distribute, or sell copies of the Software or coding, scripts or framework
 * 2. You may NOT reverse engineer, decompile, or disassemble the Software or coding, scripts or framework
 * 3. You may NOT remove any proprietary notices or labels on the Software or coding, scripts or framework
 * 4. Unauthorized use may result in legal action and monetary damages
 * The Material is protected by worldwide copyright
 * and trade secret laws and treaty provisions. No part of the Material may
 * be used, copied, reproduced, modified, published, uploaded, posted,
 * transmitted, distributed, or disclosed in any way without Gravity Projex prior
 * express written permission.
 * No license under any patent, copyright, trade secret or other intellectual
 * property right is granted to or conferred upon you by disclosure or
 * delivery of the Materials, either expressly, by implication, inducement,
 * estoppel or otherwise. Any license under such intellectual property rights
 * must be expressed and approved by Gravity Projex in writing.
 * OWNERSHIP:
 * The Software is owned by Gravity Projex and is protected by Australian copyright
 * laws and international treaty provisions.
 * CONTACT:
 * For licensing enquiries: admin@gravityprojex.com
 * Website: https://gravityprojex.com
 * VIOLATIONS:
 * Unauthorized copying or use of this Software will result in:
 * - Immediate cease and desist notice
 * - Legal action under Australian Copyright Act 1968
 * - Monetary damages and legal fees
 *  Last Updated: February 2026
 */

/*
 * This file is intentionally minimal.
 * All page styling is self-contained within each page's custom HTML.
 * Theme styles here only cover the WP admin bar offset and body reset.
 */

html, body {
    margin: 0 !important;
    padding: 0 !important;
    background: #060912;
    color: #e8edf7;
}

/* Offset sticky nav when WP admin bar is visible */
.admin-bar .gp-sticky-nav {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar .gp-sticky-nav {
        top: 46px !important;
    }
}
