
#tlc-banner{position:fixed;z-index:99999;background:#ffffff;background:linear-gradient(180deg,#ffffff,#f0f0f0);color:#1e1e1e;font-size:0.90rem;box-shadow:0 6px 30px rgba(0,0,0,0.35);box-sizing:border-box;opacity:0;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .45s ease}
#tlc-banner *{box-sizing:border-box}
/* Bottom */
#tlc-banner.tlc-pos-bottom{left:0;right:0;bottom:0;padding:1.1rem 1.35rem;transform:translateY(110%)}
#tlc-banner.tlc-pos-bottom.tlc-show{transform:translateY(0);opacity:1}
/* Top */
#tlc-banner.tlc-pos-top{left:0;right:0;top:0;padding:1.1rem 1.35rem;transform:translateY(-110%)}
#tlc-banner.tlc-pos-top.tlc-show{transform:translateY(0);opacity:1}
/* Left */
#tlc-banner.tlc-pos-left{left:1.25rem;bottom:1.25rem;max-width:400px;width:calc(100% - 2.5rem);border-radius:14px;padding:1.5rem;transform:translateX(calc(-100% - 2rem))}
#tlc-banner.tlc-pos-left.tlc-show{transform:translateX(0);opacity:1}
/* Right */
#tlc-banner.tlc-pos-right{right:1.25rem;bottom:1.25rem;max-width:400px;width:calc(100% - 2.5rem);border-radius:14px;padding:1.5rem;transform:translateX(calc(100% + 2rem))}
#tlc-banner.tlc-pos-right.tlc-show{transform:translateX(0);opacity:1}
.tlc-inner{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;max-width:1200px;margin:0 auto}
#tlc-banner.tlc-pos-left .tlc-inner,#tlc-banner.tlc-pos-right .tlc-inner{flex-direction:column;align-items:stretch;gap:1rem}
/* Banner logo */
.tlc-logo-wrap{flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.tlc-logo{display:block;max-width:180px;max-height:130px;width:auto;height:auto;object-fit:contain;object-position:center}
#tlc-banner.tlc-pos-left .tlc-logo-wrap,#tlc-banner.tlc-pos-right .tlc-logo-wrap{justify-content:flex-start}
#tlc-banner.tlc-pos-left .tlc-logo,#tlc-banner.tlc-pos-right .tlc-logo{max-width:100%;max-height:130px}
.tlc-heading{display:block;font-size:1.05rem;margin-bottom:.35rem;font-weight:700;color:#1e1e1e}
#tlc-message{flex:1 1 300px;margin:0;line-height:1.6}
#tlc-message a{color:#7eb8f7;text-decoration:underline;transition:color .2s}
#tlc-message a:hover{color:#ffffff}
.tlc-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
#tlc-banner.tlc-pos-left .tlc-actions,#tlc-banner.tlc-pos-right .tlc-actions{width:100%}
#tlc-banner.tlc-pos-left .tlc-btn,#tlc-banner.tlc-pos-right .tlc-btn{flex:1 1 auto;text-align:center}
.tlc-btn{display:inline-block;padding:.6rem 1.3rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none!important;border:2px solid transparent;transition:background .2s,color .2s,transform .1s,box-shadow .2s;line-height:1.4;font-family:inherit}
.tlc-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.2)}
.tlc-btn:active{transform:translateY(0)}
.tlc-btn:focus-visible{outline:3px solid #fff;outline-offset:3px}
.tlc-btn--accept{background:#28a745;color:#ffffff;border-color:#28a745}
.tlc-btn--accept:hover{background:#218838;color:#ffffff;border-color:#218838}
.tlc-btn--reject{background:#6c757d;color:#ffffff;border-color:#6c757d}
.tlc-btn--reject:hover{background:#5a6268;color:#ffffff;border-color:#5a6268}
.tlc-btn--manage{background:#007bff;color:#ffffff;border-color:#007bff}
.tlc-btn--manage:hover{background:#0069d9;color:#ffffff;border-color:#0069d9}
/* Preferences modal */
.tlc-modal-overlay{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(0,0,0,0.6);opacity:0;transition:opacity .3s ease}
.tlc-modal-overlay.tlc-show{opacity:1}
.tlc-modal-overlay *{box-sizing:border-box}
.tlc-modal{position:relative;width:100%;max-width:520px;max-height:calc(100vh - 2.5rem);overflow-y:auto;background:#fff;color:#1a1a2e;border-radius:14px;padding:1.75rem;box-shadow:0 20px 60px rgba(0,0,0,0.4);transform:translateY(16px) scale(.98);transition:transform .3s cubic-bezier(.16,1,.3,1);font-size:.95rem;line-height:1.6;font-family:inherit}
.tlc-modal-overlay.tlc-show .tlc-modal{transform:translateY(0) scale(1)}
.tlc-modal-close{position:absolute;top:.75rem;right:.9rem;background:none;border:none;font-size:1.9rem;line-height:1;color:#888;cursor:pointer;padding:.1rem .35rem;border-radius:6px;transition:color .2s,background .2s}
.tlc-modal-close:hover{color:#1a1a2e;background:#f0f0f0}
.tlc-modal-close:focus-visible{outline:3px solid #007bff;outline-offset:2px}
/* Dark mode toggle button (top-right, left of the close button) */
.tlc-modal-dark{position:absolute;top:.85rem;right:2.9rem;background:none;border:none;font-size:1.25rem;line-height:1;cursor:pointer;padding:.15rem .35rem;border-radius:6px;transition:background .2s,transform .2s}
.tlc-modal-dark:hover{background:#f0f0f0;transform:scale(1.1)}
.tlc-modal-dark:focus-visible{outline:3px solid #007bff;outline-offset:2px}
.tlc-modal-title{margin:0 4rem .5rem 0;font-size:1.4rem;font-weight:700;color:#1a1a2e}
.tlc-modal-desc{margin:0 0 1.25rem;color:#444}
.tlc-modal-group{border:1px solid #e6e6e6;border-radius:10px;padding:1rem 1.1rem;margin-bottom:1rem;background:#fafafa}
.tlc-modal-group-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}
.tlc-modal-group-title{margin:0;font-size:1.05rem;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:.5rem}
.tlc-modal-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#0a7d33;background:#e3f6e8;padding:.15rem .5rem;border-radius:999px}
.tlc-modal-group-desc{margin:0;color:#555;font-size:.88rem}
/* Toggle switch */
.tlc-switch{position:relative;display:inline-block;width:46px;height:26px;flex:0 0 auto}
.tlc-switch input{position:absolute;opacity:0;width:0;height:0}
.tlc-switch-slider{position:absolute;inset:0;cursor:pointer;background:#7a7a8e;border-radius:999px;transition:background .2s;box-shadow:0 0 0 1.5px rgba(0,0,0,0.18)}
.tlc-switch-slider::before{content:"";position:absolute;height:20px;width:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 2px 5px rgba(0,0,0,0.45)}
.tlc-switch input:checked+.tlc-switch-slider{background:#28a745;box-shadow:0 0 0 1.5px rgba(0,0,0,0.12)}
.tlc-switch input:checked+.tlc-switch-slider::before{transform:translateX(20px)}
.tlc-switch input:disabled+.tlc-switch-slider{opacity:.75;cursor:not-allowed}
.tlc-switch input:focus-visible+.tlc-switch-slider{outline:3px solid #007bff;outline-offset:2px}
.tlc-modal-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:2px solid #e0e0e0}
.tlc-modal-actions .tlc-btn{flex:1 1 auto;text-align:center;padding:.75rem 1.5rem;font-size:1rem;min-height:48px;box-shadow:inset 0 0 0 2px rgba(0,0,0,0.18),0 2px 6px rgba(0,0,0,0.1)}
.tlc-modal-actions .tlc-btn:hover{box-shadow:inset 0 0 0 2px rgba(0,0,0,0.22),0 4px 14px rgba(0,0,0,0.18)}
.tlc-modal .tlc-btn:focus-visible{outline:3px solid #1a1a2e;outline-offset:3px}
/* Re-open preferences button */
.tlc-reopen-btn{position:fixed;bottom:1.25rem;right:1.25rem;z-index:99998;width:46px;height:46px;border-radius:50%;background:#007bff;color:#ffffff;border:none;cursor:pointer;font-size:1.35rem;line-height:1;box-shadow:0 3px 14px rgba(0,0,0,0.35);transition:transform .2s,box-shadow .2s,background .2s;display:none;align-items:center;justify-content:center;padding:0}
.tlc-reopen-btn:hover{transform:scale(1.12);box-shadow:0 5px 20px rgba(0,0,0,0.45);background:#0069d9;color:#ffffff}
.tlc-reopen-btn:focus-visible{outline:3px solid #fff;outline-offset:3px}
/* -------------------------------------------------------------------------
 * Dark mode for the preferences modal.
 * High specificity + !important so a theme stylesheet cannot override it.
 * Every text/background element inside the modal is covered.
 * ---------------------------------------------------------------------- */
.tlc-modal.tlc-modal--dark{background:#1e1e2d!important;color:#e8e8ef!important}
.tlc-modal.tlc-modal--dark .tlc-modal-title{color:#ffffff!important}
.tlc-modal.tlc-modal--dark .tlc-modal-desc{color:#c3c3d2!important}
.tlc-modal.tlc-modal--dark .tlc-modal-group{background:#2a2a3d!important;border-color:#3c3c52!important}
.tlc-modal.tlc-modal--dark .tlc-modal-group-title{color:#ffffff!important}
.tlc-modal.tlc-modal--dark .tlc-modal-group-desc{color:#b8b8c8!important}
.tlc-modal.tlc-modal--dark .tlc-modal-badge{color:#8ff0ab!important;background:#173a24!important}
.tlc-modal.tlc-modal--dark .tlc-modal-close{color:#c3c3d2!important}
.tlc-modal.tlc-modal--dark .tlc-modal-close:hover{color:#ffffff!important;background:#33334a!important}
.tlc-modal.tlc-modal--dark .tlc-modal-dark:hover{background:#33334a!important}
.tlc-modal.tlc-modal--dark .tlc-modal-actions{border-top-color:#3c3c52!important}
.tlc-modal.tlc-modal--dark .tlc-switch-slider{background:#55556e!important;box-shadow:0 0 0 1.5px rgba(255,255,255,0.2)!important}
.tlc-modal.tlc-modal--dark .tlc-switch-slider::before{background:#e8e8ef!important;box-shadow:0 2px 5px rgba(0,0,0,0.6)!important}
.tlc-modal.tlc-modal--dark a{color:#7eb8f7!important}
@media (max-width:600px){#tlc-banner.tlc-pos-bottom,#tlc-banner.tlc-pos-top{padding:1rem}#tlc-banner.tlc-pos-left,#tlc-banner.tlc-pos-right{left:0;right:0;bottom:0;max-width:none;width:100%;border-radius:14px 14px 0 0}.tlc-inner{flex-direction:column;align-items:stretch;gap:.75rem}.tlc-logo-wrap{justify-content:center}.tlc-logo{max-width:115px;max-height:85px}#tlc-message{flex:none;width:100%}.tlc-actions{width:100%}.tlc-btn{flex:1 1 auto;text-align:center}.tlc-modal{padding:1.35rem}.tlc-modal-title{font-size:1.25rem}}
@media (prefers-reduced-motion:reduce){#tlc-banner{transition:opacity .2s ease}#tlc-banner.tlc-show{transform:none!important}.tlc-modal{transition:none}.tlc-modal-overlay{transition:none}}
        
/*# sourceURL=tlc-cookies-style-inline-css */
