/*
Theme Name: thenAi_kuxtp
Theme URI: https://newspress1st.com/
Author: AI Architect
Description: A premium, modern, and immersive WordPress theme with glass-panel UI and dark luxury aesthetics.
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: thenAi_kuxtp
Tags: dark, luxury, glassmorphism, responsive, news, rtl
*/

/* 
Note: Most styles are handled via Tailwind CSS via CDN or build.
This file contains the necessary metadata for WordPress recognition.
*/

@import "tailwindcss";

:root {
    --premium-purple: #9333ea;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
}

.glass-panel {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: 1.5rem;
}

.premium-text-gradient {
    background: linear-gradient(to bottom right, #fff, #9333ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 1000;
}

#progress-bar {
    height: 100%;
    background: #9333ea;
    width: 0%;
    transition: width 0.2s ease-out;
}