/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.2.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@layer properties;
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.container {
  width: 100%;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[22px\] {
  width: 22px;
  height: 22px;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.rotate-0 {
  rotate: 0deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.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;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-\[10px\] {
  gap: 10px;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-accent {
  border-color: var(--color-accent);
}
.border-edge {
  border-color: var(--color-edge);
}
.border-edge-accent {
  border-color: var(--color-edge-accent);
}
.border-surface {
  border-color: var(--color-surface);
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-accent-dim {
  background-color: var(--color-accent-dim);
}
.bg-accent-light {
  background-color: var(--color-accent-light);
}
.bg-canvas {
  background-color: var(--color-canvas);
}
.bg-card {
  background-color: var(--color-card);
}
.bg-card-hover {
  background-color: var(--color-card-hover);
}
.bg-error {
  background-color: var(--color-error);
}
.bg-glass {
  background-color: var(--color-glass);
}
.bg-ok {
  background-color: var(--color-ok);
}
.bg-ok-container {
  background-color: var(--color-ok-container);
}
.bg-surface {
  background-color: var(--color-surface);
}
.bg-transparent {
  background-color: transparent;
}
.px-\[14px\] {
  padding-inline: 14px;
}
.py-\[6px\] {
  padding-block: 6px;
}
.py-\[14px\] {
  padding-block: 14px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-base {
  font-family: var(--font-base);
}
.font-headline {
  font-family: var(--font-headline);
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.leading-\[1\.7\] {
  --tw-leading: 1.7;
  line-height: 1.7;
}
.text-accent {
  color: var(--color-accent);
}
.text-accent-light {
  color: var(--color-accent-light);
}
.text-error {
  color: var(--color-error);
}
.text-info {
  color: var(--color-info);
}
.text-ink {
  color: var(--color-ink);
}
.text-ink-muted {
  color: var(--color-ink-muted);
}
.text-ink-sub {
  color: var(--color-ink-sub);
}
.text-ok {
  color: var(--color-ok);
}
.text-ok-on {
  color: var(--color-ok-on);
}
.text-warn {
  color: var(--color-warn);
}
.uppercase {
  text-transform: uppercase;
}
.line-through {
  text-decoration-line: line-through;
}
.underline {
  text-decoration-line: underline;
}
.shadow-\[inset_0_0_0_2px_var\(--danger\)\] {
  --tw-shadow: inset 0 0 0 2px var(--tw-shadow-color, var(--danger));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-accent {
  --tw-shadow: 0 12px 24px var(--tw-shadow-color, rgba(0, 88, 190, 0.15));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 30px 60px var(--tw-shadow-color, rgba(21, 28, 39, 0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 20px 40px var(--tw-shadow-color, rgba(21, 28, 39, 0.06));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 4px 12px var(--tw-shadow-color, rgba(21, 28, 39, 0.03));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.active\:cursor-grabbing {
  &:active {
    cursor: grabbing;
  }
}
:root, :host {
  --color-accent: #0058be;
  --color-accent-light: #2170e4;
  --color-accent-dim: #e6f0fd;
  --color-canvas: #f9f9ff;
  --color-card: #ffffff;
  --color-card-hover: #f0f3ff;
  --color-glass: rgba(249, 249, 255, 0.7);
  --color-surface: #dce2f3;
  --color-ink: #151c27;
  --color-ink-sub: rgba(21, 28, 39, 0.7);
  --color-ink-muted: rgba(21, 28, 39, 0.5);
  --color-ok: #006c49;
  --color-ok-container: #6cf8bb;
  --color-ok-on: #00714d;
  --color-warn: #924700;
  --color-error: #d93025;
  --color-info: #0058be;
  --color-edge: rgba(194, 198, 214, 0.15);
  --color-edge-accent: rgba(0, 88, 190, 0.1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --shadow-sm: 0 4px 12px rgba(21, 28, 39, 0.03);
  --shadow-lg: 0 30px 60px rgba(21, 28, 39, 0.08);
  --shadow-accent: 0 12px 24px rgba(0, 88, 190, 0.15);
  --font-base: 'Inter', 'Noto Sans JP', sans-serif;
  --font-headline: 'Manrope', 'Noto Sans JP', sans-serif;
}
:root {
  --bg-primary: #f9f9ff;
  --bg-secondary: #f9f9ff;
  --bg-card: #ffffff;
  --bg-card-hover: #f0f3ff;
  --surface-highest: #dce2f3;
  --bg-glass: rgba(249, 249, 255, 0.7);
  --bg-glass-hover: rgba(249, 249, 255, 0.85);
  --accent-primary: #0058be;
  --accent-secondary: #2170e4;
  --accent-container: #e6f0fd;
  --accent-gradient: linear-gradient(135deg, #0058be 0%, #2170e4 100%);
  --accent-glow: rgba(0, 88, 190, 0.15);
  --success: #006c49;
  --success-container: #6cf8bb;
  --on-success-container: #00714d;
  --warning: #924700;
  --danger: #d93025;
  --info: #0058be;
  --text-primary: #151c27;
  --text-secondary: rgba(21, 28, 39, 0.7);
  --text-muted: rgba(21, 28, 39, 0.5);
  --border: rgba(194, 198, 214, 0.15);
  --border-accent: rgba(0, 88, 190, 0.1);
  --font-base: 'Inter', 'Noto Sans JP', sans-serif;
  --font-headline: 'Manrope', 'Noto Sans JP', sans-serif;
  --shadow-ambient: 0 20px 40px rgba(21, 28, 39, 0.06);
  --shadow-sm: 0 4px 12px rgba(21, 28, 39, 0.03);
  --shadow-md: var(--shadow-ambient);
  --shadow-lg: 0 30px 60px rgba(21, 28, 39, 0.08);
  --shadow-accent: 0 12px 24px rgba(0, 88, 190, 0.15);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--font-base);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  min-height: 100vh;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
::-webkit-scrollbar-thumb {
  background: var(--text-muted);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--text-secondary);
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-headline);
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  color: var(--text-secondary);
}
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.page-wrapper {
  min-height: 100vh;
  padding: 32px 0 80px;
}
.card {
  background: var(--bg-card);
  border: none;
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: background var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);
}
.card:hover {
  background: var(--bg-card-hover);
  box-shadow: var(--shadow-ambient);
}
.card-glass {
  background: var(--bg-glass);
  border: none;
  box-shadow: var(--shadow-ambient);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background var(--transition-fast);
}
.btn:hover::after {
  background: rgba(255, 255, 255, 0.08);
}
.btn:active {
  transform: scale(0.97);
}
.btn-primary {
  background: var(--accent-gradient);
  color: white;
  box-shadow: var(--shadow-accent);
  font-size: 15px;
  padding: 14px 28px;
}
.btn-primary:hover {
  box-shadow: 0 12px 40px var(--accent-glow);
  transform: translateY(-1px);
}
.btn-secondary {
  background: var(--bg-card);
  color: var(--text-primary);
  border: none;
  box-shadow: var(--shadow-sm);
}
.btn-secondary:hover {
  background: var(--bg-card-hover);
  box-shadow: var(--shadow-ambient);
}
.btn-ghost {
  background: transparent;
  color: var(--text-secondary);
}
.btn-ghost:hover {
  background: var(--bg-card-hover);
  color: var(--text-primary);
}
.btn-danger {
  background: rgba(217, 48, 37, 0.08);
  color: var(--danger);
  border: none;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 13px;
}
.btn-lg {
  padding: 16px 36px;
  font-size: 16px;
}
.btn-full {
  width: 100%;
}
.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg-card);
  border: none;
  box-shadow: inset 0 0 0 1px var(--border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-family: var(--font-base);
  font-size: 15px;
  transition: all var(--transition-base);
  outline: none;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  box-shadow: inset 0 0 0 2px var(--accent-primary);
  background: var(--surface-highest);
}
.form-textarea {
  resize: vertical;
  min-height: 120px;
}
.form-hint {
  font-size: 12px;
  color: var(--text-muted);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}
.badge-active {
  background: var(--accent-container);
  color: var(--accent-primary);
}
.badge-completed {
  background: var(--success-container);
  color: var(--on-success-container);
}
.badge-pending {
  background: var(--bg-card-hover);
  color: var(--text-muted);
}
.spinner {
  display: inline-block;
  border: 2px solid rgba(0, 88, 190, 0.15);
  border-top-color: var(--accent-primary);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loading-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 60px;
  color: var(--text-secondary);
  font-size: 14px;
}
.gradient-text {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.selectable-item {
  cursor: pointer;
  border: none;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 20px;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-sm);
}
.selectable-item:hover {
  background: var(--bg-card-hover);
  box-shadow: var(--shadow-ambient);
}
.selectable-item.selected {
  background: var(--surface-highest);
  box-shadow: inset 0 0 0 2px var(--accent-primary), var(--shadow-ambient);
}
.alert {
  padding: 16px;
  border-radius: var(--radius-md);
  font-size: 14px;
  line-height: 1.5;
}
.alert-success {
  background: var(--success-container);
  color: var(--on-success-container);
}
.alert-info {
  background: var(--accent-container);
  color: var(--accent-primary);
}
.alert-warning {
  background: #fdf5df;
  color: var(--warning);
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(21, 28, 39, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
  animation: fadeIn 0.2s ease;
}
.modal {
  background: var(--bg-card);
  border: none;
  border-radius: var(--radius-xl);
  padding: 32px;
  max-width: 620px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  animation: fadeInUp 0.3s ease;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fadeInUp {
  animation: fadeInUp 0.4s ease forwards;
}
.animate-fadeIn {
  animation: fadeIn 0.3s ease forwards;
}
.progress-bar-track {
  background: var(--bg-card-hover);
  border-radius: 100px;
  height: 8px;
  overflow: hidden;
}
.progress-bar-fill {
  height: 100%;
  background: var(--accent-gradient);
  border-radius: 100px;
  transition: width 0.5s ease;
}
.step-indicator {
  display: flex;
  align-items: center;
  gap: 0;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}
.step-item.active {
  color: var(--accent-primary);
}
.step-item.completed {
  color: var(--success);
}
.step-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  background: var(--bg-card-hover);
  color: var(--text-muted);
  flex-shrink: 0;
}
.step-item.active .step-circle {
  background: var(--accent-gradient);
  color: white;
}
.step-item.completed .step-circle {
  background: var(--success-container);
  color: var(--on-success-container);
}
.step-connector {
  flex: 1;
  height: 2px;
  background: var(--bg-card-hover);
  min-width: 24px;
}
.step-connector.completed {
  background: var(--success-container);
}
.header {
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: none;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  font-family: var(--font-headline);
  font-size: 18px;
  font-weight: 800;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}
.header-nav a:hover {
  color: var(--text-primary);
  background: var(--bg-card-hover);
}
.header-nav a.active {
  color: var(--accent-primary);
  background: var(--accent-container);
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 -4px 20px rgba(21, 28, 39, 0.06);
  display: none;
  z-index: 100;
}
.bottom-nav-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 8px;
}
.bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  transition: all var(--transition-fast);
  cursor: pointer;
  text-decoration: none;
}
.bottom-nav-item:hover,
.bottom-nav-item.active {
  color: var(--accent-primary);
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.text-sm {
  font-size: 13px;
}
.text-xs {
  font-size: 11px;
}
.text-lg {
  font-size: 18px;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.text-muted {
  color: var(--text-muted);
}
.text-secondary {
  color: var(--text-secondary);
}
.text-accent {
  color: var(--accent-primary);
}
.text-success {
  color: var(--success);
}
.text-right {
  text-align: right;
}
.w-full {
  width: 100%;
}
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 16px 24px;
  box-shadow: 0 -4px 20px rgba(21, 28, 39, 0.06);
  z-index: 50;
}
@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
  .page-wrapper {
    padding: 24px 0 80px;
  }
  .bottom-nav {
    display: block;
  }
  .header-nav {
    display: none;
  }
  .modal {
    padding: 24px;
  }
  .sticky-footer {
    bottom: 60px;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  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-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
    }
  }
}

