/*
╔════════════════════════════════════════════════════════════════════════╗
║  PF_CMS.css - Shell & Modul-Styling                                    ║
║  Version: 1.0.6b                                                      ║
║  Autor: Franz Pfuisi                                                  ║
║  PFWS-System: 1.4.1.3.32 konform                                      ║
║  Erstellt: 2025-11-04 - 03:57 (CET)                                   ║
║  Update: 2026-05-08 - 22:20 (CET)                                     ║
║                                                                        ║
║  Beschreibung:                                                         ║
║  - Komplettes PF_CMS Shell- und Inhalts-Styling                        ║
║  - Desktop- und Mobile-Layout inkl. Tab-System                         ║
║  - Header/Footer Shimmer, Card- und Content-Komponenten                ║
║                                                                        ║
║  Changelog:                                                            ║
║  2026-05-08: Header-Standard und Changelog vereinheitlicht            ║
║  2026-05-08: Shell-Abstände Desktop/Mobile gestrafft                   ║
║  2026-04-10: Header-/Dashboard-Polish und Icon-Styling                ║
║  2025-11-09: v1.0.4b - Visual Refresh                                  ║
╚════════════════════════════════════════════════════════════════════════╝
*/




.pf-cms-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════════════
   CSS VARIABLES - LILA-PINK THEME
   ═══════════════════════════════════════════════════════════════════════════════════ */
.pf-cms-layout-wrapper {
    /* Primary Colors */
    --pf-cms-lila: #ff6b57;
    --pf-cms-lila-light: #ffe5dc;
    --pf-cms-lila-dark: #c24a38;
    --pf-cms-pink: #ffbe4d;
    --pf-cms-pink-light: #fff0cf;
    --pf-cms-pink-dark: #de9831;
    --pf-cms-teal: #2bb3a9;
    --pf-cms-teal-light: #d8f6f2;
    
    /* Gradients */
    --pf-cms-gradient: linear-gradient(135deg, #ff6b57 0%, #ff9f43 44%, #2bb3a9 100%);
    --pf-cms-gradient-wave: linear-gradient(135deg, #ff6b57 0%, #ff8b6a 20%, #ffbe4d 42%, #2bb3a9 68%, #1e8f88 100%);
    
    /* Light Backgrounds (wie LMS!) */
    --pf-cms-bg-body: #fff8f1;

    --pf-cms-bg-card: #fffdf9;
    
    /* Glass Effects */
    --pf-cms-glass-bg: rgba(255, 107, 87, 0.08);
    --pf-cms-glass-border: rgba(255, 107, 87, 0.16);
    
    /* Text (dark on light background) */
    --pf-cms-text-primary: #19324a;
    --pf-cms-text-secondary: #50657b;
    --pf-cms-text-muted: #7b8ea2;
    --pf-cms-text-white: #ffffff;
    
    /* Shadows */
    --pf-cms-shadow: 0 18px 36px rgba(24, 50, 74, 0.08);
    --pf-cms-shadow-hover: 0 22px 42px rgba(24, 50, 74, 0.14);

    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Layout - HAM 3-layer pattern */

.pf-cms-app {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

.pf-cms-layout-wrapper.pf-cms-overlay {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

.pf-cms-layout-wrapper.pf-cms-dashboard-shell {
    max-width: none;
}

.pf-cms-layout-wrapper.pf-cms-standalone {
    margin: 0 auto;
}

.pf-overlay .pf-cms-layout-wrapper,
.pf-overlay .pf-cms-app,
.pf-overlay .pf-cms-module {
    height: 100%;
}

.pf-overlay .pf-cms-topnav-spacer {
    display: none !important;
    height: 0 !important;
}

/* Topnav Spacer - NUR im Standalone-Modus sichtbar */
.pf-cms-topnav-spacer {
    height: var(--pf-dashboard-topnav-height, 60px);
    margin-top: 0;
    width: 100%;
    pointer-events: none;
    flex-shrink: 0;
}

.pf-cms-box {
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Overlay Mode */
.pf-cms-box.overlay-mode {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;

    --pf-overlay-shell-box-radius: 14px;
    border-radius: var(--pf-overlay-shell-box-radius, 16px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.pf-cms-box > .pf-cms-module {
    border-radius: inherit;
    min-height: 0;
    overflow: hidden;
}

/* Dashboard Mode */
.pf-cms-box.dashboard-mode {
    margin: 0;
    overflow-y: auto;
}

/* Modul-Container - STICKY Header & Footer Layout */
.pf-cms-module {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    
    /* KEINE Border hier - Content bekommt die Border! */
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HEADER - WITH SHIMMER & ICON TOGGLE
   ═══════════════════════════════════════════════════════════════════════════════════ */

.pf-cms-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--pf-cms-gradient);
    background-size: 400% 400%;
    color: white;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    position: relative;
    overflow: visible;
}

.pf-cms-header-compact-logo {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
    z-index: 3;
}

.pf-cms-header-compact-logo-image {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: contain;
    display: block;
}

.pf-cms-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--pf-cms-gradient-wave);
    background-size: 300% 300%;
    background-position: 0% 50%;
    pointer-events: none;
    z-index: -1;
    animation: pf-cms-gradient-wave 9s ease-in-out infinite;
}

/* Shimmer Overlay - Glaseffekt-Licht wie LMS */
.pf-cms-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 120% at 20% 30%, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.18) 50%, transparent 72%);
    animation: pf-cms-header-shimmer 7s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.pf-cms-header.no-shimmer::after {
    display: none;
}

@keyframes pf-cms-header-shimmer {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 1; }
}

@keyframes pf-cms-gradient-wave {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pf-cms-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    position: relative;
    z-index: 1;
}

/* Drag-Handle (Dashboard Box Move) */
.pf-cms-drag-handle {
    cursor: grab;
    transition: transform 0.3s ease;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 3px 10px rgba(125, 41, 24, 0.18);
    flex-shrink: 0;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
}

.pf-cms-drag-handle svg {
    width: 18px;
    height: 18px;
}

.pf-cms-drag-handle:active {
    cursor: grabbing;
    transform: scale(0.95);
}

/* Info-Toggle Wrapper (ðŸ“ Icon) - Glasmorphism Style */
.pf-cms-icon-wrapper {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 6px rgba(125, 41, 24, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    z-index: 10;
    pointer-events: auto;
}

.pf-cms-icon-wrapper:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 100%);
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.pf-cms-icon-wrapper:active {
    transform: scale(0.95) rotate(-5deg);
}

.pf-cms-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: none;
    pointer-events: none;
    user-select: none;
}

.pf-cms-icon svg {
    width: 18px;
    height: 18px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Title Section */
.pf-cms-title-section {
    display: flex;
    flex-direction: column;
}

.pf-cms-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.pf-cms-meta {
    font-size: 12px;
    opacity: 0.9;
    margin-top: 4px;
}

/* Header Right - User & Button */
.pf-cms-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* User Badge */
.pf-cms-user-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 6px;
    height: 34px;
    min-height: 34px;
    color: #f9fcff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.pf-cms-user-avatar {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.12) 100%);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.pf-cms-avatar-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.pf-cms-user-name {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
}

/* Dashboard Button - Glasmorphism */
.pf-cms-btn-dashboard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 10px;
    height: 34px;
    min-height: 34px;
    border-radius: 999px;
    background: rgba(8, 17, 31, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    text-shadow: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.pf-cms-dashboard-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: relative;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
}

.pf-cms-dashboard-logo {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
}

.pf-cms-dashboard-label {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.1;
}

.pf-cms-btn-dashboard {
    position: relative;
    overflow: visible;
}

.pf-cms-btn-dashboard:hover {
    background: rgba(8, 17, 31, 0.42);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.pf-cms-btn-dashboard:hover .pf-cms-dashboard-logo {
    transform: rotate(8deg) scale(1.08);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.42));
}

