/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',-apple-system,sans-serif;background:#1A1D21;color:#E8E9EB;line-height:1.7;min-height:100vh;overflow-x:hidden}body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(123,104,238,0.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(123,104,238,0.05) 0%,transparent 50%);pointer-events:none;z-index:0}h1,h2,h3,h4{font-family:'Playfair Display','Georgia',serif;font-weight:700;letter-spacing:-0.02em;line-height:1.2;color:#F0F0F5}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem);margin-bottom:1.5rem}h3{font-size:clamp(1.2rem,2.5vw,1.6rem);margin-bottom:1rem}.mono{font-family:'JetBrains Mono','Courier New',monospace;font-size:0.85rem;letter-spacing:0.05em;text-transform:uppercase;color:#7B68EE}a{color:#7B68EE;text-decoration:none;transition:all 0.3s ease}a:hover{color:#9D8FFF;text-shadow:0 0 8px rgba(123,104,238,0.5)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}header.site-header{background:rgba(26,29,33,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(123,104,238,0.15);position:sticky;top:0;z-index:100;padding:1.2rem 0}.nav-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-family:'Playfair Display',serif;font-size:1.7rem;font-weight:700;background:linear-gradient(135deg,#7B68EE 0%,#B4A7FF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-0.03em}nav ul{list-style:none;display:flex;gap:1.8rem;flex-wrap:wrap}nav a{color:#B8BAC0;font-size:0.95rem;font-weight:500;position:relative;padding:0.3rem 0}nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#7B68EE;transition:width 0.3s ease}nav a:hover::after{width:100%}.hero{padding:6rem 0 5rem;position:relative;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.hero-inner{grid-template-columns:1.2fr 1fr}}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-block;padding:0.4rem 1rem;background:rgba(123,104,238,0.1);border:1px solid rgba(123,104,238,0.3);border-radius:20px;font-family:'JetBrains Mono',monospace;font-size:0.75rem;color:#7B68EE;margin-bottom:1.5rem;letter-spacing:0.1em}.hero h1{margin-bottom:1.5rem;background:linear-gradient(135deg,#F0F0F5 0%,#B4A7FF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p.lead{font-size:1.15rem;color:#B8BAC0;margin-bottom:2rem;max-width:540px}.btn{display:inline-block;padding:0.95rem 2rem;background:linear-gradient(135deg,#7B68EE 0%,#5D4FDB 100%);color:#fff;border:none;border-radius:20px;font-weight:600;cursor:pointer;transition:all 0.3s ease;font-family:inherit;font-size:0.95rem;box-shadow:0 4px 20px rgba(123,104,238,0.3)}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(123,104,238,0.5);color:#fff}.btn-outline{background:transparent;border:1px solid rgba(123,104,238,0.5);color:#7B68EE;box-shadow:none}.btn-outline:hover{background:rgba(123,104,238,0.1);box-shadow:0 0 20px rgba(123,104,238,0.3)}.hero-visual{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#2C3137 0%,#1A1D21 100%);border:1px solid rgba(123,104,238,0.2);min-height:380px;box-shadow:0 20px 60px rgba(0,0,0,0.4),0 0 40px rgba(123,104,238,0.15)}.hero-visual img{width:100%;height:100%;min-height:380px;object-fit:cover;display:block;opacity:0.85}.hero-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(123,104,238,0.15) 0%,transparent 50%,rgba(26,29,33,0.4) 100%);pointer-events:none}section{padding:4rem 0;position:relative}.section-label{font-family:'JetBrains Mono',monospace;font-size:0.8rem;color:#7B68EE;letter-spacing:0.15em;text-transform:uppercase;margin-bottom:0.8rem;display:block}.glass-panel{background:rgba(44,49,55,0.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(123,104,238,0.15);border-radius:20px;padding:2rem;transition:all 0.4s ease;position:relative;overflow:hidden}.glass-panel::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(123,104,238,0.5),transparent)}.glass-panel:hover{border-color:rgba(123,104,238,0.4);transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,0.4),0 0 30px rgba(123,104,238,0.15)}.cards-grid{display:grid;grid-template-columns:1fr;gap:1.8rem}@media(min-width:700px){.cards-grid{grid-template-columns:1fr 1fr}}.card-meta{display:flex;gap:1rem;margin-bottom:1rem;font-family:'JetBrains Mono',monospace;font-size:0.75rem;color:#7B68EE;letter-spacing:0.08em}.card h3{color:#F0F0F5;margin-bottom:0.8rem}.card p{color:#B8BAC0;margin-bottom:1.2rem;font-size:0.95rem}.card-link{font-family:'JetBrains Mono',monospace;font-size:0.8rem;color:#7B68EE;letter-spacing:0.1em}.main-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:900px){.main-layout{grid-template-columns:2fr 1fr}}.featured-article{background:rgba(44,49,55,0.3);border:1px solid rgba(123,104,238,0.15);border-radius:20px;padding:2.5rem;backdrop-filter:blur(10px)}.featured-article h2{margin-bottom:1rem}.featured-article .article-image{border-radius:20px;overflow:hidden;margin:1.5rem 0;border:1px solid rgba(123,104,238,0.2)}.featured-article img{width:100%;height:auto;display:block;opacity:0.9}.featured-article p{margin-bottom:1.2rem;color:#C8CACF}.featured-article h3{margin-top:2rem;color:#B4A7FF}.featured-article ul{list-style:none;padding-left:0;margin:1.5rem 0}.featured-article ul li{padding:0.6rem 0 0.6rem 1.8rem;position:relative;color:#C8CACF}.featured-article ul li::before{content:'—';position:absolute;left:0;color:#7B68EE;font-family:'JetBrains Mono',monospace}aside.sidebar{display:flex;flex-direction:column;gap:1.5rem}.aside-card{background:rgba(44,49,55,0.4);border:1px solid rgba(123,104,238,0.15);border-radius:20px;padding:1.5rem;backdrop-filter:blur(10px)}.aside-card h4{font-family:'Playfair Display',serif;font-size:1.1rem;margin-bottom:0.6rem;color:#F0F0F5}.aside-card p{font-size:0.9rem;color:#B8BAC0;margin-bottom:0.8rem}.aside-card .mono{font-size:0.75rem}.about-section{background:rgba(44,49,55,0.3);border:1px solid rgba(123,104,238,0.15);border-radius:20px;padding:3rem 2rem;backdrop-filter:blur(12px);text-align:center;max-width:820px;margin:0 auto}.about-section p{color:#C8CACF;font-size:1.05rem;max-width:640px;margin:0 auto 1rem}.subscribe-section{background:linear-gradient(135deg,rgba(123,104,238,0.08) 0%,rgba(44,49,55,0.4) 100%);border:1px solid rgba(123,104,238,0.3);border-radius:20px;padding:3rem 2rem;backdrop-filter:blur(14px);position:relative;overflow:hidden;box-shadow:0 0 60px rgba(123,104,238,0.1)}.subscribe-section::before{content:'';position:absolute;top:-50%;left:-10%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(123,104,238,0.15) 0%,transparent 60%);pointer-events:none}.subscribe-wrap{position:relative;z-index:1;max-width:640px;margin:0 auto;text-align:center}.subscribe-wrap h2{margin-bottom:1rem}.subscribe-wrap p{color:#B8BAC0;margin-bottom:2rem}form{display:grid;gap:1rem;text-align:left}.form-field{display:flex;flex-direction:column;gap:0.4rem}form label{font-family:'JetBrains Mono',monospace;font-size:0.75rem;color:#7B68EE;letter-spacing:0.1em;text-transform:uppercase}form input{padding:0.9rem 1.2rem;background:rgba(26,29,33,0.6);border:1px solid rgba(123,104,238,0.25);border-radius:20px;color:#F0F0F5;font-family:inherit;font-size:0.95rem;transition:all 0.3s ease}form input:focus{outline:none;border-color:#7B68EE;box-shadow:0 0 0 3px rgba(123,104,238,0.15),0 0 20px rgba(123,104,238,0.2)}form input::placeholder{color:#6B6E75}form button{margin-top:0.5rem}.disclaimer{background:rgba(44,49,55,0.3);border:1px solid rgba(123,104,238,0.2);border-left:3px solid #7B68EE;border-radius:20px;padding:1.5rem 1.8rem;margin:2.5rem 0;backdrop-filter:blur(8px)}.disclaimer p{color:#B8BAC0;font-size:0.9rem;margin:0;font-style:italic}.disclaimer strong{color:#B4A7FF;font-style:normal;font-family:'JetBrains Mono',monospace;font-size:0.8rem;letter-spacing:0.1em;display:block;margin-bottom:0.4rem;text-transform:uppercase}.article-page{padding:3rem 0 5rem}.article-page .article-header{max-width:780px;margin:0 auto 2.5rem;text-align:center}.article-page .article-header .mono{margin-bottom:1rem}.article-page .article-header h1{margin-bottom:1rem}.article-page .article-header p.lead{color:#B8BAC0;font-size:1.1rem}.article-body{max-width:780px;margin:0 auto;color:#C8CACF}.article-body p{margin-bottom:1.3rem;font-size:1rem}.article-body h2{margin-top:2.8rem;margin-bottom:1.2rem}.article-body h3{margin-top:2rem;margin-bottom:0.8rem;color:#B4A7FF}.article-body ul{list-style:none;padding-left:0;margin:1.3rem 0}.article-body ul li{padding:0.6rem 0 0.6rem 1.8rem;position:relative}.article-body ul li::before{content:'◆';position:absolute;left:0;color:#7B68EE;font-size:0.7rem;top:0.8rem}blockquote{border-left:3px solid #7B68EE;padding:1rem 0 1rem 1.5rem;margin:2rem 0;font-style:italic;color:#B4A7FF;background:rgba(123,104,238,0.05);border-radius:0 20px 20px 0}.policy-page{padding:3rem 0 5rem}.policy-wrap{max-width:820px;margin:0 auto;background:rgba(44,49,55,0.3);border:1px solid rgba(123,104,238,0.15);border-radius:20px;padding:3rem 2.5rem;backdrop-filter:blur(10px)}.policy-wrap h1{margin-bottom:2rem}.policy-wrap h2{font-size:1.4rem;margin-top:2rem;margin-bottom:1rem;color:#B4A7FF}.policy-wrap p{color:#C8CACF;margin-bottom:1.1rem}.policy-wrap ul{padding-left:1.5rem;margin-bottom:1.2rem}.policy-wrap ul li{color:#C8CACF;margin-bottom:0.5rem}.success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 0}.success-wrap{text-align:center;max-width:560px;background:rgba(44,49,55,0.4);border:1px solid rgba(123,104,238,0.3);border-radius:20px;padding:3.5rem 2.5rem;backdrop-filter:blur(14px);box-shadow:0 0 60px rgba(123,104,238,0.15)}.success-icon{font-family:'JetBrains Mono',monospace;font-size:3rem;color:#7B68EE;margin-bottom:1rem;display:block}.success-wrap h1{margin-bottom:1rem}.success-wrap p{color:#B8BAC0;margin-bottom:2rem}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 0}.error-wrap h1{font-size:clamp(4rem,10vw,7rem);background:linear-gradient(135deg,#7B68EE 0%,#B4A7FF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.error-wrap p{color:#B8BAC0;margin-bottom:2rem;font-size:1.1rem}footer.site-footer{background:rgba(26,29,33,0.9);border-top:1px solid rgba(123,104,238,0.15);padding:3rem 0 2rem;margin-top:4rem;backdrop-filter:blur(14px)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:700px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-col h5{font-family:'JetBrains Mono',monospace;font-size:0.8rem;color:#7B68EE;letter-spacing:0.12em;text-transform:uppercase;margin-bottom:1rem}.footer-col p{color:#B8BAC0;font-size:0.9rem;margin-bottom:0.5rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:0.5rem}.footer-col ul a{color:#B8BAC0;font-size:0.9rem}.footer-col ul a:hover{color:#7B68EE}.footer-bottom{border-top:1px solid rgba(123,104,238,0.1);padding-top:1.5rem;text-align:center;color:#6B6E75;font-size:0.85rem;font-family:'JetBrains Mono',monospace}#cookie-toggle{display:none}.cookie-modal{position:fixed;bottom:1.5rem;right:1.5rem;max-width:360px;background:rgba(26,29,33,0.95);border:1px solid rgba(123,104,238,0.4);border-radius:20px;padding:1.5rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 60px rgba(0,0,0,0.5),0 0 30px rgba(123,104,238,0.2);z-index:999;transition:all 0.4s ease}#cookie-toggle:checked ~ .cookie-modal{opacity:0;visibility:hidden;transform:translateY(20px)}.cookie-modal h5{font-family:'JetBrains Mono',monospace;font-size:0.8rem;color:#7B68EE;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:0.6rem}.cookie-modal p{color:#B8BAC0;font-size:0.85rem;margin-bottom:1rem;line-height:1.5}.cookie-actions{display:flex;gap:0.6rem;flex-wrap:wrap}.cookie-btn{padding:0.5rem 1rem;border-radius:20px;font-size:0.8rem;font-family:'JetBrains Mono',monospace;cursor:pointer;letter-spacing:0.05em;transition:all 0.3s ease;display:inline-block;text-align:center}.cookie-accept{background:linear-gradient(135deg,#7B68EE 0%,#5D4FDB 100%);color:#fff;border:none;box-shadow:0 4px 15px rgba(123,104,238,0.3)}.cookie-accept:hover{box-shadow:0 6px 20px rgba(123,104,238,0.5);color:#fff}.cookie-info{background:transparent;border:1px solid rgba(123,104,238,0.3);color:#7B68EE}.cookie-info:hover{background:rgba(123,104,238,0.1);color:#B4A7FF}@media(max-width:600px){.cookie-modal{bottom:1rem;right:1rem;left:1rem;max-width:none}.hero{padding:3.5rem 0}.featured-article,.policy-wrap{padding:1.8rem 1.3rem}section{padding:2.5rem 0}}