.cc-bar{position:fixed;bottom:0;left:0;right:0;z-index:99999;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);font-family:'Noto Sans TC',-apple-system,sans-serif}.cc-bar.show{transform:translateY(0)}.cc-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -4px 24px rgba(0,0,0,.08)}.cc-icon{width:36px;height:36px;border-radius:10px;background:#e8f5e9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cc-icon svg{width:20px;height:20px;color:#4a7c59}.cc-text{flex:1;font-size:.88em;color:#2c2c2c;line-height:1.6;min-width:200px}.cc-text a{color:#4a7c59;text-decoration:underline;font-weight:600}.cc-actions{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap}.cc-btn{padding:10px 22px;border-radius:8px;font-family:'Noto Sans TC',sans-serif;font-size:.88em;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.cc-btn-accept{background:#4a7c59;color:#fff}.cc-btn-accept:hover{background:#2e5339}.cc-btn-reject{background:#f5f5f2;color:#6b6b6b;border:1.5px solid #e0e0e0}.cc-btn-reject:hover{border-color:#4a7c59;color:#4a7c59}.cc-btn-prefs{background:0 0;color:#4a7c59;padding:10px 12px;text-decoration:underline}.cc-btn-prefs:hover{color:#2e5339}.cc-overlay{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;padding:20px;animation:ccFadeIn .25s ease}.cc-overlay.show{display:flex}@keyframes ccFadeIn{from{opacity:0}to{opacity:1}}.cc-modal{background:#fff;border-radius:16px;width:100%;max-width:540px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 48px rgba(0,0,0,.12);animation:ccSlideUp .3s ease}@keyframes ccSlideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cc-modal-hd{padding:20px 24px 16px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.cc-modal-title{font-family:'Noto Serif TC',serif;font-size:1.1em;font-weight:700;color:#2e5339}.cc-modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#f5f5f2;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:14px;color:#999}.cc-modal-close:hover{background:#e0e0e0;color:#2c2c2c}.cc-modal-body{padding:20px 24px;overflow-y:auto;flex:1}.cc-modal-desc{font-size:.85em;color:#6b6b6b;line-height:1.7;margin-bottom:20px}.cc-modal-desc a{color:#4a7c59;text-decoration:underline}.cc-cat{border:1px solid #f0f0f0;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:border-color .2s}.cc-cat:hover{border-color:#e0e0e0}.cc-cat-hd{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;gap:12px}.cc-cat-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.cc-cat-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cc-cat-icon svg{width:16px;height:16px}.cc-cat-icon.necessary{background:#e8f5e9;color:#4a7c59}.cc-cat-icon.analytics{background:#e3f2fd;color:#1565c0}.cc-cat-icon.marketing{background:#fff3e0;color:#e65100}.cc-cat-name{font-size:.92em;font-weight:700;color:#2c2c2c}.cc-cat-badge{font-size:.68em;padding:2px 8px;border-radius:6px;font-weight:600;white-space:nowrap}.cc-cat-badge.always{background:#e8f5e9;color:#2e7d32}.cc-cat-badge.optional{background:#f5f5f2;color:#999}.cc-toggle{position:relative;width:44px;height:24px;flex-shrink:0}.cc-toggle input{opacity:0;width:0;height:0;position:absolute}.cc-toggle-track{position:absolute;inset:0;background:#ddd;border-radius:12px;cursor:pointer;transition:background .25s}.cc-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .25s;box-shadow:0 1px 3px rgba(0,0,0,.15)}.cc-toggle input:checked+.cc-toggle-track{background:#4a7c59}.cc-toggle input:checked+.cc-toggle-track .cc-toggle-thumb{transform:translateX(20px)}.cc-toggle input:disabled+.cc-toggle-track{background:#4a7c59;opacity:.6;cursor:not-allowed}.cc-toggle input:disabled+.cc-toggle-track .cc-toggle-thumb{transform:translateX(20px)}.cc-cat-detail{max-height:0;overflow:hidden;transition:max-height .3s ease}.cc-cat.open .cc-cat-detail{max-height:200px}.cc-cat-detail-inner{padding:0 16px 14px;font-size:.82em;color:#6b6b6b;line-height:1.7;border-top:1px solid #f0f0f0;margin-top:0;padding-top:12px}.cc-cat-detail-inner ul{margin:6px 0 0 16px;list-style:disc}.cc-cat-detail-inner li{margin-bottom:2px}.cc-cat-arrow{width:16px;height:16px;color:#ccc;transition:transform .25s;flex-shrink:0}.cc-cat.open .cc-cat-arrow{transform:rotate(180deg)}.cc-modal-ft{padding:16px 24px;border-top:1px solid #f0f0f0;display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.cc-btn-save{background:#4a7c59;color:#fff;padding:10px 24px;border-radius:8px;font-family:'Noto Sans TC',sans-serif;font-size:.88em;font-weight:600;border:none;cursor:pointer;transition:all .2s}.cc-btn-save:hover{background:#2e5339}.cc-btn-accept-all{background:#f5f5f2;color:#2c2c2c;padding:10px 20px;border-radius:8px;font-family:'Noto Sans TC',sans-serif;font-size:.88em;font-weight:600;border:1.5px solid #e0e0e0;cursor:pointer;transition:all .2s}.cc-btn-accept-all:hover{border-color:#4a7c59;color:#4a7c59}.cc-btn-reject-all{background:0 0;color:#999;padding:10px 12px;border:none;font-family:'Noto Sans TC',sans-serif;font-size:.85em;cursor:pointer;transition:all .2s}.cc-btn-reject-all:hover{color:#c62828}.cc-float{position:fixed;bottom:16px;left:16px;z-index:99998;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .2s}.cc-float.show{display:flex}.cc-float:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);border-color:#4a7c59}.cc-float svg{width:18px;height:18px;color:#6b6b6b}.cc-float:hover svg{color:#4a7c59}@media(max-width:640px){.cc-inner{flex-direction:column;align-items:stretch;padding:14px 16px;gap:12px}.cc-actions{justify-content:stretch}.cc-actions .cc-btn{flex:1;text-align:center}.cc-btn-prefs{text-align:center}.cc-modal{max-width:100%;border-radius:16px 16px 0 0;max-height:90vh;margin-top:auto}.cc-overlay{align-items:flex-end;padding:0}.cc-modal-ft{flex-direction:column}.cc-modal-ft .cc-btn-accept-all,.cc-modal-ft .cc-btn-reject-all,.cc-modal-ft .cc-btn-save{width:100%;text-align:center}}@media(max-width:400px){.cc-text{font-size:.82em}.cc-btn{padding:9px 16px;font-size:.82em}}