.lcc-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:10000;transition:opacity .25s ease-in-out;animation:lcc-fade-in .25s ease-out}.lcc-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:480px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 20px 50px -12px #0f172a40,0 8px 16px -8px #0f172a26;z-index:10001;padding:32px;color:#0f172a;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;animation:lcc-pop-in .3s cubic-bezier(.16,1,.3,1)}.lcc-modal[inert]{pointer-events:none}.lcc-modal--settings{width:560px;z-index:10002}.lcc-modal__title{font-size:20px;font-weight:700;line-height:1.3;margin:0 0 8px;letter-spacing:-.01em;color:#0f172a}.lcc-modal--alert .lcc-modal__title{padding-left:56px;position:relative;min-height:44px;display:flex;align-items:center}.lcc-modal--alert .lcc-modal__title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#e6f6fb,#b3e4f3);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300A1CA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.598 11.064a1.006 1.006 0 0 0-.854-.172 2.938 2.938 0 0 1-3.546-3.546 1.006 1.006 0 0 0-.172-.854 6 6 0 1 1-7.428 7.428 1.006 1.006 0 0 0-.854-.172 2.938 2.938 0 0 1-3.546-3.546 1.006 1.006 0 0 0-.172-.854 7 7 0 1 0 16.572 1.716z'/%3E%3Ccircle cx='9' cy='9' r='1'/%3E%3Ccircle cx='14' cy='15' r='1'/%3E%3Ccircle cx='9' cy='15' r='1'/%3E%3C/svg%3E"),linear-gradient(135deg,#e6f6fb,#b3e4f3);background-repeat:no-repeat;background-position:center;background-size:26px,cover}.lcc-text{font-size:15px;line-height:1.55;color:#475569;margin:0 0 24px}.lcc-modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:8px;background:transparent;color:#64748b;border:none;font-size:22px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.lcc-modal__close:hover,.lcc-modal__close:focus{background:#f1f5f9;color:#0f172a;outline:none}.lcc-modal__section{margin:0 0 16px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.lcc-modal__section.lcc-u-text-center{background:transparent;border:none;padding:4px 0 12px}.lcc-modal__section .lcc-text{font-size:13px;margin:6px 0 0;color:#64748b;line-height:1.5}.lcc-label{display:flex;align-items:center;gap:10px;margin:0;font-weight:600;font-size:14px;color:#0f172a;cursor:pointer}.lcc-label[for]{cursor:pointer}.lcc-label>input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:38px;height:22px;background:#cbd5e1;border-radius:999px;position:relative;cursor:pointer;transition:background-color .2s ease;flex:0 0 auto;margin:0}.lcc-label>input[type=checkbox]:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .2s ease}.lcc-label>input[type=checkbox]:checked{background:#00a1ca}.lcc-label>input[type=checkbox]:checked:after{transform:translate(16px)}.lcc-label>input[type=checkbox]:disabled{background:#94a3b8;cursor:not-allowed;opacity:.7}.lcc-label>input[type=checkbox]:focus-visible{outline:2px solid #00A1CA;outline-offset:2px}.lcc-modal__actions{margin-top:24px;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.lcc-button{display:inline-flex;align-items:center;justify-content:center;background:#00a1ca;color:#fff;border:1px solid #00A1CA;border-radius:10px;font-size:14px;font-weight:600;line-height:1.2;padding:10px 18px;cursor:pointer;outline:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .05s ease,box-shadow .15s ease;box-shadow:0 1px 2px #0f172a14}.lcc-button:hover{background:#008db2;border-color:#008db2}.lcc-button:focus-visible{box-shadow:0 0 0 3px #00a1ca59}.lcc-button:active{transform:translateY(1px)}.lcc-button.lcc-button--link{background:transparent;color:#475569;border-color:transparent;box-shadow:none}.lcc-button.lcc-button--link:hover,.lcc-button.lcc-button--link:focus{background:#f1f5f9;color:#0f172a}.lcc-u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.lcc-u-text-center{text-align:center!important}@keyframes lcc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lcc-pop-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 480px){.lcc-modal{padding:24px;border-radius:16px}.lcc-modal__actions{justify-content:stretch}.lcc-modal__actions>.lcc-button{flex:1 1 auto}}