.pf-cms-btn-dashboard:hover .pf-cms-dashboard-icon {
    box-shadow: none;
}

.pf-cms-btn-dashboard:active {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.pf-cms-dashboard-menu {
    position: relative;
    z-index: 40;
}

.pf-cms-dashboard-submenu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(25, 50, 74, 0.18);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 30px rgba(8, 17, 31, 0.24);
    z-index: 30;
}

/* Dashboard menu arrow (pointer) */
.pf-cms-dashboard-submenu::before,
.pf-cms-dashboard-submenu::after {
    content: '';
    position: absolute;
    right: 18px;
    width: 0;
    height: 0;
    pointer-events: none;
}

.pf-cms-dashboard-submenu::before {
    top: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid rgba(25, 50, 74, 0.18);
}

.pf-cms-dashboard-submenu::after {
    top: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid rgba(255, 255, 255, 0.98);
}

.pf-cms-dashboard-submenu[hidden] {
    display: none;
}

.pf-cms-dashboard-submenu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    color: #19324a;
    background: transparent;
    border: 0;
    border-radius: 10px;
    padding: 9px 10px;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.pf-cms-dashboard-submenu-item:hover,
.pf-cms-dashboard-submenu-item:focus-visible {
    background: linear-gradient(135deg, rgba(255, 107, 87, 0.16) 0%, rgba(43, 179, 169, 0.2) 100%);
    color: #c24a38;
    outline: none;
}

.pf-cms-dashboard-submenu-switch {
    border: 1px solid rgba(25, 50, 74, 0.18);
    background: rgba(248, 250, 252, 0.72);
}

.pf-cms-dashboard-submenu-switch-ui {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pf-cms-dashboard-submenu-switch-track {
    width: 34px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: rgba(148, 163, 184, 0.28);
    padding: 2px;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pf-cms-dashboard-submenu-switch-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.25);
    transform: translateX(16px);
    transition: transform 0.22s ease;
}

.pf-cms-dashboard-submenu-switch-state {
    min-width: 30px;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    border-radius: 999px;
    padding: 2px 7px;
    color: #065f46;
    background: rgba(16, 185, 129, 0.2);
}

.pf-cms-dashboard-submenu-switch[aria-checked="false"] .pf-cms-dashboard-submenu-switch-track {
    background: rgba(244, 63, 94, 0.16);
    border-color: rgba(190, 24, 93, 0.48);
}

.pf-cms-dashboard-submenu-switch[aria-checked="false"] .pf-cms-dashboard-submenu-switch-dot {
    transform: translateX(0);
}

.pf-cms-dashboard-submenu-switch[aria-checked="false"] .pf-cms-dashboard-submenu-switch-state {
    color: #9f1239;
    background: rgba(244, 63, 94, 0.18);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   INFO SECTION - 2-COLUMN LAYOUT
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-info-section {
    background: linear-gradient(135deg, var(--pf-cms-lila-light) 0%, var(--pf-cms-pink-light) 100%);
    padding: 20px;
    border-bottom: 2px solid var(--pf-cms-lila);
    margin: 0;
    animation: pf-cms-info-slide-down 0.3s ease;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pf-cms-info-section::-webkit-scrollbar {
    width: 8px;
}

.pf-cms-info-section::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.pf-cms-info-section::-webkit-scrollbar-thumb {
    background: rgba(255, 107, 87, 0.5);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.pf-cms-info-section::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 107, 87, 0.8);
}

.pf-cms-info-section[hidden] {
    display: none;
}

@keyframes pf-cms-info-slide-down {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pf-cms-info-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

/* Info Description */
.pf-cms-info-description {
    color: var(--pf-cms-text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.pf-cms-info-description strong {
    color: var(--pf-cms-text-primary);
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
}

/* Info Meta Blocks */
.pf-cms-info-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pf-cms-info-block {
    background: rgba(155, 89, 182, 0.1);
    border: 1px solid var(--pf-cms-glass-border);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pf-cms-info-description .pf-cms-info-label,
.pf-cms-info-block label,
.pf-cms-info-block .pf-cms-info-label {
    font-size: 12px;
    color: var(--pf-cms-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.pf-cms-info-block span {
    font-size: 14px;
    color: var(--pf-cms-text-primary);
    font-weight: 500;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BODY - MAIN CONTENT AREA
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-body {
    flex: 1;
    overflow-y: auto;
    padding: 18px;
    background: var(--pf-cms-bg-body);
    min-height: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(43, 179, 169, 0.78) rgba(25, 50, 74, 0.08);
    
    /* Seitliche Borders wie LMS! */
    border-left: 0;
    border-right: 0;
}

.pf-cms-body::-webkit-scrollbar {
    width: 10px;
}

.pf-cms-body::-webkit-scrollbar-track {
    background: linear-gradient(180deg, rgba(255, 245, 235, 0.96), rgba(236, 248, 246, 0.96));
    border-left: 1px solid rgba(255, 107, 87, 0.12);
}

.pf-cms-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(255, 107, 87, 0.92), rgba(43, 179, 169, 0.92));
    border-radius: 6px;
    border: 2px solid rgba(255, 248, 241, 0.92);
}

.pf-cms-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.pf-cms-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--pf-cms-lila-dark), #17867f);
}

.pf-cms-body::-webkit-scrollbar-corner {
    background: transparent;
}

/* Tab Navigation */

.pf-cms-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
    padding: 0 4px;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

.pf-cms-tab {
    appearance: none;
    background: #ffffff;
    border: 2px solid var(--pf-cms-orange);
    border-bottom: 2px solid var(--pf-cms-orange);
    border-radius: 10px 10px 0 0;
    padding: 10px 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--pf-cms-orange);
    text-shadow: none;
    transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.22s ease,
                color 0.18s ease,
                filter 0.18s ease,
                background-position 0.35s ease;
    position: relative;
    transform-origin: center bottom;
    overflow: hidden;
    margin-bottom: -2px;
    box-shadow: 0 4px 12px rgba(255, 107, 87, 0.14);
}

.pf-cms-tab::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    transition: left 0.48s ease;
    pointer-events: none;
}

.pf-cms-tab:not(.active) {
    color: var(--pf-cms-orange);
}

.pf-cms-tab-label {
    display: inline-flex;
    align-items: center;
}

.pf-cms-inline-icon,
.pf-cms-tab-icon,
.pf-cms-section-icon,
.pf-cms-btn-icon,
.pf-cms-meta-icon,
.pf-cms-card-icon,
.pf-cms-upload-glyph,
.pf-cms-media-glyph,
.pf-cms-integration-glyph,
.pf-cms-type-glyph,
.pf-cms-footer-icon,
.pf-cms-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
}

.pf-cms-inline-icon svg,
.pf-cms-tab-icon svg,
.pf-cms-section-icon svg,
.pf-cms-btn-icon svg,
.pf-cms-meta-icon svg,
.pf-cms-footer-icon svg,
.pf-cms-list-icon svg {
    width: 18px;
    height: 18px;
}

.pf-cms-tab-icon,
.pf-cms-tab-icon svg,
.pf-cms-tab-label {
    color: inherit;
}

.pf-cms-card-icon svg {
    width: 26px;
    height: 26px;
}

.pf-cms-upload-glyph svg {
    width: 54px;
    height: 54px;
}

.pf-cms-media-glyph svg {
    width: 58px;
    height: 58px;
}

.pf-cms-integration-glyph svg {
    width: 42px;
    height: 42px;
}

.pf-cms-type-glyph svg {
    width: 28px;
    height: 28px;
}

.pf-cms-section-heading,
.pf-cms-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pf-cms-tab:hover:not(.active) {
    color: #ffffff;
    transform: translateY(-2px) scale(1.02, 1.08);
    margin-bottom: -5px;
    border-color: var(--pf-cms-orange);
    background: var(--pf-cms-gradient);
    background-position: 100% 100%;
    filter: brightness(1.08) saturate(1.04);
    box-shadow: var(--pf-cms-shadow-hover);
}

.pf-cms-tab:hover:not(.active)::after {
    left: 150%;
}

.pf-cms-tab.active {
    background: #ffffff;
    color: var(--pf-cms-text-primary);
    font-weight: 700;
    text-shadow: none;
    border-color: var(--pf-cms-orange);
    border-bottom: 2px solid #ffffff;
    z-index: 3;
    box-shadow: 0 8px 18px rgba(25, 50, 74, 0.14);
}

.pf-cms-tab.active::after {
    display: none;
}

.pf-cms-tab.active .pf-cms-tab-icon,
.pf-cms-tab.active .pf-cms-tab-icon svg,
.pf-cms-tab.active .pf-cms-tab-label {
    color: var(--pf-cms-text-primary);
}

/* Tab Content */

.pf-cms-tab-content {
    padding: 16px;
    background: #ffffff;
    border: 2px solid var(--pf-cms-orange);
    border-radius: 0 12px 12px 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.pf-cms-tab-pane {
    display: none;
}

.pf-cms-tab-pane.active {
    display: block;
}

/* Hero Section - Tab Overview */

.pf-cms-hero {
    background: var(--pf-cms-gradient);
    border-radius: 20px;
    padding: 32px;
    text-align: left;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(255, 107, 87, 0.18);
}

.pf-cms-hero h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--pf-cms-text-primary);
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
}

