/*
Theme Name: Swarcow
Theme URI: https://swarcow.com
Author: Swarcow (Burak)
Author URI: https://www.youtube.com/@Swarcow
Description: Swarcow için özel tasarım gaming ekipman inceleme teması. Koyu obsidyen zemin, elektrik moru neon vurgular, glassmorphism kartlar, inceleme puanları, artı/eksi kutuları ve teknik özellik panelleri.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
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: swarcow
Tags: dark, blog, news, custom-logo, featured-images
*/

:root {
    --sw-bg: #051424;
    --sw-bg-deep: #010f1f;
    --sw-bg-header: rgba(6, 16, 28, 0.85);
    --sw-card: #122131;
    --sw-card-low: #0d1c2d;
    --sw-card-high: #1c2b3c;
    --sw-glass: rgba(30, 41, 59, 0.7);
    --sw-text: #d4e4fa;
    --sw-text-strong: #ffffff;
    --sw-muted: #94a8c3;
    --sw-muted-2: #64748b;
    --sw-primary: #ecb2ff;
    --sw-accent: #bd00ff;
    --sw-accent-deep: #74009f;
    --sw-red: #dc3638;
    --sw-green: #22c55e;
    --sw-border: rgba(255, 255, 255, 0.1);
    --sw-border-soft: rgba(255, 255, 255, 0.05);
    --sw-glow: 0 0 20px rgba(189, 0, 255, 0.18);
    --sw-radius: 4px;
    --sw-radius-lg: 8px;
    --sw-radius-xl: 12px;
    --sw-font-head: 'Space Grotesk', system-ui, sans-serif;
    --sw-font-body: 'Manrope', system-ui, sans-serif;
    --sw-max: 1280px;
    --sw-gutter: 24px;
    --sw-section: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--sw-bg);
    color: var(--sw-text);
    font-family: var(--sw-font-body);
    font-size: 16px;
    line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sw-primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--sw-text-strong); }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--sw-font-head);
    color: var(--sw-text-strong);
    line-height: 1.2;
    margin: 0 0 .6em;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(32px, 5vw, 48px); font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: clamp(26px, 4vw, 32px); font-weight: 600; }
h3 { font-size: 24px; font-weight: 600; }
h4 { font-size: 18px; font-weight: 600; }
p { margin: 0 0 1.2em; }
::selection { background: var(--sw-accent); color: #fff; }

.sw-container { max-width: var(--sw-max); margin: 0 auto; padding: 0 var(--sw-gutter); }
.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 !important; width: 1px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    line-height: 1;
}

