.tp-module__TIyU4q__shell{background:var(--tp-bg);justify-content:center;align-items:stretch;width:100%;min-height:100vh;display:flex}.tp-module__TIyU4q__frame{width:100%;max-width:var(--tp-shell-width);min-height:var(--tp-shell-min-height);background:var(--tp-bg);min-height:100vh;color:var(--tp-text);flex-direction:column;display:flex;position:relative}.tp-module__TIyU4q__page{flex-direction:column;flex:1;min-height:100%;padding:0 20px 24px;display:flex}.tp-module__TIyU4q__flowHeader{border-bottom:1px solid var(--tp-border);flex-shrink:0;justify-content:space-between;align-items:center;min-height:52px;margin:0 -20px;padding:0 16px;display:flex}.tp-module__TIyU4q__flowHeaderLeft{align-items:center;gap:8px;min-width:0;display:flex}.tp-module__TIyU4q__backBtn{width:28px;height:28px;color:var(--tp-text);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.tp-module__TIyU4q__backBtn:hover{opacity:.7}.tp-module__TIyU4q__flowTitle{color:var(--tp-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;line-height:1.3;overflow:hidden}.tp-module__TIyU4q__stepBadge{color:var(--tp-text-muted);flex-shrink:0;font-size:13px;font-weight:400}.tp-module__TIyU4q__welcome{flex-direction:column;flex:1;min-height:100%;padding:16px 20px 28px;display:flex}.tp-module__TIyU4q__langRow{justify-content:flex-end;display:flex}.tp-module__TIyU4q__langBtn{border:1px solid var(--tp-border);background:var(--tp-bg);color:var(--tp-text-secondary);cursor:default;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:13px;display:inline-flex}.tp-module__TIyU4q__welcomeBrand{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:18px;padding-bottom:40px;display:flex}.tp-module__TIyU4q__logoMark{background:var(--tp-blue);color:#fff;letter-spacing:-.04em;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;font-weight:700;display:flex}.tp-module__TIyU4q__welcomeLogo{width:163px;max-width:70%;height:auto;display:block}.tp-module__TIyU4q__welcomeTitle{color:var(--tp-text);text-align:center;margin:0;font-size:20px;font-weight:600}.tp-module__TIyU4q__welcomeActions{flex-direction:column;gap:12px;width:100%;display:flex}.tp-module__TIyU4q__btn{border-radius:var(--tp-radius);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;min-height:48px;padding:12px 20px;font-size:16px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.tp-module__TIyU4q__btn:disabled{opacity:.45;cursor:not-allowed}.tp-module__TIyU4q__btnPrimary{background:var(--tp-blue);color:#fff}.tp-module__TIyU4q__btnPrimary:hover:not(:disabled){background:var(--tp-blue-hover)}.tp-module__TIyU4q__btnSecondary{background:var(--tp-bg);color:var(--tp-text);border:1px solid var(--tp-border-strong)}.tp-module__TIyU4q__btnSecondary:hover:not(:disabled){border-color:var(--tp-text-muted)}.tp-module__TIyU4q__linkBtn{width:100%;color:var(--tp-blue);text-align:center;cursor:pointer;background:0 0;border:none;margin-top:14px;padding:0;font-size:14px;font-weight:500;text-decoration:none;display:block}.tp-module__TIyU4q__linkBtn:hover{color:var(--tp-blue-hover)}.tp-module__TIyU4q__footerActions{flex-shrink:0;margin-top:auto;padding-top:24px}.tp-module__TIyU4q__heroIcon{background:var(--tp-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin:28px auto 16px;display:flex}.tp-module__TIyU4q__heroHeading{text-align:center;color:var(--tp-text);margin:0 0 20px;padding:0 8px;font-size:18px;font-weight:700;line-height:1.35}.tp-module__TIyU4q__sectionTitle{color:var(--tp-text);margin:0 0 12px;font-size:16px;font-weight:700}.tp-module__TIyU4q__alertWarn{border-radius:var(--tp-radius);background:var(--tp-warning-bg);border:1px solid var(--tp-warning-border);color:var(--tp-warning-text);align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.45;display:flex}.tp-module__TIyU4q__alertWarnIcon{flex-shrink:0;margin-top:1px}.tp-module__TIyU4q__alertDanger{border-radius:var(--tp-radius);background:var(--tp-danger-bg);align-items:flex-start;gap:10px;margin:0 0 24px;padding:14px 16px;display:flex}.tp-module__TIyU4q__alertDangerBody{flex-direction:column;gap:4px;display:flex}.tp-module__TIyU4q__alertDangerTitle{color:var(--tp-danger-title);margin:0;font-size:14px;font-weight:700}.tp-module__TIyU4q__alertDangerText{color:var(--tp-danger-text);margin:0;font-size:13px;line-height:1.45}.tp-module__TIyU4q__field{margin-bottom:12px;position:relative}.tp-module__TIyU4q__input{border:1px solid var(--tp-border);border-radius:var(--tp-radius);background:var(--tp-input-bg);width:100%;min-height:48px;color:var(--tp-text);outline:none;padding:12px 44px 12px 14px;font-size:14px;transition:border-color .15s,background .15s}.tp-module__TIyU4q__input:focus{border-color:var(--tp-blue);background:var(--tp-bg)}.tp-module__TIyU4q__input::placeholder{color:var(--tp-text-muted)}.tp-module__TIyU4q__eyeBtn{width:32px;height:32px;color:var(--tp-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.tp-module__TIyU4q__termsRow{color:var(--tp-text);align-items:flex-start;gap:10px;margin:16px 0 8px;font-size:13px;line-height:1.4;display:flex}.tp-module__TIyU4q__checkbox{appearance:none;border:1.5px solid var(--tp-border-strong);background:var(--tp-bg);cursor:pointer;border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;margin-top:1px;display:grid}.tp-module__TIyU4q__checkbox:checked{background:var(--tp-blue);border-color:var(--tp-blue)}.tp-module__TIyU4q__checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;transform:rotate(45deg)translateY(-1px)}.tp-module__TIyU4q__termsLink{color:var(--tp-blue);text-decoration:none}.tp-module__TIyU4q__termsLink:hover{text-decoration:underline}.tp-module__TIyU4q__errorText{color:var(--tp-danger-text);margin:8px 0 0;font-size:13px}.tp-module__TIyU4q__recoTitle{color:var(--tp-text);margin:0 0 12px;font-size:15px;font-weight:700}.tp-module__TIyU4q__recoList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.tp-module__TIyU4q__recoItem{color:var(--tp-text-secondary);align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;display:flex}.tp-module__TIyU4q__recoDot{background:var(--tp-blue);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.tp-module__TIyU4q__phraseToolbar{justify-content:space-between;align-items:center;margin:16px 0 10px;display:flex}.tp-module__TIyU4q__phraseToolbarTitle{margin:0;font-size:15px;font-weight:700}.tp-module__TIyU4q__qrLink{color:var(--tp-blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:500;display:inline-flex}.tp-module__TIyU4q__phraseBox{background:var(--tp-bg-muted);border:1px solid var(--tp-border);border-radius:var(--tp-radius-lg);margin-bottom:12px;padding:12px}.tp-module__TIyU4q__phraseGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.tp-module__TIyU4q__phraseCell{border:1px solid var(--tp-border);min-height:40px;color:var(--tp-text);text-align:center;word-break:break-word;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:8px 6px 8px 18px;font-size:13px;font-weight:500;display:flex;position:relative}.tp-module__TIyU4q__phraseIndex{color:var(--tp-text-muted);font-size:10px;font-weight:400;position:absolute;top:4px;left:6px}.tp-module__TIyU4q__copyLink{width:100%;color:var(--tp-blue);text-align:center;cursor:pointer;background:0 0;border:none;margin:0 0 20px;padding:0;font-size:14px;font-weight:500;display:block}.tp-module__TIyU4q__instruction{color:var(--tp-text-secondary);margin:16px 0 14px;font-size:13px;line-height:1.45}.tp-module__TIyU4q__sourceGrid{background:var(--tp-bg-muted);border-radius:var(--tp-radius-lg);grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;padding:12px;display:grid}.tp-module__TIyU4q__sourceCell{min-height:44px;color:var(--tp-text);cursor:pointer;text-align:center;background:#fff;border:none;border-radius:8px;padding:10px 6px 8px 16px;font-size:13px;font-weight:500;position:relative}.tp-module__TIyU4q__sourceCell:disabled{opacity:.35;cursor:default}.tp-module__TIyU4q__sourceCellSelected{outline:2px solid var(--tp-blue);outline-offset:-2px}.tp-module__TIyU4q__targetGrid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:8px;display:grid}.tp-module__TIyU4q__targetCell{border:1.5px dashed var(--tp-border-strong);min-height:40px;color:var(--tp-text);cursor:pointer;text-align:center;background:0 0;border-radius:20px;padding:8px 6px;font-size:13px;font-weight:500}.tp-module__TIyU4q__targetCellFilled{border-style:solid;border-color:var(--tp-blue-soft);background:var(--tp-blue-soft);color:var(--tp-blue)}.tp-module__TIyU4q__textarea{border:1px solid var(--tp-border);border-radius:var(--tp-radius);background:var(--tp-input-bg);width:100%;min-height:140px;color:var(--tp-text);resize:vertical;outline:none;padding:14px;font-size:14px;line-height:1.5}.tp-module__TIyU4q__textarea:focus{border-color:var(--tp-blue);background:var(--tp-bg)}.tp-module__TIyU4q__importGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:8px;display:grid}.tp-module__TIyU4q__importCell,.tp-module__TIyU4q__importField{display:block;position:relative}.tp-module__TIyU4q__importIndex{color:var(--tp-text-muted);pointer-events:none;z-index:1;font-size:11px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.tp-module__TIyU4q__importInput{border:1px solid var(--tp-border);background:var(--tp-input-bg);width:100%;min-height:42px;color:var(--tp-text);border-radius:8px;outline:none;padding:8px 8px 8px 28px;font-size:13px;font-weight:500;transition:border-color .15s,background .15s}.tp-module__TIyU4q__importInput:focus{border-color:var(--tp-blue);background:var(--tp-bg)}.tp-module__TIyU4q__importInputValid{background:#f0fdf4;border-color:#22c55e}.tp-module__TIyU4q__importInputInvalid{border-color:var(--tp-danger-text);background:var(--tp-danger-bg)}.tp-module__TIyU4q__suggestList{z-index:20;border:1px solid var(--tp-border);background:#fff;border-radius:8px;max-height:180px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.tp-module__TIyU4q__suggestItem{width:100%;color:var(--tp-text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:13px;display:block}.tp-module__TIyU4q__suggestItem:hover,.tp-module__TIyU4q__suggestItemActive{background:var(--tp-blue-soft);color:var(--tp-blue)}.tp-module__TIyU4q__successWrap{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 12px;display:flex}.tp-module__TIyU4q__successTitle{margin:0;font-size:22px;font-weight:700}.tp-module__TIyU4q__successText{color:var(--tp-text-secondary);margin:0;font-size:14px;line-height:1.45}
