/*
Theme Name: Syntax Invoice Portal
Theme URI: https://example.com/syntax-invoice
Author: Syntax Asia
Description: A private, application-style front-end theme for the Syntax Invoice plugin.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: syntax-invoice-portal
*/

html { min-height: 100%; }
body { min-height: 100vh; margin: 0; color: #17211d; background: #f3f6f4; font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
a { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); white-space: nowrap; }
.sip-login-page { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 24px 0; background: #edf3ef; }
.sip-login-page::before, .sip-login-page::after { content: ""; position: fixed; border-radius: 50%; pointer-events: none; }
.sip-login-page::before { width: 540px; height: 540px; left: -260px; top: -250px; background: #c9f45f; opacity: .78; }
.sip-login-page::after { width: 680px; height: 680px; right: -360px; bottom: -390px; background: #0b3b2c; opacity: .98; }
.sip-login-shell { position: relative; z-index: 1; width: 100%; }
.sip-plugin-warning { width: min(620px, calc(100vw - 40px)); margin: 10vh auto; padding: 26px; border: 1px solid #e0bbbb; border-radius: 14px; color: #8a2e32; background: #fff5f5; font-family: Inter, "Segoe UI", sans-serif; }
.sip-plugin-warning h1 { margin-top: 0; }

