.cookie-consent-banner[data-astro-cid-garwan2p]{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;box-shadow:0 -4px 20px #00000026;z-index:10000;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-content[data-astro-cid-garwan2p]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-consent-text[data-astro-cid-garwan2p]{flex:1}.cookie-consent-text[data-astro-cid-garwan2p] h3[data-astro-cid-garwan2p]{margin:0 0 10px;font-size:18px;font-weight:600}.cookie-consent-text[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{margin:5px 0;font-size:14px;line-height:1.4;opacity:.9}.cookie-policy-link[data-astro-cid-garwan2p] a[data-astro-cid-garwan2p]{color:gold;text-decoration:underline}.cookie-consent-buttons[data-astro-cid-garwan2p]{display:flex;gap:10px;flex-wrap:wrap}.btn[data-astro-cid-garwan2p]{padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;white-space:nowrap}.btn-accept[data-astro-cid-garwan2p]{background:#4caf50;color:#fff}.btn-accept[data-astro-cid-garwan2p]:hover{background:#45a049;transform:translateY(-1px)}.btn-necessary[data-astro-cid-garwan2p]{background:#ff9800;color:#fff}.btn-necessary[data-astro-cid-garwan2p]:hover{background:#e68900}.btn-manage[data-astro-cid-garwan2p]{background:transparent;color:#fff;border:2px solid white}.btn-manage[data-astro-cid-garwan2p]:hover{background:#fff;color:#667eea}.btn-secondary[data-astro-cid-garwan2p]{background:#6c757d;color:#fff}.btn-secondary[data-astro-cid-garwan2p]:hover{background:#5a6268}.btn-text-mobile[data-astro-cid-garwan2p]{display:none}.btn-text-desktop[data-astro-cid-garwan2p]{display:inline}.cookie-modal[data-astro-cid-garwan2p]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10001;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal-content[data-astro-cid-garwan2p]{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-modal-header[data-astro-cid-garwan2p]{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cookie-modal-header[data-astro-cid-garwan2p] h3[data-astro-cid-garwan2p]{margin:0;color:#333}.close-modal[data-astro-cid-garwan2p]{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-modal[data-astro-cid-garwan2p]:hover{color:#333}.cookie-modal-body[data-astro-cid-garwan2p]{padding:20px}.cookie-category[data-astro-cid-garwan2p]{margin-bottom:20px;padding:15px;border:1px solid #eee;border-radius:8px}.cookie-category-header[data-astro-cid-garwan2p]{display:flex;align-items:center;gap:15px;margin-bottom:10px}.cookie-category[data-astro-cid-garwan2p] h4[data-astro-cid-garwan2p]{margin:0;color:#333}.cookie-category[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{margin:0;color:#666;font-size:14px;line-height:1.4}.cookie-switch[data-astro-cid-garwan2p]{position:relative;display:inline-block;width:50px;height:24px}.cookie-switch[data-astro-cid-garwan2p] input[data-astro-cid-garwan2p]{opacity:0;width:0;height:0}.slider[data-astro-cid-garwan2p]{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider[data-astro-cid-garwan2p]:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input[data-astro-cid-garwan2p]:checked+.slider[data-astro-cid-garwan2p]{background-color:#4caf50}input[data-astro-cid-garwan2p]:checked+.slider[data-astro-cid-garwan2p]:before{transform:translate(26px)}input[data-astro-cid-garwan2p]:disabled+.slider[data-astro-cid-garwan2p]{background-color:#4caf50;cursor:not-allowed}.cookie-modal-footer[data-astro-cid-garwan2p]{padding:20px;border-top:1px solid #eee;display:flex;gap:10px;justify-content:flex-end}@media (max-width: 768px){.cookie-consent-banner[data-astro-cid-garwan2p]{padding:15px}.cookie-consent-content[data-astro-cid-garwan2p]{flex-direction:column;text-align:center;gap:15px}.cookie-consent-text[data-astro-cid-garwan2p] h3[data-astro-cid-garwan2p]{font-size:16px;margin-bottom:8px}.cookie-consent-text[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{font-size:13px;line-height:1.4}.cookie-consent-buttons[data-astro-cid-garwan2p]{flex-direction:column;align-items:center;gap:10px;width:100%}.btn[data-astro-cid-garwan2p]{padding:12px 16px;font-size:13px;width:100%;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-text-desktop[data-astro-cid-garwan2p]{display:none}.btn-text-mobile[data-astro-cid-garwan2p]{display:inline}.cookie-modal-content[data-astro-cid-garwan2p]{margin:10px;width:calc(100% - 20px);max-height:90vh;border-radius:8px}.cookie-modal-header[data-astro-cid-garwan2p],.cookie-modal-body[data-astro-cid-garwan2p],.cookie-modal-footer[data-astro-cid-garwan2p]{padding:15px}.cookie-modal-footer[data-astro-cid-garwan2p]{flex-direction:column}.cookie-modal-footer[data-astro-cid-garwan2p] .btn[data-astro-cid-garwan2p]{width:100%;margin-bottom:8px}.cookie-category-header[data-astro-cid-garwan2p]{flex-direction:column;align-items:flex-start;gap:8px}.cookie-switch[data-astro-cid-garwan2p]{align-self:flex-end}}@media (max-width: 480px){.cookie-consent-banner[data-astro-cid-garwan2p]{padding:12px}.cookie-consent-content[data-astro-cid-garwan2p]{gap:12px}.cookie-consent-text[data-astro-cid-garwan2p] h3[data-astro-cid-garwan2p]{font-size:15px}.cookie-consent-text[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{font-size:12px}.cookie-consent-buttons[data-astro-cid-garwan2p]{gap:8px}.btn[data-astro-cid-garwan2p]{padding:10px 14px;font-size:12px;max-width:100%}.cookie-modal-content[data-astro-cid-garwan2p]{margin:5px;width:calc(100% - 10px)}}html,body{margin:0;padding:0;width:100%;height:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}[data-astro-cid-sckkx6r4],[data-astro-cid-sckkx6r4]:before,[data-astro-cid-sckkx6r4]:after{box-sizing:border-box}.wechat-modal[data-astro-cid-lp77qqpv]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(5px)}.modal-content[data-astro-cid-lp77qqpv]{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:20px;padding:0;width:90%;max-width:400px;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(0,223,138,.3);overflow:hidden}.modal-header[data-astro-cid-lp77qqpv]{background:#00df8a1a;padding:20px 24px;border-bottom:1px solid rgba(0,223,138,.2);display:flex;justify-content:space-between;align-items:center}.modal-header[data-astro-cid-lp77qqpv] h3[data-astro-cid-lp77qqpv]{color:#00df8a;margin:0;font-size:1.3rem;font-weight:600}.close-btn[data-astro-cid-lp77qqpv]{background:none;border:none;color:#00df8a;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .3s ease}.close-btn[data-astro-cid-lp77qqpv]:hover{background-color:#00df8a1a}.modal-body[data-astro-cid-lp77qqpv]{padding:24px}.modal-body[data-astro-cid-lp77qqpv] p[data-astro-cid-lp77qqpv]{margin:0 0 16px;line-height:1.5;color:#e5e5e5}.guide-image[data-astro-cid-lp77qqpv]{text-align:center;padding:16px;background:#00df8a1a;border-radius:8px}.arrow-guide[data-astro-cid-lp77qqpv] span[data-astro-cid-lp77qqpv]{font-size:2rem;display:block;margin-bottom:8px}.arrow-guide[data-astro-cid-lp77qqpv] p[data-astro-cid-lp77qqpv]{margin:0;font-size:.9rem;color:#00df8a;font-weight:500}
