:root {
  --bg: #f3f1e8;
  --surface: #ffffff;
  --panel: #ffffff;
  --ink: #19372b;
  --muted: #66776d;
  --line: #d9dfd5;
  --green: #1d6a43;
  --green-dark: #124b30;
  --teal: #36866a;
  --amber: #c58a2a;
  --red: #b44235;
  --blue: #286a55;
  --sky: #dcece3;
  --cream: #fffdf7;
  --shadow: 0 18px 50px rgba(25, 55, 43, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(29, 106, 67, 0.15), transparent 25%),
    linear-gradient(120deg, rgba(197, 138, 42, 0.12), transparent 36%),
    linear-gradient(210deg, rgba(54, 134, 106, 0.09), transparent 42%),
    var(--bg);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar,
.content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.rtl {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

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

.hidden {
  display: none !important;
}

.login-screen {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(18, 75, 48, 0.97), rgba(29, 106, 67, 0.9)),
    radial-gradient(circle at 20% 20%, rgba(197, 138, 42, 0.3), transparent 26%),
    #124b30;
}

.login-card {
  width: min(620px, 100%);
  max-height: calc(100vh - 44px);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.login-card::-webkit-scrollbar {
  width: 0;
}

.login-card:has(#registerForm:not(.hidden)) {
  padding: 20px 28px;
}

.login-card:has(#registerForm:not(.hidden)) .login-logo {
  width: 64px;
  height: 64px;
  border-radius: 17px;
}

.login-card:has(#registerForm:not(.hidden)) h1 {
  margin: 8px 0 6px;
  font-size: clamp(2rem, 6vw, 2.55rem);
}

.login-card:has(#registerForm:not(.hidden)) .partner-line {
  margin: 6px 0 9px;
}

.login-card:has(#registerForm:not(.hidden)) .auth-tabs {
  margin-top: 12px;
}

.login-card:has(#registerForm:not(.hidden)) .login-form {
  gap: 9px;
  margin-top: 12px;
}

.login-card:has(#registerForm:not(.hidden)) .login-form input:not([type="checkbox"]) {
  min-height: 42px;
  padding: 9px 12px;
}

.login-card:has(#registerForm:not(.hidden)) .login-hint {
  margin-top: 9px;
  padding: 9px 12px;
}

.login-logo {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.login-card h1 {
  margin: 12px 0 10px;
  font-size: clamp(2.25rem, 8vw, 3.2rem);
  line-height: 0.95;
}

.login-card p,
.login-card .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.partner-line {
  display: grid;
  gap: 4px;
  margin: 10px 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.partner-line span:first-child,
.brand span:nth-child(2) {
  font-weight: 800;
  color: #ffffff;
}

.login-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 20px;
  padding: 5px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.16);
}

.auth-tab {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
}

.auth-tab.active {
  color: #124b30;
  background: #fff;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.login-form .consent-line {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 0.84rem;
  line-height: 1.45;
}

.login-form .consent-line input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 2px;
  padding: 0;
}

.auth-assurance {
  display: grid;
  gap: 4px;
}

.auth-assurance strong {
  color: #fff;
}

.login-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
}

.login-form input {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  outline: none;
}

.login-form input:focus {
  border-color: #f5b43f;
  box-shadow: 0 0 0 4px rgba(245, 180, 63, 0.18);
}

.login-error {
  min-height: 22px;
  color: #ffd6d2;
}

.login-hint {
  margin-top: 16px;
  padding: 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
}

.app-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  background:
    linear-gradient(180deg, rgba(197, 138, 42, 0.18), transparent 28%),
    linear-gradient(180deg, #1d6a43, #124b30);
  color: #f8f4e8;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.brand strong,
.brand span,
.farm-picker span {
  display: block;
}

.brand span,
.farm-picker span {
  color: rgba(248, 244, 232, 0.72);
  font-size: 0.86rem;
}

.brand div {
  min-width: 0;
}

.brand strong {
  line-height: 1.05;
}

.brand span {
  line-height: 1.2;
}

.farm-picker select,
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fffdf8;
  color: var(--ink);
}

