.tos-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.tos-modal-content{background:#111;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:90%;max-width:600px;max-height:85vh;animation:.3s ease-out slideUp;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000080}.tos-modal-header{background:#0a0a0af2;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.tos-modal-header h2{color:#e2e8f0;margin:0;font-size:1.25rem;font-weight:600}.tos-modal-close{color:#a0aec0;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.tos-modal-close:hover{color:#fff}.tos-modal-body{color:#cbd5e1;padding:24px;font-size:.95rem;line-height:1.6;overflow-y:auto}.tos-modal-body h3{color:#04d94f;margin-top:24px;margin-bottom:12px;font-size:1.1rem;font-weight:600}.tos-modal-body h3:first-of-type{margin-top:16px}.tos-modal-body p{margin-bottom:16px}.tos-modal-body strong{color:#e2e8f0}.tos-modal-footer{background:#0a0a0af2;border-top:1px solid #ffffff1a;justify-content:flex-end;padding:16px 24px;display:flex}.tos-accept-btn{color:#000;cursor:pointer;background:#04d94f;border:none;border-radius:6px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s}.tos-accept-btn:hover{background:#05f058}.tos-accept-btn:active{transform:scale(.98)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
