:root {
    --font-ui: "Noto Sans", "DejaVu Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --font-heading: "Noto Sans", "DejaVu Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --bg: #fffaf6;
    --surface: #ffffff;
    --surface-muted: #f7efe8;
    --surface-dark: #1f1a1a;
    --text: #231d1c;
    --text-soft: #6b5a58;
    --line: #e6d7cd;
    --primary: #ee9ca6;
    --primary-dark: #e68490;
    --success: #0f7a4f;
    --danger: #9a2a2a;
    --shadow: 0 20px 45px rgba(35, 29, 28, 0.08);
    --radius: 22px;
    --radius-sm: 14px;
    --container: 1160px;
}

html,
body,
input,
textarea,
select,
button {
    font-family: var(--font-ui);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-decorate,
.rd-nav-link,
.rd-dropdown-link,
.button,
.admin-pluto-logo-text,
.admin-pluto-group-title,
.admin-pluto-nav-link {
    font-family: var(--font-heading);
}

.managed-map-section {
    padding-top: 0;
}

.managed-map-embed {
    width: 100%;
    min-height: 430px;
    border-radius: 0;
    overflow: hidden;
    background: #f3f3f3;
}

.managed-map-embed iframe {
    width: 100%;
    min-height: 430px;
    border: 0;
    display: block;
}

@media (max-width: 768px) {
    .managed-map-embed,
    .managed-map-embed iframe {
        min-height: 320px;
    }
}

/* Blog page override */
.blog-classic-section {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.blog-classic-layout {
    gap: 2.8rem;
    align-items: start;
}

.blog-classic-main {
    gap: 1.65rem;
}

.blog-classic-card {
    border-radius: 0;
    box-shadow: 0 14px 30px rgba(29, 37, 43, 0.08);
}

.blog-classic-card__body {
    padding: 1rem 1.1rem 1.2rem;
}

.blog-classic-card__body h2 {
    font-size: 1.22rem;
}

.blog-classic-card__body p {
    font-size: 0.88rem;
    line-height: 1.68;
}

.blog-classic-sidebar {
    gap: 1.5rem;
}

.blog-classic-widget {
    padding-bottom: 1.25rem;
}

.blog-classic-widget h3 {
    margin-bottom: 0.9rem;
    font-size: 1rem;
}

.blog-classic-widget--search {
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-classic-search input {
    min-height: 60px;
    padding: 0 4.2rem 0 1.35rem;
    border: 1px solid rgba(244, 146, 160, 0.25);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(48, 36, 39, 0.08);
    font-size: 1rem;
}

.blog-classic-search button {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #f492a0;
    transform: none;
}

.blog-classic-search button svg {
    width: 26px;
    height: 26px;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-classic-widget--panel {
    padding: 1.45rem 1.35rem 1.3rem;
    border: 1px solid rgba(37, 57, 73, 0.08);
    background: #f7fafc;
    box-shadow: 0 14px 30px rgba(31, 42, 52, 0.06);
}

.blog-classic-widget-title-line {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.35rem;
}

.blog-classic-widget-title-line::before,
.blog-classic-widget-title-line::after {
    content: "";
    height: 1px;
    flex: 1 1 auto;
    background: rgba(150, 166, 173, 0.5);
}

.blog-classic-widget-title-line span {
    color: #66707a;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-classic-category-list,
.blog-classic-most-read {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-classic-category-list li,
.blog-classic-most-read li {
    border-top: 1px solid rgba(145, 160, 168, 0.22);
}

.blog-classic-category-list li:first-child,
.blog-classic-most-read li:first-child {
    border-top: 0;
}

.blog-classic-category-list a,
.blog-classic-most-read a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 0;
    color: #6d7378;
    font-size: 0.98rem;
    line-height: 1.45;
}

.blog-classic-category-list a::before {
    content: "\203A";
    color: #6d7378;
    font-size: 1.15rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.blog-classic-category-list a span {
    flex: 1 1 auto;
}

.blog-classic-category-list strong {
    color: #98a0a6;
    font-size: 0.92rem;
    font-style: italic;
    font-weight: 400;
}

.blog-classic-category-list li.is-active a,
.blog-classic-category-list a:hover,
.blog-classic-most-read a:hover {
    color: #f492a0;
}

.blog-classic-category-list li.is-active strong,
.blog-classic-category-list a:hover strong {
    color: #f492a0;
}

.blog-classic-most-read a {
    justify-content: flex-start;
}

.blog-classic-archive li {
    margin: 0 0 0.5rem;
}

.blog-classic-archive a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #f492a0;
    font-size: 0.88rem;
}

.blog-classic-archive a::before {
    content: "\203A";
    font-size: 0.95rem;
    line-height: 1;
}

.blog-classic-popular-grid {
    gap: 0.5rem;
}

.blog-classic-popular-grid__item {
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(29, 37, 43, 0.06);
}

.blog-classic-pagination {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

.blog-classic-pagination a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(31, 42, 52, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(31, 42, 52, 0.06);
    color: #6f7882;
    font-size: 1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.blog-classic-pagination a:hover {
    transform: translateY(-1px);
    color: #1d3d73;
    box-shadow: 0 14px 28px rgba(31, 42, 52, 0.1);
}

.blog-classic-pagination a.is-active {
    background: #1f6feb;
    border-color: #1f6feb;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(31, 111, 235, 0.24);
}

.blog-classic-pagination a.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 768px) {
    .blog-classic-search input {
        min-height: 56px;
    }

    .blog-classic-widget--panel {
        padding: 1.15rem 1rem;
    }

    .blog-classic-pagination {
        justify-content: center;
    }
}

.blog-detail-section {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
}

.blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.blog-detail-main {
    min-width: 0;
}

.blog-detail-card {
    background: #ffffff;
    border: 1px solid rgba(19, 32, 43, 0.06);
    box-shadow: 0 16px 34px rgba(25, 38, 48, 0.08);
}

.blog-detail-cover img {
    width: 100%;
    aspect-ratio: 16 / 8.8;
    object-fit: cover;
    display: block;
}

.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    padding: 0.9rem 1.15rem 0;
    color: #8a93a0;
    font-size: 0.82rem;
}

.blog-detail-body {
    padding: 0.7rem 1.15rem 1.2rem;
}

.blog-detail-excerpt {
    margin-bottom: 1rem;
    color: #5b6068;
    font-weight: 500;
}

.blog-detail-download {
    padding: 0 1.15rem 1.3rem;
}

.blog-detail-sidebar {
    display: grid;
    gap: 1.35rem;
}

.blog-detail-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-detail-checkbox-list li + li {
    border-top: 1px solid rgba(145, 160, 168, 0.22);
}

.blog-detail-checkbox-list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 0 0.85rem 1.25rem;
    color: #6d7378;
    font-size: 0.92rem;
}

.blog-detail-checkbox-list a::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8c949c;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.blog-detail-checkbox-list strong {
    color: #8d949d;
    font-weight: 500;
    font-style: italic;
}

.blog-detail-popular-grid {
    display: grid;
    gap: 0.7rem;
}

.blog-detail-popular-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(25, 38, 48, 0.08);
}

.blog-detail-popular-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.blog-detail-promo {
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    border: 1px solid rgba(137, 168, 201, 0.18);
}

.blog-detail-promo strong {
    color: #23517f;
    font-size: 1.05rem;
}

.blog-detail-promo p {
    margin: 0;
    color: #6f7882;
    font-size: 0.9rem;
    line-height: 1.65;
}

.blog-detail-promo a {
    color: #f492a0;
    font-weight: 700;
}

.blog-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.blog-detail-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(88, 129, 170, 0.18);
    background: #ffffff;
    color: #4a6d92;
    font-size: 0.84rem;
}

.blog-detail-tags a:hover {
    color: #f492a0;
    border-color: rgba(244, 146, 160, 0.28);
}

@media (max-width: 991px) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }
}

/* Final admin/auth polish */
.admin-pluto-main .admin-file-field {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.admin-file-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, #c97b58 0%, #b8654a 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 12px 22px rgba(184, 101, 74, 0.18);
    overflow: hidden;
    cursor: pointer;
}

.admin-file-button input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.admin-file-button span {
    margin: 0;
    color: inherit;
}

.admin-file-name {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 0.95rem;
    border-radius: 14px;
    background: #f7fafc;
    border: 1px solid #d9e4ee;
    color: #60758d;
    font-size: 0.95rem;
}

.admin-content-shell,
.admin-content-table-card {
    margin-bottom: 0;
}

