@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

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

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

details {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

*:focus {
  outline: none;
}

#root,
#__next {
  isolation: isolate;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.auth-container {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  box-sizing: border-box;
}

.auth-card {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: auto;
  box-sizing: border-box;
  height: 100vh;
  flex-direction: row;
}
@media (max-width: 768px) {
  .auth-card {
    flex-direction: column;
  }
}

.auth-logo-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/images/auth/login-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .auth-logo-section {
    padding: 3rem 2rem;
    background-attachment: fixed;
    min-height: 100%;
  }
}
@media (max-width: 768px) {
  .auth-logo-section {
    background-attachment: scroll;
  }
}
.auth-logo-section .auth-logo {
  width: 8rem;
  height: auto;
  max-width: 250px;
  flex-shrink: 0;
}
.auth-logo-section .auth-illustration {
  width: 20rem;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .auth-logo-section .auth-illustration {
    width: 15rem;
  }
}

.auth-form-section {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  overflow-y: auto;
  min-height: 0;
}

.login-form {
  width: 100%;
}
.login-form .form-input.error {
  border-color: #d1d5db;
}

.login-title {
  margin-bottom: 2rem;
}
.login-title h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111827;
  text-align: center;
}

.session-status {
  margin-bottom: 1rem;
}

.login-form-content {
  width: 100%;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group:last-of-type {
  margin-bottom: 1.5rem;
}

.form-error {
  margin-top: 0.5rem;
  color: #dc2626;
  font-size: 0.875rem;
}

.remember-me {
  margin-bottom: 1.5rem;
}

.remember-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.remember-label input[type=checkbox] {
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  width: 1rem;
  height: 1rem;
  color: #6366f1;
}
.remember-label input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.remember-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.forgot-password-section {
  text-align: center;
  margin-top: 1rem;
}

.forgot-password-link {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #4b5563;
}
.forgot-password-link:hover {
  color: #111827;
}
.forgot-password-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.375rem;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #6366f1;
}

.login-button {
  background-color: #1f2937;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.login-button:hover {
  background-color: #111827;
}
.login-button:focus {
  background-color: #111827;
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.5);
}

.forgot-password-form {
  width: 100%;
}

.forgot-password-title {
  margin-bottom: 1rem;
}
.forgot-password-title h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111827;
  text-align: center;
}

.forgot-password-description {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
}

.forgot-password-form-content {
  width: 100%;
}

.cancel-section {
  text-align: center;
  margin-top: 1rem;
}

.cancel-link {
  color: #6b7280;
  font-size: 0.875rem;
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
}
.cancel-link:hover {
  color: #374151;
}
.cancel-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.375rem;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #6366f1;
}

.reset-button {
  background-color: #1f2937;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.reset-button:hover {
  background-color: #111827;
}
.reset-button:focus {
  background-color: #111827;
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.5);
}

.reset-password-form {
  width: 100%;
}

.reset-password-title {
  margin-bottom: 1rem;
}
.reset-password-title h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111827;
  text-align: center;
}

.reset-password-description {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
}

.reset-password-form-content {
  width: 100%;
}

.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
}

.text-gray-900 {
  color: #111827;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

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

@media (min-width: 640px) {
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
}
.pt-6 {
  padding-top: 1.5rem;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.fill-current {
  fill: currentColor;
}

.text-gray-500 {
  color: #6b7280;
}

.w-full {
  width: 100%;
}

.mt-6 {
  margin-top: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bg-white {
  background-color: #ffffff;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.overflow-hidden {
  overflow: hidden;
}

.mb-4 {
  margin-bottom: 1rem;
}

.block {
  display: block;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 0.75rem;
}

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

.justify-end {
  justify-content: flex-end;
}

input[type=checkbox] {
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  width: 1rem;
  height: 1rem;
  color: #6366f1;
}
input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-gray-600 {
  color: #4b5563;
}

.underline {
  text-decoration: underline;
}

a.text-gray-600:hover {
  color: #111827;
}
a.text-gray-600:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.375rem;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #6366f1;
}

.rounded-md {
  border-radius: 0.375rem;
}

button,
.button,
[type=button],
[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border: none;
}

.bg-gray-800,
button.bg-gray-800,
.button.bg-gray-800 {
  background-color: #1f2937;
  color: #ffffff;
}
.bg-gray-800:hover,
button.bg-gray-800:hover,
.button.bg-gray-800:hover {
  background-color: #111827;
}
.bg-gray-800:focus,
button.bg-gray-800:focus,
.button.bg-gray-800:focus {
  background-color: #111827;
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.5);
}
.bg-gray-800:active,
button.bg-gray-800:active,
.button.bg-gray-800:active {
  background-color: #030712;
}

.text-red-600 {
  color: #dc2626;
}

.font-medium {
  font-weight: 500;
}

.text-green-600 {
  color: #16a34a;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn {
    font-size: 0.75rem;
  }
}

.btn-primary {
  background: #355276;
  color: #fff;
  border: 1px solid #355276;
}
.btn-primary:hover {
  background: #fff;
  color: #355276;
  border-color: #355276;
}

.btn-outline {
  background: #fff;
  color: #374151;
  border: 1px solid #d1d5db;
}
.btn-outline:hover {
  background: #f9fafb;
}

.btn-outline.danger {
  color: #dc2626;
  border-color: #fca5a5;
}
.btn-outline.danger:hover {
  background: #fef2f2;
  border-color: #dc2626;
}

.btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d6d6d6;
}
.btn-secondary:hover {
  background-color: #e5e7eb;
}

.btn-success {
  background-color: #059669;
  color: #fff;
}
.btn-success:hover {
  background-color: #047857;
}

.btn-warning {
  background-color: #f59e0b;
  color: #fff;
}
.btn-warning:hover {
  background-color: #d97706;
}

.btn-danger {
  background-color: #ef4444;
  color: #fff;
}
.btn-danger:hover {
  background-color: #dc2626;
}

.btn-link {
  background-color: #eff6ff;
  color: #2563eb;
  border: 1px solid transparent;
}
.btn-link:hover {
  background-color: #dbeafe;
}

.btn-sm,
.btn-small {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}

.btn-full,
.btn-block {
  width: 100%;
  justify-content: center;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .form-label {
    font-size: 0.75rem;
  }
}
.form-label.required::after {
  content: " *";
  color: #ef4444;
}
.form-label .required {
  color: #ef4444;
  margin-left: 0.25rem;
}

.form-input,
.form-select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
@media screen and (max-width: 768px) {
  .form-input,
  .form-select {
    font-size: 0.75rem;
  }
}
.form-input.error,
.form-select.error {
  border-color: #ef4444;
}
.form-input::placeholder,
.form-select::placeholder {
  color: #9ca3af;
}

.form-textarea {
  width: 100%;
  padding: 0.35rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}
.form-textarea.error {
  border-color: #ef4444;
}
.form-textarea::placeholder {
  color: #9ca3af;
}

.error-message {
  display: block;
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 500px) {
  .error-message {
    font-size: 0.625rem;
  }
}

.alert {
  animation: alert-slide-in 0.45s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  .alert {
    animation: none;
  }
}
@keyframes alert-slide-in {
  0% {
    transform: translateX(25%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.alert-stack {
  position: fixed;
  right: 2rem;
  bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 320px;
  width: calc(100% - 4rem);
  z-index: 30;
  pointer-events: none;
}
.alert-stack .alert {
  pointer-events: auto;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}
@media (max-width: 768px) {
  .alert-stack .alert {
    font-size: 0.75rem;
  }
}
.alert-stack .alert.alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.alert-stack .alert.alert-error {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
.alert-stack .alert.alert-info {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}
.alert-stack .alert.alert-info a {
  color: #1e40af;
  text-decoration: underline;
}
.alert-stack .alert.alert-info a:hover {
  color: #1d4ed8;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.status-badge svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: currentColor;
  stroke: currentColor;
}
.status-badge.status-active, .status-badge.active {
  background-color: #059669;
  color: #fff;
}

.dropdown-divider {
  height: 1px;
  background: #e5e7eb;
}

.table-container {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d6d6d6;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 24px;
}
.table-container::-webkit-scrollbar {
  height: 8px;
}
.table-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.table-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.table-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.main-content {
  flex-grow: 1;
  background: #f9f9f9;
  min-height: 100vh;
}

.dashboard-title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1023px) {
  .dashboard-title-container {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 768px) {
  .dashboard-title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.store-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #0097a7 0%, #00c6d7 100%);
  color: white;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.store-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.store-badge__text {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-badge {
  padding: 0.35rem 1.25rem;
  background: #3d3d3d;
  color: white;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .user-badge {
    font-size: 0.75rem;
  }
}
.user-badge__text {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-dashboard,
.agency-dashboard,
.admin-dashboard {
  position: relative;
  padding: 1.25rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .store-dashboard,
  .agency-dashboard,
  .admin-dashboard {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .store-dashboard,
  .agency-dashboard,
  .admin-dashboard {
    padding: 1rem 0.5rem;
  }
}
.store-dashboard .dashboard-title,
.agency-dashboard .dashboard-title,
.admin-dashboard .dashboard-title {
  color: #374151;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .store-dashboard .dashboard-title,
  .agency-dashboard .dashboard-title,
  .admin-dashboard .dashboard-title {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
.store-dashboard p,
.agency-dashboard p,
.admin-dashboard p {
  color: #6b7280;
}
.store-dashboard .dashboard-kpi-section,
.agency-dashboard .dashboard-kpi-section,
.admin-dashboard .dashboard-kpi-section {
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #355276;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .store-dashboard .dashboard-kpi-section,
  .agency-dashboard .dashboard-kpi-section,
  .admin-dashboard .dashboard-kpi-section {
    margin-bottom: 1.25rem;
  }
}
.store-dashboard .dashboard-kpi-section__title,
.agency-dashboard .dashboard-kpi-section__title,
.admin-dashboard .dashboard-kpi-section__title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .store-dashboard .dashboard-kpi-section__title,
  .agency-dashboard .dashboard-kpi-section__title,
  .admin-dashboard .dashboard-kpi-section__title {
    font-size: 1.125rem;
  }
}
.store-dashboard .dashboard-kpi-section__description,
.agency-dashboard .dashboard-kpi-section__description,
.admin-dashboard .dashboard-kpi-section__description {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 3rem;
}
.store-dashboard .dashboard-kpi-section .kpi-cards-grid,
.agency-dashboard .dashboard-kpi-section .kpi-cards-grid,
.admin-dashboard .dashboard-kpi-section .kpi-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .store-dashboard .dashboard-kpi-section .kpi-cards-grid,
  .agency-dashboard .dashboard-kpi-section .kpi-cards-grid,
  .admin-dashboard .dashboard-kpi-section .kpi-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.store-dashboard .kpi-card,
.agency-dashboard .kpi-card,
.admin-dashboard .kpi-card {
  padding: 1rem;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  transition: border-color 0.2s ease;
}
.store-dashboard .kpi-card__header,
.agency-dashboard .kpi-card__header,
.admin-dashboard .kpi-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.store-dashboard .kpi-card__icon,
.agency-dashboard .kpi-card__icon,
.admin-dashboard .kpi-card__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .store-dashboard .kpi-card__icon,
  .agency-dashboard .kpi-card__icon,
  .admin-dashboard .kpi-card__icon {
    width: 20px;
    height: 20px;
  }
}
.store-dashboard .kpi-card__title,
.agency-dashboard .kpi-card__title,
.admin-dashboard .kpi-card__title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  margin: 0;
}
.store-dashboard .kpi-card__value,
.agency-dashboard .kpi-card__value,
.admin-dashboard .kpi-card__value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .store-dashboard .kpi-card__value,
  .agency-dashboard .kpi-card__value,
  .admin-dashboard .kpi-card__value {
    font-size: 1.125rem;
  }
}
.store-dashboard .kpi-card__value.uptime,
.agency-dashboard .kpi-card__value.uptime,
.admin-dashboard .kpi-card__value.uptime {
  color: #059669;
}
.store-dashboard .kpi-card__change,
.agency-dashboard .kpi-card__change,
.admin-dashboard .kpi-card__change {
  font-size: 0.75rem;
}
.store-dashboard .kpi-card__change.positive,
.agency-dashboard .kpi-card__change.positive,
.admin-dashboard .kpi-card__change.positive {
  color: #059669;
}
.store-dashboard .kpi-card__change.negative,
.agency-dashboard .kpi-card__change.negative,
.admin-dashboard .kpi-card__change.negative {
  color: #dc2626;
}
.store-dashboard .kpi-card__sub,
.agency-dashboard .kpi-card__sub,
.admin-dashboard .kpi-card__sub {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 400;
}
.store-dashboard .dashboard-grid,
.agency-dashboard .dashboard-grid,
.admin-dashboard .dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.store-dashboard .dashboard-grid__first,
.agency-dashboard .dashboard-grid__first,
.admin-dashboard .dashboard-grid__first {
  grid-template-columns: 2fr 1fr;
}
.store-dashboard .dashboard-grid__second,
.agency-dashboard .dashboard-grid__second,
.admin-dashboard .dashboard-grid__second {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1024px) {
  .store-dashboard .dashboard-grid,
  .agency-dashboard .dashboard-grid,
  .admin-dashboard .dashboard-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.store-dashboard .dashboard-section,
.agency-dashboard .dashboard-section,
.admin-dashboard .dashboard-section {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .store-dashboard .dashboard-section,
  .agency-dashboard .dashboard-section,
  .admin-dashboard .dashboard-section {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .store-dashboard .dashboard-section,
  .agency-dashboard .dashboard-section,
  .admin-dashboard .dashboard-section {
    padding: 1rem 0.5rem;
  }
}
.store-dashboard .dashboard-section__title,
.agency-dashboard .dashboard-section__title,
.admin-dashboard .dashboard-section__title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .store-dashboard .dashboard-section__title,
  .agency-dashboard .dashboard-section__title,
  .admin-dashboard .dashboard-section__title {
    font-size: 1.125rem;
  }
}
.store-dashboard .dashboard-section__description,
.agency-dashboard .dashboard-section__description,
.admin-dashboard .dashboard-section__description {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.dashboard-grid .store-dashboard .dashboard-section,
.dashboard-grid .agency-dashboard .dashboard-section,
.dashboard-grid .admin-dashboard .dashboard-section {
  margin-bottom: 0;
}
.store-dashboard .dashboard-chart-container,
.agency-dashboard .dashboard-chart-container,
.admin-dashboard .dashboard-chart-container {
  position: relative;
  height: 300px;
  width: 100%;
}
.store-dashboard .system-status-grid,
.agency-dashboard .system-status-grid,
.admin-dashboard .system-status-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .store-dashboard .system-status-grid,
  .agency-dashboard .system-status-grid,
  .admin-dashboard .system-status-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.store-dashboard .status-item__label,
.agency-dashboard .status-item__label,
.admin-dashboard .status-item__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 8px;
}
.store-dashboard .status-item__value,
.agency-dashboard .status-item__value,
.admin-dashboard .status-item__value {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 8px;
}
.store-dashboard .status-item__bar,
.agency-dashboard .status-item__bar,
.admin-dashboard .status-item__bar {
  width: 100%;
}
.store-dashboard .status-bar,
.agency-dashboard .status-bar,
.admin-dashboard .status-bar {
  width: 100%;
  height: 8px;
  background-color: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}
.store-dashboard .status-bar__fill,
.agency-dashboard .status-bar__fill,
.admin-dashboard .status-bar__fill {
  height: 100%;
  background-color: #0097a7;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.store-dashboard .status-bar__fill.queue-status,
.agency-dashboard .status-bar__fill.queue-status,
.admin-dashboard .status-bar__fill.queue-status {
  background-color: #f59e0b;
}
.store-dashboard .alert-header,
.agency-dashboard .alert-header,
.admin-dashboard .alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.store-dashboard .alert-settings-btn,
.agency-dashboard .alert-settings-btn,
.admin-dashboard .alert-settings-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #94a3b8;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.1s ease;
}
.store-dashboard .alert-settings-btn:hover,
.agency-dashboard .alert-settings-btn:hover,
.admin-dashboard .alert-settings-btn:hover {
  color: #64748b;
}
.store-dashboard .alert-settings-btn i,
.agency-dashboard .alert-settings-btn i,
.admin-dashboard .alert-settings-btn i {
  width: 1.25rem;
  height: 1.25rem;
}
.store-dashboard .alert-section,
.agency-dashboard .alert-section,
.admin-dashboard .alert-section {
  margin-bottom: 2rem;
}
.store-dashboard .alert-section:last-child,
.agency-dashboard .alert-section:last-child,
.admin-dashboard .alert-section:last-child {
  margin-bottom: 0;
}
.store-dashboard .alert-section__header,
.agency-dashboard .alert-section__header,
.admin-dashboard .alert-section__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.store-dashboard .alert-section__title,
.agency-dashboard .alert-section__title,
.admin-dashboard .alert-section__title {
  font-size: 1rem;
  font-weight: 600;
  color: #475569;
  margin: 0;
}
.store-dashboard .alert-badge,
.agency-dashboard .alert-badge,
.admin-dashboard .alert-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
}
.store-dashboard .alert-badge--urgent,
.agency-dashboard .alert-badge--urgent,
.admin-dashboard .alert-badge--urgent {
  background-color: #fef2f2;
  color: #dc2626;
}
.store-dashboard .alert-badge--warning,
.agency-dashboard .alert-badge--warning,
.admin-dashboard .alert-badge--warning {
  background-color: #fef3c7;
  color: #d97706;
}
.store-dashboard .alert-items,
.agency-dashboard .alert-items,
.admin-dashboard .alert-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.store-dashboard .alert-show-all,
.agency-dashboard .alert-show-all,
.admin-dashboard .alert-show-all {
  display: flex;
  justify-content: center;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
}
.store-dashboard .alert-show-all__btn,
.agency-dashboard .alert-show-all__btn,
.admin-dashboard .alert-show-all__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.store-dashboard .alert-show-all__btn:hover,
.agency-dashboard .alert-show-all__btn:hover,
.admin-dashboard .alert-show-all__btn:hover {
  color: #0097a7;
  background-color: #f8fafc;
}
.store-dashboard .alert-show-all__btn i,
.agency-dashboard .alert-show-all__btn i,
.admin-dashboard .alert-show-all__btn i {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.store-dashboard .alert-show-all__btn:hover i,
.agency-dashboard .alert-show-all__btn:hover i,
.admin-dashboard .alert-show-all__btn:hover i {
  transform: translateX(2px);
}
.store-dashboard .alert-item-card,
.agency-dashboard .alert-item-card,
.admin-dashboard .alert-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: rgba(248, 250, 252, 0.7);
  border-radius: 0.5rem;
  transition: background-color 0.1s ease;
  cursor: pointer;
  min-height: 4rem;
  flex-shrink: 0;
}
.store-dashboard .alert-item-card:hover,
.agency-dashboard .alert-item-card:hover,
.admin-dashboard .alert-item-card:hover {
  background-color: #f1f5f9;
}
.store-dashboard .alert-item-card__content,
.agency-dashboard .alert-item-card__content,
.admin-dashboard .alert-item-card__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.store-dashboard .alert-item-icon,
.agency-dashboard .alert-item-icon,
.admin-dashboard .alert-item-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #64748b;
}
.store-dashboard .alert-item-text,
.agency-dashboard .alert-item-text,
.admin-dashboard .alert-item-text {
  display: flex;
  flex-direction: column;
}
.store-dashboard .alert-item-title,
.agency-dashboard .alert-item-title,
.admin-dashboard .alert-item-title {
  font-weight: 500;
  color: #1e293b;
  margin: 0 0 0.125rem 0;
  font-size: 0.875rem;
}
.store-dashboard .alert-item-desc,
.agency-dashboard .alert-item-desc,
.admin-dashboard .alert-item-desc {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}
.store-dashboard .alert-item-arrow,
.agency-dashboard .alert-item-arrow,
.admin-dashboard .alert-item-arrow {
  width: 1.25rem;
  height: 1.25rem;
  color: #94a3b8;
}
.store-dashboard .insights-container,
.agency-dashboard .insights-container,
.admin-dashboard .insights-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-dashboard .insights-grid,
.agency-dashboard .insights-grid,
.admin-dashboard .insights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .store-dashboard .insights-grid,
  .agency-dashboard .insights-grid,
  .admin-dashboard .insights-grid {
    grid-template-columns: 1fr;
  }
}
.store-dashboard .insight-block__title,
.agency-dashboard .insight-block__title,
.admin-dashboard .insight-block__title {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5e7eb;
}
.store-dashboard .insight-items,
.agency-dashboard .insight-items,
.admin-dashboard .insight-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.store-dashboard .insight-item,
.agency-dashboard .insight-item,
.admin-dashboard .insight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.store-dashboard .insight-item:has(.insight-bar),
.agency-dashboard .insight-item:has(.insight-bar),
.admin-dashboard .insight-item:has(.insight-bar) {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.store-dashboard .insight-label,
.agency-dashboard .insight-label,
.admin-dashboard .insight-label {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
.store-dashboard .insight-value,
.agency-dashboard .insight-value,
.admin-dashboard .insight-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
}
.store-dashboard .insight-bar,
.agency-dashboard .insight-bar,
.admin-dashboard .insight-bar {
  width: 100%;
  height: 6px;
  background-color: #f3f4f6;
  border-radius: 3px;
  overflow: hidden;
}
.store-dashboard .insight-bar__fill,
.agency-dashboard .insight-bar__fill,
.admin-dashboard .insight-bar__fill {
  height: 100%;
  background-color: #0097a7;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.store-dashboard .insight-bar__fill--low,
.agency-dashboard .insight-bar__fill--low,
.admin-dashboard .insight-bar__fill--low {
  background-color: #059669;
}
.store-dashboard .insight-bar__fill--high,
.agency-dashboard .insight-bar__fill--high,
.admin-dashboard .insight-bar__fill--high {
  background-color: #0891b2;
}
.store-dashboard .top-performers__subtitle,
.agency-dashboard .top-performers__subtitle,
.admin-dashboard .top-performers__subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 1rem;
}
.store-dashboard .performer-list,
.agency-dashboard .performer-list,
.admin-dashboard .performer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.store-dashboard .performer-item,
.agency-dashboard .performer-item,
.admin-dashboard .performer-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background-color: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}
.store-dashboard .performer-rank,
.agency-dashboard .performer-rank,
.admin-dashboard .performer-rank {
  font-weight: 600;
  color: #0097a7;
  min-width: 1.5rem;
}
.store-dashboard .performer-name,
.agency-dashboard .performer-name,
.admin-dashboard .performer-name {
  flex: 1;
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}
.store-dashboard .performer-value,
.agency-dashboard .performer-value,
.admin-dashboard .performer-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #059669;
}

.dashboard-layout {
  display: block;
  min-height: 100vh;
}

.sidebar {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: white;
  border-right: 1px solid #d6d6d6;
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
}
.sidebar__header {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid #d6d6d6;
  height: 4rem;
  justify-content: space-between;
}
.sidebar__header-logo {
  display: flex;
  align-items: center;
  transition: opacity 0.1s ease-out;
}
.sidebar__header-logo svg {
  height: 1.5rem;
  width: auto;
}
.sidebar__header-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sidebar__header-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 100%;
  border-radius: 0.375rem;
  transition: background-color 0.1s ease-out, transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #374151;
}
.sidebar__header-controls button svg {
  color: #374151;
}
.sidebar__header-controls button:active {
  transform: scale(0.95);
}
.sidebar__header-controls button.desktop-toggle {
  display: none;
}
@media (min-width: 1024px) {
  .sidebar__header-controls button.desktop-toggle {
    display: flex;
  }
}
.sidebar__header-controls button.desktop-toggle svg {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(180deg);
}
.sidebar__header-controls button.mobile-toggle {
  display: flex;
}
@media (min-width: 1024px) {
  .sidebar__header-controls button.mobile-toggle {
    display: none;
  }
}
.sidebar__navigation {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}
.sidebar__navigation nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sidebar__navigation nav .sidebar__submenu-content a svg {
  margin-right: 0.75rem;
}
.sidebar__menu-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  text-decoration: none;
  color: #374151;
  font-weight: 500;
}
.sidebar__menu-item:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.sidebar__menu-item.active {
  background-color: #f3f4f6;
  color: #111827;
}
.sidebar__menu-item svg {
  margin-right: 0.75rem;
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}
.sidebar__menu-item span {
  flex: 1;
}
.sidebar__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.sidebar__submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  background: transparent;
  border: none;
  color: #374151;
  cursor: pointer;
}
.sidebar__submenu-toggle:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.sidebar__submenu-toggle.active {
  background-color: #f3f4f6;
  color: #111827;
}
.sidebar__submenu-toggle-content {
  display: flex;
  align-items: center;
}
.sidebar__submenu-toggle-content svg {
  margin-right: 0.75rem;
  width: 1rem;
  height: 1rem;
}
.sidebar__submenu-toggle-icon svg {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1rem;
  height: 1rem;
}
.sidebar__submenu-toggle-icon svg.expanded {
  transform: rotate(180deg);
}
.sidebar__submenu-content {
  max-height: 50rem;
  overflow: visible;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease-out;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  opacity: 1;
}
.sidebar__submenu-content.collapsed {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.sidebar__submenu-content a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.375rem;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.sidebar__submenu-content a:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.sidebar__submenu-content a.active {
  background-color: #f3f4f6;
  color: #111827;
}
.sidebar__footer {
  border-top: 1px solid #d6d6d6;
  padding: 1rem;
}
.sidebar__footer-profile {
  position: relative;
}
.sidebar__footer-profile-button {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.1s ease-out;
}
.sidebar__footer-profile-button:hover {
  background-color: #f3f4f6;
}
.sidebar__footer-profile-button svg {
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.sidebar__footer-profile-button-info {
  text-align: left;
}
.sidebar__footer-profile-button-info-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.sidebar__footer-profile-button-info-email {
  font-size: 0.75rem;
  line-height: 1;
  color: #374151;
  margin: 0;
}
.sidebar__footer-profile-dropdown {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5rem;
  width: 13rem;
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #d6d6d6;
  display: none;
}
.sidebar__footer-profile-dropdown.show {
  display: block;
}
.sidebar__footer-profile-dropdown-header {
  padding: 0.5rem;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar__footer-profile-dropdown-header-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.sidebar__footer-profile-dropdown-header-email {
  font-size: 0.75rem;
  line-height: 1;
  color: #374151;
  margin: 0;
}
.sidebar__footer-profile-dropdown-content {
  padding: 0.25rem;
}
.sidebar__footer-profile-dropdown-content a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.sidebar__footer-profile-dropdown-content a:hover {
  background-color: #f3f4f6;
}
.sidebar__footer-profile-dropdown-content a svg {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.sidebar.collapsed {
  width: 4rem;
}
.sidebar.collapsed .sidebar__header-logo span,
.sidebar.collapsed .sidebar__menu-item span,
.sidebar.collapsed .sidebar__footer-profile-button-info {
  display: none;
}
.sidebar.collapsed .sidebar__header-controls .desktop-toggle svg {
  transform: rotate(0deg);
  min-width: 16px;
  margin-left: -7px;
}
.sidebar.collapsed .sidebar__menu-item {
  justify-content: center;
  padding: 0.75rem;
}
.sidebar.collapsed .sidebar__menu-item svg {
  margin-right: 0;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.sidebar.collapsed .sidebar__submenu .sidebar__submenu-toggle {
  justify-content: center;
  padding: 0.75rem;
}
.sidebar.collapsed .sidebar__submenu .sidebar__submenu-toggle .sidebar__submenu-toggle-content span {
  display: none;
}
.sidebar.collapsed .sidebar__submenu .sidebar__submenu-toggle .sidebar__submenu-toggle-content svg {
  margin-right: 0;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.sidebar.collapsed .sidebar__submenu .sidebar__submenu-toggle .sidebar__submenu-toggle-icon {
  display: none;
}
.sidebar.collapsed .sidebar__submenu .sidebar__submenu-content {
  display: none;
}
.sidebar.collapsed .sidebar__footer-profile-button {
  justify-content: center;
  padding: 0.75rem;
}
.sidebar.collapsed .sidebar__footer-profile-button svg {
  margin-right: 0;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
@media (max-width: 1023px) {
  .sidebar {
    z-index: 50;
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sidebar.mobile-open {
    transform: translateX(0);
  }
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  display: none;
}
@media (max-width: 1023px) {
  .sidebar-overlay.show {
    display: block;
  }
}

.main-content {
  margin-left: 15rem;
}
@media (max-width: 1023px) {
  .main-content {
    margin-left: 0;
  }
}
.main-content {
  transition: margin-left 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard-layout:has(.sidebar.collapsed) .main-content {
  margin-left: 4rem;
}
@media (max-width: 1023px) {
  .dashboard-layout:has(.sidebar.collapsed) .main-content {
    margin-left: 0;
  }
}

.hamburger-btn {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 1000;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .hamburger-btn {
    display: flex;
  }
}
.hamburger-btn .hamburger-line {
  width: 1.25rem;
  height: 0.125rem;
  background-color: #374151;
  border-radius: 0.125rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.hamburger-btn .hamburger-line:nth-child(1) {
  transform: translateY(0);
}
.hamburger-btn .hamburger-line:nth-child(2) {
  transform: scaleX(1);
  opacity: 1;
}
.hamburger-btn .hamburger-line:nth-child(3) {
  transform: translateY(0);
}
.hamburger-btn.active .hamburger-line:nth-child(1) {
  transform: translateY(0.25rem) rotate(45deg);
}
.hamburger-btn.active .hamburger-line:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
.hamburger-btn.active .hamburger-line:nth-child(3) {
  transform: translateY(-0.25rem) rotate(-45deg);
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 15rem;
  height: 100vh;
  background-color: white;
  border-right: 1px solid #d6d6d6;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}
@media (max-width: 1023px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu.active {
  transform: translateX(0);
}
.hamburger-menu__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hamburger-menu__header {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid #d6d6d6;
  height: 4rem;
}
.hamburger-menu__header-logo {
  display: flex;
  align-items: center;
}
.hamburger-menu__header-logo svg {
  height: 1.5rem;
  width: auto;
}
.hamburger-menu__navigation {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}
.hamburger-menu__navigation nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hamburger-menu__menu-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  text-decoration: none;
  color: #374151;
  font-weight: 500;
}
.hamburger-menu__menu-item:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.hamburger-menu__menu-item.active {
  background-color: #f3f4f6;
  color: #111827;
}
.hamburger-menu__menu-item svg {
  margin-right: 0.75rem;
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}
.hamburger-menu__menu-item span {
  flex: 1;
}
.hamburger-menu__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.hamburger-menu__submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  background: transparent;
  border: none;
  color: #374151;
  cursor: pointer;
}
.hamburger-menu__submenu-toggle:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.hamburger-menu__submenu-toggle-content {
  display: flex;
  align-items: center;
}
.hamburger-menu__submenu-toggle-content svg {
  margin-right: 0.75rem;
  width: 1rem;
  height: 1rem;
}
.hamburger-menu__submenu-toggle-icon svg {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1rem;
  height: 1rem;
}
.hamburger-menu__submenu-toggle-icon svg.expanded {
  transform: rotate(180deg);
}
.hamburger-menu__submenu-content {
  max-height: 12.5rem;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.hamburger-menu__submenu-content.collapsed {
  max-height: 0;
  overflow: hidden;
}
.hamburger-menu__submenu-content a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.375rem;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.hamburger-menu__submenu-content a:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.hamburger-menu__submenu-content a.active {
  background-color: #f3f4f6;
  color: #111827;
}
.hamburger-menu__submenu-content a svg {
  margin-right: 0.75rem;
  width: 1rem;
  height: 1rem;
}
.hamburger-menu__footer {
  border-top: 1px solid #d6d6d6;
  padding: 1rem;
}
.hamburger-menu__footer-profile {
  position: relative;
}
.hamburger-menu__footer-profile-button {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.1s ease-out;
}
.hamburger-menu__footer-profile-button:hover {
  background-color: #f3f4f6;
}
.hamburger-menu__footer-profile-button svg {
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.hamburger-menu__footer-profile-button-info {
  text-align: left;
}
.hamburger-menu__footer-profile-button-info-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #374151;
}
.hamburger-menu__footer-profile-button-info-email {
  font-size: 0.75rem;
  line-height: 1;
  color: #374151;
  margin: 0;
}
.hamburger-menu__footer-profile-dropdown {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5rem;
  width: 13rem;
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #d6d6d6;
  display: none;
}
.hamburger-menu__footer-profile-dropdown.show {
  display: block;
}
.hamburger-menu__footer-profile-dropdown-content {
  padding: 0.25rem;
}
.hamburger-menu__footer-profile-dropdown-content a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.hamburger-menu__footer-profile-dropdown-content a:hover {
  background-color: #f3f4f6;
}
.hamburger-menu__footer-profile-dropdown-content a svg {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.hamburger-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 998;
  display: none;
}
@media (max-width: 1023px) {
  .hamburger-overlay.active {
    display: block;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.show .modal-container {
  transform: scale(1);
  opacity: 1;
}

.modal-container {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e5e7eb;
}
.modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  font-family: "Lexend", sans-serif;
}
.modal-header .modal-close {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.modal-header .modal-close:hover {
  background: #f3f4f6;
  color: #374151;
}

.modal-content {
  padding: 24px;
  max-height: calc(90vh - 140px);
  overflow-y: auto;
}

.modal-footer {
  padding: 16px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
}

.info-section {
  margin-bottom: 32px;
}
.info-section:last-child {
  margin-bottom: 0;
}
.info-section .section-header {
  margin-bottom: 16px;
}
.info-section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.info-section .section-title svg {
  color: #0097a7;
}

.info-grid {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  padding: 8px 0;
}
.info-row label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.info-row span {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}

@media (max-width: 768px) {
  .modal-container {
    width: 95%;
    max-height: 95vh;
    margin: 16px;
  }
  .modal-header {
    padding: 16px;
  }
  .modal-content {
    padding: 16px;
  }
  .modal-footer {
    padding: 12px 16px 16px;
  }
  .info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .info-row label {
    font-weight: 600;
    color: #374151;
  }
}
.user-management .search-filter-section {
  margin-bottom: 16px;
}
.user-management .table-action-bar {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0 1.25rem;
}
@media (max-width: 768px) {
  .user-management .table-action-bar {
    margin: 1.5rem 0 1rem;
  }
}
.user-management .search-bar {
  margin-bottom: 16px;
}
.user-management .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.user-management .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.user-management .search-bar .search-input-wrapper .search-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-size: 0.75rem;
  background: white;
}
.user-management .search-bar .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: #d1d5db;
  box-shadow: none;
}
.user-management .search-bar .search-input-wrapper .search-input::placeholder {
  color: #9ca3af;
}

.filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.75rem;
  background: white;
  min-width: 120px;
}
.filter-group .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}

.selected-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.selected-actions-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.selected-actions-info .selected-count {
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.selected-actions-buttons {
  display: flex;
  gap: 8px;
}

.selected-actions-buttons .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.selected-actions-buttons .action-btn svg {
  width: 16px;
  height: 16px;
}
.selected-actions-buttons .action-btn.action-btn-danger {
  background: #ef4444 !important;
  color: white !important;
}
.selected-actions-buttons .action-btn.action-btn-danger:hover {
  background: #dc2626 !important;
}

.user-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}
.user-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.user-table thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  color: #374151;
  white-space: nowrap;
}
.user-table thead th.sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.user-table thead th.sortable .sort-icon {
  margin-left: 4px;
  color: #374151;
  font-weight: bold;
}
.user-table thead th.checkbox-col {
  width: 48px;
  text-align: center;
}
.user-table thead th.actions-col {
  width: 80px;
  text-align: center;
}
.user-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s;
}
.user-table tbody tr:hover {
  background: #f9fafb;
}
.user-table tbody tr.selected {
  background: #eff6ff;
}
.user-table tbody tr:last-child {
  border-bottom: none;
}
.user-table tbody td {
  padding: 16px 12px;
  font-size: 0.875rem;
  color: #1f2937;
  vertical-align: middle;
}
.user-table tbody td.checkbox-col {
  text-align: center;
}
.user-table tbody td.actions-col {
  text-align: center;
}

.table-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
}
.table-checkbox:checked {
  background: #0097a7;
  border-color: #0097a7;
}

.user-name {
  font-weight: 500;
  color: #1f2937;
}

.role-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 500;
}
.role-badge.role-admin {
  background: #374151;
  color: #fff;
}
.role-badge.role-agency {
  background: #dbeafe;
  color: #1e40af;
}
.role-badge.role-store {
  background: #d1fae5;
  color: #065f46;
}

.table-actions {
  display: flex;
  justify-content: center;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  padding: 8px;
}
.action-btn:hover {
  background: #f3f4f6;
  color: #374151;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 140px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  padding: 4px 0;
  margin-top: 4px;
}
.dropdown-menu.show {
  display: block;
  animation: dropdownFadeIn 0.15s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
  text-align: left;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.dropdown-item:hover {
  background: #f3f4f6;
}
.dropdown-item.danger {
  color: #dc2626;
}
.dropdown-item.danger:hover {
  background: #fef2f2;
  color: #b91c1c;
}
.dropdown-item svg {
  flex-shrink: 0;
  color: currentColor;
}

.empty-row {
  text-align: center;
  padding: 48px 20px;
}
.empty-row .empty-state {
  color: #6b7280;
  font-size: 0.875rem;
}

.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 24px;
  padding: 0;
}
@media (max-width: 768px) {
  .table-footer {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.bulk-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bulk-actions .bulk-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
}
.bulk-actions .bulk-select:focus {
  outline: none;
  border-color: #0097a7;
}
.bulk-actions .selected-count {
  font-size: 0.875rem;
  color: #6b7280;
}

.pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .pagination-info {
    text-align: center;
  }
}

.pagination-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination-controls .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.75rem;
  color: #3d3d3d;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-controls .pagination-btn.active {
  background: #3d3d3d;
  color: #fff;
  border-color: #3d3d3d;
}
.pagination-controls .per-page-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  margin-left: 8px;
}
.pagination-controls .per-page-select:focus {
  outline: none;
  border-color: #0097a7;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.show .modal-container {
  transform: scale(1);
  opacity: 1;
}

.modal-container {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e5e7eb;
}
.modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  font-family: "Lexend", sans-serif;
}
.modal-header .modal-close {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.modal-header .modal-close:hover {
  background: #f3f4f6;
  color: #374151;
}

.modal-content {
  padding: 24px;
  max-height: calc(90vh - 140px);
  overflow-y: auto;
}

.modal-footer {
  padding: 16px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
}

.info-section {
  margin-bottom: 32px;
}
.info-section:last-child {
  margin-bottom: 0;
}
.info-section .section-header {
  margin-bottom: 16px;
}
.info-section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.info-section .section-title svg {
  color: #0097a7;
}

.info-grid {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  padding: 8px 0;
}
.info-row label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.info-row span {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}

.status-badge.status-inactive {
  background: #fee2e2;
  color: #991b1b;
}
.status-badge.status-pending {
  background: #fef3c7;
  color: #92400e;
}

@media (max-width: 768px) {
  .modal-container {
    width: 95%;
    max-height: 95vh;
    margin: 16px;
  }
  .modal-header {
    padding: 16px;
  }
  .modal-content {
    padding: 16px;
  }
  .modal-footer {
    padding: 12px 16px 16px;
  }
  .info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .info-row label {
    font-weight: 600;
    color: #374151;
  }
}
.shop-management {
  padding: 24px;
  background: #f9f9f9;
}
.shop-management-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .shop-management-header {
    margin-right: 2rem;
  }
}
.shop-management .stats-section {
  margin-bottom: 2rem;
  padding: 20px;
  background: linear-gradient(135deg, #b3e9ef 0%, #0097a7 100%);
  border-radius: 10px;
}
.shop-management .stats-section__title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  font-weight: 700;
}
.shop-management .stats-section__title.english-title {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.25rem;
}
.shop-management .stats-section__description {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.search-filter-section {
  margin-bottom: 16px;
}

.search-bar {
  margin-bottom: 16px;
}
.search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}

.filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.75rem;
  background: white;
  min-width: 120px;
}
.filter-group .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}

