@import '_content/ToastRack/ToastRack.qg5wi36ld9.bundle.scp.css';

/* /Components/CodeBlock.razor.rz.scp.css */
.codeblock[b-7cxcylz89h] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #16181d;
    border: 1px solid #2a2d34;
}

.codeblock-bar[b-7cxcylz89h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.875rem;
    background: #1d2026;
    border-bottom: 1px solid #2a2d34;
}

.codeblock-label[b-7cxcylz89h] {
    font-family: var(--mono);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8b919d;
}

.codeblock-copy[b-7cxcylz89h] {
    border: 1px solid #3a3e47;
    background: transparent;
    color: #c6cad2;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.codeblock-copy:hover[b-7cxcylz89h] {
    background: #2a2d34;
    color: #ffffff;
}

.codeblock-pre[b-7cxcylz89h] {
    margin: 0;
    padding: 1rem 1.125rem;
    overflow-x: auto;
    font-family: var(--mono);
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #e6e9ef;
    tab-size: 4;
}

.codeblock-pre code[b-7cxcylz89h] {
    font-family: inherit;
    color: inherit;
    background: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-e4ypcag6v4] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header[b-e4ypcag6v4] {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 249, 247, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.site-header-inner[b-e4ypcag6v4] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand[b-e4ypcag6v4] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.brand-mark[b-e4ypcag6v4] {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
  flex: none;
}

.footer-mark[b-e4ypcag6v4] {
  width: 1.3em;
  height: 1.3em;
  vertical-align: -0.22em;
}

.site-nav[b-e4ypcag6v4] {
  display: flex;
  gap: 1.125rem;
  margin-inline: auto;
}

.site-nav a[b-e4ypcag6v4] {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s ease;
}

.site-nav a:hover[b-e4ypcag6v4] {
  color: var(--ink);
}

.site-links[b-e4ypcag6v4] {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.site-links a[b-e4ypcag6v4] {
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink);
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface);
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}

.site-links a:hover[b-e4ypcag6v4] {
  border-color: #cfcac1;
}