.sw-glass {
    background: var(--sw-glass);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid var(--sw-border);
}
.sw-label {
    font-family: var(--sw-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sw-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px;
    border-radius: var(--sw-radius);
    font-family: var(--sw-font-body);
    font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    cursor: pointer; border: 1px solid transparent;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.sw-btn:active { transform: scale(.96); }
.sw-btn-primary { background: var(--sw-accent); color: #fff !important; box-shadow: var(--sw-glow); }
.sw-btn-primary:hover { background: #a900e3; box-shadow: 0 0 30px rgba(189, 0, 255, 0.35); }
.sw-btn-ghost { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.25); }
.sw-btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }

.sw-header {
    position: sticky; top: 0; z-index: 100;
    background: var(--sw-bg-header);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--sw-border);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.sw-nav {
    display: flex; align-items: center; justify-content: space-between;
    height: 76px; max-width: 1440px; margin: 0 auto; padding: 0 var(--sw-gutter);
    gap: 24px;
}
.sw-brand { display: flex; align-items: center; gap: 12px; }
.sw-brand img { height: 40px; width: 40px; border-radius: 50%; }
.sw-brand-name {
    font-family: var(--sw-font-head);
    font-size: 24px; font-weight: 800; letter-spacing: -0.03em; color: #fff;
}
.sw-brand a { display: flex; align-items: center; gap: 12px; }
.sw-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.sw-menu li { position: relative; }
.sw-menu a {
    display: block; padding: 10px 14px;
    font-family: var(--sw-font-head); font-weight: 500; font-size: 15px; letter-spacing: -0.01em;
    color: var(--sw-muted);
    border-radius: var(--sw-radius);
}
.sw-menu a:hover, .sw-menu .current-menu-item > a, .sw-menu .current_page_item > a { color: #fff; }
.sw-menu .sub-menu {
    display: none; position: absolute; top: 100%; left: 0; min-width: 200px;
    background: var(--sw-card-high); border: 1px solid var(--sw-border);
    border-radius: var(--sw-radius-lg); padding: 8px; list-style: none; z-index: 50;
}
.sw-menu li:hover > .sub-menu { display: block; }
.sw-nav-actions { display: flex; align-items: center; gap: 8px; }
.sw-icon-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: var(--sw-radius);
    background: transparent; border: none; color: var(--sw-primary); cursor: pointer;
    transition: background .2s ease, transform .15s ease;
}
.sw-icon-btn:hover { background: rgba(255,255,255,.08); }
.sw-icon-btn:active { transform: scale(.92); }

.sw-nav-toggle { display: none; }
@media (max-width: 900px) {
    .sw-nav-toggle { display: inline-flex; }
    .sw-nav-menu-wrap {
        display: none; position: absolute; top: 76px; left: 0; right: 0;
        background: var(--sw-bg-deep); border-bottom: 1px solid var(--sw-border);
        padding: 12px var(--sw-gutter) 20px;
    }
    .sw-nav-menu-wrap.is-open { display: block; }
    .sw-menu { flex-direction: column; align-items: stretch; }
    .sw-menu a { padding: 12px 8px; font-size: 17px; }
    .sw-menu .sub-menu { display: block; position: static; border: none; background: transparent; padding-left: 16px; }
}

.sw-search-bar {
    display: none; border-top: 1px solid var(--sw-border-soft);
    padding: 16px var(--sw-gutter); background: var(--sw-bg-deep);
}
.sw-search-bar.is-open { display: block; }
.sw-search-form { display: flex; gap: 12px; max-width: 720px; margin: 0 auto; }
.sw-search-form input[type="search"] {
    flex: 1; background: var(--sw-card-low); border: none; border-bottom: 2px solid rgba(236,178,255,.3);
    color: #fff; padding: 14px 18px; font-size: 16px; font-family: var(--sw-font-body);
    border-radius: var(--sw-radius) var(--sw-radius) 0 0; outline: none;
    transition: border-color .2s ease;
}
.sw-search-form input[type="search"]:focus { border-bottom-color: var(--sw-accent); }

.sw-hero {
    position: relative; min-height: 72vh; display: flex; align-items: center; overflow: hidden;
}
.sw-hero-bg { position: absolute; inset: 0; z-index: 0; }
.sw-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.sw-hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to right, var(--sw-bg) 15%, rgba(5,20,36,.55) 70%, rgba(5,20,36,.3) 100%);
}
.sw-hero-bg.no-image {
    background:
        radial-gradient(ellipse 60% 80% at 80% 20%, rgba(189,0,255,.28), transparent 60%),
        radial-gradient(ellipse 50% 60% at 95% 80%, rgba(220,54,56,.18), transparent 60%),
        var(--sw-bg-deep);
}
.sw-hero-inner { position: relative; z-index: 1; width: 100%; padding: 96px 0; }
.sw-hero-content { max-width: 640px; }
.sw-hero-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.sw-hero-title { margin-bottom: 24px; }
.sw-hero-title a { color: #fff; }
.sw-hero-title .accent { color: var(--sw-primary); }
.sw-hero-excerpt { font-size: 18px; color: var(--sw-muted); max-width: 520px; margin-bottom: 36px; }
.sw-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.sw-badge {
    display: inline-block; padding: 6px 12px; border-radius: var(--sw-radius);
    background: var(--sw-accent); color: #fff;
    font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.sw-badge-cat { background: var(--sw-red); }
.sw-meta-dim { color: var(--sw-muted); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.sw-chip {
    display: inline-block; padding: 9px 20px; border-radius: 999px;
    background: var(--sw-card-high); border: 1px solid var(--sw-border);
    color: var(--sw-text); font-size: 14px; font-weight: 600;
    transition: all .2s ease;
}
.sw-chip:hover { border-color: rgba(236,178,255,.5); color: #fff; }
.sw-chip.is-active { background: var(--sw-accent); border-color: var(--sw-accent); color: #fff; }

.sw-score {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 48px; height: 48px; padding: 0 8px; border-radius: var(--sw-radius-lg);
    background: var(--sw-accent); color: #fff;
    font-family: var(--sw-font-head); font-size: 20px; font-weight: 700;
    box-shadow: 0 4px 16px rgba(0,0,0,.4);
}
.sw-score.score-mid { background: #b45309; }
.sw-score.score-low { background: var(--sw-red); }

.sw-section { padding: var(--sw-section) 0 0; }
.sw-section:last-of-type { padding-bottom: var(--sw-section); }
.sw-section-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 44px; gap: 24px; flex-wrap: wrap;
}
.sw-section-head p { color: var(--sw-muted); margin: 0; }
.sw-section-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    color: var(--sw-primary);
}
.sw-section-link:hover { text-decoration: underline; }

.sw-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sw-gutter); }
@media (max-width: 900px) { .sw-cat-grid { grid-template-columns: repeat(2, 1fr); } }
.sw-cat-card {
    aspect-ratio: 1.15 / 1; border-radius: var(--sw-radius-xl);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
    transition: border-color .2s ease, transform .2s ease;
}
.sw-cat-card:hover { border-color: rgba(236,178,255,.5); transform: translateY(-4px); }
.sw-cat-card .material-symbols-outlined { font-size: 44px; color: var(--sw-primary); }
.sw-cat-card span.sw-cat-name { font-family: var(--sw-font-head); font-size: 21px; font-weight: 600; color: #fff; }
.sw-cat-card small { color: var(--sw-muted); font-size: 13px; }

.sw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sw-gutter); }
@media (max-width: 1000px) { .sw-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .sw-grid-3, .sw-cat-grid { grid-template-columns: 1fr; } }

.sw-card {
    border-radius: var(--sw-radius-xl); overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .25s ease, border-color .25s ease;
}
.sw-card:hover { transform: translateY(-4px); border-color: rgba(236,178,255,.35); }
.sw-card-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--sw-card-low); }
.sw-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.sw-card:hover .sw-card-media img { transform: scale(1.05); }
.sw-card-media .placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.sw-card-media .placeholder .material-symbols-outlined { font-size: 56px; color: var(--sw-card-high); }
.sw-card-cat { position: absolute; top: 14px; left: 14px; }
.sw-card-score { position: absolute; bottom: 14px; right: 14px; }
.sw-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.sw-card-title { font-size: 21px; margin-bottom: 10px; }
.sw-card-title a { color: #fff; }
.sw-card-title a:hover { color: var(--sw-primary); }
.sw-card-excerpt {
    color: var(--sw-muted); font-size: 15px; margin-bottom: 20px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sw-card-footer {
    margin-top: auto; padding-top: 16px; border-top: 1px solid var(--sw-border-soft);
    display: flex; justify-content: space-between; align-items: center;
}
.sw-card-footer .date { color: var(--sw-muted-2); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.sw-card-more {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sw-primary);
}

.sw-specbar { margin-bottom: 20px; }
.sw-specbar-row {
    display: flex; justify-content: space-between;
    font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
    color: var(--sw-muted); margin-bottom: 8px;
}
.sw-specbar-track { height: 4px; border-radius: 999px; background: var(--sw-card-high); overflow: hidden; }
.sw-specbar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--sw-accent), #ff4ecd); }

.sw-video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sw-gutter); }
@media (max-width: 1000px) { .sw-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sw-video-grid { grid-template-columns: 1fr; } }
.sw-video-card { border-radius: var(--sw-radius-lg); overflow: hidden; display: block; }
.sw-video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--sw-radius-lg); }
.sw-video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.sw-video-card:hover .sw-video-thumb img { transform: scale(1.06); }
.sw-video-thumb .play {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(1,15,31,.25); opacity: 0; transition: opacity .25s ease;
}
.sw-video-card:hover .play { opacity: 1; }
.sw-video-thumb .play .material-symbols-outlined { font-size: 56px; color: #fff; filter: drop-shadow(0 0 12px rgba(189,0,255,.8)); }
.sw-video-title {
    margin: 12px 2px 0; font-family: var(--sw-font-body); font-size: 14px; font-weight: 600;
    color: var(--sw-text); line-height: 1.45;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sw-video-card:hover .sw-video-title { color: #fff; }

.sw-cta {
    border-radius: 16px; padding: 56px;
    display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
    border-color: rgba(189,0,255,.25);
    background:
        radial-gradient(ellipse 50% 100% at 100% 0%, rgba(189,0,255,.12), transparent 60%),
        var(--sw-glass);
}
.sw-cta h2 { margin-bottom: 12px; }
.sw-cta p { color: var(--sw-muted); font-size: 17px; margin: 0; max-width: 560px; }
.sw-cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 640px) { .sw-cta { padding: 32px 24px; } }

.sw-page-head { padding: 72px 0 48px; }
.sw-page-head h1 { margin-bottom: 16px; }
.sw-page-head .desc { color: var(--sw-muted); font-size: 18px; max-width: 620px; }
.sw-filterbar {
    display: flex; justify-content: space-between; align-items: center; gap: 24px;
    margin-bottom: 40px; flex-wrap: wrap;
}
.sw-filterbar-chips { display: flex; gap: 10px; flex-wrap: wrap; }

.sw-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 64px; }
.sw-pagination .page-numbers {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 42px; height: 42px; padding: 0 8px; border-radius: var(--sw-radius-lg);
    background: var(--sw-card); border: 1px solid var(--sw-border);
    color: var(--sw-text); font-weight: 700; font-size: 14px;
}
.sw-pagination .page-numbers.current { background: var(--sw-accent); border-color: var(--sw-accent); color: #fff; }
.sw-pagination .page-numbers:hover:not(.current) { border-color: rgba(236,178,255,.5); }

.sw-single-hero { position: relative; overflow: hidden; border-radius: 0 0 16px 16px; }
.sw-single-hero-bg { position: absolute; inset: 0; }
.sw-single-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.sw-single-hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to top, var(--sw-bg) 5%, rgba(5,20,36,.6) 60%, rgba(5,20,36,.35) 100%);
}
.sw-single-hero-bg.no-image {
    background:
        radial-gradient(ellipse 60% 90% at 85% 10%, rgba(189,0,255,.3), transparent 60%),
        var(--sw-bg-deep);
}
.sw-single-hero-inner { position: relative; z-index: 1; padding: 110px 0 64px; }
.sw-single-hero-inner .sw-hero-meta { margin-bottom: 20px; }
.sw-single-title { max-width: 820px; margin-bottom: 20px; }
.sw-single-sub { color: var(--sw-muted); font-size: 18px; max-width: 640px; }
.sw-byline { display: flex; align-items: center; gap: 14px; margin-top: 28px; color: var(--sw-muted); font-size: 14px; font-weight: 600; }
.sw-byline .material-symbols-outlined { font-size: 18px; color: var(--sw-primary); }