.selected-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.selected-actions-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.selected-actions-info .selected-count {
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.selected-actions-buttons {
  display: flex;
  gap: 8px;
}

.selected-actions-buttons .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.selected-actions-buttons .action-btn svg {
  width: 16px;
  height: 16px;
}
.selected-actions-buttons .action-btn.action-btn-danger {
  background: #ef4444 !important;
  color: white !important;
}
.selected-actions-buttons .action-btn.action-btn-danger:hover {
  background: #dc2626 !important;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .stats-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.stats-card {
  padding: 15px 20px;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  transition: border-color 0.2s ease;
}
.stats-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.stats-card-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  color: #0097a7;
}
.stats-card-icon svg {
  width: 24px;
  height: 24px;
}
.stats-card-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.stats-card-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.2;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.stats-card-change {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.stats-card-change.positive {
  color: #059669;
}
.stats-card-change.negative {
  color: #dc2626;
}

.shop-table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
}
.shop-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.shop-table thead th {
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  color: #374151;
  white-space: nowrap;
}
.shop-table thead th.sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.shop-table thead th.sortable .sort-icon {
  margin-left: 4px;
  color: #0097a7;
  font-weight: bold;
}
.shop-table thead th.checkbox-col {
  width: 48px;
  text-align: center;
}
.shop-table thead th.actions-col {
  width: 80px;
  text-align: center;
}
.shop-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s;
}
.shop-table tbody tr:hover {
  background: #f9fafb;
}
.shop-table tbody tr.selected {
  background: #eff6ff;
}
.shop-table tbody tr:last-child {
  border-bottom: none;
}
.shop-table tbody td {
  padding: 16px;
  font-size: 0.875rem;
  color: #1f2937;
  vertical-align: middle;
}
.shop-table tbody td.checkbox-col {
  text-align: center;
}
.shop-table tbody td.actions-col {
  text-align: center;
}

.table-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
}
.table-checkbox:checked {
  background: #0097a7;
  border-color: #0097a7;
}

.shop-name {
  font-weight: 500;
  color: #1f2937;
}

.plan-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 500;
}
.plan-badge.plan-スターター, .plan-badge.plan-starter {
  background: #e0f2fe;
  color: #075985;
}
.plan-badge.plan-スタンダード, .plan-badge.plan-standard {
  background: #dbeafe;
  color: #1e40af;
}
.plan-badge.plan-プロ, .plan-badge.plan-pro {
  background: #374151;
  color: #fff;
}

.rating-col {
  white-space: nowrap;
}
.rating-col .rating {
  font-weight: 500;
  color: #1f2937;
  margin-right: 4px;
}
.rating-col .review-count {
  font-size: 0.75rem;
  color: #6b7280;
}

.table-actions {
  display: flex;
  justify-content: center;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  padding: 8px;
}
.action-btn:hover {
  background: #f3f4f6;
  color: #374151;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 140px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  padding: 4px 0;
  margin-top: 4px;
}
.dropdown-menu.show {
  display: block;
  animation: dropdownFadeIn 0.15s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
  text-align: left;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.dropdown-item:hover {
  background: #f3f4f6;
}
.dropdown-item.danger {
  color: #dc2626;
}
.dropdown-item.danger:hover {
  background: #fef2f2;
  color: #b91c1c;
}
.dropdown-item svg {
  flex-shrink: 0;
  color: currentColor;
}

.empty-row {
  text-align: center;
  padding: 48px 20px;
}
.empty-row .empty-state {
  color: #6b7280;
  font-size: 0.875rem;
}

.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .table-footer {
    flex-direction: column;
    align-items: stretch;
  }
}

.pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .pagination-info {
    text-align: center;
  }
}

.pagination-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination-controls .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.75rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-controls .per-page-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  margin-left: 8px;
}
.pagination-controls .per-page-select:focus {
  outline: none;
  border-color: #0097a7;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.show .modal-container {
  transform: scale(1);
  opacity: 1;
}

.modal-container {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e5e7eb;
}
.modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  font-family: "Lexend", sans-serif;
}
.modal-header .modal-close {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.modal-header .modal-close:hover {
  background: #f3f4f6;
  color: #374151;
}

.modal-content {
  padding: 24px;
  max-height: calc(90vh - 140px);
  overflow-y: auto;
}

.modal-footer {
  padding: 16px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
}

.info-section {
  margin-bottom: 32px;
}
.info-section:last-child {
  margin-bottom: 0;
}
.info-section .section-header {
  margin-bottom: 16px;
}
.info-section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.info-section .section-title svg {
  color: #0097a7;
}

.info-grid {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  padding: 8px 0;
}
.info-row label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.info-row span {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}

.status-badge.status-inactive {
  background: #fee2e2;
  color: #991b1b;
}
.status-badge.status-pending {
  background: #fef3c7;
  color: #92400e;
}

@media (max-width: 768px) {
  .modal-container {
    width: 95%;
    max-height: 95vh;
    margin: 16px;
  }
  .modal-header {
    padding: 16px;
  }
  .modal-content {
    padding: 16px;
  }
  .modal-footer {
    padding: 12px 16px 16px;
  }
  .info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .info-row label {
    font-weight: 600;
    color: #374151;
  }
}
.agency-management {
  padding: 24px;
  background: #f9f9f9;
}
.agency-management-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .agency-management-header {
    margin-right: 2rem;
  }
}
.agency-management .stats-section {
  margin-bottom: 2rem;
  padding: 20px;
  background: linear-gradient(135deg, #b4e4ac 0%, #31991f 100%);
  border-radius: 10px;
}
.agency-management .stats-section__title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  font-weight: 700;
}
.agency-management .stats-section__title.english-title {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.25rem;
}
.agency-management .stats-section__description {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.search-filter-section {
  margin-bottom: 16px;
}

.search-bar {
  margin-bottom: 16px;
}
.search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}

.filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.75rem;
  background: white;
  min-width: 120px;
}
.filter-group .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}

.selected-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.selected-actions-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.selected-actions-info .selected-count {
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.selected-actions-buttons {
  display: flex;
  gap: 8px;
}

.selected-actions-buttons .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.selected-actions-buttons .action-btn svg {
  width: 16px;
  height: 16px;
}
.selected-actions-buttons .action-btn.action-btn-danger {
  background: #ef4444 !important;
  color: white !important;
}
.selected-actions-buttons .action-btn.action-btn-danger:hover {
  background: #dc2626 !important;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .stats-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.stats-card {
  padding: 15px 20px;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  transition: border-color 0.2s ease;
}
.stats-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.stats-card-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  color: #0097a7;
}
.stats-card-icon svg {
  width: 24px;
  height: 24px;
}
.stats-card-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.stats-card-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.2;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.stats-card-change {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.stats-card-change.positive {
  color: #059669;
}
.stats-card-change.negative {
  color: #dc2626;
}

.agency-table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
}
.agency-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.agency-table thead th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  color: #374151;
  white-space: nowrap;
}
.agency-table thead th.sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.agency-table thead th.sortable .sort-icon {
  margin-left: 4px;
  color: #0097a7;
  font-weight: bold;
}
.agency-table thead th.checkbox-col {
  width: 48px;
  text-align: center;
}
.agency-table thead th.actions-col {
  width: 80px;
  text-align: center;
}
.agency-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s;
}
.agency-table tbody tr:hover {
  background: #f9fafb;
}
.agency-table tbody tr.selected {
  background: #eff6ff;
}
.agency-table tbody tr:last-child {
  border-bottom: none;
}
.agency-table tbody td {
  padding: 16px;
  font-size: 0.875rem;
  color: #1f2937;
  vertical-align: middle;
}
.agency-table tbody td.checkbox-col {
  text-align: center;
}
.agency-table tbody td.actions-col {
  text-align: center;
}
.agency-table tbody td.name-col {
  min-width: 220px;
}
.agency-table tbody td.revenue-col {
  font-weight: 500;
  color: #059669;
}
.agency-table tbody td.growth-col {
  font-weight: 500;
}

.table-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
}
.table-checkbox:checked {
  background: #0097a7;
  border-color: #0097a7;
}

.agency-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.agency-name {
  font-weight: 500;
  color: #1f2937;
}

.agency-tier {
  font-size: 0.75rem;
}

.tier-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 500;
}
.tier-badge.tier-premium {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #92400e;
  border: 1px solid #fbbf24;
}
.tier-badge.tier-gold {
  background: #dbeafe;
  color: #1e40af;
}
.tier-badge.tier-standard {
  background: #e5e7eb;
  color: #374151;
}

.growth-rate {
  font-weight: 500;
}
.growth-rate.positive {
  color: #059669;
}
.growth-rate.negative {
  color: #dc2626;
}

.table-actions {
  display: flex;
  justify-content: center;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  padding: 8px;
}
.action-btn:hover {
  background: #f3f4f6;
  color: #374151;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 140px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  padding: 4px 0;
  margin-top: 4px;
}
.dropdown-menu.show {
  display: block;
  animation: dropdownFadeIn 0.15s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
  text-align: left;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.dropdown-item:hover {
  background: #f3f4f6;
}
.dropdown-item.danger {
  color: #dc2626;
}
.dropdown-item.danger:hover {
  background: #fef2f2;
  color: #b91c1c;
}
.dropdown-item svg {
  flex-shrink: 0;
  color: currentColor;
}

.empty-row {
  text-align: center;
  padding: 48px 20px;
}
.empty-row .empty-state {
  color: #6b7280;
  font-size: 0.875rem;
}

.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .table-footer {
    flex-direction: column;
    align-items: stretch;
  }
}

.pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .pagination-info {
    text-align: center;
  }
}

.pagination-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination-controls .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.75rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-controls .per-page-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  margin-left: 8px;
}
.pagination-controls .per-page-select:focus {
  outline: none;
  border-color: #0097a7;
}

.revenue-analysis {
  padding: 20px 2rem;
}
@media (max-width: 1024px) {
  .revenue-analysis {
    padding: 20px;
  }
}
.revenue-analysis .revenue-analysis-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.revenue-analysis .revenue-analysis-header .header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .revenue-analysis .revenue-analysis-header .header-actions {
    margin-right: 2rem;
  }
}
.revenue-analysis .revenue-analysis-header .header-actions .period-select {
  padding: 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
.revenue-analysis .revenue-analysis-header .header-actions .period-select:hover {
  border-color: #cbd5e0;
}
.revenue-analysis .revenue-analysis-header .header-actions .period-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.revenue-analysis .section-title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  font-weight: 700;
}
.revenue-analysis .section-description {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.revenue-analysis .revenue-kpi-section {
  margin-bottom: 2rem;
  padding: 20px;
  background: linear-gradient(135deg, #dee6ee 0%, #687687 100%);
  border-radius: 10px;
}
.revenue-analysis .revenue-kpi-section__title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  font-weight: 700;
}
.revenue-analysis .revenue-kpi-section__description {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 3rem;
}
.revenue-analysis .revenue-kpi-section .kpi-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .revenue-analysis .revenue-kpi-section .kpi-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .revenue-analysis .revenue-kpi-section .kpi-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.revenue-analysis .kpi-card {
  padding: 15px 20px;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  transition: border-color 0.2s ease;
}
.revenue-analysis .kpi-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.revenue-analysis .kpi-card__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.revenue-analysis .kpi-card__title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  margin: 0;
}
.revenue-analysis .kpi-card__value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.revenue-analysis .kpi-card__change {
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.revenue-analysis .kpi-card__change.positive {
  color: #10b981;
}
.revenue-analysis .kpi-card__change.negative {
  color: #ef4444;
}
.revenue-analysis .kpi-card__sub {
  font-size: 0.75rem;
  color: #6b7280;
}
.revenue-analysis .revenue-charts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .revenue-analysis .revenue-charts-grid {
    grid-template-columns: 1fr;
  }
}
.revenue-analysis .revenue-trend-section {
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.revenue-analysis .revenue-trend-section .chart-container {
  height: 350px;
  position: relative;
}
.revenue-analysis .revenue-breakdown-section {
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.revenue-analysis .revenue-breakdown-section .breakdown-chart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 1rem;
}
.revenue-analysis .revenue-breakdown-section .breakdown-legend {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.revenue-analysis .revenue-breakdown-section .breakdown-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.revenue-analysis .revenue-breakdown-section .breakdown-legend .legend-item .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.revenue-analysis .revenue-breakdown-section .breakdown-legend .legend-item .legend-label {
  font-size: 0.875rem;
  color: #4a5568;
}
.revenue-analysis .revenue-table-section {
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.revenue-analysis .revenue-table-section .table-container {
  overflow-x: auto;
  margin-top: 1rem;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table {
  width: 100%;
  border-collapse: collapse;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table thead {
  background-color: #f7fafc;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th {
  padding: 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5568;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th:first-child {
  border-top-left-radius: 0.5rem;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th:last-child {
  border-top-right-radius: 0.5rem;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr {
  transition: background-color 0.2s;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr:hover {
  background-color: #f7fafc;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr:last-child td {
  border-bottom: none;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td {
  padding: 1rem;
  font-size: 0.875rem;
  color: #2d3748;
  border-bottom: 1px solid #e2e8f0;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td.revenue-value {
  font-weight: 600;
  color: #0097a7;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td.revenue-value.churn {
  color: #f56565;
}
.revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td.revenue-value.net-revenue {
  color: #48bb78;
  font-size: 1rem;
}
.revenue-analysis .btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
}
.revenue-analysis .btn.btn-primary {
  background-color: #0097a7;
  color: white;
}
.revenue-analysis .btn.btn-primary:hover {
  background-color: #00838f;
}
.revenue-analysis .btn.btn-secondary {
  background-color: white;
  color: #4a5568;
  border: 1px solid #e2e8f0;
}
.revenue-analysis .btn.btn-secondary:hover {
  background-color: #f7fafc;
}
.revenue-analysis .btn svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .revenue-analysis {
    padding: 1rem;
  }
  .revenue-analysis .revenue-analysis-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .revenue-analysis .revenue-analysis-header .header-actions {
    width: 100%;
    justify-content: space-between;
  }
  .revenue-analysis .revenue-table-section .table-container .revenue-table {
    font-size: 0.75rem;
  }
  .revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th,
  .revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td {
    padding: 0.75rem 0.5rem;
  }
}
.agency-dashboard > .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.agency-dashboard > .dashboard-grid > .dashboard-section {
  margin-bottom: 0;
}
.agency-dashboard > .dashboard-section {
  margin-bottom: 0;
}

.activity-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.activity-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d6d6d6;
}
.activity-item:last-child {
  border-bottom: none;
}
.activity-item__dot {
  width: 8px;
  height: 8px;
  background: #0097a7;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.activity-item__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity-item__message {
  font-size: 0.875rem;
  color: #374151;
  margin: 0 0 4px 0;
  line-height: 1.5;
}
.activity-item__time {
  font-size: 0.75rem;
  color: #9ca3af;
  margin: 0;
}

.alert-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #f9fafb;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.alert-item-card:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}
.alert-item-card__content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.alert-item-card .alert-item-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #0097a7;
  flex-shrink: 0;
}
.alert-item-card .alert-item-text {
  flex: 1;
}
.alert-item-card .alert-item-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 2px 0;
}
.alert-item-card .alert-item-desc {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}
.alert-item-card .alert-item-arrow {
  width: 1rem;
  height: 1rem;
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.alert-item-card:hover .alert-item-arrow {
  transform: translateX(2px);
}

.user-management-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .user-management-header {
    margin-right: 2rem;
  }
}
.user-management .search-filter-section {
  margin-bottom: 16px;
}
.user-management .table-action-bar {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0 1.25rem;
}
@media (max-width: 768px) {
  .user-management .table-action-bar {
    margin: 1.5rem 0 1rem;
  }
}
.user-management .search-bar {
  margin-bottom: 16px;
}
.user-management .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.user-management .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.user-management .search-bar .search-input-wrapper .search-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-size: 0.75rem;
  background: white;
}
.user-management .search-bar .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: #d1d5db;
  box-shadow: none;
}
.user-management .search-bar .search-input-wrapper .search-input::placeholder {
  color: #9ca3af;
}
.user-management .user-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}
.user-management .user-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.user-management .user-table thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  color: #374151;
  white-space: nowrap;
}
.user-management .user-table thead th.sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.user-management .user-table thead th.sortable:hover {
  background: #f3f4f6;
}
.user-management .user-table thead th.sortable .sort-icon {
  margin-left: 4px;
  color: #374151;
  font-weight: bold;
}
.user-management .user-table thead th.actions-col {
  width: 120px;
  text-align: center;
}
.user-management .user-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s;
}
.user-management .user-table tbody tr:hover {
  background: #f9fafb;
}
.user-management .user-table tbody tr:last-child {
  border-bottom: none;
}
.user-management .user-table tbody td {
  padding: 16px 12px;
  font-size: 0.875rem;
  color: #1f2937;
  vertical-align: middle;
}
.user-management .user-table tbody td.user-col .user-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-management .user-table tbody td.user-col .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #6b7280;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
  overflow: hidden;
}
.user-management .user-table tbody td.user-col .user-avatar .profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.user-management .user-table tbody td.user-col .user-name {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.875rem;
}
.user-management .user-table tbody td.email-col {
  color: #6b7280;
  font-family: monospace;
  font-size: 0.8125rem;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.user-management .user-table tbody td.phone-col {
  color: #6b7280;
}
.user-management .user-table tbody td.date-col {
  color: #6b7280;
  font-size: 0.8125rem;
}
.user-management .user-table tbody td.stores-col {
  text-align: center;
}
.user-management .user-table tbody td.stores-col .stores-count {
  display: inline-block;
  padding: 0.35rem 1rem;
  background: #3d3d3d;
  color: #fff;
  border-radius: 99rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.user-management .user-table tbody td.actions-col {
  text-align: center;
}
.user-management .status-badge.status-inactive {
  background: #fee2e2;
  color: #991b1b;
}
.user-management .status-badge.status-suspended {
  background: #fef3c7;
  color: #92400e;
}
.user-management .table-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.user-management .dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.user-management .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  padding: 8px;
}
.user-management .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 160px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  padding: 0;
  margin-top: 4px;
}
.user-management .dropdown-menu.show {
  display: block;
  animation: dropdownFadeIn 0.15s ease;
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.user-management .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  background: none;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
  text-align: left;
}
.user-management .dropdown-item:hover {
  background: #f3f4f6;
}
.user-management .dropdown-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: currentColor;
}
.user-management .dropdown-item-danger {
  color: #dc2626;
}
.user-management .dropdown-item-danger:hover {
  background: #fef2f2;
  color: #b91c1c;
}
.user-management .dropdown-item-danger svg {
  color: currentColor;
}
.user-management .empty-state {
  text-align: center;
  padding: 48px 20px;
  color: #6b7280;
  font-size: 0.875rem;
}
.user-management .table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 24px;
  padding: 0;
}
@media (max-width: 768px) {
  .user-management .table-footer {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.user-management .pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .user-management .pagination-info {
    text-align: center;
  }
}
.user-management .pagination-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-management .pagination-controls .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.75rem;
  color: #3d3d3d;
  cursor: pointer;
  transition: all 0.2s;
}
.user-management .pagination-controls .pagination-btn.active {
  background: #3d3d3d;
  color: #fff;
  border-color: #3d3d3d;
}

