/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .block {
    display: block;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }
}

:root {
  --navy: #0b2347;
  --navy2: #173a68;
  --bg: #f5f7fb;
  --white: #fff;
  --text: #17263d;
  --muted: #788398;
  --line: #e4e9f1;
  --pink: #ff365d;
  --orange: #ffa400;
  --teal: #12adae;
  --green: #61b631;
  --purple: #7d35ad;
  --danger: #c53b48;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  background: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

button, input, select, textarea {
  font: inherit;
}

a {
  color: inherit;
}

.admin {
  min-height: 100vh;
  display: flex;
}

.sidebar {
  background: var(--navy);
  color: #fff;
  z-index: 50;
  flex-direction: column;
  width: 245px;
  padding: 22px 14px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
}

.brand {
  padding: 4px 11px 24px;
}

.brand-name {
  letter-spacing: -1px;
  margin-top: 8px;
  font-size: 27px;
  font-weight: 700;
}

.brand-name span {
  background: linear-gradient(90deg,var(--pink),var(--orange),var(--green),var(--teal),var(--purple));
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-sub {
  color: #9daec5;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-top: 3px;
  font-size: 11px;
}

.route {
  align-items: center;
  height: 16px;
  display: flex;
}

.route-dot {
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.route-line {
  background: #fff;
  border-radius: 20px;
  width: 24px;
  height: 3px;
  margin: 0 2px;
  display: block;
  transform: rotate(-12deg);
}

.route-line.short {
  width: 16px;
  transform: rotate(13deg);
}

.teal {
  background: var(--teal);
}

.orange {
  background: var(--orange);
}

.pink {
  background: var(--pink);
}

nav {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.nav-item {
  color: #c6d1df;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  height: 43px;
  padding: 0 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.nav-item:hover {
  color: #fff;
  background: #ffffff12;
}

.nav-item.active {
  color: var(--navy);
  background: #fff;
  font-weight: 600;
}

.sidebar-bottom {
  border-top: 1px solid #ffffff1c;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 14px 10px 2px;
  display: flex;
}

.user-circle {
  background: var(--teal);
  border-radius: 50%;
  place-items: center;
  width: 35px;
  height: 35px;
  font-size: 12px;
  font-weight: 700;
  display: grid;
}

.sidebar-bottom strong, .sidebar-bottom span {
  display: block;
}

.sidebar-bottom strong {
  font-size: 13px;
}

.sidebar-bottom span {
  color: #9daec5;
  margin-top: 2px;
  font-size: 11px;
}

.main {
  width: calc(100% - 245px);
  margin-left: 245px;
}

.topbar {
  border-bottom: 1px solid var(--line);
  z-index: 20;
  background: #fff;
  align-items: center;
  gap: 15px;
  min-height: 78px;
  padding: 13px 28px;
  display: flex;
  position: sticky;
  top: 0;
}

.topbar h1 {
  color: var(--navy);
  margin: 3px 0 0;
  font-size: 21px;
}

.breadcrumb {
  color: var(--muted);
  font-size: 11px;
}

.status {
  color: var(--muted);
  align-items: center;
  gap: 7px;
  margin-left: auto;
  font-size: 12px;
  display: flex;
}

.status span {
  background: #55b968;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.content {
  max-width: 1600px;
  padding: 23px 28px;
}

.page-header {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  display: flex;
}

.page-header h2 {
  color: var(--navy);
  margin: 0;
  font-size: 24px;
}

.page-header p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 12px;
}

.primary-button, .secondary-button {
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 9px 13px;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
}

.primary-button {
  background: var(--navy);
  color: #fff;
}

.secondary-button {
  color: var(--navy);
  background: #edf2f8;
  border: 1px solid #dce4ee;
}

.primary-button:disabled, .secondary-button:disabled {
  opacity: .55;
  cursor: wait;
}

.stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.stat-card, .panel, .table-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
}

.stat-card {
  padding: 17px 18px;
}

.stat-card span, .stat-card small {
  display: block;
}

.stat-card span {
  color: var(--muted);
  font-size: 12px;
}

.stat-card strong {
  color: var(--navy);
  margin: 7px 0 4px;
  font-size: 28px;
  display: block;
}

.stat-card small {
  color: #9aa4b5;
  font-size: 11px;
}

.dashboard-grid {
  grid-template-columns: 2fr 1fr;
  gap: 14px;
  margin-top: 14px;
  display: grid;
}

.panel {
  padding: 19px;
}

.panel-title {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
}

.panel-title h2, .detail-panel h2 {
  color: var(--navy);
  margin: 0;
  font-size: 16px;
}

.panel-title p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 11px;
}

.empty {
  text-align: center;
  min-height: 190px;
  color: var(--muted);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.compact-empty {
  min-height: 110px;
}

.empty strong {
  color: var(--navy);
  margin-bottom: 5px;
  font-size: 14px;
}

.empty span {
  font-size: 12px;
}

.quick-links {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
  display: grid;
}

.quick-links a {
  border: 1px solid var(--line);
  color: var(--navy);
  border-radius: 10px;
  padding: 17px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.rule-box {
  flex-direction: column;
  gap: 7px;
  padding: 18px 0;
  display: flex;
}

.rule-box strong {
  color: var(--navy);
  font-size: 13px;
}

.rule-box span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.searchbar {
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.searchbar input {
  flex: 1;
  max-width: 520px;
}

input, select, textarea {
  width: 100%;
  color: var(--text);
  background: #fff;
  border: 1px solid #dce3ec;
  border-radius: 7px;
  outline: none;
  padding: 8px 9px;
  font-size: 13px;
}

input:focus, select:focus, textarea:focus {
  border-color: #9bb1ca;
  box-shadow: 0 0 0 3px #0b23470d;
}

textarea {
  resize: vertical;
  line-height: 1.45;
}

.table-card {
  overflow: auto;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 850px;
}

.data-table th {
  text-align: left;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  white-space: nowrap;
  background: #f8fafd;
  padding: 11px 12px;
  font-size: 11px;
  font-weight: 600;
}

.data-table td {
  vertical-align: middle;
  border-bottom: 1px solid #edf0f4;
  padding: 10px 12px;
  font-size: 12px;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.data-table a {
  color: var(--navy);
  text-decoration: none;
}

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

.table-action a {
  font-weight: 600;
}

.entity-cell {
  align-items: center;
  gap: 10px;
  display: flex;
}

.entity-cell strong {
  color: var(--navy);
  display: block;
}

.entity-cell small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
  display: block;
}

.thumb {
  width: 38px;
  height: 38px;
  color: var(--navy);
  background: #eef3f8;
  border-radius: 9px;
  flex: 0 0 38px;
  place-items: center;
  font-weight: 700;
  display: grid;
  overflow: hidden;
}

.thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.badge {
  color: #536276;
  white-space: nowrap;
  background: #eef2f6;
  border-radius: 999px;
  align-items: center;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}

.badge-verified, .badge-active, .badge-published {
  color: #287642;
  background: #e6f7eb;
}

.badge-pending, .badge-review, .badge-claim_pending {
  color: #946100;
  background: #fff4d9;
}

.badge-rejected, .badge-suspended, .badge-disabled {
  color: #a42e3b;
  background: #fde9eb;
}

.badge-premium {
  color: #6f2e9d;
  background: #f1e9fb;
}

.badge-basic {
  color: #197677;
  background: #e9f5f5;
}

.badge-claimed {
  color: #315d9d;
  background: #e8f0fc;
}

.badge-unclaimed, .badge-draft, .badge-archived {
  color: #687386;
  background: #f0f2f5;
}

.compact-form {
  margin-top: 14px;
}

.form-section {
  border-top: 1px solid var(--line);
  padding: 15px 0;
}

.form-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.form-section h3 {
  text-transform: uppercase;
  letter-spacing: .7px;
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 12px;
}

.form-grid {
  gap: 9px 10px;
  display: grid;
}

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

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

.form-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.form-grid label, .full-field {
  display: block;
}

.form-grid label > span, .full-field > span, .media-upload label > span {
  color: #66768b;
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.full-field {
  margin-top: 9px;
}

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

.form-actions {
  justify-content: flex-end;
  padding-top: 10px;
  display: flex;
}

.form-error {
  color: #9f2f3d;
  background: #fdecef;
  border: 1px solid #f4cbd1;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 12px;
  font-size: 12px;
}

.detail-summary {
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  display: flex;
}

.detail-summary > a {
  color: var(--navy);
  margin-left: auto;
  font-size: 11px;
}

.tabs {
  gap: 4px;
  margin-bottom: 12px;
  display: flex;
  overflow: auto;
}

.tabs a {
  white-space: nowrap;
  color: #52637a;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 7px 11px;
  font-size: 11px;
  text-decoration: none;
}

.tabs a:hover {
  color: var(--navy);
  border-color: #bbc8d8;
}

.detail-panel {
  margin-bottom: 14px;
  scroll-margin-top: 95px;
}

.section-help {
  color: var(--muted);
  margin: 5px 0 13px;
  font-size: 11px;
}

.mini-list {
  margin-top: 14px;
}

.mini-list-row {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding: 10px 3px;
  text-decoration: none;
  display: flex;
}

.mini-list-row strong, .mini-list-row small {
  display: block;
}

.mini-list-row strong {
  color: var(--navy);
  font-size: 12px;
}

.mini-list-row small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
}

.media-upload {
  border: 1px solid var(--line);
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px;
}

.form-inline-action {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  display: flex;
}

.checkbox-line {
  color: var(--muted);
  align-items: center;
  gap: 7px;
  font-size: 11px;
  display: flex !important;
}

.checkbox-line input {
  width: auto;
}

.media-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  display: grid;
}

.media-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.media-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  display: block;
}

.media-meta {
  padding: 9px;
}

.media-meta strong, .media-meta small {
  display: block;
}

.media-meta strong {
  color: var(--navy);
  margin-top: 5px;
  font-size: 11px;
}

.media-meta small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 9px;
}

.primary-photo {
  color: #197677;
  background: #e7f6f4;
  border-radius: 99px;
  padding: 3px 6px;
  font-size: 9px;
}

.media-actions {
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.media-actions button {
  color: var(--navy);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-size: 9px;
}

.media-actions .danger-link {
  color: var(--danger);
}

.audit-list {
  margin-top: 12px;
}

.audit-row {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 15px;
  padding: 9px 0;
  font-size: 11px;
  display: flex;
}

.audit-row strong {
  color: var(--navy);
}

.audit-row span, .muted {
  color: var(--muted);
}

.menu-mobile, .close-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .form-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 720px) {
  .sidebar {
    transition: transform .2s;
    transform: translateX(-100%);
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .main {
    width: 100%;
    margin-left: 0;
  }

  .menu-mobile, .close-mobile {
    place-items: center;
    display: grid;
  }

  .menu-mobile {
    color: var(--navy);
    background: none;
    border: 0;
    padding: 4px;
  }

  .close-mobile {
    color: #fff;
    background: none;
    border: 0;
    position: absolute;
    top: 15px;
    right: 12px;
  }

  .overlay {
    z-index: 40;
    background: #07142673;
    position: fixed;
    inset: 0;
  }

  .topbar {
    padding: 11px 15px;
  }

  .content {
    padding: 14px;
  }

  .status {
    display: none;
  }

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

  .page-header h2 {
    font-size: 20px;
  }

  .form-grid-2, .form-grid-3, .form-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 480px) {
  .stats, .quick-links, .form-grid-2, .form-grid-3, .form-grid-4, .media-grid {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: auto;
  }

  .page-header {
    flex-direction: column;
  }

  .page-header .primary-button {
    width: 100%;
  }

  .content {
    padding: 11px;
  }

  .panel {
    padding: 14px;
  }

  .searchbar {
    flex-direction: column;
  }

  .form-inline-action {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form-success {
  color: #287642;
  background: #e9f8ee;
  border: 1px solid #c6ead1;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 12px;
  font-size: 12px;
}

.photo-create-block {
  padding-top: 0;
}

.photo-create-layout {
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  display: grid;
}

.photo-preview-static {
  aspect-ratio: 4 / 3;
  color: #8a96a8;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  place-items: center;
  width: 150px;
  font-size: 11px;
  display: grid;
  overflow: hidden;
}

.photo-preview-static img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-fields {
  flex-direction: column;
  gap: 9px;
  display: flex;
}

.photo-fields > label > span {
  color: #66768b;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.field-help {
  color: #8995a6;
  font-size: 10px;
}

@media (max-width: 600px) {
  .photo-create-layout {
    grid-template-columns: 1fr;
  }

  .photo-preview-static {
    width: 100%;
    max-width: 230px;
  }
}

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