.sw-single-layout {
    display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px;
    padding: 56px 0 var(--sw-section);
    align-items: start;
}
@media (max-width: 1000px) { .sw-single-layout { grid-template-columns: 1fr; } }

.sw-content { font-size: 17px; color: var(--sw-text); }
.sw-content h2 { margin-top: 1.6em; }
.sw-content h3 { margin-top: 1.4em; }
.sw-content img { border-radius: var(--sw-radius-lg); }
.sw-content a { text-decoration: underline; text-underline-offset: 3px; }
.sw-content blockquote {
    margin: 1.6em 0; padding: 20px 28px;
    background: var(--sw-card-low); border-left: 3px solid var(--sw-accent);
    border-radius: 0 var(--sw-radius-lg) var(--sw-radius-lg) 0;
    color: var(--sw-muted); font-style: italic;
}
.sw-content ul, .sw-content ol { padding-left: 1.4em; margin-bottom: 1.2em; }
.sw-content li { margin-bottom: .4em; }
.sw-content pre { background: var(--sw-bg-deep); padding: 20px; border-radius: var(--sw-radius-lg); overflow-x: auto; }
.sw-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
.sw-content th, .sw-content td { padding: 12px 16px; border: 1px solid var(--sw-border); text-align: left; }
.sw-content th { background: var(--sw-card); font-family: var(--sw-font-head); color: #fff; }
.sw-content .wp-block-embed, .sw-video-embed { margin: 1.6em 0; }
.sw-video-embed iframe, .sw-content .wp-block-embed iframe {
    width: 100%; aspect-ratio: 16/9; height: auto; border: 0; border-radius: var(--sw-radius-lg);
}

.sw-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sw-gutter); margin: 40px 0; }
@media (max-width: 700px) { .sw-proscons { grid-template-columns: 1fr; } }
.sw-pc-box { border-radius: var(--sw-radius-lg); padding: 28px; background: var(--sw-card-low); }
.sw-pc-box.pros { border: 1px solid rgba(34,197,94,.4); }
.sw-pc-box.cons { border: 1px solid rgba(220,54,56,.4); }
.sw-pc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-family: var(--sw-font-head); font-size: 19px; font-weight: 600; color: #fff; }
.sw-pc-box.pros .sw-pc-head .material-symbols-outlined { color: var(--sw-green); }
.sw-pc-box.cons .sw-pc-head .material-symbols-outlined { color: var(--sw-red); }
.sw-pc-list { list-style: none; margin: 0; padding: 0; }
.sw-pc-list li { display: flex; gap: 10px; margin-bottom: 12px; font-size: 15px; }
.sw-pc-list .material-symbols-outlined { font-size: 18px; margin-top: 3px; flex-shrink: 0; }
.sw-pc-box.pros .sw-pc-list .material-symbols-outlined { color: var(--sw-green); }
.sw-pc-box.cons .sw-pc-list .material-symbols-outlined { color: var(--sw-red); }

