/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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;
    --radius-sm: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
}
:root {
  --radius: 12px;
  --radius-sm: 8px;
  --font-display: "Space Grotesk", var(--font-sans);
  --font-sans: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo",
    "Malgun Gothic", "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "SF Mono", ui-monospace, "Roboto Mono", monospace;
  --bg-0: #eef1f5;
  --bg-1: #f5f7fa;
  --bg-2: #ffffff;
  --bg-3: #eef2f6;
  --bg-inset: #f0f3f7;
  --line: #e1e6ec;
  --line-2: #cdd5de;
  --ink-0: #16202b;
  --ink-1: #3f4d5a;
  --ink-2: #6b7884;
  --ink-3: #9aa6b1;
  --accent: #0f9d8d;
  --accent-deep: #0c8478;
  --accent-ind: #4f46e5;
  --accent-soft: rgba(15, 157, 141, 0.10);
  --accent-line: rgba(15, 157, 141, 0.32);
  --amber: #c4811b;
  --amber-soft: rgba(196, 129, 27, 0.12);
  --rose: #c2536c;
  --rose-soft: rgba(194, 83, 108, 0.12);
  --emerald: #2c9d5f;
  --emerald-soft: rgba(44, 157, 95, 0.12);
  --violet: #7c5cf0;
  --violet-soft: rgba(124, 92, 240, 0.12);
  --amber-text: #9a6410;
  --rose-text: #a93b54;
  --emerald-text: #1f7a48;
  --violet-text: #5b3fd4;
  --primary-fg: #ffffff;
  --modal-scrim: rgba(20, 30, 40, 0.34);
  --raised-edge: #c7d0da;
  --shadow-card: 0 1px 2px rgba(20,30,40,0.04), 0 10px 26px -16px rgba(20,30,40,0.18);
  --shadow-modal: 0 40px 120px -30px rgba(20,30,40,0.4);
  --body-glow: radial-gradient(1200px 600px at 78% -8%, rgba(79,70,229,0.06), transparent 60%),
    radial-gradient(900px 500px at -5% 8%, rgba(15,157,141,0.05), transparent 55%);
}
.light {
  color-scheme: light;
}
.dark {
  color-scheme: dark;
  --bg-0: #0b0f14;
  --bg-1: #11161d;
  --bg-2: #161c25;
  --bg-3: #1d2530;
  --bg-inset: #0d1217;
  --line: #232c38;
  --line-2: #2c3744;
  --ink-0: #eef2f6;
  --ink-1: #aeb9c6;
  --ink-2: #74808f;
  --ink-3: #4b5563;
  --accent: #2dd4bf;
  --accent-deep: #14b8a6;
  --accent-ind: #6366f1;
  --accent-soft: rgba(45, 212, 191, 0.12);
  --accent-line: rgba(45, 212, 191, 0.35);
  --amber: #f5b14c;
  --amber-soft: rgba(245, 177, 76, 0.13);
  --rose: #f4708a;
  --rose-soft: rgba(244, 112, 138, 0.13);
  --emerald: #4ade80;
  --emerald-soft: rgba(74, 222, 128, 0.13);
  --violet: #a78bfa;
  --violet-soft: rgba(167, 139, 250, 0.13);
  --amber-text: #fbd38d;
  --rose-text: #f9a8b8;
  --emerald-text: #9ff0bb;
  --violet-text: #c9bdfb;
  --primary-fg: #062a26;
  --modal-scrim: rgba(6, 9, 13, 0.66);
  --raised-edge: rgba(255, 255, 255, 0.015);
  --shadow-card: 0 1px 0 0 rgba(255,255,255,0.02) inset, 0 8px 24px -12px rgba(0,0,0,0.6);
  --shadow-modal: 0 40px 120px -30px rgba(0,0,0,0.8);
  --body-glow: radial-gradient(1200px 600px at 78% -8%, rgba(99,102,241,0.10), transparent 60%),
    radial-gradient(900px 500px at -5% 8%, rgba(45,212,191,0.07), transparent 55%);
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  background: var(--bg-1);
  color: var(--ink-0);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  background: var(--body-glow),
    var(--bg-1);
  min-height: 100vh;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tnum {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.mono {
  font-family: var(--font-mono);
}
::selection {
  background: var(--accent-soft);
  color: var(--ink-0);
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-thumb {
  background: var(--line-2);
  border-radius: 8px;
  border: 2px solid var(--bg-1);
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--ink-3);
}
*::-webkit-scrollbar-track {
  background: transparent;
}
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}
.hairline {
  border-color: var(--line);
}
.kbd {
  font-family: var(--font-mono);
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 5px;
  border: 1px solid var(--line-2);
  background: var(--bg-inset);
  color: var(--ink-2);
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 2.5px 9px;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.pill-amber {
  background: var(--amber-soft);
  color: var(--amber-text);
  border-color: var(--amber-soft);
}
.pill-amber  .dot {
  background: var(--amber);
}
.pill-rose {
  background: var(--rose-soft);
  color: var(--rose-text);
  border-color: var(--rose-soft);
}
.pill-rose   .dot {
  background: var(--rose);
}
.pill-emerald {
  background: var(--emerald-soft);
  color: var(--emerald-text);
  border-color: var(--emerald-soft);
}
.pill-emerald .dot {
  background: var(--emerald);
}
.pill-violet {
  background: var(--violet-soft);
  color: var(--violet-text);
  border-color: var(--violet-soft);
}
.pill-violet .dot {
  background: var(--violet);
}
.pill-teal {
  background: var(--accent-soft);
  color: var(--accent-deep);
  border-color: var(--accent-line);
}
.pill-teal   .dot {
  background: var(--accent);
}
.pill-muted {
  background: var(--bg-3);
  color: var(--ink-2);
  border-color: var(--line-2);
}
.pill-muted  .dot {
  background: var(--ink-2);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 13px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-2);
  background: var(--bg-3);
  color: var(--ink-0);
  cursor: pointer;
  transition: all 0.14s ease;
  white-space: nowrap;
}
.btn:hover {
  background: var(--bg-3);
  border-color: var(--line-2);
}
.btn:active {
  transform: translateY(1px);
}
.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-sm {
  padding: 5.5px 10px;
  font-size: 12px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  border-color: transparent;
  color: var(--primary-fg);
  font-weight: 700;
}
.btn-primary:hover {
  filter: brightness(1.06);
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
}
.btn-ghost {
  background: transparent;
  border-color: transparent;
  color: var(--ink-1);
}
.btn-ghost:hover {
  background: var(--bg-3);
  color: var(--ink-0);
}
.input, textarea.input {
  width: 100%;
  background: var(--bg-inset);
  border: 1px solid var(--line-2);
  color: var(--ink-0);
  border-radius: var(--radius-sm);
  padding: 9px 11px;
  font-size: 13px;
  font-family: var(--font-sans);
  outline: none;
  transition: border-color 0.14s;
}
.input:focus, textarea.input:focus {
  border-color: var(--accent-line);
}
.seg {
  display: inline-flex;
  padding: 3px;
  gap: 2px;
  background: var(--bg-inset);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.seg button {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 7px;
  border: none;
  background: transparent;
  transition: all 0.13s;
  white-space: nowrap;
}
.seg button:hover {
  color: var(--ink-0);
}
.seg button.on {
  background: var(--bg-3);
  color: var(--ink-0);
  box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset;
}
.seg button .cnt {
  color: var(--ink-3);
  font-variant-numeric: tabular-nums;
  margin-left: 5px;
}
.seg button.on .cnt {
  color: var(--accent);
}
.tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--bg-inset);
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  cursor: default;
  user-select: none;
}
.tbl thead th.sortable {
  cursor: pointer;
}
.tbl thead th.sortable:hover {
  color: var(--ink-0);
}
.tbl tbody td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
}
.tbl tbody tr {
  transition: background 0.1s;
}
.tbl tbody tr:hover {
  background: rgba(255,255,255,0.018);
}
.tbl tbody tr.is-material {
  box-shadow: inset 3px 0 0 var(--rose);
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes barfill {
  from {
    width: 0;
  }
}
.rise {
  animation: rise 0.5s cubic-bezier(0.16,1,0.3,1) both;
}
.fadein {
  animation: fadein 0.4s ease both;
}
.drop-on {
  border-color: var(--accent) !important;
  background: var(--accent-soft) !important;
}
.kan-over {
  background: var(--accent-soft);
  outline: 1.5px dashed var(--accent-line);
  outline-offset: -3px;
}
.meter {
  height: 6px;
  border-radius: 999px;
  background: var(--bg-inset);
  overflow: hidden;
}
.meter > span {
  display: block;
  height: 100%;
  border-radius: 999px;
  animation: barfill 0.9s cubic-bezier(0.16,1,0.3,1) both;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px 28px;
}
@media (max-width: 640px) {
  .shell {
    padding: 0 16px 20px;
  }
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  padding: 0 11px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-2);
  background: var(--bg-2);
  color: var(--ink-1);
  cursor: pointer;
  transition: background 0.14s, border-color 0.14s, color 0.14s;
}
.theme-toggle:hover {
  background: var(--bg-3);
  color: var(--ink-0);
  border-color: var(--line-2);
}
.theme-toggle:active {
  transform: translateY(1px);
}
.theme-toggle .tt-icon {
  display: inline-flex;
}
.theme-toggle .tt-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 720px) {
  .theme-toggle .tt-label {
    display: none;
  }
  .theme-toggle {
    padding: 0 9px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

