/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#0a1929;color:#ffffff;line-height:1.7;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}:root{--navy-dark:#0a1929;--navy-mid:#0d1f33;--navy-light:#152943;--turquoise:#00d4c8;--turquoise-bright:#00fff5;--lime:#c6ff00;--lime-dark:#9fff00;--white:#ffffff;--grey:#7080a0;--grey-light:#a0b0d0;--grey-dark:#4a5a7a}.zelmor-topbar{background:var(--navy-mid);border-bottom:1px solid var(--navy-light);padding:8px 0;font-size:.75rem;letter-spacing:.05em}.zelmor-topbar-inner{max-width:1600px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.zelmor-topbar a{color:var(--grey);transition:color .2s}.zelmor-topbar a:hover{color:var(--turquoise)}.zelmor-header{background:var(--navy-dark);position:sticky;top:0;z-index:1000;border-bottom:2px solid var(--turquoise)}.zelmor-header-inner{max-width:1600px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between}.zelmor-logo{font-size:2.2rem;font-weight:800;letter-spacing:-.02em;color:var(--white);text-transform:uppercase}.zelmor-nav{display:flex;gap:32px;align-items:center}.zelmor-nav a{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-light);transition:all .3s;position:relative;padding:4px 0}.zelmor-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--lime);transition:width .3s}.zelmor-nav a:hover{color:var(--white)}.zelmor-nav a:hover::after{width:100%}.zelmor-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}.zelmor-burger span{width:26px;height:2.5px;background:var(--turquoise);transition:all .3s;border-radius:2px}.zelmor-main{max-width:1600px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:220px 1fr;gap:48px;position:relative;min-height:80vh}.zelmor-sidebar{position:sticky;top:100px;height:fit-content;background:var(--navy-mid);border-radius:16px;padding:28px 20px;border:1px solid var(--navy-light);box-shadow:0 8px 32px rgba(0,212,200,.08)}.zelmor-sidebar h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--turquoise);margin-bottom:20px;font-weight:700}.zelmor-sidebar-nav{display:flex;flex-direction:column;gap:12px}.zelmor-sidebar-nav a{font-size:.88rem;color:var(--grey-light);padding:10px 14px;border-radius:8px;transition:all .3s;display:flex;align-items:center;gap:10px;font-weight:500}.zelmor-sidebar-nav a::before{content:'→';color:var(--lime);font-weight:700;font-size:1rem;transition:transform .3s}.zelmor-sidebar-nav a:hover{background:var(--navy-light);color:var(--white)}.zelmor-sidebar-nav a:hover::before{transform:translateX(4px)}.zelmor-sidebar-divider{height:1px;background:var(--navy-light);margin:20px 0}.zelmor-sidebar-meta{font-size:.75rem;color:var(--grey);line-height:1.6}.zelmor-content{padding:60px 0}.zelmor-hero{margin-bottom:60px;position:relative}.zelmor-hero-tag{display:inline-block;background:linear-gradient(135deg,var(--turquoise),var(--turquoise-bright));color:var(--navy-dark);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;padding:6px 18px;border-radius:50px;margin-bottom:20px;box-shadow:0 4px 16px rgba(0,255,245,.3)}.zelmor-hero h1{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,var(--white),var(--grey-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.zelmor-hero-lead{font-size:1.15rem;color:var(--grey-light);max-width:900px;line-height:1.8;margin-bottom:32px}.zelmor-hero-meta{display:flex;gap:24px;flex-wrap:wrap;font-size:.85rem;color:var(--grey);padding:20px 0;border-top:1px solid var(--navy-light);border-bottom:1px solid var(--navy-light)}.zelmor-hero-meta strong{color:var(--turquoise)}.zelmor-article-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px;position:relative}.zelmor-article-columns::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent,var(--navy-light) 20%,var(--navy-light) 80%,transparent)}.zelmor-column{padding:0 24px}.zelmor-column h2{font-size:1.6rem;font-weight:800;color:var(--white);margin:40px 0 20px;padding-left:16px;border-left:4px solid var(--lime)}.zelmor-column p{margin-bottom:20px;font-size:1.02rem;color:var(--grey-light);line-height:1.8}.zelmor-column ul{margin:20px 0 20px 24px;display:flex;flex-direction:column;gap:10px}.zelmor-column li{color:var(--grey-light);font-size:.98rem;line-height:1.7;padding-left:12px;position:relative}.zelmor-column li::before{content:'▸';position:absolute;left:-12px;color:var(--lime);font-weight:700}.zelmor-accent-card{background:linear-gradient(135deg,var(--navy-mid),var(--navy-light));border:1px solid var(--turquoise);border-radius:12px;padding:28px 32px;margin:32px 0;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,212,200,.12)}.zelmor-accent-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--turquoise),var(--lime))}.zelmor-accent-card h3{font-size:1.15rem;font-weight:700;color:var(--turquoise-bright);margin-bottom:12px}.zelmor-accent-card p{color:var(--grey-light);font-size:.95rem;margin-bottom:0;line-height:1.7}.zelmor-highlight-full{grid-column:1/-1;background:linear-gradient(135deg,#0d2540,#0a1f38);border:2px solid var(--turquoise);border-radius:16px;padding:40px 48px;margin:48px 0;position:relative}.zelmor-highlight-full::after{content:'✦';position:absolute;right:40px;top:30px;font-size:8rem;color:var(--lime);opacity:.05}.zelmor-highlight-full h3{font-size:1.8rem;font-weight:800;color:var(--white);margin-bottom:16px}.zelmor-highlight-full p{color:var(--grey-light);font-size:1.05rem;line-height:1.8;max-width:900px}.zelmor-img-block{border-radius:12px;overflow:hidden;margin:32px 0;box-shadow:0 8px 32px rgba(0,0,0,.4)}.zelmor-img-block img{width:100%;height:400px;object-fit:cover}.zelmor-img-caption{background:var(--navy-mid);padding:14px 20px;font-size:.8rem;color:var(--grey);font-style:italic;border-top:1px solid var(--navy-light)}.zelmor-quote{background:var(--navy-mid);border-left:4px solid var(--lime);padding:28px 32px;margin:32px 0;border-radius:8px;font-style:italic;font-size:1.08rem;color:var(--white);line-height:1.7}.zelmor-quote cite{display:block;margin-top:12px;font-style:normal;font-size:.85rem;color:var(--turquoise);font-weight:600}.zelmor-newsletter{background:linear-gradient(135deg,var(--turquoise),var(--lime));border-radius:16px;padding:40px;text-align:center;margin:48px 0;color:var(--navy-dark)}.zelmor-newsletter h3{font-size:1.6rem;font-weight:800;margin-bottom:12px}.zelmor-newsletter p{font-size:.95rem;margin-bottom:24px;opacity:.9}.zelmor-newsletter-form{display:flex;gap:12px;max-width:500px;margin:0 auto;flex-wrap:wrap;justify-content:center}.zelmor-newsletter-form input{flex:1;min-width:200px;padding:14px 20px;border:none;border-radius:50px;font-size:.9rem;outline:none}.zelmor-newsletter-form button{padding:14px 32px;background:var(--navy-dark);color:var(--white);border:none;border-radius:50px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em}.zelmor-newsletter-form button:hover{background:var(--navy-mid);transform:translateY(-2px)}.zelmor-footer{background:var(--navy-mid);border-top:2px solid var(--turquoise);padding:48px 0 24px;margin-top:80px}.zelmor-footer-inner{max-width:1600px;margin:0 auto;padding:0 32px}.zelmor-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.zelmor-footer h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--turquoise);margin-bottom:16px;font-weight:700}.zelmor-footer p,.zelmor-footer li{font-size:.88rem;color:var(--grey);line-height:1.8}.zelmor-footer ul{list-style:none;display:flex;flex-direction:column;gap:8px}.zelmor-footer a{color:var(--grey-light);transition:color .2s}.zelmor-footer a:hover{color:var(--turquoise)}.zelmor-footer-bottom{border-top:1px solid var(--navy-light);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:.8rem;color:var(--grey)}.zelmor-footer-legal{display:flex;gap:20px}.zelmor-disclaimer{max-width:900px;font-size:.78rem;color:var(--grey-dark);line-height:1.6;margin-top:16px}.zelmor-cookies-banner{position:fixed;bottom:20px;right:20px;max-width:400px;background:var(--navy-mid);border:2px solid var(--turquoise);border-radius:12px;padding:24px;box-shadow:0 8px 32px rgba(0,0,0,.6);z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s}.zelmor-cookies-banner:target{opacity:1;pointer-events:auto}.zelmor-cookies-banner h4{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:10px}.zelmor-cookies-banner p{font-size:.82rem;color:var(--grey-light);margin-bottom:16px;line-height:1.6}.zelmor-cookies-buttons{display:flex;gap:10px}.zelmor-cookies-buttons a{padding:8px 16px;border-radius:6px;font-size:.8rem;font-weight:600;text-align:center;cursor:pointer;transition:all .2s}.zelmor-cookies-accept{background:var(--turquoise);color:var(--navy-dark)}.zelmor-cookies-accept:hover{background:var(--turquoise-bright)}.zelmor-cookies-decline{background:var(--navy-light);color:var(--grey-light)}.zelmor-cookies-decline:hover{background:var(--navy-dark)}.zelmor-cookies-more{font-size:.75rem;color:var(--turquoise);margin-top:10px;display:inline-block}.zelmor-legal-content h2{font-size:1.8rem;font-weight:800;color:var(--white);margin:32px 0 16px;padding-left:16px;border-left:4px solid var(--lime)}.zelmor-legal-content h3{font-size:1.3rem;font-weight:700;color:var(--turquoise);margin:28px 0 12px}.zelmor-legal-content p{color:var(--grey-light);margin-bottom:16px;line-height:1.8}.zelmor-legal-content ul{margin:16px 0 16px 24px}.zelmor-legal-content li{color:var(--grey-light);margin-bottom:10px;line-height:1.7}.zelmor-404{text-align:center;padding:80px 32px}.zelmor-404 h1{font-size:8rem;font-weight:900;background:linear-gradient(135deg,var(--turquoise),var(--lime));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px}.zelmor-404 p{font-size:1.2rem;color:var(--grey-light);margin-bottom:32px}.zelmor-404-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.zelmor-404-links a{padding:12px 28px;background:var(--navy-mid);border:1px solid var(--turquoise);border-radius:8px;color:var(--turquoise);font-weight:600;transition:all .3s}.zelmor-404-links a:hover{background:var(--turquoise);color:var(--navy-dark)}@media(max-width:1200px){.zelmor-main{grid-template-columns:1fr}.zelmor-sidebar{position:static;margin-bottom:40px}.zelmor-article-columns{grid-template-columns:1fr}.zelmor-article-columns::before{display:none}.zelmor-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.zelmor-nav{display:none}.zelmor-nav.zelmor-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--navy-mid);padding:24px;border-bottom:2px solid var(--turquoise)}.zelmor-burger{display:flex}.zelmor-main{padding:0 20px}.zelmor-hero h1{font-size:2rem}.zelmor-column{padding:0 12px}.zelmor-newsletter{padding:28px 20px}.zelmor-footer-grid{grid-template-columns:1fr;gap:32px}}