*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2328;background:#f5f6f8;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.container{max-width:720px;margin:0 auto;padding:24px 16px 60px}header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}header h1{font-size:20px;font-weight:700}.token-row{align-items:center;gap:8px;display:flex}.token-row input{border:1px solid #d0d7de;border-radius:6px;width:220px;padding:6px 10px;font-size:13px}button{cursor:pointer;background:#fff;border:1px solid #d0d7de;border-radius:6px;padding:7px 14px;font-size:13px}button:hover{background:#f0f2f5}button.primary{color:#fff;background:#2563eb;border-color:#2563eb}button.primary:hover{background:#1d4ed8}button.danger{color:#dc2626}.dropzone{text-align:center;color:#57606a;cursor:pointer;border:2px dashed #d0d7de;border-radius:8px;margin-bottom:20px;padding:32px 16px;font-size:14px;transition:border-color .2s,background .2s}.dropzone.dragover{background:#eff6ff;border-color:#2563eb}.status{color:#57606a;min-height:20px;margin-bottom:12px;font-size:13px}.status.error{color:#dc2626}.file-list{background:#fff;border:1px solid #d0d7de;border-radius:8px;list-style:none;overflow:hidden}.file-item{border-bottom:1px solid #eceff2;align-items:center;gap:10px;padding:10px 14px;display:flex}.file-item:last-child{border-bottom:none}.file-icon{flex-shrink:0;font-size:16px}.file-name{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;flex:1;font-size:14px;overflow:hidden}.file-name:hover{color:#2563eb;text-decoration:underline}.file-actions{flex-shrink:0;gap:6px;display:flex}.file-actions button{padding:4px 10px;font-size:12px}.empty{text-align:center;color:#8b949e;padding:40px 16px;font-size:14px}.truncated-hint{text-align:center;color:#8b949e;margin-top:10px;font-size:12px}.modal-mask{z-index:100;background:#0009;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.modal-mask.open{display:flex}.modal{background:#fff;border-radius:10px;flex-direction:column;width:100%;max-width:640px;max-height:90vh;display:flex;overflow:hidden}.modal-header{word-break:break-all;border-bottom:1px solid #eceff2;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.modal-body{flex:1;padding:16px;overflow:auto}.modal-body img{max-width:100%;max-height:70vh;margin:0 auto;display:block}.modal-body textarea{resize:vertical;border:1px solid #d0d7de;border-radius:6px;width:100%;min-height:400px;padding:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.6}.modal-footer{border-top:1px solid #eceff2;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}
