.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(8,16,13,.55);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.modal-container{border-radius:22px;box-shadow:var(--shadow-lg);width:560px;max-width:96%;max-height:90vh;overflow-y:auto;padding:26px 28px;position:relative;z-index:1001;animation:fadeUp .35s ease both}.modal-header{justify-content:space-between;font-weight:700;font-family:var(--font-display,"Space Grotesk"),sans-serif;letter-spacing:-.02em;margin-bottom:16px}.modal-close,.modal-header{display:flex;align-items:center;font-size:20px}.modal-close{background:var(--surface-2);border:1px solid var(--border);border-radius:11px;width:38px;height:38px;justify-content:center;cursor:pointer;transition:border-color .2s;flex-shrink:0}.modal-close:hover{border-color:var(--brand)}.modal-body{font-size:14px;color:var(--text-2);margin-bottom:24px}.modal-footer{display:flex;justify-content:flex-end;gap:8px}.modal-button{padding:6px 15px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:all .3s}.modal-button-primary{background-color:#1890ff;color:#fff;border-color:#1890ff}.modal-button-primary:hover{background-color:#40a9ff;border-color:#40a9ff}.modal-button-default{background-color:#fff;color:rgba(0,0,0,.85);border-color:#d9d9d9}.modal-button-default:hover{color:#1890ff;border-color:#1890ff}