.site-links .site-links-primary[b-e4ypcag6v4] {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

.site-links .site-links-primary:hover[b-e4ypcag6v4] {
  background: #2b3342;
}

.site-main[b-e4ypcag6v4] {
  flex: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-footer[b-e4ypcag6v4] {
  margin-top: 4rem;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.site-footer-inner[b-e4ypcag6v4] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: var(--muted);
}

.site-footer a[b-e4ypcag6v4] {
  color: var(--muted);
}

.site-footer a:hover[b-e4ypcag6v4] {
  color: var(--ink);
}

@media (max-width: 760px) {
  .site-nav[b-e4ypcag6v4] {
    display: none;
  }

  .site-header-inner[b-e4ypcag6v4] {
    justify-content: space-between;
  }
}
/* /Pages/Home.razor.rz.scp.css */
.hero[b-magd1knchn] {
    padding: 4.5rem 0 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.chips[b-magd1knchn] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.chip[b-magd1knchn] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--muted);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
}

.hero-title[b-magd1knchn] {
    font-size: clamp(2.25rem, 6vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0;
    max-width: 16ch;
}

.hero-title:focus[b-magd1knchn] {
    outline: none;
}

.hero-accent[b-magd1knchn] {
    background: linear-gradient(92deg, #d97706, #ea580c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-tagline[b-magd1knchn] {
    max-width: 44rem;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--muted);
}

.hero-actions[b-magd1knchn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    margin-top: 0.5rem;
}

.install[b-magd1knchn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #16181d;
    border: 1px solid #2a2d34;
    border-radius: 10px;
    padding: 0.55rem 0.6rem 0.55rem 1rem;
}

.install code[b-magd1knchn] {
    font-family: var(--mono);
    font-size: 0.85rem;
    color: #e6e9ef;
    background: none;
    padding: 0;
    white-space: nowrap;
}

.install-copy[b-magd1knchn] {
    border: 1px solid #3a3e47;
    background: transparent;
    color: #c6cad2;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.install-copy:hover[b-magd1knchn] {
    background: #2a2d34;
    color: #ffffff;
}

.hero-hint[b-magd1knchn] {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--muted);
}

.features[b-magd1knchn] {
    padding: 2rem 0 1rem;
}

.feature-grid[b-magd1knchn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.feature[b-magd1knchn] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-icon[b-magd1knchn] {
    font-size: 1.375rem;
}

.feature h3[b-magd1knchn] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.feature p[b-magd1knchn] {
    margin: 0;
    font-size: 0.8438rem;
    line-height: 1.6;
    color: var(--muted);
}

.setup[b-magd1knchn] {
    padding: 3.5rem 0 1rem;
}

.setup h2[b-magd1knchn],
.demo-head h2[b-magd1knchn] {
    font-size: 1.625rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.section-lead[b-magd1knchn] {
    margin: 0 0 1.75rem;
    color: var(--muted);
    font-size: 0.9375rem;
}

.setup-steps[b-magd1knchn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.setup-step[b-magd1knchn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.setup-step-head[b-magd1knchn] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.setup-step-head h3[b-magd1knchn] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
}

.step-no[b-magd1knchn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: #d97706;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
}

.setup-note[b-magd1knchn] {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--muted);
}

.demo[b-magd1knchn],
.playground[b-magd1knchn] {
    padding: 2.75rem 0 0;
    scroll-margin-top: 5rem;
}

.demo-head[b-magd1knchn] {
    max-width: 46rem;
    margin-bottom: 1.25rem;
}

.demo-head p[b-magd1knchn] {
    margin: 0;
    color: var(--muted);
    font-size: 0.9063rem;
    line-height: 1.7;
}

.demo-body[b-magd1knchn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.demo-panel[b-magd1knchn] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    min-width: 0;
}

.panel-hint[b-magd1knchn] {
    margin: 0;
    font-size: 0.7813rem;
    color: var(--muted);
}

.btn-row[b-magd1knchn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.btn[b-magd1knchn] {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0.5rem 0.9rem;
    font-size: 0.8438rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.1s ease, border-color 0.15s ease;
    background: var(--surface);
    color: var(--ink);
}

.btn:hover[b-magd1knchn] {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.btn:active[b-magd1knchn] {
    transform: translateY(0);
}

.btn-lg[b-magd1knchn] {
    padding: 0.75rem 1.375rem;
    font-size: 0.9688rem;
    border-radius: 10px;
}

.btn-primary[b-magd1knchn] {
    background: var(--ink);
    color: #ffffff;
}

.btn-success[b-magd1knchn] {
    background: #059669;
    color: #ffffff;
}

.btn-warning[b-magd1knchn] {
    background: #f59e0b;
    color: #ffffff;
}

.btn-danger[b-magd1knchn] {
    background: #ef4444;
    color: #ffffff;
}

.btn-info[b-magd1knchn] {
    background: #3b82f6;
    color: #ffffff;
}

.btn-outline[b-magd1knchn] {
    border-color: var(--border);
}

.btn-outline:hover[b-magd1knchn] {
    border-color: #cfcac1;
    filter: none;
}

.btn-outline-danger[b-magd1knchn] {
    color: #dc2626;
}

.field-label[b-magd1knchn] {
    font-size: 0.7188rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
}

.field[b-magd1knchn] {
    width: 100%;
    max-width: 18rem;
    font-family: inherit;
    font-size: 0.875rem;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.5rem 0.7rem;
}

.field:focus[b-magd1knchn] {
    outline: 2px solid #d97706;
    outline-offset: 1px;
    border-color: transparent;
}

.pos-stage-wrap[b-magd1knchn] {
    padding: 0.875rem;
}

.pos-stage[b-magd1knchn] {
    position: relative;
    height: 280px;
    border: 1.5px dashed var(--border);
    border-radius: 12px;
    background:
        radial-gradient(circle, #e2ded6 1px, transparent 1px) 0 0 / 22px 22px,
        #fcfbf9;
}

.pos-btn[b-magd1knchn] {
    position: absolute;
    font-size: 0.7813rem;
    padding: 0.4rem 0.7rem;
}

.pos-tl[b-magd1knchn] { top: 0.75rem; left: 0.75rem; }
.pos-tc[b-magd1knchn] { top: 0.75rem; left: 50%; transform: translateX(-50%); }
.pos-tr[b-magd1knchn] { top: 0.75rem; right: 0.75rem; }
.pos-bl[b-magd1knchn] { bottom: 0.75rem; left: 0.75rem; }
.pos-bc[b-magd1knchn] { bottom: 0.75rem; left: 50%; transform: translateX(-50%); }
.pos-br[b-magd1knchn] { bottom: 0.75rem; right: 0.75rem; }

.pos-tc:hover[b-magd1knchn],
.pos-bc:hover[b-magd1knchn] {
    transform: translateX(-50%) translateY(-1px);
}

.playground-form[b-magd1knchn] {
    gap: 1.125rem;
}

.pg-grid[b-magd1knchn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem 1rem;
}

.pg-field[b-magd1knchn] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    min-width: 0;
}

.pg-field .field[b-magd1knchn] {
    max-width: none;
}

.pg-field-check[b-magd1knchn] {
    justify-content: flex-end;
}

.check[b-magd1knchn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--ink);
    cursor: pointer;
    padding-bottom: 0.5rem;
}

.check input[b-magd1knchn] {
    width: 1rem;
    height: 1rem;
    accent-color: #d97706;
}

.mockapp-backdrop[b-magd1knchn] {
    position: fixed;
    inset: 0;
    z-index: 500;
    background: rgba(17, 24, 39, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    align-items: stretch;
    padding: clamp(0.75rem, 4vw, 3rem);
}

.mockapp[b-magd1knchn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    min-height: 0;
}

.mockapp-top[b-magd1knchn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid var(--border);
    background: #fcfbf9;
}

.mockapp-title[b-magd1knchn] {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mockapp-close[b-magd1knchn] {
    flex-shrink: 0;
}

.mockapp-body[b-magd1knchn] {
    flex: 1;
    display: flex;
    min-height: 0;
}

.mockapp-side[b-magd1knchn] {
    width: 200px;
    flex-shrink: 0;
    border-right: 1px solid var(--border);
    background: #fcfbf9;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mockapp-navitem[b-magd1knchn] {
    font-size: 0.8438rem;
    font-weight: 500;
    color: var(--muted);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
}

.mockapp-navitem-active[b-magd1knchn] {
    background: #f0ede7;
    color: var(--ink);
    font-weight: 700;
}

.mockapp-main[b-magd1knchn] {
    flex: 1;
    min-width: 0;
    padding: 1.75rem;
    overflow: auto;
}

.mockapp-main h3[b-magd1knchn] {
    margin: 0 0 0.625rem;
    font-size: 1.125rem;
    font-weight: 750;
    letter-spacing: -0.01em;
}

.mockapp-main p[b-magd1knchn] {
    margin: 0 0 1.25rem;
    max-width: 42rem;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--muted);
}

@media (max-width: 900px) {
    .demo-body[b-magd1knchn] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .pg-grid[b-magd1knchn] {
        grid-template-columns: minmax(0, 1fr);
    }

    .mockapp-side[b-magd1knchn] {
        display: none;
    }
}
