.legal-modal-overlay{position:fixed;inset:0;z-index:4000;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.legal-modal{width:min(720px,100%);max-height:min(85vh,900px);background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.18)}.legal-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid #ececec;flex-shrink:0}.legal-modal__title{margin:0;font-family:Inter Display,Inter,system-ui,sans-serif;font-size:22px;line-height:1.3;color:#192A5E}.legal-modal__close{width:40px;height:40px;border:none;border-radius:50%;background:#f0f2f7;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.legal-modal__body{padding:20px 24px 28px;overflow:auto;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6;color:#192A5E}.legal-modal__body h3{margin:20px 0 8px;font-family:Inter Display,Inter,system-ui,sans-serif;font-size:16px;line-height:1.4;color:#192A5E}.legal-modal__body h3:first-child{margin-top:0}.legal-modal__body p{margin:0 0 12px}.legal-modal__body ul{margin:0 0 12px;padding-left:20px}.legal-modal__body li{margin-bottom:6px}