:root{--bg-primary: #1a1b26;--bg-secondary: #24283b;--bg-card: #1f2335;--bg-hover: #292e42;--text-primary: #c0caf5;--text-secondary: #a9b1d6;--text-muted: #565f89;--accent-primary: #7aa2f7;--accent-secondary: #bb9af7;--accent-success: #9ece6a;--border-color: #3b4261;--shadow-color: rgba(0, 0, 0, .3);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#app{width:100%;min-height:100vh;background:var(--bg-primary)}.app-header{background:var(--bg-secondary);padding:1.5rem 1rem;text-align:center;border-bottom:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow-color)}.app-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-subtitle{font-size:.875rem;color:var(--text-muted)}.articles-container{padding:1rem;max-width:768px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.article-card{background:var(--bg-card);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid var(--border-color);box-shadow:0 2px 4px var(--shadow-color)}.article-card:hover{background:var(--bg-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-color);border-color:var(--accent-primary)}.article-card:active{transform:translateY(0);transition:transform .1s ease}.article-image{width:100%;height:180px;object-fit:cover;display:block}.article-card.no-image .article-content{padding:1.25rem}.article-content{padding:1rem}.article-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-description{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.article-source{color:var(--accent-primary);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.article-link-icon{color:var(--accent-primary);font-size:1.25rem;transition:transform .2s ease}.article-card:hover .article-link-icon{transform:translate(4px)}@media (min-width: 768px){.app-header{padding:2rem 1.5rem}.app-title{font-size:2.25rem}.app-subtitle{font-size:1rem}.articles-container{padding:1.5rem;gap:1.25rem}.article-card{display:flex;flex-direction:row;height:160px}.article-image{width:240px;height:100%;flex-shrink:0}.article-card.no-image{height:auto;min-height:120px}.article-card.no-image .article-content{padding:1.5rem}.article-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem}.article-title{font-size:1.25rem}.article-description{font-size:.9375rem;-webkit-line-clamp:2}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.loading{animation:pulse 1.5s ease-in-out infinite}.article-card:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){.article-card,.article-link-icon{transition:none}}.debug-modal{position:fixed;bottom:0;left:0;right:0;max-height:40vh;background:#1a1b26f2;border-top:2px solid var(--accent-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;flex-direction:column;box-shadow:0 -4px 20px var(--shadow-color)}.debug-header{padding:.5rem 1rem;background:#24283bcc;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.debug-title{font-size:.75rem;font-weight:600;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em}.debug-clear-btn{background:none;border:1px solid var(--border-color);color:var(--text-secondary);padding:.25rem .5rem;font-size:.625rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.debug-clear-btn:hover{background:var(--bg-hover);border-color:var(--accent-primary);color:var(--accent-primary)}.debug-logs{overflow-y:auto;padding:.5rem;flex:1;font-family:Courier New,Courier,monospace;font-size:.75rem}.debug-log-entry{padding:.25rem .5rem;margin-bottom:.25rem;border-left:2px solid var(--accent-primary);background:#1f233580;border-radius:2px}.debug-timestamp{color:var(--text-muted);margin-right:.5rem}.debug-message{color:var(--text-primary);word-wrap:break-word}
