/*
Theme Name: Byteria Blog
Theme URI: https://blog.byterialab.com
Author: ByteriaLab
Author URI: https://byterialab.com
Description: A minimal, high-performance security research blog theme built for ByteriaLab. Features a responsive grid layout, reading progress bar, code blocks with line numbers and copy functionality, and Alphyn product CTA. Optimized for speed with zero jQuery dependency and minimal asset footprint.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, custom-menu, featured-images, sticky-post, translation-ready
Text Domain: blog
*/

/* ── Reset ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;margin-top:0!important}
body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:17px;line-height:1.7;color:#1e293b;background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#3b82f6;text-decoration:none}
ul,ol{padding-left:1.5em}
#wpadminbar{display:none!important}

/* ── Selection & Scrollbar ── */
::selection{background:#dbeafe;color:#1e40af}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:#94a3b8}

/* ── Layout ── */
.container{max-width:1280px;margin:0 auto;padding:0 24px}
.section-top{padding-top:48px}

/* ── Buttons ── */
.btn-primary{display:inline-flex;align-items:center;padding:12px 28px;background:#3b82f6;color:#fff;font-size:15px;font-weight:600;border-radius:8px;transition:background .2s}
.btn-primary:hover{background:#2563eb;color:#fff}
.btn-ghost{display:inline-flex;align-items:center;padding:12px 28px;border:1px solid #e2e8f0;color:#334155;font-size:15px;font-weight:600;border-radius:8px;transition:border-color .2s}
.btn-ghost:hover{border-color:#94a3b8;color:#0f172a}

/* ── Reading Progress ── */
.reading-progress{position:fixed;top:0;left:0;width:0;height:3px;background:#3b82f6;z-index:200;transition:width 80ms linear}

/* ── HEADER ── */
.site-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1280px;margin:0 auto;padding:0 24px}
.header-left{display:flex;align-items:center;flex-shrink:0;gap:12px}
.site-logo{display:inline-flex;align-items:center;height:26px}
.site-logo img{height:100%;width:auto}
.header-blog-badge{display:inline-flex;align-items:center;padding:4px 10px;background:#3b82f6;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;border-radius:4px;line-height:1}
.header-nav{display:flex;align-items:center;gap:32px}
.header-nav a{color:#334155;font-size:14px;font-weight:500;white-space:nowrap}
.header-nav a.nav-active{color:#3b82f6;font-weight:600}
.header-right{display:flex;align-items:center;gap:16px;flex-shrink:0}
.header-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#64748b}
.header-contact{color:#334155;font-size:14px;font-weight:500;padding:8px 12px;border-radius:8px;white-space:nowrap}
.header-portal-btn{display:inline-flex;align-items:center;padding:8px 20px;background:#3b82f6;color:#fff;font-size:14px;font-weight:600;border-radius:8px;white-space:nowrap}
.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#334155;padding:4px}

/* ── HERO (Homepage) ── */
.hero-section{max-width:1280px;margin:0 auto;padding:32px 24px 0}
.hero-card{display:block;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}
.hero-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.hero-card:hover .hero-image img{transform:scale(1.01)}
.hero-image{width:100%;background:#0f172a}
.hero-image img{width:100%;height:auto;display:block;transition:transform .4s ease}
.hero-footer{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;gap:24px}
.hero-title{font-size:clamp(16px,1.5vw,20px);font-weight:700;color:#0f172a;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.hero-card:hover .hero-title{color:#0f172a}
.hero-meta{font-size:13px;color:#94a3b8;display:flex;gap:8px;flex-shrink:0;white-space:nowrap}
.hero-meta .sep{color:#cbd5e1}

/* ── BLOG GRID ── */
.grid-section{padding-top:48px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding-bottom:48px}

/* ── POST CARD ── */
.post-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}
.post-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.post-card a{color:inherit;text-decoration:none;display:flex;flex-direction:column;height:100%}
.card-thumb{width:100%;height:200px;overflow:hidden;background:#f8fafc}
.card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.post-card:hover .card-thumb img{transform:scale(1.04)}
.card-body{padding:24px;flex:1;display:flex;flex-direction:column}
.card-body h2{font-size:18px;line-height:1.4;font-weight:700;margin-bottom:10px;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-excerpt{color:#64748b;font-size:14px;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.card-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8;margin-top:auto}
.card-meta .sep{color:#cbd5e1}

/* ── SINGLE POST ── */
.single-header{padding:48px 0 32px}
.single-header h1{margin-bottom:16px;font-size:clamp(28px, 4.5vw, 40px);line-height:1.15;font-weight:800;color:#0f172a;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:900px){.single-header h1{white-space:normal}}
.single-meta-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:32px}
.single-meta{display:flex;align-items:center;gap:10px;font-size:14px;color:#64748b}
.single-meta .meta-author{font-weight:600;color:#0f172a}
.single-meta .meta-category{color:#3b82f6;font-weight:600;text-decoration:none;font-size:13px}
.single-meta .meta-category:hover{text-decoration:underline}
.single-meta .sep{color:#cbd5e1}
.single-share{display:flex;gap:6px;align-items:center}
.single-share a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;color:#64748b;background:#fff;transition:all .2s}
.single-share a:hover,.single-share a.copied{border-color:#3b82f6;color:#3b82f6}
.single-hero-wrap{border-radius:16px;overflow:hidden;margin-bottom:48px;background:#0f172a;max-height:480px}
.single-hero-wrap img{width:100%;height:100%;object-fit:cover;display:block}

/* ── Single Layout ── */
.single-layout{width:100%}
.single-main-col{min-width:0;overflow:hidden}

/* ── Single Content ── */
.single-content{padding-bottom:40px;font-size:17px;line-height:1.85;color:#334155;overflow-wrap:break-word;word-break:break-word}
.single-content h2{margin:48px 0 20px;font-size:28px;font-weight:700;color:#1e40af;letter-spacing:-.015em}
.single-content h3{margin:40px 0 16px;font-size:22px;font-weight:600;color:#2563eb}
.single-content h4{margin:32px 0 12px;font-size:18px;font-weight:600;color:#3b82f6}
.single-content p{margin-bottom:24px}
.single-content ul,.single-content ol{margin-bottom:24px;padding-left:1.5em}
.single-content li{margin-bottom:8px;color:#334155}
.single-content li::marker{color:#3b82f6;font-weight:600}

/* ── Content Images ── */
.single-content img{border-radius:10px;margin:32px auto;border:1px solid #e2e8f0;background:#f8fafc;padding:4px;max-height:420px;width:auto;max-width:100%;object-fit:contain;display:block}
.single-content figure{margin:32px 0;text-align:center}
.single-content figure img{margin:0 auto;width:auto;max-width:100%}
.single-content figcaption{font-size:13px;color:#94a3b8;text-align:center;margin-top:8px;font-style:italic}

/* ── Videos & Embeds ── */
.single-content iframe,.single-content embed,.single-content video{max-width:100%;border-radius:10px;margin:32px 0}
.single-content .wp-block-embed,.single-content .wp-block-embed__wrapper{max-width:100%;overflow:hidden}
.single-content .wp-block-embed__wrapper iframe{width:100%;aspect-ratio:16/9;height:auto}

/* ── Code Blocks — Light Blue ── */
.single-content pre{position:relative;background:#f0f6ff;color:#1e293b;padding:0;border-radius:8px;overflow:hidden;font-size:13px;line-height:1.7;margin:32px 0;border:1px solid #dbeafe}
.code-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 16px;background:#e8f1fe;border-bottom:1px solid #dbeafe}
.code-lang{font-size:11px;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.06em;font-family:ui-sans-serif,system-ui,sans-serif}
.code-copy{padding:4px 12px;background:#fff;color:#3b82f6;border:1px solid #bfdbfe;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;font-family:ui-sans-serif,system-ui,sans-serif;transition:all .2s;letter-spacing:.02em}
.code-copy:hover{background:#eff6ff;border-color:#3b82f6}
.code-copy.copied{background:#dbeafe;border-color:#3b82f6}
.code-block-wrap{display:flex;overflow-x:auto}
.code-lines{padding:16px 0;border-right:1px solid #dbeafe;background:#e8f1fe;user-select:none;-webkit-user-select:none;flex-shrink:0}
.code-lines span{display:block;padding:0 14px;text-align:right;font-family:"SF Mono",SFMono-Regular,"Cascadia Code","JetBrains Mono",Menlo,Consolas,monospace;font-size:12px;line-height:1.7;color:#93c5fd;min-width:40px}
.single-content pre code{display:block;padding:16px 20px;overflow-x:auto;font-family:"SF Mono",SFMono-Regular,"Cascadia Code","JetBrains Mono",Menlo,Consolas,monospace;font-size:13px;tab-size:4;flex:1;color:#334155}
.single-content code{font-family:"SF Mono",SFMono-Regular,"Cascadia Code","JetBrains Mono",Menlo,Consolas,monospace;font-size:.85em}
.single-content p code,.single-content li code{background:#eff6ff;padding:2px 6px;border-radius:5px;border:1px solid #dbeafe;color:#1e40af;font-size:.82em}

/* Code scrollbar */
.code-block-wrap::-webkit-scrollbar,.single-content pre code::-webkit-scrollbar{height:6px}
.code-block-wrap::-webkit-scrollbar-track,.single-content pre code::-webkit-scrollbar-track{background:transparent}
.code-block-wrap::-webkit-scrollbar-thumb,.single-content pre code::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:3px}

/* ── Blockquote ── */
.single-content blockquote{border-left:3px solid #3b82f6;padding:16px 20px;margin:32px 0;background:#f8fafc;border-radius:0 10px 10px 0;color:#334155;font-size:16px;font-style:italic}

/* ── Content Links ── */
.single-content a{color:#3b82f6;text-decoration:underline;text-decoration-color:#bfdbfe;text-underline-offset:2px}
.single-content a[target="_blank"]::after{content:'';display:inline-block;width:12px;height:12px;margin-left:3px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") center/contain no-repeat;vertical-align:-1px}

/* ── Content Reference Links ── */
.ref-links{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:20px 24px;margin:24px 0}
.ref-links-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#1e40af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}
.ref-links-title svg{color:#3b82f6}
.ref-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}
.ref-links li{margin:0;padding:8px 12px;border-radius:6px;background:#fff;border:1px solid #e2e8f0;transition:all .2s;font-size:14px}
.ref-links li:hover{border-color:#bfdbfe;background:#eff6ff}
.ref-links li a{text-decoration:none;color:#3b82f6;font-weight:500;word-break:break-all}
.ref-links li a:hover{text-decoration:underline}

/* ── Tables ── */
.single-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px;display:block;overflow-x:auto}
.single-content th,.single-content td{padding:10px 14px;border:1px solid #e2e8f0;text-align:left;white-space:nowrap}
.single-content th{background:#f8fafc;font-weight:600;color:#0f172a;font-size:13px}

/* ── HR ── */
.single-content hr{border:none;border-top:1px solid #e2e8f0;margin:40px 0}

/* ── Tags ── */
.single-tags{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:32px;border-bottom:1px solid #e2e8f0;margin-bottom:32px}
.single-tags a{display:inline-flex;padding:4px 12px;background:#f1f5f9;color:#64748b;font-size:13px;font-weight:500;border-radius:6px;transition:all .2s}
.single-tags a:hover{background:#dbeafe;color:#3b82f6}

/* ── Author Box ── */
.author-box{display:flex;gap:20px;padding:28px;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:32px;background:#fafbfc;align-items:flex-start}
.author-avatar{width:56px;height:56px;border-radius:50%;background:#e2e8f0;flex-shrink:0;overflow:hidden}
.author-avatar img{width:100%;height:100%;object-fit:cover}
.author-label{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-weight:600}
.author-info h4{font-size:16px;font-weight:700;margin-bottom:4px;color:#0f172a}
.author-info p{font-size:14px;color:#64748b;margin-bottom:6px;line-height:1.5}
.author-info a{font-size:13px;color:#3b82f6;text-decoration:none;font-weight:500}

/* ── Post Nav ── */
.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:32px 0 64px}
.post-nav a{display:block;padding:16px 20px;border-radius:10px;border:1px solid #e2e8f0;text-decoration:none;transition:border-color .2s}
.post-nav a:hover{border-color:#cbd5e1}
.post-nav .label{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-weight:700}
.post-nav .nav-title{font-size:15px;font-weight:600;color:#0f172a;line-height:1.4}
.post-nav .next{text-align:right}


/* ── ALPHYN CTA ── */
.alphyn-cta{padding:0 24px;margin-bottom:-32px;position:relative;z-index:1}
.alphyn-cta-card{max-width:1280px;margin:0 auto;background:#3b82f6;border-radius:16px;padding:44px 52px;display:flex;align-items:center;justify-content:space-between;gap:40px;border:none;position:relative;overflow:hidden}
.alphyn-cta-card::before{content:'';position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}
.alphyn-cta-card::after{content:'';position:absolute;bottom:-40px;left:20%;width:160px;height:160px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}
.alphyn-cta-left{display:flex;align-items:flex-start;gap:20px;flex:1;min-width:0}
.alphyn-cta-icon{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.alphyn-cta-text h2{font-size:22px;font-weight:700;color:#fff;margin-bottom:6px;letter-spacing:-.01em}
.alphyn-cta-text p{font-size:14px;color:rgba(255,255,255,.8);line-height:1.55;max-width:440px}
.alphyn-cta-actions{display:flex;gap:10px;flex-shrink:0}
.cta-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:11px 24px;background:#fff;color:#3b82f6;font-size:14px;font-weight:600;border-radius:8px;transition:all .2s;white-space:nowrap}
.cta-btn-primary:hover{background:#f1f5f9;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px);color:#2563eb}
.cta-btn-ghost{display:inline-flex;align-items:center;padding:11px 24px;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:14px;font-weight:600;border-radius:8px;transition:all .2s;white-space:nowrap}
.cta-btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.1)}

/* ── FOOTER ── */
.site-footer{background:#f5f7fa;padding:80px 0 0}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.4fr;gap:40px;padding-bottom:48px}
.footer-col-brand{display:flex;flex-direction:column}
.footer-logo{display:inline-flex;align-items:center}
.footer-logo img{height:28px;width:auto}
.footer-title{font-size:13px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}
.footer-list{list-style:none;padding:0}
.footer-list li{margin-bottom:0;line-height:2.2}
.footer-list a{font-size:14px;color:#64748b;text-decoration:none;transition:color .2s}
.footer-list a:hover{color:#3b82f6}
.footer-contact{color:#64748b;font-size:14px;line-height:2.2}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-top:1px solid #e2e8f0}
.footer-copy{font-size:13px;color:#94a3b8}
.footer-social{display:flex;gap:16px}
.footer-social a{color:#94a3b8;display:flex;align-items:center;transition:color .2s}
.footer-social a:hover{color:#0f172a}

/* ── Pagination ── */
.pagination{display:flex;justify-content:center;gap:6px;padding:24px 0 48px}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid #e2e8f0;color:#64748b;text-decoration:none}
.pagination .current{background:#3b82f6;color:#fff;border-color:#3b82f6}

/* ── Archive Header ── */
.archive-header{margin-bottom:40px;text-align:center;padding:32px 0}
.archive-header h1{font-size:36px;font-weight:800;color:#0f172a;letter-spacing:-.02em}
.archive-label{display:inline-block;padding:4px 12px;background:#eff6ff;color:#3b82f6;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;margin-bottom:12px}
.archive-desc{color:#64748b;font-size:17px;margin-top:12px;max-width:600px;margin-left:auto;margin-right:auto}

/* Author page */
.author-header .author-avatar-lg{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:3px solid #e2e8f0}
.author-header .author-avatar-lg img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.author-post-count{display:inline-block;margin-top:8px;font-size:14px;color:#94a3b8;font-weight:500}

/* ── 404 Page ── */
.error-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 73px);padding:40px 24px}
.error-page-inner{text-align:center;max-width:480px}
.error-glitch{font-size:140px;font-weight:900;color:#e2e8f0;line-height:1;letter-spacing:-.04em;margin-bottom:8px}
.error-page-inner h1{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:12px}
.error-page-inner p{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:32px}
.error-actions{display:flex;gap:12px;justify-content:center}

/* ── Empty State ── */
.empty-state{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 73px);padding:40px 24px}
.empty-state-inner{text-align:center;max-width:400px}
.empty-icon{display:flex;justify-content:center;margin-bottom:20px}
.empty-state-inner h1{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:8px}
.empty-state-inner p{font-size:15px;color:#64748b;line-height:1.6;margin-bottom:24px}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
.blog-grid{grid-template-columns:repeat(2,1fr)}
.single-header h1{font-size:34px;white-space:normal}
.header-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;border-bottom:1px solid #e2e8f0;gap:4px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}
.header-nav.nav-open{display:flex}
.header-nav a{padding:10px 0;font-size:16px}
.header-right{display:none}
.mobile-menu-toggle{display:flex}
.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}
.alphyn-cta-card{flex-direction:column;padding:36px 32px}
.alphyn-cta-left{flex-direction:column;align-items:center;text-align:center}
.alphyn-cta-text p{max-width:100%}
.alphyn-cta-actions{justify-content:center}
}

@media(max-width:640px){
.blog-grid{grid-template-columns:1fr}
.single-header h1{font-size:24px;white-space:normal}
.single-content h2{font-size:22px}
.single-content{font-size:16px}
.author-box{flex-direction:column;text-align:center}
.card-body{padding:20px}
.card-thumb{height:180px}
.post-nav{grid-template-columns:1fr;gap:12px}
.footer-grid{grid-template-columns:1fr;gap:32px}
.footer-bottom{flex-direction:column;gap:16px;text-align:center}
.single-header{padding:32px 0 24px}
.header-blog-badge{display:none}
.container{padding:0 16px}
.hero-section{padding:16px 16px 0}
.hero-footer{flex-direction:column;gap:6px;padding:16px 20px}
.hero-title{white-space:normal;font-size:17px}
.error-glitch{font-size:100px}
.alphyn-cta{padding:0 16px}
.alphyn-cta-card{padding:28px 24px}
.alphyn-cta-left{gap:14px}
.alphyn-cta-text h2{font-size:20px}
.alphyn-cta-actions{flex-direction:column;width:100%}
.alphyn-cta-actions a{justify-content:center}
.single-content img{max-height:320px}
}
