:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}a{color:#2f5d3a}button{cursor:pointer}*{box-sizing:border-box}html,body{color:#1f2937;background:#f6f7f9;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;background:#2f5d3a;align-items:center;gap:2rem;padding:1rem 2rem;display:flex}.brand{font-size:1.25rem;font-weight:600}.app-nav{gap:1.5rem;display:flex}.nav-link{color:#d6e4d8;font-size:.95rem;text-decoration:none}.nav-link.active{color:#fff;border-bottom:2px solid #fff;font-weight:600}.app-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1.5rem 2rem}.app-footer{text-align:center;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;padding:1rem}h1{margin-top:0;font-size:1.6rem}.error{color:#7f1d1d;background:#fde2e2;border-radius:4px;padding:.75rem 1rem}.table{border-collapse:collapse;background:#fff;border-radius:4px;width:100%;overflow:hidden;box-shadow:0 1px 2px #0000000a}.table th,.table td{text-align:left;border-bottom:1px solid #eef0f3;padding:.6rem .8rem}.table th{background:#f1f5f3;font-size:.9rem;font-weight:600}.news-list{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.news-item{background:#fff;border-radius:6px;padding:1rem 1.25rem;box-shadow:0 1px 2px #0000000a}.news-item.pinned{border-left:4px solid #2f5d3a}.news-item h3{margin:0 0 .25rem}.news-item .meta{color:#6b7280;margin-bottom:.5rem;font-size:.85rem}.news-item p{white-space:pre-wrap;margin:0}
