.cvfh-container{background:#0d1117;color:#c9d1d9;border-radius:12px;padding:30px;max-width:1200px;margin:20px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.cvfh-title{color:#fff;font-size:28px;margin:0 0 5px;font-weight:700}.cvfh-subtitle{color:#8b949e;font-size:14px;margin:0 0 25px}.cvfh-tabs{display:flex;gap:8px;margin-bottom:25px;border-bottom:2px solid #21262d;padding-bottom:0}.cvfh-tab{background:0 0;border:none;color:#8b949e;font-size:15px;font-weight:600;padding:12px 20px;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;display:flex;align-items:center;gap:8px}.cvfh-tab:hover{color:#c9d1d9;background:rgba(255,255,255,.04)}.cvfh-tab.active{color:#00d4aa;border-bottom-color:#00d4aa}.cvfh-tab-icon{font-size:18px}.cvfh-tab-content{display:none}.cvfh-tab-content.active{display:block}.cvfh-sources{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.cvfh-source-btn{background:#161b22;border:1.5px solid #30363d;color:#c9d1d9;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.cvfh-source-btn:hover{border-color:#00d4aa;color:#00d4aa;background:rgba(0,212,170,.08)}.cvfh-source-btn.active{background:#00d4aa;color:#0d1117;border-color:#00d4aa;font-weight:700}.cvfh-source-type{font-size:10px;background:rgba(255,255,255,.1);padding:2px 6px;border-radius:8px;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.cvfh-source-btn.active .cvfh-source-type{background:rgba(0,0,0,.2);color:#0d1117}.cvfh-info-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-bottom:20px}.cvfh-info-card{background:#161b22;border:1px solid #30363d;border-radius:10px;padding:16px;transition:all .2s ease;cursor:pointer}.cvfh-info-card:hover{border-color:#00d4aa;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,212,170,.1)}.cvfh-info-card.active{border-color:#00d4aa;background:rgba(0,212,170,.05)}.cvfh-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cvfh-info-header strong{color:#fff;font-size:15px}.cvfh-badge{background:#00d4aa;color:#0d1117;font-size:10px;font-weight:700;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.cvfh-info-card p{color:#8b949e;font-size:13px;margin:0 0 10px;line-height:1.4}.cvfh-info-card a{color:#00d4aa;text-decoration:none;font-size:13px;font-weight:500}.cvfh-info-card a:hover{text-decoration:underline}.cvfh-filter-bar{display:flex;gap:10px;margin-bottom:20px}.cvfh-filter-input{flex:1;background:#161b22;border:1.5px solid #30363d;color:#c9d1d9;padding:10px 16px;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.cvfh-filter-input:focus{border-color:#00d4aa}.cvfh-filter-input::placeholder{color:#484f58}.cvfh-refresh-btn{background:#00d4aa;color:#0d1117;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cvfh-refresh-btn:hover{background:#00f5c4;transform:translateY(-1px)}.cvfh-refresh-btn:active{transform:translateY(0)}.cvfh-feed-results{min-height:200px;max-height:600px;overflow-y:auto;border:1px solid #21262d;border-radius:10px;padding:5px}.cvfh-feed-results::-webkit-scrollbar{width:6px}.cvfh-feed-results::-webkit-scrollbar-track{background:#161b22}.cvfh-feed-results::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}.cvfh-placeholder{color:#484f58;text-align:center;padding:60px 20px;font-size:15px}.cvfh-empty{color:#8b949e;text-align:center;padding:40px 20px;font-size:14px;background:#161b22;border-radius:8px}.cvfh-item{padding:14px 16px;border-bottom:1px solid #21262d;transition:background .15s ease}.cvfh-item:last-child{border-bottom:none}.cvfh-item:hover{background:rgba(255,255,255,.02)}.cvfh-item-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.cvfh-item-source{color:#00d4aa;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.cvfh-item-date{color:#484f58;font-size:12px}.cvfh-item-title{margin:0 0 4px;font-size:15px;line-height:1.4}.cvfh-item-title a{color:#e6edf3;text-decoration:none;transition:color .15s}.cvfh-item-title a:hover{color:#00d4aa}.cvfh-item-desc{color:#8b949e;font-size:13px;margin:0;line-height:1.4}.cvfh-loading{text-align:center;padding:40px;color:#8b949e}.cvfh-spinner{display:inline-block;width:28px;height:28px;border:3px solid #30363d;border-top-color:#00d4aa;border-radius:50%;animation:cvfh-spin .7s linear infinite;margin-bottom:10px}@keyframes cvfh-spin{to{transform:rotate(360deg)}}.cvfh-footer{text-align:center;color:#484f58;font-size:12px;margin:20px 0 0;padding-top:15px;border-top:1px solid #21262d}@media (max-width:768px){.cvfh-container{padding:15px;border-radius:8px}.cvfh-title{font-size:22px}.cvfh-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.cvfh-tab{font-size:13px;padding:10px 14px;white-space:nowrap}.cvfh-sources{gap:6px}.cvfh-source-btn{font-size:12px;padding:6px 12px}.cvfh-info-cards{grid-template-columns:1fr}.cvfh-filter-bar{flex-direction:column}.cvfh-item-meta{flex-direction:column;align-items:flex-start;gap:2px}}@media (max-width:480px){.cvfh-container{padding:10px}.cvfh-tab{font-size:12px;padding:8px 10px}.cvfh-tab-icon{display:none}}.cvfh-source-select-wrap{display:none;margin-bottom:10px}.cvfh-source-select{width:100%;background:#161b22;border:1.5px solid #30363d;color:#c9d1d9;padding:8px 10px;border-radius:6px;font-size:12px;cursor:pointer;outline:none;appearance:auto}.cvfh-source-select:focus{border-color:#00d4aa}.cvfh-source-select option{background:#161b22;color:#c9d1d9}.cvfh-compact{padding:10px !important;border-radius:8px !important;max-width:100% !important;box-sizing:border-box !important;overflow:hidden !important}.cvfh-compact .cvfh-title,.cvfh-compact .cvfh-subtitle{display:none !important}.cvfh-compact .cvfh-tabs{flex-direction:column !important;gap:0 !important;border-bottom:none !important;margin-bottom:8px !important}.cvfh-compact .cvfh-tab{font-size:11px !important;padding:7px 8px !important;border-bottom:none !important;border-left:3px solid transparent !important;border-radius:0 !important;justify-content:flex-start !important;white-space:nowrap !important}.cvfh-compact .cvfh-tab.active{border-left-color:#00d4aa !important;border-bottom-color:transparent !important;background:rgba(0,212,170,.06) !important}.cvfh-compact .cvfh-tab-icon{font-size:13px}.cvfh-compact .cvfh-tab-label{font-size:11px}.cvfh-compact .cvfh-sources{display:none !important}.cvfh-compact .cvfh-info-cards{display:none !important}.cvfh-compact .cvfh-source-select-wrap{display:block !important}.cvfh-compact .cvfh-filter-bar{flex-direction:column;gap:6px;margin-bottom:10px}.cvfh-compact .cvfh-filter-input{padding:7px 10px;font-size:12px}.cvfh-compact .cvfh-refresh-btn{padding:7px 12px;font-size:12px}.cvfh-compact .cvfh-feed-results{min-height:120px;max-height:400px;border-radius:6px;padding:2px}.cvfh-compact .cvfh-placeholder{padding:30px 10px;font-size:12px}.cvfh-compact .cvfh-empty{padding:20px 10px;font-size:12px}.cvfh-compact .cvfh-item{padding:8px 10px}.cvfh-compact .cvfh-item-meta{flex-direction:column;align-items:flex-start;gap:1px;margin-bottom:4px}.cvfh-compact .cvfh-item-source{font-size:10px}.cvfh-compact .cvfh-item-date{font-size:10px}.cvfh-compact .cvfh-item-title{font-size:13px;line-height:1.3}.cvfh-compact .cvfh-item-desc{display:none}.cvfh-compact .cvfh-footer{font-size:10px;margin-top:10px;padding-top:8px}.cvfh-compact .cvfh-loading{padding:20px}.cvfh-compact .cvfh-spinner{width:20px;height:20px}