.agency-dashboard .dashboard-section {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .agency-dashboard .dashboard-section {
    margin-bottom: 1rem;
  }
}
.agency-dashboard .dashboard-section .mb-0 {
  margin-bottom: 0.5rem;
}
.agency-dashboard .dashboard-section .section-description {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .agency-dashboard .dashboard-section .section-description {
    font-size: 0.75rem;
  }
}
.agency-dashboard .dashboard-section .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 500px) {
  .agency-dashboard .dashboard-section .form-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem 0;
  }
}
.agency-dashboard .dashboard-section .form-grid .form-group {
  margin-bottom: 0;
}
.agency-dashboard .dashboard-section .form-grid .form-group.col-span-2 {
  grid-column: span 2;
}
.agency-dashboard .dashboard-section .form-grid .form-group.col-span-3 {
  grid-column: span 3;
}
.agency-dashboard .image-upload-container .image-upload-area {
  border: 2px dashed #d6d6d6;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s;
}
.agency-dashboard .image-upload-container .image-upload-area:hover {
  border-color: #0097a7;
}
.agency-dashboard .image-upload-container .image-upload-area.error {
  border-color: #dc2626;
}
.agency-dashboard .image-upload-container .image-upload-area .image-upload-input {
  display: none;
}
.agency-dashboard .image-upload-container .image-upload-area .upload-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  z-index: 10;
}
.agency-dashboard .image-upload-container .image-upload-area .upload-progress .progress-bar {
  width: 100%;
  max-width: 200px;
  height: 4px;
  background-color: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.agency-dashboard .image-upload-container .image-upload-area .upload-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: #0097a7;
  border-radius: 2px;
  animation: progress-animation 2s ease-in-out infinite;
}
.agency-dashboard .image-upload-container .image-upload-area .upload-progress .progress-text {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}
.agency-dashboard .image-upload-container .image-upload-area .image-upload-label {
  cursor: pointer;
  display: block;
  position: relative;
}
.agency-dashboard .image-upload-container .image-upload-area .image-preview {
  position: relative;
  display: inline-block;
}
.agency-dashboard .image-upload-container .image-upload-area .image-preview .preview-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 0.5rem;
}
.agency-dashboard .image-upload-container .image-upload-area .image-preview .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.agency-dashboard .image-upload-container .image-upload-area .image-preview .image-overlay:hover {
  opacity: 1;
}
.agency-dashboard .image-upload-container .image-upload-area .image-upload-placeholder {
  color: #6b7280;
}
.agency-dashboard .image-upload-container .image-upload-area .image-upload-placeholder svg {
  margin: 0 auto 0.5rem;
}
.agency-dashboard .image-upload-container .image-upload-area .image-upload-placeholder p {
  font-weight: 500;
  margin: 0.5rem 0;
}
.agency-dashboard .image-upload-container .image-upload-area .image-upload-placeholder span {
  font-size: 0.75rem;
}
.agency-dashboard .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .agency-dashboard .form-actions {
    justify-content: center;
  }
}
.agency-dashboard .form-actions .btn {
  padding: 0.5rem 1.5rem;
}
.agency-dashboard .form-actions .btn.btn-secondary {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #d90000;
  border-color: #d90000;
}
.agency-dashboard .form-actions .btn.btn-secondary:hover {
  background-color: #d90000;
  color: #fff;
}
.agency-dashboard .form-actions .btn.btn-primary:disabled {
  background-color: #9ca3af;
  border-color: #9ca3af;
  cursor: not-allowed;
}
.agency-dashboard .form-actions .btn.btn-primary .btn-flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.agency-dashboard .form-actions .btn.btn-primary .btn-flex svg {
  width: 1rem;
  height: 1rem;
}
.agency-dashboard .form-actions .btn .animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress-animation {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .user-create {
    padding: 1rem;
  }
  .user-create .form-section-card .form-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .user-create .form-section-card .form-grid .form-group.col-span-2, .user-create .form-section-card .form-grid .form-group.col-span-3 {
    grid-column: span 1;
  }
  .user-create .form-actions {
    flex-direction: column;
  }
  .user-create .form-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.user-edit {
  position: relative;
}
.user-edit .user-overview-card {
  background: white;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .user-edit .user-overview-card {
    gap: 1rem;
  }
}
.user-edit .user-overview-card .user-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #6b7280;
  overflow: hidden;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  color: #4b5563;
}
.user-edit .user-overview-card .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-edit .user-overview-card .avatar-placeholder {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #6b7280;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  color: #4b5563;
}
.user-edit .user-overview-card .user-overview-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .user-edit .user-overview-card .user-overview-content .user-name-group {
    gap: 0.5rem;
    flex-direction: column;
    display: flex;
  }
}
.user-edit .user-overview-card .user-overview-content .user-name-group .user-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
@media (max-width: 768px) {
  .user-edit .user-overview-card .user-overview-content .user-name-group .user-name {
    font-size: 1.125rem;
  }
}
.user-edit .user-overview-card .user-overview-content .user-name-group .user-name-kana {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 768px) {
  .user-edit .user-overview-card .user-overview-content .user-name-group .user-name-kana {
    font-size: 0.75rem;
  }
}
.user-edit .user-overview-card .user-overview-content .user-contact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #4b5563;
}
@media (max-width: 768px) {
  .user-edit .user-overview-card .user-overview-content .user-contact {
    font-size: 0.75rem;
  }
}
.user-edit .user-form {
  margin: 0 auto;
}
.user-edit .form-section-card .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.user-edit .form-section-card .form-grid .form-group.col-span-2 {
  grid-column: span 2;
}
.user-edit .form-section-card .form-grid .form-group.col-span-3 {
  grid-column: span 3;
}
.user-edit .form-section-card .managed-store-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.user-edit .form-section-card .managed-store-list ul li {
  font-size: 0.9rem;
  display: flex;
}
.user-edit .form-section-card .managed-store-list .empty-state {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .user-edit .form-section-card .managed-store-list .empty-state {
    font-size: 0.75rem;
  }
}
.user-edit .form-section-card .managed-store-list .store-badge {
  padding: 0.35rem 1.25rem;
  background: #d95000;
}
.user-edit .form-section-card .managed-store-list .store-badge:hover {
  opacity: 0.8;
}
.user-edit .form-section-card .image-upload-container .image-upload-area {
  position: relative;
  border: 2px dashed #d6d6d6;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s;
}
.user-edit .form-section-card .image-upload-container .image-upload-area:hover {
  border-color: #0097a7;
}
.user-edit .form-section-card .image-upload-container .image-upload-area.error {
  border-color: #dc2626;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-upload-input {
  display: none;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-upload-label {
  position: relative;
  cursor: pointer;
  display: block;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-preview {
  position: relative;
  display: inline-block;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-preview .preview-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 0.5rem;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-preview .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-preview .image-overlay:hover {
  opacity: 1;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-upload-placeholder {
  color: #6b7280;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-upload-placeholder svg {
  margin: 0 auto 0.5rem;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-upload-placeholder p {
  font-weight: 500;
  margin: 0.5rem 0;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .image-upload-placeholder span {
  font-size: 0.75rem;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .upload-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  z-index: 10;
  padding: 1rem;
  min-width: 200px;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .upload-progress .progress-bar {
  width: 100%;
  max-width: 200px;
  height: 4px;
  background-color: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .upload-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: #0097a7;
  border-radius: 2px;
  animation: progress-animation 2s ease-in-out infinite;
}
.user-edit .form-section-card .image-upload-container .image-upload-area .upload-progress .progress-text {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}
.user-edit .form-section-card .password-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-edit .form-section-card .password-section .btn-outline {
  background: #f3f4f6;
  color: #374151;
}
.user-edit .form-section-card .password-section .btn-outline:hover {
  opacity: 0.8;
}
.user-edit .form-section-card .password-section .password-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.user-edit .form-section-card .password-section .password-grid .form-group {
  margin-bottom: 0;
}
.user-edit .form-section-card .password-section .password-grid .form-group.col-span-2 {
  grid-column: span 2;
}

@keyframes progress-animation {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .user-edit {
    padding: 1rem;
  }
  .user-edit .alert-stack {
    width: 93%;
    max-width: none;
    pointer-events: auto;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .user-edit .alert-stack .alert {
    box-shadow: none;
    margin-bottom: 0;
  }
  .user-edit .user-edit-header {
    flex-direction: column;
    align-items: stretch;
  }
  .user-edit .user-edit-header .btn {
    width: 100%;
    justify-content: center;
  }
  .user-edit .user-overview-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .user-edit .form-section-card .form-grid,
  .user-edit .form-section-card .password-section .password-grid {
    grid-template-columns: 1fr;
  }
  .user-edit .form-section-card .form-grid .form-group.col-span-2,
  .user-edit .form-section-card .form-grid .form-group.col-span-3,
  .user-edit .form-section-card .password-section .password-grid .form-group.col-span-2,
  .user-edit .form-section-card .password-section .password-grid .form-group.col-span-3 {
    grid-column: span 1;
  }
}
.store-list .search-filter-section {
  margin-bottom: 16px;
}
.store-list .search-bar {
  margin-bottom: 16px;
}
.store-list .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.store-list .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.store-list .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.store-list .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-list .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.store-list .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  cursor: pointer;
}
.store-list .store-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}
.store-list .store-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.store-list .store-table thead th.sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.store-list .store-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s;
  background: white;
}
.store-list .store-table tbody tr:hover {
  background: #f9fafb;
}
.store-list .store-table tbody tr:last-child {
  border-bottom: none;
}
.store-list .store-table tbody td {
  padding: 16px 12px;
  font-size: 0.875rem;
  color: #1f2937;
  vertical-align: middle;
}
.store-list .store-table tbody td.user-col {
  width: 220px;
}
.store-list .store-table tbody td.user-col .user-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.store-list .store-table tbody td.user-col .user-info:last-child {
  margin-bottom: 0;
}
.store-list .store-table tbody td.user-col .user-avatar .profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.store-list .store-table tbody td.user-col .user-name {
  font-weight: 500;
  color: #1f2937;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.store-list .store-table tbody td.user-col .no-user {
  color: #9ca3af;
  font-style: italic;
  font-size: 0.875rem;
}
.store-list .store-table tbody td.name-col .store-name-container {
  position: relative;
}
.store-list .store-table tbody td.name-col .shop-name {
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 4px;
}
.store-list .store-table tbody td.name-col .shop-address {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-list .store-table tbody td.rating-col {
  white-space: nowrap;
}
.store-list .store-table tbody td.rating-col .rating {
  font-weight: 500;
  color: #1f2937;
  margin-right: 4px;
}
.store-list .store-table tbody td.rating-col .stars {
  color: #fbbf24;
}
.store-list .store-table tbody td.actions-col {
  text-align: center;
}
.store-list .shop-name {
  font-weight: 500;
  color: #1f2937;
}
.store-list .shop-address {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-list .plan-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 500;
}
.store-list .plan-badge.plan-basic {
  background: #e0f2fe;
  color: #075985;
}
.store-list .plan-badge.plan-pro {
  background: #374151;
  color: #fff;
}
.store-list .plan-badge.plan-trial {
  background: #fef3c7;
  color: #92400e;
}
.store-list .status-badge.status-inactive {
  background: #fee2e2;
  color: #991b1b;
}
.store-list .status-badge.status-trial {
  background: #fef3c7;
  color: #92400e;
}
.store-list .table-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.store-list .action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-list .dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.store-list .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  padding: 8px;
}
.store-list .action-btn:hover {
  background: #f3f4f6;
  color: #374151;
}
.store-list .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 160px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  margin-top: 4px;
}
.store-list .dropdown-menu.show {
  display: block;
  animation: dropdownFadeIn 0.15s ease;
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.store-list .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
  text-align: left;
}
.store-list .dropdown-item:hover {
  background: #f3f4f6;
}
.store-list .dropdown-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: currentColor;
}
.store-list .dropdown-item-status {
  cursor: default;
  pointer-events: none;
}
.store-list .dropdown-item-status .text-success {
  color: #059669;
}
.store-list .dropdown-item-status .text-warning {
  color: #f59e0b;
}
.store-list .dropdown-item-danger {
  color: #dc2626;
}
.store-list .dropdown-item-danger:hover {
  background: #fef2f2;
  color: #b91c1c;
}
.store-list .dropdown-item-danger svg {
  color: currentColor;
}
.store-list .empty-row {
  text-align: center;
  padding: 48px 20px;
}
.store-list .empty-row .empty-state {
  color: #6b7280;
  font-size: 0.875rem;
}
.store-list .table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .store-list .table-footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.store-list .pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .store-list .pagination-info {
    text-align: center;
  }
}
.store-list .pagination-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-list .pagination-controls .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.75rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}
.store-list .pagination-controls .per-page-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  margin-left: 8px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.store-create .form-section-card.add-store-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.store-create .form-section-card.add-store-section .btn {
  transition: none;
}
.store-create .form-section-card.add-store-section .btn-outline {
  transition: none;
  transition: all 0.2s;
}
.store-create .form-section-card.add-store-section .btn-outline:hover:not(:disabled) {
  opacity: 0.8;
  background: #fff;
  transition: all 0.2s;
  border-style: dashed;
  transform: none;
  box-shadow: none;
}
.store-create .form-section-card .section-header {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .store-create .form-section-card .section-header {
    margin-bottom: 1rem;
  }
}
.store-create .form-section-card .section-header .section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.store-create .form-section-card .section-header .section-title-row .title-with-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.store-create .form-section-card .section-header .section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #374151;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .store-create .form-section-card .section-header .section-title {
    font-size: 1.125rem;
  }
}
.store-create .form-section-card .section-header .section-title .primary-store-badge {
  background: #d1fae5;
  color: #059669;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 12px;
  display: inline-block;
}
.store-create .form-section-card .section-header .primary-store-badge {
  background: #d95000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 1.25rem;
  border-radius: 99rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .store-create .form-section-card .section-header .primary-store-badge {
    padding: 0.25rem 1rem;
  }
}
.store-create .form-section-card .section-header .section-description {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 768px) {
  .store-create .form-section-card .section-header .section-description {
    font-size: 0.75rem;
  }
}
.store-create .form-section-card .form-subsection {
  margin-top: 2rem;
}
.store-create .form-section-card .form-subsection > .form-grid {
  grid-template-columns: 200px 1fr;
}
@media (max-width: 768px) {
  .store-create .form-section-card .form-subsection > .form-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.store-create .form-section-card .form-subsection .subsection-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .store-create .form-section-card .form-subsection .subsection-title {
    font-size: 1rem;
  }
}
.store-create .form-section-card .form-subsection .subsection-title::before {
  content: "";
  width: 3px;
  height: 16px;
  background: #d95000;
  border-radius: 2px;
}
.store-create .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .store-create .form-grid {
    grid-template-columns: 1fr;
  }
}
.store-create .form-grid .col-span-2 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .store-create .form-grid .col-span-2 {
    grid-column: span 1;
  }
}
.store-create .mt-1 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .store-create .mt-1 {
    margin-top: 0.75rem;
  }
}
.store-create .business-hours-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.store-create .business-hour-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}
@media (max-width: 630px) {
  .store-create .business-hour-item {
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .store-create .business-hour-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.store-create .business-hour-item .day-label {
  min-width: 80px;
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .store-create .business-hour-item .day-label {
    font-size: 0.75rem;
  }
}
.store-create .business-hour-item .time-inputs {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 630px) {
  .store-create .business-hour-item .time-inputs {
    flex: none;
  }
}
.store-create .business-hour-item .time-inputs .time-input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 630px) {
  .store-create .business-hour-item .time-inputs .time-input-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
  }
}
.store-create .business-hour-item .time-inputs .time-input-group .time-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}
.store-create .business-hour-item .time-inputs .time-input-group .time-input {
  width: 120px;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .store-create .business-hour-item .time-inputs .time-input-group .time-input {
    font-size: 0.75rem;
    width: 100%;
  }
}
.store-create .business-hour-item .time-inputs .closed-checkbox {
  margin-left: auto;
}
.store-create .business-hour-item .time-inputs .closed-checkbox .checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}
@media (max-width: 768px) {
  .store-create .business-hour-item .time-inputs .closed-checkbox .checkbox-label {
    font-size: 0.75rem;
  }
}
.store-create .business-hour-item .time-inputs .closed-checkbox .checkbox-label .checkbox-input {
  width: 1rem;
  height: 1rem;
  accent-color: #355276;
}
.store-create .form-group:last-child {
  margin-bottom: 0;
}
.store-create .form-group .form-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.store-create .form-group .form-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
}
.store-create .form-group .form-hint svg {
  flex-shrink: 0;
}
.store-create .input-with-button {
  display: flex;
  gap: 0.75rem;
}
.store-create .input-with-button .form-input {
  flex: 1;
}
.store-create .input-with-button .btn {
  white-space: nowrap;
  padding: 0 1.5rem;
  border: 1px solid #355276;
}
.store-create .info-box {
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 10px;
  padding: 1rem;
  margin: 1.5rem 0;
  display: flex;
  gap: 1rem;
}
.store-create .info-box .info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-create .info-box .info-icon svg {
  color: #0d9488;
}
.store-create .info-box .info-content {
  flex: 1;
}
.store-create .info-box .info-content .info-title {
  font-weight: 700;
  color: #0f766e;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.store-create .info-box .info-content .info-text {
  color: #134e4a;
  font-size: 0.75rem;
  line-height: 1.6;
}
.store-create .image-upload-container .image-upload-area {
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #f8fafc;
}
.store-create .image-upload-container .image-upload-area:hover {
  border-color: #0097a7;
  background: #f0fdfa;
}
.store-create .image-upload-container .image-upload-area.error {
  border-color: #ef4444;
  background: #fef2f2;
}
.store-create .image-upload-container .image-upload-area .image-upload-input {
  display: none;
}
.store-create .image-upload-container .image-upload-area .image-upload-label {
  cursor: pointer;
  display: block;
  width: 100%;
}
.store-create .image-upload-container .image-upload-area .image-upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #64748b;
}
.store-create .image-upload-container .image-upload-area .image-upload-placeholder svg {
  color: #94a3b8;
}
.store-create .image-upload-container .image-upload-area .image-upload-placeholder p {
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
}
.store-create .image-upload-container .image-upload-area .image-upload-placeholder span {
  font-size: 0.8rem;
  color: #94a3b8;
}
.store-create .image-upload-container .image-upload-area .image-preview {
  position: relative;
  display: inline-block;
}
.store-create .image-upload-container .image-upload-area .image-preview .preview-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e2e8f0;
}
.store-create .image-upload-container .image-upload-area .image-preview .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  gap: 0.5rem;
}
.store-create .image-upload-container .image-upload-area .image-preview .image-overlay span {
  font-size: 0.875rem;
  font-weight: 600;
}
.store-create .image-upload-container .image-upload-area .image-preview:hover .image-overlay {
  opacity: 1;
}
.store-create .image-upload-container .image-upload-area .file-info {
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.store-create .image-upload-container .image-upload-area .file-info .file-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
  word-break: break-all;
}
.store-create .image-upload-container .image-upload-area .file-info .file-size {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-create .image-upload-container .image-upload-area .upload-progress {
  margin-top: 1rem;
  padding: 1rem;
  background: #f0f9ff;
  border-radius: 8px;
  border: 1px solid #bae6fd;
}
.store-create .image-upload-container .image-upload-area .upload-progress .progress-bar {
  width: 100%;
  height: 6px;
  background: #e0f2fe;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.store-create .image-upload-container .image-upload-area .upload-progress .progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
  animation: progress-animation 2s ease-in-out infinite;
}
.store-create .image-upload-container .image-upload-area .upload-progress .progress-text {
  font-size: 0.875rem;
  color: #0369a1;
  font-weight: 500;
}
@keyframes progress-animation {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
.store-create .checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}
.store-create .checkbox-label .checkbox-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0097a7;
}
.store-create .payment-setup-section {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
.store-create .payment-setup-section .subsection-title {
  color: #374151;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.store-create .payment-setup-section .subsection-title::before {
  content: "";
  width: 3px;
  height: 16px;
  background: #355276;
  border-radius: 2px;
}
.store-create .plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.store-create .plans-grid .plan-card {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
}
.store-create .plans-grid .plan-card.selected {
  border-color: #355276;
}
.store-create .plans-grid .plan-card .plan-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.store-create .plans-grid .plan-card .plan-header .plan-radio input[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #355276;
}
.store-create .plans-grid .plan-card .plan-header .plan-radio label {
  margin-bottom: 0;
}
.store-create .plans-grid .plan-card .plan-header .plan-name {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
  margin: 0;
}
@media (max-width: 500px) {
  .store-create .plans-grid .plan-card .plan-header .plan-name {
    font-size: 0.875rem;
  }
}
.store-create .plans-grid .plan-card .plan-price {
  margin-bottom: 0.75rem;
}
.store-create .plans-grid .plan-card .plan-price .amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #355276;
}
@media (max-width: 500px) {
  .store-create .plans-grid .plan-card .plan-price .amount {
    font-size: 1rem;
  }
}
.store-create .plans-grid .plan-card .plan-price .interval {
  font-size: 0.95rem;
  color: #64748b;
  margin-left: 0.25rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .store-create .plans-grid .plan-card .plan-price .interval {
    font-size: 0.75rem;
  }
}
.store-create .plans-grid .plan-card .plan-description {
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .store-create .plans-grid .plan-card .plan-description {
    font-size: 0.75rem;
  }
}
.store-create .plans-grid .plan-card .plan-features {
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}
.store-create .plans-grid .plan-card .plan-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #64748b;
}
.store-create .plans-grid .plan-card .plan-features .feature-item svg {
  color: #355276;
  flex-shrink: 0;
}
.store-create .payment-method-selection {
  padding: 0;
}
.store-create .payment-method-selection .payment-method-option {
  border: 2px solid #355276;
  border-radius: 10px;
  padding: 1rem;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.store-create .payment-method-selection .payment-method-option input[type=radio] {
  display: none;
}
.store-create .payment-method-selection .payment-method-option .option-content {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.store-create .payment-method-selection .payment-method-option .option-content .option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-create .payment-method-selection .payment-method-option .option-content .option-icon svg {
  color: #355276;
  width: 28px;
  height: 28px;
}
.store-create .payment-method-selection .payment-method-option .option-content .option-text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.store-create .payment-method-selection .payment-method-option .option-content .option-text .option-title {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
}
@media (max-width: 500px) {
  .store-create .payment-method-selection .payment-method-option .option-content .option-text .option-title {
    font-size: 0.875rem;
  }
}
.store-create .payment-method-selection .payment-method-option .option-content .option-text .option-description {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
}
@media (max-width: 500px) {
  .store-create .payment-method-selection .payment-method-option .option-content .option-text .option-description {
    font-size: 0.75rem;
  }
}
.store-create .payment-details-form {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: white;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
.store-create .payment-details-form .subsection-title {
  margin-bottom: 1.5rem;
  color: #374151;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
}
.store-create .payment-details-form .subsection-title::before {
  content: "";
  width: 3px;
  height: 16px;
  background: #0097a7;
  border-radius: 2px;
}
.store-create .payment-info-box {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.store-create .payment-info-box .info-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.store-create .payment-info-box .info-icon svg {
  color: #d95000;
  width: 20px;
  height: 20px;
}
.store-create .payment-info-box .info-content {
  flex: 1;
}
.store-create .payment-info-box .info-content p {
  margin: 0;
  font-size: 0.75rem;
  color: #134e4a;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 768px) {
  .store-create .alert-stack {
    width: 93%;
    max-width: none;
    pointer-events: auto;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .store-create .alert-stack .alert {
    box-shadow: none;
    margin-bottom: 0;
  }
}
[wire\:loading] {
  opacity: 0.6;
  pointer-events: none;
}

.store-edit {
  display: flex;
  flex-direction: column;
}
.store-edit .store-edit-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.store-edit .store-edit-header .header-content {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .store-edit .store-edit-header {
    flex-direction: column;
    align-items: stretch;
  }
}
.store-edit .store-edit-form {
  display: flex;
  flex-direction: column;
}
.store-edit .form-section-card .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.store-edit .form-section-card .section-header .section-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.store-edit .form-section-card .fl-st {
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.store-edit .form-section-card .fl-st .mb-0 {
  margin-bottom: 0;
}
.store-edit .form-section-card .section-description {
  color: #6b7280;
  font-size: 0.75rem;
  margin: 0;
}
.store-edit .form-section-card .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.store-edit .form-section-card .form-grid .form-group {
  margin-bottom: 0;
}
.store-edit .form-section-card .form-grid .form-group.col-span-2 {
  grid-column: span 2;
}
.store-edit .form-section-card .form-grid .form-group.col-span-3 {
  grid-column: span 3;
}
.store-edit .form-section-card .form-grid .form-group.col-span-4 {
  grid-column: span 4;
}
.store-edit .form-section-card .form-grid .form-group .form-textarea {
  min-height: 140px;
}
.store-edit .admin-summary-card .admin-summary-content {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .store-edit .admin-summary-card .admin-summary-content {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
    text-align: center;
  }
}
.store-edit .admin-summary-card .admin-avatar,
.store-edit .admin-summary-card .avatar-placeholder {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #6b7280;
  overflow: hidden;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  color: #4b5563;
}
.store-edit .admin-summary-card .admin-avatar img,
.store-edit .admin-summary-card .avatar-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-edit .admin-summary-card .admin-summary-fields {
  width: 100%;
}
@media (max-width: 768px) {
  .store-edit .admin-summary-card .admin-summary-fields {
    width: 100%;
  }
}
.store-edit .admin-summary-card .admin-summary-fields .admin-form-grid {
  width: 100%;
}
.store-edit .admin-summary-card .admin-summary-fields .form-input[readonly] {
  background-color: #f3f4f6;
  color: #1f2937;
  cursor: default;
}
.store-edit .admin-summary-card .admin-summary-footer {
  margin-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1.25rem;
}
.store-edit .admin-summary-card .admin-summary-footer .admin-stores ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.store-edit .admin-summary-card .admin-summary-footer .admin-stores ul li {
  font-size: 0.875rem;
}
.store-edit .admin-summary-card .admin-summary-footer .admin-stores ul li.is-current {
  font-weight: 600;
  color: #d95000;
  text-decoration: none;
  font-weight: 500;
  padding: 0.35rem 1.25rem;
  background: rgba(217, 80, 0, 0.1098039216);
  border-radius: 99rem;
  border: 2px solid #d95000;
}
.store-edit .admin-summary-card .admin-summary-footer .admin-stores ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.35rem 1.25rem;
  background: #d95000;
  border: 2px solid #d95000;
}
.store-edit .admin-summary-card .admin-summary-footer .admin-stores ul li a:hover {
  opacity: 0.8;
}
.store-edit .admin-summary-card .admin-summary-footer .admin-summary-note {
  font-size: 0.875rem;
  color: #6b7280;
}
.store-edit .payment-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .store-edit .payment-info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.store-edit .info-card {
  background: #f9fafb;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1rem;
}
.store-edit .info-card .info-card-title {
  font-size: 1rem;
  color: #1f2937;
  margin: 0 0 0.75rem 0;
}
@media (max-width: 768px) {
  .store-edit .info-card .info-card-title {
    font-size: 0.875rem;
  }
}
.store-edit .info-card .info-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.store-edit .info-card .info-content .info-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  padding: 0.75rem 0;
}
.store-edit .info-card .info-content .info-item:first-child {
  padding-top: 0;
}
.store-edit .info-card .info-content .info-item + .info-item {
  border-top: 1px solid #e5e7eb;
}
.store-edit .info-card .info-content .info-item .info-label {
  color: #374151;
  font-weight: 500;
}
.store-edit .info-card .info-content .info-item .info-value {
  color: #1f2937;
  font-weight: 600;
  text-align: right;
}
.store-edit .collapsible-section summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-edit .collapsible-section summary .section-header .section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.store-edit .collapsible-section summary > .fl-st {
  margin-bottom: 0;
}
.store-edit .collapsible-section summary .chevron-icon {
  transition: transform 0.2s;
}
.store-edit .collapsible-section .collapsible-content {
  padding-top: 1rem;
}
.store-edit .hours-section .hours-container {
  margin-top: 1rem;
}
.store-edit .hours-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-edit .hours-container .hours-heading {
  font-size: 1rem;
  color: #1f2937;
  margin: 0;
}
.store-edit .hours-container .hours-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.store-edit .hours-container .hours-grid .day-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  background-color: #f9fafb;
  border-radius: 10px;
}
.store-edit .hours-container .hours-grid .day-row .day-name {
  min-width: 80px;
  color: #374151;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .store-edit .hours-container .hours-grid .day-row .day-name {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .store-edit .hours-container .hours-grid .day-row .day-name {
    min-width: 50px;
  }
}
.store-edit .hours-container .hours-grid .day-row .day-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.store-edit .hours-container .hours-grid .day-row .day-toggle__input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.store-edit .hours-container .hours-grid .day-row .day-toggle__label {
  font-size: 0.875rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .store-edit .hours-container .hours-grid .day-row .day-toggle__label {
    font-size: 0.75rem;
  }
}
.store-edit .hours-container .hours-grid .day-row .time-range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.store-edit .hours-container .hours-grid .day-row .time-range .time-field {
  max-width: 130px;
}
.store-edit .hours-container .hours-grid .day-row .time-range .time-separator {
  color: #9ca3af;
}
.store-edit .hours-container .hours-grid .day-row .day-closed {
  color: #9ca3af;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .store-edit .hours-container .hours-grid .day-row .day-closed {
    font-size: 0.75rem;
  }
}
.store-edit .form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 0;
}
.store-edit .alert {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}
.store-edit .alert.alert-success {
  border-color: #bbf7d0;
  background-color: #dcfce7;
  color: #166534;
}
.store-edit .alert.alert-error {
  border-color: #fecaca;
  background-color: #fee2e2;
  color: #991b1b;
}
@media (max-width: 1024px) {
  .store-edit .form-section-card .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-edit .form-section-card .form-grid .form-group.col-span-3,
  .store-edit .form-section-card .form-grid .form-group.col-span-4 {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .store-edit .form-section-card .form-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .store-edit .form-section-card .form-grid .form-group.col-span-2,
  .store-edit .form-section-card .form-grid .form-group.col-span-3,
  .store-edit .form-section-card .form-grid .form-group.col-span-4 {
    grid-column: span 1;
  }
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.store-detail > .store-detail-kpi {
  background: #656565;
}

.dashboard-section .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.dashboard-section .card-header .status-badge {
  font-weight: 600;
}
.dashboard-section .card-header .status-badge.status-trial {
  background-color: #fef3c7;
  color: #92400e;
}
.dashboard-section .card-header .status-badge.status-inactive {
  background-color: #fee2e2;
  color: #991b1b;
}
.dashboard-section .card-header .badge {
  background-color: #355276;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.dashboard-section .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .dashboard-section .info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.dashboard-section .info-grid .info-item.full-width {
  grid-column: 1/-1;
}
.dashboard-section .info-grid .info-item .info-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.dashboard-section .info-grid .info-item .info-value {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.5;
}
.dashboard-section .info-grid .info-item .info-value .link {
  color: #0097a7;
  text-decoration: none;
  font-weight: 600;
}
.dashboard-section .info-grid .info-item .info-value .link:hover {
  text-decoration: underline;
}
.dashboard-section .store-detail-kpi {
  margin-bottom: 1.5rem;
}
.dashboard-section .payment-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .dashboard-section .payment-info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.dashboard-section .info-card {
  background: #f9fafb;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dashboard-section .info-card .info-card-title {
  font-size: 1rem;
  color: #1f2937;
  margin: 0;
}
@media (max-width: 768px) {
  .dashboard-section .info-card .info-card-title {
    font-size: 0.875rem;
  }
}
.dashboard-section .info-card .info-content {
  display: flex;
  flex-direction: column;
}
.dashboard-section .info-card .info-content .info-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .dashboard-section .info-card .info-content .info-item {
    font-size: 0.75rem;
  }
}
.dashboard-section .info-card .info-content .info-item:first-child {
  padding-top: 0;
}
.dashboard-section .info-card .info-content .info-item + .info-item {
  border-top: 1px solid #e5e7eb;
}
.dashboard-section .info-card .info-content .info-item .info-label {
  color: #374151;
  font-weight: 500;
}
.dashboard-section .info-card .info-content .info-item .info-value {
  color: #1f2937;
  font-weight: 600;
  text-align: right;
}
.dashboard-section .qr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.dashboard-section .qr-grid .qr-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1rem;
  background: #f8fafc;
  transition: all 0.2s;
}
.dashboard-section .qr-grid .qr-item .qr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.dashboard-section .qr-grid .qr-item .qr-header .qr-name {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
  margin: 0;
}
.dashboard-section .qr-grid .qr-item .qr-header .qr-status.active {
  background-color: #d1fae5;
  color: #065f46;
}
.dashboard-section .qr-grid .qr-item .qr-header .qr-status.inactive {
  background-color: #fee2e2;
  color: #991b1b;
}
.dashboard-section .qr-grid .qr-item .qr-image {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.dashboard-section .qr-grid .qr-item .qr-image img {
  max-width: 150px;
  height: auto;
}
.dashboard-section .qr-grid .qr-item .qr-info .qr-info-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .dashboard-section .qr-grid .qr-item .qr-info .qr-info-item {
    font-size: 0.75rem;
  }
}
.dashboard-section .qr-grid .qr-item .qr-info .qr-info-item:last-child {
  border-bottom: none;
}
.dashboard-section .qr-grid .qr-item .qr-info .qr-info-item .label {
  color: #6b7280;
  font-weight: 500;
}
.dashboard-section .qr-grid .qr-item .qr-info .qr-info-item .value {
  color: #374151;
  font-weight: 600;
}
.dashboard-section .business-hours-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.dashboard-section .business-hours-list .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.dashboard-section .business-hours-list .hours-item:last-child {
  border-bottom: none;
}
.dashboard-section .business-hours-list .hours-item .day-name {
  font-size: 0.875rem;
  color: #374151;
  min-width: 80px;
}
.dashboard-section .business-hours-list .hours-item .hours-time {
  flex: 1;
  text-align: right;
}
.dashboard-section .business-hours-list .hours-item .hours-time .time-range {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 600;
}
.dashboard-section .business-hours-list .hours-item .hours-time .closed-badge {
  display: inline-block;
  padding: 4px 10px;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.dashboard-section .business-hours-list .hours-item .hours-time .not-set {
  font-size: 0.875rem;
  color: #9ca3af;
  font-style: italic;
  font-weight: 500;
}
.dashboard-section .holiday-note {
  margin-top: 1rem;
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #6b7280;
}
.dashboard-section .holiday-note strong {
  color: #374151;
  margin-right: 0.5rem;
}
.dashboard-section .empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #9ca3af;
}
.dashboard-section .empty-state p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.dashboard-section .empty-state .empty-state__icon {
  margin: 0 auto 12px;
  display: block;
  opacity: 0.3;
}
.dashboard-section .empty-state .empty-state__hint {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.5rem;
}
.dashboard-section .user-info-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard-section .user-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 15px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.dashboard-section .user-avatar-large {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0097a7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  flex-shrink: 0;
  overflow: hidden;
}
.dashboard-section .user-avatar-large .profile-image-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.dashboard-section .user-details {
  flex: 1;
}
.dashboard-section .user-details .user-name {
  margin: 0 0 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #374151;
}
.dashboard-section .user-details .user-email,
.dashboard-section .user-details .user-phone {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.dashboard-section .user-details .user-role {
  display: inline-block;
  background: #d1fae5;
  color: #059669;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  margin-top: 0.5rem;
}

.review-management .review-controls {
  margin-bottom: 1rem;
}
.review-management .review-controls .dashboard-section__description {
  margin-bottom: 1.5rem;
  color: #6b7280;
  font-size: 0.8125rem;
}
.review-management .review-controls .search-filter-section {
  margin: 0;
}
.review-management .review-controls .search-bar {
  margin-bottom: 16px;
}
.review-management .review-controls .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.review-management .review-controls .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.review-management .review-controls .search-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-size: 0.75rem;
  background: white;
}
.review-management .review-controls .search-input::placeholder {
  color: #9ca3af;
}
.review-management .review-controls .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .review-management .review-controls .filter-row {
    gap: 0.5rem;
  }
}
.review-management .review-controls .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-management .review-controls .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.review-management .review-controls .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .review-management .review-controls .filter-group .filter-select {
    font-size: 0.75rem;
  }
}
.review-management .review-list-section .review-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .review-management .review-list-section .review-items {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.review-management .review-list-section .pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
}
.review-management .review-card {
  padding: 0.875rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  transition: all 0.2s ease;
}
.review-management .review-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .review-management .review-card-header {
    flex-wrap: wrap;
  }
}
.review-management .rating-stars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.review-management .rating-stars svg {
  flex-shrink: 0;
}
.review-management .review-author {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .review-management .review-author {
    font-size: 0.75rem;
  }
}
.review-management .review-card-content {
  margin-bottom: 0.75rem;
}
.review-management .review-text {
  font-size: 0.75rem;
  color: #374151;
  line-height: 1.5;
  margin: 0;
}
.review-management .review-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.review-management .review-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.review-management .meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #6b7280;
  flex-shrink: 0;
}
.review-management .meta-item svg {
  flex-shrink: 0;
}
.review-management .meta-item.sentiment-positive {
  color: #059669;
}
.review-management .meta-item.sentiment-neutral {
  color: #d97706;
}
.review-management .meta-item.sentiment-negative {
  color: #dc2626;
}
.review-management .meta-item.unreplied-status {
  color: #dc2626;
}
.review-management .meta-item.unreplied-status .priority-badge {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 4px;
  background: #fee2e2;
  color: #991b1b;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: 600;
}
.review-management .meta-item.replied-status {
  color: #059669;
}
.review-management .review-time {
  font-size: 0.75rem;
  color: #9ca3af;
  flex-shrink: 0;
  margin-left: auto;
}
.review-management .review-reply-section {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
}
.review-management .review-reply-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
}
.review-management .review-reply-header svg {
  flex-shrink: 0;
}
.review-management .review-reply-header .reply-by {
  margin-left: auto;
  font-size: 0.625rem;
  font-weight: 500;
  color: #6b7280;
}
.review-management .review-reply-content {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #374151;
  padding: 0.625rem 0.75rem;
  background: #f9fafb;
  border-radius: 0.375rem;
}
.review-management .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  text-align: center;
  background: white;
  border-radius: 12px;
  border: 2px dashed #d1d5db;
}
.review-management .empty-state svg {
  color: #9ca3af;
  margin-bottom: 16px;
}
.review-management .empty-state p {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 768px) {
  .review-management .review-card {
    padding: 16px;
  }
  .review-management .review-card-header-left {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-management .review-sentiment .sentiment-label {
    display: none;
  }
}
.staff-management .staff-controls {
  margin-bottom: 1rem;
}
.staff-management .staff-controls .search-filter-section {
  margin: 0;
}
.staff-management .staff-controls .search-bar {
  margin-bottom: 16px;
}
.staff-management .staff-controls .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.staff-management .staff-controls .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.staff-management .staff-controls .search-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-size: 0.75rem;
  background: white;
}
.staff-management .staff-controls .search-input::placeholder {
  color: #9ca3af;
}
.staff-management .staff-controls .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .staff-management .staff-controls .filter-row {
    gap: 0.5rem;
  }
}
.staff-management .staff-controls .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staff-management .staff-controls .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.staff-management .staff-controls .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .staff-management .staff-controls .filter-group .filter-select {
    font-size: 0.75rem;
  }
}
.staff-management .staff-list-section .staff-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .staff-management .staff-list-section .staff-items {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.staff-management .staff-list-section .pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
}
.staff-management .staff-card {
  padding: 0.875rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  transition: all 0.2s ease;
}
.staff-management .staff-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1rem;
}
.staff-management .staff-info {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex: 1;
}
.staff-management .staff-avatar svg {
  width: 30px;
  height: 30px;
}
.staff-management .staff-details {
  flex: 1;
  min-width: 0;
}
.staff-management .staff-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 0.25rem 0;
}
.staff-management .staff-email {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.staff-management .staff-email svg {
  flex-shrink: 0;
}
.staff-management .staff-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.staff-management .role-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  background: #f3f4f6;
  color: #374151;
}
.staff-management .role-badge svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.staff-management .role-badge.role-admin {
  background: #dbeafe;
  color: #1e40af;
}
.staff-management .role-badge.role-admin svg {
  stroke: #1e40af;
  fill: #1e40af;
}
.staff-management .staff-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.staff-management .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.staff-management .meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #6b7280;
  flex-shrink: 0;
}
.staff-management .meta-item svg {
  flex-shrink: 0;
}
.staff-management .dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.staff-management .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  padding: 8px;
}
.staff-management .action-btn:hover {
  background: #f3f4f6;
  color: #374151;
}
.staff-management .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 160px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  padding: 4px 0;
  margin-top: 4px;
}
.staff-management .dropdown-menu.show {
  display: block;
  animation: dropdownFadeIn 0.15s ease;
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.staff-management .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
  text-align: left;
}
.staff-management .dropdown-item:hover {
  background: #f3f4f6;
}
.staff-management .dropdown-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: currentColor;
}
.staff-management .dropdown-item.danger {
  color: #dc2626;
}
.staff-management .dropdown-item.danger:hover {
  background: #fef2f2;
  color: #b91c1c;
}
.staff-management .dropdown-item.danger svg {
  color: currentColor;
}
.staff-management .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  text-align: center;
  background: white;
  border-radius: 12px;
  border: 2px dashed #d1d5db;
}
.staff-management .empty-state svg {
  color: #9ca3af;
  margin-bottom: 16px;
}
.staff-management .empty-state p {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 768px) {
  .staff-management .staff-card {
    padding: 16px;
  }
}
.status-badge.status-pending {
  background: #fef3c7;
  color: #d97706;
}