.pf-cms-hero p {
    font-size: 18px;
    color: var(--pf-cms-text-secondary);
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.pf-cms-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.pf-cms-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: var(--pf-cms-text-primary);
    font-size: 0.82rem;
    font-weight: 700;
}

/* Hero Stats */
.pf-cms-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.pf-cms-stat {
    background: rgba(255, 255, 255, 0.36);
    border-radius: 16px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.pf-cms-stat-value {
    font-size: 42px;
    font-weight: 700;
    color: var(--pf-cms-text-primary);
    margin-bottom: 5px;
}

.pf-cms-stat-label {
    font-size: 14px;
    color: var(--pf-cms-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pf-cms-overview-signal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}

.pf-cms-signal-card {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 243, 232, 0.92));
    border: 1px solid rgba(255, 107, 87, 0.14);
    box-shadow: var(--pf-cms-shadow);
}

.pf-cms-signal-header {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pf-cms-text-secondary);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.pf-cms-signal-value {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--pf-cms-text-primary);
    margin-bottom: 8px;
}

.pf-cms-signal-card p {
    margin: 0;
    color: var(--pf-cms-text-secondary);
    line-height: 1.55;
}

.pf-cms-overview-layout {
    display: grid;
    grid-template-columns: 1.45fr 0.95fr;
    gap: 22px;
    margin-bottom: 34px;
}

.pf-cms-overview-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 245, 0.92));
    border: 1px solid rgba(255, 107, 87, 0.14);
    border-radius: 24px;
    padding: 26px;
    box-shadow: var(--pf-cms-shadow);
}

.pf-cms-overview-panel-featured {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(255, 236, 223, 0.92));
}

.pf-cms-panel-headline {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.pf-cms-panel-kicker {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pf-cms-lila-dark);
}

.pf-cms-panel-headline h3 {
    margin: 0;
    font-size: 1.55rem;
    color: var(--pf-cms-text-primary);
}

.pf-cms-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pf-cms-spotlight-card {
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.pf-cms-spotlight-metric {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--pf-cms-lila-dark);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pf-cms-spotlight-card h4,
.pf-cms-timeline-item h4,
.pf-cms-blueprint-card h4,
.pf-cms-collection-card h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: var(--pf-cms-text-primary);
}

.pf-cms-spotlight-card p,
.pf-cms-timeline-item p,
.pf-cms-blueprint-card p,
.pf-cms-collection-card p {
    margin: 0;
    line-height: 1.6;
    color: var(--pf-cms-text-secondary);
}

.pf-cms-timeline-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pf-cms-timeline-item {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 14px;
    align-items: start;
}

.pf-cms-timeline-marker {
    width: 14px;
    height: 14px;
    margin-top: 7px;
    border-radius: 999px;
    background: var(--pf-cms-gradient);
    box-shadow: 0 0 0 4px rgba(255, 107, 87, 0.12);
}

.pf-cms-timeline-meta {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--pf-cms-lila-dark);
    margin-bottom: 6px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SECTION TITLES & DESCRIPTIONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--pf-cms-text-primary);
    margin: 40px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--pf-cms-lila-dark);
}

.pf-cms-section-title:first-child {
    margin-top: 0;
}

.pf-cms-section-desc {
    font-size: 15px;
    color: var(--pf-cms-text-secondary);
    margin: 0 0 25px 0;
    line-height: 1.6;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BUTTONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pf-cms-btn-primary {
    background: var(--pf-cms-gradient);
    color: white;
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.3);
}

.pf-cms-btn-primary:hover {
    box-shadow: 0 6px 16px rgba(155, 89, 182, 0.5);
}

.pf-cms-btn-secondary {
    background: var(--pf-cms-bg-white);
    color: var(--pf-cms-lila);
    border: 2px solid var(--pf-cms-lila);
}

.pf-cms-btn-secondary:hover {
    background: var(--pf-cms-lila-light);
    border-color: var(--pf-cms-lila);
    color: var(--pf-cms-lila-dark);
}

.pf-cms-btn-small {
    padding: 6px 14px;
    font-size: 13px;
}

/* Keep dashboard pill compact despite generic .pf-cms-btn/.pf-cms-btn-small rules below */
.pf-cms-btn.pf-cms-btn-dashboard {
    min-height: 34px;
    height: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    gap: 8px;
}

.pf-cms-btn-large {
    padding: 14px 28px;
    font-size: 16px;
}

/* Action Buttons Grid */
.pf-cms-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

/* TOOLTIPS */
.pf-cms-tooltip-anchor {
    position: relative;
}

.pf-cms-tooltip-anchor::after {
    content: attr(data-pf-tooltip);
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%) translateY(-4px);
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.94);
    color: #f8fafc;
    font-size: 0.74rem;
    font-weight: 700;
    white-space: normal;
    min-width: 84px;
    max-width: min(220px, calc(100vw - 24px));
    text-align: center;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 1200;
}

.pf-cms-tooltip-anchor::before {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 3px);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(15, 23, 42, 0.94);
    transform: translateX(-50%) translateY(-4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 1200;
}

#pf-cms-shimmer-toggle.pf-cms-tooltip-anchor::after,
#pf-cms-shimmer-toggle.pf-cms-tooltip-anchor::before {
    z-index: 1400;
}

.pf-cms-tooltip-left::after {
    left: 0;
    right: auto;
    transform: translateY(-4px);
}

