.hf-container{min-height:100vh;background:#ffffff;animation:fadeIn .3s ease-in}[data-theme=dark] .hf-container{background:#212121}.hf-hero{background:linear-gradient(135deg,#fff,#f7f7f8);padding:40px 20px;text-align:center;border-bottom:1px solid #e5e5e5}[data-theme=dark] .hf-hero{background:linear-gradient(135deg,#212121,#2d2d2d);border-bottom-color:#424242}.hf-title{font-size:32px;font-weight:700;color:#202123;margin:0 0 8px;display:flex;align-items:center;justify-content:center;gap:12px}[data-theme=dark] .hf-title{color:#ececec}.hf-logo{font-size:40px}.hf-subtitle{font-size:16px;color:#6e6e80;margin:0 0 24px}[data-theme=dark] .hf-subtitle{color:#8e8ea0}.hf-search-container{position:relative;max-width:600px;margin:0 auto 24px}.hf-search-input{width:100%;padding:12px 48px 12px 16px;background:#ffffff;color:#202123;border:1px solid #d9d9e3;border-radius:8px;font-size:16px;outline:none;transition:all .15s ease}[data-theme=dark] .hf-search-input{background:#2d2d2d;color:#ececec;border-color:#424242}.hf-search-input:focus{border-color:#000000;box-shadow:0 0 0 3px rgba(0,0,0,.05)}[data-theme=dark] .hf-search-input:focus{border-color:#ececec;box-shadow:0 0 0 3px rgba(236,236,236,.1)}.hf-search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#6e6e80;pointer-events:none}.hf-quick-categories{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:900px;margin:0 auto}.hf-category-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffff;color:#6e6e80;border:1px solid #e5e5e5;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}[data-theme=dark] .hf-category-pill{background:#2d2d2d;color:#8e8ea0;border-color:#424242}.hf-category-pill:hover{background:#f7f7f8;border-color:#202123;color:#202123;transform:translateY(-2px)}[data-theme=dark] .hf-category-pill:hover{background:#333333;border-color:#ececec;color:#ececec}.hf-category-pill.active{background:#000000;color:#ffffff;border-color:#000000}[data-theme=dark] .hf-category-pill.active{background:#ececec;color:#212121;border-color:#ececec}.category-icon{font-size:16px}.hf-main{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;max-width:min(var(--container),92vw);margin:0 auto;padding-left:var(--content-gutter);padding-right:var(--content-gutter);padding-top:20px;padding-bottom:20px}@media (max-width:1024px){.hf-main{grid-template-columns:1fr}.hf-sidebar{display:none}}.hf-sidebar{position:-webkit-sticky;position:sticky;top:20px;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 40px);overflow-y:auto}.hf-activity-section,.hf-compare-section,.hf-filter-section{background:#ffffff;border:1px solid #e5e5e5;border-radius:8px;padding:16px;margin-bottom:16px}[data-theme=dark] .hf-activity-section,[data-theme=dark] .hf-compare-section,[data-theme=dark] .hf-filter-section{background:#2d2d2d;border-color:#424242}.hf-sidebar h3{font-size:14px;font-weight:600;color:#202123;margin:0 0 12px}[data-theme=dark] .hf-sidebar h3{color:#ececec}.hf-filters{display:flex;flex-direction:column;gap:8px}.hf-filter-item{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px;border-radius:4px;transition:background .15s ease}.hf-filter-item:hover{background:#f7f7f8}[data-theme=dark] .hf-filter-item:hover{background:#333333}.hf-filter-item input[type=checkbox]{cursor:pointer}.filter-icon{font-size:14px}.filter-label{font-size:13px;color:#6e6e80}[data-theme=dark] .filter-label{color:#8e8ea0}.hf-activity-feed{display:flex;flex-direction:column;gap:8px}.activity-item{padding:8px;background:#f7f7f8;border-radius:6px;font-size:12px}[data-theme=dark] .activity-item{background:#212121}.activity-text{display:block;color:#202123;margin-bottom:4px}[data-theme=dark] .activity-text{color:#ececec}.activity-time{color:#6e6e80;font-size:11px}[data-theme=dark] .activity-time{color:#8e8ea0}.hf-compare-btn{width:100%;padding:8px;background:#000000;color:#ffffff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}[data-theme=dark] .hf-compare-btn{background:#ececec;color:#212121}.hf-compare-btn:hover:not(:disabled){background:#202123}[data-theme=dark] .hf-compare-btn:hover:not(:disabled){background:#ffffff}.hf-compare-btn:disabled{opacity:.5;cursor:not-allowed}.hf-content{min-width:0}.hf-sort-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.hf-sort-pills{display:flex;gap:8px;flex-wrap:wrap}.sort-pill{padding:8px 14px;background:#f7f7f8;color:#6e6e80;border:1px solid #e5e5e5;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}[data-theme=dark] .sort-pill{background:#2d2d2d;color:#8e8ea0;border-color:#424242}.sort-pill:hover{background:#ffffff;border-color:#202123;color:#202123}[data-theme=dark] .sort-pill:hover{background:#333333;border-color:#565869;color:#ececec}.sort-pill.active{background:#000000;color:#ffffff;border-color:#000000}[data-theme=dark] .sort-pill.active{background:#ececec;color:#212121;border-color:#ececec}.hf-results-count{font-size:13px;color:#6e6e80}[data-theme=dark] .hf-results-count{color:#8e8ea0}.hf-model-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));grid-gap:20px;gap:20px}@media (max-width:900px){.hf-model-grid{grid-template-columns:1fr}}.hf-model-card{background:#ffffff;border:1px solid #e5e5e5;border-radius:8px;padding:20px;transition:all .15s ease;display:flex;flex-direction:column;gap:12px}[data-theme=dark] .hf-model-card{background:#2d2d2d;border-color:#424242}.hf-model-card:hover{border-color:#d9d9e3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}[data-theme=dark] .hf-model-card:hover{border-color:#565869;box-shadow:0 4px 12px rgba(0,0,0,.3)}.hf-model-card.comparing{border-color:#FFD43B;background:#FFFEF5}[data-theme=dark] .hf-model-card.comparing{border-color:#FFD43B;background:#2d2d2d}.model-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.model-identity{flex:1 1;min-width:0}.model-name{font-size:16px;font-weight:600;color:#202123;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .model-name{color:#ececec}.trending-badge{display:inline-block;padding:2px 6px;background:#FFE5B4;color:#FF6B00;border-radius:4px;font-size:11px;font-weight:600;margin-left:8px}.model-stats{display:flex;align-items:center;gap:8px}.stat-likes{font-size:13px;color:#6e6e80}[data-theme=dark] .stat-likes{color:#8e8ea0}.model-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:12px;background:#f7f7f8;border-radius:6px}[data-theme=dark] .model-metrics{background:#212121}.metric{display:flex;flex-direction:column;align-items:center;text-align:center}.metric-label{font-size:11px;color:#6e6e80;margin-bottom:4px}[data-theme=dark] .metric-label{color:#8e8ea0}.metric-value{font-size:13px;font-weight:600;color:#202123}[data-theme=dark] .metric-value{color:#ececec}.model-tags{display:flex;flex-wrap:wrap;gap:6px}.model-tag{display:inline-block;padding:4px 8px;background:#f7f7f8;color:#6e6e80;border-radius:4px;font-size:11px;font-weight:500}[data-theme=dark] .model-tag{background:#333333;color:#8e8ea0}.model-tag.license{background:#e8f5e9;color:#2e7d32}[data-theme=dark] .model-tag.license{background:rgba(46,125,50,.15);color:#66bb6a}.model-summary{padding:8px;background:#f7f7f8;border-radius:6px;border-left:3px solid #ffd43b}[data-theme=dark] .model-summary{background:#212121}.model-summary p{margin:0;font-size:13px;line-height:1.5;color:#6e6e80}[data-theme=dark] .model-summary p{color:#8e8ea0}.model-actions{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-top:auto}.action-btn{padding:8px 12px;background:transparent;color:#202123;border:1px solid #d9d9e3;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:center}[data-theme=dark] .action-btn{color:#ececec;border-color:#424242}.action-btn:hover{background:#f7f7f8;border-color:#000000}[data-theme=dark] .action-btn:hover{background:#2d2d2d;border-color:#ececec}.demo-btn{background:#FFD43B;color:#000000;border-color:#FFD43B}.demo-btn:hover{background:#FFC700;border-color:#FFC700}.compare-btn.active{background:#000000;color:#ffffff;border-color:#000000}[data-theme=dark] .compare-btn.active{background:#ececec;color:#212121;border-color:#ececec}.hf-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:16px;color:#6e6e80}.loading-spinner{width:48px;height:48px;border:3px solid #e5e5e5;border-top-color:#000000;border-radius:50%;animation:spin 1s linear infinite}[data-theme=dark] .loading-spinner{border-color:#ececec #424242 #424242}.hf-show-more{text-align:center;margin-top:32px}.show-more-btn{padding:10px 24px;background:#000000;color:#ffffff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}[data-theme=dark] .show-more-btn{background:#ececec;color:#212121}.show-more-btn:hover{background:#202123}[data-theme=dark] .show-more-btn:hover{background:#ffffff}.hf-empty{text-align:center;padding:60px 20px;color:#6e6e80}.hf-empty p{font-size:18px;margin:0 0 8px}.hf-empty span{font-size:14px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .15s ease}.modal-content{background:#ffffff;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out}[data-theme=dark] .modal-content{background:#212121}.comparison-modal{max-width:1200px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5}[data-theme=dark] .modal-header{border-bottom-color:#424242}.modal-header h2{font-size:20px;font-weight:600;color:#202123;margin:0}[data-theme=dark] .modal-header h2{color:#ececec}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#6e6e80;font-size:20px;cursor:pointer;transition:all .15s ease}.modal-close:hover{background:#f7f7f8;color:#202123}[data-theme=dark] .modal-close:hover{background:#2d2d2d;color:#ececec}.modal-body{padding:20px}.modal-section{margin-bottom:24px}.modal-section h3{font-size:16px;font-weight:600;color:#202123;margin:0 0 12px}[data-theme=dark] .modal-section h3{color:#ececec}.ai-analysis{background:#f7f7f8;border-radius:8px;padding:16px}[data-theme=dark] .ai-analysis{background:#2d2d2d}.ai-analysis p{margin:0 0 16px;font-size:14px;line-height:1.6;color:#202123}[data-theme=dark] .ai-analysis p{color:#ececec}.analysis-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.analysis-item h4{font-size:13px;font-weight:600;color:#202123;margin:0 0 8px}[data-theme=dark] .analysis-item h4{color:#ececec}.analysis-item ul{margin:0;padding-left:20px;font-size:13px;color:#6e6e80}[data-theme=dark] .analysis-item ul{color:#8e8ea0}.code-block{position:relative;background:#1e1e1e;border-radius:6px;padding:16px}.code-block pre{margin:0;font-family:Courier New,monospace;font-size:13px;color:#ececec;overflow-x:auto}.copy-btn{position:absolute;top:8px;right:8px;padding:4px 8px;background:#333333;color:#ececec;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .15s ease}.copy-btn:hover{background:#424242}.similar-models{display:flex;flex-wrap:wrap;gap:8px}.similar-tag{padding:6px 12px;background:#f7f7f8;color:#202123;border:1px solid #e5e5e5;border-radius:6px;font-size:13px;cursor:pointer;transition:all .15s ease}[data-theme=dark] .similar-tag{background:#2d2d2d;color:#ececec;border-color:#424242}.similar-tag:hover{background:#000000;color:#ffffff;border-color:#000000}[data-theme=dark] .similar-tag:hover{background:#ececec;color:#212121;border-color:#ececec}.modal-footer{display:flex;gap:12px;padding:20px;border-top:1px solid #e5e5e5}[data-theme=dark] .modal-footer{border-top-color:#424242}.modal-action-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:none;border:1px solid #d9d9e3;background:transparent;color:#202123}[data-theme=dark] .modal-action-btn{color:#ececec;border-color:#424242}.modal-action-btn.primary{background:#000000;color:#ffffff;border-color:#000000}[data-theme=dark] .modal-action-btn.primary{background:#ececec;color:#212121;border-color:#ececec}.modal-action-btn:hover{background:#f7f7f8;border-color:#000000}[data-theme=dark] .modal-action-btn:hover{background:#2d2d2d;border-color:#ececec}.comparison-table{overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse}.comparison-table td,.comparison-table th{padding:12px;text-align:left;border-bottom:1px solid #e5e5e5}[data-theme=dark] .comparison-table td,[data-theme=dark] .comparison-table th{border-bottom-color:#424242}.comparison-table th{background:#f7f7f8;font-weight:600;color:#202123;font-size:13px}[data-theme=dark] .comparison-table th{background:#2d2d2d;color:#ececec}.comparison-table td{font-size:13px;color:#6e6e80}[data-theme=dark] .comparison-table td{color:#8e8ea0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.hf-hero{padding:24px 16px}.hf-title{font-size:24px}.hf-quick-categories{gap:6px}.hf-category-pill{padding:6px 12px;font-size:12px}.model-metrics{grid-template-columns:repeat(2,1fr)}.analysis-grid,.model-actions{grid-template-columns:1fr}.modal-content{border-radius:0;max-height:100vh}}