.nav-actions{display:flex;align-items:center;gap:20px}.theme-toggle{width:43px;height:24px;border:1px solid rgba(244,241,233,.45);border-radius:20px;padding:2px;background:transparent;color:#f4f1e9;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:13px;position:relative}.theme-toggle:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#d8ff6b;left:2px;transition:transform .3s ease}.theme-toggle span{z-index:1;line-height:1}.theme-toggle span:first-child{color:#102720}.theme-toggle span:last-child{opacity:.52}body[data-theme="dark"] .theme-toggle:before{transform:translateX(19px)}body[data-theme="dark"] .theme-toggle span:first-child{color:inherit;opacity:.52}body[data-theme="dark"] .theme-toggle span:last-child{color:#102720;opacity:1}body[data-theme="dark"]{background:#101725;color:#f4f1e9}body[data-theme="dark"] .proof-section,body[data-theme="dark"] .features{background:#101725}body[data-theme="dark"] .problem-card{background:#182235;color:#f4f1e9}body[data-theme="dark"] .problem-card:hover{background:#222f47}body[data-theme="dark"] .problem-card p,body[data-theme="dark"] .feature-row p{color:#b9c0cb}body[data-theme="dark"] .khonner-section{background:#1a2940;color:#f4f1e9}body[data-theme="dark"] .khonner-copy>p:not(.eyebrow){color:#c2c9d3}body[data-theme="dark"] .contact-modal{background:#101725;color:#f4f1e9}body[data-theme="dark"] .contact-modal>p:not(.eyebrow){color:#b9c0cb}body[data-theme="dark"] .close-modal{color:#f4f1e9}.closing,.closing h2,.closing .eyebrow{color:#102720}@media(max-width:450px){.nav-actions{gap:10px}}
