:root {
    --accent: #7DC54C;
    --accent-hover: #8FD55E;
    --accent-light: rgba(125, 197, 76, 0.15);
    --accent-glow: rgba(125, 197, 76, 0.3);
    --bg-primary: #27282C;
    --bg-secondary: #2E2F34;
    --bg-card: #32333A;
    --bg-elevated: #3A3B42;
    --text-primary: #F2F3F5;
    --text-secondary: #B8BAC0;
    --text-muted: #7C7E86;
    --border: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.15);
}

.text-gradient {
    background: linear-gradient(135deg, var(--accent), #A8E070, #D4F0A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pagedrop-edit-banner {
    background: linear-gradient(135deg, #7DC54C 0%, #8FD55E 100%) !important;
    box-shadow: 0 4px 20px rgba(125, 197, 76, 0.3) !important;
}

.pagedrop-edit-banner .button-hero {
    color: #7DC54C !important;
}

.pagedrop-edit-banner .button-hero:hover {
    color: #5FA032 !important;
}

.content-figure {
    margin: 2rem 0;
    padding: 0;
}

.content-figure img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: block;
}

.content-figure figcaption {
    margin-top: 0.75rem;
    padding: 0.6rem 1rem;
    background: var(--bg-card);
    border-left: 3px solid var(--accent);
    border-radius: 6px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-style: italic;
}

.content-figure figcaption strong {
    color: var(--accent);
    font-style: normal;
    font-weight: 600;
    margin-right: 0.4rem;
}

.image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, var(--bg-card), var(--bg-elevated));
    border: 2px dashed var(--border-strong);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    gap: 0.5rem;
}

.image-placeholder-icon {
    font-size: 2.5rem;
    opacity: 0.5;
}

.image-placeholder-label {
    font-weight: 600;
    color: var(--accent);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

html {
    scroll-padding-top: 80px;
}