.farm-picker select {
  margin-top: 8px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav {
  display: grid;
  gap: 8px;
}

.nav-item,
.ghost-button,
.primary-button,
.icon-button {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  min-height: 42px;
}

.nav-item {
  text-align: left;
  color: rgba(248, 244, 232, 0.78);
  background: transparent;
  padding: 13px 14px;
  transition: background 160ms ease, transform 160ms ease;
}

.nav-item.active,
.nav-item:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transform: translateX(3px);
}

body.rtl .nav-item.active,
body.rtl .nav-item:hover {
  transform: translateX(-3px);
}

.ghost-button {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 10px 14px;
}

.sync-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 11px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.sync-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #6ee7a5;
  box-shadow: 0 0 0 4px rgba(110, 231, 165, 0.14);
}

.sync-status.syncing .sync-dot {
  background: #f5b43f;
  animation: pulse 1s infinite;
}

.sync-status.error .sync-dot {
  background: #ff8c84;
}

@keyframes pulse {
  50% { opacity: 0.45; }
}

@media (max-width: 560px) {
  .form-pair {
    grid-template-columns: 1fr;
  }
}

.ghost-dark-button {
  min-height: 42px;
  border: 1px solid var(--green);
  border-radius: 12px;
  background: transparent;
  color: var(--green);
  padding: 10px 14px;
  cursor: pointer;
}

.ghost-dark-button:hover {
  background: #e9f3ee;
}

.primary-button {
  background: var(--green);
  color: white;
  padding: 11px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(23, 104, 79, 0.2);
}

.primary-button:hover {
  background: var(--green-dark);
}

.content {
  padding: 24px;
  overflow: auto;
}

.topbar,
.action-row,
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.topbar {
  margin-bottom: 24px;
}

.top-actions,
.action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.lang-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(35, 44, 38, 0.08);
}

.lang-btn {
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  padding: 7px 12px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.lang-btn.active {
  color: #fff;
  background: var(--green);
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--green);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 6px;
}

p {
  color: var(--muted);
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.hero-panel {
  min-height: 190px;
  margin-bottom: 18px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 20px;
  align-items: end;
  color: #fff;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(18, 75, 48, 0.95), rgba(29, 106, 67, 0.82)),
    url("./assets/fermebao-logo.png") right 28px center / 220px no-repeat,
    #124b30;
  box-shadow: 0 28px 80px rgba(25, 55, 43, 0.25);
  position: relative;
  overflow: hidden;
}

.hero-panel h2 {
  margin: 8px 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.95;
  max-width: 760px;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
}

.live-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.16);
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-kpis div {
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.hero-kpis span,
.payment-item span,
.statement-row span,
.setting-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-kpis span {
  color: rgba(255, 255, 255, 0.72);
}

.hero-kpis strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.3rem;
}

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

.stat,
.cow-card,
.panel,
.table-wrap,
.timeline-item,
.setting-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(222, 216, 200, 0.9);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.stat {
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.stat::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -20px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(43, 140, 128, 0.12);
}

.stat span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.stat strong {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
}

.stat small {
  color: var(--green);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.lower-layout {
  margin-top: 18px;
}

.panel {
  padding: 20px;
  backdrop-filter: blur(10px);
}

.chart {
  height: 260px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding-top: 16px;
}

.bar {
  min-width: 34px;
  flex: 1;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--teal), var(--green) 70%, var(--red));
  position: relative;
}

.bar span {
  position: absolute;
  inset: auto 0 -26px;
  text-align: center;
  color: var(--muted);
  font-size: 0.75rem;
}

.list {
  display: grid;
  gap: 10px;
}

.alert {
  border-left: 4px solid var(--amber);
  padding: 12px;
  background: #fff8e7;
  border-radius: 12px;
}

.payment-grid,
.statement-box,
.settings-grid {
  display: grid;
  gap: 12px;
}

.payment-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.payment-item {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fffdf8, #f7fbf7);
}

.payment-item strong,
.statement-row strong,
.setting-card strong {
  display: block;
  margin-top: 5px;
}

