.bcms-cookie-banner {position:fixed;z-index:99999;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.15);padding:24px;opacity:0;transform:translateY(20px);transition:all 0.3s ease;}.bcms-cookie-banner.show {opacity:1;transform:translateY(0);}.bcms-position-bottom-right {bottom:24px;right:24px;}.bcms-position-bottom-left {bottom:24px;left:24px;}.bcms-position-top-right {top:24px;right:24px;}.bcms-position-top-left {top:24px;left:24px;}.bcms-position-bottom-center {bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);}.bcms-position-bottom-center.show {transform:translateX(-50%) translateY(0);}.bcms-theme-dark {background:#1e1e1e;color:#fff;}.bcms-theme-dark .bcms-cookie-title {color:#fff;}.bcms-theme-dark .bcms-cookie-text {color:#d0d0d0;}.bcms-cookie-title {font-size:18px;font-weight:600;margin:0 0 12px 0;color:#1a1a1a;}.bcms-cookie-text {font-size:14px;line-height:1.6;color:#666;margin:0 0 20px 0;}.bcms-cookie-buttons {display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px;}.bcms-btn {padding:15px 0px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;flex:1;min-width:100px;}.bcms-btn-primary {background:#007bff;color:#fff;}.bcms-btn-primary:hover {background:#0056b3;}.bcms-btn-secondary {background:#6c757d;color:#fff;}.bcms-btn-secondary:hover {background:#5a6268;}.bcms-btn-outline {background:transparent;color:#007bff;border:1px solid #007bff;}.bcms-btn-outline:hover {background:#007bff;color:#fff;}.bcms-theme-dark .bcms-btn-outline {color:#4da3ff;border-color:#4da3ff;}.bcms-cookie-policy {margin:0;font-size:12px;text-align:center;}.bcms-cookie-policy a {color:#007bff;text-decoration:none;}.bcms-cookie-policy a:hover {text-decoration:underline;}.bcms-cookie-modal {position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;display:none;}.bcms-cookie-modal.show {display:block;}.bcms-modal-overlay {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);}.bcms-modal-content {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 50px rgba(0,0,0,0.3);}.bcms-modal-header {padding:24px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;}.bcms-modal-header h3 {margin:0;font-size:20px;font-weight:600;}.bcms-close-btn {background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s ease;}.bcms-close-btn:hover {background:#f0f0f0;color:#333;}.bcms-modal-body {padding:24px;overflow-y:auto;flex:1;}.bcms-cookie-category {margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e0e0;}.bcms-cookie-category:last-child {border-bottom:none;margin-bottom:0;}.bcms-category-header {display:flex;gap:16px;align-items:flex-start;}.bcms-category-info h4 {margin:0 0 8px 0;font-size:16px;font-weight:600;}.bcms-category-info p {margin:0;font-size:14px;line-height:1.5;color:#666;}.bcms-badge {display:inline-block;padding:2px 8px;background:#007bff;color:#fff;font-size:11px;border-radius:4px;margin-left:8px;}.bcms-switch {position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0;}.bcms-switch input {opacity:0;width:0;height:0;}.bcms-slider {position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:0.3s;border-radius:26px;}.bcms-slider:before {position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:white;transition:0.3s;border-radius:50%;}input:checked + .bcms-slider {background-color:#007bff;}input:checked + .bcms-slider:before {transform:translateX(22px);}.bcms-switch.disabled {opacity:0.6;pointer-events:none;}.bcms-modal-footer {padding:24px;border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end;}.bcms-revise-btn {position:fixed;bottom:24px;left:24px;width:48px;height:48px;border-radius:50%;background:#007bff;color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 12px rgba(0,123,255,0.4);transition:all 0.3s ease;z-index:99998;}.bcms-revise-btn:hover {transform:scale(1.1);box-shadow:0 6px 16px rgba(0,123,255,0.5);}@media (max-width:768px) {.bcms-cookie-banner {max-width:calc(100% - 32px);left:16px !important;right:16px !important;bottom:16px !important;}.bcms-position-bottom-center {transform:translateX(0) translateY(20px);left:16px;}.bcms-position-bottom-center.show {transform:translateX(0) translateY(0);}.bcms-cookie-buttons {flex-direction:column;}.bcms-btn {width:100%;}.bcms-modal-content {width:95%;max-height:90vh;}.bcms-revise-btn {bottom:16px;left:16px;}}