.success-message {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  background: #d1fae5;
  border: 1px solid #6ee7b7;
  border-radius: 0.5rem;
  color: #065f46;
  font-size: 0.875rem;
  font-weight: 500;
  animation: slideInDown 0.3s ease;
}
.success-message svg {
  flex-shrink: 0;
  stroke: #059669;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-container {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
}

.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  color: #6b7280;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.2s;
}
.modal-close:hover {
  background: #f3f4f6;
  color: #374151;
}
.modal-close svg {
  width: 20px;
  height: 20px;
}

.modal-body {
  padding: 1.5rem;
}

.modal-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-error {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #dc2626;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
  margin-top: 1.25rem;
}
.info-box svg {
  flex-shrink: 0;
  color: #3b82f6;
}
.info-box span {
  font-size: 0.8125rem;
  color: #1e40af;
  line-height: 1.5;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.staff-invite .alert-stack {
  margin-bottom: 1.5rem;
}
.staff-invite .alert {
  padding: 1rem 1.25rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  animation: slideInDown 0.3s ease;
}
.staff-invite .alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #10b981;
}
.staff-invite .alert-success svg {
  flex-shrink: 0;
  stroke: #059669;
}
.staff-invite .alert-error {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #ef4444;
}
.staff-invite .alert-info {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #3b82f6;
}
.staff-invite .info-box {
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 10px;
  padding: 1rem;
  margin: 1.25rem 0;
  display: flex;
  gap: 1rem;
}
.staff-invite .info-box .info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff-invite .info-box .info-icon svg {
  color: #0d9488;
}
.staff-invite .info-box .info-content {
  flex: 1;
}
.staff-invite .info-box .info-content .info-title {
  font-weight: 700;
  color: #0f766e;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.staff-invite .info-box .info-content .info-text {
  color: #134e4a;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}
.staff-invite .info-box .info-content .info-text strong {
  font-weight: 700;
}
.staff-invite .form-section-card {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .staff-invite .form-section-card {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .staff-invite .form-section-card {
    padding: 1rem 0.5rem;
  }
}
.staff-invite .form-section-card .section-header {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .staff-invite .form-section-card .section-header {
    margin-bottom: 1rem;
  }
}
.staff-invite .form-section-card .section-header .section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #374151;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .staff-invite .form-section-card .section-header .section-title {
    font-size: 1.125rem;
  }
}
.staff-invite .form-section-card .section-header .section-description {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 768px) {
  .staff-invite .form-section-card .section-header .section-description {
    font-size: 0.75rem;
  }
}
.staff-invite .invitation-form {
  display: flex;
  flex-direction: column;
}
.staff-invite .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .staff-invite .form-grid {
    grid-template-columns: 1fr;
  }
}
.staff-invite .form-grid .col-span-2 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .staff-invite .form-grid .col-span-2 {
    grid-column: span 1;
  }
}
.staff-invite .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.staff-invite .form-group .form-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
}
.staff-invite .form-group .form-hint svg {
  flex-shrink: 0;
}
.staff-invite .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1.25rem;
  margin-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 500px) {
  .staff-invite .form-actions {
    justify-content: center;
  }
}
.staff-invite .help-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.5rem;
}
.staff-invite .help-card .help-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e7eb;
}
.staff-invite .help-card .help-header svg {
  color: #0097a7;
  flex-shrink: 0;
}
.staff-invite .help-card .help-header h3 {
  font-size: 1.125rem;
  color: #374151;
  margin: 0;
}
.staff-invite .help-card .help-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.staff-invite .help-card .help-item h4 {
  font-size: 0.9375rem;
  color: #374151;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 768px) {
  .staff-invite .help-card .help-item h4 {
    font-size: 0.875rem;
  }
}
.staff-invite .help-card .help-item p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .staff-invite .help-card .help-item p {
    font-size: 0.75rem;
  }
}
.staff-invite .spinner {
  animation: spin 1s linear infinite;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .staff-invite .alert-stack {
    width: 93%;
    max-width: none;
    pointer-events: auto;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .staff-invite .alert-stack .alert {
    box-shadow: none;
    margin-bottom: 0;
  }
}
.accept-invitation-container {
  min-height: 100vh;
  background-color: #f3f4f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 640px) {
  .accept-invitation-container {
    padding-top: 0;
  }
}

.logo-section {
  margin-bottom: 1.5rem;
}
.logo-section .logo {
  width: 8rem;
  margin: 0 auto;
  transition: transform 0.2s ease;
}
.logo-section .logo svg {
  width: 100%;
  height: 100%;
}

.accept-invitation-card {
  width: 100%;
  max-width: 600px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  padding: 2rem 1rem;
}
@media (min-width: 640px) {
  .accept-invitation-card {
    border-radius: 0.5rem;
  }
}

.state-container {
  text-align: center;
  padding: 2rem 1rem;
}
.state-container .state-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state-container .state-icon.error {
  color: #ef4444;
}
.state-container .state-icon.success {
  color: #10b981;
}
.state-container .state-icon svg {
  width: 100%;
  height: 100%;
}
.state-container .state-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem 0;
}
.state-container .state-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}

.form-container .form-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
.form-container .form-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 1.5rem 0;
  text-align: center;
  line-height: 1.5;
}

.invitation-info {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.invitation-info .info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.invitation-info .info-item:last-child {
  margin-bottom: 0;
}
.invitation-info .info-item .info-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.invitation-info .info-item .info-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.invitation-form .form-group {
  margin-bottom: 1rem;
}
.invitation-form .form-group:last-of-type {
  margin-bottom: 1.5rem;
}
.invitation-form .form-label {
  margin-bottom: 0.25rem;
}
.invitation-form .form-input {
  margin-top: 0.25rem;
}
.invitation-form .form-input.error {
  border-color: #fca5a5;
}
.invitation-form .form-input.error:focus {
  border-color: #ef4444;
}
.invitation-form .form-error {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #dc2626;
}

.loading-spinner {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  animation: spin 1s linear infinite;
}
.loading-spinner .opacity-25 {
  opacity: 0.25;
}
.loading-spinner .opacity-75 {
  opacity: 0.75;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer {
  margin-top: 1.5rem;
  text-align: center;
}
.footer p {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 640px) {
  .accept-invitation-container {
    padding: 1rem;
  }
  .accept-invitation-card {
    padding: 1rem;
  }
}
.agency-analytics .search-filter-section {
  margin-bottom: 1.25rem;
}
.agency-analytics .search-filter-section .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .agency-analytics .search-filter-section .filter-row {
    justify-content: flex-start;
  }
}
.agency-analytics .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 1.5rem;
}
.agency-analytics .dashboard-grid-single {
  grid-template-columns: 1fr;
}
.agency-analytics .dashboard-chart-container {
  background: white;
  border-radius: 0.75rem;
  height: 300px;
  padding: 1rem;
}
@media (max-width: 768px) {
  .agency-analytics .dashboard-chart-container {
    height: 250px;
    padding: 0;
  }
}
.agency-analytics .dashboard-chart-container canvas {
  max-height: 100%;
}
.agency-analytics .keyword-analysis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .agency-analytics .keyword-analysis-grid {
    grid-template-columns: 1fr;
  }
}
.agency-analytics .keyword-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.5rem;
}
.agency-analytics .keyword-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}
.agency-analytics .keyword-card__title.positive {
  color: #059669;
  border-bottom-color: #059669;
}
.agency-analytics .keyword-card__title.negative {
  color: #dc2626;
  border-bottom-color: #dc2626;
}
.agency-analytics .keyword-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.agency-analytics .keyword-item {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .agency-analytics .keyword-item {
    grid-template-columns: auto 1fr;
    gap: 0.25rem;
  }
  .agency-analytics .keyword-item .keyword-rank {
    grid-column: 1;
  }
  .agency-analytics .keyword-item .keyword-name {
    grid-column: 2;
  }
  .agency-analytics .keyword-item .keyword-bar-wrapper {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }
  .agency-analytics .keyword-item .keyword-bar-container {
    flex: 1;
    min-width: 0;
  }
  .agency-analytics .keyword-item .keyword-count {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.agency-analytics .keyword-bar-wrapper {
  display: contents;
}
@media (max-width: 768px) {
  .agency-analytics .keyword-bar-wrapper {
    display: flex;
  }
}
.agency-analytics .keyword-rank {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  min-width: 1.5rem;
}
@media (max-width: 768px) {
  .agency-analytics .keyword-rank {
    font-size: 0.75rem;
  }
}
.agency-analytics .keyword-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  min-width: 5rem;
}
@media (max-width: 768px) {
  .agency-analytics .keyword-name {
    font-size: 0.75rem;
  }
}
.agency-analytics .keyword-bar-container {
  position: relative;
  height: 1.5rem;
  background: #f3f4f6;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .agency-analytics .keyword-bar-container {
    height: 1rem;
  }
}
.agency-analytics .keyword-bar {
  height: 100%;
  border-radius: 0.25rem;
  transition: width 0.5s ease;
}
.agency-analytics .keyword-bar-positive {
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
}
.agency-analytics .keyword-bar-negative {
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
}
.agency-analytics .keyword-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: #374151;
  min-width: 3rem;
  text-align: right;
}
.agency-analytics .sentiment-chart-section {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
}
.agency-analytics .sentiment-chart-section .sentiment-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .agency-analytics .sentiment-chart-section .sentiment-content {
    gap: 1.5rem;
  }
}
.agency-analytics .sentiment-chart-section .sentiment-chart-container {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .agency-analytics .sentiment-chart-section .sentiment-chart-container {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .agency-analytics .sentiment-chart-section .sentiment-chart-container {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .agency-analytics .sentiment-chart-section .sentiment-chart-container {
    max-width: 240px;
  }
}
.agency-analytics .sentiment-chart-section .sentiment-legend {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
}
.agency-analytics .sentiment-chart-section .sentiment-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.agency-analytics .sentiment-chart-section .sentiment-legend .legend-item .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
}
.agency-analytics .sentiment-chart-section .sentiment-legend .legend-item .legend-label {
  font-size: 0.875rem;
  color: #4a5568;
  font-weight: 500;
}
.agency-analytics .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agency-analytics .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.agency-analytics .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.75rem;
  background: white;
  cursor: pointer;
  min-width: 120px;
}
.agency-analytics .filter-group .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.agency-analytics .btn-secondary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.agency-analytics .btn-secondary:hover {
  background: #f9fafb;
  border-color: #0097a7;
  color: #0097a7;
}
.agency-analytics .btn-secondary svg {
  width: 16px;
  height: 16px;
}
.agency-analytics .dashboard-section__title.english-title {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}

