@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fafafa;min-height:100vh;color:#1f2937;overflow-x:hidden;margin:0;display:block;line-height:1.6}.App{min-height:100vh;display:flex;align-items:center;justify-content:center}.loading{font-size:16px;color:#6b7280;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:#fafafa}.login-box{background:#fff;border:1px solid #F3F4F6;border-radius:16px;padding:40px;min-width:400px;box-shadow:0 2px 8px #0000000f;position:relative}.login-title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin-bottom:32px;letter-spacing:-.025em}.login-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151;letter-spacing:0}.form-group input{background:#fff;border:1px solid #D1D5DB;color:#1f2937;padding:12px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;border-radius:8px;outline:none;transition:all .2s ease}.form-group input:focus{box-shadow:0 0 0 3px #4f46e51a;border-color:#4f46e5}.form-group input:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.error{color:#dc2626;font-size:14px;font-weight:500;text-align:center;padding:12px;border:1px solid #FCA5A5;background:#fef2f2;border-radius:8px}.login-button{background:#4f46e5;color:#fff;border:none;padding:12px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:8px;box-shadow:0 2px 4px #4f46e533}.login-button:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.login-button:disabled{opacity:.5;cursor:not-allowed;transform:none;background:#f3f4f6;color:#9ca3af;box-shadow:none}.hint{text-align:center;font-size:12px;color:#6b7280;margin-top:20px;padding:12px;border-top:1px solid #E5E7EB;font-weight:500}.dashboard-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:32px 24px;width:100%;max-width:900px;margin:0 auto;background:#fafafa}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;width:100%;border:1px solid #F3F4F6}.dashboard-title{font-size:20px;font-weight:600;color:#1f2937;letter-spacing:-.025em;margin:0}.dashboard-title a{color:inherit;text-decoration:none;transition:color .2s ease}.dashboard-title a:hover{color:#4f46e5}.user-info{display:flex;align-items:center;gap:16px}.username{font-size:14px;font-weight:500;color:#6b7280;padding:8px 16px;background:#f8f9fa;border-radius:12px}.logout-button{background:#ef4444;color:#fff;border:none;padding:10px 18px;font-size:14px;font-weight:500;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #ef444433}.logout-button:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.dashboard-content{display:flex;flex-direction:column;align-items:center;flex:1;width:100%}.help-hint{width:100%;text-align:center;margin-bottom:16px;padding:8px 16px;color:#6b7280;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.6}.help-hint kbd{background:#f3f4f6;color:#374151;padding:2px 6px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;border:1px solid #D1D5DB}.articles-list{width:100%;max-width:800px;display:flex;flex-direction:column;gap:16px;transition:opacity .2s ease}.articles-list.loading{pointer-events:none}.date-group{width:100%;display:flex;flex-direction:column;gap:12px}.date-header{margin:0;padding:12px 16px;font-size:18px;font-weight:600;color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-left:4px solid #4F46E5;border-radius:0 12px 12px 0;box-shadow:0 2px 4px #4f46e51a;letter-spacing:-.025em}.article-item{background:#fff;border-radius:16px;padding:24px;transition:all .2s ease;border:1px solid #F3F4F6;border-left:4px solid #D1D5DB;box-shadow:0 1px 3px #0000000d;cursor:pointer;position:relative}.article-item:hover{background:#fafbfc;box-shadow:0 8px 16px #00000014;transform:translateY(-2px);border-color:#e5e7eb;border-left-width:5px}.article-item.selected{background:#eef2ff;border-color:#4f46e5;box-shadow:0 4px 12px #4f46e526;border-left-width:6px}.article-item.selected:hover{background:#e0e7ff;border-color:#4338ca}.article-title{margin:0 0 8px;font-size:16px;line-height:1.5;font-weight:600}.article-title a{color:#1f2937;text-decoration:none;transition:color .2s ease}.article-title a:hover{color:#4f46e5}.star-indicator{font-size:16px;margin-right:8px;display:inline-block;cursor:pointer;transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding:4px;border-radius:4px}.star-indicator:hover{background:#f59e0b1a;transform:scale(1.1)}.star-indicator.starred{color:#f59e0b}.star-indicator.unstarred{color:#d1d5db}.star-indicator.unstarred:hover{color:#f59e0b}.article-meta{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin:0;font-size:13px;color:#9ca3af;font-weight:500}.article-feed-source{background:#e0e7ff;color:#4f46e5;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:capitalize;letter-spacing:.025em}.article-date{background:#f8f9fa;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:500;color:#6b7280}.article-comments{font-size:12px;font-weight:400}.article-comments a{color:#9ca3af;text-decoration:underline;text-decoration-color:transparent;transition:all .2s ease}.article-comments a:hover{color:#6b7280;text-decoration-color:#9ca3af}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:32px;padding:16px 24px;background:#fffffff2;border-radius:16px;box-shadow:0 8px 24px #00000026;border:1px solid #E5E7EB;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;bottom:20px;z-index:10}.pagination-button{background:#4f46e5;color:#fff;border:none;padding:12px 20px;font-size:14px;font-weight:500;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #4f46e533}.pagination-button:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.pagination-button:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.pagination-info{font-size:14px;color:#6b7280;font-weight:500;padding:8px 16px;background:#f8f9fa;border-radius:12px}.help-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.help-modal{background:#fff;border:1px solid #E5E7EB;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6}.help-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB;background:#fafbfc}.help-header h2{margin:0;color:#1f2937;font-size:18px;font-weight:600}.help-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:8px;margin:-8px;line-height:1;border-radius:8px;transition:all .2s ease}.help-close:hover{color:#1f2937;background:#f3f4f6}.help-content{padding:24px}.help-category{margin-bottom:24px}.help-category:last-child{margin-bottom:0}.help-category-title{color:#4f46e5;font-size:16px;font-weight:600;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #E5E7EB}.help-shortcuts{display:flex;flex-direction:column;gap:12px}.help-shortcut{display:flex;align-items:center;gap:16px}.help-keys{display:flex;align-items:center;min-width:120px;flex-shrink:0}.help-key{background:#f3f4f6;color:#374151;padding:4px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;border:1px solid #D1D5DB;box-shadow:0 1px 2px #0000000d}.help-or{color:#6b7280;font-size:12px;margin:0 6px}.help-description{color:#6b7280;font-size:14px;flex-grow:1}.help-footer{padding:20px 24px;border-top:1px solid #E5E7EB;background:#fafbfc;text-align:center}.help-footer p{margin:0;color:#6b7280;font-size:12px}.help-footer kbd{background:#f3f4f6;color:#374151;padding:2px 6px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;border:1px solid #D1D5DB}@media (max-width: 768px){.dashboard-container{padding:20px 16px}.dashboard-header{flex-direction:row;gap:8px;padding:10px 16px}.dashboard-title{font-size:18px}.user-info{gap:8px}.username{font-size:12px;padding:6px 10px}.logout-button{font-size:12px;padding:6px 12px}.articles-list{max-width:100%}.article-item{padding:16px 20px}.pagination{position:sticky;margin-top:16px;padding:8px 12px;gap:8px;border-radius:8px;box-shadow:0 2px 8px #0000001a;bottom:20px}.pagination-button{padding:8px 12px;font-size:12px;border-radius:6px}.pagination-info{font-size:12px;padding:4px 8px;border-radius:6px}.date-header{font-size:16px;padding:10px 12px;border-radius:0 8px 8px 0}.help-modal{width:95%;max-height:90vh;font-size:13px}.help-shortcut{flex-direction:column;align-items:flex-start;gap:8px}.help-keys{min-width:auto}.help-header h2{font-size:16px}.help-content{padding:20px}.help-header,.help-footer{padding:16px 20px}}
