:root{font-family:Verdana,Arial,sans-serif;color:#000;background:silver}*{box-sizing:border-box}body{margin:0;background:silver}body,input,textarea,select,button{font:inherit;font-size:14px}a{color:navy}.container{min-height:100vh;padding:2rem}.auth-shell{display:grid;place-items:center}.auth-panel{width:min(100%,28rem)}.app-shell{min-height:100vh;padding:1rem;display:grid;grid-template-columns:240px minmax(0,1fr);gap:1rem;align-items:start}.sidebar{position:sticky;top:1rem;display:grid;gap:1rem}.sidebar-brand h1,.panel h2,.panel h3,.modal-header h2{margin:0}.sidebar-brand,.sidebar-group,.content-column,.inline-form,.stack-form,.jobs,.result-form,.checklist-grid,.template-editor-list,.template-editor-card,.template-actions,.list{display:grid;gap:.75rem}.sidebar-label,.eyebrow,.muted,.empty,.list-item span{color:#404040}.sidebar-label,.eyebrow{margin:0;font-size:12px;text-transform:uppercase}.sidebar-spacer{margin-top:.5rem}.sidebar-form{margin:0}.panel{background:silver;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #808080;border-bottom:2px solid #808080;padding:1rem}.hero-panel{background:#d4d0c8}.inline-form{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem}.checkbox-label input{width:auto}input,textarea,select{width:100%;padding:.45rem .5rem;border-top:2px solid #808080;border-left:2px solid #808080;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;background:#fff;color:#000}textarea{min-height:7rem;resize:vertical}button,.button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.45rem .75rem;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #808080;border-bottom:2px solid #808080;background:#d4d0c8;color:#000;text-decoration:none;cursor:pointer}button:active,.button:active{border-top:2px solid #808080;border-left:2px solid #808080;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff}button:disabled{color:#707070;cursor:not-allowed}.ghost-button,.danger-button{background:#d4d0c8;color:#000}.list{list-style:none;padding:0;margin:0}.list-item,.job-card,.template-box,.result-box,.template-editor-card{background:#d4d0c8;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #808080;border-bottom:1px solid #808080;padding:.85rem}.list-item{display:flex;justify-content:space-between;gap:1rem;align-items:center}.job-card{display:grid;gap:.85rem}.job-card-header,.modal-header,.result-checklist-item,.job-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.badge{border:1px solid #808080;padding:.15rem .45rem;font-size:11px;text-transform:uppercase;background:#e0e0e0}.badge-open,.badge-pass,.badge-fail{color:#000}.template-box p,.result-box p{margin-top:0}.template-list,.result-checklist{margin:0;padding-left:1.15rem}.result-checklist{list-style:none;padding-left:0}.result-form{padding-top:.25rem}.checklist-row{display:grid;gap:.35rem}.status-pass,.status-fail{color:#000}.template-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.job-actions{justify-content:flex-end}.error{margin:0;padding:.75rem 1rem;background:#d4d0c8;color:#000;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #808080;border-bottom:2px solid #808080}.empty{margin:0}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:1rem;background:#00000059}.modal-panel{width:min(100%,56rem);max-height:calc(100vh - 2rem);overflow:auto;background:silver}.modal-header{margin-bottom:1rem}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}}@media(max-width:720px){.container,.app-shell,.modal-backdrop{padding:1rem}.inline-form{grid-template-columns:1fr}.list-item,.job-card-header,.modal-header,.result-checklist-item{align-items:flex-start;flex-direction:column}}
