#novagates-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);display:none;align-items:center;justify-content:center;z-index:99999;padding:20px}
#novagates-modal{width:min(1200px,100%);height:min(90vh,900px);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
#novagates-modal .ng-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #e5e5e5;font-weight:600}
#novagates-modal .ng-close{border:0;background:transparent;font-size:28px;cursor:pointer;line-height:1}
#novagates-modal .ng-body{flex:1;min-height:0}
#novagates-sdk-container{width:100%;height:100%}
.novagates-tryon-btn{margin-top:12px}
