:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3{margin:0;color:#111827}button{border-radius:6px;border:1px solid transparent;padding:.55em 1.1em;font-size:.95rem;font-weight:500;font-family:inherit;background-color:#2563eb;color:#fff;cursor:pointer;transition:background-color .15s,border-color .15s}button:hover:not(:disabled){background-color:#1d4ed8}button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}button:disabled{background-color:#cbd5e1;cursor:not-allowed}select,textarea,input{font-family:inherit;color:#1f2937}#root{width:100%;min-height:100vh}.app{display:grid;grid-template-columns:320px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.sidebar h2{font-size:1.05rem;font-weight:600;color:#111827;margin:0 0 .25rem}.sidebar label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:500;color:#374151}.sidebar select{padding:.55rem .7rem;font-size:.95rem;background:#fff;color:#1f2937;border:1px solid #d1d5db;border-radius:6px}.sidebar select:focus{outline:2px solid #2563eb;outline-offset:1px;border-color:#2563eb}.account-display{font-size:.9rem;color:#1f2937;padding:.6rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;line-height:1.4}.account-display .label{display:block;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}.muted{color:#6b7280}.main{padding:2rem 2.5rem;max-width:1100px}.main h1{font-size:1.6rem;margin-bottom:1.25rem;color:#111827}.empty-state{padding:3rem 2rem;text-align:center;color:#6b7280;background:#fff;border:1px dashed #d1d5db;border-radius:10px}.error,.info{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem}.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.summaries{display:flex;flex-direction:column;gap:1rem}.card{padding:1.25rem 1.5rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0000000a}.card header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid #f3f4f6}.card header strong{font-size:1.05rem;color:#111827}.card .muted{font-size:.85rem}.summary-text{white-space:pre-wrap;margin:0 0 1rem;line-height:1.65;color:#1f2937;font-size:1rem}.card textarea{width:100%;font-family:inherit;font-size:1rem;line-height:1.6;padding:.75rem;background:#fff;color:#1f2937;border:1px solid #d1d5db;border-radius:6px;resize:vertical;margin-bottom:.75rem}.card textarea:focus{outline:2px solid #2563eb;outline-offset:1px;border-color:#2563eb}.row{display:flex;gap:.5rem}.card button{padding:.45rem 1rem;font-size:.9rem}button.secondary{background:#fff;border:1px solid #d1d5db;color:#374151}button.secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}@media (max-width: 800px){.app{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid #e5e7eb}.main{padding:1.5rem}}
