/*
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:'JetBrains Mono','Courier New',monospace;background:#1A1D21;color:#E0E4E8;line-height:1.7;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4{font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;font-weight:600;letter-spacing:-0.02em;color:#F0F0F5}h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1.1}h2{font-size:clamp(1.6rem,3.5vw,2.6rem);margin-bottom:1.2rem}h3{font-size:clamp(1.2rem,2.5vw,1.6rem);margin-bottom:0.8rem}p{margin-bottom:1.1rem;color:#C5CAD0;font-size:0.96rem}a{color:#7B68EE;text-decoration:none;transition:all .3s ease}a:hover{color:#9F8FFF;text-shadow:0 0 8px rgba(123,104,238,.5)}img{max-width:100%;height:auto;display:block;border-radius:20px}.container{max-width:1240px;margin:0 auto;padding:0 1.5rem}header.site-header{position:sticky;top:0;z-index:100;background:rgba(26,29,33,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(123,104,238,.15);padding:1rem 0}.nav-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:700;color:#F0F0F5;letter-spacing:0.05em}.logo span.dot{color:#7B68EE;text-shadow:0 0 12px rgba(123,104,238,.7)}nav ul{list-style:none;display:flex;gap:1.8rem;flex-wrap:wrap}nav a{font-size:0.85rem;text-transform:uppercase;letter-spacing:0.12em;color:#C5CAD0;font-family:'JetBrains Mono',monospace}nav a:hover{color:#7B68EE}.hero{position:relative;min-height:78vh;display:flex;align-items:center;padding:4rem 0;overflow:hidden;background:radial-gradient(ellipse at top right,rgba(123,104,238,.15),transparent 60%),radial-gradient(ellipse at bottom left,rgba(44,49,55,.6),transparent 50%),#1A1D21}.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(26,29,33,.3) 70%,#1A1D21 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:760px}.hero-tag{display:inline-block;font-family:'JetBrains Mono',monospace;font-size:0.78rem;letter-spacing:0.25em;text-transform:uppercase;color:#7B68EE;padding:0.4rem 1rem;border:1px solid rgba(123,104,238,.4);border-radius:20px;margin-bottom:1.5rem;background:rgba(123,104,238,.05)}.hero h1{margin-bottom:1.5rem;background:linear-gradient(135deg,#F0F0F5 0%,#7B68EE 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p.lead{font-size:1.1rem;color:#C5CAD0;margin-bottom:2rem;max-width:580px}.btn{display:inline-block;padding:0.95rem 2.2rem;background:linear-gradient(135deg,#7B68EE,#5A4ECC);color:#fff;border-radius:20px;font-family:'JetBrains Mono',monospace;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.15em;border:none;cursor:pointer;transition:all .35s ease;box-shadow:0 0 0 rgba(123,104,238,.4)}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(123,104,238,.45),0 0 24px rgba(123,104,238,.3);color:#fff}.btn-ghost{background:transparent;border:1px solid rgba(123,104,238,.5);color:#7B68EE}.btn-ghost:hover{background:rgba(123,104,238,.1);color:#9F8FFF}section{padding:4.5rem 0}section.compact{padding:3rem 0}.section-head{margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;border-bottom:1px solid rgba(123,104,238,.15);padding-bottom:1.2rem}.section-label{font-family:'JetBrains Mono',monospace;font-size:0.75rem;letter-spacing:0.25em;text-transform:uppercase;color:#7B68EE}.cards-grid{display:grid;grid-template-columns:1fr;gap:1.8rem}@media(min-width:720px){.cards-grid{grid-template-columns:repeat(2,1fr)}}.card{position:relative;background:linear-gradient(145deg,rgba(44,49,55,.85),rgba(26,29,33,.9));border:1px solid rgba(123,104,238,.18);border-radius:20px;padding:1.8rem;transition:all .4s ease;overflow:hidden;backdrop-filter:blur(10px)}.card::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(123,104,238,.12) 0%,transparent 50%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card:hover::before{opacity:1}.card:hover{transform:translateY(-4px);border-color:rgba(123,104,238,.45);box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 30px rgba(123,104,238,.2)}.card-meta{font-family:'JetBrains Mono',monospace;font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;color:#7B68EE;margin-bottom:0.8rem}.card h3{margin-bottom:0.7rem;color:#F0F0F5}.card p{font-size:0.9rem;color:#A8ADB5;margin-bottom:1.2rem}.card a.read-more{font-family:'JetBrains Mono',monospace;font-size:0.78rem;letter-spacing:0.15em;text-transform:uppercase;color:#7B68EE}.card a.read-more::after{content:' →';transition:margin .3s ease}.card a.read-more:hover::after{margin-left:6px}.layout-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:980px){.layout-grid{grid-template-columns:1fr 320px}}aside.sidebar{display:flex;flex-direction:column;gap:1.2rem}.aside-card{background:rgba(44,49,55,.6);border:1px solid rgba(123,104,238,.15);border-radius:20px;padding:1.4rem;backdrop-filter:blur(10px)}.aside-card h4{font-family:'JetBrains Mono',monospace;font-size:0.78rem;letter-spacing:0.2em;text-transform:uppercase;color:#7B68EE;margin-bottom:1rem}.aside-list{list-style:none;display:flex;flex-direction:column;gap:0.9rem}.aside-list li{padding-bottom:0.9rem;border-bottom:1px dashed rgba(123,104,238,.15)}.aside-list li:last-child{border:none;padding-bottom:0}.aside-list a{display:block;color:#E0E4E8;font-family:'Cormorant Garamond',serif;font-size:1.1rem}.aside-list a:hover{color:#7B68EE}.aside-list .date{font-family:'JetBrains Mono',monospace;font-size:0.7rem;color:#7B68EE;letter-spacing:0.1em;display:block;margin-bottom:0.3rem}article.feature{background:linear-gradient(160deg,rgba(44,49,55,.7),rgba(26,29,33,.85));border:1px solid rgba(123,104,238,.18);border-radius:20px;padding:clamp(1.5rem,4vw,2.8rem);backdrop-filter:blur(8px)}article.feature h2{margin-bottom:1.5rem;color:#F0F0F5}article.feature .meta-row{display:flex;gap:1.2rem;flex-wrap:wrap;margin-bottom:1.8rem;font-family:'JetBrains Mono',monospace;font-size:0.74rem;letter-spacing:0.15em;text-transform:uppercase;color:#7B68EE}article.feature h3{margin-top:2rem;color:#F0F0F5}article.feature ul{margin:1rem 0 1.5rem 1.2rem;color:#C5CAD0}article.feature ul li{margin-bottom:0.5rem}article.feature blockquote{border-left:3px solid #7B68EE;padding:1rem 0 1rem 1.5rem;margin:1.8rem 0;font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-style:italic;color:#E0E4E8;background:rgba(123,104,238,.05);border-radius:0 12px 12px 0}.about-block{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:820px){.about-block{grid-template-columns:1fr 1fr}}.about-text p{margin-bottom:1rem}.about-img{border-radius:20px;overflow:hidden;border:1px solid rgba(123,104,238,.2);box-shadow:0 0 40px rgba(123,104,238,.15)}.subscribe-section{background:linear-gradient(135deg,rgba(123,104,238,.08),rgba(44,49,55,.6));border:1px solid rgba(123,104,238,.25);border-radius:20px;padding:clamp(1.8rem,4vw,3rem);position:relative;overflow:hidden}.subscribe-section::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(123,104,238,.2),transparent 70%);border-radius:50%;pointer-events:none}.subscribe-section .section-label{position:relative;z-index:1}.subscribe-section h2{margin-bottom:1rem;position:relative;z-index:1}.subscribe-section > p{position:relative;z-index:1;margin-bottom:2rem;max-width:620px}form.subscribe-form{display:grid;grid-template-columns:1fr;gap:1rem;position:relative;z-index:1}@media(min-width:720px){form.subscribe-form{grid-template-columns:1fr 1fr}form.subscribe-form .full{grid-column:1 / -1}}.form-field{display:flex;flex-direction:column;gap:0.4rem}.form-field label{font-family:'JetBrains Mono',monospace;font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;color:#7B68EE}.form-field input{background:rgba(26,29,33,.7);border:1px solid rgba(123,104,238,.3);border-radius:12px;padding:0.85rem 1rem;color:#E0E4E8;font-family:'JetBrains Mono',monospace;font-size:0.92rem;transition:all .3s ease}.form-field input:focus{outline:none;border-color:#7B68EE;box-shadow:0 0 0 3px rgba(123,104,238,.15),0 0 20px rgba(123,104,238,.2)}.disclaimer-block{background:rgba(123,104,238,.06);border:1px dashed rgba(123,104,238,.35);border-radius:20px;padding:1.4rem 1.6rem;margin-top:2rem}.disclaimer-block p{margin:0;font-size:0.86rem;color:#A8ADB5;font-style:italic}.disclaimer-block strong{color:#7B68EE;font-style:normal;font-family:'JetBrains Mono',monospace;font-size:0.78rem;letter-spacing:0.15em;text-transform:uppercase;display:block;margin-bottom:0.4rem}footer.site-footer{background:#141619;border-top:1px solid rgba(123,104,238,.15);padding:3rem 0 1.5rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:720px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand p{font-size:0.88rem;color:#A8ADB5;margin-top:0.8rem}.footer-col h5{font-family:'JetBrains Mono',monospace;font-size:0.74rem;letter-spacing:0.2em;text-transform:uppercase;color:#7B68EE;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.6rem}.footer-col a{font-size:0.88rem;color:#C5CAD0}.copy{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(123,104,238,.1);font-family:'JetBrains Mono',monospace;font-size:0.78rem;color:#7B68EE;letter-spacing:0.1em}.page-hero{padding:3.5rem 0 2rem;border-bottom:1px solid rgba(123,104,238,.15);background:radial-gradient(ellipse at top,rgba(123,104,238,.08),transparent 60%)}.page-hero .breadcrumb{font-family:'JetBrains Mono',monospace;font-size:0.74rem;letter-spacing:0.18em;text-transform:uppercase;color:#7B68EE;margin-bottom:1rem}.page-hero h1{margin-bottom:1rem}.legal-content{max-width:820px;margin:0 auto}.legal-content h2{margin-top:2.2rem;color:#F0F0F5}.legal-content h2:first-child{margin-top:0}.legal-content p{margin-bottom:1rem;color:#C5CAD0}.legal-content ul{margin:0.8rem 0 1.4rem 1.4rem;color:#C5CAD0}.legal-content ul li{margin-bottom:0.5rem}.success-wrap{min-height:65vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 0}.success-card{max-width:560px;background:linear-gradient(145deg,rgba(44,49,55,.7),rgba(26,29,33,.85));border:1px solid rgba(123,104,238,.3);border-radius:20px;padding:clamp(2rem,5vw,3.5rem);box-shadow:0 0 60px rgba(123,104,238,.18)}.success-icon{font-family:'Cormorant Garamond',serif;font-size:4rem;color:#7B68EE;margin-bottom:1rem;text-shadow:0 0 30px rgba(123,104,238,.6)}.error-wrap{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 0}.error-code{font-family:'Cormorant Garamond',serif;font-size:clamp(6rem,18vw,11rem);font-weight:700;background:linear-gradient(135deg,#7B68EE,#2C3137);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:1rem}#cookie-toggle{display:none}.cookie-modal{position:fixed;bottom:1.2rem;right:1.2rem;max-width:340px;background:linear-gradient(145deg,rgba(44,49,55,.95),rgba(26,29,33,.98));border:1px solid rgba(123,104,238,.4);border-radius:20px;padding:1.4rem;backdrop-filter:blur(20px);box-shadow:0 12px 48px rgba(0,0,0,.6),0 0 30px rgba(123,104,238,.2);z-index:200;transition:all .4s ease}#cookie-toggle:checked ~ .cookie-modal{transform:translateY(150%);opacity:0;pointer-events:none}.cookie-modal h4{font-family:'JetBrains Mono',monospace;font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;color:#7B68EE;margin-bottom:0.7rem}.cookie-modal p{font-size:0.84rem;color:#C5CAD0;margin-bottom:1rem}.cookie-actions{display:flex;gap:0.6rem;flex-wrap:wrap}.cookie-btn{flex:1;min-width:100px;padding:0.6rem 0.8rem;border-radius:12px;font-family:'JetBrains Mono',monospace;font-size:0.74rem;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;text-align:center;display:block;transition:all .3s ease}.cookie-btn-accept{background:linear-gradient(135deg,#7B68EE,#5A4ECC);color:#fff;border:none}.cookie-btn-accept:hover{box-shadow:0 0 20px rgba(123,104,238,.5);color:#fff}.cookie-btn-more{background:transparent;border:1px solid rgba(123,104,238,.4);color:#7B68EE}.cookie-btn-more:hover{background:rgba(123,104,238,.1);color:#9F8FFF}@media(max-width:480px){.cookie-modal{right:0.8rem;left:0.8rem;bottom:0.8rem;max-width:none}nav ul{gap:1rem}.hero{min-height:auto;padding:3rem 0}}