.flash-message {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: #059669;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 1000;
  animation: slideIn 0.3s ease;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.agency-revenue-analysis {
  padding: 20px 2rem;
}
@media (max-width: 1024px) {
  .agency-revenue-analysis {
    padding: 20px;
  }
}
.agency-revenue-analysis .revenue-analysis-header {
  margin-bottom: 2rem;
}
.agency-revenue-analysis .revenue-analysis-header .header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .agency-revenue-analysis .revenue-analysis-header .header-actions {
    margin-right: 2rem;
  }
}
.agency-revenue-analysis .revenue-analysis-header .header-actions .period-select {
  padding: 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
.agency-revenue-analysis .revenue-analysis-header .header-actions .period-select:hover {
  border-color: #cbd5e0;
}
.agency-revenue-analysis .revenue-analysis-header .header-actions .period-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.agency-revenue-analysis .section-title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  font-weight: 700;
}
.agency-revenue-analysis .section-description {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.agency-revenue-analysis .revenue-kpi-section {
  margin-bottom: 2rem;
  padding: 20px;
  background: linear-gradient(135deg, #dee6ee 0%, #687687 100%);
  border-radius: 10px;
}
.agency-revenue-analysis .revenue-kpi-section__title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  font-weight: 700;
}
.agency-revenue-analysis .revenue-kpi-section__description {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 3rem;
}
.agency-revenue-analysis .revenue-kpi-section .kpi-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .agency-revenue-analysis .revenue-kpi-section .kpi-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .agency-revenue-analysis .revenue-kpi-section .kpi-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.agency-revenue-analysis .kpi-card {
  padding: 15px 20px;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  transition: border-color 0.2s ease;
}
.agency-revenue-analysis .kpi-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.agency-revenue-analysis .kpi-card__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.agency-revenue-analysis .kpi-card__title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  margin: 0;
}
.agency-revenue-analysis .kpi-card__value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.agency-revenue-analysis .kpi-card__change {
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.agency-revenue-analysis .kpi-card__change.positive {
  color: #10b981;
}
.agency-revenue-analysis .kpi-card__change.negative {
  color: #ef4444;
}
.agency-revenue-analysis .kpi-card__sub {
  font-size: 0.75rem;
  color: #6b7280;
}
.agency-revenue-analysis .revenue-charts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .agency-revenue-analysis .revenue-charts-grid {
    grid-template-columns: 1fr;
  }
}
.agency-revenue-analysis .revenue-trend-section {
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.agency-revenue-analysis .revenue-trend-section .chart-container {
  height: 350px;
  position: relative;
}
.agency-revenue-analysis .revenue-breakdown-section {
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.agency-revenue-analysis .revenue-breakdown-section .breakdown-chart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 1rem;
}
.agency-revenue-analysis .revenue-breakdown-section .breakdown-legend {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.agency-revenue-analysis .revenue-breakdown-section .breakdown-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.agency-revenue-analysis .revenue-breakdown-section .breakdown-legend .legend-item .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.agency-revenue-analysis .revenue-breakdown-section .breakdown-legend .legend-item .legend-label {
  font-size: 0.875rem;
  color: #4a5568;
}
.agency-revenue-analysis .revenue-table-section {
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.agency-revenue-analysis .revenue-table-section .table-container {
  overflow-x: auto;
  margin-top: 1rem;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table {
  width: 100%;
  border-collapse: collapse;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table thead {
  background-color: #f7fafc;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th {
  padding: 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5568;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th:first-child {
  border-top-left-radius: 0.5rem;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th:last-child {
  border-top-right-radius: 0.5rem;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr {
  transition: background-color 0.2s;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr:hover {
  background-color: #f7fafc;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr:last-child td {
  border-bottom: none;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td {
  padding: 1rem;
  font-size: 0.875rem;
  color: #2d3748;
  border-bottom: 1px solid #e2e8f0;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td.revenue-value {
  font-weight: 600;
  color: #0097a7;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td.revenue-value.churn {
  color: #f56565;
}
.agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td.revenue-value.net-revenue {
  color: #48bb78;
  font-size: 1rem;
}
.agency-revenue-analysis .btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
}
.agency-revenue-analysis .btn.btn-primary {
  background-color: #0097a7;
  color: white;
}
.agency-revenue-analysis .btn.btn-primary:hover {
  background-color: #00838f;
}
.agency-revenue-analysis .btn.btn-secondary {
  background-color: white;
  color: #4a5568;
  border: 1px solid #e2e8f0;
}
.agency-revenue-analysis .btn.btn-secondary:hover {
  background-color: #f7fafc;
}
.agency-revenue-analysis .btn svg {
  width: 16px;
  height: 16px;
}

.store-subscriptions-section {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.store-subscriptions-section .subscription-summary {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
  border-radius: 8px;
}
.store-subscriptions-section .subscription-summary .summary-item {
  flex: 1;
}
.store-subscriptions-section .subscription-summary .summary-item .summary-label {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.store-subscriptions-section .subscription-summary .summary-item .summary-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0097a7;
}
.store-subscriptions-section .plan-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #dbeafe;
  color: #1e40af;
}
.store-subscriptions-section .payment-method-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #f0fdf4;
  color: #15803d;
}
.store-subscriptions-section .bank-info-small {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.25rem;
}
.store-subscriptions-section .status-badge.status-trial {
  background-color: #fef3c7;
  color: #92400e;
}
.store-subscriptions-section .status-badge.status-warning {
  background-color: #fee2e2;
  color: #991b1b;
}
.store-subscriptions-section .status-badge.status-canceled {
  background-color: #f1f5f9;
  color: #64748b;
}
.store-subscriptions-section .empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #94a3b8;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .agency-revenue-analysis {
    padding: 1rem;
  }
  .agency-revenue-analysis .revenue-analysis-header .header-actions {
    width: 100%;
    justify-content: space-between;
  }
  .agency-revenue-analysis .revenue-table-section .table-container .revenue-table {
    font-size: 0.75rem;
  }
  .agency-revenue-analysis .revenue-table-section .table-container .revenue-table thead tr th,
  .agency-revenue-analysis .revenue-table-section .table-container .revenue-table tbody tr td {
    padding: 0.75rem 0.5rem;
  }
  .agency-revenue-analysis .store-subscriptions-section .subscription-summary {
    flex-direction: column;
    gap: 1rem;
  }
}
.store-dashboard .english-title {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.store-dashboard-header .header-title-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.store-dashboard-header .store-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #0097a7 0%, #00c6d7 100%);
  color: white;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.store-dashboard-header .store-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.store-dashboard-header .store-badge__text {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-dashboard-header .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .store-dashboard-header .header-actions {
    margin-bottom: 1rem;
  }
}
.store-dashboard-header .header-actions .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.store-dashboard-header .header-actions .btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d6d6d6;
}
.store-dashboard-header .header-actions .btn-secondary:hover {
  background-color: #e5e7eb;
}
.store-dashboard-header .header-actions .btn svg {
  width: 16px;
  height: 16px;
}
.store-dashboard-header .header-actions .period-select {
  padding: 0.5rem 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.store-dashboard-header .header-actions .period-select:hover {
  border-color: #0097a7;
}
.store-dashboard-header .header-actions .period-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-dashboard-header .header-actions .store-filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.store-dashboard-header .header-actions .store-filter .filter-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.store-dashboard-header .header-actions .store-filter .filter-select {
  padding: 0.5rem 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 150px;
}
.store-dashboard-header .header-actions .store-filter .filter-select:hover {
  border-color: #0097a7;
}
.store-dashboard-header .header-actions .store-filter .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-dashboard .dashboard-grid {
  margin-bottom: 1.25rem;
}
.store-dashboard .grid-cols-1 {
  grid-template-columns: 1fr;
}
.store-dashboard .dashboard-section {
  margin-bottom: 0;
}
.store-dashboard .rating-distribution {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-dashboard .rating-bar-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-dashboard .rating-bar-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.store-dashboard .rating-bar-label .stars {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  line-height: 1;
}
.store-dashboard .rating-bar-label .stars svg {
  flex-shrink: 0;
}
.store-dashboard .rating-bar-label .percentage {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}
@media (max-width: 768px) {
  .store-dashboard .rating-bar-label .percentage {
    font-size: 0.75rem;
  }
}
.store-dashboard .rating-bar {
  width: 100%;
  height: 8px;
  background-color: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}
.store-dashboard .rating-bar__fill {
  height: 100%;
  background-color: #0097a7;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.store-dashboard .sentiment-analysis {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-dashboard .sentiment-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.store-dashboard .sentiment-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.store-dashboard .sentiment-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.store-dashboard .sentiment-icon svg {
  flex-shrink: 0;
}
.store-dashboard .sentiment-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.store-dashboard .sentiment-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
@media (max-width: 768px) {
  .store-dashboard .sentiment-label {
    font-size: 0.75rem;
  }
}
.store-dashboard .sentiment-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #374151;
}
@media (max-width: 768px) {
  .store-dashboard .sentiment-value {
    font-size: 0.75rem;
  }
}
.store-dashboard .sentiment-bar {
  width: 100%;
  height: 10px;
  background-color: #f3f4f6;
  border-radius: 5px;
  overflow: hidden;
}
.store-dashboard .sentiment-bar__fill {
  height: 100%;
  border-radius: 5px;
  transition: width 0.3s ease;
}
.store-dashboard .sentiment-bar__fill--positive {
  background-color: #10b981;
}
.store-dashboard .sentiment-bar__fill--neutral {
  background-color: #f59e0b;
}
.store-dashboard .sentiment-bar__fill--negative {
  background-color: #ef4444;
}
.store-dashboard .activity-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.store-dashboard .activity-show-all {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0097a7;
  text-decoration: none;
  transition: color 0.2s ease;
}
.store-dashboard .activity-show-all:hover {
  color: #006d7a;
}
.store-dashboard .activity-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-dashboard .activity-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.store-dashboard .activity-item:hover {
  background-color: #f3f4f6;
}
.store-dashboard .activity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.store-dashboard .activity-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.store-dashboard .activity-icon--new {
  color: #2563eb;
}
.store-dashboard .activity-icon--success {
  color: #059669;
}
.store-dashboard .activity-icon--warning {
  color: #d97706;
}
.store-dashboard .activity-icon--info {
  color: #6366f1;
}
.store-dashboard .activity-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.store-dashboard .activity-title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
}
.store-dashboard .activity-time {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-dashboard .activity-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  flex-shrink: 0;
}
.store-dashboard .activity-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
.store-dashboard .ai-usage-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-dashboard .ai-usage-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .store-dashboard .ai-usage-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.store-dashboard .ai-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}
.store-dashboard .ai-stat-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.store-dashboard .ai-stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #374151;
}
.store-dashboard .ai-stat-value.highlight {
  color: #0097a7;
}
.store-dashboard .ai-usage-bar {
  width: 100%;
  height: 12px;
  background-color: #f3f4f6;
  border-radius: 6px;
  overflow: hidden;
}
.store-dashboard .ai-usage-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #0097a7 0%, #00c6d7 100%);
  border-radius: 6px;
  transition: width 0.3s ease;
}
.store-dashboard .ai-usage-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-dashboard .ai-usage-note {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.store-dashboard .ai-usage-note strong {
  color: #374151;
  font-weight: 600;
}
.store-dashboard .subscription-warning-banner {
  margin: 1.5rem 0;
  background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
  border-left: 4px solid #f59e0b;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.store-dashboard .subscription-warning-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.store-dashboard .subscription-warning-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
}
.store-dashboard .subscription-warning-text {
  flex: 1;
}
.store-dashboard .subscription-warning-text h3 {
  font-size: 1.25rem;
  color: #92400e;
  margin-bottom: 0.5rem;
}
.store-dashboard .subscription-warning-text p {
  color: #78350f;
  margin: 0;
}
.store-dashboard .subscription-warning-action {
  flex-shrink: 0;
}
.store-dashboard .subscription-warning-banner .btn-primary {
  background-color: #f59e0b;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  border: none;
}
.store-dashboard .subscription-warning-banner .btn-primary:hover {
  background-color: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.store-dashboard .english-title {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-dashboard .reviews-list .review-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  transition: all 0.2s ease;
}
.store-dashboard .reviews-list .review-item:hover {
  border-color: #0097a7;
  box-shadow: 0 2px 8px rgba(0, 151, 167, 0.1);
}
.store-dashboard .reviews-list .review-item .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.store-dashboard .reviews-list .review-item .review-header .review-rating {
  display: flex;
  gap: 0.125rem;
}
.store-dashboard .reviews-list .review-item .review-header .review-rating .star {
  font-size: 1rem;
  color: #d1d5db;
}
.store-dashboard .reviews-list .review-item .review-header .review-rating .star.filled {
  color: #fbbf24;
}
.store-dashboard .reviews-list .review-item .review-header .review-date {
  font-size: 0.875rem;
  color: #6b7280;
}
.store-dashboard .reviews-list .review-item .review-content .review-text {
  color: #374151;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.store-dashboard .reviews-list .review-item .review-content .review-response {
  background: #f9fafb;
  border-left: 3px solid #0097a7;
  padding: 0.75rem;
  border-radius: 0.25rem;
  margin-top: 0.75rem;
}
.store-dashboard .reviews-list .review-item .review-content .review-response .response-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.store-dashboard .reviews-list .review-item .review-content .review-response .response-header .response-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0097a7;
}
.store-dashboard .reviews-list .review-item .review-content .review-response .response-header .response-date {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-dashboard .reviews-list .review-item .review-content .review-response .response-text {
  color: #374151;
  line-height: 1.5;
  font-size: 0.875rem;
}
.store-dashboard .reviews-list .no-data-message {
  text-align: center;
  color: #6b7280;
  padding: 2rem;
  font-style: italic;
}
.store-dashboard .pagination-container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.store-dashboard .pagination-container .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}
.store-dashboard .pagination-container .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s ease;
  min-width: 2.5rem;
  height: 2.5rem;
}
.store-dashboard .pagination-container .pagination .page-item .page-link:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}
.store-dashboard .pagination-container .pagination .page-item .page-link.active {
  background-color: #0097a7;
  border-color: #0097a7;
  color: #ffffff;
}
.store-dashboard .pagination-container .pagination .page-item .page-link.disabled {
  color: #9ca3af;
  cursor: not-allowed;
  background-color: #f9fafb;
}
.store-dashboard .pagination-container .pagination .page-item .page-link.disabled:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}
.store-dashboard .rating-distribution .rating-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.store-dashboard .rating-distribution .rating-bar .rating-stars {
  display: flex;
  gap: 0.125rem;
  min-width: 5rem;
}
.store-dashboard .rating-distribution .rating-bar .rating-stars .star {
  font-size: 0.875rem;
  color: #d1d5db;
}
.store-dashboard .rating-distribution .rating-bar .rating-stars .star.filled {
  color: #fbbf24;
}
.store-dashboard .rating-distribution .rating-bar .rating-progress {
  flex: 1;
}
.store-dashboard .rating-distribution .rating-bar .rating-progress .progress-bar {
  width: 100%;
  height: 0.5rem;
  background-color: #e5e7eb;
  border-radius: 0.25rem;
  overflow: hidden;
}
.store-dashboard .rating-distribution .rating-bar .rating-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: #0097a7;
  transition: width 0.3s ease;
}
.store-dashboard .rating-distribution .rating-bar .rating-percentage {
  min-width: 4rem;
  text-align: right;
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}
.store-dashboard .rating-distribution .no-data-message {
  text-align: center;
  color: #6b7280;
  padding: 2rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .store-dashboard .reviews-list .review-item .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .store-dashboard .reviews-list .review-item .review-response .response-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .store-dashboard .rating-distribution .rating-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .store-dashboard .rating-distribution .rating-bar .rating-progress {
    width: 100%;
  }
  .store-dashboard .rating-distribution .rating-bar .rating-percentage {
    text-align: left;
  }
  .store-dashboard .pagination-container .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.review-list {
  padding: 20px 2rem;
}
@media (max-width: 1024px) {
  .review-list {
    padding: 20px;
  }
}
.review-list .search-filter-section {
  margin-bottom: 16px;
}
.review-list .search-bar {
  margin-bottom: 16px;
}
.review-list .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.review-list .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.review-list .search-bar .search-input-wrapper .search-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-size: 0.75rem;
  background: white;
}
.review-list .search-bar .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: #d1d5db;
  box-shadow: none;
}
.review-list .search-bar .search-input-wrapper .search-input::placeholder {
  color: #9ca3af;
}
.review-list .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.review-list .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-list .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.review-list .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.75rem;
  background: white;
  cursor: pointer;
}
.review-list .filter-group .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.review-list .reviews-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.review-list .review-card {
  padding: 0.875rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  transition: all 0.2s ease;
}
.review-list .review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .review-list .review-header {
    flex-wrap: wrap;
  }
}
.review-list .review-author {
  display: flex;
  gap: 12px;
  align-items: center;
}
.review-list .avatar,
.review-list .avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.review-list .avatar-placeholder {
  background: #355276;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}
.review-list .author-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  flex-shrink: 0;
}
.review-list .review-meta {
  display: flex;
  gap: 10px;
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 4px;
}
.review-list .review-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 0.75rem;
}
.review-list .review-rating svg {
  flex-shrink: 0;
}
.review-list .review-content {
  margin-bottom: 0.75rem;
  line-height: 1.5;
  color: #374151;
}
.review-list .review-content p {
  margin: 0;
}
.review-list .review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
}
.review-list .review-sentiment {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.review-list .badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 8px;
}
.review-list .badge.badge-pending {
  background: #fef3c7;
  color: #92400e;
}
.review-list .badge.badge-approved {
  background: #d1fae5;
  color: #065f46;
}
.review-list .badge.badge-rejected {
  background: #fee2e2;
  color: #991b1b;
}
.review-list .badge.badge-qr_code {
  background: #dbeafe;
  color: #1e40af;
}
.review-list .badge.badge-google {
  background: #fef3c7;
  color: #92400e;
}
.review-list .sentiment-badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
.review-list .sentiment-badge.sentiment-positive {
  background: #d1fae5;
  color: #065f46;
}
.review-list .sentiment-badge.sentiment-neutral {
  background: #e5e7eb;
  color: #374151;
}
.review-list .sentiment-badge.sentiment-negative {
  background: #fee2e2;
  color: #991b1b;
}
.review-list .review-buttons {
  display: flex;
  gap: 10px;
}
.review-list .btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.review-list .btn.btn-success {
  background: #10b981;
  color: white;
}
.review-list .btn.btn-success:hover {
  background: #059669;
}
.review-list .btn.btn-warning {
  background: #f59e0b;
  color: white;
}
.review-list .btn.btn-warning:hover {
  background: #d97706;
}
.review-list .btn.btn-danger {
  background: #ef4444;
  color: white;
}
.review-list .btn.btn-danger:hover {
  background: #dc2626;
}
.review-list .btn.btn-secondary {
  background: #6b7280;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
}
.review-list .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  text-align: center;
  background: white;
  border-radius: 12px;
  border: 2px dashed #d1d5db;
  color: #9ca3af;
}
.review-list .empty-state p {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.review-list .alert {
  padding: 12px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.review-list .alert.alert-success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #10b981;
}
.review-list .pagination-wrapper {
  margin-top: 30px;
  text-align: center;
  padding: 20px 0;
  margin: 50px 0 30px 0;
}
.review-list .pagination-wrapper .custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0;
}
.review-list .pagination-wrapper .custom-pagination .pagination-btn {
  font-size: 14px;
  text-decoration: none;
  transition: all 250ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  border: 2px solid #0097a7;
  line-height: 38px;
  padding: 0 0.75rem;
  color: #0097a7;
  background: transparent;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.review-list .pagination-wrapper .custom-pagination .pagination-btn:first-child, .review-list .pagination-wrapper .custom-pagination .pagination-btn:last-child {
  padding: 0 16px;
  margin: 0 12px 6px;
  min-width: auto;
}
.review-list .pagination-wrapper .custom-pagination .pagination-btn:hover:not([aria-disabled=true]):not(.disabled) {
  background-color: #0097a7;
  color: #fff;
}
.review-list .pagination-wrapper .custom-pagination .pagination-btn[aria-current=page], .review-list .pagination-wrapper .custom-pagination .pagination-btn.active {
  background-color: #0097a7 !important;
  color: #fff !important;
  border-color: #0097a7 !important;
}
.review-list .pagination-wrapper .custom-pagination .pagination-btn[aria-disabled=true], .review-list .pagination-wrapper .custom-pagination .pagination-btn.disabled {
  color: #9ca3af !important;
  border-color: #9ca3af !important;
  background: transparent !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
.review-list .pagination-wrapper .custom-pagination .pagination-btn[aria-disabled=true]:hover, .review-list .pagination-wrapper .custom-pagination .pagination-btn.disabled:hover {
  background: transparent !important;
  color: #9ca3af !important;
  transform: none !important;
  box-shadow: none !important;
}
.review-list .pagination-wrapper .custom-pagination .pagination-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.review-list .pagination-wrapper .custom-pagination .pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 50px;
  color: #6b7280;
  font-size: 20px;
  font-weight: 700;
  margin: 0 3px 6px;
}
@keyframes pagination-in {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.review-list .pagination-wrapper .custom-pagination {
  animation: pagination-in 300ms ease both;
}
@media (max-width: 768px) {
  .review-list .pagination-wrapper {
    margin: 30px 0 20px 0;
  }
  .review-list .pagination-wrapper .custom-pagination {
    gap: 0.25rem;
  }
  .review-list .pagination-wrapper .custom-pagination .pagination-btn {
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 0 2px 4px;
  }
  .review-list .pagination-wrapper .custom-pagination .pagination-btn:first-child, .review-list .pagination-wrapper .custom-pagination .pagination-btn:last-child {
    padding: 0 12px;
    margin: 0 8px 4px;
  }
  .review-list .pagination-wrapper .custom-pagination .pagination-dots {
    height: 32px;
    min-width: 40px;
    font-size: 16px;
    margin: 0 2px 4px;
  }
}
.review-list .table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 24px;
  padding: 0;
}
@media (max-width: 768px) {
  .review-list .table-footer {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.review-list .pagination-info {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .review-list .pagination-info {
    text-align: center;
  }
}
.review-list .pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.review-list .pagination-controls .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.75rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}
.review-list .pagination-controls .pagination-btn.active {
  background: #3d3d3d;
  color: #fff;
  border-color: #3d3d3d;
}
.review-list .pagination-controls .pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.response-management-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .response-management-header {
    margin-right: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.response-management .unreplied-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #fef3c7;
  color: #d97706;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.response-management .unreplied-badge svg {
  flex-shrink: 0;
}
.response-management .response-tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #e5e7eb;
}
.response-management .tab-button {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: -2px;
}
.response-management .tab-button:hover {
  color: #0097a7;
}
.response-management .tab-button.active {
  color: #0097a7;
  border-bottom-color: #0097a7;
}
.response-management .response-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.response-management .response-card {
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  font-size: 0.75rem;
}
.response-management .response-card.urgent {
  border-left: 4px solid #dc2626;
}
.response-management .response-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.response-management .review-rating {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  flex-shrink: 0;
}
.response-management .review-rating svg {
  flex-shrink: 0;
}
.response-management .review-author {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  flex-shrink: 0;
}
.response-management .review-excerpt {
  font-size: 0.75rem;
  color: #6b7280;
  flex: 1;
}
.response-management .priority-badge {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background-color: #fef2f2;
  color: #dc2626;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
}
.response-management .priority-badge svg {
  flex-shrink: 0;
}
.response-management .response-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.response-management .meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #6b7280;
  flex-shrink: 0;
}
.response-management .meta-item svg {
  flex-shrink: 0;
}
.response-management .reply-form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
.response-management .review-full-content {
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.response-management .review-full-content p {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.5;
  margin: 0;
}
.response-management .form-group {
  margin-bottom: 1rem;
}
.response-management .form-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.response-management .form-label svg {
  flex-shrink: 0;
}
.response-management .reply-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: white;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
  transition: all 0.2s ease;
}
.response-management .reply-textarea:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.response-management .reply-textarea::placeholder {
  color: #9ca3af;
}
.response-management .response-card-actions,
.response-management .reply-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.response-management .reply-actions {
  justify-content: flex-start;
}
.response-management .reply-actions .action-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.response-management .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  flex-shrink: 0;
}
.response-management .btn svg {
  flex-shrink: 0;
}
.response-management .btn.btn-ai {
  background-color: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}
.response-management .btn.btn-ai:hover {
  background-color: #dbeafe;
}
.response-management .btn.btn-template {
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d6d6d6;
}
.response-management .btn.btn-template:hover {
  background-color: #e5e7eb;
}
.response-management .btn.btn-detail {
  background-color: #f9fafb;
  color: #6b7280;
  border: 1px solid #d6d6d6;
}
.response-management .btn.btn-detail:hover {
  background-color: #f3f4f6;
  color: #374151;
}
.response-management .btn.btn-primary {
  background-color: #0097a7;
  color: white;
  border: 1px solid #0097a7;
}
.response-management .btn.btn-primary:hover {
  background-color: #007d8a;
}
.response-management .btn.btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d6d6d6;
}
.response-management .btn.btn-secondary:hover {
  background-color: #e5e7eb;
}
.response-management .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}
.response-management .empty-state svg {
  color: #d1d5db;
  margin-bottom: 1rem;
}
.response-management .empty-state p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 768px) {
  .response-management .response-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .response-management .review-excerpt {
    width: 100%;
  }
  .response-management .response-card-actions,
  .response-management .reply-actions {
    flex-direction: column;
    width: 100%;
  }
  .response-management .response-card-actions .btn,
  .response-management .reply-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .response-management .response-card-actions .action-group,
  .response-management .reply-actions .action-group {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .response-management .response-card-actions .action-group .btn,
  .response-management .reply-actions .action-group .btn {
    width: 100%;
  }
}

.realtime-analytics .dashboard-chart-container {
  background: white;
  border: none;
  border-radius: 0.75rem;
  height: 400px;
}
@media (max-width: 768px) {
  .realtime-analytics .dashboard-chart-container {
    height: 300px;
  }
}
.realtime-analytics .dashboard-chart-container canvas {
  max-height: 100%;
}
.realtime-analytics .search-filter-section {
  margin-bottom: 16px;
}
.realtime-analytics .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.realtime-analytics .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.realtime-analytics .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.realtime-analytics .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.75rem;
  background: white;
  cursor: pointer;
}
.realtime-analytics .filter-group .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.realtime-analytics .filter-group .btn-secondary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 16px;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  color: #374151;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.realtime-analytics .filter-group .btn-secondary:hover {
  background: #f9fafb;
  border-color: #0097a7;
  color: #0097a7;
}
.realtime-analytics .filter-group .btn-secondary svg {
  width: 16px;
  height: 16px;
}
.realtime-analytics .dashboard-grid {
  grid-template-columns: 1fr;
}