.admin-content-hero {
    display: grid;
    gap: 1.5rem;
    padding: 28px 30px;
    border-radius: 22px;
    border: 1px solid #dce8f2;
    background:
        radial-gradient(circle at top right, rgba(236, 146, 155, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
    box-shadow: 0 20px 42px rgba(21, 45, 71, 0.08);
}

.admin-content-hero-copy {
    display: grid;
    gap: 0.55rem;
    max-width: 720px;
}

.admin-content-kicker {
    margin: 0;
    color: #c97b58;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.admin-content-hero-copy h2 {
    margin: 0;
    color: #18304e;
    font-size: clamp(1.9rem, 2.4vw, 2.5rem);
    line-height: 1.08;
}

.admin-content-hero-copy p {
    margin: 0;
    color: #72869d;
    font-size: 1rem;
}

.admin-content-hero-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

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

.admin-content-stat {
    display: grid;
    gap: 0.28rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid #e0eaf3;
    background: rgba(255, 255, 255, 0.94);
}

.admin-content-stat strong {
    color: #18304e;
    font-size: 1.7rem;
    line-height: 1;
}

.admin-content-stat span {
    color: #7a8da3;
    font-size: 0.92rem;
    font-weight: 600;
}

.admin-content-stat.is-active {
    background: linear-gradient(180deg, rgba(188, 241, 223, 0.74) 0%, rgba(238, 251, 245, 0.96) 100%);
    border-color: rgba(30, 171, 123, 0.18);
}

.admin-content-stat.is-active strong {
    color: #149766;
}

.admin-content-stat.is-muted {
    background: linear-gradient(180deg, rgba(255, 238, 241, 0.7) 0%, rgba(255, 252, 253, 0.96) 100%);
    border-color: rgba(229, 134, 149, 0.2);
}

.admin-content-stat.is-muted strong {
    color: #d26b7b;
}

.admin-content-table-card {
    padding: 20px 24px;
}

.admin-content-table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.admin-content-table-head h3 {
    margin: 0;
    color: #18304e;
    font-size: 1.35rem;
}

.admin-content-table-head p {
    margin: 0.35rem 0 0;
    color: #7a8da3;
}

.admin-table-scroll {
    overflow-x: auto;
}

.admin-empty-state {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    padding: 2.2rem 1rem;
    text-align: center;
    color: #6f8297;
}

.admin-empty-state strong {
    color: #18304e;
    font-size: 1.05rem;
}

.auth-brand-top .portal-brand-logo {
    width: clamp(180px, 20vw, 260px);
}

.auth-brand-top {
    margin-bottom: 1.1rem;
}

.auth-page {
    padding: 22px 0 18px;
}

.auth-neon-card {
    width: min(100%, 1000px);
    margin: 0 auto;
    min-height: 420px;
    grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.82fr);
}

.auth-neon-card.is-compact,
.auth-neon-card.is-setup {
    min-height: 400px;
}

.auth-neon-panel {
    padding: 26px 28px;
}

.auth-neon-panel-form {
    gap: 0.85rem;
}

.auth-neon-panel-visual {
    padding-left: 24px;
}

.auth-neon-copy h1 {
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.auth-neon-copy p {
    max-width: 380px;
    font-size: 0.98rem;
}

.auth-neon-kicker {
    font-size: 0.72rem;
}

.auth-neon-welcome h2 {
    font-size: clamp(1.8rem, 2.7vw, 2.65rem);
    line-height: 1.02;
}

.auth-neon-welcome p,
.auth-neon-points li {
    font-size: 0.98rem;
}

.auth-neon-form label {
    gap: 0.34rem;
}

.auth-neon-form label span {
    padding: 0.26rem 0.72rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(26, 108, 110, 0.34), rgba(15, 79, 82, 0.26));
    border: 1px solid rgba(95, 243, 233, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: #bbfff9;
    font-size: 0.75rem;
    letter-spacing: 0.045em;
}

.auth-neon-form input {
    border-radius: 14px;
    padding: 0.82rem 0.95rem;
}

.auth-neon-submit {
    min-height: 50px;
    margin-top: 0.3rem;
}

.auth-portal-footer {
    margin-top: 1rem;
}

@media (max-width: 1200px) {
    .admin-content-stat-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .auth-neon-card,
    .auth-neon-card.is-compact,
    .auth-neon-card.is-setup {
        width: min(100%, 760px);
        min-height: 0;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-ui);
    color: var(--text);
    background: linear-gradient(180deg, #fff8f2 0%, #fffdfc 100%);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
    border: 0;
}

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

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

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.section {
    padding: 5rem 0;
}

.section-muted {
    background: var(--surface-muted);
}

.eyebrow {
    margin: 0 0 0.75rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
}

.lead-text,
.hero-lead {
    font-size: 1.1rem;
    color: var(--text-soft);
}

.lead-text a,
.hero-lead a {
    color: var(--primary);
    text-decoration: underline;
}

.lead-text p,
.hero-lead p {
    margin: 0 0 0.8rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--primary);
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(230, 141, 151, 0.32);
}

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

.button-secondary {
    background: transparent;
    border-color: var(--line);
    color: var(--text);
}

.button-ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

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

.button-small {
    padding: 0.55rem 0.9rem;
    font-size: 0.9rem;
}

.text-link {
    color: var(--primary);
    font-weight: 700;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 250, 246, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(184, 101, 74, 0.08);
}

.topbar,
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar {
    padding: 0.75rem 0;
    font-size: 0.95rem;
    color: var(--text-soft);
}

.topbar-left {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.topbar-link {
    color: var(--primary);
    font-weight: 700;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.topbar-right form,
.table-actions form {
    margin: 0;
}

.topbar-button {
    background: transparent;
    border: 0;
    color: var(--primary);
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.navbar {
    padding: 1rem 0 1.2rem;
}

.brand {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.nav-links {
    display: flex;
    gap: 1.1rem;
    align-items: center;
}

.nav-links a {
    color: var(--text-soft);
    font-weight: 600;
}

.nav-cta {
    color: var(--primary) !important;
}

.nav-toggle {
    display: none;
    border: 1px solid var(--line);
    background: #fff;
    padding: 0.7rem 1rem;
    border-radius: 999px;
}

.hero-section {
    padding: 3.4rem 0 4rem;
}

.page-hero {
    padding: 3rem 0 2rem;
}

.page-hero-grid,
.detail-grid,
.auth-page-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
}

.page-hero-visual img {
    border-radius: calc(var(--radius) + 4px);
    box-shadow: var(--shadow);
}

.hero-grid {
    display: grid;
    gap: 1.5rem;
}

.hero-feature,
.hero-card,
.info-card,
.team-card,
.gallery-card,
.testimonial-card,
.partner-chip,
.panel-form,
.table-card,
.admin-panel-card,
.stat-card,
.auth-card {
    background: var(--surface);
    border: 1px solid rgba(184, 101, 74, 0.12);
    box-shadow: var(--shadow);
}

.hero-feature {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 2rem;
    border-radius: calc(var(--radius) + 4px);
    overflow: hidden;
    padding: 2rem;
}

.hero-feature img,
.hero-card img,
.team-card img,
.gallery-card img,
.testimonial-author img {
    object-fit: cover;
}

.hero-copy h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.05;
}

.hero-actions,
.button-row,
.admin-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

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

.hero-card {
    border-radius: var(--radius);
    overflow: hidden;
}

.hero-card > div {
    padding: 1.2rem;
}

.hero-card h2 {
    margin: 0 0 0.6rem;
    font-size: 1.2rem;
}

.about-grid,
.booking-grid,
.newsletter-shell,
.admin-panel-grid {
    display: grid;
    gap: 2rem;
}

.about-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

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

.visual-grid img {
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
}

.locale-field {
    display: grid;
    gap: 0.8rem;
}

.locale-tabs {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.28rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fbff 0%, #edf3f9 100%);
    border: 1px solid #dbe6f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.locale-tab {
    border: 1px solid transparent;
    background: transparent;
    color: #6d7d90;
    border-radius: 999px;
    padding: 0.42rem 0.88rem;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.locale-tab:hover,
.locale-tab:focus-visible {
    background: rgba(255, 255, 255, 0.92);
    color: #304a63;
    box-shadow: 0 8px 20px rgba(43, 66, 94, 0.08);
    outline: none;
}

.locale-tab.is-active {
    background: linear-gradient(180deg, #d88860 0%, #bf6d47 100%);
    border-color: rgba(191, 109, 71, 0.32);
    color: #fff;
    box-shadow: 0 10px 18px rgba(191, 109, 71, 0.18);
}

.locale-panel {
    display: none;
    gap: 0.6rem;
}

.locale-panel.is-active {
    display: grid;
}

.media-preview-card {
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fffaf6;
}

.media-preview-card img {
    max-width: 240px;
    border-radius: 12px;
    border: 1px solid rgba(184, 101, 74, 0.15);
}

.admin-inline-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
    margin-top: 0.15rem;
}

.admin-inline-link,
.admin-inline-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 0.85rem;
    border-radius: 999px;
    border: 1px solid #d7e4ef;
    background: #f8fbfd;
    color: #29445f;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.admin-inline-link:hover,
.admin-inline-link:focus-visible,
.admin-inline-clear:hover,
.admin-inline-clear:focus-visible {
    background: #ffffff;
    border-color: #b8cbde;
    color: #16314f;
    transform: translateY(-1px);
    outline: none;
}

.admin-inline-clear {
    cursor: pointer;
}

.rich-editor-shell {
    display: grid;
    gap: 0.7rem;
    border: 1px solid #d9e2ec;
    border-radius: 16px;
    padding: 0.85rem;
    background: #ffffff;
    color: #203448;
    box-shadow: 0 18px 34px rgba(18, 44, 74, 0.08);
}

.rich-editor-shell:not(.is-ready) .rich-editor-toolbar,
.rich-editor-shell:not(.is-ready) .rich-editor-surface,
.rich-editor-shell:not(.is-ready) .rich-editor-help {
    display: none;
}

.rich-editor-shell.is-ready .rich-editor-source {
    display: none;
}

.rich-editor-shell.is-fullscreen {
    position: fixed;
    inset: 20px;
    z-index: 1300;
    max-width: none;
    max-height: calc(100vh - 40px);
    overflow: auto;
    box-shadow: 0 28px 60px rgba(10, 24, 39, 0.26);
}

body.has-rich-editor-fullscreen {
    overflow: hidden;
}

.rich-editor-toolbar-meta {
    display: none;
}

.rich-editor-heading {
    display: grid;
    gap: 0.15rem;
}

.rich-editor-heading strong {
    font-size: 1rem;
    color: #18304e;
}

.rich-editor-heading span {
    color: #7d8da0;
    font-size: 0.9rem;
}

.rich-editor-toolbar {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0.55rem 0.6rem;
    border: 1px solid #e2e9f0;
    border-radius: 12px;
    background: linear-gradient(180deg, #fcfdff 0%, #f5f8fb 100%);
}

.rich-editor-toolbar-secondary {
    justify-content: flex-start;
}

.rich-editor-toolbar-media {
    justify-content: space-between;
    gap: 0.8rem;
}

.rich-editor-toolbar-group {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.rich-editor-toolbar-group.is-media-dimension-fields {
    gap: 0.5rem;
}

.rich-editor-toolbar-group.is-media-group,
.rich-editor-toolbar-group.is-media-tools {
    flex: 0 0 auto;
    padding-right: 0.55rem;
    margin-right: 0.1rem;
    border-right: 1px solid #e2e9f0;
}

.rich-editor-toolbar-group.is-cluster {
    padding-right: 0.55rem;
    margin-right: 0.15rem;
    border-right: 1px solid #e2e9f0;
}

.rich-editor-toolbar-group.is-cluster:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.rich-editor-button,
.rich-editor-format {
    border: 1px solid #d9e2ec;
    background: #ffffff;
    color: #274059;
    border-radius: 10px;
    padding: 0.48rem 0.68rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.rich-editor-button:hover,
.rich-editor-button.is-active,
.rich-editor-format:focus {
    background: #eef4fb;
    border-color: #bdd0e4;
    color: #17314f;
    box-shadow: 0 10px 20px rgba(33, 56, 79, 0.08);
}

.rich-editor-button:hover {
    transform: translateY(-1px);
}

.rich-editor-button.is-disabled,
.rich-editor-button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.rich-editor-button.is-disabled:hover,
.rich-editor-button:disabled:hover {
    background: #ffffff;
    border-color: #d9e2ec;
    color: #274059;
}

.rich-editor-button.is-icon,
.rich-editor-button.is-mark {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.rich-editor-button.is-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 38px;
    padding-inline: 0.85rem;
    font-weight: 700;
}

.rich-editor-button.is-label span {
    white-space: nowrap;
}

.rich-editor-button.is-compact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    min-height: 38px;
    padding: 0.48rem 0.76rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.rich-editor-button.is-compact-label span {
    white-space: nowrap;
}

.rich-editor-media-toggle {
    min-height: 38px;
    padding-inline: 0.85rem;
    gap: 0.42rem;
}

.rich-editor-media-toggle span {
    font-size: 0.96rem;
}

.rich-editor-mode-switch {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    flex-wrap: wrap;
}

.rich-editor-button svg {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 auto;
}

.rich-editor-button.is-mark strong,
.rich-editor-button.is-mark em,
.rich-editor-button.is-mark u,
.rich-editor-button.is-mark s {
    font-size: 1rem;
    line-height: 1;
}

.rich-editor-format-wrap {
    min-width: 168px;
    flex: 0 0 168px;
}

.rich-editor-format {
    width: 100%;
    min-height: 38px;
    padding-right: 2rem;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5b6f84 50%), linear-gradient(135deg, #5b6f84 50%, transparent 50%);
    background-position: calc(100% - 17px) calc(50% - 3px), calc(100% - 11px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.rich-editor-size-field {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 38px;
    padding: 0.35rem 0.5rem;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    background: #ffffff;
    color: #274059;
}

.rich-editor-size-field span {
    font-size: 0.8rem;
    font-weight: 800;
    color: #58708a;
}

.rich-editor-size-input {
    width: 78px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #203448;
    font-weight: 700;
}

.rich-editor-size-input:disabled {
    color: #8da0b3;
}

.rich-editor-media-note {
    font-size: 0.82rem;
    color: #6e8296;
    white-space: nowrap;
}

.rich-editor-media-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    z-index: 5;
    min-width: 10.25rem;
    width: max-content;
    max-width: min(11.5rem, calc(100vw - 48px));
    display: grid;
    gap: 0.25rem;
    padding: 0.35rem;
    border: 1px solid #dbe4ed;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(18, 44, 74, 0.14);
}

.rich-editor-media-option {
    width: 100%;
    min-height: 40px;
    justify-content: flex-start;
    padding: 0.58rem 0.72rem;
    gap: 0.45rem;
    border-radius: 10px;
    box-shadow: none;
}

.rich-editor-media-option svg {
    width: 16px;
    height: 16px;
}

.rich-editor-media-option span {
    font-size: 0.95rem;
    font-weight: 700;
}

.rich-editor-surface {
    display: none;
}

.rich-editor-surface.is-active {
    display: block;
}

.rich-editor-visual,
.rich-editor-code {
    min-height: 17rem;
    border: 1px solid #dce5ee;
    border-radius: 16px;
    padding: 1.1rem 1.2rem;
    background: #ffffff;
    color: #231d1c;
    line-height: 1.7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.rich-editor-source {
    width: 100%;
    min-height: 12rem;
    border: 1px solid #dce5ee;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    background: #ffffff;
    color: #231d1c;
    resize: vertical;
}

.rich-editor-visual {
    overflow: auto;
}

.rich-editor-visual:empty::before {
    content: attr(data-placeholder);
    color: #9aa4b2;
}

.rich-editor-code {
    width: 100%;
    resize: vertical;
    font-family: Consolas, "Courier New", monospace;
    background: #fbfcfe;
}

.rich-editor-help {
    padding: 0.7rem 0.9rem;
    border-radius: 14px;
    background: #f7fafc;
    border: 1px solid #e3ebf3;
    color: #73879b;
    font-size: 0.84rem;
}

@media (max-width: 900px) {
    .rich-editor-toolbar-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .rich-editor-mode-switch {
        justify-content: flex-start;
    }

    .rich-editor-shell.is-fullscreen {
        inset: 10px;
        max-height: calc(100vh - 20px);
    }
}

.rich-editor-visual p,
.rich-editor-visual h1,
.rich-editor-visual ul,
.rich-editor-visual ol,
.rich-editor-visual blockquote,
.rich-editor-visual table,
.rich-editor-visual pre,
.prose-block p,
.prose-block h1,
.prose-block ul,
.prose-block ol,
.prose-block blockquote,
.prose-block table,
.prose-block pre {
    margin: 0 0 1rem;
}

.rich-editor-visual h1,
.prose-block h1 {
    font-size: 2rem;
    line-height: 1.2;
}

.rich-editor-visual img,
.rich-editor-visual video,
.prose-block img,
.prose-block video {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.rich-editor-visual iframe,
.prose-block iframe {
    width: 100%;
    min-height: 20rem;
    border: 0;
    border-radius: 16px;
}

.rich-editor-visual table,
.prose-block table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.rich-editor-visual th,
.rich-editor-visual td,
.prose-block th,
.prose-block td {
    border: 1px solid var(--line);
    padding: 0.75rem 0.85rem;
    text-align: left;
}

.rich-editor-visual blockquote,
.prose-block blockquote {
    margin-left: 0;
    padding: 1rem 1.15rem;
    border-left: 4px solid var(--primary);
    background: #fff4ef;
    border-radius: 0 14px 14px 0;
    color: var(--text);
}

.rich-editor-visual pre,
.prose-block pre {
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: #1f232c;
    color: #eef2f7;
    overflow: auto;
}

.rich-editor-visual figure,
.prose-block figure {
    margin: 0 0 1rem;
}

.rich-editor-visual figure.editor-media,
.prose-block figure.editor-media {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    cursor: pointer;
    transition: box-shadow 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}

.rich-editor-visual figure.editor-media.is-selected-media {
    outline: 2px solid rgba(47, 104, 168, 0.38);
    box-shadow: 0 0 0 4px rgba(47, 104, 168, 0.1);
}

.rich-editor-visual figure.editor-media.is-selected-media::after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2f68a8;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 14px rgba(18, 44, 74, 0.18);
    cursor: nwse-resize;
}

.rich-editor-visual figure.editor-media img,
.rich-editor-visual figure.editor-media video,
.prose-block figure.editor-media img,
.prose-block figure.editor-media video {
    display: block;
    width: 100%;
    height: auto;
}

.rich-editor-visual figure.media-size-small,
.prose-block figure.media-size-small {
    width: min(32%, 220px);
}

.rich-editor-visual figure.media-size-medium,
.prose-block figure.media-size-medium {
    width: min(50%, 420px);
}

.rich-editor-visual figure.media-size-large,
.prose-block figure.media-size-large {
    width: min(72%, 720px);
}

.rich-editor-visual figure.media-size-full,
.prose-block figure.media-size-full {
    width: 100%;
}

.rich-editor-visual figure.media-align-left,
.prose-block figure.media-align-left {
    margin-left: 0;
    margin-right: auto;
}

.rich-editor-visual figure.media-align-center,
.prose-block figure.media-align-center {
    margin-left: auto;
    margin-right: auto;
}

.rich-editor-visual figure.media-align-right,
.prose-block figure.media-align-right {
    margin-left: auto;
    margin-right: 0;
}

.rich-editor-visual figure.editor-video video,
.prose-block figure.editor-video video {
    width: 100%;
}

/* Professional admin editor layout */
.admin-pluto-main .rich-editor-shell {
    gap: 0.55rem;
    border: 1px solid #d7e0ea;
    border-radius: 10px;
    padding: 0.65rem;
    background: #ffffff;
    box-shadow: none;
}

.admin-pluto-main .rich-editor-toolbar {
    gap: 0.35rem;
    padding: 0.35rem 0.45rem;
    border: 1px solid #dde5ee;
    border-radius: 6px;
    background: #f5f7fa;
}

.admin-pluto-main .rich-editor-toolbar-primary,
.admin-pluto-main .rich-editor-toolbar-secondary {
    justify-content: flex-start;
    align-items: center;
}

.admin-pluto-main .rich-editor-toolbar-group {
    gap: 0.25rem;
}

.admin-pluto-main .rich-editor-toolbar-group.is-cluster,
.admin-pluto-main .rich-editor-toolbar-group.is-media-group,
.admin-pluto-main .rich-editor-toolbar-group.is-media-tools {
    border-right: 1px solid #dde5ee;
    padding-right: 0.45rem;
    margin-right: 0.2rem;
}

.admin-pluto-main .rich-editor-toolbar-group.is-cluster:last-child,
.admin-pluto-main .rich-editor-toolbar-group.is-media-tools:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.admin-pluto-main .rich-editor-button,
.admin-pluto-main .rich-editor-format {
    border: 1px solid #cfd8e3;
    border-radius: 4px;
    background: #ffffff;
    color: #23374d;
    box-shadow: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.admin-pluto-main .rich-editor-button:hover,
.admin-pluto-main .rich-editor-button.is-active,
.admin-pluto-main .rich-editor-format:focus {
    background: #edf3fb;
    border-color: #aec5df;
    color: #112d4a;
    box-shadow: none;
    transform: none;
}

.admin-pluto-main .rich-editor-button.is-icon,
.admin-pluto-main .rich-editor-button.is-mark {
    width: 30px;
    height: 30px;
}

.admin-pluto-main .rich-editor-button.is-compact-label {
    min-height: 30px;
    padding: 0.35rem 0.55rem;
    font-size: 0.84rem;
    font-weight: 700;
    border-radius: 4px;
    gap: 0.35rem;
}

.admin-pluto-main .rich-editor-format-wrap {
    min-width: 126px;
    flex: 0 0 126px;
}

.admin-pluto-main .rich-editor-format {
    min-height: 30px;
    font-size: 0.84rem;
    padding: 0.2rem 1.6rem 0.2rem 0.45rem;
}

.admin-pluto-main .rich-editor-toolbar-primary .is-media-tools,
.admin-pluto-main .rich-editor-toolbar-primary > .rich-editor-toolbar-group:last-child {
    order: 11;
}

.admin-pluto-main .rich-editor-toolbar-primary .is-media-selection-tools {
    display: none;
}

.admin-pluto-main .rich-editor-toolbar-primary .is-media-tools {
    width: 100%;
    margin-top: 0.15rem;
    padding-top: 0.35rem;
    border-top: 1px solid #dde5ee;
    border-right: 0;
}

.admin-pluto-main .rich-editor-toolbar-primary > .rich-editor-toolbar-group:last-child {
    border-right: 0;
}

.admin-pluto-main .rich-editor-toolbar-secondary {
    margin-top: -1px;
}

.admin-pluto-main .rich-editor-toolbar-media {
    gap: 0.45rem;
}

.admin-pluto-main .rich-editor-toolbar-footer {
    background: #f7f9fc;
}

.admin-pluto-main .rich-editor-toolbar-footer .is-footer-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 0.35rem;
    flex-wrap: wrap;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.admin-pluto-main .rich-editor-size-field {
    min-height: 30px;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    border-color: #cfd8e3;
}

.admin-pluto-main .rich-editor-size-input {
    width: 66px;
    font-size: 0.82rem;
}

.admin-pluto-main .rich-editor-media-note {
    font-size: 0.78rem;
    color: #5b738d;
    white-space: normal;
}

.admin-pluto-main .rich-editor-visual,
.admin-pluto-main .rich-editor-code,
.admin-pluto-main .rich-editor-source {
    border-radius: 4px;
    border: 1px solid #d3dce7;
    box-shadow: none;
}

.admin-pluto-main .rich-editor-visual,
.admin-pluto-main .rich-editor-code {
    min-height: 20rem;
}

.admin-pluto-main .rich-editor-visual {
    padding: 0.95rem;
    line-height: 1.6;
}

.admin-pluto-main .rich-editor-help {
    border: 0;
    background: transparent;
    padding: 0;
    color: #5f748a;
    font-size: 0.78rem;
}

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

.icon-picker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.9rem;
}

.icon-picker-card {
    position: relative;
    display: grid;
    gap: 0.7rem;
    justify-items: center;
    padding: 1rem 0.85rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.icon-picker-card:hover,
.icon-picker-card.is-selected {
    border-color: rgba(184, 101, 74, 0.55);
    box-shadow: var(--shadow);
    transform: translateY(-1px);
}

.icon-picker-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.icon-picker-preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
}

.icon-picker-preview svg {
    width: 88px;
    height: 88px;
    color: #ee9f9f;
}

.icon-picker-preview .icon-bg {
    fill: #f5f3f3;
}

.icon-picker-preview .icon-stroke {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-picker-label {
    font-weight: 700;
    text-align: center;
    color: var(--text);
}

.admin-service-icon-preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
}

.admin-service-icon-preview img,
.admin-service-icon-preview svg {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.admin-service-icon-preview svg {
    color: #ee9f9f;
}

.admin-service-icon-preview .icon-bg {
    fill: #f5f3f3;
}

.admin-service-icon-preview .icon-stroke {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 2rem;
}

.section-heading.compact {
    text-align: left;
    margin: 0;
}

.section-heading h2,
.simple-state h1,
.admin-topbar h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.card-grid,
.team-grid,
.gallery-grid,
.testimonial-grid,
.stats-grid,
.article-grid,
.pricing-grid {
    display: grid;
    gap: 1.2rem;
}

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

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

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

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

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

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

.stats-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.info-card,
.team-card,
.gallery-card,
.testimonial-card,
.stat-card,
.admin-panel-card {
    border-radius: var(--radius);
    padding: 1.4rem;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 1rem;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    color: #ee9f9f;
}

.service-icon .icon-bg {
    fill: #f5f3f3;
}

.service-icon .icon-stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.services-showcase-section {
    padding-top: 2.35rem;
    padding-bottom: 3.9rem;
    background: #f3f3f3;
}

.services-showcase-intro {
    margin-bottom: 1.6rem;
}

.services-showcase-intro.prose-block {
    color: #8a8285;
}

.services-showcase-intro.prose-block > :last-child {
    margin-bottom: 0;
}

.services-showcase-empty {
    margin: 0;
    padding: 1.2rem 1rem;
    border: 1px solid #ddd8da;
    text-align: center;
    background: #ffffff;
    color: #7f777b;
}

.services-showcase {
    display: grid;
    gap: 1.9rem;
}

.services-showcase-page {
    display: none;
}

.services-showcase-page.is-active {
    display: block;
}

.services-showcase-page.is-animate .services-showcase-grid {
    animation: servicesShowcaseFade 0.38s ease;
}

@keyframes servicesShowcaseFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #e4dfe2;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(43, 31, 35, 0.08);
}

.services-showcase-card {
    padding: 2.5rem 1.75rem 2.1rem;
    min-height: 292px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    text-align: center;
    border-right: 1px solid #e4dfe2;
    border-bottom: 1px solid #e4dfe2;
    transition: background 0.26s ease, box-shadow 0.26s ease, transform 0.26s ease;
}

.services-showcase-grid .services-showcase-card:nth-child(3n) {
    border-right: 0;
}

.services-showcase-grid .services-showcase-card:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.services-showcase-card:hover {
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(47, 31, 35, 0.14);
    transform: translateY(-2px);
}

.services-showcase-card .service-icon {
    margin: 0 auto 1.25rem;
    width: 5.3rem;
    height: 5.3rem;
}

.services-showcase-card .service-icon svg,
.services-showcase-card .service-icon img {
    width: 100%;
    height: 100%;
}

.services-showcase-card h3 {
    margin: 0;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: clamp(1.7rem, 2.1vw, 2.2rem);
    line-height: 1.08;
    color: #151515;
}

.services-showcase-card-excerpt {
    margin-top: 0.9rem;
    color: #8e878a;
    line-height: 1.62;
    min-height: 5.2rem;
}

.services-showcase-card-excerpt p {
    margin-bottom: 0;
}

.services-showcase-card-meta {
    margin: 0.75rem 0 0;
    color: #b08f96;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.services-showcase-card-link {
    display: inline-flex;
    margin-top: 0.8rem;
    color: #ee9f9f;
    font-weight: 700;
}

.services-showcase-card-link:hover {
    color: #e48f90;
}

.services-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.2rem;
}

.services-pagination__btn {
    min-width: 3.6rem;
    height: 3.2rem;
    border: 2px solid #d1d1d1;
    border-radius: 8px;
    background: #ffffff;
    color: #0e1624;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 0.9rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.services-pagination__btn:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: #c2c2c2;
    box-shadow: 0 10px 20px rgba(27, 36, 54, 0.08);
}

.services-pagination__control {
    min-width: 5rem;
    text-transform: uppercase;
}

.services-pagination__number.is-active {
    border-color: #e99ca3;
    background: #e99ca3;
    color: #ffffff;
}

.services-pagination__btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
    .services-showcase-page.is-animate .services-showcase-grid {
        animation: none;
    }
}

@media (max-width: 991.98px) {
    .services-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-showcase-section {
        padding-top: 2rem;
    }

    .services-showcase-grid .services-showcase-card:nth-child(3n) {
        border-right: 1px solid #e4dfe2;
    }

    .services-showcase-grid .services-showcase-card:nth-child(2n) {
        border-right: 0;
    }

    .services-showcase-grid .services-showcase-card:nth-last-child(-n + 3) {
        border-bottom: 1px solid #e4dfe2;
    }

    .services-showcase-grid .services-showcase-card:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .services-showcase-card {
        padding: 2rem 1.15rem 1.65rem;
        min-height: 0;
    }

    .services-pagination__btn {
        height: 3rem;
        min-width: 3.2rem;
        font-size: 1rem;
    }

    .services-pagination__control {
        min-width: 4.2rem;
        padding: 0 0.6rem;
    }
}

@media (max-width: 575.98px) {
    .services-showcase-grid {
        grid-template-columns: 1fr;
    }

    .services-showcase-grid .services-showcase-card {
        border-right: 0;
        border-bottom: 1px solid #e4dfe2;
    }

    .services-showcase-grid .services-showcase-card:last-child {
        border-bottom: 0;
    }
}

.team-card {
    overflow: hidden;
    padding: 0;
}

.team-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.team-card-body {
    padding: 1.25rem;
}

.team-role {
    color: var(--primary);
    font-weight: 700;
}

.gallery-card {
    overflow: hidden;
    padding: 0;
}

.gallery-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.gallery-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem 1.2rem;
    color: var(--text-soft);
}

.gallery-caption {
    padding: 0 1.2rem 1.2rem;
    color: var(--text-soft);
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quote-mark {
    margin: 0;
    font-size: 3rem;
    line-height: 1;
    color: var(--primary);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.testimonial-author img {
    border-radius: 999px;
}

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

.partner-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: var(--radius-sm);
    padding: 1rem 1.2rem;
}

.partner-chip strong {
    color: var(--primary);
    letter-spacing: 0.18em;
}

.booking-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    justify-items: center;
}

.booking-grid > .prose-block {
    width: min(100%, 860px);
    margin: 0 auto;
    text-align: center;
}

.booking-grid > .panel-form {
    width: min(100%, 860px);
    margin: 0 auto;
}

.panel-form {
    border-radius: var(--radius);
    padding: 1.5rem;
}

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

.form-grid label,
.form-grid > div,
.panel-form > label {
    display: grid;
    gap: 0.45rem;
    font-weight: 600;
}

.form-span {
    grid-column: 1 / -1;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0.95rem 1rem;
    background: #fff;
    color: var(--text);
}

textarea {
    resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
    outline: 2px solid rgba(184, 101, 74, 0.16);
    border-color: var(--primary);
}

.hidden-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.security-question-field {
    display: grid;
    gap: 0.75rem;
}

.security-question-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(184, 101, 74, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
}

.security-question-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(184, 101, 74, 0.12);
    color: var(--primary-dark);
    font-size: 1.45rem;
    font-weight: 800;
}

.security-question-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.security-question-copy strong {
    color: var(--text);
    font-size: 0.98rem;
}

.security-question-expression {
    color: var(--primary-dark);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.security-question-input {
    max-width: 240px;
}

.home-appointment-section .appointment-soft-form {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, #ffffff 100%);
    border: 1px solid rgba(184, 101, 74, 0.16);
    border-radius: 30px;
    padding: 1.6rem;
    box-shadow: 0 18px 44px rgba(86, 59, 49, 0.08);
}

.home-appointment-section .appointment-soft-form .form-wrap {
    display: grid;
    gap: 0.5rem;
}

.home-appointment-section .appointment-soft-form .form-label {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: #6f5a52;
    letter-spacing: 0.01em;
}

.home-appointment-section .appointment-soft-form .form-input,
.home-appointment-section .appointment-soft-form select.form-input,
.home-appointment-section .appointment-soft-form textarea.form-input,
.home-appointment-section .appointment-soft-form .security-question-input {
    border-radius: 22px;
    border: 1px solid rgba(184, 101, 74, 0.2);
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 4px 14px rgba(66, 49, 42, 0.05);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-appointment-section .appointment-soft-form .form-input::placeholder,
.home-appointment-section .appointment-soft-form .security-question-input::placeholder {
    color: #a48f86;
}

.home-appointment-section .appointment-soft-form .form-input:focus,
.home-appointment-section .appointment-soft-form select.form-input:focus,
.home-appointment-section .appointment-soft-form textarea.form-input:focus,
.home-appointment-section .appointment-soft-form .security-question-input:focus {
    outline: none;
    border-color: rgba(211, 143, 114, 0.85);
    box-shadow: 0 0 0 4px rgba(225, 168, 141, 0.16), 0 12px 28px rgba(161, 104, 82, 0.15);
    transform: translateY(-1px);
}

.home-appointment-section .appointment-soft-form textarea.form-input {
    min-height: 160px;
}

.home-appointment-section .appointment-soft-form .security-question-field {
    margin-top: 0.45rem;
}

.home-appointment-section .appointment-soft-form .security-question-box {
    border-radius: 20px;
    border-color: rgba(184, 101, 74, 0.2);
    background: linear-gradient(135deg, #fff8f3 0%, #fff 70%);
}

.home-appointment-section .appointment-soft-form .form-button {
    margin-top: 0.8rem;
}

.home-appointment-section .appointment-soft-form .button-primary {
    border-radius: 999px;
    min-width: 210px;
    box-shadow: 0 12px 30px rgba(184, 101, 74, 0.28);
}

@media (max-width: 768px) {
    .home-appointment-section .appointment-soft-form {
        border-radius: 24px;
        padding: 1.15rem;
    }

    .home-appointment-section .appointment-soft-form .security-question-input {
        max-width: 100%;
    }
}

.newsletter-section {
    background: linear-gradient(135deg, #f3d4c8 0%, #f8eee7 100%);
}

.newsletter-shell {
    grid-template-columns: 1fr auto;
    align-items: center;
}

.newsletter-form {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.newsletter-form input {
    min-width: min(100%, 320px);
}

.site-footer {
    background: var(--surface-dark);
    color: #f7f1ef;
}

.prose-block {
    line-height: 1.8;
    color: var(--text-soft);
}

.prose-block a {
    color: var(--primary);
    text-decoration: underline;
}

.prose-block > :last-child {
    margin-bottom: 0;
}

.prose-block.centered {
    margin: 0 auto 1.5rem;
    max-width: 760px;
}

.legal-block {
    max-width: 900px;
}

.service-meta,
.article-meta {
    color: var(--primary);
    font-weight: 700;
}

.article-card {
    background: var(--surface);
    border: 1px solid rgba(184, 101, 74, 0.12);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    overflow: hidden;
}

.article-card img {
    width: 100%;
    aspect-ratio: 4 / 2.4;
    object-fit: cover;
}

.article-card-body {
    padding: 1.2rem;
}

.blog-classic-section {
    padding-top: 1.5rem;
}

.blog-classic-intro {
    margin-bottom: 2rem;
}

.blog-classic-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(290px, 0.95fr);
    gap: 2.2rem;
    align-items: start;
}

.blog-classic-main {
    display: grid;
    gap: 1.8rem;
}

.blog-classic-card {
    background: #ffffff;
    border: 1px solid rgba(19, 32, 43, 0.06);
    box-shadow: 0 12px 28px rgba(25, 38, 48, 0.08);
    overflow: hidden;
}

.blog-classic-card__media {
    position: relative;
    display: block;
}

.blog-classic-card__media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.blog-classic-card__tags {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.blog-classic-card__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 0.45rem;
    background: #f492a0;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.blog-classic-card__body {
    padding: 0.95rem 1rem 1.15rem;
}

.blog-classic-card__body h2 {
    margin: 0 0 0.55rem;
    color: #101319;
    font-size: 1.35rem;
    line-height: 1.3;
}

.blog-classic-card__body h2 a {
    color: inherit;
}

.blog-classic-card__body h2 a:hover {
    color: var(--primary);
}

.blog-classic-card__body p {
    margin: 0 0 0.85rem;
    color: #7d8088;
    font-size: 0.94rem;
    line-height: 1.72;
}

.blog-classic-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.1rem;
    color: #8c95a1;
    font-size: 0.8rem;
}

.blog-classic-sidebar {
    display: grid;
    gap: 1.75rem;
}

.blog-classic-widget {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(19, 32, 43, 0.1);
}

.blog-classic-widget:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-classic-widget h3 {
    margin: 0 0 1rem;
    color: #101319;
    font-size: 1.08rem;
    font-weight: 700;
}

.blog-classic-search {
    position: relative;
}

.blog-classic-search input {
    border-radius: 999px;
    padding-right: 3rem;
}

.blog-classic-search button {
    position: absolute;
    right: 0.65rem;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #f492a0;
    font-size: 1.3rem;
    line-height: 1;
    transform: rotate(45deg);
}

.blog-classic-archive,
.blog-classic-recent,
.blog-classic-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-classic-archive {
    columns: 2;
    column-gap: 1.5rem;
}

.blog-classic-archive li,
.blog-classic-recent li,
.blog-classic-categories li {
    break-inside: avoid;
    margin: 0 0 0.7rem;
}

.blog-classic-archive a,
.blog-classic-recent a,
.blog-classic-categories a {
    color: #f492a0;
    font-size: 0.92rem;
}

.blog-classic-archive a:hover,
.blog-classic-recent a:hover,
.blog-classic-categories a:hover {
    color: var(--primary-dark);
}

.blog-classic-popular-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
}

.blog-classic-popular-grid__item {
    display: block;
    overflow: hidden;
}

.blog-classic-popular-grid__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.blog-classic-recent li {
    display: grid;
    gap: 0.25rem;
}

.blog-classic-recent span {
    color: #8f97a3;
    font-size: 0.78rem;
}

.blog-classic-categories li {
    position: relative;
    padding-left: 0.95rem;
}

.blog-classic-categories li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #f492a0;
    font-weight: 700;
}

.blog-classic-empty {
    padding: 2rem;
    background: #ffffff;
    border: 1px solid rgba(19, 32, 43, 0.08);
    box-shadow: 0 10px 24px rgba(25, 38, 48, 0.08);
}

.blog-classic-empty h3 {
    margin: 0 0 0.7rem;
}

.detail-grid {
    align-items: start;
}

.service-detail-section {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.service-detail-layout {
    gap: 2rem;
}

.service-detail-main {
    min-width: 0;
}

.service-detail-media {
    margin: 0 0 1.2rem;
    border: 1px solid #e8e1dc;
    border-radius: 24px;
    overflow: hidden;
    background: #f5f2f0;
    min-height: 320px;
    max-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail-media img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.service-detail-copy.prose-block {
    color: #70686b;
}

.service-detail-summary {
    position: sticky;
    top: 120px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.price-row strong {
    font-size: 2rem;
}

.pricing-card,
.career-card,
.search-result-card {
    background: var(--surface);
    border: 1px solid rgba(184, 101, 74, 0.12);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    padding: 1.5rem;
}

.career-card {
    display: grid;
    gap: 1rem;
}

.pricing-card.is-featured {
    background: linear-gradient(180deg, #fff4ef 0%, #ffffff 100%);
    border-color: rgba(184, 101, 74, 0.35);
}

.stack-grid,
.faq-groups,
.search-results {
    display: grid;
    gap: 1rem;
}

.filter-row {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.filter-chip {
    background: #fff1ea;
    color: var(--primary);
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-weight: 700;
}

.faq-item {
    background: var(--surface);
    border: 1px solid rgba(184, 101, 74, 0.12);
    border-radius: 18px;
    padding: 1rem 1.15rem;
    box-shadow: var(--shadow);
}

.faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

.faq-answer {
    margin-top: 0.8rem;
    color: var(--text-soft);
}

.search-form {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.search-form input {
    flex: 1 1 280px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 2rem;
    padding: 3rem 0;
}

.footer-grid h3,
.footer-grid h4 {
    margin-top: 0;
}

.footer-grid a {
    color: #f7d8c9;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.72);
}

.flash-stack {
    display: grid;
    gap: 0.75rem;
    margin: 1rem auto;
}

.flash {
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid transparent;
    font-weight: 600;
}

.flash-success {
    background: #eaf8f1;
    color: var(--success);
    border-color: rgba(15, 122, 79, 0.15);
}

.flash-error {
    background: #fff0f0;
    color: var(--danger);
    border-color: rgba(154, 42, 42, 0.14);
}

.auth-body {
    min-height: 100vh;
    padding: 1rem 1.25rem;
    background:
        radial-gradient(circle at top, rgba(36, 219, 207, 0.18), transparent 34%),
        radial-gradient(circle at bottom, rgba(10, 193, 184, 0.12), transparent 28%),
        linear-gradient(135deg, #061518 0%, #071c20 45%, #031014 100%);
}

.auth-stage {
    width: min(100%, 920px);
    min-height: calc(100vh - 2rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
}

.auth-brand-lockup {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0 0.15rem;
}

.auth-brand-logo {
    width: min(100%, 250px);
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 28px rgba(17, 214, 198, 0.18));
}

.auth-shell {
    width: 100%;
}

.auth-card {
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.portal-brand-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    text-align: center;
}

.portal-brand-footer-logo {
    width: clamp(132px, 16vw, 180px);
    height: auto;
    display: block;
}

.portal-brand-footer-copy {
    color: #5d6f82;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.auth-portal-footer {
    padding-top: 0.2rem;
}

.auth-portal-footer .portal-brand-footer-copy {
    color: #9bd8d4;
}

.auth-portal-footer .portal-brand-footer-logo {
    filter: drop-shadow(0 12px 26px rgba(19, 230, 214, 0.16));
}

.auth-brand-block h1 {
    margin: 0 0 0.8rem;
}

.auth-note {
    margin-top: 1rem;
    color: var(--text-soft);
}

.auth-neon-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);
    min-height: 470px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(66, 235, 224, 0.42);
    background:
        linear-gradient(135deg, rgba(7, 24, 28, 0.96) 0%, rgba(3, 13, 15, 0.98) 54%, rgba(6, 27, 30, 0.96) 100%);
    box-shadow:
        0 0 0 1px rgba(91, 250, 241, 0.08),
        0 0 28px rgba(19, 230, 214, 0.25),
        0 32px 80px rgba(0, 0, 0, 0.42);
}

.auth-neon-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(124deg, transparent 0 44%, rgba(38, 231, 217, 0.85) 44.1%, rgba(38, 231, 217, 0.18) 45%, rgba(3, 13, 15, 0) 45.2%);
    pointer-events: none;
}

.auth-neon-card::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 18px;
    border: 1px solid rgba(49, 231, 222, 0.18);
    pointer-events: none;
}

.auth-neon-card.is-compact {
    min-height: 430px;
}

.auth-neon-card.is-setup {
    grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
}

.auth-neon-panel {
    position: relative;
    z-index: 1;
    padding: 32px 34px;
}

.auth-neon-panel-form {
    display: grid;
    align-content: center;
    gap: 1rem;
}

.auth-neon-panel-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 42px;
    background:
        linear-gradient(135deg, rgba(10, 165, 157, 0.82), rgba(33, 238, 224, 0.45)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 34%);
}

.auth-neon-copy .eyebrow,
.auth-neon-copy h1,
.auth-neon-copy p,
.auth-neon-form span,
.auth-neon-links a,
.auth-neon-empty p {
    color: #ecfffd;
}

.auth-neon-copy .eyebrow {
    color: #89fff5;
    letter-spacing: 0.22em;
    font-size: 0.78rem;
}

.auth-neon-copy h1 {
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    line-height: 1.02;
}

.auth-neon-copy p {
    margin: 0;
    color: rgba(228, 254, 251, 0.78);
    max-width: 460px;
    font-size: 1rem;
}

.auth-neon-form {
    display: grid;
    gap: 0.85rem;
}

.auth-neon-form label {
    display: grid;
    gap: 0.4rem;
}

.auth-neon-form label span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.3rem 0.72rem;
    border-radius: 999px;
    background: rgba(20, 73, 77, 0.46);
    border: 1px solid rgba(81, 233, 225, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #bffbf6;
}

.auth-neon-form input {
    width: 100%;
    border: 1px solid rgba(104, 246, 236, 0.2);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: rgba(7, 28, 31, 0.92);
    color: #f5fffe;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.auth-neon-form input:focus {
    outline: none;
    border-color: rgba(89, 246, 237, 0.62);
    box-shadow: 0 0 0 4px rgba(40, 220, 209, 0.12), 0 0 18px rgba(33, 219, 210, 0.14);
}

.auth-neon-form input::placeholder {
    color: rgba(190, 243, 238, 0.4);
}

.auth-neon-form input:-webkit-autofill,
.auth-neon-form input:-webkit-autofill:hover,
.auth-neon-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #f5fffe;
    -webkit-box-shadow: 0 0 0 1000px rgba(7, 28, 31, 0.92) inset;
    transition: background-color 9999s ease-in-out 0s;
}

.auth-neon-form .security-question-card {
    margin-top: 0.25rem;
    background: rgba(8, 31, 35, 0.82);
    border: 1px solid rgba(83, 242, 233, 0.18);
    border-radius: 18px;
    padding: 0.9rem 1rem;
}

.auth-neon-form .security-question-card label span,
.auth-neon-form .security-question-card p {
    color: #dffefa;
}

.auth-neon-submit {
    min-height: 50px;
    margin-top: 0.2rem;
    background: linear-gradient(180deg, #31e7dd 0%, #15b7b0 100%);
    color: #062124;
    border: 1px solid rgba(136, 255, 246, 0.42);
    box-shadow: 0 0 18px rgba(38, 231, 217, 0.34), 0 18px 34px rgba(1, 14, 16, 0.32);
    border-radius: 999px;
    font-size: 1rem;
}

.auth-neon-submit:hover {
    background: linear-gradient(180deg, #43ece1 0%, #18c7bf 100%);
}

.auth-neon-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 0.9rem;
}

.auth-neon-links a {
    font-weight: 700;
    color: #95fff5;
}

.auth-neon-welcome {
    max-width: 280px;
    color: #ffffff;
}

.auth-neon-kicker {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 0.34rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #eafffd;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auth-neon-welcome h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1;
}

.auth-neon-welcome p {
    margin: 0 0 1rem;
    color: rgba(245, 255, 254, 0.88);
    font-size: 0.98rem;
}

.auth-neon-points {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(236, 255, 253, 0.88);
}

.auth-neon-points li + li {
    margin-top: 0.35rem;
}

.auth-neon-empty {
    display: grid;
    gap: 1rem;
}

.auth-body .flash {
    background: rgba(14, 30, 33, 0.92);
    color: #ebfffd;
    border-color: rgba(104, 255, 245, 0.18);
}

.auth-body .flash-success {
    background: rgba(5, 52, 48, 0.92);
    color: #c9fff8;
    border-color: rgba(67, 236, 225, 0.22);
}

.auth-body .flash-error {
    background: rgba(61, 13, 23, 0.92);
    color: #ffdce4;
    border-color: rgba(255, 122, 152, 0.24);
}

.admin-body {
    margin: 0;
    background: #f6f0ea;
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
}

.admin-sidebar {
    padding: 1.6rem;
    background: #201919;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.admin-brand {
    font-size: 1.35rem;
    font-weight: 800;
}

.admin-nav {
    display: grid;
    gap: 0.45rem;
}

.admin-nav-link {
    color: rgba(255, 255, 255, 0.78);
    padding: 0.9rem 1rem;
    border-radius: 16px;
}

.admin-nav-link.is-active,
.admin-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.admin-sidebar-actions {
    margin-top: auto;
    display: grid;
    gap: 0.75rem;
}

.admin-main {
    padding: 1.6rem;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.2rem;
}

.admin-user {
    display: grid;
    gap: 0.25rem;
    color: var(--text-soft);
}

.table-card {
    border-radius: var(--radius);
    overflow: hidden;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    background: #fff6f1;
}

.table-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    align-items: center;
}

.table-actions select {
    min-width: 9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    background: #fff;
}

.message-row {
    color: var(--text-soft);
}

.admin-form-section {
    margin-bottom: 2rem;
}

.clean-list {
    margin: 0;
    padding-left: 1.2rem;
}

.simple-state {
    max-width: 680px;
    text-align: center;
}

@media (max-width: 1024px) {
    .hero-feature,
    .about-grid,
    .booking-grid,
    .newsletter-shell,
    .admin-shell,
    .page-hero-grid,
    .detail-grid,
    .auth-page-grid {
        grid-template-columns: 1fr;
    }

    .card-grid,
    .team-grid,
    .gallery-grid,
    .partner-row,
    .stats-grid,
    .article-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-classic-layout {
        grid-template-columns: 1fr;
    }

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

    .admin-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        display: inline-flex;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        right: 1rem;
        left: 1rem;
        padding: 1rem;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 18px;
        box-shadow: var(--shadow);
        flex-direction: column;
        align-items: stretch;
    }

    .nav-links.is-open {
        display: flex;
    }

    .hero-stack,
    .card-grid,
    .team-grid,
    .gallery-grid,
    .partner-row,
    .stats-grid,
    .article-grid,
    .pricing-grid,
    .visual-grid,
    .footer-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .topbar,
    .navbar,
    .admin-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .security-question-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .security-question-input {
        max-width: none;
    }

    .admin-main {
        padding: 1rem;
    }

    .blog-classic-archive {
        columns: 1;
    }

    .blog-classic-card__body h2 {
        font-size: 1.18rem;
    }

    .service-detail-media {
        min-height: 230px;
        max-height: 360px;
    }

    .service-detail-summary {
        position: static;
    }

    .admin-table,
    .admin-table thead,
    .admin-table tbody,
    .admin-table th,
    .admin-table td,
    .admin-table tr {
        display: block;
        width: 100%;
    }

    .admin-table thead {
        display: none;
    }

    .admin-table tr {
        border-bottom: 1px solid var(--line);
    }

    .admin-table td {
        border-bottom: 0;
        padding: 0.8rem 1rem;
    }
}

/* Pluto-like admin panel */
.admin-pluto-body {
    background: #eef2f5;
    color: #21384f;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.admin-pluto-shell {
    min-height: 100vh;
    height: auto;
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    align-items: start;
    overflow: visible;
}

.admin-pluto-sidebar {
    position: sticky;
    top: 0;
    min-height: 0;
    height: 100vh;
    background:
        linear-gradient(180deg, rgba(19, 41, 66, 0.96), rgba(22, 37, 59, 0.98)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 40%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 80;
}

.admin-pluto-profile {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 28px;
    background: #27496f;
}

.admin-pluto-avatar,
.admin-pluto-user-chip-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8846, #ff5c21);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.admin-pluto-profile-copy {
    display: grid;
    gap: 0.2rem;
}

.admin-pluto-profile-copy strong,
.admin-pluto-user-chip-copy strong {
    font-size: 1.1rem;
}

.admin-pluto-profile-copy small,
.admin-pluto-user-chip-copy span {
    color: rgba(255, 255, 255, 0.72);
}

.admin-pluto-status {
    color: #31d17b;
    font-weight: 700;
}

.admin-pluto-nav-groups {
    display: grid;
    flex: 1 1 auto;
    min-height: 0;
    gap: 1.1rem;
    padding: 1.5rem 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

.admin-pluto-nav-groups::-webkit-scrollbar {
    width: 8px;
}

.admin-pluto-nav-groups::-webkit-scrollbar-track {
    background: transparent;
}

.admin-pluto-nav-groups::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
}

.admin-pluto-group-title {
    margin: 0;
    padding: 0 30px 0.9rem;
    border-bottom: 1px solid rgba(255, 92, 33, 0.65);
    color: #ffffff;
    font-size: 0.92rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.admin-pluto-nav {
    display: grid;
    gap: 0.2rem;
    padding: 1rem 0 0;
}

.admin-pluto-nav-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0.82rem 30px;
    color: rgba(255, 255, 255, 0.82);
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.admin-pluto-nav-link:hover,
.admin-pluto-nav-link.is-active {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    padding-left: 34px;
}

.admin-pluto-nav-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #ffb01f;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    flex: 0 0 auto;
}

.admin-pluto-nav-icon i {
    font-size: 0.92rem;
    line-height: 1;
}

.admin-pluto-sidebar-footer {
    margin-top: auto;
    flex: 0 0 auto;
    display: grid;
    gap: 0.8rem;
    padding: 1.4rem 28px 2rem;
}

.admin-pluto-side-action {
    min-height: 54px;
    padding: 0.95rem 1.25rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff6d2d 0%, #ff5c21 100%);
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 30px rgba(255, 92, 33, 0.28);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.admin-pluto-side-action:hover,
.admin-pluto-side-action:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(255, 92, 33, 0.34);
    filter: brightness(1.02);
}

.admin-pluto-side-action.is-outline {
    background: #ffffff;
    color: #1e3a57;
    border-color: rgba(198, 213, 228, 0.78);
    box-shadow: 0 14px 28px rgba(18, 42, 67, 0.12);
}

.admin-pluto-sidebar-footer form {
    margin: 0;
}

.admin-pluto-page {
    min-width: 0;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.admin-pluto-topbar {
    min-height: 78px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    background: #1b304d;
    color: #ffffff;
}

.admin-pluto-topbar-left,
.admin-pluto-topbar-right {
    display: flex;
    align-items: center;
}

.admin-pluto-toggle {
    width: 86px;
    min-height: 78px;
    border: 0;
    background: #ff5c21;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.admin-pluto-toggle > span:not(.visually-hidden) {
    width: 22px;
    height: 3px;
    background: #ffffff;
    border-radius: 999px;
}

.admin-pluto-toggle .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.admin-pluto-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-left: 18px;
    color: #ffffff;
}

.admin-pluto-logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #16304e 32%, transparent 34%),
        conic-gradient(#0096ff 0 24%, #ff8f1f 24% 48%, #1b304d 48% 56%, #16b7ff 56% 74%, #ff5c21 74% 100%);
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.09);
}

.admin-pluto-logo-text {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.admin-pluto-topbar-right {
    gap: 10px;
    padding-right: 0;
}

.admin-pluto-icon-link {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.admin-pluto-icon-link i {
    font-size: 1rem;
    line-height: 1;
}

.admin-pluto-icon-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.admin-pluto-icon-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff5c21;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
}

.admin-pluto-user-chip {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 22px;
    background: #ff5c21;
}

.admin-pluto-user-chip-avatar {
    width: 48px;
    height: 48px;
    font-size: 0.88rem;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.admin-pluto-user-chip-copy {
    display: grid;
    gap: 0.18rem;
}

.admin-pluto-page-head {
    background: #ffffff;
    border-bottom: 1px solid #dfe6ee;
    padding: 26px 34px;
    box-shadow: 0 6px 18px rgba(24, 48, 77, 0.06);
}

.admin-pluto-kicker {
    margin: 0 0 0.45rem;
    color: #7d8fa5;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
    font-weight: 800;
}

.admin-pluto-page-head h1 {
    margin: 0;
    font-size: 2.1rem;
    line-height: 1.1;
    color: #18304e;
}

.admin-pluto-page-head p {
    margin: 0.55rem 0 0;
    max-width: 760px;
    color: #6f8197;
}

.admin-pluto-main {
    display: grid;
    flex: 1 0 auto;
    min-height: auto;
    gap: 24px;
    padding: 30px 34px 40px;
    overflow: visible;
}

.admin-pluto-footer-brand {
    display: flex;
    flex: 0 0 auto;
    padding: 0 34px 26px;
    width: 100%;
    max-width: none;
    margin: 0;
    justify-content: center;
    border-top: 1px solid #dde5ee;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.admin-pluto-footer-brand .portal-brand-footer-logo {
    width: clamp(124px, 14vw, 160px);
}

.admin-pluto-footer-brand .portal-brand-footer-copy {
    color: #5f7388;
}

.admin-pluto-flashes {
    margin: 0;
}

.admin-pluto-main .flash {
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(24, 48, 77, 0.08);
}

.admin-pluto-stat-grid,
.admin-pluto-social-grid,
.admin-pluto-panel-grid {
    display: grid;
    gap: 24px;
}

.admin-pluto-stat-grid,
.admin-pluto-social-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-pluto-stat-card,
.admin-pluto-social-card,
.admin-pluto-card,
.admin-pluto-main .table-card,
.admin-pluto-main .panel-form {
    background: #ffffff;
    border: 1px solid #dde5ee;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(24, 48, 77, 0.08);
}

.admin-pluto-stat-card {
    min-height: 218px;
    padding: 28px 22px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 12px;
    text-align: center;
}

.admin-pluto-shortcut {
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.admin-pluto-shortcut:hover,
.admin-pluto-shortcut:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 22px 36px rgba(24, 48, 77, 0.14);
    border-color: #c9d8e6;
}

.admin-pluto-shortcut:focus-visible {
    outline: 3px solid rgba(52, 152, 241, 0.2);
    outline-offset: 2px;
}

.admin-pluto-stat-card strong {
    font-size: 2.7rem;
    line-height: 1;
    color: #29445f;
}

.admin-pluto-stat-card span {
    color: #8597ab;
    font-size: 1.1rem;
}

.admin-pluto-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: relative;
}

.admin-pluto-stat-icon::before {
    content: "";
    position: absolute;
    inset: 15px;
    border-radius: 50%;
    background: currentColor;
}

.admin-pluto-stat-card.tone-orange .admin-pluto-stat-icon,
.admin-pluto-stat-card.tone-orange strong {
    color: #f7a11c;
}

.admin-pluto-stat-card.tone-blue .admin-pluto-stat-icon,
.admin-pluto-stat-card.tone-blue strong {
    color: #3498f1;
}

.admin-pluto-stat-card.tone-teal .admin-pluto-stat-icon,
.admin-pluto-stat-card.tone-teal strong {
    color: #16b6a1;
}

.admin-pluto-stat-card.tone-pink .admin-pluto-stat-icon,
.admin-pluto-stat-card.tone-pink strong {
    color: #ef2b72;
}

.admin-pluto-social-card {
    overflow: hidden;
}

.admin-pluto-social-top {
    min-height: 106px;
    display: grid;
    place-items: center;
}

.admin-pluto-social-mark {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}

.admin-pluto-social-body {
    display: grid;
    gap: 0.3rem;
    padding: 18px 22px 20px;
    text-align: center;
}

.admin-pluto-social-body strong {
    font-size: 2rem;
    line-height: 1.1;
}

.admin-pluto-social-body span {
    font-size: 1.1rem;
    color: #29445f;
}

.admin-pluto-social-body small {
    color: #8fa0b2;
}

.admin-pluto-social-card.tone-facebook .admin-pluto-social-top {
    background: #4864a8;
}

.admin-pluto-social-card.tone-twitter .admin-pluto-social-top {
    background: #1da8df;
}

.admin-pluto-social-card.tone-linkedin .admin-pluto-social-top {
    background: #177cb4;
}

.admin-pluto-social-card.tone-google .admin-pluto-social-top {
    background: #d84a34;
}

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

.admin-pluto-card {
    padding: 24px 28px 28px;
}

.admin-pluto-card-head {
    margin-bottom: 1rem;
}

.admin-pluto-card-head h2 {
    margin: 0;
    color: #18304e;
    font-size: 1.55rem;
}

.admin-pluto-action-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.admin-pluto-action-tile {
    min-height: 76px;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #18304e;
    background: #f5f8fb;
    border: 1px solid #dde5ee;
}

.admin-pluto-note-list {
    display: grid;
    gap: 0.8rem;
    color: #5c7188;
}

.admin-pluto-main .admin-actions {
    margin: 0;
}

.admin-pluto-main .button-primary {
    background: linear-gradient(180deg, #f3a1a7 0%, #eb8f97 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 18px 34px rgba(235, 143, 151, 0.32);
}

.admin-pluto-main .button-primary:hover {
    background: linear-gradient(180deg, #ee969e 0%, #e7848d 100%);
    box-shadow: 0 22px 38px rgba(231, 132, 141, 0.38);
}

.admin-pluto-main .button-secondary {
    border-color: #d6e0ea;
    background: #ffffff;
    color: #20364c;
    box-shadow: 0 16px 30px rgba(25, 48, 74, 0.08);
}

.admin-pluto-main .button-danger {
    background: #d84a34;
}

.admin-pluto-main .table-card {
    padding: 0;
    overflow: hidden;
}

.admin-pluto-main .security-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-pluto-main .security-card {
    display: grid;
    gap: 1.2rem;
}

.admin-pluto-main .security-card-header,
.admin-pluto-main .security-user-card-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.admin-pluto-main .security-card-header h2,
.admin-pluto-main .security-user-card-top h2 {
    margin: 0 0 0.35rem;
}

.admin-pluto-main .security-card-header p,
.admin-pluto-main .security-user-card-top p {
    margin: 0;
    color: #6f849a;
}

.security-role-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.security-role-badge.is-super_admin {
    background: rgba(33, 150, 243, 0.12);
    color: #1f6fd1;
}

.security-role-badge.is-admin {
    background: rgba(235, 143, 151, 0.14);
    color: #d05f6a;
}

.security-role-badge.is-manager {
    background: rgba(37, 192, 176, 0.14);
    color: #168f84;
}

.security-role-badge.is-editor {
    background: rgba(255, 181, 66, 0.16);
    color: #cf7c00;
}

.admin-pluto-main .security-role-summary {
    display: grid;
    gap: 0.25rem;
    padding: 0.95rem 1rem;
    border: 1px solid #e4ebf2;
    border-radius: 14px;
    background: #f8fbfe;
    color: #37506b;
}

.admin-pluto-main .security-role-summary strong {
    color: #20364c;
}

.admin-pluto-main .security-role-summary small {
    color: #6f849a;
}

.admin-pluto-main .security-role-grid,
.admin-pluto-main .security-admin-users-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-pluto-main .security-role-card {
    padding: 1.2rem 1.25rem;
    border: 1px solid #dfe8f1;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    box-shadow: 0 14px 28px rgba(24, 48, 77, 0.07);
}

.admin-pluto-main .security-role-card strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #20364c;
}

.admin-pluto-main .security-role-card p {
    margin: 0;
    color: #6f849a;
}

.admin-pluto-main .panel-form {
    padding: 24px 28px 28px;
}

.admin-pluto-main .settings-tab-shell {
    display: grid;
    gap: 1.75rem;
}

.admin-pluto-main .settings-hero-card {
    padding: 26px 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #deebf5;
    box-shadow: 0 20px 44px rgba(18, 44, 74, 0.09);
}

.admin-pluto-main .settings-hero-copy {
    display: grid;
    gap: 0.45rem;
}

.admin-pluto-main .settings-hero-kicker {
    margin: 0;
    color: #0e6d99;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.admin-pluto-main .settings-hero-copy h2 {
    margin: 0;
    color: #18304e;
    font-size: 2rem;
}

.admin-pluto-main .settings-hero-copy p {
    margin: 0;
    max-width: 760px;
    color: #6f849a;
    font-size: 1rem;
}

.admin-pluto-main .settings-tab-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
}

.admin-pluto-main .settings-tab-chip {
    position: relative;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.2rem;
    min-width: 210px;
    min-height: 96px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #dfe9f3;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    color: #7a8ea2;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    box-shadow: 0 16px 32px rgba(21, 47, 76, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.admin-pluto-main .settings-tab-chip:hover,
.admin-pluto-main .settings-tab-chip:focus-visible {
    transform: translateY(-3px);
    border-color: #c9d9e8;
    box-shadow: 0 22px 36px rgba(21, 47, 76, 0.13);
}

.admin-pluto-main .settings-tab-chip:focus-visible {
    outline: 3px solid rgba(27, 116, 168, 0.18);
    outline-offset: 2px;
}

.admin-pluto-main .settings-tab-chip.is-active {
    background: #0e6d99;
    border-color: #0e6d99;
    color: #ffffff;
    box-shadow: 0 24px 40px rgba(14, 109, 153, 0.26);
}

.admin-pluto-main .settings-tab-chip.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 22px;
    background: #0e6d99;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
}

.admin-pluto-main .settings-tab-chip-title {
    display: block;
    font-size: 1.04rem;
    font-weight: 800;
}

.admin-pluto-main .settings-tab-chip-subtitle {
    display: block;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
}

.admin-pluto-main .settings-tab-panels {
    display: grid;
}

.admin-pluto-main .settings-tab-panel {
    margin: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    border: 1px solid #dde8f2;
    box-shadow: 0 20px 40px rgba(18, 44, 74, 0.08);
}

.admin-pluto-main .settings-tab-panel:not(.is-active) {
    display: none;
}

.admin-pluto-main .admin-form-section + .admin-form-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e3eaf1;
}

.admin-pluto-main .admin-form-section h2 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    color: #18304e;
}

.admin-pluto-main .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.4rem;
}

.admin-pluto-main .form-span {
    grid-column: 1 / -1;
}

.admin-pluto-main label,
.admin-pluto-main .panel-form span {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #304a63;
}

.admin-pluto-main input,
.admin-pluto-main textarea,
.admin-pluto-main select {
    width: 100%;
    border: 1px solid #d6e0ea;
    border-radius: 12px;
    padding: 0.82rem 0.95rem;
    background: #ffffff;
    color: #21384f;
}

.admin-pluto-main textarea {
    min-height: 130px;
    resize: vertical;
}

.admin-pluto-main .admin-table th,
.admin-pluto-main .admin-table td {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #e7edf3;
}

.admin-pluto-main .admin-table th {
    background: #f7f9fc;
    color: #6f849a;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-pluto-main .admin-table td {
    color: #274059;
}

.admin-pluto-main .table-actions {
    gap: 0.55rem;
}

.admin-pluto-main .table-actions form {
    margin: 0;
}

.admin-appointments-card {
    border: 1px solid #d8e2ed;
    border-radius: 8px;
    box-shadow: none;
    display: grid;
    gap: 1rem;
    padding: 16px;
}

.appointment-pro-board {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
    gap: 1.1rem;
    margin-bottom: 1.35rem;
    align-items: stretch;
}

.appointment-pro-calendar,
.appointment-day-list,
.appointment-approval-card {
    border: 1px solid #d8e2ed;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(28, 52, 78, 0.08);
}

.appointment-pro-calendar {
    display: grid;
    gap: 0.75rem;
    padding: 14px;
}

.appointment-calendar-filter {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.85rem;
    align-items: end;
}

.appointment-calendar-filter label {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    color: #071f3d;
    font-weight: 800;
}

.appointment-calendar-filter select {
    min-height: 46px;
    border: 1px solid #8fa2b7;
    border-radius: 6px;
    background: #ffffff;
    color: #071f3d;
    font-weight: 800;
    padding: 0 0.85rem;
}

.appointment-filter-button {
    min-height: 46px;
    padding-inline: 1.1rem;
    border-radius: 6px;
    background: #36a9f5;
    color: #ffffff;
}

.appointment-calendar-title {
    padding: 0.62rem;
    border: 1px solid #8fa2b7;
    background: #f7e8df;
    color: #111827;
    text-align: center;
    font-size: 1.18rem;
    font-weight: 900;
}

.appointment-pro-month {
    display: grid;
    grid-template-columns: repeat(7, minmax(34px, 1fr));
    overflow: hidden;
    border: 1px solid #8fa2b7;
    border-radius: 8px;
    background: #8fa2b7;
    gap: 1px;
}

.appointment-pro-month > strong,
.appointment-pro-month > span,
.appointment-pro-month > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    color: #111827;
    font-weight: 900;
    text-decoration: none;
}

.appointment-pro-month > strong {
    min-height: 42px;
    background: #f11212;
    color: #ffffff;
    font-size: 1rem;
}

.appointment-pro-month > a {
    position: relative;
    background: #ffffff;
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.appointment-pro-month > a:hover {
    z-index: 2;
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 2px #36a9f5;
}

.appointment-pro-month > a.is-weekend {
    color: #e11d2e;
}

.appointment-pro-month > .is-muted {
    background: #f5f5f5;
    color: #c7cbd1;
}

.appointment-pro-month > a.has-appointment {
    background: #fffb00;
}

.appointment-pro-month > a.is-selected {
    box-shadow: inset 0 0 0 3px #36a9f5;
}

.appointment-pro-month > a.is-today > span {
    color: #075cbd;
}

.appointment-pro-month > a > span {
    border: 0;
    min-height: 0;
    color: inherit;
}

.appointment-pro-month > a > em {
    position: absolute;
    right: 4px;
    top: 4px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #36a9f5;
    color: #ffffff;
    font-size: 0.68rem;
    font-style: normal;
    line-height: 18px;
    text-align: center;
}

.appointment-day-list {
    overflow: hidden;
}

.appointment-day-list-head {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.85rem 1rem;
    background: #f7f9fc;
    color: #071f3d;
}

.appointment-mini-table {
    width: 100%;
    border-collapse: collapse;
}

.appointment-mini-table th {
    background: #16aee5;
    color: #ffffff;
    padding: 0.75rem 0.65rem;
    text-align: left;
}

.appointment-mini-table td {
    border-bottom: 1px solid #d8e2ed;
    padding: 0.72rem 0.65rem;
    color: #274059;
    vertical-align: top;
}

.appointment-status-text {
    font-weight: 900;
}

.appointment-status-text.is-cancelled {
    color: #d93521;
}

.appointment-status-text.is-approved {
    color: #12884e;
}

.appointment-status-text.is-pending {
    color: #b67a00;
}

.appointment-approval-card {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding: 1.1rem;
}

.appointment-approval-card h2 {
    margin: 0;
    color: #071f3d;
}

.appointment-approval-card p {
    margin: 0.25rem 0 0;
    color: #587189;
}

.appointment-approval-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 0.85rem;
    align-items: end;
}

.appointment-approval-grid > div {
    display: grid;
    gap: 0.35rem;
}

.admin-appointment-calendar {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.4rem;
    padding: 20px;
    border: 1px solid #d8e2ed;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(28, 52, 78, 0.08);
}

.appointment-calendar-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.appointment-calendar-head h2 {
    margin: 0;
    color: #071f3d;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.appointment-calendar-head > span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: #edf6ff;
    color: #075cbd;
    font-weight: 800;
}

.appointment-calendar-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 1fr));
    gap: 1rem;
}

