/*
Theme Name: TikTok Video Creator AI
Theme URI: https://wordpress.org/themes/tiktok-video-creator/
Author: Greek AI Studio Team
Author URI: https://ai.studio
Description: WordPress Theme for AI TikTok videos with realistic talking human presenter, Greek landmarks, and music mixing.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: tiktok-video-creator
Tags: tiktok, video-creator, ai, multimedia, landmarks, greek-heritage, one-column, custom-colors
*/

:root {
  --tk-primary: #FE2C55;
  --tk-cyan: #25F4EE;
  --tk-dark: #121212;
  --tk-surface: #1E1E1E;
  --tk-border: #2E2E2E;
  --tk-text: #FFFFFF;
  --tk-text-muted: #A0A0A0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--tk-dark);
  color: var(--tk-text);
  line-height: 1.6;
}

.tiktok-theme-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.tiktok-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FE2C55, #25F4EE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 0.5rem;
}

.tiktok-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FE2C55;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s, background 0.2s;
  border: none;
  cursor: pointer;
}

.tiktok-btn:hover {
  background: #e02447;
  transform: translateY(-2px);
}