.pf-cms-tooltip-left::before {
    left: 14px;
    right: auto;
    transform: translateY(-4px);
}

.pf-cms-tooltip-bottom-left::after {
    left: 0;
    right: auto;
    top: calc(100% + 8px);
    bottom: auto;
    transform: translateY(-4px);
}

.pf-cms-tooltip-bottom-left::before {
    left: 14px;
    right: auto;
    top: calc(100% + 3px);
    bottom: auto;
    transform: translateY(-4px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 6px solid rgba(15, 23, 42, 0.94);
}

.pf-cms-tooltip-right::after {
    left: auto;
    right: 0;
    transform: translateY(-4px);
}

.pf-cms-tooltip-right::before {
    left: auto;
    right: 14px;
    transform: translateY(-4px);
}

.pf-cms-tooltip-top-left::after {
    left: 0;
    right: auto;
    top: auto;
    bottom: calc(100% + 8px);
    transform: translateY(4px);
}

.pf-cms-tooltip-top-left::before {
    left: 14px;
    right: auto;
    top: auto;
    bottom: calc(100% + 3px);
    transform: translateY(4px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 6px solid rgba(15, 23, 42, 0.94);
}

.pf-cms-tooltip-anchor:hover::after,
.pf-cms-tooltip-anchor:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.pf-cms-tooltip-anchor:hover::before,
.pf-cms-tooltip-anchor:focus-visible::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.pf-cms-tooltip-left:hover::after,
.pf-cms-tooltip-left:focus-visible::after,
.pf-cms-tooltip-bottom-left:hover::after,
.pf-cms-tooltip-bottom-left:focus-visible::after,
.pf-cms-tooltip-top-left:hover::after,
.pf-cms-tooltip-top-left:focus-visible::after,
.pf-cms-tooltip-right:hover::after,
.pf-cms-tooltip-right:focus-visible::after {
    opacity: 1;
}

.pf-cms-tooltip-left:hover::before,
.pf-cms-tooltip-left:focus-visible::before,
.pf-cms-tooltip-bottom-left:hover::before,
.pf-cms-tooltip-bottom-left:focus-visible::before,
.pf-cms-tooltip-top-left:hover::before,
.pf-cms-tooltip-top-left:focus-visible::before,
.pf-cms-tooltip-right:hover::before,
.pf-cms-tooltip-right:focus-visible::before {
    opacity: 1;
}

.pf-cms-tooltip-left:hover::after,
.pf-cms-tooltip-left:focus-visible::after {
    transform: translateY(0);
}

.pf-cms-tooltip-left:hover::before,
.pf-cms-tooltip-left:focus-visible::before {
    transform: translateY(0);
}

.pf-cms-tooltip-bottom-left:hover::after,
.pf-cms-tooltip-bottom-left:focus-visible::after,
.pf-cms-tooltip-bottom-left:hover::before,
.pf-cms-tooltip-bottom-left:focus-visible::before {
    transform: translateY(0);
}

.pf-cms-tooltip-top-left:hover::after,
.pf-cms-tooltip-top-left:focus-visible::after,
.pf-cms-tooltip-top-left:hover::before,
.pf-cms-tooltip-top-left:focus-visible::before {
    transform: translateY(0);
}

.pf-cms-tooltip-right:hover::after,
.pf-cms-tooltip-right:focus-visible::after,
.pf-cms-tooltip-right:hover::before,
.pf-cms-tooltip-right:focus-visible::before {
    transform: translateY(0);
}

.pf-cms-tooltip-drag::after {
    left: 0;
    right: auto;
    min-width: 126px;
    text-align: left;
}

.pf-cms-tooltip-info::after {
    left: 0;
    right: auto;
    top: calc(100% + 8px);
    bottom: auto;
    min-width: 98px;
    text-align: left;
}

.pf-cms-tooltip-info::before {
    left: 14px;
    right: auto;
    top: calc(100% + 3px);
    bottom: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 6px solid rgba(15, 23, 42, 0.94);
}

.pf-cms-tooltip-profile::after {
    left: auto;
    right: 0;
    min-width: 92px;
}

.pf-cms-tooltip-dashboard::after {
    left: auto;
    right: 0;
    min-width: 138px;
}

.pf-cms-tooltip-reveal::after {
    left: auto;
    right: 0;
    top: calc(100% + 10px);
    min-width: 156px;
}

.pf-cms-tooltip-footerfx::after {
    min-width: 90px;
}

.pf-cms-tooltip-footerfx::before {
    left: 14px;
}

.pf-cms-tooltip-footerfx:hover::after,
.pf-cms-tooltip-footerfx:focus-visible::after,
.pf-cms-tooltip-footerfx:hover::before,
.pf-cms-tooltip-footerfx:focus-visible::before {
    opacity: 1;
}

@media (hover: none) {
    .pf-cms-tooltip-anchor::before,
    .pf-cms-tooltip-anchor::after {
        display: none;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONTENT CARDS - RECENT CONTENT LIST
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-content-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pf-cms-content-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 241, 0.95));
    border: 1px solid rgba(255, 107, 87, 0.14);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    box-shadow: var(--pf-cms-shadow);
}

.pf-cms-content-card:hover {
    background: linear-gradient(180deg, rgba(255, 245, 236, 0.98), rgba(255, 255, 255, 0.98));
    border-color: rgba(255, 107, 87, 0.28);
    box-shadow: var(--pf-cms-shadow-hover);
}

.pf-cms-content-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pf-cms-gradient);
    border-radius: 10px;
    flex-shrink: 0;
}

.pf-cms-content-info {
    flex: 1;
}

.pf-cms-content-info h4 {
    font-size: 18px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 8px 0;
    font-weight: 600;
}

.pf-cms-content-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--pf-cms-text-muted);
}

.pf-cms-content-actions {
    display: flex;
    gap: 10px;
}

/* Badges */
.pf-cms-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.pf-cms-badge-verÃ¶ffentlicht {
    background: rgba(46, 204, 113, 0.2);
    color: #2ecc71;
    border: 1px solid #2ecc71;
}

.pf-cms-badge-entwurf {
    background: rgba(241, 196, 15, 0.2);
    color: #f1c40f;
    border: 1px solid #f1c40f;
}

.pf-cms-badge-review {
    background: rgba(52, 152, 219, 0.2);
    color: #3498db;
    border: 1px solid #3498db;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   EDITOR - RICH TEXT EDITOR TAB
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-editor-container {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid var(--pf-cms-glass-border);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: var(--pf-cms-shadow);
}

/* Editor Metadata */
.pf-cms-editor-meta {
    margin-bottom: 20px;
}

.pf-cms-form-group {
    margin-bottom: 15px;
}

.pf-cms-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--pf-cms-text-primary);
    margin-bottom: 8px;
}

.pf-cms-input,
.pf-cms-select,
.pf-cms-textarea {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid var(--pf-cms-glass-border);
    border-radius: 8px;
    color: var(--pf-cms-text-primary);
    font-size: 14px;
    font-family: inherit;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    box-sizing: border-box;
}

.pf-cms-input:focus,
.pf-cms-select:focus,
.pf-cms-textarea:focus {
    outline: none;
    border-color: var(--pf-cms-lila);
    background: #ffffff;
}

.pf-cms-form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* Editor Toolbar */
.pf-cms-editor-toolbar {
    display: flex;
    gap: 8px;
    padding: 12px;
    background: rgba(255, 244, 235, 0.88);
    border: 2px solid var(--pf-cms-glass-border);
    border-radius: 8px 8px 0 0;
    flex-wrap: wrap;
}

