@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&family=Outfit:wght@500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--stitch-bg-canvas:#f8fafc;--stitch-surface-card:#fff;--stitch-surface-subtle:#f1f5f9;--stitch-surface-hover:#f8fafc;--stitch-border:#e2e8f0;--stitch-border-hover:#cbd5e1;--stitch-border-focus:#2563eb;--stitch-primary:#2563eb;--stitch-primary-hover:#1d4ed8;--stitch-primary-light:#dbeafe;--stitch-success:#10b981;--stitch-success-hover:#059669;--stitch-success-light:#d1fae5;--stitch-amber:#f59e0b;--stitch-amber-light:#fef3c7;--stitch-rose:#ef4444;--stitch-rose-light:#fee2e2;--stitch-purple:#8b5cf6;--stitch-purple-light:#f3e8ff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--font-display:"Outfit", "Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Plus Jakarta Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--stitch-bg-canvas);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#2563eb0d 0,#0000 50%),radial-gradient(at 100% 0,#8b5cf60d 0,#0000 50%),radial-gradient(at 50% 100%,#10b9810a 0,#0000 50%);background-attachment:fixed;min-height:100vh;line-height:1.5;overflow-x:hidden}.stitch-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-weight:800}.stitch-number{font-family:var(--font-display);letter-spacing:-.01em;font-weight:700}.stitch-mono{font-family:var(--font-mono)}.stitch-card{background:var(--stitch-surface-card);border:1px solid var(--stitch-border);border-radius:14px;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0f172a0a}.stitch-card-interactive{background:var(--stitch-surface-card);border:1px solid var(--stitch-border);cursor:pointer;border-radius:14px;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0f172a0a}.stitch-card-interactive:hover{border-color:var(--stitch-border-hover);transform:translateY(-2px);box-shadow:0 12px 24px -4px #0f172a14}.stitch-btn{font-family:var(--font-body);cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #2563eb40}.stitch-btn:hover{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.stitch-btn-secondary{font-family:var(--font-body);cursor:pointer;border:1px solid var(--stitch-border);color:#1e293b;background:#f1f5f9;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.stitch-btn-secondary:hover{color:#0f172a;background:#e2e8f0}.stitch-input{border:1px solid var(--stitch-border);color:var(--text-primary);font-size:14px;font-family:var(--font-body);background:#fff;border-radius:10px;outline:none;padding:10px 16px;transition:all .2s}.stitch-input:focus{border-color:var(--stitch-primary);box-shadow:0 0 0 3px #2563eb26}.status-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.badge-blue{color:#1d4ed8;background:#dbeafe;border:1px solid #93c5fd}.badge-success{color:#047857;background:#d1fae5;border:1px solid #6ee7b7}.badge-amber{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.badge-rose{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.badge-purple{color:#6b21a8;background:#f3e8ff;border:1px solid #d8b4fe}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--stitch-primary)}
