.theme-toggle{background:none;border:none;padding:8px;cursor:pointer;color:var(--cyber-text);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;width:40px;height:40px;flex-shrink:0;z-index:10;position:relative;opacity:.9}.theme-toggle:hover{background-color:#00000014;opacity:1;transform:scale(1.1)}.theme-toggle:active{transform:scale(.95)}[data-theme=dark] .theme-toggle{color:#fff}[data-theme=dark] .theme-toggle:hover{background-color:#ffffff1f;opacity:1}.theme-toggle svg{width:24px;height:24px;fill:currentColor;stroke:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));transition:all .3s ease}[data-theme=dark] .theme-toggle svg{filter:drop-shadow(0 1px 2px rgba(255,255,255,.1))}.theme-toggle:hover svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transform:rotate(15deg)}[data-theme=dark] .theme-toggle:hover svg{filter:drop-shadow(0 2px 4px rgba(255,255,255,.2))}.legal-accept-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:16px}.legal-accept-modal{width:100%;max-width:560px;border-radius:16px;border:1px solid rgba(120,120,120,.18);padding:18px}.legal-accept-title{font-weight:800;font-size:18px;margin-bottom:6px}.legal-accept-hint{font-size:13px;line-height:1.35;margin-bottom:14px}.legal-accept-row{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.35;margin:10px 0}.legal-accept-row input{margin-top:2px}.legal-accept-row a{text-decoration:underline}.legal-accept-button{width:100%;border:none;border-radius:12px;padding:12px 14px;font-weight:800;margin-top:14px}.legal-accept-footer{margin-top:10px;font-size:12px;line-height:1.35}