.pf-cms-editor-btn {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--pf-cms-text-primary);
    border: 1px solid var(--pf-cms-glass-border);
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.pf-cms-editor-btn:hover {
    background: var(--pf-cms-gradient);
    color: #fff;
}

.pf-cms-toolbar-sep {
    width: 1px;
    background: var(--pf-cms-glass-border);
    margin: 0 4px;
}

/* Editor Area */
.pf-cms-editor-area {
    position: relative;
}

.pf-cms-textarea {
    border-radius: 0 0 8px 8px;
    border-top: none;
    min-height: 300px;
    resize: vertical;
    font-family: 'Courier New', monospace;
    line-height: 1.6;
}

/* Editor Actions */
.pf-cms-editor-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: flex-end;
}

.pf-cms-blueprint-grid,
.pf-cms-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.pf-cms-blueprint-card,
.pf-cms-collection-card {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 252, 250, 0.95));
    border: 1px solid rgba(43, 179, 169, 0.18);
    box-shadow: var(--pf-cms-shadow);
}

.pf-cms-blueprint-icon,
.pf-cms-collection-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
    background: rgba(43, 179, 169, 0.12);
    color: var(--pf-cms-teal);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MEDIA MANAGEMENT - TAB 3
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Upload Area */
.pf-cms-upload-area {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.1), rgba(231, 76, 60, 0.1));
    border: 3px dashed var(--pf-cms-lila);
    border-radius: 12px;
    padding: 60px;
    text-align: center;
    margin-bottom: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.pf-cms-upload-area:hover {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.15), rgba(231, 76, 60, 0.15));
    border-color: var(--pf-cms-pink);
    transform: scale(1.02);
}

.pf-cms-upload-icon {
    color: var(--pf-cms-lila-dark);
    margin-bottom: 20px;
}

.pf-cms-upload-area h3 {
    font-size: 24px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 10px 0;
}

.pf-cms-upload-area p {
    font-size: 16px;
    color: var(--pf-cms-text-secondary);
    margin: 0 0 25px 0;
}

/* Media Grid */
.pf-cms-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.pf-cms-media-card {
    background: rgba(155, 89, 182, 0.1);
    border: 2px solid var(--pf-cms-glass-border);
    border-radius: 12px;
    overflow: hidden;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.pf-cms-media-card:hover {
    background: rgba(155, 89, 182, 0.15);
    border-color: var(--pf-cms-lila);
    box-shadow: 0 8px 20px rgba(155, 89, 182, 0.3);
}

.pf-cms-media-preview {
    background: var(--pf-cms-gradient);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pf-cms-media-icon {
    position: relative;
    z-index: 1;
    color: #fff;
}

.pf-cms-media-info {
    padding: 15px;
}

.pf-cms-media-info h4 {
    font-size: 16px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 10px 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pf-cms-media-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    color: var(--pf-cms-text-muted);
    margin-bottom: 10px;
}

.pf-cms-media-date {
    font-size: 12px;
    color: var(--pf-cms-text-muted);
}

.pf-cms-media-actions {
    display: flex;
    gap: 8px;
    padding: 0 15px 15px 15px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   WORKFLOW - TAB 4
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Workflow Steps */
.pf-cms-workflow-steps {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    overflow-x: auto;
    padding: 20px 0;
}

.pf-cms-workflow-step {
    background: rgba(155, 89, 182, 0.1);
    border: 2px solid var(--pf-cms-glass-border);
    border-radius: 12px;
    padding: 20px;
    min-width: 200px;
    position: relative;
}

.pf-cms-step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: var(--pf-cms-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: var(--pf-cms-text-primary);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.pf-cms-step-content h4 {
    font-size: 16px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 8px 0;
}

.pf-cms-step-content p {
    font-size: 14px;
    color: var(--pf-cms-text-secondary);
    margin: 0;
    line-height: 1.5;
}

.pf-cms-workflow-arrow {
    font-size: 32px;
    color: var(--pf-cms-lila);
    flex-shrink: 0;
}

/* Integration Grid */
.pf-cms-integration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.pf-cms-integration-card {
    background: rgba(155, 89, 182, 0.1);
    border: 2px solid var(--pf-cms-glass-border);
    border-radius: 12px;
    padding: 25px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.pf-cms-integration-card:hover {
    background: rgba(155, 89, 182, 0.15);
    border-color: var(--pf-cms-lila);
    box-shadow: 0 8px 20px rgba(155, 89, 182, 0.3);
}

.pf-cms-integration-icon {
    color: var(--pf-cms-lila-dark);
    margin-bottom: 15px;
}

.pf-cms-integration-card h4 {
    font-size: 20px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 10px 0;
    font-weight: 700;
}

.pf-cms-integration-card p {
    font-size: 14px;
    color: var(--pf-cms-text-secondary);
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.pf-cms-integration-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.pf-cms-integration-features li {
    font-size: 13px;
    color: var(--pf-cms-text-secondary);
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-cms-list-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pf-cms-lila-dark);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONTENT TYPES - TAB 5
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Types Grid */
.pf-cms-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.pf-cms-type-card {
    background: rgba(155, 89, 182, 0.1);
    border: 2px solid var(--pf-cms-glass-border);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.pf-cms-type-card:hover {
    background: rgba(155, 89, 182, 0.15);
    border-color: var(--pf-cms-lila);
    box-shadow: 0 6px 16px rgba(155, 89, 182, 0.3);
}

.pf-cms-type-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.pf-cms-type-info {
    flex: 1;
}

.pf-cms-type-info h4 {
    font-size: 16px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 8px 0;
    font-weight: 600;
}

.pf-cms-type-stats {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
}

.pf-cms-type-count {
    color: var(--pf-cms-text-primary);
    font-weight: 600;
}

.pf-cms-type-module {
    color: var(--pf-cms-text-muted);
}

/* Add New Type */
.pf-cms-add-type {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.1), rgba(231, 76, 60, 0.1));
    border: 3px dashed var(--pf-cms-lila);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.pf-cms-add-type h3 {
    font-size: 24px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 10px 0;
}

.pf-cms-add-type p {
    font-size: 16px;
    color: var(--pf-cms-text-secondary);
    margin: 0 0 25px 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   INFO BOX - FEATURE LISTS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-info-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 238, 0.94));
    border: 2px solid var(--pf-cms-glass-border);
    border-left: 4px solid var(--pf-cms-lila);
    border-radius: 18px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: var(--pf-cms-shadow);
}

.pf-cms-info-box h4 {
    font-size: 18px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 15px 0;
    font-weight: 700;
}

.pf-cms-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pf-cms-feature-list li {
    font-size: 14px;
    color: var(--pf-cms-text-secondary);
    padding: 8px 0;
    line-height: 1.6;
    border-bottom: 1px solid rgba(155, 89, 182, 0.1);
}

.pf-cms-feature-list li:last-child {
    border-bottom: none;
}

.pf-cms-feature-list li strong {
    color: var(--pf-cms-text-primary);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CTA - CALL TO ACTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-cta {
    background: var(--pf-cms-gradient);
    border-radius: 24px;
    padding: 50px;
    text-align: center;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.pf-cms-demo-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.pf-cms-demo-overlay[hidden] {
    display: none !important;
}

.pf-cms-demo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 29, 43, 0.62);
    backdrop-filter: blur(8px);
}

.pf-cms-demo-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 236, 0.98));
    box-shadow: 0 32px 70px rgba(20, 38, 58, 0.3);
    border: 1px solid rgba(255, 107, 87, 0.18);
}

.pf-cms-demo-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: none;
    background: rgba(25, 50, 74, 0.08);
    color: var(--pf-cms-text-primary);
    font-size: 1.4rem;
    cursor: pointer;
}

