
.sr-feed-item,
.sr-plugin-item,
.sr-feature-list > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid var(--sr-border);
}

.sr-feed-item {
  align-items: flex-start;
}

.sr-feature-list > div {
  align-items: flex-start;
  flex-direction: column;
}

.sr-feature-list span,
.sr-plugin-item p {
  color: var(--sr-muted);
  line-height: 1.65;
}

.sr-plugin-item {
  flex-direction: column;
  align-items: flex-start;
}

.sr-plugin-item span {
  display: inline-flex;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--sr-heading);
  font-size: 0.78rem;
}

.sr-board {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sr-board-column {
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid var(--sr-border);
  background: rgba(248, 250, 252, 0.84);
}

.sr-board-column__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.sr-board-column__header strong {
  color: var(--sr-heading);
}

.sr-board-column__header span {
  color: var(--sr-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.sr-board-card {
  padding: 0.9rem 1rem;
  margin-top: 0.75rem;
  border-radius: 1rem;
  border: 1px solid var(--sr-border);
  background: rgba(255, 255, 255, 0.86);
}

.sr-board-card h4 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.sr-board-card p {
  color: var(--sr-muted);
  margin-bottom: 0.5rem;
}

.sr-board-card span {
  color: var(--sr-heading);
  font-weight: 700;
}

.sr-table {
  margin: 0;
  color: var(--sr-text);
  border-collapse: separate;
  border-spacing: 0;
}

.sr-table thead th {
  border-bottom-color: var(--sr-border-strong);
  color: var(--sr-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.sr-table > :not(caption) > * > * {
  padding: 1rem 0.85rem;
  border-color: var(--sr-border);
  vertical-align: middle;
}

.sr-table tbody tr:hover td {
  background: rgba(37, 99, 235, 0.03);
}

.sr-table--ready tbody tr td:first-child {
  color: var(--sr-heading);
  font-weight: 600;
}

.sr-docs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sr-doc-card {
  padding: 1rem;
  border-radius: 1.1rem;
  border: 1px solid var(--sr-border);
  background: rgba(248, 250, 252, 0.86);
}

.sr-doc-card p {
  color: var(--sr-muted);
  line-height: 1.7;
  margin: 0.5rem 0 0.9rem;
}

.sr-form-grid,
.sr-gallery-grid,
.sr-pricing-grid {
  display: grid;
  gap: 1rem;
}

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

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

.sr-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.sr-state-list {
  display: grid;
  gap: 0.85rem;
}

.sr-state-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--sr-border);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.85);
}

.sr-state-item span:last-child {
  color: var(--sr-muted);
  text-align: right;
}

.sr-editor-shell,
.sr-code-shell {
  border: 1px solid var(--sr-border);
  border-radius: 1.25rem;
  overflow: hidden;
}

.sr-editor-toolbar {
  padding: 0.9rem 1rem;
  background: var(--sr-surface-contrast);
  border-bottom: 1px solid var(--sr-border);
  color: var(--sr-muted);
  font-weight: 600;
}

.sr-code-shell pre {
  border-radius: 0;
}

.sr-upload-zone {
  min-height: 220px;
  border: 1px dashed var(--sr-border-strong);
  border-radius: 1.5rem;
  display: grid;
  place-items: center;
  gap: 0.35rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.04), rgba(255, 255, 255, 0.8));
}

.sr-upload-zone i {
  font-size: 2rem;
  color: var(--sr-primary);
}

.sr-upload-zone span {
  color: var(--sr-muted);
}

.sr-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sr-gallery-item {
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(14, 165, 233, 0.08)),
    linear-gradient(180deg, #dbeafe, #f8fafc);
  border: 1px solid var(--sr-border);
}

.sr-map-card {
  position: relative;
  min-height: 280px;
  border-radius: 1.5rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(191, 219, 254, 0.9), rgba(224, 242, 254, 0.8)),
    repeating-linear-gradient(0deg, transparent, transparent 22px, rgba(255, 255, 255, 0.35) 22px, rgba(255, 255, 255, 0.35) 24px),
    repeating-linear-gradient(90deg, transparent, transparent 24px, rgba(255, 255, 255, 0.35) 24px, rgba(255, 255, 255, 0.35) 26px);
}

.sr-map-marker {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: var(--sr-primary);
  box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.18);
}

.sr-map-marker--one { top: 26%; left: 24%; }
.sr-map-marker--two { top: 48%; left: 58%; }
.sr-map-marker--three { top: 68%; left: 42%; }

.sr-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sr-price-card {
  padding: 1.3rem;
  border: 1px solid var(--sr-border);
  border-radius: 1.35rem;
  background: rgba(248, 250, 252, 0.92);
}

.sr-price-card strong {
  display: block;
  margin: 0.65rem 0 0.2rem;
  color: var(--sr-heading);
  font-size: 2rem;
}

.sr-price-card span {
  color: var(--sr-muted);
}

.sr-price-card--featured {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.92));
  border-color: rgba(37, 99, 235, 0.2);
}

.sr-detail-tile {
  padding: 1.25rem;
}

