body.nv-auth {
  min-height: 100vh;
  margin: 0;
  background: #f6f3ee;
  color: #121212;
  font-family: "Source Sans 3", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.nv-auth .grain {
  display: none;
}

body.nv-auth .nv-auth-wrap {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3.2rem;
}

body.nv-auth .nv-auth-wrap.nv-auth-slim {
  width: min(520px, calc(100% - 2rem));
}

body.nv-auth .nv-auth-brand {
  text-align: left;
  margin-bottom: 1.4rem;
}

body.nv-auth .nv-auth-brand .kicker {
  margin: 0 0 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ff500a;
}

body.nv-auth .nv-auth-brand .kicker a,
body.nv-auth .nv-auth-foot a,
body.nv-auth .nv-auth-nav a,
body.nv-auth .nv-list a {
  color: #0d6f76;
  text-decoration: none;
}

body.nv-auth .nv-auth-brand .kicker a {
  color: #ff500a;
}

body.nv-auth .nv-auth-brand .kicker a:hover,
body.nv-auth .nv-auth-foot a:hover,
body.nv-auth .nv-auth-nav a:hover,
body.nv-auth .nv-list a:hover {
  color: #ff500a;
}

body.nv-auth .nv-auth-brand h1 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  color: #121212;
}

body.nv-auth .nv-auth-brand p {
  margin: 0.55rem 0 0;
  color: #5c564e;
  font-size: 1.05rem;
  line-height: 1.45;
}

body.nv-auth .nv-auth-nav,
body.nv-auth .nv-auth-foot {
  text-align: left;
  margin: 0 0 1.2rem;
  color: #5c564e;
}

body.nv-auth .nv-auth-foot {
  margin-top: 1.4rem;
  text-align: center;
}

body.nv-auth .nv-panel-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.4rem;
}

body.nv-auth .nv-panel-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: #fff;
  color: #121212;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.05);
}

body.nv-auth .nv-panel-nav a:hover,
body.nv-auth .nv-panel-nav a.is-on {
  background: #121212;
  color: #fff;
}

body.nv-auth .nv-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0 0 1.4rem;
}

@media (min-width: 800px) {
  body.nv-auth .nv-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.nv-auth .nv-stat-grid.nv-stat-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.nv-auth .nv-stat {
  display: block;
  padding: 1.15rem 1.2rem 1.05rem;
  background: #fff;
  border-radius: 22px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(18, 18, 18, 0.05);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

body.nv-auth a.nv-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(18, 18, 18, 0.08);
}

body.nv-auth .nv-stat span {
  display: block;
  color: #6b645c;
  font-size: 0.82rem;
  font-weight: 700;
}

body.nv-auth .nv-stat strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.85rem;
  letter-spacing: -0.03em;
  color: #121212;
}

body.nv-auth .nv-card,
body.nv-auth .nv-page-head {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.nv-auth .nv-card {
  background: #fff;
  border: 0;
  border-radius: 24px;
  padding: 1.45rem 1.4rem 1.55rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 12px 32px rgba(18, 18, 18, 0.05);
}

body.nv-auth .nv-card-soft {
  background: #fffdf8;
}

body.nv-auth .nv-card-soft h2,
body.nv-auth .nv-card-title {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  color: #121212;
}

body.nv-auth .nv-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

body.nv-auth .nv-card-head h2 {
  margin: 0;
}

body.nv-auth .nv-card-head a {
  color: #0d6f76;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92rem;
}

body.nv-auth .nv-card-head a:hover {
  color: #ff500a;
}

body.nv-auth .nv-form label {
  display: block;
  margin-bottom: 0.95rem;
  letter-spacing: 0;
  color: #3f3a34;
  font-size: 0.92rem;
  font-weight: 700;
}

body.nv-auth .nv-form input,
body.nv-auth .nv-form select,
body.nv-auth .nv-form textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid #e6e0d6;
  border-radius: 14px;
  background: #fbf8f3;
  color: #121212;
  font-family: inherit;
  font-size: 1.02rem;
}

body.nv-auth .nv-form textarea {
  resize: vertical;
  min-height: 8rem;
}

body.nv-auth .nv-form input[type="checkbox"],
body.nv-auth .nv-form input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 0;
}

body.nv-auth .nv-form input[type="range"] {
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: #ff500a;
  height: 1.4rem;
}

body.nv-auth .nv-form input[type="search"] {
  max-width: 22rem;
}

body.nv-auth .nv-search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 1rem;
}

body.nv-auth .nv-search-row button {
  border: 0;
  background: #121212;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  cursor: pointer;
}

body.nv-auth .nv-check {
  display: flex !important;
  gap: 0.5rem;
  align-items: center;
  font-weight: 600;
}

body.nv-auth .nv-drop {
  position: relative;
  display: block;
  margin-bottom: 0.95rem;
  padding: 1.45rem 1rem 1.3rem;
  border: 1px dashed #d9d0c3;
  border-radius: 18px;
  background: #fbf8f3;
  text-align: center;
  cursor: pointer;
  color: #3f3a34;
  letter-spacing: 0;
}

body.nv-auth .nv-drop.is-over {
  border-color: #ff500a;
  background: #fff3eb;
}

body.nv-auth .nv-drop.has-file {
  border-style: solid;
  border-color: #0d6f76;
}

body.nv-auth .nv-drop-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

body.nv-auth .nv-drop-ui {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  pointer-events: none;
}

body.nv-auth .nv-drop-ui strong {
  font-size: 1.08rem;
  font-weight: 700;
  color: #121212;
}

body.nv-auth .nv-drop-ui em {
  font-size: 0.92rem;
  color: #6b645c;
  font-style: normal;
}