.pf-cms-demo-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
    background: rgba(255, 107, 87, 0.12);
    color: var(--pf-cms-lila-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pf-cms-demo-title {
    margin: 0 0 12px;
    font-size: 2rem;
    color: var(--pf-cms-text-primary);
}

.pf-cms-demo-copy {
    margin: 0;
    color: var(--pf-cms-text-secondary);
    font-size: 1.02rem;
    line-height: 1.7;
}

.pf-cms-demo-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.pf-cms-demo-value-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 107, 87, 0.12);
}

.pf-cms-demo-value-icon {
    color: var(--pf-cms-lila-dark);
}

.pf-cms-demo-value-card strong {
    color: var(--pf-cms-text-primary);
}

.pf-cms-demo-value-card span {
    color: var(--pf-cms-text-secondary);
    line-height: 1.6;
}

.pf-cms-demo-actions {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

.pf-cms-cta h3 {
    font-size: 32px;
    color: var(--pf-cms-text-primary);
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
}

.pf-cms-cta p {
    font-size: 18px;
    color: var(--pf-cms-text-secondary);
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1;
}

.pf-cms-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.pf-cms-cta .pf-cms-btn {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.pf-cms-cta .pf-cms-btn:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-footer {
    position: sticky;
    bottom: 0;
    z-index: 260;
    background: var(--pf-cms-gradient);
    background-size: 400% 400%;
    color: white;
    padding: 8px 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    box-shadow: 0 -8px 22px rgba(255, 122, 61, 0.22);
    position: relative;
    overflow: visible;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.pf-cms-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--pf-cms-gradient-wave);
    background-size: 300% 300%;
    background-position: 0% 50%;
    pointer-events: none;
    z-index: -1;
    animation: pf-cms-gradient-wave 9s ease-in-out infinite;
}

.pf-cms-footer-left,
.pf-cms-footer-center,
.pf-cms-footer-right,
.pf-cms-footer-module,
.pf-cms-footer-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.pf-cms-footer-center {
    justify-content: center;
    text-align: center;
    min-width: 0;
}

.pf-cms-footer-runtime {
    display: block;
    color: rgba(255, 255, 255, 0.94);
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.78rem;
    line-height: 1.1;
    opacity: 0.92;
}

.pf-cms-footer-right {
    position: relative;
    z-index: 8;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: visible;
}

.pf-cms-footer-left,
.pf-cms-footer-center,
.pf-cms-footer-right {
    min-width: 0;
}

.pf-cms-footer-module,
.pf-cms-footer-meta {
    font-size: 0.72rem;
    line-height: 1.1;
}

.pf-cms-footer .pf-cms-footer-icon,
.pf-cms-footer .pf-cms-footer-icon svg {
    width: 12px;
    height: 12px;
}

/* Shimmer Overlay im Footer - opposite direction */
.pf-cms-footer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 140% at 78% 60%, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.10) 48%, transparent 70%);
    animation: pf-cms-header-shimmer 7s ease-in-out infinite reverse;
    pointer-events: none;
    z-index: 0;
}

.pf-cms-header.no-shimmer::before,
.pf-cms-footer.no-shimmer::before,
.pf-cms-footer.no-shimmer::after {
    animation: none !important;
}

.pf-cms-header.no-shimmer,
.pf-cms-footer.no-shimmer {
    background: linear-gradient(135deg, #1f2937 0%, #111827 55%, #0b1220 100%);
    background-size: 100% 100%;
}

.pf-cms-header.no-shimmer::before,
.pf-cms-footer.no-shimmer::before {
    opacity: 0.2;
}

.pf-cms-header.no-shimmer::after,
.pf-cms-footer.no-shimmer::after {
    animation: none !important;
    opacity: 0.92;
    background: radial-gradient(ellipse 85% 135% at 20% 30%, rgba(15, 23, 42, 0.62) 0%, rgba(8, 14, 30, 0.78) 58%, rgba(3, 7, 18, 0.88) 100%);
}

.pf-cms-to-top-wrap {
    display: contents;
}

.pf-cms-to-top-btn {
    position: absolute;
    right: 24px;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 107, 87, 0.95) 0%, rgba(255, 190, 77, 0.95) 100%);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.38);
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    font-size: 1.2rem;
    line-height: 1;
    color: #ffffff;
}

.pf-cms-to-top-btn.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.pf-cms-to-top-btn:hover,
.pf-cms-to-top-btn:focus-visible {
    transform: translateY(-2px);
}

.pf-cms-to-top-btn:active {
    transform: translateY(0);
}

.pf-cms-footer span,
.pf-cms-footer button {
    position: relative;
    z-index: 2;
}

/* Profile Sub-Overlay */
.pf-cms-profile-suboverlay {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
}

.pf-cms-profile-suboverlay[hidden] {
    display: none !important;
}

.pf-cms-profile-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 14, 30, 0.42);
    backdrop-filter: blur(14px) saturate(0.75);
    -webkit-backdrop-filter: blur(14px) saturate(0.75);
    cursor: pointer;
}

.pf-cms-profile-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pf-cms-profile-iframe {
    width: 100%;
    flex: 1;
    border: none;
    display: block;
    background: transparent;
}

/* Shimmer Toggle Button */
.pf-cms-shimmer-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    color: var(--pf-cms-text-primary);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    position: relative;
    z-index: 24;
    backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.pf-cms-shimmer-btn:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Hide text labels, show only icons */
.pf-cms-shimmer-label {
    display: none;
}

.pf-cms-shimmer-icon {
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pf-cms-shimmer-icon svg {
    width: 100%;
    height: 100%;
}

.pf-cms-footer-fx-toggle .pf-cms-footer-icon-off,
.pf-cms-shimmer-icon-off {
    display: none;
}

#pf-cms-shimmer-toggle[data-state="inactive"] .pf-cms-shimmer-icon-on,
#pf-cms-shimmer-toggle[data-state="inactive"] .pf-cms-footer-icon-on,
.is-footer-fx-off .pf-cms-footer-fx-toggle .pf-cms-footer-icon-on {
    display: none;
}

#pf-cms-shimmer-toggle[data-state="inactive"] .pf-cms-shimmer-icon-off,
#pf-cms-shimmer-toggle[data-state="inactive"] .pf-cms-footer-icon-off,
.is-footer-fx-off .pf-cms-footer-fx-toggle .pf-cms-footer-icon-off {
    display: inline-flex;
}

.pf-cms-footer-fx-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pf-cms-footer-fx-toggle:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.52);
}

.pf-cms-box.is-footer-fx-off .pf-cms-footer-fx-toggle {
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.58);
    background: rgba(15, 23, 42, 0.2);
}

.pf-cms-box.is-footer-fx-off .pf-cms-footer-fx-toggle:hover {
    background: rgba(15, 23, 42, 0.28);
}

