:root{--ink:#1e2a44;--paper:#fbf8f1;--paper-dim:#f3eee1;--gold:#ad8025;--sage:#4f6f52;--brick:#9c4a38;--text:#26221b;--muted:#8a8272;--line:#e4dcc8}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}button,input,select,textarea{font-family:inherit}a{color:inherit}button,input,select,textarea{font-size:16px}button{min-height:44px}.app-shell{display:flex;min-height:100vh}.app-sidebar-backdrop,.app-topbar,.nav-toggle-checkbox{display:none}.app-content{flex:1 1;padding:28px;min-width:0}@media (max-width:860px){.app-shell{display:block}.app-topbar{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--ink);color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:30}.nav-toggle-button{font-size:24px;line-height:1;cursor:pointer;padding:4px 8px}.app-topbar-title{font-size:17px;font-weight:700}.app-sidebar{position:fixed;top:0;left:0;bottom:0;transform:translateX(-100%);transition:transform .2s ease;z-index:45;width:240px!important}.nav-toggle-checkbox:checked~.app-sidebar{transform:translateX(0)}.nav-toggle-checkbox:checked~.app-sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:40}.app-content{padding:16px}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.form-row{display:flex;gap:10px;flex-wrap:wrap}@media (max-width:480px){.form-row>*{flex-basis:100%!important}}