.terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#2d3748bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.terms-modal{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #2d37484d;animation:slideIn .3s ease-out;font-family:DM Sans,sans-serif}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.terms-modal-header{padding:24px 32px;border-bottom:1px solid #e5e7eb;background:#2d3748;color:#fff;border-radius:12px 12px 0 0}.terms-modal-header h2{margin:0 0 8px;font-size:1.5rem;font-weight:600;font-family:DM Sans,sans-serif;letter-spacing:-.01em}.terms-modal-version{margin:0;opacity:.85;font-size:.875rem;font-weight:400;font-family:DM Sans,sans-serif}.terms-modal-progress{padding:20px 32px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:#5a8b9f;transition:width .3s ease}.progress-text{margin:0;font-size:.875rem;font-weight:500;color:#6b7280;text-align:center;font-family:DM Sans,sans-serif}.terms-modal-content{flex:1;overflow-y:auto;padding:32px;background:#fff}.section-title{font-size:1.5rem;font-weight:600;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #5a8b9f;letter-spacing:-.01em}.section-content,.section-title{font-family:DM Sans,sans-serif;color:#2d3748}.section-content{line-height:1.7;font-size:1rem;font-weight:400}.section-content p{margin-bottom:1em;color:#2d3748}.section-content ol,.section-content ul{margin-bottom:1em;padding-left:24px;color:#2d3748}.section-content li{margin-bottom:.5em}.section-content h1,.section-content h2,.section-content h3,.section-content h4{margin-top:1.5em;margin-bottom:.75em;color:#2d3748;font-family:DM Sans,sans-serif;font-weight:600}.section-content strong{font-weight:600;color:#2d3748}.terms-modal-error{margin:0 32px;padding:14px 16px;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;color:#991b1b;font-size:.875rem;font-weight:500;font-family:DM Sans,sans-serif}.terms-modal-footer{padding:20px 32px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:space-between;background:#f9fafb}.terms-modal-footer button{padding:12px 24px;border-radius:10px;font-size:.95rem;font-weight:600;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s ease;border:none;flex:1}.btn-secondary{background:#fff;color:#2d3748;border:1px solid #e5e7eb}.btn-secondary:hover:not(:disabled){filter:brightness(.98);border-color:#6b7280}.btn-secondary:active:not(:disabled){filter:brightness(.95)}.btn-secondary:focus-visible{outline:3px solid #5a8b9f80;outline-offset:2px}.btn-primary{background:#5a8b9f;color:#fff;border:1px solid #4e7a8b}.btn-primary:hover:not(:disabled){filter:brightness(.95)}.btn-primary:active:not(:disabled){filter:brightness(.9)}.btn-primary:focus-visible{outline:3px solid #5a8b9f80;outline-offset:2px}.btn-accept{background:#9db5a5;color:#fff;font-size:1rem;border:1px solid #8ca599}.btn-accept:hover:not(:disabled){filter:brightness(.95)}.btn-accept:active:not(:disabled){filter:brightness(.9)}.btn-accept:focus-visible{outline:3px solid #9db5a580;outline-offset:2px}.terms-modal-footer button:disabled{opacity:.5;cursor:not-allowed}.terms-modal-notice{padding:16px 32px 20px;margin:0;font-size:.875rem;font-weight:400;font-family:DM Sans,sans-serif;color:#6b7280;text-align:center;background:#f9fafb;border-radius:0 0 12px 12px}@media (max-width:768px){.terms-modal{max-height:95vh;margin:10px}.terms-modal-content,.terms-modal-footer,.terms-modal-header,.terms-modal-notice,.terms-modal-progress{padding-left:20px;padding-right:20px}.terms-modal-footer{flex-direction:column}.terms-modal-footer button{width:100%}}