.appointment-month-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(34px, 1fr));
    gap: 0.45rem;
    padding: 0.75rem;
    border: 1px solid #dbe6f1;
    border-radius: 14px;
    background: #fbfdff;
}

.appointment-month-calendar strong,
.appointment-month-calendar span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 10px;
}

.appointment-month-calendar strong {
    color: #6f849a;
    font-size: 0.78rem;
}

.appointment-month-calendar span {
    position: relative;
    background: #ffffff;
    color: #274059;
    font-weight: 800;
}

.appointment-month-calendar span.is-empty {
    background: transparent;
}

.appointment-month-calendar span.is-today {
    outline: 2px solid #36a9f5;
}

.appointment-month-calendar span.has-appointment {
    background: #eaf4ff;
    color: #075cbd;
}

.appointment-month-calendar em {
    position: absolute;
    right: 4px;
    top: 4px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #f39aa7;
    color: #ffffff;
    font-size: 0.68rem;
    font-style: normal;
    line-height: 18px;
    text-align: center;
}

.appointment-calendar-card {
    display: grid;
    gap: 0.72rem;
    align-content: start;
    min-height: 150px;
    padding: 1rem;
    border: 1px solid #dbe6f1;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
}

.appointment-calendar-card h3 {
    margin: 0;
    color: #071f3d;
    font-size: 1rem;
}

