.header{background:#071417d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(216,162,77,.25);padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none}.logo h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#d8a24d,#f0c77a,#d8a24d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.05em;margin:0}.nav{display:flex;gap:2rem}.header-info{display:flex;align-items:center;gap:1.5rem;color:#e5e5e5}.time-display{font-size:.95rem;font-weight:500;letter-spacing:.02em;color:#f4f1e7}.weather-display{display:flex;align-items:center;gap:.6rem;padding:.4rem .8rem;border-radius:999px;background:#142c33cc;border:1px solid rgba(216,162,77,.3);font-size:.9rem}.weather-icon{width:22px;height:22px}.weather-temp{font-weight:600;color:#f8e7c1}.weather-condition{color:#e6c58a}.weather-location{color:#c9b89a}.weather-loading{color:#e6c58a}.nav-link{color:#e5e5e5;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.nav-link:hover{color:#f0c77a;background:#d8a24d1f}.nav-link.active{color:#d8a24d;background:#d8a24d33}.nav-link:focus{outline:2px solid #D8A24D;outline-offset:2px}@media (max-width: 768px){.header{padding:1rem}.header-content{flex-direction:column;gap:1rem}.logo h1{font-size:1.25rem}.nav{gap:1rem}.header-info{flex-direction:column;gap:.75rem}.time-display{font-size:.9rem}.weather-display{font-size:.85rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}}.particles-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.particle{position:absolute;background:#d8a24d29;border-radius:50%;animation:float 8s linear infinite;filter:blur(1px);box-shadow:0 0 6px #d8a24d33}@keyframes float{0%{transform:translate(0) rotate(0) scale(1);opacity:.4}15%{transform:translate(calc(var(--drift-x-mid, 0px) * .3),-30vh) rotate(60deg) scale(1.1);opacity:.55}35%{transform:translate(calc(var(--drift-x-mid, 0px) * .7),-70vh) rotate(150deg) scale(.95);opacity:.65}55%{transform:translate(var(--drift-x-mid, 0px),-110vh) rotate(240deg) scale(1.05);opacity:.7}75%{transform:translate(calc(var(--drift-x-end, 0px) * .85),-150vh) rotate(330deg) scale(1);opacity:.6}to{transform:translate(var(--drift-x-end, 0px),-200vh) rotate(480deg) scale(.9);opacity:.35}}.category-tile{position:relative;display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#0f1f24f2,#142c33f2);border:1px solid rgba(216,162,77,.2);box-shadow:0 4px 12px #00000080}.category-tile:hover{transform:translateY(-4px);box-shadow:0 8px 24px #d8a24d66,0 4px 16px #0009;border-color:#d8a24d80}.category-tile:focus{outline:2px solid #D8A24D;outline-offset:2px}.category-tile.featured{min-height:500px}.category-tile.featured .tile-image{height:60%}.category-tile.featured .tile-title{font-size:1.75rem;-webkit-line-clamp:3}.category-tile.featured .tile-excerpt{display:block}.category-tile.supporting{min-height:150px}.category-tile.supporting .tile-image{height:140px}.category-tile.supporting .tile-title{font-size:1rem;-webkit-line-clamp:2}.tile-image{position:relative;width:100%;overflow:hidden;background:#0a0a0acc}.tile-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-tile:hover .tile-image img{transform:scale(1.05)}.tile-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#141c20,#1e2a30)}.tile-content{flex:1;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.category-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#d8a24d}.tile-title{font-weight:700;color:#fff;margin:0;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.tile-excerpt{display:none;font-size:.95rem;color:#a0a0a0;line-height:1.5;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}.tile-meta{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:gray;margin-top:auto}.tile-source{font-weight:600;color:#f0c77a}.meta-separator{color:#606060}.tile-time{font-style:italic}.category-tile.miami-dolphins .tile-placeholder{background:linear-gradient(135deg,#066,#ff8c00)}.category-tile.miami-hurricanes .tile-placeholder{background:linear-gradient(135deg,#ff6b00,#005030)}.category-tile.miami-heat .tile-placeholder{background:linear-gradient(135deg,#98002e,#000)}.category-tile.ai-news .tile-placeholder{background:linear-gradient(135deg,#0f1f24,#1f3a42)}.category-tile.web-design .tile-placeholder{background:linear-gradient(135deg,#d8a24d,#142c33)}.category-tile.gadgets .tile-placeholder{background:linear-gradient(135deg,#1e293b,#475569)}.category-tile.general-tech .tile-placeholder{background:linear-gradient(135deg,#334155,#64748b)}.category-tile.pokemon .tile-placeholder{background:linear-gradient(135deg,#ffcb05,#3d7dca)}.category-tile.arpg .tile-placeholder{background:linear-gradient(135deg,#7f1d1d,#1c1917)}.category-tile.mmo .tile-placeholder{background:linear-gradient(135deg,#1e40af,#b07b2e)}.category-tile.looter-shooter .tile-placeholder{background:linear-gradient(135deg,#0f172a,#64748b)}@media (max-width: 768px){.category-tile.featured{min-height:400px}.category-tile.featured .tile-title{font-size:1.5rem}.category-tile.supporting{min-height:200px}.category-tile.supporting .tile-image{height:120px}.tile-content{padding:1rem;gap:.5rem}.tile-excerpt{-webkit-line-clamp:2}}.home-page{min-height:calc(100vh - 80px);padding:2rem}.home-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.editorial-group{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem}.editorial-group.group-left{grid-template-columns:2fr 1fr}.editorial-group.group-right{grid-template-columns:1fr 2fr}.supporting-tiles{display:grid;grid-template-columns:1fr;gap:1.5rem}.retry-button:focus{outline:2px solid #D8A24D;outline-offset:2px}@media (max-width: 1024px){.home-page{padding:1.5rem}.home-content{gap:2rem}.editorial-group{gap:1rem;margin-bottom:1.5rem}.supporting-tiles{gap:1rem}}@media (max-width: 768px){.home-page{padding:1rem}.home-content{gap:1.5rem}.editorial-group,.editorial-group.group-left,.editorial-group.group-right{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.supporting-tiles{gap:.75rem}}.news-card{background:linear-gradient(135deg,#0f1f24f2,#142c33f2);border:2px solid rgba(216,162,77,.3);border-radius:.75rem;overflow:hidden;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 4px 12px #00000080}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #d8a24d66,0 4px 12px #0009;border-color:#d8a24d99;background:linear-gradient(135deg,#12262cfa,#18343cfa)}.news-card:focus{outline:2px solid #D8A24D;outline-offset:2px}.card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#0a0a0a80}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.card-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-excerpt{font-size:.9rem;color:#a0a0a0;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(216,162,77,.2)}.card-source{font-size:.85rem;font-weight:600;color:#f0c77a}.card-age{font-size:.8rem;color:gray;font-style:italic}@media (max-width: 768px){.card-content{padding:1rem}.card-title{font-size:1rem;-webkit-line-clamp:2}.card-excerpt{font-size:.85rem;-webkit-line-clamp:2}.card-meta{flex-direction:column;align-items:flex-start;gap:.25rem}}.category-page{min-height:calc(100vh - 80px);padding:2rem}.category-content{max-width:1440px;margin:0 auto}.category-header{margin-bottom:2rem;text-align:center}.category-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#d8a24d,#f0c77a,#d8a24d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}.category-header p{color:#a0a0a0;font-size:1.1rem;margin:0}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.no-items{text-align:center;padding:4rem 2rem;color:#a0a0a0;font-size:1.1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding:2rem}.page-button{padding:.75rem 2rem;background:linear-gradient(135deg,#d8a24d,#f0c77a);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.page-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #d8a24d80}.page-button:disabled{opacity:.4;cursor:not-allowed}.page-button:focus{outline:2px solid #D8A24D;outline-offset:2px}.page-info{color:#e5e5e5;font-size:1rem;font-weight:500}.loading,.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.loading p,.error p{margin-top:1rem;color:#e5e5e5;font-size:1.1rem}.retry-button{margin-top:1rem;padding:.75rem 2rem;background:linear-gradient(135deg,#d8a24d,#f0c77a);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #d8a24d80}@media (max-width: 768px){.category-page{padding:1rem}.category-header h1{font-size:2rem}.category-header p{font-size:1rem}.news-grid{grid-template-columns:1fr;gap:1rem}.pagination{flex-direction:column;gap:1rem}.page-button{width:100%}}.search-page{min-height:calc(100vh - 80px);padding:2rem}.search-content{max-width:1440px;margin:0 auto}.search-header{margin-bottom:2rem;text-align:center}.search-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#d8a24d,#f0c77a,#d8a24d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1.5rem}.search-form{display:flex;gap:1rem;max-width:600px;margin:0 auto}.search-input{flex:1;padding:1rem 1.5rem;background:#0f1f2499;border:2px solid rgba(216,162,77,.3);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#d8a24d;box-shadow:0 0 0 3px #d8a24d33}.search-input::placeholder{color:gray}.search-button{padding:1rem 2rem;background:linear-gradient(135deg,#d8a24d,#f0c77a);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #d8a24d80}.search-button:disabled{opacity:.6;cursor:not-allowed}.search-button:focus{outline:2px solid #D8A24D;outline-offset:2px}.error-message{text-align:center;padding:2rem;color:#ff6b6b;font-size:1.1rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;text-align:center}.no-results{text-align:center;padding:4rem 2rem}.no-results p{color:#e5e5e5;font-size:1.2rem;margin:.5rem 0}.suggestion{color:#a0a0a0!important;font-size:1rem!important}.results-header{margin-bottom:1.5rem;padding:1rem;background:#d8a24d1f;border-left:4px solid #D8A24D;border-radius:.5rem}.results-header p{color:#e5e5e5;font-size:1.1rem;margin:0}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.search-placeholder{text-align:center;padding:4rem 2rem;color:#a0a0a0;font-size:1.1rem}@media (max-width: 768px){.search-page{padding:1rem}.search-header h1{font-size:2rem}.search-form{flex-direction:column}.search-button{width:100%}.results-grid{grid-template-columns:1fr;gap:1rem}}.settings-page{min-height:calc(100vh - 80px);padding:2rem}.settings-content{max-width:1200px;margin:0 auto}.settings-header{margin-bottom:2rem;text-align:center}.settings-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#d8a24d,#f0c77a,#d8a24d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}.settings-header p{color:#a0a0a0;font-size:1.1rem;margin:0}.message{padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:center}.error-message{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b}.success-message{background:#48bb781a;border:1px solid rgba(72,187,120,.3);color:#48bb78}.settings-section{background:#0f1f2466;border:1px solid rgba(216,162,77,.2);border-radius:1rem;padding:2rem;margin-bottom:2rem}.settings-section h2{font-size:1.75rem;color:#f0c77a;margin:0 0 1rem}.section-description{color:#a0a0a0;margin-bottom:1.5rem}.setting-item{display:flex;align-items:center;gap:2rem;margin-bottom:1rem}.setting-item label{color:#e5e5e5;font-weight:500;display:flex;flex-direction:column;gap:.5rem}.setting-input{padding:.75rem;background:#0a0a0a80;border:2px solid rgba(216,162,77,.3);border-radius:.5rem;color:#fff;font-size:1rem;width:150px}.setting-input:focus{outline:none;border-color:#d8a24d}.refresh-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#d8a24d,#f0c77a);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.refresh-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #d8a24d80}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.category-group{margin-bottom:2rem}.category-group h3{font-size:1.25rem;color:#d8a24d;margin:0 0 1rem}.sources-list{display:flex;flex-direction:column;gap:1rem}.source-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0a0a0a4d;border:1px solid rgba(216,162,77,.2);border-radius:.5rem;transition:all .3s ease}.source-item:hover{background:#0a0a0a80;border-color:#d8a24d66}.source-info{flex:1}.source-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer}.source-toggle input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#D8A24D}.source-name{color:#e5e5e5;font-weight:500;font-size:1rem}.source-controls{display:flex;gap:1rem;align-items:center}.priority-label{display:flex;align-items:center;gap:.5rem;color:#a0a0a0;font-size:.9rem}.priority-input{width:80px;padding:.5rem;background:#0a0a0a80;border:1px solid rgba(216,162,77,.3);border-radius:.25rem;color:#fff;font-size:.9rem}.priority-input:disabled{opacity:.5;cursor:not-allowed}.priority-input:focus{outline:none;border-color:#d8a24d}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.spinner{width:50px;height:50px;border:4px solid rgba(216,162,77,.2);border-top-color:#d8a24d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading p{margin-top:1rem;color:#e5e5e5;font-size:1.1rem}@media (max-width: 768px){.settings-page{padding:1rem}.settings-header h1{font-size:2rem}.settings-section{padding:1.5rem}.setting-item{flex-direction:column;align-items:flex-start}.source-item{flex-direction:column;align-items:flex-start;gap:1rem}.source-controls{width:100%}}.app{position:relative;min-height:100vh}.main-content{position:relative;z-index:10}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#071417,#0f1f24,#071417);background-attachment:fixed;overflow-x:hidden}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#071417}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d8a24d,#f0c77a);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#b07b2e,#d8a24d)}
