@font-face{font-family:Hanken;src:url(../assets/fonts/hanken-grotesk-400.ttf)}@font-face{font-family:Hanken;src:url(../assets/fonts/hanken-grotesk-700.ttf);font-weight:700}:root{--ink:#1d3029;--muted:#617069;--bg:#f3efe6;--surface:#fbf8f1;--line:#d7d0c4;--accent:#bd4d31;--field:#28473d;--sun:#e0b34f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Hanken,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.admin-skip{position:fixed;left:1rem;top:1rem;transform:translateY(-200%);background:var(--sun);padding:.75rem 1rem;z-index:20}.admin-skip:focus{transform:none}.admin-header{align-items:center;background:var(--field);color:#fff;display:flex;justify-content:space-between;min-height:5rem;padding:0 2rem}.admin-header>a{display:flex;flex-direction:column}.admin-header>a span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#d8e0dc}.admin-header nav,.admin-header form{align-items:center;display:flex;gap:1.5rem;margin:0}.admin-header button{background:transparent;border:0;color:#fff;cursor:pointer}.admin-main{display:grid;grid-template-columns:15rem 1fr;min-height:calc(100vh - 5rem)}.admin-sidebar{background:#e8e2d8;display:flex;flex-direction:column;padding:2rem 1rem}.admin-sidebar a{border-radius:4px;min-height:2.75rem;padding:.65rem .75rem}.admin-sidebar a:hover{background:var(--surface)}.admin-content{padding:3rem;max-width:90rem;width:100%}.admin-title{align-items:end;display:flex;justify-content:space-between;gap:2rem;margin-bottom:2rem}.admin-title h1{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.04em;line-height:1;margin:0}.admin-title p{color:var(--muted)}.admin-eyebrow{color:var(--accent)!important;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.admin-button{align-items:center;background:var(--accent);border:0;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;justify-content:center;min-height:3rem;padding:.75rem 1.25rem}.admin-stats{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.admin-stats a{background:var(--surface);border-radius:8px;display:flex;flex-direction:column;min-height:10rem;padding:1.5rem}.admin-stats strong{font-size:3rem;margin-top:auto}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-form label{display:flex;flex-direction:column;font-weight:700;gap:.4rem}.admin-form input,.admin-form textarea,.admin-form select{background:var(--surface);border:1px solid var(--line);border-radius:4px;min-height:3rem;padding:.75rem}.admin-form textarea{resize:vertical}.admin-form small{color:var(--muted);font-size:.8rem;font-weight:400}.admin-form--wide{max-width:52rem}.admin-form__row{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;background:var(--surface)}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);padding:1rem;text-align:left}.admin-table td:first-child{display:flex;flex-direction:column}.admin-table small{color:var(--muted)}.admin-table a{color:var(--accent);font-weight:700}.admin-delete{border-top:1px solid var(--line);margin-top:3rem;padding-top:1.5rem}.admin-delete button{background:transparent;border:0;color:#9b2f22;cursor:pointer;padding:0}.admin-alert{background:#dfeadc;color:#23452f;padding:1rem 2rem}.admin-alert--error{background:#f3d8d2;color:#71271d}.admin-main--auth{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.auth-panel{background:var(--surface);border-radius:8px;max-width:30rem;padding:2.5rem;width:100%}.auth-panel h1{font-size:2.5rem;letter-spacing:-.04em;line-height:1.05}.auth-panel>p:not(.admin-eyebrow){color:var(--muted)}:focus-visible{outline:3px solid var(--sun);outline-offset:3px}@media(max-width:780px){.admin-header{padding:0 1rem}.admin-header nav>a{display:none}.admin-main{grid-template-columns:1fr}.admin-sidebar{display:grid;grid-auto-flow:column;overflow-x:auto;padding:.75rem}.admin-content{padding:2rem 1rem}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-form__row{grid-template-columns:1fr}.admin-title{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.admin-stats{grid-template-columns:1fr}.auth-panel{padding:1.5rem}.admin-title h1{font-size:2.25rem}}