.appointment-calendar-card p,
.appointment-calendar-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin: 0;
    color: #587189;
}

.appointment-calendar-card strong {
    color: #071f3d;
}

.appointment-calendar-list {
    display: grid;
    gap: 0.55rem;
}

.appointment-tabs {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.appointment-tab-button {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0 1rem;
    border: 1px solid #d8e2ed;
    border-radius: 999px;
    background: #ffffff;
    color: #071f3d;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
}

.appointment-tab-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: #edf2f7;
    color: #587189;
}

.appointment-tab-button.is-active {
    background: #36a9f5;
    border-color: #36a9f5;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(54, 169, 245, 0.22);
}

.appointment-tab-button.is-active span {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.appointment-tab-panel {
    display: grid;
    gap: 1rem;
}

.appointment-tab-panel[hidden] {
    display: none !important;
}

.admin-pluto-main .admin-appointments-table th {
    background: #36a9f5;
    color: #ffffff;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    text-transform: none;
}

.admin-pluto-main .admin-appointments-table td {
    color: #071f3d;
    vertical-align: middle;
}

.appointment-flat-table {
    table-layout: fixed;
}

.appointment-flat-table th,
.appointment-flat-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #d8e2ed;
}

.appointment-flat-table .table-actions {
    justify-content: flex-start;
}

