:root{--sand-50: #fdf8f3;--sand-100: #f3e6d6;--sand-200: #e8d2b8;--sand-300: #d4b896;--sand-500: #b08d5f;--sand-700: #7a5c3a;--sand-900: #4a3720;--accent: #d97706;--accent-light: #fcd34d}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--sand-50);color:var(--sand-900);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.hero{background:linear-gradient(135deg,var(--sand-200),var(--sand-100));border-radius:1.5rem;padding:2.5rem 2rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media (min-width: 768px){.hero{flex-direction:row;text-align:left}}.hero-img{width:220px;height:160px;object-fit:cover;border-radius:1rem;box-shadow:0 8px 24px #4a372033}.hero h1{font-size:2rem;font-weight:700;color:var(--sand-900)}.hero p{color:var(--sand-700);font-size:1.05rem;margin-top:.4rem}.grid-2{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.grid-2{grid-template-columns:1fr 1fr}}.card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 12px #4a37200f;border:1px solid var(--sand-100)}.card h2{font-size:1.15rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--sand-900)}.icon{color:var(--accent)}.tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--sand-100);color:var(--sand-700);padding:.35rem .75rem;border-radius:.5rem;font-size:.85rem;font-weight:600;margin:.2rem}.region{display:flex;align-items:center;gap:.6rem;padding:.6rem 0;border-bottom:1px solid var(--sand-100)}.region:last-child{border-bottom:none}.region-name{font-weight:600;min-width:100px}.region-bar-bg{flex:1;height:10px;background:var(--sand-100);border-radius:5px;overflow:hidden}.region-bar{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-light));border-radius:5px;transition:width 1s ease}.region-count{font-weight:700;min-width:50px;text-align:right;color:var(--sand-700)}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:.35rem;top:.4rem;bottom:.4rem;width:3px;background:var(--sand-300);border-radius:2px}.timeline-item{position:relative;padding-bottom:1rem;padding-left:.5rem}.timeline-item:before{content:"";position:absolute;left:-1.25rem;top:.35rem;width:10px;height:10px;background:var(--accent);border-radius:50%}.timeline-year{font-weight:700;color:var(--accent);font-size:.85rem}.timeline-text{color:var(--sand-700);font-size:.9rem}.fact-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.fact-item{background:var(--sand-50);padding:.75rem;border-radius:.6rem;font-size:.85rem;color:var(--sand-700)}.fact-item strong{color:var(--sand-900);display:block;margin-bottom:.15rem}.footer{text-align:center;padding:2rem 0 1rem;color:var(--sand-500);font-size:.8rem}