.keyword-analysis-header {
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .keyword-analysis-header {
    margin-right: 2rem;
  }
}
.keyword-analysis .keyword-card {
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.keyword-analysis .keyword-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.keyword-analysis .keyword-item {
  display: grid;
  grid-template-columns: auto 1fr 2fr auto;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .keyword-analysis .keyword-item {
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.keyword-analysis .keyword-rank {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  min-width: 1.5rem;
}
@media (max-width: 768px) {
  .keyword-analysis .keyword-rank {
    align-self: center;
  }
}
.keyword-analysis .keyword-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  min-width: 5rem;
}
@media (max-width: 768px) {
  .keyword-analysis .keyword-name {
    align-self: center;
  }
}
.keyword-analysis .keyword-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  grid-column: 3/-1;
}
@media (max-width: 768px) {
  .keyword-analysis .keyword-bar-wrapper {
    grid-column: 1/-1;
    gap: 0.5rem;
    margin-top: 0.25rem;
  }
}
.keyword-analysis .keyword-bar-container {
  position: relative;
  height: 1.5rem;
  background: #f3f4f6;
  border-radius: 0.25rem;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .keyword-analysis .keyword-bar-container {
    flex: 1;
  }
}
.keyword-analysis .keyword-bar {
  height: 100%;
  background: linear-gradient(90deg, #0097a7 0%, #00bcd4 100%);
  border-radius: 0.25rem;
  transition: width 0.5s ease;
}
.keyword-analysis .keyword-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: #374151;
  min-width: 3rem;
  text-align: right;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .keyword-analysis .keyword-count {
    min-width: auto;
    white-space: nowrap;
  }
}
.keyword-analysis .sentiment-chart-section {
  background: white;
  border-radius: 10px;
}
.keyword-analysis .sentiment-chart-section .sentiment-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .keyword-analysis .sentiment-chart-section .sentiment-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.keyword-analysis .sentiment-chart-section .sentiment-chart-container {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .keyword-analysis .sentiment-chart-section .sentiment-chart-container {
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  .keyword-analysis .sentiment-chart-section .sentiment-chart-container {
    max-width: 220px;
  }
}
@media (max-width: 1024px) {
  .keyword-analysis .sentiment-chart-section .sentiment-chart-container {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .keyword-analysis .sentiment-chart-section .sentiment-chart-container {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .keyword-analysis .sentiment-chart-section .sentiment-chart-container {
    max-width: 240px;
  }
}
.keyword-analysis .sentiment-chart-section .sentiment-legend {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
}
.keyword-analysis .sentiment-chart-section .sentiment-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.keyword-analysis .sentiment-chart-section .sentiment-legend .legend-item .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
}
.keyword-analysis .sentiment-chart-section .sentiment-legend .legend-item .legend-label {
  font-size: 0.875rem;
  color: #4a5568;
}
.keyword-analysis .action-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .keyword-analysis .action-buttons {
    flex-direction: column;
    width: 100%;
  }
  .keyword-analysis .action-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}
.keyword-analysis .header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .keyword-analysis .header-actions {
    flex-wrap: wrap;
  }
}
.keyword-analysis .header-actions .btn-secondary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.keyword-analysis .header-actions .btn-secondary:hover {
  background: #f9fafb;
  border-color: #0097a7;
  color: #0097a7;
}
.keyword-analysis .header-actions .btn-secondary svg {
  width: 16px;
  height: 16px;
}

.flash-message {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: #059669;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 1000;
  animation: slideIn 0.3s ease;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.store-info .dashboard-grid {
  grid-template-columns: 1fr;
}
.store-info .dashboard-grid .form-label {
  font-size: 0.875rem;
  font-weight: 600;
}
.store-info .action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
  .store-info .action-buttons {
    flex-direction: column-reverse;
    width: 100%;
  }
  .store-info .action-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}
.store-info .info-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-info .qr-code-content-wrapper {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .store-info .qr-code-content-wrapper {
    padding: 1rem;
  }
}
.store-info .qr-code-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .store-info .qr-code-content {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.store-info .qr-code-preview {
  flex-shrink: 0;
  padding: 1rem;
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-info .qr-code-preview svg {
  display: block;
  width: 150px;
  height: 150px;
}
@media (max-width: 768px) {
  .store-info .qr-code-preview svg {
    width: 100px;
    height: 100px;
  }
}
.store-info .qr-code-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-info .qr-code-description {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .store-info .qr-code-description {
    font-size: 0.75rem;
  }
}
.store-info .qr-code-url .form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.store-info .qr-code-url .url-display {
  padding: 0.75rem;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-family: monospace;
  color: #4b5563;
  word-break: break-all;
}
.store-info .qr-code-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.store-info .qr-code-note svg {
  flex-shrink: 0;
  color: #3b82f6;
}
.store-info .btn-download-qr {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  width: fit-content;
}
.store-info .btn-download-qr svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .store-info .btn-download-qr {
    width: 100%;
    justify-content: center;
  }
}
.store-info .info-card-content {
  min-height: 1px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .store-info .info-card-content {
    padding: 1rem;
  }
}
.store-info .form-display {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.6;
  min-height: 1.5rem;
}
@media (max-width: 768px) {
  .store-info .form-display {
    font-size: 0.75rem;
  }
}
.store-info .form-display a {
  color: #0097a7;
  text-decoration: none;
}
.store-info .form-display a:hover {
  text-decoration: underline;
}
.store-info .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .store-info .form-row {
    grid-template-columns: 1fr;
  }
}
.store-info .form-row.full-width {
  grid-template-columns: 1fr;
}
.store-info .form-group {
  margin-bottom: 1rem;
}
.store-info .form-group:last-child {
  margin-bottom: 0;
}
.store-info .form-input,
.store-info .form-select {
  background-color: white;
  transition: all 0.2s ease;
}
.store-info .form-input:focus,
.store-info .form-select:focus {
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-info .form-input:disabled, .store-info .form-input[readonly],
.store-info .form-select:disabled,
.store-info .form-select[readonly] {
  background-color: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
}
.store-info .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-right: 2rem;
  appearance: none;
  cursor: pointer;
}
.store-info .form-select:disabled {
  cursor: not-allowed;
}
.store-info .form-textarea {
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
  min-height: 100px;
  transition: all 0.2s ease;
}
.store-info .form-textarea:focus {
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-info .form-textarea:disabled, .store-info .form-textarea[readonly] {
  background-color: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
}
.store-info .radio-group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.store-info .radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #374151;
  user-select: none;
}
.store-info .radio-label.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.store-info .radio-input {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  accent-color: #0097a7;
}
.store-info .radio-input:disabled {
  cursor: not-allowed;
}
.store-info .radio-text {
  font-weight: 500;
}
.store-info .readonly-note {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
.store-info .external-links-content {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .store-info .external-links-content {
    padding: 1rem;
  }
}
.store-info .link-item {
  margin-bottom: 1.25rem;
}
.store-info .link-item:last-child {
  margin-bottom: 0;
}
.store-info .link-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.store-info .link-label svg {
  flex-shrink: 0;
}
.store-info .link-status {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.store-info .status-badge {
  flex-shrink: 0;
}
.store-info .status-badge.connected {
  background-color: #d1fae5;
  color: #059669;
}
.store-info .status-badge.disconnected {
  background-color: #fee2e2;
  color: #dc2626;
}
.store-info .link-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.store-info .error-message {
  display: block;
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.store-info .alert {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.store-info .alert.alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #059669;
}

.store-info.edit-mode .form-input,
.store-info.edit-mode .form-select,
.store-info.edit-mode .form-textarea {
  background-color: white;
  cursor: text;
}
.store-info.edit-mode .form-input:disabled,
.store-info.edit-mode .form-select:disabled,
.store-info.edit-mode .form-textarea:disabled {
  background-color: #f3f4f6;
  cursor: not-allowed;
}

.store-info.view-mode .form-input,
.store-info.view-mode .form-select,
.store-info.view-mode .form-textarea {
  background-color: #f9fafb;
  border-color: #e5e7eb;
  cursor: default;
}

.store-hours-header {
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .store-hours-header {
    margin-right: 2rem;
  }
}
.store-hours .dashboard-grid {
  grid-template-columns: 1fr;
}
.store-hours .action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
  .store-hours .action-buttons {
    flex-direction: column-reverse;
    width: 100%;
  }
  .store-hours .action-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}
.store-hours .hours-container {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.store-hours .section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 1rem;
}
.store-hours .hours-section {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.store-hours .hours-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.store-hours .day-row {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.store-hours .day-row:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .store-hours .day-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.store-hours .day-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  min-width: 5rem;
}
@media (max-width: 768px) {
  .store-hours .day-name {
    width: 100%;
  }
}
.store-hours .day-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .store-hours .day-controls {
    width: 100%;
  }
}
.store-hours .checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  user-select: none;
}
.store-hours .checkbox-input {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  accent-color: #0097a7;
}
.store-hours .checkbox-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}
.store-hours .time-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.store-hours .time-input {
  padding: 0.375rem 0.5rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: white;
  width: 6rem;
  transition: all 0.2s ease;
}
.store-hours .time-input:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-hours .time-separator {
  font-size: 0.875rem;
  color: #6b7280;
}
.store-hours .break-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
}
.store-hours .break-label {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-hours .status-badge.open {
  background-color: #d1fae5;
  color: #059669;
}
.store-hours .status-badge.closed {
  background-color: #fee2e2;
  color: #dc2626;
}
.store-hours .time-display {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}
.store-hours .break-display {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-hours .closed-text {
  font-size: 0.875rem;
  color: #6b7280;
}
.store-hours .special-days-section {
  padding: 1.5rem;
}
.store-hours .special-days-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.store-hours .special-day-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}
.store-hours .special-day-row:last-child {
  border-bottom: none;
}
.store-hours .special-day-row.add-new {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px dashed #d6d6d6;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .store-hours .special-day-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.store-hours .special-date {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  min-width: 7rem;
}
.store-hours .special-type {
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.store-hours .special-type.closed {
  background-color: #fee2e2;
  color: #dc2626;
}
.store-hours .special-type.special {
  background-color: #dbeafe;
  color: #2563eb;
}
.store-hours .special-note {
  font-size: 0.875rem;
  color: #6b7280;
}
.store-hours .date-input {
  padding: 0.375rem 0.5rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: white;
  width: 9rem;
  transition: all 0.2s ease;
}
.store-hours .date-input:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-hours .type-select {
  padding: 0.375rem 0.5rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: white;
  width: 7rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.store-hours .type-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-hours .note-input {
  padding: 0.375rem 0.5rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: white;
  flex: 1;
  min-width: 10rem;
  transition: all 0.2s ease;
}
.store-hours .note-input:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-hours .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  flex-shrink: 0;
}
.store-hours .btn svg {
  flex-shrink: 0;
}
.store-hours .btn.btn-small {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}
.store-hours .btn.btn-primary {
  background-color: #0097a7;
  color: white;
  border: 1px solid #0097a7;
}
.store-hours .btn.btn-primary:hover {
  background-color: #007d8a;
}
.store-hours .btn.btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d6d6d6;
}
.store-hours .btn.btn-secondary:hover {
  background-color: #e5e7eb;
}
.store-hours .btn.btn-success {
  background-color: #059669;
  color: white;
  border: 1px solid #059669;
}
.store-hours .btn.btn-success:hover {
  background-color: #047857;
}
.store-hours .btn.btn-danger {
  background-color: #dc2626;
  color: white;
  border: 1px solid #dc2626;
}
.store-hours .btn.btn-danger:hover {
  background-color: #b91c1c;
}
.store-hours .error-message {
  display: block;
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.store-hours .alert {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.store-hours .alert.alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #059669;
}

.store-hours.edit-mode .time-input,
.store-hours.edit-mode .date-input,
.store-hours.edit-mode .type-select,
.store-hours.edit-mode .note-input {
  background-color: white;
  cursor: text;
}

.store-hours.view-mode .time-input,
.store-hours.view-mode .date-input,
.store-hours.view-mode .type-select,
.store-hours.view-mode .note-input {
  background-color: #f9fafb;
  border-color: #e5e7eb;
  cursor: default;
}

.store-branches .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .store-branches .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.store-branches .stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
}
.store-branches .stat-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}
.store-branches .stat-info {
  flex: 1;
}
.store-branches .stat-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.store-branches .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374151;
}
.store-branches .dashboard-section .search-filter-section .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .store-branches .dashboard-section .search-filter-section .filter-row {
    justify-content: flex-start;
  }
}
.store-branches .search-bar {
  margin-bottom: 1rem;
}
.store-branches .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.store-branches .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  z-index: 1;
}
.store-branches .search-bar .search-input-wrapper .search-input {
  width: 100%;
  padding: 0.625rem 1rem 0.625rem 2.75rem;
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  color: #374151;
  transition: all 0.2s ease;
}
.store-branches .search-bar .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-branches .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.store-branches .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-branches .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.store-branches .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.75rem;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.store-branches .filter-group .filter-select:focus {
  outline: none;
  border-color: #0097a7;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.store-branches .branches-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.store-branches .dashboard-section .branch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .store-branches .dashboard-section .branch-header {
    align-items: flex-start;
  }
}
.store-branches .dashboard-section .branch-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.store-branches .branch-title-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.store-branches .branch-info {
  flex: 1;
}
.store-branches .branch-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.store-branches .branch-address {
  font-size: 0.875rem;
  color: #6b7280;
}
.store-branches .status-badge {
  flex-shrink: 0;
}
.store-branches .status-badge.connected {
  background-color: #d1fae5;
  color: #059669;
}
.store-branches .status-badge.disconnected {
  background-color: #fef3c7;
  color: #d97706;
}
.store-branches .status-badge.error {
  background-color: #fee2e2;
  color: #dc2626;
}
.store-branches .status-badge.current {
  background-color: #e0f2fe;
  color: #0097a7;
  border: 1px solid #0097a7;
}
.store-branches .status-badge.primary {
  background-color: #f0f9ff;
  color: #0369a1;
  border: 1px solid #0369a1;
}
.store-branches .status-badge.secondary {
  background-color: #f8fafc;
  color: #475569;
  border: 1px solid #475569;
}
.store-branches .dropdown {
  position: relative;
}
.store-branches .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  padding: 8px;
}
.store-branches .btn-icon svg {
  flex-shrink: 0;
}
.store-branches .dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 140px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  overflow: hidden;
}
.store-branches .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.store-branches .dropdown-item:hover {
  background-color: #f3f4f6;
}
.store-branches .dropdown-item svg {
  flex-shrink: 0;
}
.store-branches .branch-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}
.store-branches .stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.store-branches .stat-icon-small {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.store-branches .stat-value-small {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
}
.store-branches .stat-label-small {
  font-size: 0.75rem;
  color: #6b7280;
}
.store-branches .branch-sync {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: #6b7280;
}
.store-branches .branch-sync svg {
  flex-shrink: 0;
}
.store-branches .sync-text {
  font-size: 0.875rem;
}
.store-branches .branch-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .store-branches .branch-actions {
    width: 100%;
  }
}
.store-branches .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
  flex-shrink: 0;
}
.store-branches .btn svg {
  flex-shrink: 0;
}
.store-branches .btn.btn-small {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}
.store-branches .btn.btn-primary {
  background-color: #0097a7;
  color: white;
  border: 1px solid #0097a7;
}
.store-branches .btn.btn-primary:hover {
  background-color: #007d8a;
}
.store-branches .btn.btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d6d6d6;
}
.store-branches .btn.btn-secondary:hover {
  background-color: #e5e7eb;
}
.store-branches .btn.btn-success {
  background-color: #059669;
  color: white;
  border: 1px solid #059669;
}
.store-branches .btn.btn-success:hover {
  background-color: #047857;
}
.store-branches .alert {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  margin-top: 1rem;
  font-size: 0.875rem;
}
.store-branches .alert.alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #059669;
}

.branch-detail {
  padding: 20px 2rem;
}
@media (max-width: 1024px) {
  .branch-detail {
    padding: 20px;
  }
}
.branch-detail-header {
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .branch-detail-header {
    margin-right: 2rem;
  }
}
.branch-detail .branch-info-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .branch-detail .branch-info-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.branch-detail .branch-icon-large {
  font-size: 3rem;
  flex-shrink: 0;
}
.branch-detail .branch-title-info {
  flex: 1;
}
.branch-detail .branch-name-large {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.5rem;
}
.branch-detail .branch-address-large {
  font-size: 0.875rem;
  color: #6b7280;
}
.branch-detail .stats-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .branch-detail .stats-overview {
    grid-template-columns: repeat(2, 1fr);
  }
}
.branch-detail .stats-overview .stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
}
.branch-detail .stats-overview .stat-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}
.branch-detail .stats-overview .stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.25rem;
}
.branch-detail .stats-overview .stat-label {
  font-size: 0.75rem;
  color: #6b7280;
}
.branch-detail .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .branch-detail .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.branch-detail .section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
}
.branch-detail .google-connection-section {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.branch-detail .connection-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
}
.branch-detail .connection-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.branch-detail .connection-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .branch-detail .connection-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.branch-detail .connection-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}
.branch-detail .connection-label svg {
  flex-shrink: 0;
}
.branch-detail .connection-value {
  font-size: 0.875rem;
  color: #6b7280;
}
.branch-detail .connection-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #059669;
}
.branch-detail .status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.branch-detail .status-dot.active {
  background-color: #059669;
}
.branch-detail .chart-section {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.branch-detail .dashboard-chart-container {
  height: 300px;
  position: relative;
}
.branch-detail .chart-placeholder {
  text-align: center;
}
.branch-detail .chart-note {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 1rem;
}
.branch-detail .recent-reviews-section {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.branch-detail .reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.branch-detail .review-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
}
.branch-detail .review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .branch-detail .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.branch-detail .review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.branch-detail .author-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #0097a7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}
.branch-detail .author-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}
.branch-detail .review-time {
  font-size: 0.75rem;
  color: #6b7280;
}
.branch-detail .review-rating {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.branch-detail .review-rating .star {
  font-size: 1rem;
}
.branch-detail .review-rating .star.filled {
  color: #fbbf24;
}
.branch-detail .review-content {
  margin-bottom: 0.75rem;
}
.branch-detail .review-text {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.5;
}
.branch-detail .review-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.branch-detail .reply-badge {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #d1fae5;
  color: #059669;
}
.branch-detail .reply-badge svg {
  flex-shrink: 0;
}
.branch-detail .quick-actions-section {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.branch-detail .actions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .branch-detail .actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.branch-detail .action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.branch-detail .action-card:hover {
  background-color: #e5e7eb;
}
.branch-detail .action-icon {
  font-size: 1.75rem;
}
.branch-detail .action-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  text-align: center;
}
.branch-detail .alert {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  margin-top: 1rem;
  font-size: 0.875rem;
}
.branch-detail .alert.alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #059669;
}

.store-branches .modal-overlay,
.branch-detail .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
  opacity: 1 !important;
  visibility: visible !important;
}

.modal-content {
  background: white;
  border-radius: 0.75rem;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.modal-content.qr-modal {
  max-width: 700px;
}

.modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: all 0.2s;
}
.modal-close:hover {
  background-color: #f3f4f6;
  color: #374151;
}

.modal-body {
  padding: 1.5rem;
}

.qr-display {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .qr-display {
    flex-direction: column;
    align-items: center;
  }
}

