.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:flex-end;z-index:9999;animation:fadeIn .2s}.popup-language{background-color:#fff;width:100%;max-height:70%;border-top-left-radius:20px;border-top-right-radius:20px;padding:20px;overflow-y:auto;animation:slideUp .3s ease-out}.language-list{display:flex;flex-direction:column;gap:12px}.language-item{padding:8px 0;border-bottom:1px solid #eee}.popup-auth{background-color:#fff;width:100%;max-width:400px;height:100%;margin-left:auto;box-shadow:-2px 0 10px #0000001a;animation:slideRight .3s ease-out;display:flex;flex-direction:column}.close-button{background:none;border:none;font-size:24px;cursor:pointer;padding:16px;text-align:left}.auth-iframe{flex:1;width:100%;border:none}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.logo{width:80px;margin-bottom:20px}h1{font-size:24px;margin-bottom:16px}.terms-text{color:#666;margin-bottom:24px;max-width:300px}.terms-text a{color:#25d366;text-decoration:none}.language-selector{cursor:pointer;margin-bottom:20px;padding:8px 16px;border:1px solid #ccc;border-radius:20px}.agree-button{background:#25d366;color:#fff;border:none;border-radius:30px;padding:14px 32px;font-size:16px;font-weight:700;cursor:pointer;margin-bottom:20px}.footer{color:#888;font-size:12px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
