.terms-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.terms-modal-container{width:90%;max-width:700px;height:80vh;max-height:600px;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translate(-50%,-60%) scale(.8);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.terms-modal-header{padding:2rem 2rem 1rem;background:#efefef;color:#000}.terms-modal-header h2{margin:0 0 .5rem;font-size:1.8rem;font-weight:600}.terms-modal-subtitle{margin:0;font-size:.95rem;opacity:.9;line-height:1.4}.terms-modal-content{flex:1 1;overflow-y:auto;padding:2rem;background-color:#fafafa}.terms-text{line-height:1.6;color:#333}.terms-paragraph{margin-bottom:1rem;font-size:.95rem}.terms-question{font-weight:600;color:#2c5aa0;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.scroll-instruction{padding:1rem 2rem;background-color:#fff3cd;border-left:4px solid #ffc107;color:#856404;font-size:.9rem;font-weight:500;text-align:center}.terms-modal-actions{padding:1.5rem 2rem;background-color:#fff;border-top:1px solid #e0e0e0}.terms-error{background-color:#f8d7da;color:#721c24;padding:.75rem;border-radius:5px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #f5c6cb}.terms-accept-button{width:100%;margin:0 auto;padding:0 1.8rem;border:none;font-size:1rem;font-weight:400;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:-moz-fit-content!important;width:fit-content!important}.terms-accept-button,.terms-accept-button.enabled{border-radius:0 20px 0 20px;min-width:180px;height:45px}.terms-accept-button.enabled{background:#000;color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.3)}.terms-accept-button.enabled:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.4);background:#333;.terms-accept-button.disabled{background-color:#ccc;color:#666;cursor:not-allowed;box-shadow:none}.loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media screen and (max-width:768px){.terms-modal-container{width:95%;height:90vh;margin:5vh auto}.terms-modal-header{padding:1.5rem 1.5rem 1rem}.terms-modal-header h2{font-size:1.5rem}.terms-modal-content{padding:1.5rem}.terms-modal-actions{padding:1rem 1.5rem}.terms-accept-button{max-width:100%;min-width:160px;height:45px}}@media screen and (max-width:480px){.terms-modal-container{width:100%;height:100vh;border-radius:0;margin:0}.terms-modal-header{padding:1rem}.terms-modal-header h2{font-size:1.3rem}.terms-modal-actions,.terms-modal-content{padding:1rem}.terms-accept-button{max-width:100%;min-width:140px;height:40px;font-size:.9rem}}}