@charset "UTF-8";.ds-popup-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;animation:ds-popup-fadein 0.2s ease}.ds-popup-box{position:relative;background:#fff;border-radius:5px;padding:40px 36px 36px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,0.12)}.ds-popup-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:24px;line-height:1;cursor:pointer;padding:4px 8px;border-radius:3px;transition:opacity 0.15s ease,background-color 0.15s ease}.ds-popup-close:hover{opacity:0.7;background-color:rgba(0,0,0,0.05)}.ds-popup-close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.ds-popup-title{margin:0 0 16px 0;font-size:1.4rem;font-weight:600;line-height:1.3;color:#1a1a1a;padding-right:32px}.ds-popup-text{font-size:1rem;line-height:1.65;color:#333}.ds-popup-text p{margin:0 0 1em 0}.ds-popup-text p:last-child{margin-bottom:0}.ds-popup-text a{color:inherit;text-decoration:underline}.ds-popup-text ul,.ds-popup-text ol{padding-left:1.4em;margin:0 0 1em 0}.ds-popup-text img{max-width:100%;height:auto}.ds-popup-ok{display:inline-block;margin-top:20px;padding:8px 20px;background:#fff;color:#000;border-width:1.5px;border-style:solid;border-radius:5px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:color 0.2s ease}.ds-popup-ok:hover{}.ds-popup-ok:focus-visible{outline:2px solid var(--ds-popup-accent,#000);outline-offset:2px}
