@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--bg: #f7f4ee;--bg-soft: #fefcf9;--paper: #fffdf9;--text: #1f1a16;--muted: #6b6258;--primary: #0c7f5a;--primary-strong: #076746;--danger: #b42318;--warning: #b54708;--ring: rgba(12, 127, 90, .28);--border: #e6ddd0;--shadow: 0 16px 40px rgba(35, 25, 10, .1)}*{box-sizing:border-box}html,body,#app{margin:0;padding:0;min-height:100%}body{font-family:Plus Jakarta Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 15% 20%,rgba(12,127,90,.09),transparent 45%),radial-gradient(circle at 85% 10%,rgba(181,71,8,.11),transparent 40%),linear-gradient(180deg,var(--bg-soft),var(--bg))}a{color:inherit}.shell{width:min(1120px,100% - 2rem);margin:0 auto;padding:1rem 0 2rem}.card{background:var(--paper);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:1rem}.title{font-family:Fraunces,Georgia,serif;margin:0;font-size:clamp(1.4rem,1.05rem + 1.1vw,2rem);line-height:1.2}.muted{color:var(--muted)}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.24rem .64rem;font-size:.75rem;border:1px solid var(--border);color:#5a5147;background:#f8f1e5}.badge.status-ai_validated,.badge.status-resolved,.badge.status-auto_resolved{background:#e7f5ee;border-color:#b9e8d3;color:#0f6f4f}.badge.status-needs_info,.badge.status-needs_review{background:#fff2e8;border-color:#ffd7ba;color:#9a3a00}.badge.status-submitted,.badge.status-in_review,.badge.status-archive{background:#edf4ff;border-color:#cde0ff;color:#1e4f94}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:1fr}@media (min-width: 960px){.grid.two{grid-template-columns:2fr 1fr}}label{display:inline-block;margin-bottom:.35rem;font-weight:600;font-size:.92rem}input,textarea,select,button{font:inherit}input,textarea,select{width:100%;border:1px solid var(--border);background:#fff;border-radius:12px;padding:.65rem .75rem;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}textarea{min-height:160px;resize:vertical}.actions{display:flex;flex-wrap:wrap;gap:.6rem}.btn{border:none;border-radius:12px;padding:.63rem .95rem;background:#ece5d9;color:#3b3128;cursor:pointer;transition:transform .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff}.btn.ghost{border:1px solid var(--border);background:#fff}.btn.warn{background:#fff1eb;color:var(--warning);border:1px solid #ffd7c7}.alert{border-radius:12px;padding:.72rem .85rem;font-size:.93rem}.alert.error{background:#ffefee;border:1px solid #ffd1cf;color:#8f1f1a}.alert.info{background:#eef7ff;border:1px solid #cee7ff;color:#0d4f8b}.alert.success{background:#ebf7ef;border:1px solid #c7e8d0;color:#115f3f}.header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;flex-wrap:wrap}.section-spacer{margin-top:.95rem}.list{display:grid;gap:.6rem}.list-item{border:1px solid var(--border);border-radius:12px;padding:.75rem;background:#fff}.dot-list{margin:.5rem 0 0;padding-left:1.1rem;display:grid;gap:.4rem}.topbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#f7f4eedb;border-bottom:1px solid rgba(230,221,208,.85)}.topbar-inner{width:min(1120px,100% - 2rem);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.75rem 0}.brand{font-family:Fraunces,Georgia,serif;font-weight:700;letter-spacing:.2px}.nav{display:flex;flex-wrap:wrap;gap:.35rem}.nav-link{text-decoration:none;padding:.42rem .65rem;border-radius:10px;color:#5d5348}.nav-link.router-link-active{background:#fff;color:#2f2720;border:1px solid var(--border)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:.7rem;border-bottom:1px solid var(--border);font-size:.91rem;vertical-align:top}th{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#6a5f54}.kv{display:grid;grid-template-columns:140px 1fr;gap:.35rem .75rem}.kv .key{color:#6f655a;font-size:.87rem}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.small{font-size:.84rem}.file-list{margin:0;padding-left:1rem;display:grid;gap:.3rem}.empty{border:1px dashed var(--border);border-radius:12px;padding:.85rem;color:var(--muted);text-align:center}.process-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.45rem}.flow-step{height:78px;min-width:0;border:1px solid var(--border);border-radius:14px;background:#fff;padding:.7rem;display:grid;gap:.35rem;align-content:center;text-align:center;color:var(--muted)}.flow-step span{line-height:1.2}.flow-step strong{width:28px;height:28px;margin:0 auto;border-radius:999px;display:grid;place-items:center;background:#f1eadf;color:#55483c}.flow-step.active{border-color:#9bd8bf;color:var(--primary-strong);background:#eef9f4}.flow-step.active strong{background:var(--primary);color:#fff}.flow-line{width:22px;height:2px;background:var(--border)}.hint-panel,.loading-panel,.action-panel{border:1px solid #cfe7da;background:#f1fbf6;border-radius:14px;padding:.85rem}.hint-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.hint-grid span{background:#fff;border:1px solid var(--border);border-radius:999px;padding:.42rem .65rem}.loading-panel{display:flex;gap:.85rem;align-items:center}.spinner{width:34px;height:34px;border-radius:999px;border:4px solid #cce9dc;border-top-color:var(--primary);animation:spin .9s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}.access-code{display:inline-block;width:fit-content;max-width:100%;overflow-wrap:anywhere;border:1px solid #bfe5d4;background:#edf9f3;color:#07583d;border-radius:12px;padding:.55rem .7rem;font-size:1rem;font-weight:700}.checkbox-row{display:flex;align-items:center;gap:.55rem;font-weight:500}.checkbox-row input{width:auto}@media (max-width: 760px){.process-flow{grid-template-columns:1fr}.flow-line{width:2px;height:18px;margin:0 auto}.hint-grid,.kv{grid-template-columns:1fr}}
