.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2147483646;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{flex-shrink:0;margin-bottom:16px}.modal-logo{max-width:150px;max-height:60px;margin-bottom:16px;object-fit:contain}.modal-title{margin:0 0 12px;font-size:24px;color:#333}.modal-step-indicator{margin-bottom:16px;font-size:14px;color:#666}.terms-content{flex:1;overflow-y:auto;padding:24px;color:#374151;line-height:1.6}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.terms-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.terms-text{font-size:14px}.terms-text h1,.terms-text h2,.terms-text h3,.terms-text h4{margin-top:20px;margin-bottom:12px;color:#111827}.terms-text h1{font-size:24px}.terms-text h2{font-size:20px}.terms-text h3{font-size:18px}.terms-text h4{font-size:16px}.terms-text p{margin-bottom:12px}.terms-text ul,.terms-text ol{margin-bottom:12px;padding-left:24px}.terms-text li{margin-bottom:8px}.modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.modal-button-group{display:flex;gap:12px;justify-content:flex-end}.modal-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;outline:none}.modal-button.primary{background-color:#3b82f6;color:#fff}.modal-button.primary:hover:not(:disabled){background-color:#2563eb}.modal-button.primary:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.modal-button.primary.enabled{animation:pulse .3s ease}.modal-button.secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.modal-button.secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.loading-spinner__circle{border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.loading-spinner__text{margin-top:20px;color:#6b7280;font-size:14px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
