@font-face { font-family: "Inter"; src: url("../fonts/Inter-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Medium.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-SemiBold.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-ExtraBold.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --dy-ink: #17223b;
  --dy-muted: #68748a;
  --dy-primary: #2563eb;
  --dy-primary-dark: #1748b7;
  --dy-teal: #12b8a6;
  --dy-soft: #f3f7fc;
  --dy-line: #e4eaf2;
  --dy-radius: 22px;
}

body { color: var(--dy-ink); font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { text-decoration: none; }
.btn-primary { --bs-btn-bg: var(--dy-primary); --bs-btn-border-color: var(--dy-primary); --bs-btn-hover-bg: var(--dy-primary-dark); --bs-btn-hover-border-color: var(--dy-primary-dark); }
.dy-public { background: #fff; }
.dy-public-header { background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(228,234,242,.8); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.dy-brand { color: var(--dy-ink); display: inline-flex; align-items: center; gap: 10px; font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.dy-brand > span:last-child span { color: var(--dy-primary); }
.dy-brand-mark { align-items: center; background: #fff; border: 1px solid rgba(23,34,59,.08); border-radius: 11px; display: inline-flex; flex: 0 0 auto; height: 42px; justify-content: center; overflow: hidden; width: 42px; }
.dy-brand-mark img { display: block; height: 100%; object-fit: contain; width: 100%; }
.dy-menu-button { align-items: center; border-color: #d7dee8; color: var(--dy-ink); display: inline-flex; font-size: 1.2rem; height: 44px; justify-content: center; padding: 0; width: 44px; }
.dy-menu-button:focus { box-shadow: 0 0 0 3px rgba(37,99,235,.16); }
.dy-public-header .nav-link { color: #445067; font-weight: 600; }
.dy-public-header .nav-link:hover { color: var(--dy-primary); }
.dy-hero { background: radial-gradient(circle at 85% 12%, rgba(37,99,235,.13), transparent 28%), radial-gradient(circle at 5% 70%, rgba(18,184,166,.10), transparent 25%), linear-gradient(180deg,#f9fbff 0%,#fff 100%); overflow: hidden; padding: 96px 0 110px; }
.dy-eyebrow, .dy-kicker { color: var(--dy-primary); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dy-eyebrow { align-items: center; display: flex; gap: 9px; margin-bottom: 22px; }
.dy-eyebrow span { background: var(--dy-teal); border-radius: 99px; height: 8px; width: 8px; box-shadow: 0 0 0 6px rgba(18,184,166,.12); }
.dy-hero h1 { font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 800; letter-spacing: -.065em; line-height: 1.02; margin-bottom: 24px; }
.dy-hero h1 em { color: var(--dy-primary); font-style: normal; }
.dy-hero-copy { color: var(--dy-muted); font-size: 1.18rem; line-height: 1.75; max-width: 620px; }
.dy-proof { color: #556177; display: flex; flex-wrap: wrap; font-size: .9rem; gap: 20px; }
.dy-proof i { color: var(--dy-teal); margin-right: 6px; }
.dy-product-window { background: #fff; border: 1px solid rgba(194,207,224,.75); border-radius: 24px; box-shadow: 0 35px 80px rgba(43,64,104,.18); min-height: 470px; overflow: hidden; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.dy-window-head { align-items: center; background: #f6f8fb; border-bottom: 1px solid var(--dy-line); display: flex; gap: 7px; height: 43px; padding: 0 15px; }
.dy-window-head > span { background: #d6dde8; border-radius: 50%; height: 8px; width: 8px; }
.dy-window-head small { color: #8b95a7; margin: auto; transform: translateX(-25px); }
.dy-window-body { display: flex; min-height: 427px; }
.dy-window-body aside { align-items: center; background: #17223b; color: #8f9bb3; display: flex; flex: 0 0 64px; flex-direction: column; gap: 29px; padding: 16px 0; }
.dy-window-body aside > i { font-size: 1rem; }
.dy-preview-logo { align-items: center; background: var(--dy-primary); border-radius: 10px; color: #fff; display: flex; height: 34px; justify-content: center; margin-bottom: 8px; width: 34px; }
.dy-preview-main { background: #f5f7fb; flex: 1; padding: 26px; }
.dy-preview-main h3 { font-size: 1.35rem; font-weight: 750; margin: 3px 0 0; }
.dy-preview-main small { color: #8c97a9; font-size: .6rem; font-weight: 700; letter-spacing: .08em; }
.dy-live { background: #e4f8f3; border-radius: 99px; color: #16816f; font-size: .62rem; font-weight: 700; padding: 7px 10px; }
.dy-live i { background: #20b995; border-radius: 50%; display: inline-block; height: 6px; margin-right: 4px; width: 6px; }
.dy-preview-metrics { display: grid; gap: 10px; grid-template-columns: repeat(3,1fr); margin: 22px 0 14px; }
.dy-preview-metrics > div, .dy-preview-card { background: #fff; border: 1px solid #e7ebf2; border-radius: 12px; padding: 14px; }
.dy-preview-metrics small, .dy-preview-metrics span { display: block; }
.dy-preview-metrics strong { display: block; font-size: 1.5rem; line-height: 1.3; }
.dy-preview-metrics span { color: #8390a5; font-size: .58rem; }
.dy-preview-card { font-size: .72rem; }
.dy-preview-card > div:first-child span { color: var(--dy-primary); font-size: .62rem; }
.dy-preview-row { align-items: center; border-top: 1px solid #edf0f5; display: grid; gap: 8px; grid-template-columns: 1.25fr .65fr 1fr; margin-top: 12px; padding-top: 12px; }
.dy-preview-row small { letter-spacing: 0; overflow: hidden; text-overflow: ellipsis; }
.dy-status, .dy-draft { border-radius: 99px; font-size: .56rem; padding: 4px 6px; text-align: center; }
.dy-status { background: #e5f8f1; color: #11785f; }
.dy-draft { background: #fff3d7; color: #9a6900; }
.dy-section { padding: 100px 0; }
.dy-section-heading { align-items: end; display: flex; justify-content: space-between; gap: 40px; }
.dy-section-heading h2, .dy-dark h2, .dy-cta h2 { font-size: clamp(2rem,4vw,3.4rem); font-weight: 780; letter-spacing: -.045em; margin-top: 12px; }
.dy-section-heading p { color: var(--dy-muted); line-height: 1.7; max-width: 450px; }
.dy-feature { background: #fff; border: 1px solid var(--dy-line); border-radius: var(--dy-radius); height: 100%; padding: 30px; transition: transform .2s, box-shadow .2s; }
.dy-feature:hover { box-shadow: 0 20px 50px rgba(31,55,95,.1); transform: translateY(-5px); }
.dy-feature > i { align-items: center; background: #edf4ff; border-radius: 14px; color: var(--dy-primary); display: flex; font-size: 1.3rem; height: 48px; justify-content: center; margin-bottom: 25px; width: 48px; }
.dy-feature h3 { font-size: 1.08rem; font-weight: 750; }
.dy-feature p { color: var(--dy-muted); font-size: .94rem; line-height: 1.65; margin: 0; }
.dy-dark { background: #15213a; color: #fff; }
.dy-dark p { color: #b9c4d8; font-size: 1.07rem; line-height: 1.75; }
.dy-check-list { color: #d7dfed; list-style: none; margin: 28px 0 0; padding: 0; }
.dy-check-list li { margin: 14px 0; padding-left: 28px; position: relative; }
.dy-check-list li::before { color: #5ee2ca; content: "✓"; font-weight: 800; left: 0; position: absolute; }
.dy-channel-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.dy-channel-grid > div { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.10); border-radius: 20px; padding: 28px; }
.dy-channel-grid i, .dy-max-icon { color: #68a0ff; display: block; font-size: 2rem; margin-bottom: 22px; }
.dy-max-icon { color: #5ee2ca; font-size: 1.2rem; font-weight: 900; letter-spacing: -.05em; }
.dy-channel-grid strong, .dy-channel-grid span { display: block; }
.dy-channel-grid span:last-child { color: #aebbd0; font-size: .85rem; margin-top: 5px; }
.dy-channel-wide { grid-column: 1/-1; }
.dy-cta { align-items: center; background: linear-gradient(135deg,#2261e8,#143c9f); border-radius: 30px; color: #fff; display: flex; gap: 40px; justify-content: space-between; padding: 54px 60px; }
.dy-cta .dy-kicker { color: #9ff0e2; }
.dy-cta p { color: #d8e4ff; margin: 0; max-width: 720px; }
.dy-cta .btn { flex: 0 0 auto; }
.dy-footer { border-top: 1px solid var(--dy-line); color: #7a879a; font-size: .86rem; padding: 26px 0; }
.dy-footer a { color: var(--dy-primary); }

/* Console */
.dy-console { background: #f4f6fa; min-height: 100vh; }
.dy-console-shell { display: flex; min-height: 100vh; }
.dy-sidebar { background: #17223b; color: #95a2b9; display: flex; flex: 0 0 250px; flex-direction: column; padding: 24px 16px; }
.dy-sidebar .dy-brand { color: #fff; margin: 0 10px 34px; }
.dy-sidebar-nav { display: grid; gap: 6px; }
.dy-sidebar-nav a { border-radius: 10px; color: #aeb9cb; display: flex; gap: 12px; padding: 11px 13px; }
.dy-sidebar-nav a:hover, .dy-sidebar-nav a.active { background: rgba(255,255,255,.09); color: #fff; }
.dy-sidebar-nav i { width: 20px; }
.dy-sidebar-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: auto; padding: 20px 10px 0; }
.dy-sidebar-bottom small { color: #75839b; display: block; }
.dy-sidebar-bottom span { color: #fff; display: block; font-size: .86rem; overflow: hidden; text-overflow: ellipsis; }
.dy-console-main { min-width: 0; flex: 1; }
.dy-console-topbar { align-items: center; background: #fff; border-bottom: 1px solid var(--dy-line); display: flex; height: 70px; justify-content: space-between; padding: 0 30px; }
.dy-console-topbar .badge { background: #e5f7f2; color: #147863; }
.dy-console-content { padding: 34px; }
.dy-page-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 26px; }
.dy-page-heading h1 { font-size: 1.8rem; font-weight: 750; letter-spacing: -.035em; margin: 3px 0 0; }
.dy-page-heading p { color: var(--dy-muted); margin: 5px 0 0; }
.dy-stat-card, .dy-card { background: #fff; border: 1px solid var(--dy-line); border-radius: 16px; box-shadow: 0 2px 8px rgba(35,54,86,.025); }
.dy-stat-card { align-items: center; display: flex; gap: 16px; padding: 20px; }
.dy-stat-icon { align-items: center; background: #edf4ff; border-radius: 13px; color: var(--dy-primary); display: flex; font-size: 1.15rem; height: 46px; justify-content: center; width: 46px; }
.dy-stat-card small { color: var(--dy-muted); display: block; }
.dy-stat-card strong { display: block; font-size: 1.7rem; line-height: 1.2; }
.dy-card-header { align-items: center; border-bottom: 1px solid var(--dy-line); display: flex; justify-content: space-between; padding: 19px 22px; }
.dy-card-header h2 { font-size: 1rem; font-weight: 750; margin: 0; }
.dy-card-body { padding: 22px; }
.dy-table { margin: 0; }
.dy-table th { color: #8a95a7; font-size: .7rem; font-weight: 750; letter-spacing: .06em; padding: 14px 18px; text-transform: uppercase; }
.dy-table td { padding: 15px 18px; vertical-align: middle; }
.dy-company-name { color: var(--dy-ink); font-weight: 700; }
.dy-company-name:hover { color: var(--dy-primary); }
.dy-company-avatar { align-items: center; background: linear-gradient(135deg,#e7f0ff,#e5faf5); border-radius: 11px; color: var(--dy-primary); display: inline-flex; height: 38px; justify-content: center; margin-right: 10px; width: 38px; }
.dy-pill { border-radius: 99px; display: inline-flex; font-size: .72rem; font-weight: 700; padding: 5px 9px; }
.dy-pill-active { background: #e5f7f1; color: #14775f; }
.dy-pill-draft { background: #fff3d7; color: #916500; }
.dy-pill-muted { background: #eef1f5; color: #68748a; }
.dy-empty { color: var(--dy-muted); padding: 42px 20px; text-align: center; }
.dy-empty i { color: #c3ccda; display: block; font-size: 2rem; margin-bottom: 12px; }
.dy-definition { display: grid; gap: 18px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.dy-definition dt { color: #8994a6; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.dy-definition dd { font-weight: 650; margin: 4px 0 0; overflow-wrap: anywhere; }
.dy-login-page { background: radial-gradient(circle at 75% 15%,rgba(37,99,235,.17),transparent 30%), #f3f7fc; min-height: 100vh; }
.dy-login-wrap { align-items: center; display: flex; min-height: 100vh; padding: 30px 0; }
.dy-login-card { background: #fff; border: 1px solid var(--dy-line); border-radius: 24px; box-shadow: 0 30px 70px rgba(39,59,96,.14); padding: 40px; }
.dy-login-card h1 { font-size: 1.65rem; font-weight: 780; margin-top: 30px; }
.dy-login-card .form-control { border-color: #dbe2ec; border-radius: 11px; min-height: 48px; }
.dy-login-note { color: var(--dy-muted); font-size: .82rem; }
.dy-tabler-sidebar { --tblr-navbar-bg: #17223b; border-right: 0; }
.dy-tabler-sidebar .navbar-brand { color: #fff; font-size: 1.25rem; justify-content: flex-start; padding-left: .5rem; }
.dy-tabler-sidebar .navbar-brand:hover { color: #fff; }
.dy-tabler-sidebar .dy-brand-mark { height: 34px; width: 34px; }
.dy-tabler-sidebar .nav-link { border-radius: 9px; margin: 2px 0; }
.dy-tabler-sidebar .nav-link.active { background: rgba(255,255,255,.1); }
.dy-tabler-sidebar .nav-link-icon { font-size: 1rem; }
.dy-tabler-user { border-top: 1px solid rgba(255,255,255,.1); }
.dy-console .page-body { background: #f4f6fa; }
.dy-console .card { border-color: #e3e9f1; box-shadow: 0 2px 9px rgba(35,54,86,.025); }
.dy-console .page-title { letter-spacing: -.025em; }
.dy-console .table code, .dy-console dd code { color: #375784; font-size: .8rem; }
.dy-login-page .dy-login-card { padding: 0; }

@media (max-width: 991.98px) {
  .dy-hero { padding: 70px 0 80px; }
  .dy-product-window { transform: none; }
  .dy-section-heading, .dy-cta { align-items: flex-start; flex-direction: column; }
  .dy-sidebar { flex-basis: 76px; padding: 20px 10px; }
  .dy-sidebar .dy-brand > span:last-child, .dy-sidebar-nav span, .dy-sidebar-bottom { display: none; }
  .dy-sidebar .dy-brand { margin-left: 8px; }
  .dy-sidebar-nav a { justify-content: center; }
  .dy-sidebar-nav i { text-align: center; }
}
@media (max-width: 767.98px) {
  .dy-section { padding: 72px 0; }
  .dy-section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .dy-cta { padding: 36px 28px; }
  .dy-console-content { padding: 22px 16px; }
  .dy-console-topbar { padding: 0 16px; }
  .dy-definition { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .dy-public-header .navbar { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
  .dy-public-header .navbar-collapse { background: #fff; border: 1px solid var(--dy-line); border-radius: 14px; box-shadow: 0 16px 38px rgba(31,55,95,.12); margin-top: 12px; padding: 12px; }
  .dy-public-header .navbar-collapse .btn { display: block; margin-top: 8px; width: 100%; }
  .dy-brand { font-size: 1.2rem; }
  .dy-brand-mark { height: 40px; width: 40px; }
  .dy-hero { padding-top: 58px; }
  .dy-hero h1 { font-size: clamp(2.3rem, 11.5vw, 3rem); letter-spacing: -.055em; }
  .dy-hero-copy { font-size: 1.04rem; line-height: 1.65; }
  .dy-sidebar { display: none; }
  .dy-preview-main { padding: 16px; }
  .dy-preview-metrics { grid-template-columns: 1fr; }
  .dy-preview-metrics > div:nth-child(n+2) { display: none; }
  .dy-preview-row { grid-template-columns: 1.2fr .8fr; }
  .dy-preview-row small { display: none; }
  .dy-channel-grid { grid-template-columns: 1fr; }
  .dy-channel-wide { grid-column: auto; }
  .dy-login-card { padding: 28px 22px; }
}