.statement-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.action-row {
  margin-bottom: 18px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.cow-card {
  padding: 18px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.cow-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(35, 44, 38, 0.16);
}

.cow-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.record-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.record-button {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.record-button.edit:hover {
  border-color: var(--green);
  color: var(--green);
  background: #e9f3ee;
}

.record-button.delete {
  color: var(--red);
}

.record-button.delete:hover {
  border-color: var(--red);
  background: #ffe8e5;
}

td .record-actions,
.timeline-item .record-actions {
  margin-top: 0;
  flex-wrap: nowrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #e9f3ee;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 700;
}

.tag.warning {
  color: var(--amber);
  background: #fff2d7;
}

.tag.danger {
  color: var(--red);
  background: #ffe8e5;
}

.meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.meta-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.meta-grid strong {
  display: block;
  margin-top: 3px;
}

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  text-align: left;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-item {
  padding: 16px;
  display: grid;
  grid-template-columns: 130px 1fr auto auto;
  gap: 16px;
  align-items: center;
}

.profit-box {
  display: grid;
  gap: 12px;
}

.profit-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.settings-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.setting-card {
  padding: 18px;
}

.file-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  gap: 18px;
}

.file-control {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.file-control span {
  color: var(--muted);
  font-size: 0.9rem;
}

.file-control select,
.file-control input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fffdf8;
  color: var(--ink);
}

.file-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.upload-control {
  padding: 14px;
  border: 1px dashed rgba(23, 104, 79, 0.35);
  border-radius: 8px;
  background: #f7fbf7;
}

.import-status,
.sample-row {
  border-radius: 8px;
  padding: 12px;
  background: #fff8e7;
  color: var(--ink);
}

.dataset-help p {
  margin-bottom: 12px;
}

.empty-state {
  width: 100%;
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  border: 1px dashed rgba(0, 114, 206, 0.34);
  border-radius: 16px;
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(217, 239, 255, 0.55));
  text-align: center;
}

.empty-state strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.empty-state.wide {
  grid-column: 1 / -1;
}

dialog {
  width: min(680px, calc(100vw - 32px));
  border: 0;
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

dialog::backdrop {
  background: rgba(20, 36, 30, 0.48);
}

#entryForm {
  padding: 22px;
}

.dialog-heading,
.dialog-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.icon-button {
  width: 40px;
  border-radius: 12px;
  background: #efe9db;
  color: var(--ink);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-field label {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 920px) {
  .app-shell,
  .split-layout,
  .hero-panel,
  .file-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 14px;
    gap: 12px;
  }

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

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

  .hero-kpis {
    grid-template-columns: 1fr;
  }

  .content {
    padding: 18px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .app-shell {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
  }

  .sidebar {
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 20;
    width: 100%;
    gap: 10px;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 10px 12px;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 14px 34px rgba(0, 65, 130, 0.22);
  }

  .farm-picker,
  #seedBtn {
    display: none;
  }

  .brand {
    display: flex;
    gap: 9px;
    min-width: 0;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand span {
    font-size: 0.72rem;
  }

  .brand span:nth-of-type(2) {
    display: none;
  }

  .nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .nav-item {
    min-height: 50px;
    padding: 8px 3px;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.12;
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.08);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-item.active,
  .nav-item:hover {
    color: var(--blue);
    background: #ffffff;
    transform: none;
  }

  .topbar,
  .action-row,
  .panel-heading,
  .timeline-item {
    align-items: stretch;
    flex-direction: column;
  }

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

  .stats-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    display: grid;
    grid-template-columns: 1fr;
  }

  .content {
    width: 100%;
    padding: 14px 12px calc(22px + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
  }

  .hero-panel {
    min-height: auto;
    padding: 18px;
    background:
      linear-gradient(180deg, rgba(18, 75, 48, 0.96), rgba(29, 106, 67, 0.86)),
      #124b30;
  }

  .hero-panel h2 {
    font-size: 2rem;
  }

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

  .table-wrap {
    border-radius: 14px;
  }

  table {
    min-width: 620px;
  }

  .top-actions,
  .action-buttons,
  .file-actions {
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .top-actions > *,
  .action-buttons > *,
  .file-actions > * {
    flex: 1;
  }

  dialog {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 24px);
    overflow: auto;
  }
}

@media (max-width: 370px) {
  .nav {
    gap: 6px;
  }

  .nav-item {
    min-height: 48px;
    font-size: 0.68rem;
    border-radius: 13px;
  }
}