.admin-appointments-table .message-row {
    background: #fbfdff;
    color: #466079;
}

.appointment-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 34px;
    padding: 0 0.9rem;
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
}

.appointment-status-badge.is-cancelled {
    background: #ffe9e5;
    color: #d93521;
}

.appointment-status-badge.is-approved {
    background: #e7f8ee;
    color: #12884e;
}

.appointment-status-badge.is-pending {
    background: #fff1d8;
    color: #c36a00;
}

.appointment-status-form {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.appointment-status-form label {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    color: #6f849a;
    font-size: 0.78rem;
    font-weight: 800;
}

.appointment-details-toggle {
    background: #ffffff;
    color: #071f3d;
    border: 1px solid #2b91ff;
    border-radius: 8px;
    box-shadow: none;
}

.appointment-details-toggle:hover,
.appointment-details-toggle[aria-expanded="true"] {
    background: #eaf4ff;
    color: #075cbd;
}

.appointment-details-row td {
    background: #fbfdff;
    padding: 0 !important;
}

.appointment-details-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-top: 1px solid #e7edf3;
}

.appointment-details-message {
    display: grid;
    gap: 0.35rem;
}

.appointment-details-message strong {
    color: #071f3d;
}

.appointment-details-message p {
    margin: 0;
    color: #466079;
}

