:root{--lcmt-consent-bg: #ffffff;--lcmt-consent-text: #000000;--lcmt-consent-hover-bg: #ffeb3b;--lcmt-consent-hover-text: #000000;--lcmt-consent-border: #000000;--lcmt-consent-radius: 0px;--lcmt-consent-z: 1001}.lcmt-consent{position:fixed;max-width:90%;width:450px;max-height:calc(100vh - 40px);background:var(--lcmt-consent-bg);color:var(--lcmt-consent-text);border:1px solid var(--lcmt-consent-border);border-radius:var(--lcmt-consent-radius);box-shadow:0 4px 20px rgba(0,0,0,.08);z-index:var(--lcmt-consent-z);opacity:0;pointer-events:none;transition:opacity .25s ease;overflow:hidden;font-family:inherit;font-size:14px;line-height:1.5;box-sizing:border-box;display:flex;flex-direction:column}.lcmt-consent *,.lcmt-consent *::before,.lcmt-consent *::after{box-sizing:border-box}.lcmt-consent[data-opened=true]{opacity:1;pointer-events:auto}.lcmt-consent--bottom-left{bottom:20px;left:20px}.lcmt-consent--bottom-right{bottom:20px;right:20px}.lcmt-consent--bottom-center{bottom:20px;left:50%;transform:translateX(-50%)}.lcmt-consent--top-center{top:20px;left:50%;transform:translateX(-50%)}.lcmt-consent__view{display:none;flex-direction:column;min-height:0;flex:1 1 auto}.lcmt-consent__view[data-opened=true]{display:flex}.lcmt-consent__body{padding:20px;overflow-y:auto;min-height:0;flex:1 1 auto;-webkit-overflow-scrolling:touch}.lcmt-consent__title{font-weight:700;font-size:16px;margin:0 0 8px}.lcmt-consent__desc{margin:0;font-size:13px}.lcmt-consent__desc a{color:inherit;text-decoration:underline}.lcmt-consent__actions{display:flex;border-top:1px solid var(--lcmt-consent-border);flex-shrink:0}.lcmt-consent__btn{flex:1;padding:12px 8px;font-size:12px;font-weight:700;background:rgba(0,0,0,0);color:inherit;border:0;border-right:1px solid var(--lcmt-consent-border);cursor:pointer;transition:background-color .15s ease;font-family:inherit;text-align:center}.lcmt-consent__btn:last-child{border-right:0}.lcmt-consent__btn:hover{background:var(--lcmt-consent-hover-bg) !important;color:var(--lcmt-consent-hover-text) !important}.lcmt-consent__btn--primary{background:var(--lcmt-consent-hover-bg) !important;color:var(--lcmt-consent-hover-text) !important}.lcmt-consent__btn--primary:hover{background:var(--lcmt-consent-bg) !important;color:var(--lcmt-consent-text) !important}.lcmt-consent__quick{display:flex;gap:8px;justify-content:flex-end;margin-bottom:12px}.lcmt-consent__chip{font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border:1px solid var(--lcmt-consent-border);background:rgba(0,0,0,0);color:inherit;cursor:pointer;font-family:inherit}.lcmt-consent__chip:hover{background:var(--lcmt-consent-hover-bg) !important;color:var(--lcmt-consent-hover-text) !important}.lcmt-consent__category{border-top:1px solid var(--lcmt-consent-border);padding-top:12px;margin-top:12px}.lcmt-consent__category:first-child{border-top:0;padding-top:0;margin-top:0}.lcmt-consent__cat-name{font-size:13px;font-weight:700;margin:0 0 4px;text-transform:uppercase}.lcmt-consent__cat-desc{font-size:12px;margin:0 0 8px;opacity:.85}.lcmt-consent__service{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:8px}.lcmt-consent__svc-info{flex:1;min-width:0}.lcmt-consent__svc-name{font-size:13px;font-weight:700;margin:0}.lcmt-consent__svc-desc{font-size:11px;margin:2px 0 0;opacity:.8;line-height:1.35}.lcmt-consent__svc-actions{display:flex;gap:6px;flex-shrink:0}.lcmt-consent__svc-btn{font-size:10px;font-weight:700;padding:4px 12px;border:1px solid var(--lcmt-consent-border);background:rgba(0,0,0,0);color:inherit;cursor:pointer;min-width:70px;font-family:inherit;transition:background-color .15s ease,color .15s ease}.lcmt-consent__svc-btn[aria-selected=true]{background:var(--lcmt-consent-text) !important;color:var(--lcmt-consent-bg) !important}.lcmt-consent__svc-btn:hover{background:var(--lcmt-consent-hover-bg) !important;color:var(--lcmt-consent-hover-text) !important}@media(max-width: 600px){.lcmt-consent__service{flex-direction:column;align-items:stretch}.lcmt-consent__svc-actions{width:100%}.lcmt-consent__svc-btn{flex:1}}