.sw-verdict {
    border-radius: var(--sw-radius-xl); padding: 40px; margin: 40px 0;
    border-color: rgba(189,0,255,.3);
}
.sw-verdict-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.sw-verdict h3 { margin-bottom: 16px; }
.sw-verdict p { color: var(--sw-text); font-size: 16px; }
.sw-verdict-score {
    flex-shrink: 0; text-align: center;
    border: 2px solid var(--sw-accent); border-radius: var(--sw-radius-xl);
    padding: 18px 26px; box-shadow: var(--sw-glow);
}
.sw-verdict-score .num { font-family: var(--sw-font-head); font-size: 40px; font-weight: 700; color: #fff; line-height: 1; }
.sw-verdict-score .cap { display: block; margin-top: 6px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sw-primary); }

.sw-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: var(--sw-gutter); }
.sw-specs-card { border-radius: var(--sw-radius-xl); padding: 28px; }
.sw-specs-card h3 { display: flex; align-items: center; justify-content: space-between; font-size: 20px; margin-bottom: 24px; }
.sw-specs-card h3 .material-symbols-outlined { color: var(--sw-primary); }
.sw-spec-item { margin-bottom: 20px; }
.sw-spec-plain { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--sw-border-soft); font-size: 14px; }
.sw-spec-plain .k { color: var(--sw-muted); }
.sw-spec-plain .v { color: #fff; font-weight: 700; }
.sw-buy-btn { width: 100%; justify-content: center; margin-top: 20px; }

.sw-related-card { border-radius: var(--sw-radius-xl); padding: 20px; display: flex; align-items: center; gap: 16px; }
.sw-related-card .icon {
    width: 48px; height: 48px; flex-shrink: 0; border-radius: var(--sw-radius-lg);
    background: var(--sw-card-high); display: flex; align-items: center; justify-content: center;
}
.sw-related-card .icon .material-symbols-outlined { color: var(--sw-primary); }
.sw-related-card .cap { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sw-primary); display: block; margin-bottom: 4px; }
.sw-related-card .title { color: #fff; font-weight: 700; font-size: 15px; line-height: 1.35; }

.sw-tags { display: flex; gap: 10px; flex-wrap: wrap; margin: 32px 0 0; }

.sw-comments { max-width: 780px; margin-top: 24px; }
.sw-comments-title { font-size: 24px; margin-bottom: 32px; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list .comment { margin-bottom: 24px; }
.comment-body { background: var(--sw-card-low); border: 1px solid var(--sw-border-soft); border-radius: var(--sw-radius-lg); padding: 24px; }
.comment-author { display: flex; align-items: center; gap: 12px; font-weight: 700; color: #fff; }
.comment-author img { border-radius: 50%; }
.comment-metadata { font-size: 13px; color: var(--sw-muted-2); margin: 6px 0 12px 52px; }
.comment-metadata a { color: var(--sw-muted-2); }
.comment-content { margin-left: 52px; font-size: 15px; }
.comment-content p:last-child { margin-bottom: 0; }
.reply { margin-left: 52px; margin-top: 10px; }
.reply a { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.comment-list .children { list-style: none; padding-left: 40px; }
.comment-respond { margin-top: 40px; }
.comment-respond h3 { font-size: 22px; }
.comment-form { display: grid; gap: 16px; }
.comment-form label { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--sw-muted); margin-bottom: 8px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    width: 100%; background: var(--sw-card-low); border: 1px solid var(--sw-border);
    border-radius: var(--sw-radius); color: #fff; padding: 13px 16px;
    font-family: var(--sw-font-body); font-size: 15px; outline: none;
    transition: border-color .2s ease;
}
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--sw-accent); }
.comment-form .form-submit { margin: 0; }
.comment-form .submit {
    background: var(--sw-accent); color: #fff; border: none; cursor: pointer;
    padding: 14px 32px; border-radius: var(--sw-radius);
    font-family: var(--sw-font-body); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    box-shadow: var(--sw-glow); transition: background .2s ease, transform .15s ease;
}
.comment-form .submit:hover { background: #a900e3; }
.comment-form .submit:active { transform: scale(.96); }

.sw-page-content { max-width: 820px; padding-bottom: var(--sw-section); }
.sw-404 { text-align: center; padding: 120px 0; }
.sw-404 .code { font-family: var(--sw-font-head); font-size: 120px; font-weight: 800; color: var(--sw-accent); line-height: 1; text-shadow: 0 0 40px rgba(189,0,255,.4); }

.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--sw-muted-2); text-align: center; padding: 8px 0; }
.sticky {}
.bypostauthor {}
.gallery-caption {}

