*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e6e8ec;min-height:100%}main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:580px;background:#171a21;border:1px solid #232732;border-radius:18px;padding:36px 38px;box-shadow:0 20px 60px rgba(0,0,0,.4);position:relative}.lang-switch{display:inline-flex;gap:4px;padding:4px;background:#0f1218;border:1px solid #2a2f3d;border-radius:999px;margin-bottom:18px}.lang-switch button{width:auto;margin:0;padding:5px 14px;font-size:12px;font-weight:500;color:#8a93a6;background:transparent;border:none;border-radius:999px;cursor:pointer;transition:background .15s,color .15s}.lang-switch button:hover{color:#cfd3dd}.lang-switch button.active{background:#2a2f3d;color:#fff}.title{font-size:26px;font-weight:600;margin:0 0 8px}.subtitle{margin:0 0 26px;color:#8a93a6;font-size:14px}label{display:block;font-size:14px;color:#b6bdcc;margin:18px 0 8px}input,textarea{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #2a2f3d;background:#0f1218;color:#e6e8ec;font-size:15px;font-family:inherit;outline:none;transition:border-color .15s}input:focus,textarea:focus{border-color:#4f7cff}textarea{min-height:180px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.session-hint{margin:-2px 0 10px;font-size:12.5px;line-height:1.5;color:#8a93a6}.session-hint a{color:#6b9aff;text-decoration:none;border-bottom:1px dashed rgba(107,154,255,.45);padding-bottom:1px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;transition:color .15s,border-color .15s}.session-hint a:hover{color:#8fb1ff;border-bottom-color:rgba(143,177,255,.85)}button{width:100%;margin-top:26px;padding:15px 18px;border:none;border-radius:12px;background:linear-gradient(135deg,#4f7cff,#6a5cff);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .05s,opacity .15s}button:hover{opacity:.92}button:active{transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed}.result{margin-top:20px;padding:14px 16px;border-radius:10px;font-size:14px;line-height:1.55;word-break:break-word}.result.success{background:rgba(56,178,120,.12);border:1px solid rgba(56,178,120,.4);color:#6fe1a3}.result.error{background:rgba(255,99,99,.1);border:1px solid rgba(255,99,99,.35);color:#ff8b8b}.result.info{background:rgba(79,124,255,.1);border:1px solid rgba(79,124,255,.35);color:#9bb4ff}.foot{margin-top:18px;text-align:center;font-size:12px;color:#5d6577}