body.nv-auth .nv-drop-name {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.88rem;
  color: #6b645c;
}

body.nv-auth .nv-drop.has-file .nv-drop-name {
  color: #0d6f76;
}

body.nv-auth .nv-cover-field {
  margin-bottom: 0.95rem;
}

body.nv-auth .nv-cover-field .nv-optional {
  display: block;
  margin: 0.15rem 0 0.4rem;
  font-size: 0.82rem;
}

body.nv-auth .nv-cover-pick {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.5rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid #e4ddd3;
  border-radius: 14px;
  background: #fbf8f3;
}

body.nv-auth .nv-cover-preview {
  flex: 0 0 auto;
  width: 2.45rem;
  height: 3.2rem;
  border-radius: 6px;
  border: 1px solid rgba(90, 55, 20, 0.16);
  background: #efe6d4 center top / contain no-repeat;
}

body.nv-auth .nv-cover-preview.is-on,
body.nv-auth .nv-cover-preview:not([hidden]) {
  display: block;
}

body.nv-auth .nv-form .nv-cover-pick input[type="file"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0.2rem 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.82rem;
  min-height: 0;
}

body.nv-auth .nv-cover-name {
  flex: 0 1 auto;
  font-size: 0.78rem;
  color: #6b645c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 9rem;
}

body.nv-auth .nv-lamp-form .read-ctrl {
  margin-bottom: 0.85rem;
}

body.nv-auth .nv-lamp-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  margin: 0.4rem 0 1rem;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  font-style: italic;
  font-size: 1.6rem;
  color: #8d7348;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(255, 80, 10, calc(var(--lamp, 0.7) * 0.18)) 0%, transparent 70%),
    #fcecd9;
}

body.nv-auth .nv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}

body.nv-auth .nv-help,
body.nv-auth .nv-optional,
body.nv-auth .nv-meta {
  display: block;
  margin: 0 0 0.9rem;
  color: #6b645c;
  letter-spacing: 0;
  font-size: 0.95rem;
  font-weight: 400;
}

body.nv-auth .nv-submit {
  margin-top: 0.4rem;
  border: 0;
  background: #121212;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  cursor: pointer;
}

body.nv-auth .nv-submit:hover {
  background: #000;
  color: #fff;
}

body.nv-auth .nv-alert {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border: 0;
  background: #fde8e4;
  color: #9a3412;
  border-radius: 16px;
  font-weight: 600;
}

body.nv-auth .nv-alert-ok {
  background: #e5f4f3;
  color: #0d6f76;
}

body.nv-auth .nv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.nv-auth .nv-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid #efe8de;
  scroll-margin-top: 5.5rem;
}

body.nv-auth .nv-list li:target {
  background: rgba(13, 111, 118, 0.1);
  border-radius: 12px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

body.nv-auth .nv-list li:last-child {
  border-bottom: 0;
}

body.nv-auth .nv-list span {
  display: block;
  color: #6b645c;
  font-size: 0.9rem;
  font-weight: 400;
}

body.nv-auth .nv-list button,
body.nv-auth .nv-btn-quiet {
  border: 0;
  background: #f6f3ee;
  color: #121212;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
}

body.nv-auth .nv-list a.nv-btn-quiet {
  color: #121212;
}

body.nv-auth .nv-list button:hover,
body.nv-auth .nv-btn-quiet:hover {
  background: #ff500a;
  color: #fff;
}

body.nv-auth .nv-btn-danger {
  background: #fde8e4 !important;
  color: #9a3412 !important;
}

body.nv-auth .nv-btn-danger:hover {
  background: #9a3412 !important;
  color: #fff !important;
}

body.nv-auth .nv-row-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

body.nv-auth .nv-list-plain li {
  display: block;
}

body.nv-auth .nv-list-stack li {
  align-items: flex-start;
}

body.nv-auth .nv-comment-text {
  margin: 0.35rem 0 0;
  color: #121212;
  font-weight: 400;
  line-height: 1.4;
}

body.nv-auth .nv-empty {
  margin: 0;
  color: #6b645c;
  font-style: normal;
}

body.nv-auth .nv-flag {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #e5f4f3;
  color: #0d6f76;
}

body.nv-auth .nv-flag-wait {
  background: #efe8de;
  color: #6b645c;
}

body.nv-auth .nv-kind {
  display: inline-block;
  margin-right: 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a7352;
}

body.nv-auth .nv-kind-inquiry { color: #0d6f76; }
body.nv-auth .nv-kind-register { color: #b45309; }
body.nv-auth .nv-kind-email { color: #6d28d9; }

body.nv-auth .nv-muted {
  color: #8a8278;
  font-size: 0.86rem;
}

body.nv-auth .nv-prose p {
  margin: 0 0 1rem;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #121212;
}

body.nv-auth .nv-prose p:last-child {
  margin-bottom: 0;
}

body.nv-auth.is-catalog .nv-dash h1,
body.nv-auth.is-catalog .nv-card-title,
body.nv-auth.is-catalog .nv-card-soft h2 {
  color: #121212;
  font-style: normal;
}

body.nv-auth.is-catalog .nv-dash p,
body.nv-auth.is-catalog .nv-meta,
body.nv-auth.is-catalog .nv-end {
  color: #5c564e;
  letter-spacing: 0;
}

body.nv-auth.is-catalog .nv-end {
  border-top: 1px solid #eee;
  background: #f6f3ee;
}

body.nv-auth.is-catalog .nv-end a {
  color: #0d6f76;
}

body.nv-auth.is-catalog .nv-end a:hover {
  color: #ff500a;
}

@media (max-width: 640px) {
  body.nv-auth .nv-grid {
    grid-template-columns: 1fr;
  }

  body.nv-auth .nv-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
