.tgcp-panel{position:fixed;z-index:10020;right:16px;bottom:16px;width:min(480px,calc(100% - 32px));padding:14px;background:#fff;border:1px solid #e9d9cd;border-radius:15px;box-shadow:0 10px 32px #261b141f;color:#342f2b;font-size:13px;line-height:1.45;max-height:calc(100dvh - 32px);overflow:auto;box-sizing:border-box}
.tgcp-panel[hidden],.tgcp-error[hidden]{display:none!important}
.tgcp-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}
.tgcp-heading h2{font:inherit;font-size:16px;font-weight:700;line-height:1.3;margin:0}
.tgcp-panel p{margin:0 0 10px;color:inherit;font-size:inherit;line-height:inherit}
.tgcp-panel a{color:#c84e17;text-decoration:underline;text-underline-offset:3px}
.tgcp-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.tgcp-button{appearance:none;border:1px solid #e7cdbb;border-radius:9px;min-height:40px;padding:9px 10px;font:inherit;font-weight:700;line-height:1.3;cursor:pointer;min-width:0}
.tgcp-necessary{background:#fff8f1;color:#342f2b}.tgcp-allow{background:#f4511e;color:#fff;border-color:#f4511e}
.tgcp-button:hover{filter:brightness(.97)}.tgcp-button:disabled{opacity:.6;cursor:wait}
.tgcp-panel .tgcp-error{color:#be3022;margin:9px 0 0;font-size:12px}
.tgcp-close{appearance:none;border:0;background:transparent;color:#57504a;font:inherit;font-size:22px;width:30px;height:30px;cursor:pointer;line-height:1}
.tgcp-open{appearance:none;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:4px 0;margin-left:12px}
.tgcp-button:focus-visible,.tgcp-close:focus-visible,.tgcp-open:focus-visible{outline:3px solid #ffaf78;outline-offset:3px}
@media(max-width:640px){.tgcp-panel{right:10px;bottom:calc(76px + env(safe-area-inset-bottom));width:min(380px,calc(100% - 20px));padding:12px;border-radius:14px;max-height:calc(100dvh - 100px)}.tgcp-button{font-size:12px;min-height:42px;padding:8px}.tgcp-open{margin-left:0;display:block}}