.sr-chat-shell {
  display: grid;
  gap: 0.8rem;
}

.sr-message {
  max-width: 80%;
  padding: 0.9rem 1rem;
  border-radius: 1.15rem;
  line-height: 1.6;
}

.sr-message--incoming {
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid var(--sr-border);
}

.sr-message--outgoing {
  margin-left: auto;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.16);
}

pre {
  margin: 0;
  padding: 1rem 1.1rem;
  overflow: auto;
  color: #dbeafe;
  background: #0f172a;
  border-radius: 1rem;
}

.sr-footer {
  padding: 1rem 0;
  color: var(--sr-muted);
  text-align: center;
  font-size: 0.92rem;
}

.sr-auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 520px);
}

.sr-auth-showcase {
  display: flex;
  align-items: flex-end;
  padding: 3rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.2), transparent 24%),
    linear-gradient(145deg, #07111f 0%, #0f172a 55%, #13254a 100%);
  color: rgba(255, 255, 255, 0.88);
}

.sr-auth-shell--login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 12% 12%, rgba(116, 144, 255, 0.12), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(83, 210, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fc 52%, #fbfdff 100%);
}

.sr-auth-shell--login::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(84, 105, 164, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 105, 164, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.55;
  pointer-events: none;
}

.sr-auth-form-logo {
  display: block;
  height: auto;
  max-width: 180px;
}

.sr-auth-showcase h1,
.sr-auth-showcase strong {
  color: #fff;
}

.sr-auth-content {
  max-width: 560px;
}

.sr-auth-content p {
  margin: 1rem 0 1.5rem;
  line-height: 1.75;
}

.sr-auth-panel,
.sr-utility-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.sr-auth-panel--centered {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.sr-auth-form,
.sr-utility-card {
  width: min(100%, 460px);
}

.sr-auth-form {
  display: grid;
  gap: 1rem;
}

.sr-auth-form--fancy {
  width: min(100%, 520px);
  padding: 1.7rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(116, 144, 255, 0.08), transparent 32%);
  box-shadow: 0 24px 80px rgba(62, 98, 176, 0.12);
}

.sr-auth-form-logo {
  margin-bottom: 0.95rem;
}

.sr-auth-form-logo--centered {
  margin: 0 auto 0.35rem;
}

.sr-auth-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.sr-auth-header--centered {
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.sr-auth-subtitle {
  margin-top: 0.45rem;
  color: var(--sr-muted);
  line-height: 1.7;
}

.sr-auth-link {
  color: var(--sr-primary-strong);
  font-weight: 700;
}

.sr-auth-field {
  display: grid;
  gap: 0.55rem;
}

.sr-auth-label {
  color: var(--sr-heading);
  font-weight: 700;
}

.sr-auth-input {
  position: relative;
}

.sr-auth-input > i {
  position: absolute;
  top: 50%;
  left: 1rem;
  color: var(--sr-muted);
  transform: translateY(-50%);
}

.sr-auth-input .form-control {
  padding-left: 2.9rem;
  padding-right: 3rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.98);
}

.sr-auth-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 0.85rem;
  color: var(--sr-muted);
  background: transparent;
  transform: translateY(-50%);
}

.sr-inline-check--auth {
  margin-top: 0.15rem;
}

.sr-inline-check--centered {
  justify-content: center;
}

.sr-check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.sr-auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.95rem 1.1rem;
  border: 0;
  border-radius: 1.15rem;
  color: #fff;
  background:
    linear-gradient(135deg, #5e7eff, #6d91ff 44%, #53d2ff 100%);
  box-shadow:
    0 18px 40px rgba(93, 126, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 1rem;
  font-weight: 800;
}

.sr-auth-button:hover,
.sr-auth-button:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  filter: saturate(1.06);
}

.sr-auth-button i {
  font-size: 1.1rem;
}

.sr-auth-button.is-loading {
  pointer-events: none;
  opacity: 0.92;
}

.sr-auth-legal {
  color: var(--sr-muted);
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.7;
}

.sr-auth-footnote {
  padding: 0.95rem 1rem;
  border: 1px solid var(--sr-border);
  border-radius: 1rem;
  color: var(--sr-muted);
  background: rgba(248, 250, 252, 0.88);
  line-height: 1.7;
}

.sr-field {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
}

.form-control {
  border-radius: 0.95rem;
  border: 1px solid var(--sr-border-strong);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  min-height: 3.25rem;
}

.form-control:hover {
  border-color: rgba(37, 99, 235, 0.28);
}

.form-control:focus {
  border-color: rgba(37, 99, 235, 0.45);
}

.sr-inline-check {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--sr-muted);
  font-size: 0.92rem;
}

.sr-captcha-placeholder {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px dashed var(--sr-border-strong);
  background: var(--sr-surface-alt);
  color: var(--sr-muted);
  text-align: center;
}

.sr-utility-shell {
  min-height: 100vh;
}

.sr-utility-card {
  text-align: center;
}

.sr-utility-card p {
  line-height: 1.75;
  margin: 1rem 0 1.5rem;
}
