.desktop-switcher-container{display:flex;gap:12px;align-items:center}.styled-country-select,.styled-language-select{padding:8px 12px;border:2px solid #e0e0e0;border-radius:8px;background:white;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;min-width:120px}.styled-country-select:hover,.styled-language-select:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.styled-country-select:focus,.styled-language-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff33}.mobile-switcher-container{position:relative}.mobile-switcher-button{background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.1);border-radius:20px;padding:6px 12px;display:flex;align-items:center;gap:6px;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-switcher-button:hover{background:rgba(255,255,255,1)}.globe-icon{font-size:16px}.current-selection{font-size:14px;display:flex;gap:4px}.mobile-switcher-modal{position:fixed;bottom:0;left:0;right:0;background:white;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 20px #0003;max-height:80vh;overflow-y:auto;z-index:1000;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.modal-header h3{margin:0;font-size:18px;font-weight:600}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.close-button:hover{background:#f5f5f5;border-radius:50%}.modal-content{padding:20px}.country-section,.language-section{margin-bottom:24px}.country-section h4,.language-section h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#333}.country-grid,.language-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}.country-item,.language-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;border:2px solid #e0e0e0;border-radius:12px;background:white;cursor:pointer;transition:all .2s ease;text-align:center;font-size:12px}.country-item:hover,.language-item:hover{border-color:#007bff;background:#f8f9ff}.country-item.active,.language-item.active{border-color:#007bff;background:#e3f2fd;font-weight:600}.country-flag,.language-flag{font-size:20px;margin-bottom:4px}.country-name,.language-name{font-size:11px;line-height:1.2}@media (max-width: 480px){.country-grid,.language-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}.country-item,.language-item{padding:10px 6px}.country-name,.language-name{font-size:10px}}:root{--bg-light: #F5F7FA;--text-primary: #1D2129;--text-secondary: #4E5969;--text-muted: #86909C;--border-color: #E5E6EB;--header-bg: #FFFFFF;--sidebar-bg: #FFFFFF;--accent-color: #FF6B35;--search-bg: #F2F3F5;--hover-bg: #F9FAFB;--divider-color: #F2F3F5}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-width:100%;overflow-x:hidden}body{min-height:100vh;background-color:var(--bg-light);color:var(--text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.rtl{direction:rtl;text-align:right}.rtl .header-left,.rtl .featured-news{flex-direction:row-reverse}.rtl .featured-content{text-align:right}.portal-header{position:sticky;top:0;z-index:50;height:50px;background:var(--header-bg);border-bottom:1px solid var(--border-color);box-shadow:0 1px 2px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95)}.header-container{max-width:1400px;margin:0 auto;height:100%;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.header-left{display:flex;align-items:center;gap:8px}.fox-logo{width:32px;height:32px;border-radius:50%;background:var(--accent-color);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.site-title{font-size:20px;font-weight:800;color:var(--text-primary);letter-spacing:-.5px}.search-container{flex:1;max-width:400px;height:32px;display:flex;align-items:center;gap:8px;padding:0 12px;background:var(--search-bg);border:1px solid var(--border-color);border-radius:4px;font-size:14px;color:var(--text-muted)}.header-right{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-secondary)}.country-selector,.language-selector{padding:6px 12px;border:1px solid var(--border-color);border-radius:4px;background:white;font-size:14px;cursor:pointer}.mobile-header{display:none;position:sticky;top:0;z-index:1000;height:50px;background:var(--header-bg);border-bottom:1px solid var(--border-color);box-shadow:0 1px 2px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95)}.mobile-header-container{height:100%;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.mobile-search-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer}.mobile-switcher{display:flex;align-items:center;gap:12px;cursor:pointer}.mobile-globe-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.main-container{max-width:1400px;margin:0 auto;padding:16px}.grid-container{display:grid;grid-template-columns:200px 1fr 320px;gap:16px;align-items:start}.left-sidebar{position:sticky;top:70px;background:var(--sidebar-bg);border:1px solid var(--border-color);padding:8px}.sidebar-header{padding:8px 12px;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.category-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:14px;text-decoration:none;color:var(--text-primary);transition:background .2s ease}.category-item:hover{background:var(--search-bg);color:var(--text-primary)}.chevron{font-size:14px;color:#c9cdd4}.category-item:hover .chevron{color:var(--text-muted)}.middle-content{background:var(--sidebar-bg);border:1px solid var(--border-color)}.focus-carousel{position:relative;aspect-ratio:16/7;background:var(--text-primary);overflow:hidden}.focus-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.focus-overlay{position:absolute;inset-x:0;bottom:0;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff}.focus-tag{display:inline-block;padding:4px 10px;margin-bottom:12px;background:var(--accent-color);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.focus-title{font-size:36px;font-weight:700;line-height:1.2;cursor:pointer;transition:color .2s ease;white-space:normal!important;text-overflow:unset!important;overflow:visible!important;display:block!important;word-wrap:break-word!important;word-break:break-word!important}.focus-title:hover{color:#ffddce}.focus-meta{margin-top:8px;font-size:14px;color:#c9cdd4}.news-list{border-top:1px solid var(--divider-color)}.news-item{cursor:pointer;transition:background .2s ease}.news-item:hover{background:var(--hover-bg)}.featured-news{display:flex;gap:12px;align-items:center;padding:12px 20px}.featured-thumb{width:120px;height:80px;background:var(--search-bg);border:1px solid var(--border-color);overflow:hidden;border-radius:6px}.featured-thumb img{width:100%;height:100%;object-fit:cover}.featured-content{flex:1;display:flex;flex-direction:column;gap:6px}.featured-title{font-size:16px;font-weight:500;line-height:1.4;white-space:normal!important;text-overflow:unset!important;overflow:visible!important;display:block!important;word-wrap:break-word!important;word-break:break-word!important;min-height:44px}.news-item:hover .featured-title{color:var(--accent-color)}.featured-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--text-muted)}.featured-category{font-weight:700;padding:2px 6px;border-radius:2px}.featured-category.tech{color:var(--accent-color);background:rgba(255,107,53,.1)}.featured-category.business,.featured-category.politics{color:var(--text-secondary);background:var(--search-bg)}.meta-divider{width:1px;height:12px;background:var(--border-color)}.video-feature{padding:16px}.video-image-container{aspect-ratio:16/9;background:var(--search-bg);border:1px solid var(--border-color);overflow:hidden;margin-bottom:12px;border-radius:6px}.video-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-item:hover .video-image{transform:scale(1.05)}.video-title{font-size:20px;font-weight:600;line-height:1.3;transition:color .2s ease;white-space:normal!important;text-overflow:unset!important;overflow:visible!important;display:block!important;word-wrap:break-word!important;word-break:break-word!important}.news-item:hover .video-title{color:var(--accent-color)}.regular-news{padding:12px 20px}.regular-title{font-size:16px;font-weight:500;line-height:1.4;white-space:normal!important;text-overflow:unset!important;overflow:visible!important;display:block!important;word-wrap:break-word!important;word-break:break-word!important;min-height:44px}.news-item:hover .regular-title{color:var(--accent-color)}.regular-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--text-muted);margin-top:6px}.load-more{padding:20px;text-align:center;font-size:14px;color:var(--text-muted);border-top:1px solid var(--divider-color)}.no-news{padding:40px 20px;text-align:center;color:var(--text-muted)}.no-news h3{font-size:24px;margin-bottom:12px;color:var(--text-primary)}.loading{padding:40px;text-align:center;font-size:18px;color:var(--text-muted)}.right-sidebar{position:sticky;top:70px;display:flex;flex-direction:column;gap:16px}.hot-ranking{background:var(--sidebar-bg);border:1px solid var(--border-color)}.hot-header{padding:16px;border-bottom:1px solid var(--divider-color);display:flex;align-items:center;gap:10px;color:var(--accent-color)}.hot-icon{width:20px;height:20px}.hot-title{font-size:18px;font-weight:700}.hot-list{border-top:1px solid var(--divider-color)}.hot-item{display:flex;gap:12px;align-items:flex-start;padding:16px;text-decoration:none;color:var(--text-primary);transition:background .2s ease}.hot-item:hover{background:var(--hover-bg);color:var(--accent-color)}.rank-number{flex-shrink:0;font-size:36px;font-weight:900;line-height:1}.rank-number.top-three{background:linear-gradient(to bottom right,#FF6B35,#FF4500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rank-number.other{color:#c9cdd4}.hot-item-content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.hot-item-title{font-size:14px;font-weight:500;line-height:1.4;white-space:normal!important;text-overflow:unset!important;overflow:visible!important;display:block!important;word-wrap:break-word!important;word-break:break-word!important}.hot-item-reads{font-size:12px;color:var(--text-muted);text-align:right}.ad-slot{aspect-ratio:300/250;background:var(--sidebar-bg);border:1px solid var(--border-color);padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:12px}.ad-logo{width:64px;height:64px;border-radius:50%;background:var(--accent-color);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:32px}.ad-title{font-size:14px;font-weight:700;color:var(--text-primary)}.ad-description{font-size:12px;color:var(--text-muted);line-height:1.4}.ad-button{padding:6px 20px;background:var(--accent-color);color:#fff;font-size:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background .2s ease}.ad-button:hover{background:#FF4500}.mobile-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--sidebar-bg);border-top:1px solid var(--border-color);box-shadow:0 -2px 10px #0000000d;height:56px;align-items:center;justify-content:space-around;font-size:12px;color:var(--text-secondary);z-index:1000}.tab-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px 0}.tab-icon{font-size:20px;font-weight:400}.tab-home.active{color:var(--accent-color)}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:2000}.modal-content{position:absolute;bottom:0;left:0;right:0;background:white;border-top-left-radius:16px;border-top-right-radius:16px;padding:24px 16px;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--divider-color)}.modal-title{font-size:18px;font-weight:700;color:var(--text-primary)}.modal-close{background:none;border:none;font-size:24px;color:var(--text-muted);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-section{margin-bottom:24px}.modal-section h4{margin-bottom:12px;font-size:16px;color:var(--text-primary)}.modal-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.modal-option{padding:12px;border:1px solid var(--border-color);border-radius:8px;text-align:center;cursor:pointer;transition:all .2s ease}.modal-option:hover{background:var(--hover-bg);color:var(--accent-color);border-color:var(--accent-color)}.modal-option.active{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}@media (max-width: 1024px){.portal-header,.left-sidebar,.right-sidebar{display:none}.mobile-header,.mobile-tab-bar{display:flex}.grid-container{grid-template-columns:1fr;padding:0!important}.main-container{padding:0 12px!important}.middle-content{border:none;width:100%!important}.featured-news{padding:12px 0!important}.featured-thumb{width:120px;height:80px}.video-feature{padding:16px 0!important}.regular-news{padding:12px 0!important}.focus-title{font-size:24px}.modal-overlay{display:block}}.desktop-only{display:block}.mobile-only{display:none}@media (max-width: 1024px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}.portal-header,.mobile-header,.middle-content,.hot-ranking,.ad-slot,.left-sidebar,.right-sidebar{border-radius:0!important}.news-item:hover,.category-item:hover,.hot-item:hover{box-shadow:none!important}
