/*
Theme Name: PornTube
Theme URI: https://example.com/porntube
Author: Gemini CLI
Author URI: https://example.com
Description: A high-performance, production-ready WordPress theme for adult video websites. Optimized for speed, PWA, and WP-Script plugins.
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: porntube
Tags: grid-layout, custom-colors, custom-header, full-width-template, post-formats, theme-options, translation-ready

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

:root {
    /* Pornhub Theme (Default) */
    --primary: #FF9000;
    --secondary: #000000;
    --background: #000000;
    --surface: #1A1A1A;
    --text: #FFFFFF;
    --text-secondary: #B3B3B3;
    --hover: #FFA31A;
    --error: #D32F2F;
    --success: #388E3C;
    
    /* Layout Constants */
    --container-max-width: 1600px;
    --header-height: 60px;
    --transition: all 0.3s ease;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: var(--background);
    color: var(--text);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--hover);
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    padding: 0;
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    color: inherit;
    font: inherit;
}

/* Screen reader only */
.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;
    width: 1px;
    word-wrap: normal !important;
}