.qr-code-wrapper {
  flex-shrink: 0;
  padding: 1rem;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-code-wrapper svg {
  width: 250px;
  height: 250px;
  display: block;
}
@media (max-width: 768px) {
  .qr-code-wrapper svg {
    width: 200px;
    height: 200px;
  }
}

.qr-info-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.qr-description {
  color: #374151;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

.qr-url-box .qr-url-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.qr-url-box .qr-url-value {
  padding: 0.75rem;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-family: monospace;
  color: #4b5563;
  word-break: break-all;
}

.qr-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.qr-note svg {
  flex-shrink: 0;
  color: #3b82f6;
}

.modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .modal-footer {
    flex-direction: column-reverse;
  }
  .modal-footer .btn {
    width: 100%;
  }
}

.store-detail-container {
  margin: 0 auto;
  padding: 1.25rem 2rem;
}
.store-detail-container > .dashboard-kpi-section {
  background: #656565;
}
.store-detail-container .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.store-detail-container .page-header .header-actions {
  display: flex;
  gap: 0.75rem;
}
.store-detail-container .page-header .header-actions .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .page-header .header-actions .btn:hover {
  background: #f9fafb;
  border-color: #0097a7;
  color: #0097a7;
}
.store-detail-container .page-header .header-actions .btn svg {
  width: 16px;
  height: 16px;
}
.store-detail-container .page-header .header-actions .btn.btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
  border-color: #d6d6d6;
}
.store-detail-container .page-header .header-actions .btn.btn-secondary:hover {
  background-color: #e5e7eb;
  border-color: #0097a7;
  color: #0097a7;
}
.store-detail-container .dashboard-grid {
  grid-template-columns: 1fr;
}
.store-detail-container .dashboard-section__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}
.store-detail-container .dashboard-section__title-row .dashboard-section__title {
  margin-bottom: 0;
}
.store-detail-container .dashboard-section__title-row .status-badge {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .dashboard-section__title-row .status-badge.status-trial {
  background-color: #fef3c7;
  color: #92400e;
}
.store-detail-container .dashboard-section__title-row .status-badge.status-inactive {
  background-color: #fee2e2;
  color: #991b1b;
}
.store-detail-container .dashboard-section__title-row .badge {
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  background-color: #f3f4f6;
  color: #374151;
}
.store-detail-container .detail-card {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.store-detail-container .detail-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.store-detail-container .detail-card .card-header .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .detail-card .card-header .status-badge {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .detail-card .card-header .status-badge.status-trial {
  background-color: #fef3c7;
  color: #92400e;
}
.store-detail-container .detail-card .card-header .status-badge.status-inactive {
  background-color: #fee2e2;
  color: #991b1b;
}
.store-detail-container .detail-card .card-header .badge {
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  background-color: #f3f4f6;
  color: #374151;
}
.store-detail-container .detail-card .card-body {
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .store-detail-container .detail-card {
    margin-bottom: 1.25rem;
  }
}
.store-detail-container .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
}
.store-detail-container .info-grid .info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-detail-container .info-grid .info-item.full-width {
  grid-column: 1/-1;
}
.store-detail-container .info-grid .info-item .info-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .info-grid .info-item .info-value {
  font-size: 0.875rem;
  color: #1f2937;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .info-grid .info-item .info-value .link {
  color: #0097a7;
  text-decoration: none;
  font-weight: 500;
}
.store-detail-container .info-grid .info-item .info-value .link:hover {
  text-decoration: underline;
}
.store-detail-container .business-hours-list .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.store-detail-container .business-hours-list .hours-item:last-child {
  border-bottom: none;
}
.store-detail-container .business-hours-list .hours-item .day-name {
  font-weight: 500;
  color: #374151;
  min-width: 80px;
  font-size: 0.875rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .business-hours-list .hours-item .hours-time .time-range {
  color: #1f2937;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .business-hours-list .hours-item .hours-time .break-display {
  font-size: 0.75rem;
  color: #6b7280;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  margin-left: 0.5rem;
}
.store-detail-container .business-hours-list .hours-item .hours-time .closed-badge {
  color: #dc2626;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .business-hours-list .hours-item .hours-time .not-set {
  color: #9ca3af;
  font-style: italic;
  font-size: 0.875rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .holiday-note {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background-color: #f9fafb;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #6b7280;
  border-left: 4px solid #0097a7;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
}
.store-detail-container .stats-grid .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.store-detail-container .stats-grid .stat-item .stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0097a7;
  flex-shrink: 0;
}
.store-detail-container .stats-grid .stat-item .stat-icon svg {
  width: 24px;
  height: 24px;
}
.store-detail-container .stats-grid .stat-item .stat-content {
  flex: 1;
}
.store-detail-container .stats-grid .stat-item .stat-content .stat-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .stats-grid .stat-item .stat-content .stat-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  line-height: 1.2;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .store-detail-container .two-column-grid {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .store-detail-container .two-column-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.store-detail-container .two-column-grid .detail-card {
  margin-bottom: 0;
}
.store-detail-container .qr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.store-detail-container .qr-grid .qr-item {
  padding: 1rem;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.store-detail-container .qr-grid .qr-item .qr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.store-detail-container .qr-grid .qr-item .qr-header .qr-name {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .qr-grid .qr-item .qr-header .qr-status.active {
  background-color: #059669;
  color: #fff;
}
.store-detail-container .qr-grid .qr-item .qr-header .qr-status.inactive {
  background-color: #fee2e2;
  color: #991b1b;
}
.store-detail-container .qr-grid .qr-item .qr-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .store-detail-container .qr-grid .qr-item .qr-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.store-detail-container .qr-grid .qr-item .qr-image {
  flex-shrink: 0;
  text-align: center;
}
.store-detail-container .qr-grid .qr-item .qr-image img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .store-detail-container .qr-grid .qr-item .qr-image {
    align-self: center;
  }
}
.store-detail-container .qr-grid .qr-item .qr-info {
  flex: 1;
}
@media (max-width: 768px) {
  .store-detail-container .qr-grid .qr-item .qr-info {
    width: 100%;
  }
}
.store-detail-container .qr-grid .qr-item .qr-info .qr-info-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.store-detail-container .qr-grid .qr-item .qr-info .qr-info-item:last-child {
  margin-bottom: 0;
}
.store-detail-container .qr-grid .qr-item .qr-info .qr-info-item .label {
  font-size: 0.875rem;
  color: #6b7280;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .qr-grid .qr-item .qr-info .qr-info-item .value {
  font-size: 0.875rem;
  color: #1f2937;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .empty-state {
  text-align: center;
  padding: 3rem 2rem;
  color: #6b7280;
}
.store-detail-container .empty-state .empty-icon {
  margin: 0 auto 1rem;
  display: block;
  opacity: 0.3;
}
.store-detail-container .empty-state p {
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
  color: #6b7280;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .empty-state .empty-description {
  font-size: 0.875rem;
  color: #6b7280;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .social-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.store-detail-container .social-media-links .social-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  background: #f3f4f6;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.store-detail-container .social-media-links .social-link:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}
.store-detail-container .social-media-links .social-link.social-facebook {
  background: #1877f2;
  color: white;
}
.store-detail-container .social-media-links .social-link.social-facebook:hover {
  background: #166fe5;
}
.store-detail-container .social-media-links .social-link.social-twitter {
  background: #1da1f2;
  color: white;
}
.store-detail-container .social-media-links .social-link.social-twitter:hover {
  background: #1a91da;
}
.store-detail-container .social-media-links .social-link.social-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}
.store-detail-container .social-media-links .social-link.social-instagram:hover {
  opacity: 0.9;
}
.store-detail-container .store-logo {
  max-width: 200px;
  max-height: 100px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
@media (max-width: 1024px) {
  .store-detail-container .page-header {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .store-detail-container {
    padding: 1rem 0.5rem;
  }
  .store-detail-container .page-header {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  .store-detail-container .page-header .header-actions {
    justify-content: center;
  }
  .store-detail-container .info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .store-detail-container .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .store-detail-container .qr-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .store-detail-container .social-media-links {
    justify-content: center;
  }
}

.subscription-dashboard {
  padding: 1.25rem 2rem;
}
@media (max-width: 768px) {
  .subscription-dashboard {
    padding: 1rem 0.5rem;
  }
}
.subscription-dashboard .page-header {
  margin-bottom: 2rem;
}
.subscription-dashboard .page-header .page-title {
  color: #374151;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.subscription-dashboard .page-header .page-subtitle {
  color: #6b7280;
  font-size: 1rem;
}
.subscription-dashboard .dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .subscription-dashboard .dashboard-grid {
    grid-template-columns: 1fr;
  }
}
.subscription-dashboard .dashboard-card {
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}
.subscription-dashboard .dashboard-card.full-width {
  grid-column: 1/-1;
}
.subscription-dashboard .dashboard-card .card-header {
  padding: 1rem 1.5rem 0;
  border-bottom: 1px solid #d6d6d6;
}
.subscription-dashboard .dashboard-card .card-header .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 1rem 0;
}
.subscription-dashboard .dashboard-card .card-body {
  padding: 1.5rem;
}
.subscription-dashboard .subscription-status {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.subscription-dashboard .status-badge.status-pending {
  background-color: #fef3c7;
  color: #92400e;
}
.subscription-dashboard .status-badge.status-grace {
  background-color: #fee2e2;
  color: #991b1b;
}
.subscription-dashboard .status-badge.status-inactive {
  background-color: #f3f4f6;
  color: #374151;
}
.subscription-dashboard .status-badge.status-completed {
  background-color: #dcfce7;
  color: #166534;
}
.subscription-dashboard .status-badge.status-processing {
  background-color: #dbeafe;
  color: #1e40af;
}
.subscription-dashboard .status-badge.status-failed {
  background-color: #fee2e2;
  color: #991b1b;
}
.subscription-dashboard .subscription-details .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #d6d6d6;
}
.subscription-dashboard .subscription-details .detail-row:last-child {
  border-bottom: none;
}
.subscription-dashboard .subscription-details .detail-row .label {
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}
.subscription-dashboard .subscription-details .detail-row .value {
  color: #1f2937;
  font-weight: 600;
  font-size: 0.875rem;
}
.subscription-dashboard .plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.subscription-dashboard .plan-card {
  border: 1px solid #d6d6d6;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.2s;
}
.subscription-dashboard .plan-card:hover {
  border-color: #0097a7;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.subscription-dashboard .plan-card .plan-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}
.subscription-dashboard .plan-card .plan-price {
  margin-bottom: 1rem;
}
.subscription-dashboard .plan-card .plan-price .amount {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
}
.subscription-dashboard .plan-card .plan-price .interval {
  font-size: 0.875rem;
  color: #6b7280;
}
.subscription-dashboard .plan-card .plan-description {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.subscription-dashboard .plan-card .plan-note {
  margin-bottom: 1.5rem;
}
.subscription-dashboard .plan-card .plan-note small {
  display: block;
  color: #6b7280;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.subscription-dashboard .payment-methods-list .payment-method-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
}
.subscription-dashboard .payment-methods-list .payment-method-item .method-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.subscription-dashboard .payment-methods-list .payment-method-item .method-info .card-brand {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.875rem;
}
.subscription-dashboard .payment-methods-list .payment-method-item .method-info .card-number {
  font-family: monospace;
  color: #6b7280;
  font-size: 0.875rem;
}
.subscription-dashboard .payment-methods-list .payment-method-item .method-info .card-expiry {
  font-size: 0.75rem;
  color: #6b7280;
}
.subscription-dashboard .payment-methods-list .payment-method-item .default-badge {
  background-color: #0097a7;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.subscription-dashboard .bank-account-info .bank-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
}
.subscription-dashboard .bank-account-info .bank-item .bank-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  color: #6b7280;
}
.subscription-dashboard .bank-account-info .bank-item .bank-details {
  flex: 1;
}
.subscription-dashboard .bank-account-info .bank-item .bank-details .bank-name {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.subscription-dashboard .bank-account-info .bank-item .bank-details .bank-branch {
  color: #6b7280;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
.subscription-dashboard .bank-account-info .bank-item .bank-details .bank-account {
  font-family: monospace;
  color: #374151;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
.subscription-dashboard .bank-account-info .bank-item .bank-details .bank-holder {
  font-size: 0.75rem;
  color: #6b7280;
}
.subscription-dashboard .bank-account-info .bank-item .bank-status .status-badge {
  font-size: 0.75rem;
}
.subscription-dashboard .info-message {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #eff6ff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.subscription-dashboard .info-message svg {
  color: #0097a7;
  flex-shrink: 0;
}
.subscription-dashboard .info-message p {
  color: #0c4a6e;
  margin: 0;
  font-size: 0.875rem;
}
.subscription-dashboard .no-subscription,
.subscription-dashboard .no-payment-method {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
.subscription-dashboard .no-subscription p,
.subscription-dashboard .no-payment-method p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.subscription-dashboard .no-subscription p.text-sm,
.subscription-dashboard .no-payment-method p.text-sm {
  font-size: 0.75rem;
}
.subscription-dashboard .no-bank-account {
  text-align: center;
  padding: 3rem 2rem;
  color: #6b7280;
}
.subscription-dashboard .no-bank-account .no-bank-account-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: #9ca3af;
}
.subscription-dashboard .no-bank-account h3 {
  font-size: 1.125rem;
  color: #374151;
  margin-bottom: 0.75rem;
}
.subscription-dashboard .no-bank-account p {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 0.875rem;
}
.subscription-dashboard .no-bank-account p.text-sm {
  font-size: 0.75rem;
  color: #9ca3af;
}
.subscription-dashboard .no-payment-method {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
.subscription-dashboard .no-payment-method .no-payment-method-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: #9ca3af;
}
.subscription-dashboard .no-payment-method h3 {
  font-size: 1.125rem;
  color: #374151;
  margin-bottom: 0.75rem;
}
.subscription-dashboard .no-payment-method p {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 0.875rem;
}
.subscription-dashboard .no-payment-method p.text-sm {
  font-size: 0.75rem;
  color: #9ca3af;
}
.subscription-dashboard .invoices-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.subscription-dashboard .invoices-table table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.subscription-dashboard .invoices-table table th,
.subscription-dashboard .invoices-table table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .subscription-dashboard .invoices-table table th,
  .subscription-dashboard .invoices-table table td {
    font-size: 0.75rem;
  }
}
.subscription-dashboard .invoices-table table th {
  background-color: #f9fafb;
  font-weight: 600;
  color: #374151;
}
.subscription-dashboard .invoices-table table td {
  color: #1f2937;
}
.subscription-dashboard .invoice-list .invoice-item {
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.subscription-dashboard .invoice-list .invoice-item .invoice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.subscription-dashboard .invoice-list .invoice-item .invoice-header .invoice-number .invoice-label {
  color: #6b7280;
  font-size: 0.75rem;
}
.subscription-dashboard .invoice-list .invoice-item .invoice-header .invoice-number .invoice-value {
  font-weight: 600;
  color: #1f2937;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
.subscription-dashboard .invoice-list .invoice-item .invoice-details .invoice-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.subscription-dashboard .invoice-list .invoice-item .invoice-details .invoice-row .invoice-label {
  color: #6b7280;
  font-size: 0.75rem;
}
.subscription-dashboard .invoice-list .invoice-item .invoice-details .invoice-row .invoice-value {
  color: #1f2937;
  font-weight: 500;
  font-size: 0.875rem;
}
.subscription-dashboard .no-invoices {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 0.875rem;
}
.subscription-dashboard .usage-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
}
.subscription-dashboard .usage-table table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.subscription-dashboard .usage-table table th,
.subscription-dashboard .usage-table table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .subscription-dashboard .usage-table table th,
  .subscription-dashboard .usage-table table td {
    font-size: 0.75rem;
  }
}
.subscription-dashboard .usage-table table th {
  background-color: #f9fafb;
  font-weight: 600;
  color: #374151;
}
.subscription-dashboard .usage-table table td {
  color: #1f2937;
}
.subscription-dashboard .no-subscription-usage {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 0.875rem;
}
.subscription-dashboard .usage-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.subscription-dashboard .usage-stats .stat-item {
  text-align: center;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #d6d6d6;
}
.subscription-dashboard .usage-stats .stat-item .stat-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.subscription-dashboard .usage-stats .stat-item .stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
.subscription-dashboard .usage-note {
  padding: 1rem;
  background-color: #f0f9ff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
}
.subscription-dashboard .usage-note p {
  margin-bottom: 0.75rem;
  color: #0c4a6e;
  font-size: 0.875rem;
}
.subscription-dashboard .usage-note .usage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subscription-dashboard .usage-note .usage-list li {
  padding: 0.25rem 0;
  color: #0c4a6e;
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.875rem;
}
.subscription-dashboard .usage-note .usage-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: bold;
}
.subscription-dashboard .card-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.subscription-dashboard .action-buttons {
  display: flex;
  gap: 0.5rem;
}
.subscription-dashboard .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.2s;
}
.subscription-dashboard .btn.btn-primary {
  background-color: #0097a7;
  color: white;
  border-color: #0097a7;
}
.subscription-dashboard .btn.btn-primary:hover {
  background-color: #007a87;
  border-color: #007a87;
}
.subscription-dashboard .btn.btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
  border-color: #d6d6d6;
}
.subscription-dashboard .btn.btn-secondary:hover {
  background-color: #e5e7eb;
  border-color: #d1d5db;
}
.subscription-dashboard .btn.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}
.subscription-dashboard .alert {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #d6d6d6;
}
.subscription-dashboard .alert.alert-success {
  background-color: #dcfce7;
  color: #166534;
}
.subscription-dashboard .alert.alert-error {
  background-color: #fee2e2;
  color: #991b1b;
}
.subscription-dashboard .alert.alert-info {
  background-color: #eff6ff;
  color: #1e40af;
}
.subscription-dashboard .alert.alert-info .alert-icon {
  flex-shrink: 0;
}
.subscription-dashboard .alert.alert-info .alert-content h3 {
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
}
.subscription-dashboard .alert.alert-info .alert-content p {
  margin: 0;
  font-size: 0.75rem;
}
.subscription-dashboard .renewal-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}
.subscription-dashboard .renewal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.subscription-dashboard .renewal-badge svg {
  flex-shrink: 0;
}
.subscription-dashboard .renewal-badge--auto {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
.subscription-dashboard .renewal-badge--canceled {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
.subscription-dashboard .renewal-date {
  font-size: 0.75rem;
  color: #991b1b;
  font-weight: 500;
}
.subscription-dashboard .text-muted {
  color: #9ca3af;
}

.subscription-success-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #f9f9f9;
}
.subscription-success-container .success-card {
  background: white;
  border-radius: 1rem;
  padding: 3rem;
  max-width: 600px;
  width: 100%;
  border: 1px solid #d6d6d6;
  text-align: center;
}
.subscription-success-container .success-card .success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  color: #10b981;
}
.subscription-success-container .success-card .success-icon svg {
  width: 100%;
  height: 100%;
}
.subscription-success-container .success-card .success-title {
  font-size: 2rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 1rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.subscription-success-container .success-card .success-message {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 4rem;
  line-height: 1.6;
}
.subscription-success-container .success-card .success-details {
  background-color: #f3f4f6;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
}
.subscription-success-container .success-card .success-details h2 {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 1rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.subscription-success-container .success-card .success-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subscription-success-container .success-card .success-details li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
}
.subscription-success-container .success-card .success-details li:last-child {
  border-bottom: none;
}
.subscription-success-container .success-card .success-details li::before {
  content: "✓";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #10b981;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.subscription-success-container .success-card .success-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.subscription-success-container .success-card .success-actions .btn {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.subscription-success-container .success-card .success-actions .btn-primary {
  background-color: #3b82f6;
  color: white;
}
.subscription-success-container .success-card .success-actions .btn-primary:hover {
  background-color: #2563eb;
}
.subscription-success-container .success-card .success-actions .btn-secondary {
  background-color: white;
  color: #3b82f6;
  border: 2px solid #3b82f6;
}
.subscription-success-container .success-card .success-actions .btn-secondary:hover {
  background-color: #eff6ff;
}
.subscription-success-container .success-card .help-section {
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.subscription-success-container .success-card .help-section .help-text {
  color: #6b7280;
  font-size: 0.875rem;
}
.subscription-success-container .success-card .help-section .help-text a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}
.subscription-success-container .success-card .help-section .help-text a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .subscription-success-container {
    padding: 1rem;
  }
  .subscription-success-container .success-card {
    padding: 2rem 1.5rem;
  }
  .subscription-success-container .success-card .success-title {
    font-size: 1.5rem;
  }
  .subscription-success-container .success-card .success-actions {
    flex-direction: column;
  }
  .subscription-success-container .success-card .success-actions .btn {
    width: 100%;
  }
}

.payment-method-selection {
  padding: 20px 2rem;
}
.payment-method-selection .page-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.payment-method-selection .page-header .page-title {
  color: #374151;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
.payment-method-selection .page-header .page-subtitle {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.payment-method-selection .main-content-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .payment-method-selection .main-content-area {
    grid-template-columns: 1fr;
  }
}
.payment-method-selection .plan-summary-card {
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}
.payment-method-selection .plan-summary-card .card-header {
  padding: 1rem 1.5rem 0;
  border-bottom: 1px solid #d6d6d6;
}
.payment-method-selection .plan-summary-card .card-header .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 1rem 0;
}
.payment-method-selection .plan-summary-card .card-body {
  padding: 1.5rem;
}
.payment-method-selection .plan-summary-card .plan-info .plan-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}
.payment-method-selection .plan-summary-card .plan-info .plan-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0097a7;
  margin-bottom: 1rem;
}
.payment-method-selection .plan-summary-card .plan-info .plan-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-method-selection .plan-summary-card .plan-info .plan-description ul li {
  padding: 0.25rem 0;
  color: #6b7280;
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.875rem;
}
.payment-method-selection .plan-summary-card .plan-info .plan-description ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: bold;
}
.payment-method-selection .payment-setup-card .payment-method-card {
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #d6d6d6;
  padding: 2rem;
  text-align: center;
  transition: all 0.2s;
}
.payment-method-selection .payment-setup-card .payment-method-card:hover {
  border-color: #0097a7;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.payment-method-selection .payment-setup-card .payment-method-card .method-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #0097a7;
}
.payment-method-selection .payment-setup-card .payment-method-card .method-content {
  margin-bottom: 2rem;
}
.payment-method-selection .payment-setup-card .payment-method-card .method-content .method-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}
.payment-method-selection .payment-setup-card .payment-method-card .method-content .method-description {
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 0.875rem;
}
.payment-method-selection .payment-setup-card .payment-method-card .method-content .method-features .feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #374151;
  font-size: 0.875rem;
}
.payment-method-selection .payment-setup-card .payment-method-card .method-content .method-features .feature-item svg {
  color: #059669;
  flex-shrink: 0;
}
.payment-method-selection .payment-setup-card .payment-method-card .method-action .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.payment-method-selection .payment-setup-card .payment-method-card .method-action .btn-card-setup {
  max-width: 250px;
}
.payment-method-selection .back-action {
  text-align: center;
  margin-top: 2rem;
}
.payment-method-selection .back-action .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.payment-method-selection .alert {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #d6d6d6;
}
.payment-method-selection .alert.alert-success {
  background-color: #dcfce7;
  color: #166534;
}
.payment-method-selection .alert.alert-error {
  background-color: #fee2e2;
  color: #991b1b;
}
.payment-method-selection .alert.alert-info {
  background-color: #eff6ff;
  color: #1e40af;
}
.payment-method-selection .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.2s;
}
.payment-method-selection .btn.btn-primary {
  background-color: #0097a7;
  color: white;
  border-color: #0097a7;
}
.payment-method-selection .btn.btn-primary:hover {
  background-color: #007a87;
  border-color: #007a87;
}
.payment-method-selection .btn.btn-outline {
  background-color: transparent;
  color: #374151;
  border-color: #d6d6d6;
}
.payment-method-selection .btn.btn-outline:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.bank-account-management {
  padding: 20px 2rem;
}
@media (max-width: 1024px) {
  .bank-account-management {
    padding: 20px;
  }
}

.page-header {
  margin-bottom: 2rem;
}
.page-header .page-title {
  margin: 0;
  color: #374151;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 8px;
}
.page-header .page-subtitle {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6b7280;
  margin: 0;
}

.bank-accounts-table {
  margin-top: 1.5rem;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.table-header h2 {
  font-size: 1.125rem;
  color: #374151;
  margin: 0;
}
.table-header .table-actions {
  display: flex;
  gap: 8px;
}

.data-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .data-table {
    min-width: 100%;
  }
}
.data-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #d6d6d6;
}
.data-table thead th {
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  color: #374151;
  white-space: nowrap;
}
.data-table tbody tr {
  border-bottom: 1px solid #d6d6d6;
  transition: background-color 0.2s;
}
.data-table tbody tr:hover {
  background: #f9fafb;
}
.data-table tbody tr:last-child {
  border-bottom: none;
}
.data-table tbody td {
  padding: 16px 12px;
  font-size: 0.75rem;
  color: #1f2937;
  vertical-align: middle;
}

.status-badge.status-verified {
  background: #dcfdf4;
  color: #065f46;
}
.status-badge.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.status-badge.status-rejected {
  background: #fee2e2;
  color: #991b1b;
}

.empty-state {
  text-align: center;
  padding: 48px 20px;
  color: #6b7280;
}
.empty-state .empty-icon {
  margin-bottom: 1rem;
  color: #9ca3af;
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty-state .empty-icon svg {
  width: 48px;
  height: 48px;
}
.empty-state h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #374151;
}
.empty-state p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-content {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #d6d6d6;
}
.modal-header h3 {
  font-size: 1.25rem;
  color: #111827;
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s;
}
.modal-close:hover {
  color: #374151;
  background: #f3f4f6;
}
.modal-close svg {
  width: 20px;
  height: 20px;
}

.modal-body {
  padding: 24px;
}

.bank-account-details {
  margin-bottom: 24px;
}
.bank-account-details h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px 0;
}

.detail-grid {
  display: grid;
  gap: 4px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f9fafb;
  border-radius: 8px;
}
.detail-item .label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.detail-item .value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.approval-actions {
  text-align: center;
}
.approval-actions p {
  margin-bottom: 20px;
  color: #6b7280;
  font-size: 0.9375rem;
}