.appointment-details-actions {
    display: inline-flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
}

.appointment-status-select.is-cancelled {
    border-color: #f0aaa0;
    color: #d93521;
    background: #fff8f6;
}

.appointment-status-select.is-approved {
    border-color: #98ddbb;
    color: #12884e;
    background: #f6fff9;
}

.appointment-status-select.is-pending {
    border-color: #efc679;
    color: #a95a00;
    background: #fffaf0;
}

.appointment-slot-status {
    display: block;
    min-height: 1.25rem;
    margin-top: 0.35rem;
    color: #6f849a;
    font-size: 0.86rem;
    font-weight: 700;
}

.appointment-slot-status.is-busy {
    color: #d93521;
}

.appointment-slot-status.is-free {
    color: #12884e;
}

input.is-slot-busy {
    border-color: #d93521 !important;
    box-shadow: 0 0 0 3px rgba(217, 53, 33, 0.12) !important;
}

@media (max-width: 767px) {
    .appointment-pro-board,
    .appointment-approval-grid {
        grid-template-columns: 1fr;
    }

    .appointment-calendar-filter {
        grid-template-columns: 1fr;
    }

    .appointment-mini-table {
        min-width: 640px;
    }

    .appointment-day-list {
        overflow-x: auto;
    }

    .appointment-calendar-grid {
        grid-template-columns: 1fr;
    }

    .appointment-tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .appointment-tab-button {
        justify-content: space-between;
        width: 100%;
    }

    .admin-appointments-table td[data-label] {
        display: grid;
        grid-template-columns: minmax(110px, 38%) 1fr;
        gap: 0.75rem;
        align-items: center;
    }

    .admin-appointments-table td[data-label]::before {
        content: attr(data-label);
        color: #6f849a;
        font-weight: 800;
    }

    .admin-appointments-table .table-actions,
    .admin-appointments-table .appointment-status-form,
    .appointment-details-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .appointment-details-panel {
        grid-template-columns: 1fr;
    }
}

