@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.hw-error{background:linear-gradient(180deg,#f8fafc,#fff);display:grid;min-height:calc(100vh - 160px);padding:40px 20px;place-items:center}.hw-error-card{background:#fff;border:1px solid #e6e8ef;border-radius:14px;box-shadow:0 12px 28px #0f172a0f;max-width:760px;padding:24px;text-align:center;width:100%}.hw-error-badge{align-items:center;background:#6366f1;border-radius:16px;box-shadow:0 8px 24px #6366f14d;color:#fff;display:inline-flex;font-size:22px;font-weight:700;height:64px;justify-content:center;margin:0 auto 6px;width:64px}.hw-error-title{color:#0f172a;font-size:26px;letter-spacing:-.01em;margin:6px 0 4px}.hw-error-sub{color:#64748b;margin:0 0 14px}.hw-error-path{align-items:center;background:#f8fafc;border:1px solid #e6e8ef;border-radius:10px;display:inline-flex;gap:8px;margin-bottom:16px;padding:8px 10px}.hw-error-path .label{color:#64748b;font-size:12px}.hw-error-path .path{background:#fff;border:1px solid #e6e8ef;border-radius:8px;color:#334155;font-size:12px;padding:4px 8px}.hw-error-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:8px}.hw-button{align-items:center;background:#fff;border:1px solid #e6e8ef;border-radius:10px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:14px;gap:8px;padding:10px 14px;text-decoration:none}.hw-button.primary{background:#6366f1;border-color:#6366f1;color:#fff}.hw-button.primary:hover{background:#4f46e5}.hw-error-illustration{margin-top:18px;opacity:.7}.hw-error-illustration img{width:36px}:root{--hw-bg:#f1f5f9;--hw-text:#182433;--hw-text-strong:#0f172a;--hw-panel:#fff;--hw-border:#e2e8f0;--hw-border-weak:#cbd5e1;--hw-primary:#014fc4;--hw-primary-dark:#003d98;--hw-accent:#00a3dd;--hw-focus:#00a3dd40;--hw-shadow:0 10px 25px #02061714;--hw-radius:12px}@media (prefers-reduced-motion:reduce){.exp-mesh .exp-group,.exp-node,.exp-node-glow,.exp-noise{animation:none!important}}.exp-group{transform:translateZ(0)}.exp-a{animation:exp-mesh-drift 22s ease-in-out infinite alternate}.exp-b{animation:exp-mesh-drift 32s ease-in-out infinite alternate;opacity:.9}@keyframes exp-mesh-drift{0%{transform:translate3d(-6px,-4px,0)}to{transform:translate3d(6px,4px,0)}}.exp-node{animation:exp-node-pulse 3.6s ease-in-out infinite}.exp-node-glow{animation:exp-node-glow 3.6s ease-in-out infinite}@keyframes exp-node-pulse{0%,to{r:3.2}50%{r:4.2}}@keyframes exp-node-glow{0%,to{opacity:.28}50%{opacity:.55}}.exp-noise{animation:exp-noise-shift 3s steps(2) infinite;background-image:url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'>    <filter id='n'>      <feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/>      <feColorMatrix type='saturate' values='0'/>      <feComponentTransfer><feFuncA type='table' tableValues='0 0 0 0.02 0.03 0'/></feComponentTransfer>    </filter>    <rect width='100%' height='100%' filter='url(%23n)'/>  </svg>");background-size:160px 160px;mix-blend-mode:multiply;opacity:.25}@keyframes exp-noise-shift{to{transform:translate3d(-8px,6px,0)}}.exp-hero{min-height:520px}*{box-sizing:border-box}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#182433;color:var(--hw-text);font-family:-apple-system,Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;line-height:24px}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif}a{cursor:pointer;font-weight:400;text-decoration:none}.text-primary,a:hover{color:#4f46e5}label{color:#182433;color:var(--hw-text);font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:12px 0}input:focus,textarea:focus{box-shadow:none!important}body,html{min-width:0}:root{--hw-bg:#f6f7f9;--hw-card:#fff;--hw-border:#e6e8ef;--hw-text:#0f172a;--hw-muted:#64748b;--hw-ring:#c7cbe0;--hw-primary:#6366f1;--hw-primary-600:#4f46e5;--hw-primary-50:#eef2ff;--hw-success:#16a34a;--hw-warning:#f59e0b;--hw-danger:#ef4444;--hw-chip-bg:#f1f5f9}.sidebar-left{box-shadow:11px 0 12px -13px #0000001a}@keyframes marquee-ltr{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes marquee-rtl{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee-ltr{animation-iteration-count:infinite;animation-name:marquee-ltr;animation-timing-function:linear}.animate-marquee-rtl{animation-iteration-count:infinite;animation-name:marquee-rtl;animation-timing-function:linear}@media (prefers-reduced-motion:reduce){.animate-marquee-ltr,.animate-marquee-rtl{animation-duration:.01ms!important;animation-iteration-count:1!important;transform:translateX(0)!important}}.bg-grid-slate\/15{background-image:linear-gradient(90deg,#64748b26 1px,#0000 0),linear-gradient(180deg,#64748b26 1px,#0000 0);background-size:24px 24px}@keyframes grid-pan{0%{background-position:0 0,0 0}50%{background-position:12px 6px,6px 12px}to{background-position:0 0,0 0}}.animate-grid-pan{animation:grid-pan 18s ease-in-out infinite}@keyframes blob{0%,to{transform:translateZ(0) scale(1)}33%{transform:translate3d(12px,-10px,0) scale(1.05)}66%{transform:translate3d(-8px,6px,0) scale(.98)}}.animate-blob{animation:blob 22s ease-in-out infinite;will-change:transform}@media (prefers-reduced-motion:reduce){.animate-blob,.animate-grid-pan{animation:none!important}}.hw-page{background:#f6f7f9;background:var(--hw-bg);color:#0f172a;color:var(--hw-text)}.hw-card{background:#fff;background:var(--hw-card);border:1px solid #e6e8ef;border:1px solid var(--hw-border);border-radius:14px;padding:18px}.hw-section-head{align-items:center;border-bottom:1px solid #e6e8ef;border-bottom:1px solid var(--hw-border);display:flex;justify-content:space-between;padding:12px 16px}.brand-proposal{background:#fff;border-radius:16px;padding:15px}.hw-input{background:#fff;border:1px solid #e6e8ef;border:1px solid var(--hw-border);border-radius:10px;color:#0f172a;color:var(--hw-text);font-size:14px;padding:10px 12px;width:100%}.hw-input:focus{border-color:#c7cbe0;border-color:var(--hw-ring);box-shadow:0 0 0 3px #eef2ff;box-shadow:0 0 0 3px var(--hw-primary-50);outline:none}.hw-btn{border:1px solid #e6e8ef;border:1px solid var(--hw-border);border-radius:9999px;font-size:14px;padding:8px 14px}.hw-btn.primary{background:#6366f1;background:var(--hw-primary);border-color:#6366f1;border-color:var(--hw-primary);color:#fff}.hw-btn.primary:hover{background:#4f46e5;background:var(--hw-primary-600)}.hw-btn.chip,.hw-btn.ghost{background:#fff}.hw-btn.active{background:#6366f1;background:var(--hw-primary);border-color:#6366f1;border-color:var(--hw-primary);color:#fff}.hw-badge{background:#f1f5f9;background:var(--hw-chip-bg);border-radius:9999px;color:#64748b;color:var(--hw-muted);font-size:12px;padding:4px 10px}.hw-badge.success{background:#ecfdf5;color:#16a34a;color:var(--hw-success)}.hw-badge.warn{background:#fffbeb;color:#f59e0b;color:var(--hw-warning)}.hw-badge.neutral{background:#f1f5f9;color:#334155}.hw-table{border-collapse:initial;border-spacing:0;width:100%}.hw-td,.hw-th{border-bottom:1px solid #e6e8ef;border-bottom:1px solid var(--hw-border);font-size:14px;padding:12px 16px}.hw-th{background:#f8fafc;color:#64748b;color:var(--hw-muted);font-weight:500}
/*# sourceMappingURL=main.d1fc955f.css.map*/