:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}#app{max-width:960px;margin:0 auto;padding:40px 24px 64px;display:flex;flex-direction:column;gap:24px}.header h1{margin:0 0 8px;font-size:2rem}.header p{margin:0;color:#4b5563}.panel{background:#fff;padding:24px;border-radius:16px;box-shadow:0 20px 40px #0f172a14;display:flex;flex-direction:column;gap:20px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.summary-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.panel-header h2{margin:0}.dropzone{border:2px dashed #cbd5f5;border-radius:16px;padding:24px;text-align:center;background:#f8fafc;transition:.2s ease}.dropzone.active{border-color:#6366f1;background:#eef2ff}.dropzone strong{display:block;font-size:1.1rem;margin-bottom:4px}.dropzone span{display:inline-block;margin:8px 0;color:#6b7280}.error{display:none;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:.95rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:10px;background:#111827;color:#fff;cursor:pointer;font-weight:600;border:none}.button.primary{background:#4f46e5}.button input{display:none}.divider{text-align:center;color:#9ca3af;font-size:.9rem}textarea{width:100%;border-radius:12px;border:1px solid #e5e7eb;padding:12px;font-family:JetBrains Mono,ui-monospace,monospace;resize:vertical;min-height:160px}.actions{display:flex;gap:12px;flex-wrap:wrap}.center-actions{display:flex;justify-content:center;margin-top:12px;margin-bottom:2px}.center-actions .primary{padding:12px 24px;font-size:1rem}button{border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}button.primary{background:#4f46e5;color:#fff}button.secondary{background:#e5e7eb;color:#111827}button:disabled{opacity:.6;cursor:not-allowed}.status{min-height:20px;font-size:.95rem;color:#334155}.summary{border-radius:12px;border:1px solid #e5e7eb;padding:16px;background:#f9fafb}.summary.empty{color:#9ca3af}.summary h3{margin:0 0 8px}.summary ul{padding-left:20px;margin:0}.summary li{margin-bottom:6px}.summary .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px}.page-footer{text-align:center;font-size:.85rem;color:#9ca3af}.page-footer a{color:inherit;text-decoration:none}.page-footer a:hover{text-decoration:underline}.pill{background:#eef2ff;color:#4338ca;padding:6px 12px;border-radius:999px;font-size:.85rem;display:inline-block;font-weight:600}
