:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0}.loader-container{display:flex;justify-content:center;align-items:center;height:100%}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#4f46e5;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}body{background-color:#f5f5f5;font-family:Segoe UI,sans-serif}.button-container{display:flex;flex-direction:column;gap:12px;width:280px;margin:auto;justify-content:center;height:100vh}.white-button{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background-color:#fff;color:#333;border:1px solid #ccc;padding:12px 16px;font-size:15px;border-radius:8px;cursor:pointer;transition:background-color .2s,box-shadow .2s}.white-button i{color:#555;font-size:18px}.white-button:hover{background-color:#f0f0f0;box-shadow:0 2px 4px #0000001a}.white-button:active{background-color:#e0e0e0}.select-group{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;max-width:400px;margin:0 auto 20px}.radio-option{background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:10px;display:flex;align-items:center;cursor:pointer;transition:.2s}.radio-option:hover{background-color:#e3f2fd}.radio-option input{margin-right:10px}#formSelectLangEditor{overflow:auto;height:200px;padding:5px;border:1px solid #f3f3f3;border-radius:5px}
