:root{--text:#2b2b2b;--text-muted:#6f6f6a;--bg:#fafaf8;--border:#e2e1dc;--accent:#2f6f4e;--accent-bg:#eef3ef;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font:16px/1.6 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0}.app-shell{align-items:flex-start;min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);flex-shrink:0;align-self:stretch;width:240px;padding:2rem 1rem;position:sticky;top:0}.sidebar-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.sidebar-head h1{margin:0;font-size:.88rem;line-height:1.3}.sidebar nav{flex-direction:column;gap:.3rem;display:flex}.nav-link{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem .75rem;font-size:.82rem}.nav-link:hover{background:var(--accent-bg)}.nav-link.active{background:var(--accent);color:#fff;font-weight:600}.icon-link{color:var(--accent);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-link:hover{opacity:.75}.icon-link.show{margin-bottom:1rem}.content{flex:1;min-width:0;padding:2rem 1.5rem 4rem}.content-inner{max-width:60rem;margin:0 auto}.records-sidebar{border-left:1px solid var(--border);flex-shrink:0;align-self:stretch;width:260px;max-height:100vh;padding:2rem 1rem;position:sticky;top:0;overflow-y:auto}.records-head{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.records-sidebar h2{margin:0;font-size:.88rem;line-height:1.3}.records-list{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.record-row{align-items:stretch;gap:.25rem;display:flex}.record-row-main{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;flex-direction:column;flex:1;align-items:flex-start;gap:.1rem;min-width:0;padding:.45rem .6rem;display:flex}.record-row-main:hover{background:var(--accent-bg)}.record-row.active .record-row-main{border-color:var(--accent);background:var(--accent-bg)}.record-id{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-family:ui-monospace,Consolas,monospace;font-size:.76rem;overflow:hidden}.record-time{color:var(--text-muted);font-size:.72rem}.record-delete{width:1.7rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;font-size:1.1rem;line-height:1;display:flex}.record-delete:hover{color:#c0392b;background:#fdecea}@media (width<=45rem){.app-shell{flex-direction:column;gap:1rem}.sidebar{border-right:none;border-bottom:1px solid var(--border);flex:none;width:100%;padding:1.25rem 1.5rem 1rem;position:static}.sidebar-head{margin-bottom:.75rem}.sidebar-head h1{font-size:.95rem}.sidebar nav{flex-flow:wrap}.nav-link{padding:.4rem .65rem}.content{max-width:none;padding:1.5rem 1.5rem 3rem}.records-sidebar{border-left:none;border-top:1px solid var(--border);width:100%;max-height:none;padding:1.25rem 1.5rem;position:static}}.gri-form-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.gri-form-head h3{margin:0 0 .2rem}.show-records-link{color:var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:none;padding:0;font-size:.85rem;font-weight:600}.show-records-link:hover{text-decoration:underline}.lede{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.muted{color:var(--text-muted);margin:0;font-size:.85rem}.info-banner{background:var(--accent-bg);color:var(--text-muted);border-radius:6px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem}.info-banner p{margin:.15rem 0}.section{border:1px solid var(--border);background:#fff;border-radius:8px;margin-bottom:1rem;padding:1rem 1.25rem}.section-head{margin-bottom:.75rem;font-size:.9rem}.field{margin-bottom:.75rem}.field:last-child{margin-bottom:0}.field label{margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.field textarea{width:100%;font:inherit;border:1px solid var(--border);resize:vertical;border-radius:6px;padding:.5rem;font-size:.9rem}.action-row{gap:.6rem;margin:1.25rem 0 .75rem;display:flex}button{font:inherit;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;padding:.5rem 1.1rem;font-size:.9rem}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.danger{color:#c0392b;border-color:#c0392b}.flash{color:var(--accent);font-size:.9rem}.error-text{color:#c0392b;font-size:.9rem}.results{margin-top:1.5rem}.results h4{margin-bottom:.75rem}.result-card{border:1px solid var(--border);background:#fff;border-radius:8px;margin-bottom:.75rem;padding:.9rem 1.1rem}.result-head{align-items:baseline;gap:.5rem;margin-bottom:.4rem;font-weight:600;display:flex}.result-compliant{color:#2f6f4e}.result-partial{color:#a9822a}.result-noncompliant{color:#c0392b}.result-tag{background:currentColor;border-radius:999px;padding:.1rem .5rem;font-size:.8rem;font-weight:500;color:#fff!important}.result-reasoning{margin:0 0 .5rem;font-size:.92rem}.result-reasoning p{margin:0 0 .5rem}.result-reasoning p:last-child{margin-bottom:0}.result-pending{color:var(--text-muted);font-size:.85rem}.result-error{color:#c0392b;font-size:.9rem}.result-subhead{margin-bottom:.2rem;font-size:.85rem;font-weight:600}.result-missing ul{margin:0 0 .5rem;padding-left:1.2rem;font-size:.88rem}.result-suggestion{color:var(--text-muted);font-size:.85rem}.result-regulations{margin-top:.4rem;font-size:.85rem}.result-regulations ul{margin:.4rem 0 0;padding-left:1.2rem}
