*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background:#000;color:#fff;overflow:hidden;position:relative}canvas#starfield{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.page-header{position:fixed;top:0;left:0;right:0;z-index:10;padding:20px 32px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.5)}.page-header img{height:38px;opacity:.85}.center-wrap{position:relative;z-index:5;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.card{width:100%;max-width:400px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:48px 40px;text-align:center}.card-title{font-size:22px;font-weight:500;letter-spacing:-.3px;margin-bottom:6px;color:#fff}.card-subtitle{font-size:13px;color:rgba(255,255,255,.35);margin-bottom:36px}.avatar{width:64px;height:64px;border-radius:50%;margin:0 auto 14px;border:2px solid rgba(255,255,255,.1)}.user-login-link{display:inline-block;font-size:13px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:4px 12px;margin-bottom:20px;text-decoration:none;transition:background .15s ease}.user-login-link:hover{background:rgba(255,255,255,.12)}.github-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 24px;background:#fff;color:#000;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s ease;font-family:inherit}.github-btn:hover{opacity:.88}.github-btn:disabled{opacity:.5;cursor:not-allowed}.github-btn svg{width:18px;height:18px;flex-shrink:0}.info-table{width:100%;text-align:left;border-collapse:collapse}.info-table tr{border-bottom:1px solid rgba(255,255,255,.06)}.info-table tr:last-child{border-bottom:none}.info-table td{padding:9px 0;font-size:13px;vertical-align:top}.info-table td:first-child{color:rgba(255,255,255,.35);width:86px;white-space:nowrap}.info-table td:last-child{color:rgba(255,255,255,.8);word-break:break-all}.divider{margin:20px 0;height:1px;background:rgba(255,255,255,.06)}.hint{color:rgba(255,255,255,.25)}.badge,.hint{font-size:12px}.badge{display:inline-block;padding:4px 12px;border-radius:20px;font-weight:500;letter-spacing:.3px}.badge-success{background:rgba(52,211,153,.12);color:#34d399}.badge-pending{background:rgba(251,191,36,.12);color:#fbbf24}.status-msg{margin-top:20px;font-size:13px;min-height:18px;color:rgba(255,255,255,.35)}.status-msg.error{color:#f87171}.status-msg.success{color:#34d399}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.15);border-top-color:rgba(255,255,255,.5);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle;margin-right:6px}@keyframes spin{to{transform:rotate(1turn)}}.error-icon,.success-icon{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-icon{background:rgba(52,211,153,.1)}.success-icon svg{width:24px;height:24px;color:#34d399}.error-icon{background:rgba(248,113,113,.1)}.error-icon svg{width:24px;height:24px;color:#f87171}.retry-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:10px 24px;background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:13px;cursor:pointer;font-family:inherit;transition:background .15s ease}.retry-btn:hover{background:rgba(255,255,255,.1)}.hidden{display:none}.apikey-box{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;margin-top:8px}.apikey-box code{flex:1 1;font-size:13px;text-align:left;color:#7ee787;font-family:SF Mono,Fira Code,monospace;word-break:break-all;-webkit-user-select:all;-moz-user-select:all;user-select:all}.copy-btn{background:rgba(255,255,255,.06);color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:4px 8px;font-size:11px;cursor:pointer;font-family:inherit;transition:all .15s;flex-shrink:0}.copy-btn:hover{background:rgba(255,255,255,.12);color:#fff}