*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;color:#1a1a1a}.app{display:flex;flex-direction:column;height:100vh}.header{border-bottom:1px solid #e5e5e5;background:#fff;flex-shrink:0}.header-content{max-width:800px;margin:0 auto;padding:1rem 1.5rem}.logo{font-size:1.5rem;font-weight:700;color:#1a1a1a}.tagline{font-size:.875rem;color:#666;margin-top:.25rem}.main{flex:1;overflow-y:auto}.content{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.welcome{text-align:center;padding:3rem 0}.welcome-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;font-family:Georgia,Times New Roman,serif}.welcome-subtitle{font-size:1.125rem;color:#666;margin-bottom:3rem;max-width:500px;margin-left:auto;margin-right:auto}.prompts{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}.prompt-card{text-align:left;padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:12px;cursor:pointer;transition:all .15s}.prompt-card:hover{border-color:#ccc;box-shadow:0 4px 12px #00000014}.prompt-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif}.prompt-description{font-size:.875rem;color:#666}.article{padding-bottom:4rem}.query-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.query-title{font-size:2rem;font-weight:700;color:#1a1a1a;line-height:1.3;font-family:Georgia,Times New Roman,serif}.loading{display:flex;align-items:center;gap:.75rem;color:#666}.dot{width:8px;height:8px;background:#999;border-radius:50%;animation:bounce 1s infinite}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.loading-text{font-size:.875rem}.response{line-height:1.7}.cursor{display:inline-block;width:2px;height:1.2em;background:#666;margin-left:2px;animation:blink 1s infinite;vertical-align:text-bottom}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.prose .heading-1{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:2rem 0 1rem;font-family:Georgia,Times New Roman,serif}.prose .heading-2{font-size:1.375rem;font-weight:700;color:#1a1a1a;margin:2rem 0 1rem;font-family:Georgia,Times New Roman,serif}.prose .heading-3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:1.5rem 0 .75rem;font-family:Georgia,Times New Roman,serif}.prose .paragraph{color:#333;margin-bottom:1rem}.prose .bold{font-weight:600;color:#1a1a1a}.prose .list{list-style:none;margin:1rem 0}.prose .list-item{color:#333;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.prose .list-item:before{content:"•";position:absolute;left:0;color:#999}.prose .link{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.prose .link:hover{color:#1d4ed8}.prose .divider{border:none;border-top:1px solid #e5e5e5;margin:2rem 0}.prose .table-wrapper{overflow-x:auto;margin:1.5rem 0}.prose table{width:100%;border-collapse:collapse;font-size:.875rem}.prose .table-header{text-align:left;padding:.75rem;background:#f5f5f5;border-bottom:2px solid #e5e5e5;font-weight:600;color:#1a1a1a}.prose .table-cell{padding:.75rem;border-bottom:1px solid #e5e5e5;color:#333}.footer{flex-shrink:0;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -4px 12px #0000000d}.input-container{max-width:800px;margin:0 auto;padding:1rem 1.5rem}.input-row{display:flex;gap:.75rem}.input{flex:1;padding:.875rem 1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;background:#fff;color:#1a1a1a}.input:focus{outline:none;border-color:#2563eb}.input:disabled{background:#f5f5f5;color:#999}.button{padding:.875rem 1.5rem;border:none;border-radius:8px;background:#1a1a1a;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s}.button:hover:not(:disabled){background:#333}.button:disabled{background:#ccc;cursor:not-allowed}.disclaimer{font-size:.75rem;color:#999;text-align:center;margin-top:.75rem}@media(max-width:640px){.welcome-title,.query-title{font-size:1.5rem}.content{padding:1.5rem 1rem}}
