@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;800&display=swap";.card-link{text-decoration:none;color:inherit;perspective:1000px}.card-advanced{background-color:#1a1a1a;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0006;transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;position:relative;transform-style:preserve-3d;animation:cardRise .5s ease-out;margin-left:20px}.card-advanced:hover{transform:translateY(-15px) scale(1.05);box-shadow:0 20px 40px #0009}.card-image-advanced{width:100%;height:200px;object-fit:cover;transition:transform .4s ease-in-out}.card-advanced:hover .card-image-advanced{transform:scale(1.1)}.card-content-advanced{padding:1.5rem;text-align:center}.card-title-advanced{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#ff4500;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.card-description-advanced{font-size:.9rem;color:#bbb;margin:0}@keyframes cardRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body{font-family:Inter,sans-serif;background-color:#0d0d0d;color:#f0f0f0;margin:0;line-height:1.6}li,a{text-decoration:none;list-style:none}.homepage-container-v4{display:flex;flex-direction:column;min-height:100vh}.app-header{background-color:#1a1a1a;padding:1rem 2rem;box-shadow:0 4px 15px #0000004d;position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center}.app-header nav{display:flex;flex-grow:1;justify-content:flex-end;align-items:center}.app-header .ul_srch{display:flex;align-items:center;gap:20px}.app-header .ul_srch ul{display:flex;gap:30px;margin:0;padding:0}.app-header .ul_srch ul li a{font-size:12px;color:#fff;transition:color .3s ease}.app-header .ul_srch ul li a:hover{color:#ff4500}.app-title{font-size:2rem;font-weight:900;color:#ff4500;text-decoration:none;letter-spacing:1px;margin-left:270px}.sidebar-toggle-button{display:none;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer}.ul_srch.open{transform:translate(0)}.sidebar-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:999;opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out}.sidebar-overlay.open{opacity:1;visibility:visible}.sidebar-header{display:none;padding:1rem 2rem;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.sidebar-title{margin:0;font-size:1.5rem;color:#ff4500}.sidebar-close-button{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;transition:color .3s ease;translate:-90px -50px}.hero-section-v4{background-image:linear-gradient(#000000b3,#000000b3),url(https://placehold.co/1920x600/2a2a2a/f0f0f0?text=Sports+News);background-size:cover;background-position:center;padding:8rem 2rem;text-align:center;color:#fff;animation:heroFadeIn 1s ease-in-out}.hero-title-v4{font-size:4rem;font-weight:900;margin-bottom:1rem;text-shadow:2px 2px 5px rgba(0,0,0,.5)}.hero-subtitle-v4{font-size:1.5rem;font-weight:300;color:#ccc;max-width:800px;margin:0 auto}.main-content-v4{flex:1;padding:4rem 2rem;max-width:1400px;margin:0 auto}.homepage-section-v4{margin-bottom:4rem}.section-title-v4{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#ff4500;border-bottom:3px solid #ff4500;display:inline-block;padding-bottom:.5rem;animation:fadeIn 1s ease-in-out}.cards-grid-v4{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-items:center}.no-results-message{text-align:center;font-size:1.5rem;color:#888;padding:50px 0}.app-footer{background-color:#1a1a1a;color:#bbb;text-align:center;padding:1.5rem;box-shadow:0 -4px 15px #0000004d}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app-About{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;height:400px;text-align:center}.app-About .img img{width:100%;max-width:500px;height:300px;border-radius:20px;border:solid 1px #ff4500;transition:all .5s ease;cursor:pointer}.app-About .img img:hover{transform:scale(1.05);box-shadow:0 0 20px #ff4500}.app-About .text{max-width:600px;text-align:right}.app-About .text h1{color:#ff4500;margin-top:0}.app-About .text p{color:#fff;margin-top:20px}.app-About .text button{width:200px;height:40px;border:none;border-radius:10px;background-color:#ff4500;color:#fff;margin-top:40px;cursor:pointer;transition:all .3s ease;font-size:18px}.app-About .text button a{color:#fff}.app-About .text button:hover{background-color:#e63900;transform:translateY(-3px)}.contact-form-container{background-color:#1a1a1a;color:#fff;padding:80px 20px;text-align:center;font-family:Arial,sans-serif}.contact-form-container h2{font-size:40px;font-weight:700;margin-bottom:40px;color:#e63900}.contact-form{max-width:600px;margin:0 auto;text-align:right}.form-group{margin-bottom:25px}.form-group label{display:block;font-size:16px;margin-bottom:8px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:15px;border:1px solid #333;background-color:#222;color:#fff;border-radius:5px;font-size:16px;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.form-group input:focus,.form-group textarea:focus{border-color:#ff4500}.form-group textarea{resize:vertical;min-height:150px}.submit-button{width:100%;padding:15px;background-color:#ff4500;color:#fff;border:none;border-radius:5px;font-size:18px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#e63900}.error-message{color:red;font-size:.9rem;margin-top:5px;text-align:right}.live-matches-section{background-color:#1a1a1a;padding:40px 20px;text-align:center}.live-matches-section h2{font-size:2.5em;font-weight:700;margin-bottom:30px;color:#ff4500;border-bottom:3px solid #ff4500;display:inline-block;padding-bottom:.5rem}.matches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;justify-items:center}.match-card{display:flex;justify-content:space-between;align-items:center;background-color:#2a2a2a;border-radius:8px;padding:15px 25px;width:100%;box-shadow:0 4px 8px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.match-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000080}.match-card .team{display:flex;flex-direction:column;align-items:center;width:35%}.match-card .team-name{font-size:1em;font-weight:600;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-card .score{font-size:1.8em;font-weight:700;color:#ff4500}.match-card .match-info{display:flex;flex-direction:column;align-items:center;justify-content:center;width:30%}.match-card .live-label{background-color:#ff4500;color:#fff;padding:4px 10px;border-radius:5px;font-size:.8em;font-weight:700;animation:blink 1.5s infinite}.match-card .match-time{font-size:1em;margin-top:5px;font-weight:500;color:#aaa}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.blog-section{padding:60px 20px;background-color:#0d0d0d}.blog-section .section-title-v4{color:#e63900;text-align:center;margin-bottom:40px;font-size:2.5rem;border-bottom:2px solid #e63900;padding-bottom:10px;display:inline-block}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-items:center}.blog-card{background-color:#1a1a1a;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0006;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;cursor:pointer;width:100%}.blog-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #0009}.blog-image{width:100%;height:200px;object-fit:cover;border-bottom:3px solid #e63900}.blog-content{padding:20px;color:#f1f1f1;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.blog-tag{display:inline-block;background-color:#e63900;color:#fff;padding:5px 10px;border-radius:20px;font-size:.8rem;font-weight:700;margin-bottom:10px}.blog-title{font-size:1.5rem;margin:0 0 10px;color:#fff;line-height:1.3}.blog-summary{font-size:1rem;color:#a0a0a0;margin-bottom:15px;line-height:1.5}.blog-meta{font-size:.9rem;color:#888;display:flex;justify-content:space-between}.blog-author{color:#f1f1f1}.post-detail-container{max-width:800px;margin:4rem auto;padding:2rem;background-color:#1a1a1a;border-radius:10px;box-shadow:0 4px 20px #00000080;text-align:right}.post-detail-image{width:100%;height:400px;object-fit:cover;border-radius:8px;margin-bottom:2rem}.post-detail-title{font-size:3rem;color:#ff4500;margin-bottom:1rem}.post-meta{font-size:1rem;color:#aaa;margin-bottom:2rem}.post-summary{font-size:1.2rem;line-height:1.8;color:#ccc}@media (max-width: 1024px){.cards-grid-v4,.matches-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.app-header{justify-content:space-between;padding:1rem}.app-header nav{flex-direction:row;justify-content:space-between}.app-header .ul_srch{position:fixed;top:0;right:0;bottom:0;width:280px;background-color:#1f1f1f;flex-direction:column;align-items:flex-start;padding:1.5rem 0;transform:translate(100%);transition:transform .4s ease-in-out;box-shadow:-5px 0 15px #00000080;z-index:1001;overflow-y:auto}.app-header .ul_srch.open{transform:translate(0)}.app-header .ul_srch ul{flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:0;margin-top:1rem}.app-header .ul_srch ul li{width:100%}.app-header .ul_srch ul li a{display:block;width:100%;padding:15px 25px;font-size:1.1rem;color:#f0f0f0;border-bottom:1px solid rgba(51,51,51,.5);transition:background-color .3s ease,color .3s ease}.app-header .ul_srch ul li:last-child a{border-bottom:none}.app-header .ul_srch ul li a:hover,.app-header .ul_srch ul li a.active{background-color:#333;color:#ff4500}.sidebar-toggle-button{display:block}.app-title{margin-left:0;font-size:1.8rem}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 25px 1rem;border-bottom:1px solid #333;margin-bottom:1rem}.sidebar-title{font-size:1.8rem;font-weight:700}.sidebar-close-button{font-size:2.5rem;color:#f0f0f0}.sidebar-close-button:hover{color:#ff4500;transform:rotate(90deg)}.hero-title-v4{font-size:2.5rem}.hero-subtitle-v4{font-size:1.2rem}.section-title-v4{font-size:2rem;text-align:center}.main-content-v4{padding:2rem 1rem}.app-About{flex-direction:column;align-items:center}.app-About .text{margin:0;text-align:center}.app-About .img{margin-bottom:20px}.app-About .img img{margin-right:0}.contact-form{text-align:center}.cards-grid-v4,.matches-grid,.blog-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title-v4{font-size:2rem}.hero-subtitle-v4{font-size:1rem}.app-title{font-size:1.5rem}.section-title-v4{font-size:1.8rem}.app-header .ul_srch{width:250px}.sidebar-toggle-button{font-size:1.8rem}}.sport-details-page-advanced-v4{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;background-color:#0d0d0d;color:#f0f0f0;min-height:calc(100vh - 80px)}.back-button-v4{align-self:flex-start;background-color:transparent;color:#ff4500;border:2px solid #ff4500;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:700;margin-bottom:2rem;transition:background-color .3s,color .3s,transform .3s}.back-button-v4:hover{background-color:#ff4500;color:#fff;transform:scale(1.05)}.details-card-v4{max-width:1400px;width:100%;background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #0009;display:flex;flex-direction:column;animation:fadeIn 1s ease-in-out}.details-image-v4{width:100%;height:400px;object-fit:cover;border-bottom:2px solid #333}.details-content-v4{padding:3rem;text-align:right}.details-title-v4{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#ff4500;text-align:center}.details-description-v4{font-size:1.2rem;line-height:1.8;color:#bbb;margin-bottom:2rem}.details-full-text-v4{font-size:1rem;line-height:1.7;color:#ccc;text-align:right;border-top:1px solid #333;padding-top:2rem;margin-top:2rem}.action-buttons-container{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.action-button-v4{background-color:#ff4500;color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s,transform .3s}.action-button-v4:hover{background-color:#e63900;transform:translateY(-5px)}.related-articles-section{text-align:right;margin-top:4rem;border-top:1px solid #333;padding-top:3rem}.related-articles-title{font-size:2rem;font-weight:700;color:#ff4500;margin-bottom:2rem}.related-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-article-card{text-decoration:none;background-color:#1a1a1a;border-radius:8px;padding:1.5rem;color:#fff;box-shadow:0 5px 15px #0003;transition:transform .3s,box-shadow .3s}.related-article-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0006}.related-article-content{font-size:1.1rem;font-weight:600;line-height:1.4;color:#ff4500}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.not-found-container-v4{padding:5rem 2rem;text-align:center;color:#f0f0f0;background-color:#0d0d0d;min-height:calc(100vh - 80px)}@media (max-width: 768px){.details-card-v4{padding:1.5rem}.details-title-v4{font-size:2.5rem}.details-description-v4{font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Cairo,sans-serif;direction:rtl;line-height:1.6;color:#333;background:#000}.main-container{min-height:100vh;color:#333}.header-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid rgba(255,255,255,.2)}.navbar{max-width:72rem;margin-left:auto;margin-right:auto;padding:1.5rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.logo{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;padding:1rem 2rem;border-radius:1rem;font-size:2rem;font-weight:700;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;animation:pulse-logo 2s cubic-bezier(.4,0,.6,1) infinite;text-decoration:none;transition:all .3s ease}.logo:hover{transform:scale(1.03);box-shadow:0 15px 20px -5px #00000026}@keyframes pulse-logo{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.nav-links{display:none;gap:1rem;list-style:none}@media (min-width: 768px){.nav-links{display:flex}}.nav-item{background-color:#eff6ff;border-radius:1rem;padding:.75rem 1.5rem;transition:all .3s ease-in-out;cursor:pointer;border:2px solid transparent}.nav-item:hover{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;transform:translateY(-.25rem);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#fff}.nav-link{text-decoration:none;color:inherit;font-weight:600}.breaking-news-section{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:2rem}.breaking-news-banner{background:linear-gradient(to right,#ef4444,#f87171);color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;position:relative;overflow:hidden}.breaking-news-shine{position:absolute;inset:0;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);animation:pulse-shine 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-shine{0%,to{opacity:0}50%{opacity:1}}.breaking-news-content{display:flex;align-items:center;gap:1rem;position:relative;z-index:10}.breaking-news-tag{background-color:#ffffff40;padding:.5rem 1rem;border-radius:9999px;font-weight:700;font-size:.875rem;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.breaking-news-text-wrapper{flex:1;overflow:hidden}.breaking-news-text{white-space:nowrap;font-size:1.125rem;animation:scrollText 30s linear infinite}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-100%)}}.content-wrapper{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.section-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;margin-bottom:2rem;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .8s ease-out}.section-header.fade-in-hidden{opacity:0;transform:translateY(2rem)}.section-header.fade-in-visible{opacity:1;transform:translateY(0)}.section-title{font-size:2.25rem;font-weight:700;background:linear-gradient(to right,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.5rem}.section-description{font-size:1.25rem;color:#4b5563}.cards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.news-card,.match-card,.player-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .8s ease-out;cursor:pointer;display:flex;flex-direction:column}.news-card.fade-in-hidden,.match-card.fade-in-hidden,.player-card.fade-in-hidden{opacity:0;transform:translateY(2rem)}.news-card.fade-in-visible,.match-card.fade-in-visible,.player-card.fade-in-visible{opacity:1;transform:translateY(0)}.news-card:hover,.match-card:hover,.player-card:hover{transform:translateY(-1rem) scale(1.02);box-shadow:0 30px 60px -15px #0006,0 10px 20px -8px #00000026}.news-card-image-placeholder{width:100%;height:14rem;background:linear-gradient(to bottom right,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.news-card-icon{font-size:3.75rem;animation:bounce-icon 1s infinite}@keyframes bounce-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-.5rem)}}.card-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.card-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.25}.card-excerpt{color:#4b5563;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.card-time{color:#6b7280;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.icon-time{font-size:1.1em}.read-more-button{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;padding:.75rem 1.5rem;border-radius:1rem;font-weight:600;transition:all .3s ease-in-out;border:none;cursor:pointer}.read-more-button:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.match-card-content{padding:2rem;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.match-live-indicator{background-color:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:9999px;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;margin-left:auto;margin-right:auto}.live-dot{width:.75rem;height:.75rem;background-color:#fff;border-radius:9999px;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}.match-score-display{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.match-team-name{font-size:1.5rem;font-weight:700;color:#333}.match-score{font-size:2.25rem;font-weight:800;color:#3b82f6}.match-minute-display{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.match-details-button{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;padding:1rem 2rem;border-radius:1rem;font-weight:600;transition:all .3s ease-in-out;border:none;cursor:pointer;margin-top:auto}.match-details-button:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.player-avatar-section{width:100%;height:12rem;background:linear-gradient(to bottom right,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;position:relative}.player-avatar-icon{font-size:4.375rem}.player-rating{position:absolute;bottom:1rem;right:1rem;background-color:#ffffffe6;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#333}.player-team{font-size:1.125rem;color:#4b5563;margin-bottom:1rem}.player-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.player-stat-item{background-color:#eff6ff;padding:.75rem;border-radius:.75rem;text-align:center}.player-stat-item.stat-goals .stat-value{color:#3b82f6}.player-stat-item.stat-assists .stat-value{color:#22c55e}.player-stat-item.stat-matches .stat-value{color:#8b5cf6}.stat-value{font-size:1.25rem;font-weight:700}.stat-label{color:#6b7280;font-size:.875rem}.view-profile-button{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;padding:1rem 2rem;border-radius:1rem;font-weight:600;transition:all .3s ease-in-out;border:none;cursor:pointer;margin-top:auto}.view-profile-button:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.footer-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top-left-radius:2rem;border-top-right-radius:2rem;margin-top:3rem;box-shadow:inset 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid rgba(255,255,255,.2)}.footer-content{max-width:72rem;margin-left:auto;margin-right:auto;padding:2rem 1.25rem;text-align:center;color:#4b5563}.footer-text{margin-bottom:1rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-link{color:inherit;text-decoration:none;transition:color .3s ease-in-out}.footer-link:hover{color:#3b82f6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 767px){.navbar{flex-direction:column;gap:1rem}.logo{margin-bottom:1rem;font-size:1.75rem;padding:.75rem 1.5rem}.nav-links{flex-direction:column;width:100%}.nav-item{width:100%;text-align:center}.breaking-news-content{flex-direction:column;text-align:center}.breaking-news-tag{margin-bottom:.5rem}.breaking-news-text{font-size:1rem}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.card-title{font-size:1.125rem}.card-excerpt{font-size:.875rem}.read-more-button,.match-details-button,.view-profile-button{padding:.75rem 1.25rem;font-size:.875rem}.match-score{font-size:1.75rem}.match-team-name{font-size:1.25rem}.player-stats-grid{grid-template-columns:repeat(2,1fr)}.player-stat-item{padding:.5rem}.stat-value{font-size:1rem}.stat-label{font-size:.75rem}}
