.join-module__WSsfRG__container{color:#f8fafc;min-height:100vh;font-family:var(--font-inter),sans-serif;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.join-module__WSsfRG__chatBox{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293bb3;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:20px;width:100%;max-width:600px;padding:40px;display:flex;box-shadow:0 25px 50px -12px #00000080}.join-module__WSsfRG__robotHeader{border-bottom:1px solid #ffffff1a;align-items:center;gap:15px;margin-bottom:10px;padding-bottom:20px;display:flex}.join-module__WSsfRG__robotAvatar{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;font-size:50px;animation:2s infinite join-module__WSsfRG__pulseAvatar;display:flex;box-shadow:0 0 20px #3b82f699}@keyframes join-module__WSsfRG__pulseAvatar{0%{transform:scale(1);box-shadow:0 0 20px #3b82f699}50%{transform:scale(1.1);box-shadow:0 0 40px #3b82f6cc}to{transform:scale(1);box-shadow:0 0 20px #3b82f699}}.join-module__WSsfRG__robotTitle{color:#e2e8f0;margin:0;font-size:1.25rem;font-weight:600}.join-module__WSsfRG__robotStatus{color:#60a5fa;margin:0;font-size:.875rem}.join-module__WSsfRG__messageBubble{background:#ffffff0d;border-radius:0 16px 16px;padding:20px;font-size:1.1rem;line-height:1.6;animation:.5s ease-out join-module__WSsfRG__fadeIn}@keyframes join-module__WSsfRG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.join-module__WSsfRG__controls{flex-wrap:wrap;gap:10px;margin-top:15px;display:flex}.join-module__WSsfRG__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:flex}.join-module__WSsfRG__btn:hover{background:#fff3;transform:translateY(-2px)}.join-module__WSsfRG__btnPrimary{background:#3b82f6;border-color:#3b82f6}.join-module__WSsfRG__btnPrimary:hover{background:#2563eb}.join-module__WSsfRG__btnSuccess{background:#10b981;border-color:#10b981}.join-module__WSsfRG__btnSuccess:hover{background:#059669}.join-module__WSsfRG__quizOption{text-align:left;color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-bottom:10px;padding:15px;transition:all .2s;display:block}.join-module__WSsfRG__quizOption:hover{color:#fff;background:#3b82f633;border-color:#3b82f6}.join-module__WSsfRG__inputField{color:#fff;box-sizing:border-box;background:#0003;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;margin-bottom:15px;padding:15px;font-size:1rem;transition:border-color .2s}.join-module__WSsfRG__inputField:focus{border-color:#3b82f6}.join-module__WSsfRG__errorText{color:#ef4444;margin-top:5px;font-size:.9rem}.join-module__WSsfRG__progress{color:#94a3b8;text-align:right;margin-bottom:10px;font-size:.85rem}.join-module__WSsfRG__langSelector{justify-content:flex-end;gap:10px;margin-bottom:20px;display:flex}.join-module__WSsfRG__langBtn{color:#64748b;cursor:pointer;background:0 0;border:none;font-weight:700}.join-module__WSsfRG__langBtn.join-module__WSsfRG__active{color:#3b82f6}@media (max-width:640px){.join-module__WSsfRG__container{justify-content:flex-start;padding:30px 12px 20px}.join-module__WSsfRG__chatBox{border-radius:16px;gap:14px;padding:20px 16px}.join-module__WSsfRG__robotHeader{gap:12px;padding-bottom:14px}.join-module__WSsfRG__robotAvatar{width:72px;height:72px;font-size:36px}.join-module__WSsfRG__robotTitle{font-size:1rem}.join-module__WSsfRG__robotStatus{font-size:.78rem}.join-module__WSsfRG__messageBubble{border-radius:14px;padding:16px;font-size:.97rem}.join-module__WSsfRG__btn{flex:auto;justify-content:center;padding:9px 14px;font-size:.88rem}.join-module__WSsfRG__controls{flex-direction:column;gap:8px}.join-module__WSsfRG__quizOption{padding:12px;font-size:.9rem}.join-module__WSsfRG__inputField{padding:12px;font-size:.95rem}}@media (max-width:400px){.join-module__WSsfRG__container{padding:10px 8px}.join-module__WSsfRG__chatBox{border-radius:12px;gap:10px;padding:14px 12px}.join-module__WSsfRG__robotAvatar{width:60px;height:60px;font-size:28px}.join-module__WSsfRG__robotTitle{font-size:.95rem}.join-module__WSsfRG__messageBubble{padding:12px;font-size:.9rem}.join-module__WSsfRG__btn{padding:8px 12px;font-size:.82rem}}.join-module__WSsfRG__splineWrapper{border-radius:16px;width:100%;height:300px;margin-bottom:20px;position:relative;overflow:hidden}.join-module__WSsfRG__splineOverlay{z-index:10;pointer-events:none;background:#192436;width:190px;height:58px;position:absolute;bottom:5px;right:5px}.join-module__WSsfRG__correctFeedback{animation:1.5s ease-out forwards join-module__WSsfRG__correctPulse;box-shadow:0 0 0 3px #10b981e6,0 0 40px #10b98180,0 0 80px #10b98140}.join-module__WSsfRG__wrongFeedback{animation:.6s ease-out join-module__WSsfRG__wrongShake,1.5s ease-out forwards join-module__WSsfRG__wrongPulse;box-shadow:0 0 0 3px #ef4444e6,0 0 40px #ef444480,0 0 80px #ef444440}@keyframes join-module__WSsfRG__correctPulse{0%{box-shadow:0 0 0 3px #10b981e6,0 0 40px #10b98180}50%{box-shadow:0 0 0 6px #10b981,0 0 80px #10b981b3}to{box-shadow:0 0 #10b98100,0 0 #10b98100}}@keyframes join-module__WSsfRG__wrongPulse{0%{box-shadow:0 0 0 3px #ef4444e6,0 0 40px #ef444480}50%{box-shadow:0 0 0 6px #ef4444,0 0 80px #ef4444b3}to{box-shadow:0 0 #ef444400,0 0 #ef444400}}@keyframes join-module__WSsfRG__wrongShake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}}
