:root{--cmv2-z-modal:2147483647;--cmv2-z-open-btn:2147483646;--cmv2-spacing-base:8px;--cmv2-spacing-2x:16px;--cmv2-spacing-3x:24px;--cmv2-border-radius-sm:8px;--cmv2-border-radius-md:10px;--cmv2-border-radius-lg:12px;--cmv2-border-radius-full:999px;--cmv2-shadow-sm:0 2px 10px rgba(0,0,0,0.2);--cmv2-shadow-md:0 4px 12px rgba(0,0,0,0.18);--cmv2-shadow-lg:0 10px 40px rgba(0,0,0,0.2);--cmv2-shadow-hover:0 6px 20px rgba(0,0,0,0.3)}#cmv2-modal.cmv2-hidden{display:none}#cmv2-modal{position:fixed;inset:0;z-index:var(--cmv2-z-modal);animation:cmv2-fadeIn 0.3s ease-out;display:flex;align-items:center;justify-content:center;display:flex}#cmv2-modal .cmv2-backdrop{position:absolute;inset:0;animation:cmv2-backdropFade 0.3s ease-out}#cmv2-modal .cmv2-window{position:relative;max-width:680px;width:100%;margin:0;box-shadow:var(--cmv2-shadow-lg);padding:var(--cmv2-spacing-3x);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;animation:cmv2-slideUp 0.4s cubic-bezier(.16,1,.3,1)}#cmv2-modal.cmv2-position-bottom-left{align-items:flex-end;justify-content:flex-start}#cmv2-modal.cmv2-position-bottom-left .cmv2-window{margin:0 0 20px 20px;max-width:480px;animation:cmv2-slideInLeft 0.4s cubic-bezier(.16,1,.3,1)}#cmv2-modal.cmv2-position-bottom-right{align-items:flex-end;justify-content:flex-end}#cmv2-modal.cmv2-position-bottom-right .cmv2-window{margin:0 20px 20px 0;max-width:480px;animation:cmv2-slideInRight 0.4s cubic-bezier(.16,1,.3,1)}@keyframes cmv2-fadeIn{from{opacity:0}to{opacity:1}}@keyframes cmv2-backdropFade{from{opacity:0}to{opacity:1}}@keyframes cmv2-slideUp{from{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cmv2-slideInLeft{from{opacity:0;transform:translateX(-40px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes cmv2-slideInRight{from{opacity:0;transform:translateX(40px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}#cmv2-modal h2{margin:0 0 var(--cmv2-spacing-base);font-size:22px}#cmv2-modal p{margin:var(--cmv2-spacing-base) 0;line-height:1.5}#cmv2-modal a{text-decoration:underline}#cmv2-modal a:hover{text-decoration:none}.cmv2-view{margin-top:20px}.cmv2-view.cmv2-hidden{display:none}.cmv2-groups{margin-top:var(--cmv2-spacing-2x);margin-bottom:20px}.cmv2-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.cmv2-row:last-child{border-bottom:none}.cmv2-row span{font-size:15px;font-weight:500}.cmv2-row input[type="checkbox"]{width:20px!important;height:20px!important;min-width:20px;flex-shrink:0;cursor:pointer;appearance:auto;-webkit-appearance:auto;margin:0}.cmv2-disabled{opacity:.6}.cmv2-disabled input{cursor:not-allowed}.cmv2-actions{display:flex;gap:var(--cmv2-border-radius-lg);margin-top:20px;flex-wrap:wrap}#cmv2-simple-view .cmv2-actions{flex-direction:column;gap:10px}#cmv2-simple-view .cmv2-actions .cmv2-btn{width:100%;text-align:center;padding:var(--cmv2-spacing-2x) var(--cmv2-spacing-3x);font-size:16px;font-weight:700;border-radius:var(--cmv2-border-radius-md)}#cmv2-detailed-view .cmv2-actions{flex-direction:row;justify-content:flex-end;gap:var(--cmv2-border-radius-lg)}#cmv2-detailed-view .cmv2-actions .cmv2-btn{flex:0 0 auto}.cmv2-btn{background:#f8f8f8;padding:var(--cmv2-border-radius-lg) 20px;border-radius:var(--cmv2-border-radius-sm);cursor:pointer;font-weight:600;transition:all 0.2s ease;font-size:15px;border:none;outline:none;line-height:1.4}.cmv2-btn:hover{transform:translateY(-2px);box-shadow:var(--cmv2-shadow-md)}.cmv2-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgb(0 0 0 / .15)}.cmv2-open{position:fixed;left:var(--cmv2-spacing-2x);bottom:var(--cmv2-spacing-2x);z-index:var(--cmv2-z-open-btn);border-radius:var(--cmv2-border-radius-full);padding:var(--cmv2-border-radius-lg) 18px;cursor:pointer;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;box-shadow:var(--cmv2-shadow-sm);transition:all 0.2s ease;border:none;outline:none;font-size:14px}.cmv2-open:hover{transform:translateY(-3px);box-shadow:var(--cmv2-shadow-hover)}#cmv2-modal.cmv2-position-bottom-left.cmv2-detailed-mode,#cmv2-modal.cmv2-position-bottom-right.cmv2-detailed-mode{align-items:center;justify-content:center}#cmv2-modal.cmv2-position-bottom-left.cmv2-detailed-mode .cmv2-window,#cmv2-modal.cmv2-position-bottom-right.cmv2-detailed-mode .cmv2-window{margin:0;max-width:680px}@media (max-width:480px){#cmv2-modal .cmv2-window{margin:var(--cmv2-spacing-base);padding:20px}#cmv2-modal.cmv2-position-bottom-left,#cmv2-modal.cmv2-position-bottom-right{align-items:center;justify-content:center}#cmv2-modal.cmv2-position-bottom-left .cmv2-window,#cmv2-modal.cmv2-position-bottom-right .cmv2-window{margin:var(--cmv2-spacing-base);max-width:100%}.cmv2-actions{flex-direction:column}.cmv2-btn{width:100%;text-align:center}#cmv2-detailed-view .cmv2-actions{flex-direction:column}#cmv2-detailed-view .cmv2-actions .cmv2-btn{width:100%}}