:root{--primary:#5c7f67;--primary-focus:#48614f;--primary-content:#ffffff;--secondary:#ecf4e7;--secondary-content:#24331a;--accent:#fae5e5;--accent-content:#322020;--neutral:#5d5656;--neutral-focus:#2a2727;--neutral-content:#e9e7e7;--base-100:#c6c3c3;--base-200:#c1bebe;--base-300:#b9b1b1;--base-content:#100f0f;--info:#2094f3;--success:#009485;--warning:#ff9900;--error:#ff5724;--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--font-sans:"Noto Sans", "Noto Sans Sinhala", "Noto Sans Tamil",
    system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--container:72rem}*,*::before,*::after{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--base-100);color:var(--base-content);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary-focus)}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1rem}.site-header{position:sticky;top:0;z-index:30;background:var(--base-100);border-bottom:1px solid rgba(0,0,0,8%)}.site-header .bar{display:flex;align-items:baseline;column-gap:1.25rem;row-gap:.5rem;flex-wrap:wrap;padding-block:.9rem .7rem}.brand{text-decoration:none;color:inherit;margin-right:auto}.brand .brand-title,.brand .brand-sub{display:block;margin:0;line-height:1.2}.brand .brand-title{font-size:.9rem}.brand .brand-sub{font-size:1rem;font-weight:700}.site-nav{display:flex;flex-wrap:wrap;gap:.35rem 1rem;font-weight:700}.site-nav a{color:inherit;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{text-decoration:underline}.lang-switch{display:flex;gap:.6rem;list-style:none;margin:0;padding:0;font-size:.85rem}.lang-switch a{color:inherit;text-decoration:none;opacity:.7}.lang-switch a:hover{opacity:1}.lang-switch .current a{opacity:1;font-weight:700;text-decoration:underline}@media(max-width:600px){.site-header{position:static}.site-header .bar{flex-direction:column;align-items:center;text-align:center;row-gap:.3rem;padding-block:.55rem}.brand{margin-right:0}.brand .brand-title{font-size:.78rem}.brand .brand-sub{font-size:.92rem}.site-nav{order:1;justify-content:center;gap:.25rem .9rem;font-size:.9rem}.lang-switch{order:2;margin-left:0;justify-content:center;font-size:.8rem}}main{flex-grow:1;padding-block:1rem 2rem}.card{background:var(--base-200);border-radius:var(--rounded-box)}.card-body{padding:1.5rem}.intro{background:var(--base-300);margin-block:.5rem 1.5rem}.intro h2,.intro .headline{margin-top:0;font-size:1.4rem}.prose{max-width:42rem}.prose h2{margin-top:2rem}.muted,.footer-meta{color:#3d3a3a;font-size:.9rem}.record-note{margin-top:1rem}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(min-width:768px){.grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1024px){.grid{grid-template-columns:repeat(8,minmax(0,1fr))}}.cell{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .25rem;text-decoration:none;color:inherit;border-radius:var(--rounded-btn);transition:transform .4s ease-out,background .2s ease-out}.cell:hover,.cell:focus-visible{transform:scale(1.08);background:var(--secondary);outline:none}.cell .name{font-size:.7rem;min-height:2rem;text-transform:uppercase;color:#34302f}.cell .flower{width:96px;height:96px;margin:.5rem 0}.cell .flower.photo{border-radius:50%;object-fit:cover;filter:grayscale(1)}.cell .age{font-size:.85rem;font-weight:600}.cell .place,.cell .date{font-size:.72rem}.person{max-width:34rem;margin-inline:auto;text-align:center}.person .flower{width:160px;height:160px}.person .flower.photo{border-radius:50%;object-fit:cover;filter:grayscale(1)}.person .flower.photo-full{width:240px;height:auto;max-width:100%;border-radius:8px;object-fit:contain;filter:grayscale(1)}.person dl{text-align:left;display:grid;grid-template-columns:max-content 1fr;gap:.35rem 1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.12)}.person dt{font-weight:700}.person dd{margin:0}.term-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.5rem}.term-list a{display:flex;justify-content:space-between;gap:.5rem;padding:.6rem .9rem;background:var(--base-200);border-radius:var(--rounded-btn);text-decoration:none;color:inherit}.term-list a:hover{background:var(--secondary)}.term-list .count{font-weight:700;color:var(--primary-focus)}.browse-group{margin-block:1.5rem}.browse-group h2{margin-bottom:.5rem}.pager{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:2rem}.pager a,.pager span{padding:.4rem .75rem;border-radius:var(--rounded-btn);text-decoration:none;color:inherit;background:var(--base-200)}.pager .current{background:var(--primary);color:var(--primary-content)}.btn{display:inline-block;padding:.5rem 1rem;border-radius:var(--rounded-btn);background:var(--primary);color:var(--primary-content);text-decoration:none;font-weight:700}.site-footer{background:var(--neutral);color:var(--neutral-content);padding:2.5rem 0}.site-footer .container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.site-footer p{margin:.35rem 0}.site-footer a{color:#fff}.site-footer .footer-meta{color:#ded9d9;font-size:.85rem}.site-footer .footer-meta a{color:#ded9d9;text-decoration:underline}.site-footer .footer-title{font-weight:700;text-transform:uppercase;font-size:.78rem;letter-spacing:.03em;color:#cfc9c9;display:block;margin-bottom:.5rem}.site-footer .footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}