.topaz-cookie{position:fixed;left:20px;right:20px;bottom:20px;z-index:999999;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 35px rgba(0,0,0,.16)}
.topaz-cookie[hidden],.topaz-cookie-modal[hidden],.topaz-cookie-open[hidden]{display:none!important}
.topaz-cookie-inner{max-width:1180px;margin:auto;padding:18px 20px;display:flex;align-items:center;gap:25px}.topaz-cookie-content{flex:1}
.topaz-cookie-title{font-size:18px;font-weight:700;margin-bottom:6px;color:#222}.topaz-cookie-text{font-size:14px;line-height:1.6;color:#555}.topaz-cookie-text a{color:#0b9bf8;font-weight:600;text-decoration:underline}
.topaz-cookie-actions{display:flex;gap:8px;flex-shrink:0}.topaz-cookie-btn{padding:10px 16px;border-radius:7px;border:1px solid #d9d9d9;background:#fff;color:#333;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.topaz-cookie-btn:hover{background:#f5f5f5}
.topaz-accept,.topaz-save,.topaz-accept-modal{background:#0b9bf8;color:#fff;border-color:#0b9bf8}.topaz-accept:hover,.topaz-save:hover,.topaz-accept-modal:hover{background:#0786d1;color:#fff}
.topaz-cookie-modal{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:20px}.topaz-cookie-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.topaz-cookie-box{position:relative;width:100%;max-width:620px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:14px;padding:25px;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.topaz-cookie-close{position:absolute;right:14px;top:8px;border:0;background:none;font-size:30px;line-height:1;cursor:pointer;color:#666}.topaz-cookie-box h2{margin:0 0 8px;font-size:22px}.topaz-cookie-intro{color:#666;line-height:1.6;margin-bottom:18px}
.topaz-cookie-option{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;border-top:1px solid #eee}.topaz-cookie-option strong{display:block;margin-bottom:5px}.topaz-cookie-option p{margin:0;font-size:13px;line-height:1.5;color:#777}.topaz-required{color:#0b9bf8;font-weight:600;font-size:13px;white-space:nowrap}
.topaz-switch{position:relative;width:46px;height:24px;flex:0 0 46px}.topaz-switch input{position:absolute;opacity:0;pointer-events:none}.topaz-switch span{position:absolute;inset:0;background:#ccc;border-radius:20px;cursor:pointer;transition:.2s}.topaz-switch span:before{content:"";position:absolute;width:18px;height:18px;top:3px;left:3px;background:#fff;border-radius:50%;transition:.2s}.topaz-switch input:checked+span{background:#0b9bf8}.topaz-switch input:checked+span:before{transform:translateX(22px)}
.topaz-cookie-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid #eee}.topaz-cookie-open{position:fixed;left:15px;bottom:15px;z-index:999998;border:1px solid #ddd;background:#fff;color:#555;padding:8px 12px;border-radius:20px;font-size:12px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.08)}
@media(max-width:767px){.topaz-cookie{left:10px;right:10px;bottom:10px}.topaz-cookie-inner{display:block;padding:16px}.topaz-cookie-title{font-size:16px}.topaz-cookie-text{font-size:13px}.topaz-cookie-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:15px}.topaz-accept{grid-column:1/-1}.topaz-cookie-box{padding:22px 16px}.topaz-cookie-footer{flex-direction:column}}
/* ===== TOPAZ COOKIE COMPACT OVERRIDES ===== */
.topaz-cookie{left:15px;right:15px;bottom:12px}
.topaz-cookie-inner{padding:11px 16px;gap:18px}
.topaz-cookie-title{font-size:16px;margin-bottom:2px;line-height:1.3}
.topaz-cookie-text{font-size:13px;line-height:1.4}
.topaz-cookie-actions{gap:6px}
.topaz-cookie-btn{padding:7px 12px;font-size:13px;min-height:36px}
.topaz-cookie-box{max-width:580px;max-height:80vh;padding:18px 20px}
.topaz-cookie-box h2{font-size:19px;margin-bottom:4px}
.topaz-cookie-intro{font-size:13px;line-height:1.4;margin-bottom:10px}
.topaz-cookie-option{gap:15px;padding:11px 0}
.topaz-cookie-option strong{margin-bottom:2px}
.topaz-cookie-option p{font-size:12px;line-height:1.4}
.topaz-cookie-footer{gap:7px;margin-top:10px;padding-top:10px}

@media(max-width:767px){
 .topaz-cookie{left:7px;right:7px;bottom:7px;border-radius:9px}
 .topaz-cookie-inner{display:block;padding:10px 11px}
 .topaz-cookie-title{font-size:14px;line-height:1.25;margin-bottom:2px}
 .topaz-cookie-text{font-size:11.5px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .topaz-cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:7px}
 .topaz-cookie-btn{padding:6px 7px;font-size:11.5px;min-height:32px}
 .topaz-accept{grid-column:1/-1;grid-row:1}
 .topaz-cookie-modal{align-items:flex-end;padding:7px}
 .topaz-cookie-box{max-height:68vh;padding:14px;border-radius:12px}
 .topaz-cookie-box h2{font-size:17px;margin-bottom:3px}
 .topaz-cookie-intro{font-size:12px;line-height:1.35;margin-bottom:7px}
 .topaz-cookie-option{padding:9px 0;gap:8px}
 .topaz-cookie-option strong{font-size:13px;margin-bottom:2px}
 .topaz-cookie-option p{font-size:11px;line-height:1.3}
 .topaz-required{font-size:11px}
 .topaz-cookie-footer{flex-direction:row;gap:5px;margin-top:7px;padding-top:8px}
 .topaz-cookie-footer .topaz-cookie-btn{flex:1}
}
@media(max-width:380px){
 .topaz-cookie-inner{padding:8px 9px}
 .topaz-cookie-text{-webkit-line-clamp:2}
 .topaz-cookie-actions{margin-top:6px}
}
