/*
Theme Name: ALGO² Complete
Theme URI: https://algo2.com
Author: ALGO² Team
Author URI: https://algo2.com
Description: A pixel-perfect WordPress theme for ALGO² - Institutional AI Trading Intelligence. Features fully autonomous trading algorithm showcase with Tailwind CSS styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: algo2-complete
Tags: trading, finance, ai, tailwind, one-page

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* Theme uses Tailwind CSS loaded via CDN in functions.php */
/* Custom overrides and WordPress-specific styles below */

body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
}

.site-main {
	background: #000000;
}

/* WordPress Admin Bar Spacing */
body.admin-bar {
	padding-top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		padding-top: 46px;
	}
}

/* Remove default WordPress styles */
.entry-content {
	margin: 0;
}

/* Ensure full width */
.site {
	width: 100%;
	overflow-x: hidden;
}
