/*
Theme Name: What's Your Why Tech
Theme URI: https://whatsyourwhytech.com
Author: Your Name
Author URI: https://whatsyourwhytech.com
Description: A modern tech news theme combining human expertise with AI-powered analysis
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wyw-tech
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Space Grotesk', sans-serif;
}

.gradient-text {
    background: linear-gradient(90deg, #0000FF, #FF00FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.affiliate-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFBF00;
    color: #000;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
}

#vanta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0.15;
}

.article-content p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.article-content h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin: 2.5rem 0 1.5rem;
    color: #0000FF;
}

.article-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2rem 0 1.25rem;
    color: #FF00FF;
}

.article-content ul, 
.article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.article-content blockquote {
    border-left: 4px solid #00FFFF;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #555;
}

.toc-list {
    list-style-type: none;
    padding-left: 0;
}

.toc-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.toc-list a {
    color: #0000FF;
    text-decoration: none;
}

.toc-list a:hover {
    text-decoration: underline;
}

.hexagon {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}