.app{max-width:640px;margin:0 auto;padding:24px 16px 48px;min-height:100%;position:relative}.toast{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:100;display:flex;align-items:center;gap:12px;padding:12px 18px;border-radius:14px;box-shadow:0 8px 24px #00000059;min-width:220px;max-width:calc(100% - 32px);animation:toast-in .25s cubic-bezier(.2,.9,.3,1.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toast-success{background:#10b981f2;color:#fff}.toast-duplicate{background:#f59e0bf2;color:#fff}.toast-read-error{background:#ef4444f2;color:#fff}.toast-info{background:#3b82f6f2;color:#fff}.toast-icon{width:28px;height:28px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.toast-body{min-width:0;flex:1}.toast-title{font-size:14px;font-weight:600;line-height:1.2}.toast-uid{font-family:SF Mono,Menlo,Consolas,monospace;font-size:12px;opacity:.9;margin-top:2px;word-break:break-all}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.header{text-align:center;padding:16px 0 24px}.header h1{font-size:24px;font-weight:600;color:#f8fafc}.subtitle{margin-top:6px;font-size:13px;color:#94a3b8}.status-card{background:#1e293b;border-radius:16px;padding:24px 20px;margin-bottom:20px;border:1px solid #334155}.status{text-align:center;padding:16px 0 20px}.status-title{font-size:18px;font-weight:600;margin-bottom:6px}.status-desc{font-size:13px;color:#94a3b8;line-height:1.5}.status-idle .status-title{color:#60a5fa}.status-scanning .status-title{color:#34d399}.status-warn .status-title{color:#fbbf24}.status-error .status-title{color:#f87171}.pulse{width:60px;height:60px;border-radius:50%;background:#34d399;margin:0 auto 12px;animation:pulse 1.6s ease-out infinite;box-shadow:0 0 #34d39999}@keyframes pulse{0%{transform:scale(.9);box-shadow:0 0 #34d39999}70%{transform:scale(1.05);box-shadow:0 0 0 20px #34d39900}to{transform:scale(.9);box-shadow:0 0 #34d39900}}.last-uid{background:#0f172a;border-radius:12px;padding:14px 16px;margin:4px 0 20px;border:1px solid #334155}.last-uid-label{font-size:11px;color:#94a3b8;margin-bottom:4px;letter-spacing:.5px}.last-uid-value{font-family:SF Mono,Menlo,Consolas,monospace;font-size:18px;font-weight:600;color:#34d399;word-break:break-all}.actions{display:flex;gap:12px}.btn{flex:1;height:52px;border-radius:12px;font-size:16px;font-weight:600;transition:transform .1s,opacity .2s}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-danger{background:#ef4444;color:#fff}.records{background:#1e293b;border-radius:16px;padding:20px;border:1px solid #334155}.records-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.records-head-left{display:flex;align-items:center;gap:10px;min-width:0}.records-head h2{font-size:16px;font-weight:600;color:#f8fafc}.records-meta{display:flex;align-items:center}.badge{font-size:11px;padding:3px 8px;border-radius:8px;font-weight:500}.badge-warn{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.4)}.badge-ok{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.4)}.records-actions{display:flex;gap:8px}.btn-mini{height:32px;padding:0 12px;border-radius:8px;font-size:12px;background:#334155;color:#e2e8f0;transition:background .2s}.btn-mini:not(:disabled):active{background:#475569}.btn-mini:disabled{opacity:.4;cursor:not-allowed}.btn-mini-danger:not(:disabled){background:#7f1d1d;color:#fecaca}.empty{text-align:center;padding:32px 0;color:#64748b;font-size:14px}.record-list{list-style:none;display:flex;flex-direction:column;gap:8px}.record-item{display:flex;align-items:center;gap:12px;background:#0f172a;border-radius:10px;padding:12px 14px;border:1px solid #334155}.record-item-unexported{border-color:#f59e0b66;background:#f59e0b0a}.dot-unexported{display:inline-block;width:6px;height:6px;border-radius:50%;background:#fbbf24;margin-left:8px;vertical-align:middle;box-shadow:0 0 0 2px #f59e0b33}.record-main{flex:1;min-width:0}.record-uid{font-family:SF Mono,Menlo,Consolas,monospace;font-size:15px;font-weight:600;color:#f1f5f9;word-break:break-all;margin-bottom:3px}.record-time{font-size:12px;color:#94a3b8}.record-del{flex-shrink:0;width:28px;height:28px;border-radius:14px;background:transparent;color:#94a3b8;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.record-del:active{background:#334155;color:#f87171}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#0f172a;color:#e2e8f0;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button{font-family:inherit;cursor:pointer;border:none;outline:none}
