﻿:root { --primary: rgb(236, 72, 153); --primary-dark: rgb(219, 39, 119); --bg-dark: #0b1121; --bg-darker: #050811; --bg-light: #f8fafc; --text-white: #ffffff; --text-gray: #9ca3af; --text-dark: #111827; --border-color: #374151; --font-main: -apple-system, sans-serif; --transition: all 0.3s ease; }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: var(--font-main); color: var(--text-dark); background: var(--bg-light); line-height: 1.6; }
        a { text-decoration: none; color: inherit; transition: var(--transition); }
        ul, li { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        
        
        .header { background-color: var(--bg-darker); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
        .logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
        .logo img { display: block; height: 40px; width: auto; max-width: 160px; object-fit: contain; flex-shrink: 0; }
        .logo span { display: inline-block; font-size: 20px; font-weight: 800; line-height: 1; color: var(--text-white); white-space: nowrap; }
        .nav-desktop { display: flex; gap: 30px; align-items: center; }
        .nav-desktop a { color: var(--text-gray); font-size: 15px; font-weight: 500; }
        .nav-desktop a:hover { color: var(--primary); }
        .header-actions { display: flex; align-items: center; gap: 15px; }
        .btn-primary { background: var(--primary); color: #fff; padding: 10px 24px; border-radius: 6px; font-weight: 600; }
        .btn-outline { border: 1px solid var(--border-color); color: var(--text-white); padding: 9px 23px; border-radius: 6px; }
        .mobile-menu-btn { display: none; background: none; border: none; color: #fff; font-size: 24px; padding: 5px; }
        
        .drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 999; opacity: 0; visibility: hidden; }
        .drawer-overlay.active { opacity: 1; visibility: visible; }
        .mobile-drawer { position: fixed; top: 0; left: -300px; bottom: 0; width: 280px; background: var(--bg-darker); z-index: 1000; transition: var(--transition); display: flex; flex-direction: column; }
        .mobile-drawer.active { left: 0; }
        .drawer-header { padding: 20px; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; }
        .drawer-close { background: none; border: none; color: var(--text-gray); font-size: 24px; }
        .drawer-nav { padding: 20px; overflow-y: auto; }
        .drawer-nav a { display: block; padding: 12px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.05); }

        
        .breadcrumb { padding: 20px 0; font-size: 14px; color: #6b7280; }
        .breadcrumb a { color: var(--primary); }
        
        .article-layout { display: flex; gap: 40px; margin-bottom: 60px; align-items: flex-start; }
        .article-main { flex: 1; min-width: 0; background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
        
        .article-header { border-bottom: 1px solid #e5e7eb; padding-bottom: 20px; margin-bottom: 30px; }
        .article-title { font-size: 32px; line-height: 1.4; color: var(--text-dark); margin-bottom: 15px; }
        .article-info { display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; color: #6b7280; align-items: center; }
        .article-info span { display: inline-flex; align-items: center; gap: 5px; }
        .article-tags-head { background: rgba(236,72,153,0.1); color: var(--primary); padding: 4px 10px; border-radius: 4px; font-size: 12px; }

        .article-body { font-size: 16px; line-height: 1.8; color: #374151; }
        .article-body p { margin-bottom: 20px; }
        .article-body img { margin: 20px auto; border-radius: 8px; }
        .article-body h2, .article-body h3 { margin: 30px 0 15px; color: var(--text-dark); }
        
        .article-nav { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid #e5e7eb; font-size: 14px; }
        .article-nav a { color: var(--primary); font-weight: 500; }
        
        
        .related-section { margin-top: 50px; }
        .related-title { font-size: 20px; margin-bottom: 20px; padding-left: 10px; border-left: 4px solid var(--primary); }
        .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .rel-card { background: #f9fafb; border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; }
        .rel-img { width: 100%; height: 140px; object-fit: cover; }
        .rel-content { padding: 15px; }
        .rel-title { font-size: 15px; font-weight: 600; line-height: 1.4; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .rel-title a:hover { color: var(--primary); }
        .rel-meta { font-size: 12px; color: #9ca3af; }

        
        .sidebar { width: 320px; flex-shrink: 0; }
        .widget { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); margin-bottom: 30px; }
        .widget-title { font-size: 18px; border-bottom: 2px solid var(--primary-light); padding-bottom: 10px; margin-bottom: 20px; position: relative; }
        .widget-title::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 40px; height: 2px; background: var(--primary); }
        
        
        .footer { background: var(--bg-dark); color: #fff; padding: 60px 0 20px; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
        .footer-brand p { color: var(--text-gray); margin-top: 20px; font-size: 14px; }
        .footer-title { font-size: 18px; margin-bottom: 20px; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a { color: var(--text-gray); font-size: 14px; }
        .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid var(--border-color); color: var(--text-gray); font-size: 14px; }

        @media (max-width: 992px) { .article-layout { flex-direction: column; } .sidebar { width: 100%; } .related-grid { grid-template-columns: 1fr 1fr; } }
        @media (max-width: 768px) { .nav-desktop, .header-actions { display: none; } .mobile-menu-btn { display: block; } .article-main { padding: 20px; } .article-title { font-size: 24px; } .related-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; text-align: center; } }