.HomePanel_panel__KfS2X{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:48px 32px;background:var(--color-bg-white)}.HomePanel_centered__PowVt{display:flex;flex-direction:column;align-items:center;width:100%;max-width:440px;gap:24px}.HomePanel_heading__OErSD{font-size:32px;font-weight:600;color:var(--color-text-dark);text-align:center;letter-spacing:-.5px}.HomePanel_subtitle__zt5qm{font-size:16px;font-weight:400;color:#6B7280;text-align:center;line-height:1.5}.HomePanel_qrWrapper__5BcEY{display:flex;align-items:center;justify-content:center;padding:8px}.HomePanel_qrPlaceholder__IIbr_{width:200px;height:200px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--color-bg-light)}.HomePanel_loadingSpinner__oGizQ{width:40px;height:40px;border:3px solid var(--color-border-gray);border-top-color:var(--color-primary);border-radius:50%;animation:HomePanel_spin__TXKaZ .8s linear infinite}@keyframes HomePanel_spin__TXKaZ{to{transform:rotate(1turn)}}.HomePanel_divider__X_PJC{display:flex;align-items:center;width:100%;gap:16px}.HomePanel_dividerLine__hZHfp{flex:1 1;height:1px;background:var(--color-border-gray)}.HomePanel_dividerText__Q1jqX{font-size:14px;color:#9CA3AF;white-space:nowrap}.HomePanel_codeRow__ow877{display:flex;width:100%;gap:8px}.HomePanel_codeDisplay__SJjMk{flex:1 1;padding:12px 16px;font-size:16px;font-weight:500;background:var(--color-bg-light);letter-spacing:2px;text-align:center}.HomePanel_codeDisplay__SJjMk,.HomePanel_copyButton__lNjfQ{border:1px solid var(--color-border-gray);border-radius:10px;color:var(--color-text-dark)}.HomePanel_copyButton__lNjfQ{display:flex;align-items:center;justify-content:center;padding:12px;background:var(--color-bg-white);cursor:pointer;transition:background .15s ease,border-color .15s ease}.HomePanel_copyButton__lNjfQ:hover{background:var(--color-bg-light);border-color:var(--color-primary);color:var(--color-primary)}.HomePanel_joinRow__t9315{display:flex;width:100%}.HomePanel_joinInput__J2ZhO{flex:1 1;padding:12px 16px;border:1px solid var(--color-border-gray);border-radius:10px;font-size:16px;color:var(--color-text-dark);background:var(--color-bg-white);outline:none;transition:border-color .15s ease}.HomePanel_joinInput__J2ZhO:focus{border-color:var(--color-primary)}.HomePanel_joinInput__J2ZhO::placeholder{color:#9CA3AF}.HomePanel_continueButton__I4r9V{width:100%;padding:14px 24px;border:none;border-radius:10px;background:var(--color-primary);color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background .15s ease,transform .1s ease}.HomePanel_continueButton__I4r9V:hover{background:#2563EB}.HomePanel_continueButton__I4r9V:active{transform:scale(.98)}@media (max-width:768px){.HomePanel_panel__KfS2X{min-height:0;padding:32px 20px 48px}.HomePanel_centered__PowVt{gap:20px}.HomePanel_heading__OErSD{font-size:26px}.HomePanel_subtitle__zt5qm{font-size:15px}}