.pf-cms-dashboard-submenu-switch-label {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #19324a;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE DESIGN
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (max-width: 768px) {
    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-header {
        min-height: 0;
        height: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
        overflow: visible;
    }

    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-header::before,
    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-header::after {
        display: none;
    }

    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-header-left,
    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-header-right {
        display: none;
    }

    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-header-compact-logo {
        display: inline-flex;
        position: fixed;
        top: 10px;
        right: 10px;
        left: auto;
        transform: none;
        z-index: 240;
        border-radius: 999px;
        overflow: hidden;
    }

    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-footer {
        display: none;
    }

    .pf-cms-box.is-mobile-shell-collapsed .pf-cms-to-top-btn {
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    }

    .pf-cms-info-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pf-cms-overview-signal-grid,
    .pf-cms-spotlight-grid,
    .pf-cms-blueprint-grid,
    .pf-cms-collection-grid,
    .pf-cms-actions,
    .pf-cms-integration-grid,
    .pf-cms-media-grid,
    .pf-cms-types-grid {
        grid-template-columns: 1fr;
    }

    .pf-cms-overview-layout {
        grid-template-columns: 1fr;
    }

    .pf-cms-workflow-steps {
        flex-direction: column;
        align-items: stretch;
    }

    .pf-cms-workflow-arrow {
        transform: rotate(90deg);
        align-self: center;
    }

    .pf-cms-demo-value-grid {
        grid-template-columns: 1fr;
    }

    .pf-cms-demo-actions {
        flex-direction: column-reverse;
    }

    .pf-cms-layout-wrapper.pf-cms-overlay {
        padding: 0;
    }

    .pf-cms-box.overlay-mode {
        width: 100%;
        height: 100%;
        max-height: 100%;
        --pf-overlay-shell-box-radius: clamp(10px, 3vw, 14px);
        border-radius: var(--pf-overlay-shell-box-radius, clamp(10px, 3vw, 14px));
        margin: 0;
    }

    .pf-cms-header,
    .pf-cms-footer {
        padding: clamp(6px, 2.2vw, 8px) clamp(7px, 2.6vw, 10px);
    }

    .pf-cms-footer {
        grid-template-columns: 1fr;
        min-height: 38px;
        justify-items: center;
        gap: 4px;
        padding: clamp(6px, 2.2vw, 8px) clamp(7px, 2.6vw, 10px) calc(clamp(6px, 2.2vw, 8px) + env(safe-area-inset-bottom, 0px));
    }

    .pf-cms-footer-left,
    .pf-cms-footer-center,
    .pf-cms-footer-right {
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }

    .pf-cms-footer-right {
        gap: 8px;
    }

    .pf-cms-footer-module span,
    .pf-cms-footer-meta {
        display: none;
    }

    .pf-cms-footer-runtime {
        max-width: 100%;
        font-size: 0.74rem;
        text-align: center;
    }

    .pf-cms-header {
        gap: clamp(6px, 2vw, 8px);
        flex-wrap: nowrap;
        align-items: center;
    }

    .pf-cms-header-left,
    .pf-cms-title-section {
        min-width: 0;
    }

    .pf-cms-header-left {
        flex: 1 1 auto;
        gap: clamp(6px, 2vw, 8px);
    }

    .pf-cms-title {
        font-size: clamp(14px, 5vw, 20px);
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pf-cms-meta {
        display: none;
    }

    .pf-cms-header-right {
        width: auto;
        justify-content: flex-end;
        align-items: center;
        gap: 6px;
        flex: 0 0 auto;
    }

    .pf-cms-user-pill,
    .pf-cms-btn-dashboard {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        flex: 0 0 40px;
        padding: 0;
        gap: 0;
        justify-content: center;
        box-sizing: border-box;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        overflow: hidden;
    }

    .pf-cms-user-name,
    .pf-cms-dashboard-label {
        display: none;
    }

    .pf-cms-user-avatar,
    .pf-cms-dashboard-icon {
        width: 26px;
        height: 26px;
    }

    .pf-cms-dashboard-submenu {
        right: 0;
        top: calc(100% + 8px);
        min-width: min(240px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        padding: 7px;
        border-radius: 11px;
    }

    .pf-cms-dashboard-submenu-item {
        font-size: 12px;
        padding: 8px 9px;
    }

    .pf-cms-to-top-btn {
        width: 42px;
        height: 42px;
        bottom: calc(56px + env(safe-area-inset-bottom, 0px));
        font-size: clamp(14px, 3.5vw, 18px);
    }

    .pf-cms-body {
        padding: 6px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
        scroll-padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
        border-left-width: 0;
        border-right-width: 0;
    }

    .pf-cms-tabs {
        margin: 0;
        padding: 4px 6px 0;
        gap: 6px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 6px;
        position: relative;
        top: auto;
        z-index: 1;
        border-top: none;
        border-bottom: none;
        box-shadow: none;
    }

    .pf-cms-tabs::-webkit-scrollbar {
        display: none;
    }

    .pf-cms-tabs::after {
        content: '';
        position: absolute;
        left: 6px;
        right: 6px;
        bottom: 0;
        border-bottom: 2px solid var(--pf-cms-orange);
        pointer-events: none;
    }

    .pf-cms-tab {
        flex: 0 0 auto;
        width: clamp(46px, 12vw, 54px);
        min-width: clamp(46px, 12vw, 54px);
        height: clamp(40px, 10vw, 46px);
        justify-content: center;
        padding: 0;
        font-size: 13px;
        gap: 0;
        border-radius: 12px 12px 0 0;
        margin-top: 0;
        margin-bottom: -2px;
        scroll-snap-align: start;
        box-shadow: 0 -2px 6px rgba(25, 50, 74, 0.2);
    }

    .pf-cms-tab-label {
        display: none;
    }

    .pf-cms-tab-icon,
    .pf-cms-tab-icon svg {
        width: 20px;
        height: 20px;
    }

    .pf-cms-tab-content {
        margin: 0;
        padding: clamp(6px, 2.2vw, 10px);
    }

    .pf-cms-tab::after {
        display: none;
    }

    .pf-cms-tab:hover:not(.active) {
        transform: none;
        margin-bottom: -2px;
        filter: brightness(1.04);
    }

    .pf-cms-tab.active {
        transform: none;
    }

    .pf-cms-tab-pane {
        padding: 0;
    }

    .pf-cms-section-title {
        margin: 28px 0 12px;
        padding-bottom: 8px;
        font-size: 1.2rem;
    }

    .pf-cms-section-desc {
        margin-bottom: 18px;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .pf-cms-hero {
        margin-bottom: 16px;
        padding: 16px 14px;
        border-radius: 18px;
        box-shadow: 0 16px 30px rgba(255, 107, 87, 0.14);
    }

    .pf-cms-hero-badges {
        gap: 8px;
        margin-bottom: 14px;
    }

    .pf-cms-hero-badge {
        padding: 6px 10px;
        font-size: 0.72rem;
        letter-spacing: 0.01em;
    }

    .pf-cms-hero h2 {
        font-size: 1.45rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .pf-cms-hero p {
        font-size: 0.96rem;
        margin-bottom: 18px;
        line-height: 1.55;
    }

    .pf-cms-hero-stats {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .pf-cms-stat {
        padding: 14px;
        border-radius: 14px;
    }

    .pf-cms-stat-value {
        font-size: 1.9rem;
        margin-bottom: 2px;
    }

    .pf-cms-stat-label {
        font-size: 0.7rem;
        letter-spacing: 0.04em;
    }

    .pf-cms-overview-signal-grid {
        gap: 12px;
        margin-bottom: 20px;
    }

    .pf-cms-signal-card,
    .pf-cms-overview-panel,
    .pf-cms-spotlight-card,
    .pf-cms-blueprint-card,
    .pf-cms-collection-card,
    .pf-cms-info-box,
    .pf-cms-editor-container,
    .pf-cms-workflow-step,
    .pf-cms-integration-card,
    .pf-cms-type-card,
    .pf-cms-add-type,
    .pf-cms-content-card {
        border-radius: 16px;
    }

    .pf-cms-signal-card,
    .pf-cms-overview-panel,
    .pf-cms-blueprint-card,
    .pf-cms-collection-card,
    .pf-cms-info-box,
    .pf-cms-integration-card,
    .pf-cms-add-type {
        padding: 18px;
    }

    .pf-cms-panel-headline {
        margin-bottom: 14px;
    }

    .pf-cms-panel-headline h3 {
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .pf-cms-spotlight-card h4,
    .pf-cms-timeline-item h4,
    .pf-cms-blueprint-card h4,
    .pf-cms-collection-card h4,
    .pf-cms-content-info h4,
    .pf-cms-type-info h4,
    .pf-cms-step-content h4,
    .pf-cms-integration-card h4 {
        font-size: 1rem;
        line-height: 1.3;
    }

    .pf-cms-spotlight-card p,
    .pf-cms-timeline-item p,
    .pf-cms-blueprint-card p,
    .pf-cms-collection-card p,
    .pf-cms-feature-list li,
    .pf-cms-step-content p,
    .pf-cms-integration-card p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .pf-cms-timeline-list {
        gap: 14px;
    }

    .pf-cms-timeline-item {
        gap: 10px;
    }

    .pf-cms-timeline-meta,
    .pf-cms-spotlight-metric,
    .pf-cms-panel-kicker,
    .pf-cms-signal-header {
        font-size: 0.72rem;
    }

    .pf-cms-signal-value {
        font-size: 1.8rem;
    }

    .pf-cms-actions,
    .pf-cms-blueprint-grid,
    .pf-cms-collection-grid,
    .pf-cms-overview-signal-grid,
    .pf-cms-spotlight-grid,
    .pf-cms-overview-layout,
    .pf-cms-media-grid,
    .pf-cms-integration-grid,
    .pf-cms-types-grid {
        gap: 12px;
    }

    .pf-cms-btn:not(.pf-cms-btn-dashboard),
    .pf-cms-btn-large,
    .pf-cms-btn-small:not(.pf-cms-btn-dashboard) {
        width: 100%;
        min-height: 42px;
        padding: 11px 14px;
        font-size: 0.9rem;
        border-radius: 12px;
    }

    .pf-cms-content-card {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px;
    }

    .pf-cms-content-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .pf-cms-content-meta {
        gap: 8px;
        font-size: 0.8rem;
    }

    .pf-cms-content-actions,
    .pf-cms-media-actions,
    .pf-cms-editor-actions,
    .pf-cms-cta-buttons,
    .pf-cms-demo-actions {
        flex-direction: column;
        gap: 10px;
    }

    .pf-cms-editor-container {
        padding: 18px;
    }

    .pf-cms-form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pf-cms-editor-toolbar {
        gap: 6px;
        padding: 10px;
    }

    .pf-cms-editor-btn {
        padding: 8px 10px;
        font-size: 0.8rem;
    }

    .pf-cms-textarea {
        min-height: 220px;
        font-size: 0.92rem;
    }

    .pf-cms-upload-area {
        padding: 24px 18px;
        margin-bottom: 24px;
    }

    .pf-cms-upload-area h3,
    .pf-cms-add-type h3,
    .pf-cms-cta h3 {
        font-size: 1.25rem;
    }

    .pf-cms-upload-area p,
    .pf-cms-add-type p,
    .pf-cms-cta p {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .pf-cms-media-preview {
        height: 132px;
    }

    .pf-cms-media-info {
        padding: 14px;
    }

    .pf-cms-media-actions {
        padding: 0 14px 14px;
    }

    .pf-cms-workflow-steps {
        gap: 14px;
        margin-bottom: 24px;
        padding: 8px 0;
    }

    .pf-cms-workflow-step {
        min-width: 0;
        padding: 18px 16px 16px;
    }

    .pf-cms-step-number {
        top: -12px;
        left: 16px;
        width: 26px;
        height: 26px;
        font-size: 0.78rem;
    }

    .pf-cms-workflow-arrow {
        font-size: 1.4rem;
    }

    .pf-cms-integration-features {
        margin-bottom: 16px;
    }

    .pf-cms-integration-features li {
        font-size: 0.86rem;
        line-height: 1.45;
    }

    .pf-cms-type-card {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 12px;
    }

    .pf-cms-type-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .pf-cms-type-stats {
        gap: 6px;
        font-size: 0.82rem;
    }

    .pf-cms-info-box {
        margin-top: 22px;
    }

    .pf-cms-cta {
        margin-top: 26px;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .pf-cms-demo-dialog {
        width: min(100%, 420px);
        padding: 20px 16px;
        border-radius: 22px;
    }

    .pf-cms-demo-title {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .pf-cms-demo-copy {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .pf-cms-demo-value-card {
        padding: 14px;
        border-radius: 14px;
    }

    .pf-cms-body {
        border-left-width: 0;
        border-right-width: 0;
    }

    .pf-cms-body::-webkit-scrollbar {
        width: 8px;
    }

    .pf-cms-footer {
        padding-bottom: calc(clamp(6px, 2.2vw, 8px) + env(safe-area-inset-bottom));
        font-size: clamp(9.5px, 2.7vw, 11px);
        gap: 8px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
        justify-content: stretch;
        align-items: center;
    }

    .pf-cms-footer-left,
    .pf-cms-footer-center,
    .pf-cms-footer-right {
        min-width: 0;
        gap: 6px;
    }

    .pf-cms-footer-left {
        flex: 1 1 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pf-cms-footer-center {
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .pf-cms-footer-runtime {
        display: block;
        font-size: 0.82rem;
        line-height: 1.1;
        opacity: 0.92;
        text-align: center;
    }

    .pf-cms-footer-right {
        flex: 0 1 auto;
        justify-content: flex-end;
        white-space: nowrap;
        max-width: 52vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pf-cms-footer-module {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pf-cms-footer-right span {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #pf-cms-shimmer-toggle,
    .pf-cms-footer-fx-toggle {
        display: none !important;
    }

    .pf-cms-to-top-btn {
        bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    }

    .pf-cms-user-pill,
    .pf-cms-btn-dashboard {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        flex: 0 0 40px;
        padding: 0;
        gap: 0;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow: none;
    }

    .pf-cms-user-avatar,
    .pf-cms-dashboard-icon {
        width: 32px;
        height: 32px;
        border-radius: 999px;
    }

    .pf-cms-btn-dashboard .pf-cms-dashboard-logo {
        width: 26px;
        height: 26px;
        display: block;
        margin: 0 auto;
        border-radius: 999px;
        object-fit: contain;
    }

    .pf-cms-header-compact-logo,
    .pf-cms-btn-dashboard {
        box-sizing: border-box;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        overflow: hidden;
    }

    .pf-cms-header-right .pf-cms-btn-dashboard.pf-cms-dashboard-trigger {
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        box-sizing: border-box !important;
    }

    .pf-cms-shimmer-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 999px;
        font-size: clamp(12px, 3.2vw, 14px);
        gap: 0;
    }

    .pf-cms-shimmer-icon {
        width: clamp(16px, 4vw, 18px);
        height: clamp(16px, 4vw, 18px);
    }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SMOOTH SCROLLING
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.pf-cms-module {
    scroll-behavior: smooth;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
    END OF PF_CMS.css - LILA-PINK THEME
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