.button-success {
    background: #18a93d;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(24, 169, 61, 0.18);
}

.button-success:hover {
    background: #138631;
}

.admin-content-list-shell {
    display: grid;
    gap: 1.35rem;
    padding: 24px;
}

.admin-content-list-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.4rem;
    flex-wrap: wrap;
}

.admin-content-list-copy {
    display: grid;
    gap: 0.35rem;
}

.admin-content-list-copy h2 {
    margin: 0;
    color: #18304e;
    font-size: 2rem;
    line-height: 1.08;
}

.admin-content-list-copy p {
    margin: 0;
    color: #72869d;
}

.admin-content-list-actions {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
}

.admin-content-inline-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.admin-mini-stat {
    display: grid;
    gap: 0.18rem;
    padding: 1rem 1.25rem;
    border-radius: 18px;
    border: 1px solid #dbe6f1;
    background: #ffffff;
}

.admin-mini-stat strong {
    color: #18304e;
    font-size: 1.5rem;
    line-height: 1;
}

.admin-mini-stat span {
    color: #72869d;
    font-weight: 600;
}

.admin-mini-stat.is-active {
    background: linear-gradient(180deg, rgba(186, 241, 221, 0.66) 0%, rgba(243, 255, 251, 0.96) 100%);
    border-color: rgba(27, 168, 111, 0.22);
}

.admin-mini-stat.is-active strong {
    color: #119764;
}

.admin-mini-stat.is-muted {
    background: linear-gradient(180deg, rgba(255, 239, 242, 0.7) 0%, rgba(255, 252, 253, 0.96) 100%);
    border-color: rgba(233, 136, 151, 0.24);
}

.admin-mini-stat.is-muted strong {
    color: #d16f80;
}

.admin-content-table .admin-row-check-col {
    width: 48px;
    text-align: center;
}

.admin-content-table .admin-row-check-col input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.admin-table-title-cell {
    display: grid;
    gap: 0.42rem;
    min-width: 280px;
}

.admin-locale-line {
    display: grid;
    gap: 0.2rem;
}

.admin-locale-line strong {
    color: #18304e;
    font-size: 1rem;
}

.admin-locale-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 0 0.5rem;
    border-radius: 999px;
    background: #f2f6fa;
    color: #5f748c;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-table-meta,
.admin-locale-stack {
    display: grid;
    gap: 0.28rem;
    color: #71859d;
    font-size: 0.88rem;
}

.admin-media-thumb {
    display: flex;
    align-items: center;
    min-height: 70px;
}

.admin-media-thumb img {
    width: 88px;
    height: 58px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #dde7f1;
}

.admin-media-doc,
.admin-media-placeholder,
.admin-order-pill,
.admin-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 0.85rem;
    border-radius: 999px;
    font-weight: 700;
}

.admin-media-doc {
    background: #eef4fb;
    color: #26486c;
}

.admin-media-placeholder {
    background: #f6f8fb;
    color: #8a9aae;
}

.admin-order-pill {
    background: #f7f9fc;
    color: #2c4764;
}

.admin-status-badge.is-active {
    background: #eafaf1;
    color: #13935f;
}

.admin-status-badge.is-passive {
    background: #fff1f3;
    color: #d06f80;
}

.admin-pluto-overlay {
    display: none;
}

body.is-admin-sidebar-open {
    overflow: hidden;
}

@media (max-width: 1280px) {
    .admin-pluto-shell {
        grid-template-columns: 310px minmax(0, 1fr);
    }

    .admin-pluto-stat-grid,
    .admin-pluto-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .admin-content-inline-stats {
        grid-template-columns: 1fr;
    }

    .admin-content-list-shell {
        padding: 20px;
    }
}

