/*
Theme Name: 0xsp macOS
Theme URI: https://0xsp.com/
Author: 0xsp.com
Author URI: https://0xsp.com/
Description: A WordPress theme that reimagines your site as the macOS desktop — a translucent menu bar, a magnifying Dock, content presented in real windows with traffic-light controls, Spotlight search, and full vibrancy/frosted-glass materials. Built for long-form technical and security research writing. Light & dark modes that follow the system appearance.
Version: 1.0.0
Requires at least: 5.8
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: oxsp-macos
Tags: blog, two-columns, custom-menu, featured-images, translation-ready, full-width-template, dark-mode

This theme, like WordPress, is licensed under the GPL.
The bulk of the styling lives in assets/css/macos.css; this file carries the
required theme header and a small set of base resets.
*/

/* The heavy styling is enqueued from assets/css/macos.css (see functions.php). */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

/* WordPress core alignment + accessibility helpers */
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #0a84ff;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 14px 20px;
	text-decoration: none;
	top: 36px;
	width: auto;
	z-index: 100000;
}
