:root{--cedars-cookie-gold:#c5a47e;--cedars-cookie-gold-dark:#a98561;--cedars-cookie-black:#101318;--cedars-cookie-white:#fff;--cedars-cookie-ivory:#f8f6f2;--cedars-cookie-border:rgba(255,255,255,.14)}.cedars-cookie[hidden],.cedars-cookie__modal[hidden]{display:none !important}.cedars-cookie{position:fixed;inset:0;z-index:999999;pointer-events:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.cedars-cookie__banner{position:absolute;left:24px;right:24px;bottom:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:28px 30px;background:rgba(16,19,24,.98);color:#fff;border:1px solid rgba(197,164,126,.28);box-shadow:0 25px 70px rgba(0,0,0,.28);pointer-events:auto}.cedars-cookie__eyebrow{display:block;margin-bottom:8px;color:var(--cedars-cookie-gold);font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.cedars-cookie__banner h2,.cedars-cookie__panel h2{margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.1}.cedars-cookie__banner h2{color:#fff;font-size:30px}.cedars-cookie__banner p{margin:0;max-width:850px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.7}.cedars-cookie__links{display:flex;flex-wrap:wrap;gap:18px;margin-top:12px}.cedars-cookie__links a,.cedars-cookie__links a:visited{color:rgba(255,255,255,.82) !important;text-decoration:underline !important;text-underline-offset:2px;font-size:12px}.cedars-cookie__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.cedars-cookie__btn{min-height:48px;padding:12px 18px;border-radius:0;cursor:pointer;font-size:10px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;transition:.2s ease}.cedars-cookie__btn--primary{background:var(--cedars-cookie-gold);border:1px solid var(--cedars-cookie-gold);color:var(--cedars-cookie-black)}.cedars-cookie__btn--dark{background:#fff;border:1px solid #fff;color:var(--cedars-cookie-black)}.cedars-cookie__btn--outline{background:0 0;border:1px solid rgba(255,255,255,.42);color:#fff}.cedars-cookie__btn:hover{transform:translateY(-1px)}.cedars-cookie__modal{position:fixed;inset:0;z-index:1000000;pointer-events:auto}.cedars-cookie__modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62)}.cedars-cookie__panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(720px,calc(100% - 36px));max-height:calc(100vh - 48px);overflow:auto;padding:38px;background:#fff;color:var(--cedars-cookie-black);border:1px solid rgba(16,19,24,.12);box-shadow:0 30px 90px rgba(0,0,0,.28)}.cedars-cookie__panel h2{font-size:38px;color:var(--cedars-cookie-black)}.cedars-cookie__intro{margin:0 0 28px;color:#686b70;font-size:14px;line-height:1.7}.cedars-cookie__close{position:absolute;top:16px;right:18px;border:0;background:0 0;color:var(--cedars-cookie-black);font-size:30px;line-height:1;cursor:pointer}.cedars-cookie__categories{border-top:1px solid rgba(16,19,24,.12)}.cedars-cookie__category{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(16,19,24,.12)}.cedars-cookie__category h3{margin:0 0 7px;font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:22px}.cedars-cookie__category p{margin:0;color:#686b70;font-size:13px;line-height:1.6}.cedars-cookie__always{color:var(--cedars-cookie-gold-dark);font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.cedars-cookie__switch-wrap{position:relative;display:inline-flex;align-items:center}.cedars-cookie__switch-wrap input{position:absolute;opacity:0;pointer-events:none}.cedars-cookie__switch{position:relative;width:48px;height:26px;background:#d8d8d8;cursor:pointer;transition:.2s ease}.cedars-cookie__switch:after{content:"";position:absolute;top:4px;left:4px;width:18px;height:18px;background:#fff;transition:.2s ease;box-shadow:0 1px 4px rgba(0,0,0,.18)}.cedars-cookie__switch-wrap input:checked+.cedars-cookie__switch{background:var(--cedars-cookie-gold)}.cedars-cookie__switch-wrap input:checked+.cedars-cookie__switch:after{transform:translateX(22px);background:var(--cedars-cookie-black)}.cedars-cookie__switch-wrap input:focus-visible+.cedars-cookie__switch{outline:2px solid rgba(197,164,126,.5);outline-offset:3px}.cedars-cookie__panel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.cedars-cookie__panel .cedars-cookie__btn--dark{background:var(--cedars-cookie-black);border-color:var(--cedars-cookie-black);color:#fff}.cedars-cookie__panel .cedars-cookie__btn--outline{border-color:rgba(16,19,24,.25);color:var(--cedars-cookie-black)}.cedars-cookie-settings-button{position:fixed;left:18px;bottom:18px;z-index:99990;min-height:38px;padding:9px 13px;border:1px solid rgba(16,19,24,.16);background:#fff;color:var(--cedars-cookie-black);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;box-shadow:0 8px 24px rgba(16,19,24,.09)}@media (max-width:900px){.cedars-cookie__banner{grid-template-columns:1fr}.cedars-cookie__actions{justify-content:flex-start}}@media (max-width:620px){.cedars-cookie__banner{left:12px;right:12px;bottom:12px;padding:22px 20px}.cedars-cookie__actions{display:grid;grid-template-columns:1fr}.cedars-cookie__btn{width:100%}.cedars-cookie__panel{padding:30px 22px}.cedars-cookie__panel h2{font-size:32px}.cedars-cookie__category{grid-template-columns:1fr auto;gap:16px}.cedars-cookie__panel-actions{display:grid;grid-template-columns:1fr}.cedars-cookie-settings-button{left:12px;bottom:12px}}@media (prefers-reduced-motion:reduce){.cedars-cookie *,.cedars-cookie *:before,.cedars-cookie *:after{transition:none !important;animation:none !important}}