:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1e293b;background-color:#f1f5f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#3b82f6;text-decoration:inherit}a:hover{color:#2563eb}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}#root{max-width:1200px;margin:0 auto;padding:1rem}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{text-align:center;padding:2rem 0;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.app-header h1{font-size:2.5rem;color:#1e293b;margin:0 0 .5rem;font-weight:700}.app-header p{color:#64748b;font-size:1.1rem;margin:0}.app-main{flex:1;display:flex;flex-direction:column;gap:2rem}.input-form{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.input-group{display:flex;flex-direction:column;gap:1rem}.message-input{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;min-height:100px;resize:vertical;font-family:inherit;transition:border-color .2s ease}.message-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.message-input:disabled{background-color:#f8fafc;cursor:not-allowed}.submit-btn{padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;align-self:flex-start}.submit-btn:hover:not(:disabled){background:#2563eb}.submit-btn:disabled{background:#94a3b8;cursor:not-allowed}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.articles-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.articles-section h2{margin:0 0 1.5rem;color:#1e293b;font-size:1.5rem}.loading{text-align:center;padding:2rem;color:#64748b;font-style:italic}.articles-grid{display:flex;flex-direction:column;gap:1.5rem}.article-card{padding:1.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -8px #00000026}.article-card h3{margin:0 0 1rem;color:#1e293b;font-size:1.25rem;line-height:1.4}.summary{color:#475569;line-height:1.6;margin:0 0 1rem}.region{color:#64748b;font-size:.875rem;font-style:italic;margin:.5rem 0 1rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.article-link{color:#3b82f6;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s ease}.article-link:hover{color:#2563eb;text-decoration:underline}.no-results{text-align:center;padding:3rem;color:#64748b;font-size:1.1rem}.logs-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;height:fit-content;max-height:600px;display:flex;flex-direction:column}.logs-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e8f0}.logs-header h2{margin:0;color:#1e293b;font-size:1.25rem}.clear-logs-btn{padding:.5rem 1rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.clear-logs-btn:hover{background:#e2e8f0}.logs-container{padding:1rem 1.5rem 1.5rem;overflow-y:auto;flex:1}.log-entry{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;border-radius:6px;margin-bottom:.5rem;font-size:.875rem}.log-info{background:#f0f9ff;border-left:3px solid #3b82f6}.log-success{background:#f0fdf4;border-left:3px solid #22c55e}.log-error{background:#fef2f2;border-left:3px solid #ef4444}.log-time{font-weight:600;color:#374151;font-size:.75rem}.log-message{color:#4b5563}.no-logs{text-align:center;padding:2rem;color:#9ca3af;font-style:italic}@media (max-width: 768px){#root{padding:.5rem}.app-header{padding:1rem 0}.app-header h1{font-size:2rem}.content-grid{grid-template-columns:1fr;gap:1rem}.input-group{gap:.75rem}.submit-btn{align-self:stretch}.article-card{padding:1rem}.logs-section{order:-1;max-height:300px}}