.sw-footer {
    margin-top: var(--sw-section);
    background: var(--sw-bg-deep);
    border-top: 1px solid var(--sw-border-soft);
    padding: 72px 0 40px;
}
.sw-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
@media (max-width: 800px) { .sw-footer-grid { grid-template-columns: 1fr; } }
.sw-footer-brand .sw-brand-name { font-size: 20px; }
.sw-footer-brand p { color: var(--sw-muted-2); font-size: 14px; max-width: 320px; margin-top: 16px; }
.sw-footer h4 {
    font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    color: #fff; margin-bottom: 24px;
}
.sw-footer ul { list-style: none; margin: 0; padding: 0; }
.sw-footer li { margin-bottom: 14px; }
.sw-footer li a {
    color: var(--sw-muted-2); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.sw-footer li a:hover { color: var(--sw-accent); }
.sw-footer-bottom {
    margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--sw-border-soft);
    display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
    color: var(--sw-muted-2); font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
    font-family: var(--sw-font-head);
}
.sw-socials { display: flex; gap: 12px; }
.sw-socials a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: var(--sw-radius-lg);
    background: var(--sw-card); border: 1px solid var(--sw-border); color: var(--sw-muted);
    transition: all .2s ease;
}
.sw-socials a:hover { color: #fff; border-color: var(--sw-accent); box-shadow: var(--sw-glow); }
.sw-socials svg { width: 18px; height: 18px; fill: currentColor; }