.action-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.alert-success {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.alert-error {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.alert-info {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.text-muted {
  color: #6b7280;
  font-size: 0.875rem;
}

.revenue-dashboard-grid {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media (max-width: 768px) {
  .revenue-dashboard-grid {
    grid-template-columns: 1fr;
  }
}
.revenue-dashboard-grid > .dashboard-section {
  margin-bottom: 0;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.loading-overlay .loading-spinner {
  text-align: center;
}
.loading-overlay .loading-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}
.loading-overlay .loading-spinner p {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-section .dashboard-section__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.alert-section .alert-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  fill: #f59e0b;
}
.alert-section .alert-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.alert-section .alert-box {
  padding: 1rem;
  border-radius: 10px;
  border-left-width: 4px;
}
@media (max-width: 768px) {
  .alert-section .alert-box {
    padding: 1rem 0.5rem;
  }
}
.alert-section .alert-box--danger {
  background-color: #fef2f2;
  border-left-color: #dc2626;
  color: #991b1b;
}
.alert-section .alert-box--warning {
  background-color: #fffbeb;
  border-left-color: #f59e0b;
  color: #92400e;
}
.alert-section .alert-box__header {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .alert-section .alert-box__header {
    font-size: 0.75rem;
  }
}
.alert-section .alert-box__content {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .alert-section .alert-box__content {
    font-size: 0.75rem;
  }
}
.alert-section .alert-box__summary {
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.alert-section .alert-box__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.alert-section .alert-box__item {
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.alert-section .alert-box__item-name {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: inherit;
}
.alert-section .alert-box__item-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .alert-section .alert-box__item-details {
    font-size: 0.75rem;
  }
}
.alert-section .alert-box__item-amount {
  font-weight: 600;
  color: inherit;
}
.alert-section .alert-box__item-date {
  color: inherit;
  opacity: 0.8;
}

.kpi-cards-grid--3col {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .kpi-cards-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .kpi-cards-grid--3col {
    grid-template-columns: 1fr;
  }
}

.revenue-stores .dashboard-section {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.revenue-stores .revenue-controls {
  margin-bottom: 1rem;
}
.revenue-stores .revenue-controls .search-filter-section {
  margin: 0;
}
.revenue-stores .revenue-controls .search-bar {
  margin-bottom: 16px;
}
.revenue-stores .revenue-controls .search-bar .search-input-wrapper {
  position: relative;
  width: 100%;
}
.revenue-stores .revenue-controls .search-bar .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.revenue-stores .revenue-controls .search-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-size: 0.75rem;
  background: white;
}
.revenue-stores .revenue-controls .search-input::placeholder {
  color: #9ca3af;
}
.revenue-stores .revenue-controls .filter-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .revenue-stores .revenue-controls .filter-row {
    gap: 0.5rem;
  }
}
.revenue-stores .revenue-controls .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.revenue-stores .revenue-controls .filter-group label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.revenue-stores .revenue-controls .filter-group .filter-select {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .revenue-stores .revenue-controls .filter-group .filter-select {
    font-size: 0.75rem;
  }
}
.revenue-stores .summary-bar {
  display: flex;
  gap: 2rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #355276;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .revenue-stores .summary-bar {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.revenue-stores .summary-item {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}
.revenue-stores .summary-label {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
.revenue-stores .summary-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1f2937;
}
.revenue-stores .summary-value.positive {
  color: #059669;
}
.revenue-stores .summary-value.negative {
  color: #dc2626;
}
.revenue-stores .revenue-stores-table {
  border: none;
  padding: 0;
  background: none;
}
.revenue-stores .revenue-stores-table .table-container {
  overflow-x: auto;
  font-size: 0.75rem;
}
.revenue-stores .revenue-stores-table .table-container * {
  font-size: 0.75rem;
}
.revenue-stores .revenue-stores-table .data-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}
.revenue-stores .revenue-stores-table .data-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #d6d6d6;
}
.revenue-stores .revenue-stores-table .data-table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}
.revenue-stores .revenue-stores-table .data-table thead th.sortable {
  cursor: pointer;
  user-select: none;
}
.revenue-stores .revenue-stores-table .data-table thead th.sortable:hover {
  background: #f3f4f6;
}
.revenue-stores .revenue-stores-table .data-table thead th .sort-icon {
  margin-left: 0.25rem;
  color: #0097a7;
}
.revenue-stores .revenue-stores-table .data-table tbody tr {
  border-bottom: 1px solid #d6d6d6;
  transition: background-color 0.15s ease;
}
.revenue-stores .revenue-stores-table .data-table tbody tr:hover {
  background: #f9fafb;
}
.revenue-stores .revenue-stores-table .data-table tbody tr:last-child {
  border-bottom: none;
}
.revenue-stores .revenue-stores-table .data-table tbody td {
  padding: 0.875rem 1rem;
  font-size: 0.75rem;
  color: #1f2937;
}
.revenue-stores .revenue-stores-table .data-table tbody td.font-semibold {
  font-weight: 600;
}
.revenue-stores .revenue-stores-table .data-table tbody td.font-mono {
  font-family: "Courier New", monospace;
}
.revenue-stores .revenue-stores-table .data-table tbody td.text-center {
  text-align: center;
}
.revenue-stores .revenue-stores-table .badge {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.revenue-stores .revenue-stores-table .badge--primary {
  background-color: #9b9b9b;
  color: #fff;
}
.revenue-stores .revenue-stores-table .badge--success {
  background-color: #3d3d3d;
  color: #fff;
}
.revenue-stores .revenue-stores-table .badge--gray {
  background-color: #f3f4f6;
  color: #6b7280;
}
.revenue-stores .revenue-stores-table .status-badge {
  font-size: 0.75rem;
}
.revenue-stores .revenue-stores-table .status-badge--success {
  background-color: #059669;
  color: #fff;
}
.revenue-stores .revenue-stores-table .status-badge--danger {
  background-color: #ef0000;
  color: #fff;
}
.revenue-stores .revenue-stores-table .status-badge--warning {
  background-color: #e0a800;
  color: #fff;
}
.revenue-stores .revenue-stores-table .status-badge--info {
  background-color: #dbeafe;
  color: #1e40af;
}
.revenue-stores .revenue-stores-table .status-badge--gray {
  background-color: #f3f4f6;
  color: #6b7280;
}
.revenue-stores .revenue-stores-table .renewal-cell {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}
.revenue-stores .revenue-stores-table .renewal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 500;
  white-space: nowrap;
}
.revenue-stores .revenue-stores-table .renewal-badge svg {
  flex-shrink: 0;
}
.revenue-stores .revenue-stores-table .renewal-badge--auto {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
.revenue-stores .revenue-stores-table .renewal-badge--canceled {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
.revenue-stores .revenue-stores-table .renewal-date {
  font-size: 0.625rem;
  color: #991b1b;
  font-weight: 500;
}
.revenue-stores .revenue-stores-table .text-muted {
  color: #9ca3af;
}
.revenue-stores .revenue-stores-table .action-buttons {
  display: flex;
  gap: 0.5rem;
}
.revenue-stores .revenue-stores-table .btn {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
  display: inline-block;
}
.revenue-stores .revenue-stores-table .btn--sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}
.revenue-stores .revenue-stores-table .btn--primary {
  background: #0097a7;
  color: #ffffff;
}
.revenue-stores .revenue-stores-table .btn--primary:hover {
  background: #00838f;
}
.revenue-stores .revenue-stores-table .btn--secondary {
  background: #6b7280;
  color: #ffffff;
}
.revenue-stores .revenue-stores-table .btn--secondary:hover {
  background: #4b5563;
}
.revenue-stores .revenue-stores-table .btn--outline {
  background: transparent;
  color: #355276;
  border: 1px solid #355276;
}
.revenue-stores .revenue-stores-table .btn--outline:hover {
  background: #355276;
  color: #ffffff;
}
.revenue-stores .revenue-stores-table .pagination-container {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.revenue-stores .revenue-stores-table .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.revenue-stores .revenue-stores-table .modal-content {
  background: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.revenue-stores .revenue-stores-table .modal-content--sm {
  max-width: 500px;
}
.revenue-stores .revenue-stores-table .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #d6d6d6;
}
.revenue-stores .revenue-stores-table .modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.revenue-stores .revenue-stores-table .modal-close {
  font-size: 1.5rem;
  color: #9ca3af;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.revenue-stores .revenue-stores-table .modal-close:hover {
  background: #f3f4f6;
  color: #6b7280;
}
.revenue-stores .revenue-stores-table .modal-body {
  padding: 1.5rem;
}
.revenue-stores .revenue-stores-table .modal-footer {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #d6d6d6;
}
.revenue-stores .revenue-stores-table .detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .revenue-stores .revenue-stores-table .detail-grid {
    grid-template-columns: 1fr;
  }
}
.revenue-stores .revenue-stores-table .detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.revenue-stores .revenue-stores-table .detail-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.revenue-stores .revenue-stores-table .detail-value {
  font-size: 0.875rem;
  color: #1f2937;
  font-weight: 500;
}
.revenue-stores .revenue-stores-table .section-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 1.5rem 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d6d6d6;
}
.revenue-stores .revenue-stores-table .payment-history {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.revenue-stores .revenue-stores-table .payment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
}
@media (max-width: 640px) {
  .revenue-stores .revenue-stores-table .payment-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.revenue-stores .revenue-stores-table .payment-date {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
.revenue-stores .revenue-stores-table .payment-amount {
  font-size: 0.875rem;
  font-weight: 700;
  color: #059669;
}
.revenue-stores .revenue-stores-table .payment-payer {
  font-size: 0.875rem;
  color: #374151;
}

.revenue-store-detail {
  padding: 20px 2rem;
}
@media (max-width: 1024px) {
  .revenue-store-detail {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .revenue-store-detail {
    padding: 20px 1.25rem;
  }
}
.revenue-store-detail .btn {
  border: 1px solid transparent;
  background-color: #0097a7;
}
.revenue-store-detail .btn--outline {
  background-color: transparent;
  color: #0097a7;
  border-color: #0097a7;
  box-shadow: none;
}
.revenue-store-detail .dashboard-section__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}
.revenue-store-detail .dashboard-section__title-row .dashboard-section__title {
  margin-bottom: 0;
}
.revenue-store-detail .dashboard-section__title-row .store-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #d95000;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .revenue-store-detail .dashboard-section__title-row .store-name {
    font-size: 0.75rem;
  }
}
.revenue-store-detail .detail-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}
.revenue-store-detail .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 0;
}
.revenue-store-detail .detail-item:last-child {
  border-bottom: none;
}
.revenue-store-detail .detail-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
@media (max-width: 768px) {
  .revenue-store-detail .detail-label {
    font-size: 0.75rem;
  }
}
.revenue-store-detail .detail-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}
@media (max-width: 768px) {
  .revenue-store-detail .detail-value {
    font-size: 0.75rem;
  }
}
.revenue-store-detail .status-badge {
  letter-spacing: 0.01em;
}
.revenue-store-detail .status-badge--success {
  background-color: #059669;
  color: #fff;
}
.revenue-store-detail .status-badge--warning {
  background-color: #e0a800;
  color: #fff;
}
.revenue-store-detail .status-badge--info {
  background-color: #dbeafe;
  color: #1e40af;
}
.revenue-store-detail .status-badge--gray {
  background-color: #e2e8f0;
  color: #475569;
}
.revenue-store-detail .payment-history {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.revenue-store-detail .payment-item {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
  padding: 0.875rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.revenue-store-detail .payment-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
@media (max-width: 640px) {
  .revenue-store-detail .payment-item {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.revenue-store-detail .payment-date,
.revenue-store-detail .payment-payer {
  font-size: 0.875rem;
  color: #475569;
  font-weight: 500;
}
.revenue-store-detail .payment-amount {
  font-size: 1rem;
  font-weight: 700;
  color: #047857;
  text-align: right;
}
@media (max-width: 640px) {
  .revenue-store-detail .payment-amount {
    text-align: left;
  }
}
.revenue-store-detail .table-container {
  overflow-x: auto;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.revenue-store-detail .table-container * {
  font-size: 0.75rem;
}
.revenue-store-detail .data-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}
.revenue-store-detail .data-table thead {
  background: #f9fafb;
  border-bottom: 1px solid #d6d6d6;
}
.revenue-store-detail .data-table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}
.revenue-store-detail .data-table tbody tr {
  border-bottom: 1px solid #d6d6d6;
  transition: background-color 0.15s ease;
}
.revenue-store-detail .data-table tbody tr:hover {
  background: #f9fafb;
}
.revenue-store-detail .data-table tbody tr:last-child {
  border-bottom: none;
}
.revenue-store-detail .data-table tbody td {
  padding: 0.875rem 1rem;
  font-size: 0.75rem;
  color: #1f2937;
}
.revenue-store-detail .data-table tbody td.font-semibold {
  font-weight: 600;
}
.revenue-store-detail .data-table tbody td.font-mono {
  font-family: "Courier New", monospace;
}
.revenue-store-detail .data-table tbody td.text-center {
  text-align: center;
}
.revenue-store-detail .empty-state {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
  background-color: #f8fafc;
  border-radius: 10px;
  border: 1px dashed #cbd5e1;
}

.revenue-invoices .tabs-container {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  overflow: hidden;
}
.revenue-invoices .tabs-header {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
.revenue-invoices .tab-button {
  flex: 1;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.revenue-invoices .tab-button:hover {
  background: #f3f4f6;
  color: #374151;
}
.revenue-invoices .tab-button.active {
  color: #0097a7;
  background: #ffffff;
}
.revenue-invoices .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0097a7;
}
.revenue-invoices .tabs-content {
  padding: 1.5rem;
}
.revenue-invoices .tab-panel {
  animation: fadeIn 0.3s ease;
}
.revenue-invoices .row-overdue {
  background-color: #fef2f2 !important;
}
.revenue-invoices .row-overdue:hover {
  background-color: #fee2e2 !important;
}
.revenue-invoices .form-group {
  margin-bottom: 1.25rem;
}
.revenue-invoices .form-group:last-child {
  margin-bottom: 0;
}
.revenue-invoices .form-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0097a7;
  padding: 0.5rem 0;
}
.revenue-invoices .form-textarea {
  resize: vertical;
  min-height: 80px;
}
.revenue-invoices .text-gray-500 {
  color: #6b7280;
}
.revenue-invoices .text-gray-600 {
  color: #4b5563;
}
.revenue-invoices .text-red-600 {
  color: #dc2626;
}
.revenue-invoices .text-sm {
  font-size: 0.875rem;
}
.revenue-invoices .text-xs {
  font-size: 0.75rem;
}
.revenue-invoices .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.revenue-invoices .ml-1 {
  margin-left: 0.25rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.review-landing-page {
  min-height: 100vh;
}
.review-landing-page .container {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 500px) {
  .review-landing-page .container {
    padding: 0;
  }
}
.review-landing-page .store-info-card {
  padding: 1rem 0;
}
@media screen and (max-width: 500px) {
  .review-landing-page .store-info-card {
    padding: 1rem;
  }
}
.review-landing-page .store-info-card .store-info-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.review-landing-page .store-info-card .store-details {
  flex: 1;
  min-width: 0;
}
.review-landing-page .store-info-card .store-details h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .review-landing-page .store-info-card .store-details h1 {
    font-size: 1.875rem;
  }
}
.review-landing-page .store-info-card .store-details .category {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) {
  .review-landing-page .store-info-card .store-details .category {
    font-size: 1rem;
  }
}
.review-landing-page .store-info-card .store-details .address {
  font-size: 0.75rem;
  color: #6b7280;
}
@media (min-width: 640px) {
  .review-landing-page .store-info-card .store-details .address {
    font-size: 0.875rem;
  }
}
.review-landing-page .cta-card {
  background: url("/images/auth/review-bg.png") center/cover no-repeat;
  border-radius: 50px;
  padding: 2rem;
  text-align: center;
  color: white;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .review-landing-page .cta-card {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .review-landing-page .cta-card {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 50px 50px 0 0;
    height: calc(100vh - 101px);
  }
}
.review-landing-page .cta-card .cta-icon {
  max-width: 270px;
  width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
  display: block;
  transition: all 0.3s ease;
}
.review-landing-page .cta-card h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .review-landing-page .cta-card h2 {
    font-size: 1.875rem;
  }
}
.review-landing-page .cta-card p {
  font-size: 1rem;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .review-landing-page .cta-card p {
    font-size: 1.125rem;
  }
}
.review-landing-page .cta-card p .small-text {
  font-size: 0.875rem;
  opacity: 0.8;
}
.review-landing-page .cta-card .cta-button {
  background: white;
  color: #9333ea;
  font-weight: bold;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  border: none;
  font-size: 1.125rem;
  cursor: pointer;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.review-landing-page .cta-card .cta-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.review-landing-page .cta-card .ai-badge {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  opacity: 0.9;
}
.review-landing-page .cta-card .ai-badge svg {
  width: 1.25rem;
  height: 1.25rem;
}
.review-landing-page .features-section {
  padding: 0 1rem;
}
.review-landing-page .features-section h3 {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.review-landing-page .features-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) {
  .review-landing-page .features-section .steps-grid {
    gap: 1.5rem;
  }
}
.review-landing-page .features-section .step-item {
  text-align: center;
}
.review-landing-page .features-section .step-item .step-number {
  background: white;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #9333ea;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .review-landing-page .features-section .step-item .step-number {
    width: 4rem;
    height: 4rem;
  }
}
.review-landing-page .features-section .step-item p {
  font-size: 0.75rem;
  color: #374151;
  font-weight: 500;
}
@media (min-width: 640px) {
  .review-landing-page .features-section .step-item p {
    font-size: 0.875rem;
  }
}
.review-landing-page .footer {
  margin: 3rem 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .review-landing-page .footer {
    margin-top: -3rem;
  }
}
.review-landing-page .footer p {
  font-size: 0.75rem;
  color: #6b7280;
}
@media screen and (max-width: 500px) {
  .review-landing-page .footer p {
    color: #fff;
  }
}

.review-create-page {
  background-color: #f0f2f5;
  background-image: radial-gradient(circle at 10% 20%, rgba(66, 133, 244, 0.05) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(52, 168, 83, 0.05) 0%, transparent 20%);
  min-height: 100vh;
  padding: 3rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #202124;
}
@media (min-width: 640px) {
  .review-create-page {
    padding: 5rem 1.5rem;
  }
}
.review-create-page .container {
  max-width: 44rem;
  margin: 0 auto;
}
.review-create-page .error-message {
  background: #fce8e6;
  color: #ea4335;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border: 1px solid rgba(234, 67, 53, 0.2);
  animation: slideDown 0.4s ease-out;
}
.review-create-page .error-message svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.review-create-page .page-header {
  text-align: center;
  margin-bottom: 3.5rem;
  animation: fadeIn 0.6s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.review-create-page .page-header h1 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #202124;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .review-create-page .page-header h1 {
    font-size: 2.25rem;
  }
}
.review-create-page .page-header p {
  font-size: 1rem;
  color: #5f6368;
  font-weight: 500;
  margin: 0;
}
.review-create-page .step-indicator {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  animation: fadeIn 0.8s ease-out;
}
.review-create-page .step-indicator .step-container {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
}
.review-create-page .step-indicator .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
  width: 5rem;
}
.review-create-page .step-indicator .step-item .step-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  color: #5f6368;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.review-create-page .step-indicator .step-item .step-circle.active {
  border-color: #4285f4;
  background-color: #4285f4;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.2);
}
.review-create-page .step-indicator .step-item .step-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #5f6368;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.review-create-page .step-indicator .step-item .step-label.active {
  color: #4285f4;
  opacity: 1;
}
.review-create-page .step-indicator .step-line {
  width: 3rem;
  height: 3px;
  background-color: #e0e0e0;
  margin-top: 1.25rem;
  transform: translateY(-50%);
  border-radius: 2px;
  transition: background-color 0.4s ease 0.1s;
}
.review-create-page .step-indicator .step-line.active {
  background-color: #4285f4;
}
.review-create-page .card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07), 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  padding: 2rem;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 0.6s ease-out;
}
@media (min-width: 640px) {
  .review-create-page .card {
    padding: 3rem;
  }
}
.review-create-page .card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.review-create-page .card .card-header {
  font-size: 1.25rem;
  font-weight: 700;
  color: #202124;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.review-create-page .card .card-header .step-badge {
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, #4285f4, #3367d6);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(66, 133, 244, 0.3);
}
.review-create-page .card .card-header .optional-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: #5f6368;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  margin-left: auto;
}
.review-create-page .keyword-section .section-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #5f6368;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.review-create-page .keyword-section .keyword-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.review-create-page .keyword-section .keyword-button {
  padding: 0.6rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #202124;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.review-create-page .keyword-section .keyword-button:hover:not(:disabled) {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.review-create-page .keyword-section .keyword-button.selected {
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.1), rgba(66, 133, 244, 0.15));
  color: #3367d6;
  border-color: rgba(66, 133, 244, 0.3);
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(66, 133, 244, 0.15);
}
.review-create-page .keyword-section .keyword-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.review-create-page .keyword-section .keyword-input-group {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.review-create-page .keyword-section .keyword-input-group input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  border: none;
  border-radius: 1rem;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: #f8f9fa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}
.review-create-page .keyword-section .keyword-input-group input::placeholder {
  color: #9aa0a6;
}
.review-create-page .keyword-section .keyword-input-group input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.3), 0 4px 6px rgba(0, 0, 0, 0.05);
}
.review-create-page .keyword-section .keyword-input-group input:disabled {
  background: #f1f3f4;
  cursor: not-allowed;
}
.review-create-page .keyword-section .keyword-input-group button {
  padding: 0 1.75rem;
  background: #202124;
  color: white;
  border: none;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.review-create-page .keyword-section .keyword-input-group button:hover:not(:disabled) {
  background: rgb(56, 57.75, 63);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.review-create-page .keyword-section .keyword-input-group button:disabled {
  background: #dadce0;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.review-create-page .keyword-section .selected-keywords {
  background: linear-gradient(to right, #f8f9fa, #ffffff);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px dashed #e0e0e0;
}
.review-create-page .keyword-section .selected-keywords .keywords-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #5f6368;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.review-create-page .keyword-section .selected-keywords .keywords-label::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #34a853;
  border-radius: 50%;
}
.review-create-page .keyword-section .selected-keywords .keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.review-create-page .keyword-section .selected-keywords .keyword-tag {
  background-color: #ffffff;
  color: #202124;
  padding: 0.4rem 0.5rem 0.4rem 1rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #e0e0e0;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.review-create-page .keyword-section .selected-keywords .keyword-tag .remove-button {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #5f6368;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.review-create-page .keyword-section .selected-keywords .keyword-tag .remove-button:hover {
  background: #fce8e6;
  color: #ea4335;
  transform: rotate(90deg);
}
.review-create-page .keyword-section .selected-keywords .keyword-tag .remove-button .remove-icon {
  width: 1rem;
  height: 1rem;
}
.review-create-page .generate-button {
  width: 100%;
  background: linear-gradient(135deg, #4285f4, #3367d6);
  color: white;
  padding: 1.25rem;
  border-radius: 9999px;
  border: none;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(66, 133, 244, 0.2), 0 1px 3px rgba(66, 133, 244, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.review-create-page .generate-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.review-create-page .generate-button:hover:not(:disabled) {
  box-shadow: 0 10px 20px rgba(66, 133, 244, 0.3);
}
.review-create-page .generate-button:hover:not(:disabled)::after {
  opacity: 1;
}
.review-create-page .generate-button:disabled {
  background: #dadce0;
  box-shadow: none;
  cursor: not-allowed;
}
.review-create-page .generate-button .button-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 1;
}
.review-create-page .generate-button .button-content svg {
  width: 1.5rem;
  height: 1.5rem;
}
.review-create-page .generate-button .button-content .spinner {
  animation: spin 1s linear infinite;
}
.review-create-page .generate-button .button-content.hidden {
  display: none !important;
}
.review-create-page .results-section .results-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.review-create-page .results-section .result-item {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.review-create-page .results-section .result-item:hover {
  background-color: #f8f9fa;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-color: rgb(198.5, 198.5, 198.5);
}
.review-create-page .results-section .result-item.selected {
  border-color: #4285f4;
  background-color: rgba(66, 133, 244, 0.03);
  box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.1);
}
.review-create-page .results-section .result-item.selected .result-text {
  color: #202124;
}
.review-create-page .results-section .result-item .result-text {
  color: #202124;
  line-height: 1.7;
  font-size: 1rem;
}
.review-create-page .results-section .result-item .selected-badge {
  position: absolute;
  top: -0.875rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: #34a853;
  color: white;
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 4px 6px rgba(52, 168, 83, 0.25);
  animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.review-create-page .results-section .result-item .selected-badge svg {
  width: 1rem;
  height: 1rem;
}
.review-create-page .results-section .regenerate-button {
  text-align: center;
}
.review-create-page .results-section .regenerate-button button {
  background: transparent;
  border: 1px solid rgba(66, 133, 244, 0.3);
  color: #4285f4;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.review-create-page .results-section .regenerate-button button:hover {
  background-color: rgba(66, 133, 244, 0.05);
  border-color: #4285f4;
}
.review-create-page .results-section .regenerate-button button svg {
  width: 1.25rem;
  height: 1.25rem;
}
.review-create-page .google-submit {
  text-align: center;
  animation: fadeInUp 0.6s ease-out;
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.review-create-page .google-submit .submit-header {
  margin-bottom: 2rem;
}
.review-create-page .google-submit .submit-header h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #202124;
  margin-bottom: 0.5rem;
}
.review-create-page .google-submit .submit-header p {
  color: #5f6368;
  font-size: 1rem;
}
.review-create-page .google-submit .google-button {
  background: linear-gradient(135deg, #4285f4, #3367d6);
  color: white;
  padding: 1.25rem 3rem;
  border-radius: 9999px;
  border: none;
  font-weight: 700;
  font-size: 1.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 6px rgba(66, 133, 244, 0.25), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.review-create-page .google-submit .google-button:hover {
  box-shadow: 0 12px 20px rgba(66, 133, 244, 0.35);
}
.review-create-page .google-submit .google-button svg {
  width: 1.75rem;
  height: 1.75rem;
}
.review-create-page .google-submit .submit-note {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #5f6368;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.review-create-page .google-submit .submit-note::before {
  content: "ℹ️";
  font-size: 1rem;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.review-create-page .footer {
  text-align: center;
  margin-top: 5rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.review-create-page .footer:hover {
  opacity: 1;
}
.review-create-page .footer p {
  color: #5f6368;
  font-size: 0.85rem;
  font-weight: 500;
}

.welcome-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #dee6ee 0%, #687687 100%);
  padding: 1.5rem;
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .welcome-container {
    padding: 1rem;
  }
}

.welcome-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  text-align: center;
  max-width: 500px;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.welcome-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .welcome-card {
    padding: 2rem;
    max-width: 100%;
  }
}

.welcome-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 1rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .welcome-logo {
    font-size: 2rem;
  }
}

.welcome-subtitle {
  color: #6b7280;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .welcome-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.welcome-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .welcome-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.welcome-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}
.welcome-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.1);
}
.welcome-btn--primary {
  background-color: #1f2937;
  color: #ffffff;
}
.welcome-btn--primary:hover {
  background-color: #111827;
  transform: translateY(-1px);
}
.welcome-btn--primary:active {
  background-color: #030712;
  transform: translateY(0);
}
.welcome-btn--secondary {
  background-color: #f8f9fa;
  color: #374151;
  border: 1px solid #d6d6d6;
}
.welcome-btn--secondary:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  transform: translateY(-1px);
}
.welcome-btn--secondary:active {
  background-color: #dee2e6;
  transform: translateY(0);
}
@media (max-width: 480px) {
  .welcome-btn {
    width: 100%;
    padding: 0.875rem 1.5rem;
  }
}

.welcome-status {
  margin-top: 2rem;
  padding: 1rem;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.welcome-status::before {
  content: "✅";
  font-size: 1rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.welcome-card {
  animation: fadeInUp 0.6s ease-out;
}

.welcome-logo {
  animation: fadeInUp 0.8s ease-out;
}

.welcome-subtitle {
  animation: fadeInUp 1s ease-out;
}

.welcome-buttons {
  animation: fadeInUp 1.2s ease-out;
}

.welcome-status {
  animation: fadeInUp 1.4s ease-out;
}

@media (prefers-color-scheme: dark) {
  .welcome-container {
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
  }
  .welcome-card {
    background: #1f2937;
    border-color: #374151;
    color: #f9fafb;
  }
  .welcome-logo {
    color: #f9fafb;
  }
  .welcome-subtitle {
    color: #d1d5db;
  }
  .welcome-btn--secondary {
    background-color: #374151;
    color: #f9fafb;
    border-color: #4b5563;
  }
  .welcome-btn--secondary:hover {
    background-color: #4b5563;
    border-color: #6b7280;
  }
}
.store-settings .dashboard-title-container,
.admin-settings .dashboard-title-container,
.agency-settings .dashboard-title-container {
  flex-direction: column;
  align-items: flex-start;
}
.store-settings .dashboard-grid,
.admin-settings .dashboard-grid,
.agency-settings .dashboard-grid {
  grid-template-columns: 1fr;
}
.store-settings .settings-tabs,
.admin-settings .settings-tabs,
.agency-settings .settings-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.25rem;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .store-settings .settings-tabs,
  .admin-settings .settings-tabs,
  .agency-settings .settings-tabs {
    gap: 0;
    margin-top: 1rem;
  }
}
.store-settings .settings-tab,
.admin-settings .settings-tab,
.agency-settings .settings-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: fit-content;
  border-radius: 0;
}
.store-settings .settings-tab:hover,
.admin-settings .settings-tab:hover,
.agency-settings .settings-tab:hover {
  color: #374151;
  background-color: #f9fafb;
}
.store-settings .settings-tab:focus,
.admin-settings .settings-tab:focus,
.agency-settings .settings-tab:focus {
  outline: none;
  color: #374151;
  background-color: #f9fafb;
}
.store-settings .settings-tab.active,
.admin-settings .settings-tab.active,
.agency-settings .settings-tab.active {
  color: #374151;
  border-bottom-color: #374151;
  background-color: #f9fafb;
}
.store-settings .settings-tab svg,
.admin-settings .settings-tab svg,
.agency-settings .settings-tab svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.store-settings .settings-section,
.admin-settings .settings-section,
.agency-settings .settings-section {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.store-settings .settings-section-header,
.admin-settings .settings-section-header,
.agency-settings .settings-section-header {
  padding: 1.5rem 2rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
  .store-settings .settings-section-header,
  .admin-settings .settings-section-header,
  .agency-settings .settings-section-header {
    padding: 1rem;
  }
}
.store-settings .settings-section-title,
.admin-settings .settings-section-title,
.agency-settings .settings-section-title {
  font-size: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  color: #374151;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.store-settings .settings-section-description,
.admin-settings .settings-section-description,
.agency-settings .settings-section-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 768px) {
  .store-settings .settings-section-description,
  .admin-settings .settings-section-description,
  .agency-settings .settings-section-description {
    font-size: 0.75rem;
  }
}
.store-settings .settings-form,
.admin-settings .settings-form,
.agency-settings .settings-form {
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  .store-settings .settings-form,
  .admin-settings .settings-form,
  .agency-settings .settings-form {
    padding: 1rem;
  }
}
.store-settings .form-grid,
.admin-settings .form-grid,
.agency-settings .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 1.25rem;
}
.store-settings .form-group,
.admin-settings .form-group,
.agency-settings .form-group {
  display: flex;
  flex-direction: column;
}
.store-settings .form-error,
.admin-settings .form-error,
.agency-settings .form-error {
  font-size: 0.75rem;
  color: #dc2626;
  margin-top: 0.25rem;
}
.store-settings .form-actions,
.admin-settings .form-actions,
.agency-settings .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
.store-settings .btn-secondary,
.admin-settings .btn-secondary,
.agency-settings .btn-secondary {
  background-color: #f9fafb;
  color: #374151;
  border-color: #d1d5db;
}
.store-settings .btn-secondary:hover:not(:disabled),
.admin-settings .btn-secondary:hover:not(:disabled),
.agency-settings .btn-secondary:hover:not(:disabled) {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}
.store-settings.store-settings .btn-secondary,
.admin-settings.store-settings .btn-secondary,
.agency-settings.store-settings .btn-secondary {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #d90000;
  border-color: #d90000;
}
.store-settings.store-settings .btn-secondary:hover:not(:disabled),
.admin-settings.store-settings .btn-secondary:hover:not(:disabled),
.agency-settings.store-settings .btn-secondary:hover:not(:disabled) {
  background-color: #fff;
  color: #d90000;
  border-color: #d90000;
}
.store-settings .btn-outline,
.admin-settings .btn-outline,
.agency-settings .btn-outline {
  background-color: transparent;
  color: #374151;
  border-color: #d1d5db;
}
.store-settings .btn-outline:hover:not(:disabled),
.admin-settings .btn-outline:hover:not(:disabled),
.agency-settings .btn-outline:hover:not(:disabled) {
  background-color: #f9fafb;
  border-color: #9ca3af;
}
.store-settings .notification-settings,
.admin-settings .notification-settings,
.agency-settings .notification-settings {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .store-settings .notification-settings,
  .admin-settings .notification-settings,
  .agency-settings .notification-settings {
    gap: 1rem;
  }
}
.store-settings .notification-item,
.admin-settings .notification-item,
.agency-settings .notification-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  .store-settings .notification-item,
  .admin-settings .notification-item,
  .agency-settings .notification-item {
    padding: 1rem;
  }
}
.store-settings .notification-info,
.admin-settings .notification-info,
.agency-settings .notification-info {
  flex: 1;
}
.store-settings .notification-title,
.admin-settings .notification-title,
.agency-settings .notification-title {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 0.25rem 0;
}
@media (max-width: 768px) {
  .store-settings .notification-title,
  .admin-settings .notification-title,
  .agency-settings .notification-title {
    font-size: 0.875rem;
  }
}
.store-settings .notification-description,
.admin-settings .notification-description,
.agency-settings .notification-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 768px) {
  .store-settings .notification-description,
  .admin-settings .notification-description,
  .agency-settings .notification-description {
    font-size: 0.75rem;
  }
}
.store-settings .toggle-switch,
.admin-settings .toggle-switch,
.agency-settings .toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  cursor: pointer;
}
.store-settings .toggle-switch input,
.admin-settings .toggle-switch input,
.agency-settings .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.store-settings .toggle-slider,
.admin-settings .toggle-slider,
.agency-settings .toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d5db;
  border-radius: 24px;
  transition: background-color 0.2s ease;
}
.store-settings .toggle-slider:before,
.admin-settings .toggle-slider:before,
.agency-settings .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.store-settings .toggle-switch input:checked + .toggle-slider,
.admin-settings .toggle-switch input:checked + .toggle-slider,
.agency-settings .toggle-switch input:checked + .toggle-slider {
  background-color: #0097a7;
}
.store-settings .toggle-switch input:checked + .toggle-slider:before,
.admin-settings .toggle-switch input:checked + .toggle-slider:before,
.agency-settings .toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(24px);
}
.store-settings .security-settings,
.admin-settings .security-settings,
.agency-settings .security-settings {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-settings .security-item,
.admin-settings .security-item,
.agency-settings .security-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.store-settings .security-item:hover,
.admin-settings .security-item:hover,
.agency-settings .security-item:hover {
  background-color: #f3f4f6;
}
.store-settings .security-info,
.admin-settings .security-info,
.agency-settings .security-info {
  flex: 1;
}
.store-settings .security-title,
.admin-settings .security-title,
.agency-settings .security-title {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 0.25rem 0;
}
.store-settings .security-description,
.admin-settings .security-description,
.agency-settings .security-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.store-settings .appearance-settings,
.admin-settings .appearance-settings,
.agency-settings .appearance-settings {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-settings .appearance-item,
.admin-settings .appearance-item,
.agency-settings .appearance-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.store-settings .appearance-item:hover,
.admin-settings .appearance-item:hover,
.agency-settings .appearance-item:hover {
  background-color: #f3f4f6;
}
.store-settings .appearance-info,
.admin-settings .appearance-info,
.agency-settings .appearance-info {
  flex: 1;
}
.store-settings .appearance-title,
.admin-settings .appearance-title,
.agency-settings .appearance-title {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 0.25rem 0;
}
.store-settings .appearance-description,
.admin-settings .appearance-description,
.agency-settings .appearance-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.store-settings .integration-settings,
.admin-settings .integration-settings,
.agency-settings .integration-settings {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.store-settings .integration-item,
.admin-settings .integration-item,
.agency-settings .integration-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.store-settings .integration-item:hover,
.admin-settings .integration-item:hover,
.agency-settings .integration-item:hover {
  background-color: #f3f4f6;
}
.store-settings .integration-info,
.admin-settings .integration-info,
.agency-settings .integration-info {
  flex: 1;
}
.store-settings .integration-title,
.admin-settings .integration-title,
.agency-settings .integration-title {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 0.25rem 0;
}
.store-settings .integration-description,
.admin-settings .integration-description,
.agency-settings .integration-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.store-settings .flash-message,
.admin-settings .flash-message,
.agency-settings .flash-message {
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: slideIn 0.3s ease-out;
}
.store-settings .flash-message.success,
.admin-settings .flash-message.success,
.agency-settings .flash-message.success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.store-settings .flash-message.error,
.admin-settings .flash-message.error,
.agency-settings .flash-message.error {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
@media (max-width: 768px) {
  .store-settings .flash-message,
  .admin-settings .flash-message,
  .agency-settings .flash-message {
    top: 1rem;
    right: 1rem;
    left: 1rem;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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