@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";
@import "https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&display=swap";
@import "https://docs.goldtreedev.com/packages/css/theme.css";
@import "https://docs.goldtreedev.com/packages/css/gtd-ui.css";
/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-200: #ffcaca;
    --spacing: .25rem;
    --container-lg: 32rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -.025em;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-200: lab(86.017% 19.8815 7.75869);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .top-0 {
    top: 0;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * .5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-\[140px\] {
    height: 140px;
  }

  .h-\[160px\] {
    height: 160px;
  }

  .h-dvh {
    height: 100dvh;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .w-full {
    width: 100%;
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .min-w-0 {
    min-width: 0;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-\[var\(--b2b-gap\)\] {
    gap: var(--b2b-gap);
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-\[var\(--gtd-border\)\] {
    border-color: var(--gtd-border);
  }

  .border-red-200\/60 {
    border-color: #ffcaca99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-red-200\/60 {
      border-color: color-mix(in oklab, var(--color-red-200) 60%, transparent);
    }
  }

  .bg-red-50\/30 {
    background-color: #fef2f24d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-50\/30 {
      background-color: color-mix(in oklab, var(--color-red-50) 30%, transparent);
    }
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .text-center {
    text-align: center;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .text-\[var\(--b2b-accent\)\] {
    color: var(--b2b-accent);
  }

  .text-\[var\(--b2b-primary\)\] {
    color: var(--b2b-primary);
  }

  .text-\[var\(--gtd-text-mute\)\] {
    color: var(--gtd-text-mute);
  }

  .text-\[var\(--gtd-text-sub\)\] {
    color: var(--gtd-text-sub);
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--gtd-ui-primary\)\]:hover {
      border-color: var(--gtd-ui-primary);
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

:root {
  --b2b-primary: #0057ff;
  --b2b-secondary: #f4f6fa;
  --b2b-accent: #ff5722;
  --b2b-gap: 6px;
  --b2b-pad: 10px;
  --font-ui: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-display: "Sora", "Pretendard", sans-serif;
}

html, body {
  height: 100%;
}

body {
  font-family: var(--font-ui);
  background: var(--gtd-bg);
  color: var(--gtd-text);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.01em;
}

::selection {
  background: var(--gtd-selection-bg);
  color: var(--gtd-selection-text);
}

.b2b-num {
  font-family: var(--font-display);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -.03em;
}

.b2b-shell {
  background: radial-gradient(ellipse 80% 50% at 100% 0%, var(--b2b-primary), transparent),
    var(--gtd-bg);
  grid-template-columns: 228px minmax(0, 1fr);
  min-height: 100dvh;
  display: grid;
}

@supports (color: color-mix(in lab, red, red)) {
  .b2b-shell {
    background: radial-gradient(ellipse 80% 50% at 100% 0%, color-mix(in srgb, var(--b2b-primary) 6%, transparent), transparent),
    var(--gtd-bg);
  }
}

.b2b-main {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.b2b-content {
  padding: var(--b2b-pad);
  gap: var(--b2b-gap);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.b2b-grid-2 {
  gap: var(--b2b-gap);
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 900px) {
  .b2b-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.b2b-toolbar {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.b2b-toolbar-start, .b2b-toolbar-end {
  align-items: center;
  gap: 6px;
  display: flex;
}

.b2b-period-filter {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  border-radius: 8px;
  gap: 2px;
  padding: 2px;
  display: inline-flex;
}

.b2b-period-btn {
  color: var(--gtd-text-mute);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  transition: background .15s, color .15s;
}

.b2b-period-btn.is-active {
  color: var(--gtd-text);
  background: var(--b2b-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .b2b-period-btn.is-active {
    background: color-mix(in srgb, var(--b2b-primary) 12%, var(--gtd-bg-2));
  }
}

.b2b-period-btn.is-active {
  box-shadow: inset 0 0 0 1px var(--b2b-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .b2b-period-btn.is-active {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--b2b-primary) 25%, transparent);
  }
}

.font-display {
  font-family: var(--font-display);
}

.b2b-link-steps {
  justify-content: center;
  gap: 6px;
  display: flex;
}

.b2b-link-step {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gtd-text-mute);
  border: 1px solid var(--gtd-border);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
}

.b2b-link-step.is-active {
  color: var(--b2b-primary);
  border-color: var(--b2b-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .b2b-link-step.is-active {
    border-color: color-mix(in srgb, var(--b2b-primary) 30%, var(--gtd-border));
  }
}

.b2b-link-step.is-active {
  background: var(--b2b-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .b2b-link-step.is-active {
    background: color-mix(in srgb, var(--b2b-primary) 8%, var(--gtd-bg-2));
  }
}

.b2b-stat-grid {
  gap: var(--b2b-gap);
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  display: grid;
}

.b2b-stat-cell {
  border: 1px solid var(--gtd-border);
  background: linear-gradient(145deg, var(--gtd-bg-2), var(--gtd-bg-2));
  border-radius: 10px;
  position: relative;
}

@supports (color: color-mix(in lab, red, red)) {
  .b2b-stat-cell {
    background: linear-gradient(145deg, var(--gtd-bg-2), color-mix(in srgb, var(--gtd-bg-2) 80%, var(--gtd-bg)));
  }
}

.b2b-stat-cell {
  padding: 8px 10px;
  overflow: hidden;
}

.b2b-stat-cell:before {
  content: "";
  background: linear-gradient(90deg, var(--b2b-primary), transparent);
  opacity: .7;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0 auto auto 0;
}

.b2b-stat-label {
  color: var(--gtd-text-mute);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.b2b-stat-value {
  color: var(--gtd-text);
  margin-top: 3px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.b2b-row {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  display: flex;
}

.b2b-panel {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  border-radius: 10px;
  overflow: hidden;
}

.b2b-chart-panel {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  border-radius: 10px;
  padding: 8px 10px 6px;
}

.b2b-chart-label {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gtd-text-mute);
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 600;
}

.b2b-chart-empty {
  text-align: center;
  color: var(--gtd-text-mute);
  margin: 0;
  padding: 24px 0;
  font-size: 11px;
}

.b2b-donut-center {
  pointer-events: none;
  color: var(--gtd-text);
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0;
}

.b2b-link-hero {
  min-height: 100dvh;
  padding: var(--b2b-pad);
  background: var(--gtd-bg);
  justify-content: center;
  align-items: center;
  display: flex;
}

.b2b-content .gtd-table__head-cell, .b2b-content .gtd-table__cell {
  padding: 5px 8px;
  font-size: 12px;
}

.b2b-content .gtd-alert {
  padding: 6px 10px;
  font-size: 12px;
}

.b2b-sidebar-wrap {
  border-right: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
}

.b2b-sidebar-wrap .gtd-sidebar-item {
  min-height: 32px;
  padding: 5px 12px;
  font-size: 13px;
}

.b2b-sidebar-wrap .gtd-sidebar__header {
  padding: 10px 12px 8px;
}

.b2b-sidebar-wrap .gtd-sidebar__title {
  font-family: var(--font-display);
  letter-spacing: -.02em;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 960px) {
  .b2b-shell {
    grid-template-columns: 1fr;
  }

  .b2b-sidebar-wrap {
    display: none;
  }
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/