:root {
    --rose-gold: #B76E79;
    --rose-deep: #91525d;
    --bg: #fcf8f8;
    --soft: #f4ecec;
    --line: #e7d6d9;
    --text: #33292d;
    --muted: #78696e;
    --white: #ffffff;
    --shadow: 0 20px 50px rgba(120, 83, 90, .08);
    --radius: 24px;
    --container: min(1120px, calc(100vw - 2rem));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
img { display: block; max-width: 100%; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.1; margin: 0 0 .75rem; }
p { margin: 0 0 1rem; line-height: 1.65; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 560px; }
.section { padding: clamp(3rem, 6vw, 6rem) 0; }
.soft { background: var(--soft); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.25rem; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px); background: rgba(252,248,248,.88); border-bottom: 1px solid rgba(183,110,121,.12); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; }
.brand { font-size: clamp(1.35rem, 3vw, 1.8rem); font-weight: 700; color: var(--rose-deep); }
.nav { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }
.nav a,.sidebar-nav a { color: var(--muted); }
.nav a:hover,.sidebar-nav a:hover,.text-link:hover { color: var(--rose-deep); }
.hero { padding: clamp(4rem, 8vw, 8rem) 0; }
.hero-grid,.two-col,.footer-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.hero h1 { font-size: clamp(2.2rem, 8vw, 4.7rem); max-width: 12ch; }
.hero-card { align-self: center; }
.eyebrow,.pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem .8rem; border-radius: 999px; background: rgba(183,110,121,.1); color: var(--rose-deep); font-size: .9rem; margin-bottom: 1rem; }
.section-head { margin-bottom: 1.5rem; }
.grid { display: grid; gap: 1rem; }
.cards-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.card-body { padding-top: 1rem; }
.meta-row { display: flex; justify-content: space-between; gap: 1rem; color: var(--rose-deep); font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .85rem 1.1rem; border-radius: 999px; border: 1px solid var(--line); cursor: pointer; font-weight: 700; }
.btn-primary { background: var(--rose-gold); color: var(--white); border-color: var(--rose-gold); }
.btn-secondary { background: var(--white); color: var(--rose-deep); }
.btn-danger { background: #7f3f4a; color: var(--white); border-color: #7f3f4a; }
.btn-sm { min-height: 38px; padding: .55rem .8rem; font-size: .9rem; }
.hero-actions,.actions,.social-list { display: flex; gap: .75rem; flex-wrap: wrap; }
.form-grid { display: grid; gap: 1rem; }
.form-grid label { display: grid; gap: .45rem; color: var(--muted); font-size: .95rem; }
input,textarea,select { width: 100%; min-width: 0; min-height: 48px; border: 1px solid var(--line); border-radius: 16px; padding: .9rem 1rem; background: var(--white); color: var(--text); }
textarea { resize: vertical; min-height: 120px; }
.feature-list { padding-left: 1.1rem; color: var(--muted); }
.feature-list li { margin-bottom: .6rem; }
.compact-card small,.muted { color: var(--muted); }
.testimonial-card p { font-size: 1rem; }
.rating { color: var(--rose-deep); margin-bottom: .65rem; }
.social-chip { padding: .85rem 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 999px; }
.reading-container { max-width: 860px; }
.detail-cover { border-radius: var(--radius); margin: 1rem 0 1.5rem; max-height: 440px; }
.article-content { white-space: pre-wrap; }
.site-footer { padding: 2rem 0 3rem; border-top: 1px solid var(--line); }
.whatsapp-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 30; background: #25D366; color: #fff; padding: .95rem 1.2rem; border-radius: 999px; box-shadow: 0 10px 30px rgba(37,211,102,.25); }
.flash { margin-top: .75rem; padding: .9rem 1rem; border-radius: 16px; border: 1px solid transparent; }
.flash.success { background: #eef9f3; border-color: #bde2cc; }
.flash.error { background: #fff0f1; border-color: #efc2c7; }
.auth-section { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 2rem 0; }
.auth-card { padding: 2rem; }
.admin-body { background: #f6f1f1; }
.admin-layout { min-height: 100vh; display: grid; grid-template-columns: 1fr; }
.sidebar { background: #221a1c; color: #fff; padding: 1.25rem; }
.sidebar-brand { color: #fff; display: inline-block; margin-bottom: 1rem; }
.sidebar-nav { display: grid; gap: .75rem; }
.admin-main { padding: 1rem; min-width: 0; }
.metrics-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); margin-bottom: 1rem; }
.metric-card strong { font-size: clamp(1.8rem, 5vw, 2.6rem); color: var(--rose-deep); }
.table-wrap { width: 100%; overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; min-width: 700px; }
.table th,.table td { padding: .85rem .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.thumb { width: 72px; height: 72px; border-radius: 14px; object-fit: cover; }
.preview-thumb { margin-top: .5rem; }
.split-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
@media (min-width: 768px) {
    .hero-grid,.two-col,.footer-grid { grid-template-columns: 1.15fr .85fr; align-items: start; }
    .admin-layout { grid-template-columns: 280px 1fr; }
    .admin-main { padding: 1.5rem; }
}
@media (min-width: 1280px) {
    .hero-grid { gap: 2rem; }
    .admin-main { padding: 2rem; }
}
