:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1f2e3b;background:#f5f7fa}*{box-sizing:border-box}body{margin:0;color:#1f2e3b;background:#f5f7fa}.layout{min-height:100vh}.admin-layout{padding:2rem 0}.container{width:min(1280px,94vw);margin:0 auto}.row{display:flex;align-items:center}.gap{gap:.75rem}.wrap{flex-wrap:wrap}.content{padding:0}h1,h2,h3{margin:0}h1{font-size:2rem}p{margin:0}.error{color:#b51f34;margin:.5rem 0}.notice{color:#066d4d;margin:.5rem 0}.construction-title{font-size:1.1rem;font-weight:700;margin-top:.5rem}.button-link{display:inline-flex;width:fit-content;text-decoration:none;color:#1f2e3b;background:#fff;padding:.65rem 1rem;border-radius:.55rem;border:1px solid #c7d0db}.button-link.secondary{background:#f8fafc}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.admin-tabs button{border-radius:.55rem;border:1px solid #c7d0db;background:#fff;color:#164e45;padding:.55rem .85rem;font-weight:600}.admin-tabs button.active{background:#f59e0b;border-color:#f59e0b;color:#fff}.card-stack{display:grid;gap:1rem}.card{border:1px solid #d6dee7;border-radius:.85rem;background:#fff;padding:1rem;display:grid;gap:.85rem}.admin-grid{display:grid;gap:.65rem}.admin-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-grid.four{grid-template-columns:2fr repeat(3,minmax(0,1fr))}button,input,select,textarea{font:inherit}button{width:fit-content;padding:.6rem .9rem;border-radius:.55rem;border:1px solid #c7d0db;color:#164e45;background:#fff;cursor:pointer;font-weight:600}button.secondary{color:#335066}button.small{padding:.4rem .65rem;font-size:.85rem}button.danger{color:#b51f34;border-color:#f2bcc4}input,select,textarea{width:100%;padding:.6rem .7rem;border-radius:.55rem;border:1px solid #c7d0db;background:#fff;color:#1f2e3b}textarea{min-height:100px;resize:vertical}table{width:100%;border-collapse:collapse}thead th{text-align:left;font-weight:700;color:#174f45;border-bottom:1px solid #dfe6ee;padding:.6rem .45rem}tbody td{border-bottom:1px solid #eef3f7;padding:.55rem .45rem;vertical-align:middle}a{color:#4f39a1}@media(max-width:980px){.admin-grid.two,.admin-grid.three,.admin-grid.four{grid-template-columns:1fr}}
