.cookie-overlay{position:fixed;inset:0;background:rgba(0,0,0,.60);display:flex;align-items:center;justify-content:center;z-index:99999;padding:16px}
.cookie-overlay[hidden]{display:none !important}
.cookie-modal{width:100%;max-width:560px;border-radius:16px;background:#fff;color:#111827;box-shadow:0 20px 60px rgba(0,0,0,.35);overflow:hidden}
.cookie-modal header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 0 18px}
.cookie-modal .body{padding:12px 18px 18px 18px}
.cookie-modal .actions{display:flex;gap:10px;flex-wrap:wrap;padding:0 18px 18px 18px}
.cookie-modal .btn{appearance:none;border:1px solid #e5e7eb;border-radius:9999px;padding:10px 16px;font-weight:600;font-size:14px;cursor:pointer}
.cookie-modal .btn-primary{background:#FF7B3B;border-color:#FF7B3B;color:#fff}
.cookie-modal .btn-ghost{background:#fff}
.cookie-modal .xbtn{appearance:none;border:0;background:transparent;width:40px;height:40px;border-radius:9999px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.cookie-modal .xbtn:hover{background:rgba(0,0,0,.06)}
body.cookie-locked{overflow:hidden !important}

#mobileMenuOverlay{position:fixed;inset:0;background:rgba(0,0,0,.60);z-index:99998;display:flex;align-items:flex-start;justify-content:flex-end;padding:16px}
#mobileMenuOverlay[hidden]{display:none !important}
#mobileMenuPanel{width:100%;max-width:320px;border-radius:16px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.35);overflow:hidden}
#mobileMenuPanel .top{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px 14px;border-bottom:1px solid #e5e7eb}
#mobileMenuPanel a{display:block;padding:12px 14px;font-weight:600}
#mobileMenuPanel a:hover{background:rgba(0,0,0,.04)}
