/**handles:cccl-css**/
:root{--cccl-bg:#111;--cccl-text:#fff;--cccl-btn-bg:#fff;--cccl-btn-text:#111}#cccl-root{display:none}.cccl-banner{position:fixed;z-index:99999;background:var(--cccl-bg);color:var(--cccl-text);padding:14px 16px;font-size:14px;line-height:1.6;left:0;right:0;bottom:0;box-shadow:0 -6px 18px rgba(0,0,0,.18)}.cccl-wrap{display:flex;gap:12px;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto}.cccl-msg{flex:1;min-width:0}.cccl-policy-link{color:#9cf;text-decoration:underline}.cccl-actions{display:flex;gap:8px;flex-wrap:wrap}.cccl-actions button{border:none;border-radius:8px;padding:10px 14px;cursor:pointer;font-weight:600;background:rgba(255,255,255,.14);color:var(--cccl-text)}#cccl-btn-settings{background:#444;color:#fff}#cccl-btn-close{background:#2e7d32;color:#fff}.cccl-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:100000}.cccl-card{background:#fff;color:#111;width:min(560px,calc(100% - 24px));margin:72px auto;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.25)}.cccl-head{padding:14px 16px;font-weight:800;border-bottom:1px solid #eee}.cccl-body{padding:14px 16px}.cccl-desc{margin-bottom:12px;color:#444}.cccl-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #f0f0f0}.cccl-row.cccl-last{border-bottom:1px solid #f0f0f0;padding-bottom:12px}.cccl-title{font-weight:700}.cccl-sub{font-size:12px;color:#666}.cccl-policy{margin-top:10px}.cccl-policy a{color:#0b66c3;text-decoration:underline}.cccl-foot{display:flex;gap:10px;justify-content:flex-end;padding:12px 16px;border-top:1px solid #eee;background:#fafafa}.cccl-foot button{border:none;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:700}.cccl-cancel{background:#e0e0e0;color:#111}.cccl-save{background:#2e7d32;color:#fff}.cccl-panel{border:1px solid #e5e5e5;border-radius:14px;padding:14px 16px;background:#fff;max-width:720px}.cccl-panel-title{font-weight:800;font-size:16px;margin-bottom:8px}.cccl-panel-desc{color:#444;margin-bottom:10px}.cccl-panel-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid #f0f0f0}.cccl-panel-row:first-of-type{border-top:none}.cccl-panel-actions{margin-top:10px;display:flex;justify-content:flex-end}.cccl-panel-save{border:none;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer;background:#2e7d32;color:#fff}.cccl-panel-policy a{color:#0b66c3;text-decoration:underline}.cccl-settings-link{color:inherit;text-decoration:underline}.cccl-settings-btn{display:inline-block;padding:10px 14px;border-radius:10px;background:#111;color:#fff;text-decoration:none;font-weight:800}body.cccl-banner--top .cccl-banner{top:0;bottom:auto;box-shadow:0 6px 18px rgba(0,0,0,.18)}body.cccl-banner--bottom_left .cccl-banner{left:12px;right:auto;bottom:12px;width:min(520px,calc(100% - 24px));border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.22)}body.cccl-banner--bottom_right .cccl-banner{right:12px;left:auto;bottom:12px;width:min(520px,calc(100% - 24px));border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.22)}body.cccl-banner--center .cccl-banner{left:50%;right:auto;top:50%;bottom:auto;transform:translate(-50%,-50%);width:min(620px,calc(100% - 24px));border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.28)}#cccl-float-btn{position:fixed;z-index:99998;background:#fff;color:#111;border:1px solid #ddd;border-radius:999px;padding:8px 12px;font-size:12px;text-decoration:none;box-shadow:0 10px 22px rgba(0,0,0,.1);opacity:.92}#cccl-float-btn:hover{opacity:1}@media (max-width:640px){.cccl-wrap{flex-direction:column;align-items:stretch}.cccl-actions{justify-content:flex-end}}