/* [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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-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-outline-style: solid;
      --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;
    }
  }
}

.collapse {
  visibility: collapse;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-1\/2 {
  top: 50%;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.container {
  width: 100%;
}

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

.ml-auto {
  margin-left: auto;
}

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

.block {
  display: block;
}

.contents {
  display: contents;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.table {
  display: table;
}

.h-full {
  height: 100%;
}

.max-h-\[calc\(100vh-160px\)\] {
  max-height: calc(100vh - 160px);
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.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;
}

.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;
}

.justify-center {
  justify-content: center;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

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

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

.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

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

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

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

.break-all {
  word-break: break-all;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration-line: underline;
}

.ring {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

.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, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}

.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    width: 100%;
    overflow-x: clip;
  }

  body {
    color: #0f172a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f8fafc;
    width: 100%;
    min-height: 100vh;
    font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    overflow-x: clip;
  }
}

.liquid-glass {
  -webkit-backdrop-filter: blur(24px) saturate(200%) brightness(1.15);
  isolation: isolate;
  background: linear-gradient(135deg, #ffffff2e 0%, #ffffff0f 50%, #ffffff1f 100%);
  border: 1px solid #ffffff40;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #00000040, inset 0 1px #ffffff59, inset 0 -1px #00000026, inset 1px 0 #ffffff1a, 0 1px #ffffff0d;
}

.liquid-glass:before {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(#ffffff38 0%, #ffffff14 40%, #0000 100%);
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.liquid-glass:after {
  content: "";
  filter: blur(16px);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(#60a5fa2e 0%, #0000 70%);
  height: 30%;
  position: absolute;
  bottom: -8px;
  left: 15%;
  right: 15%;
}

.liquid-glass > * {
  z-index: 1;
  position: relative;
}

.liquid-glass-blue {
  -webkit-backdrop-filter: blur(24px) saturate(200%) brightness(1.15);
  isolation: isolate;
  background: linear-gradient(135deg, #3b82f638 0%, #2563eb1a 50%, #6366f126 100%);
  border: 1px solid #60a5fa66;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #00000040, inset 0 1px #60a5fa59, inset 0 -1px #00000026, 0 0 24px #3b82f614;
}

.liquid-glass-blue:before {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(#93c5fd2e 0%, #93c5fd0d 40%, #0000 100%);
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.liquid-glass-blue:after {
  content: "";
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(#3b82f640 0%, #0000 70%);
  height: 30%;
  position: absolute;
  bottom: -8px;
  left: 10%;
  right: 10%;
}

.liquid-glass-blue > * {
  z-index: 1;
  position: relative;
}

.liquid-glass-dark {
  -webkit-backdrop-filter: blur(24px) saturate(180%) brightness(.9);
  isolation: isolate;
  background: linear-gradient(135deg, #0f172aa6 0%, #0c1a3d8c 100%);
  border: 1px solid #ffffff1a;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #00000059, inset 0 1px #ffffff1f, inset 0 -1px #0003;
}

.liquid-glass-dark:before {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(#ffffff14 0%, #0000 100%);
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.liquid-glass-dark:after {
  content: "";
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(#60a5fa1a 0%, #0000 70%);
  height: 20%;
  position: absolute;
  bottom: -4px;
  left: 20%;
  right: 20%;
}

.liquid-glass-dark > * {
  z-index: 1;
  position: relative;
}

.glass-input {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  background: #ffffff14;
  border: 1px solid #fff3;
  border-radius: .875rem;
  width: 100%;
  transition: background .2s, border-color .2s, box-shadow .2s;
}

.glass-input:focus {
  background: #ffffff24;
  border-color: #60a5fab3;
  outline: none;
  box-shadow: 0 0 0 3px #3b82f626;
}

.glass-input::placeholder {
  color: #ffffff59;
}

select.glass-input option {
  color: #fff;
  background: #1e3a5f;
}

.glass-input:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.glass-btn-primary {
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #3b82f6e6, #2563ebe6);
  border: 1px solid #60a5fa66;
  border-radius: .875rem;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 4px 16px #3b82f64d, inset 0 1px #fff3;
}

.glass-btn-primary:hover {
  background: linear-gradient(135deg, #60a5faeb, #3b82f6eb);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px #3b82f673, inset 0 1px #ffffff40;
}

.glass-btn-primary:active {
  transform: translateY(0);
}

.glass-btn-primary:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.glass-btn-secondary {
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: 1px solid #ffffff40;
  border-radius: .875rem;
  font-weight: 500;
  transition: all .2s;
  box-shadow: inset 0 1px #ffffff26;
}

.glass-btn-secondary:hover {
  background: #ffffff29;
  border-color: #ffffff59;
  transform: translateY(-1px);
}

.glass-btn-secondary:active {
  transform: translateY(0);
}

.glass-btn-secondary:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.glass-btn-danger {
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ef4444cc, #dc2626cc);
  border: 1px solid #fca5a54d;
  border-radius: .875rem;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 4px 16px #ef444440;
}

.glass-btn-danger:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px #ef444466;
}

.glass-badge {
  -webkit-backdrop-filter: blur(4px);
  color: #ffffffd9;
  background: #ffffff1f;
  border: 1px solid #fff3;
  border-radius: 9999px;
  align-items: center;
  gap: .25rem;
  padding: .125rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-flex;
}

.glass-badge-blue {
  -webkit-backdrop-filter: blur(4px);
  color: #93c5fdf2;
  background: #3b82f633;
  border: 1px solid #60a5fa59;
  border-radius: 9999px;
  padding: .125rem .625rem;
  font-size: .75rem;
  font-weight: 500;
}

.glass-badge-green {
  -webkit-backdrop-filter: blur(4px);
  color: #6ee7b7f2;
  background: #10b9812e;
  border: 1px solid #34d3994d;
  border-radius: 9999px;
  padding: .125rem .625rem;
  font-size: .75rem;
  font-weight: 500;
}

.glass-badge-amber {
  -webkit-backdrop-filter: blur(4px);
  color: #fcd34df2;
  background: #f59e0b2e;
  border: 1px solid #fcd34d4d;
  border-radius: 9999px;
  padding: .125rem .625rem;
  font-size: .75rem;
  font-weight: 500;
}

.glass-nav {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px #00000014;
}

.glass-text-primary {
  color: #fffffff2;
}

.glass-text-secondary {
  color: #ffffffa6;
}

.glass-text-muted {
  color: #fff6;
}

.glass-divider {
  background: linear-gradient(to right, #0000, #ffffff26 30% 70%, #0000);
  border: none;
  height: 1px;
}

.glass-card-hover {
  transition: transform .2s, box-shadow .2s;
}

.glass-card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px #0000004d, inset 0 1px #fff6, inset 0 -1px #00000026;
}

.glass-selected {
  border-color: #60a5fa99 !important;
  box-shadow: 0 0 0 2px #3b82f633, 0 8px 32px #00000040, inset 0 1px #60a5fa4d !important;
}

.glass-scroll::-webkit-scrollbar {
  width: 4px;
}

.glass-scroll::-webkit-scrollbar-track {
  background: #ffffff0d;
  border-radius: 2px;
}

.glass-scroll::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 2px;
}

.glass-scroll::-webkit-scrollbar-thumb:hover {
  background: #ffffff59;
}

.mapboxgl-map {
  font-family: inherit;
}

.chat-scroll::-webkit-scrollbar {
  width: 4px;
}

.chat-scroll::-webkit-scrollbar-track {
  background: #ffffff0d;
}

.chat-scroll::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 2px;
}

.rank-s {
  color: #c4b5fd;
  background: #7c3aed40;
  border-color: #a78bfa66;
}

.rank-a {
  color: #93c5fd;
  background: #1d4ed840;
  border-color: #60a5fa66;
}

.rank-b {
  color: #6ee7b7;
  background: #065f4640;
  border-color: #34d39966;
}

.rank-c {
  color: #fcd34d;
  background: #92400e40;
  border-color: #fcd34d66;
}

.rank-d {
  color: #d1d5db;
  background: #6b728040;
  border-color: #9ca3af4d;
}

.rank-e {
  color: #9ca3af;
  background: #9ca3af1f;
  border-color: #9ca3af40;
}

@keyframes glass-shimmer {
  0% {
    background-position: -200%;
  }

  100% {
    background-position: 200%;
  }
}

.glass-shimmer {
  background: linear-gradient(90deg, #ffffff0d 25%, #ffffff26 50%, #ffffff0d 75%) 0 0 / 200%;
  animation: 2s linear infinite glass-shimmer;
}

@keyframes glass-pulse {
  0%, 100% {
    box-shadow: 0 0 #3b82f633;
  }

  50% {
    box-shadow: 0 0 0 8px #3b82f600;
  }
}

.glass-pulse {
  animation: 2s ease-in-out infinite glass-pulse;
}

.glass-focus:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #3b82f666;
}

.nav-desktop {
  display: none !important;
}

.nav-mobile {
  display: flex !important;
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex !important;
  }

  .nav-mobile {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .hero-container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .hero-btns a {
    justify-content: center;
    width: 100%;
  }

  .rank-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .contractor-ai-first {
    order: -1 !important;
  }

  .contractor-sticky {
    align-self: auto !important;
    position: static !important;
    top: auto !important;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, label, caption {
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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-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: 0;
}

@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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_71f961d1.css.map*/