@media (max-width: 1100px) {
    .admin-pluto-body {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .admin-pluto-body.is-admin-sidebar-open {
        overflow: hidden;
    }

    .admin-pluto-shell {
        height: auto;
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .admin-pluto-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(86vw, 330px);
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: 22px 0 40px rgba(24, 48, 77, 0.22);
    }

    .admin-pluto-sidebar.is-open {
        transform: translateX(0);
    }

    .admin-pluto-overlay {
        position: fixed;
        inset: 0;
        background: rgba(11, 24, 39, 0.35);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 70;
        display: block;
    }

    .admin-pluto-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    .admin-pluto-page {
        min-width: 0;
        min-height: 0;
        height: auto;
        overflow: visible;
    }

    .admin-pluto-page-head,
    .admin-pluto-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .admin-pluto-main {
        overflow: visible;
    }

}

@media (max-width: 980px) {
    .auth-neon-card,
    .auth-neon-card.is-setup,
    .auth-neon-card.is-compact {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .auth-neon-card::before {
        background:
            linear-gradient(180deg, rgba(38, 231, 217, 0.16), transparent 36%);
    }

    .auth-neon-panel-visual {
        min-height: 240px;
        padding: 34px 32px 40px;
    }

    .admin-pluto-main .security-dashboard-grid,
    .admin-pluto-main .security-role-grid,
    .admin-pluto-main .security-admin-users-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .auth-body {
        padding: 1rem;
    }

    .auth-stage {
        min-height: calc(100vh - 2rem);
        gap: 1rem;
    }

    .auth-brand-logo {
        width: min(100%, 220px);
    }

    .auth-shell {
        width: 100%;
    }

    .auth-neon-panel {
        padding: 24px 20px;
    }

    .auth-neon-welcome {
        max-width: none;
    }

    .admin-pluto-topbar {
        min-height: 70px;
    }

    .admin-pluto-toggle {
        width: 72px;
        min-height: 70px;
    }

    .admin-pluto-logo-text {
        font-size: 1rem;
    }

    .admin-pluto-topbar-right {
        gap: 8px;
    }

    .admin-pluto-user-chip {
        display: none;
    }

    .admin-pluto-page-head {
        padding: 20px;
    }

    .admin-pluto-page-head h1 {
        font-size: 1.55rem;
    }

    .admin-pluto-main {
        padding: 20px;
    }

    .admin-pluto-footer-brand {
        padding: 0 20px 22px;
    }

    .admin-pluto-stat-grid,
    .admin-pluto-social-grid,
    .admin-pluto-panel-grid,
    .admin-pluto-action-grid,
    .admin-pluto-main .form-grid {
        grid-template-columns: 1fr;
    }

    .admin-pluto-main .settings-tab-bar {
        gap: 0.75rem;
    }

    .admin-pluto-main .settings-tab-chip {
        width: 100%;
        min-width: 0;
        min-height: 82px;
    }
}

/* Blog detail enhancements */
.blog-detail-comments {
    margin-top: 22px;
    padding: 24px;
    border: 1px solid #d7dfeb;
    border-radius: 18px;
    background: #f7f9fd;
}

.blog-detail-comments h3 {
    margin: 0 0 18px;
    font-size: 2rem;
    font-weight: 700;
    color: #0f2442;
}

.blog-detail-comment-list {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.blog-detail-comment-item {
    padding: 14px 16px;
    border: 1px solid #d7dfeb;
    border-radius: 14px;
    background: #fff;
}

.blog-detail-comment-item header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.blog-detail-comment-item strong {
    color: #0f2442;
}

.blog-detail-comment-item time {
    color: #7e90ab;
    font-size: 0.88rem;
}

.blog-detail-comment-item p {
    margin: 0;
    color: #344d6e;
    line-height: 1.6;
}

.blog-detail-comment-form {
    display: grid;
    gap: 14px;
}

.blog-detail-comment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.blog-detail-comment-form input,
.blog-detail-comment-form textarea {
    width: 100%;
    border: 1px solid #d1d8e4;
    border-radius: 999px;
    background: #fff;
    color: #1d3554;
    font-size: 0.98rem;
    padding: 12px 16px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.blog-detail-comment-form textarea {
    border-radius: 24px;
    resize: vertical;
    min-height: 140px;
}

.blog-detail-comment-form input:focus,
.blog-detail-comment-form textarea:focus {
    border-color: #e8919f;
    box-shadow: 0 0 0 3px rgba(232, 145, 159, 0.16);
}

.blog-detail-comment-form .security-question {
    margin: 0;
    max-width: 420px;
}

.blog-detail-promo-media {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
}

.blog-detail-promo-media img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 860px) {
    .blog-detail-comment-grid {
        grid-template-columns: 1fr;
    }
}

/* Blog list + detail final polish */
.blog-classic-section .blog-classic-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.blog-classic-section .blog-classic-sidebar,
.blog-detail-section .blog-detail-sidebar {
    display: grid;
    gap: 1.2rem;
    align-content: start;
}

.blog-classic-pagination {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.85rem;
    flex-wrap: wrap;
}

.blog-classic-pagination a {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(31, 42, 52, 0.12);
    background: #fff;
    color: #6f7a84;
    box-shadow: 0 10px 24px rgba(31, 42, 52, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.blog-classic-pagination a.is-active {
    background: #1f6feb;
    border-color: #1f6feb;
    color: #fff;
    box-shadow: 0 14px 28px rgba(31, 111, 235, 0.3);
}

.blog-classic-pagination a.is-disabled {
    opacity: .45;
    pointer-events: none;
}

.blog-classic-pagination a:hover {
    transform: translateY(-1px);
}

.blog-classic-search {
    position: relative;
}

.blog-classic-search input {
    width: 100%;
    min-height: 58px;
    border-radius: 999px;
    border: 1px solid rgba(244, 146, 160, 0.3);
    background: #fff;
    box-shadow: 0 14px 28px rgba(48, 36, 39, 0.08);
    padding: 0 4rem 0 1.2rem;
}

.blog-classic-search button {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #f196a3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blog-classic-widget--panel {
    border: 1px solid rgba(37, 57, 73, 0.12);
    background: #f7fafc;
    box-shadow: 0 12px 24px rgba(31, 42, 52, 0.06);
}

.blog-classic-widget-title-line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.blog-classic-widget-title-line::before,
.blog-classic-widget-title-line::after {
    content: "";
    height: 1px;
    background: rgba(150, 166, 173, 0.5);
    flex: 1 1 auto;
}

.blog-classic-widget-title-line span {
    white-space: nowrap;
}

.blog-detail-popular-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.blog-detail-popular-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 106px;
    border-radius: 10px;
    background: linear-gradient(155deg, #e6b8a6 0%, #b96f55 100%);
}

.blog-detail-popular-card img {
    width: 100%;
    height: 106px;
    object-fit: cover;
    display: block;
    opacity: .9;
}

.blog-detail-popular-card span {
    position: absolute;
    inset: auto .6rem .5rem .6rem;
    color: #fff;
    font-size: .86rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-detail-promo-media--placeholder {
    min-height: 140px;
    display: grid;
    place-items: center;
    background: linear-gradient(150deg, #f8dacd, #cc8d73);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
}

.blog-detail-comment-note {
    margin: -4px 0 0;
    color: #6b7280;
    font-size: .84rem;
}

@media (max-width: 991px) {
    .blog-classic-section .blog-classic-layout {
        grid-template-columns: 1fr;
    }
}

/* Blog quick-finish overrides */
.blog-classic-popular-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.blog-classic-popular-grid__item {
    position: relative;
    display: block;
    min-height: 110px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(155deg, #e6b8a6 0%, #b96f55 100%);
}

.blog-classic-popular-grid__item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    opacity: 0.92;
}

.blog-classic-popular-grid__item span {
    position: absolute;
    inset: auto 0.6rem 0.5rem 0.6rem;
    color: #fff;
    font-size: 0.83rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-classic-pagination a {
    font-family: var(--font-ui);
}

.blog-scroll-top {
    position: fixed;
    right: 18px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 6px;
    background: #f196a3;
    color: #fff;
    box-shadow: 0 14px 28px rgba(241, 150, 163, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1400;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.blog-scroll-top span {
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}

.blog-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.blog-scroll-top:hover {
    background: #ec8c9a;
    box-shadow: 0 18px 32px rgba(241, 150, 163, 0.42);
}

@media (max-width: 768px) {
    .blog-scroll-top {
        right: 12px;
        bottom: 16px;
        width: 50px;
        height: 50px;
    }

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

/* Visitor analytics admin widgets */
.admin-visitor-widget {
    margin-top: 1.2rem;
    border-radius: 22px;
    padding: 1.4rem;
    background: linear-gradient(135deg, #522785 0%, #7d48b3 45%, #9e6ad1 100%);
    color: #f8efff;
    box-shadow: 0 20px 40px rgba(73, 34, 128, 0.26);
}

.admin-visitor-widget-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.admin-visitor-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.admin-visitor-widget-head h2 {
    margin: 0;
    font-size: clamp(1.3rem, 1.7vw, 1.9rem);
    line-height: 1.2;
    color: #fff;
}

.admin-visitor-widget-head p {
    margin: 0.5rem 0 0;
    color: rgba(255, 255, 255, 0.88);
}

.admin-visitor-detail-btn {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.admin-visitor-detail-btn:hover {
    background: rgba(255, 255, 255, 0.24);
}

.admin-visitor-card-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.admin-visitor-card {
    border-radius: 18px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(2px);
}

.admin-visitor-ip-full {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.18rem 0.5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    color: inherit;
    font-family: "Courier New", monospace;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.admin-visitor-card-top {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.7rem;
}

.admin-visitor-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
}

.admin-visitor-card h3 {
    margin: 0;
    font-size: 1rem;
    color: #fff;
}

.admin-visitor-card h4 {
    margin: 0.8rem 0 0.4rem;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.86);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.admin-visitor-metric-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.admin-visitor-metric-row div,
.admin-visitor-intent-grid div {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.16);
    padding: 0.6rem 0.7rem;
}

.admin-visitor-metric-row span,
.admin-visitor-intent-grid span {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.8);
}

.admin-visitor-metric-row strong,
.admin-visitor-intent-grid strong {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.15rem;
    color: #fff;
}

.admin-visitor-intent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.admin-visitor-meta {
    margin: 0.6rem 0 0.2rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.82);
}

.admin-visitor-list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    align-items: center;
    padding: 0.25rem 0;
    color: #fff;
    font-size: 0.88rem;
}

.admin-visitor-list li small {
    grid-column: 1 / -1;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.78);
}

.admin-visitor-mini-list li {
    padding: 0.2rem 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.84rem;
}

.admin-visitor-detail-shell {
    display: grid;
    gap: 1rem;
}

.admin-visitor-filter-card {
    padding: 1rem;
}

.admin-visitor-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.admin-visitor-filter-path {
    grid-column: span 2;
}

.admin-visitor-filter-actions {
    display: flex;
    align-items: end;
    gap: 0.6rem;
}

.admin-visitor-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.admin-visitor-summary-card {
    border-radius: 16px;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(74, 41, 119, 0.12);
    box-shadow: 0 12px 26px rgba(25, 35, 60, 0.08);
}

.admin-visitor-summary-card h3 {
    margin: 0;
    color: #5a3f8f;
    font-size: 0.9rem;
}

.admin-visitor-summary-card strong {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.6rem;
    color: #201332;
}

.admin-visitor-summary-card p {
    margin: 0.4rem 0 0;
    color: #5f6c80;
}

.admin-visitor-chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.admin-visitor-chart-card {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(29, 42, 68, 0.08);
}

.admin-visitor-chart-card h3 {
    margin: 0 0 0.8rem;
    color: #151922;
    font-size: 1.15rem;
}

.admin-visitor-map-card {
    display: grid;
    gap: 0.9rem;
    min-height: 320px;
}

.admin-visitor-flag-card {
    display: grid;
    gap: 1rem;
}

.admin-visitor-flag-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.admin-visitor-flag-grid span {
    display: grid;
    gap: 0.35rem;
    align-content: center;
    min-height: 118px;
    padding: 0.9rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
    border: 1px solid #edf1f7;
    text-align: center;
    box-shadow: 0 10px 22px rgba(29, 42, 68, 0.06);
}

.admin-visitor-flag-grid em {
    font-style: normal;
    line-height: 1;
}

.admin-visitor-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-visitor-flag img {
    width: 56px;
    height: 38px;
    border-radius: 7px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(12, 26, 52, 0.14);
}

.admin-visitor-flag-placeholder {
    width: 56px;
    height: 38px;
    border-radius: 7px;
    background: linear-gradient(135deg, #eef2f7 0%, #dfe6ef 100%);
    box-shadow: 0 10px 24px rgba(12, 26, 52, 0.1);
}

.admin-visitor-flag-grid strong {
    color: #151922;
    font-size: 0.95rem;
}

.admin-visitor-flag-grid small {
    color: #6b7688;
    font-size: 0.85rem;
}

.admin-visitor-world-map {
    position: relative;
    min-height: 190px;
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 58%, rgba(255, 215, 121, 0.5) 0 10px, transparent 11px),
        radial-gradient(circle at 55% 45%, rgba(255, 215, 121, 0.45) 0 12px, transparent 13px),
        linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

.admin-visitor-world-map .land {
    position: absolute;
    display: block;
    background: linear-gradient(135deg, #5d8df7, #4368dd);
    opacity: 0.92;
    filter: drop-shadow(0 4px 10px rgba(67, 104, 221, 0.18));
}

.admin-visitor-world-map .land-america {
    left: 6%;
    top: 27%;
    width: 27%;
    height: 42%;
    border-radius: 48% 34% 42% 50%;
    transform: rotate(-10deg);
}

.admin-visitor-world-map .land-europe {
    left: 43%;
    top: 27%;
    width: 13%;
    height: 20%;
    border-radius: 45%;
}

.admin-visitor-world-map .land-asia {
    left: 54%;
    top: 24%;
    width: 33%;
    height: 42%;
    border-radius: 42% 52% 40% 50%;
    transform: rotate(6deg);
}

.admin-visitor-world-map .land-africa {
    left: 45%;
    top: 48%;
    width: 18%;
    height: 34%;
    border-radius: 50% 42% 56% 46%;
}

.admin-visitor-world-map .land-australia {
    left: 75%;
    top: 68%;
    width: 13%;
    height: 14%;
    border-radius: 50%;
}

.admin-visitor-world-map .pulse {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(255, 198, 73, 0.65);
    box-shadow: 0 0 0 10px rgba(255, 198, 73, 0.16);
}

.admin-visitor-world-map .pulse-one {
    left: 19%;
    top: 52%;
}

.admin-visitor-world-map .pulse-two {
    left: 49%;
    top: 44%;
}

.admin-visitor-world-map .pulse-three {
    left: 67%;
    top: 50%;
}

.admin-visitor-country-chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.admin-visitor-country-chips span {
    display: grid;
    gap: 0.15rem;
    padding: 0.8rem;
    border-radius: 12px;
    background: #f7f9ff;
    color: #6b7688;
    text-align: center;
}

.admin-visitor-country-chips strong {
    color: #151922;
}

.admin-visitor-bar-list li {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) minmax(120px, 2fr) 48px;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 0.45rem;
    font-size: 0.86rem;
}

.admin-visitor-bar {
    height: 10px;
    border-radius: 999px;
    background: #efe7fb;
    overflow: hidden;
}

.admin-visitor-bar em {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #a370e6 0%, #7f4bc7 100%);
}

.admin-visitor-table-card h3 {
    margin-top: 0;
}

.admin-visitor-table-card .admin-visitor-ip-full {
    background: #eef4ff;
    color: #123a72;
}

.admin-visitor-pagination {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid #d8e2ed;
    border-radius: 999px;
    background: #ffffff;
}

.admin-visitor-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 50px;
    padding: 0 0.9rem;
    border-right: 1px solid #d8e2ed;
    color: #151922;
    font-weight: 800;
    text-decoration: none;
}

.admin-visitor-pagination a:last-child {
    border-right: 0;
}

.admin-visitor-pagination a.is-active {
    background: #2f86f6;
    color: #ffffff;
}

.admin-visitor-pagination a.is-disabled {
    pointer-events: none;
    color: #9aa7b6;
    background: #fafbfc;
}

.admin-visitor-location-value {
    color: #201332;
    font-weight: 800;
}

@media (max-width: 1180px) {
    .admin-visitor-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 860px) {
    .admin-visitor-widget-head {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-visitor-card-grid,
    .admin-visitor-chart-grid {
        grid-template-columns: 1fr;
    }

    .admin-visitor-map-card {
        min-height: 0;
    }

    .admin-visitor-filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .admin-visitor-filter-path,
    .admin-visitor-filter-actions {
        grid-column: span 2;
    }
}

@media (max-width: 560px) {
    .admin-visitor-filter-grid,
    .admin-visitor-summary-grid {
        grid-template-columns: 1fr;
    }

    .admin-visitor-filter-path,
    .admin-visitor-filter-actions {
        grid-column: span 1;
    }

    .admin-visitor-intent-grid {
        grid-template-columns: 1fr;
    }

    .admin-visitor-country-chips {
        grid-template-columns: 1fr;
    }

    .admin-visitor-flag-grid {
        grid-template-columns: 1fr;
    }

    .admin-visitor-bar-list li {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .admin-visitor-table-card .admin-table td[data-label] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        text-align: right;
    }

    .admin-visitor-table-card .admin-table td[data-label]::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #5a3f8f;
        font-weight: 800;
        text-align: left;
    }
}
