@keyframes float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}to{transform:translateY(0) rotate(1turn)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--bg-primary-rgb:255,255,255;--bg-secondary-rgb:248,249,250;--z-header:1000;--z-search-overlay:9999;--z-dropdown:1000;--header-height:80px;--header-transition:all 0.3s ease;--accent-primary:#00e38c;--accent-secondary:#ffb300;--bg-primary:#fff;--bg-secondary:#f8f9fa;--text-primary:#2d3748;--text-secondary:#718096;--border-color:#e2e8f0;--font-primary:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--font-display:Orbitron,monospace;--container-width:1200px;--border-radius:12px;--border-radius-lg:20px;--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 12px rgba(0,0,0,.15);--shadow-lg:0 8px 24px rgba(0,0,0,.2);--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease}section{margin-bottom:50px}@media (max-width:768px){.event-rating-section .rating-card,.match-info-enhanced .match-card-enhanced{padding:25px 20px}.match-info-enhanced .match-card-enhanced .match-header{flex-direction:column;gap:15px;text-align:center}.match-info-enhanced .match-card-enhanced .match-header .match-meta{flex-direction:column;gap:10px}}.rating-card{animation:fadeInScale .8s ease forwards}@media print{.post-sidebar{display:none}.post-layout{grid-template-columns:1fr}}@media (max-width:768px){.main-navigation .nav-menu li{animation:fadeInUp .3s ease forwards;animation-delay:calc(var(--i)*.1s)}}.event-rating-section{border-top:1px solid var(--border-color);margin-top:40px;padding-top:30px}.event-rating-section h3{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:25px;text-align:center}.event-rating-section .rating-card{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:var(--border-radius-lg);color:#fff;overflow:hidden;padding:30px;position:relative;text-align:center}.event-rating-section .rating-card:before{animation:float 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='2' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.event-rating-section .rating-card .overall-rating{margin-bottom:25px;position:relative;z-index:2}.event-rating-section .rating-card .overall-rating .rating-number{font-family:var(--font-display);font-size:4rem;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width:768px){.event-rating-section .rating-card .overall-rating .rating-number{font-size:3rem}}.event-rating-section .rating-card .overall-rating .rating-scale{font-size:1.5rem;font-weight:600;margin-left:5px;opacity:.8}.event-rating-section .rating-card .rating-details{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;position:relative;z-index:2}@media (max-width:768px){.event-rating-section .rating-card .rating-details{flex-direction:column;gap:15px}}.event-rating-section .rating-card .rating-details .excitement-level,.event-rating-section .rating-card .rating-details .recommendation{align-items:center;display:flex;flex-direction:column;gap:8px}.event-rating-section .rating-card .rating-details .excitement-level .label,.event-rating-section .rating-card .rating-details .recommendation .label{font-size:.9rem;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.event-rating-section .rating-card .rating-details .excitement-level .value,.event-rating-section .rating-card .rating-details .recommendation .value{font-size:1.1rem;font-weight:600}.event-rating-section .rating-card .rating-details .recommendation .value.recommendation-no{color:#f87171}.match-info-enhanced{background:var(--bg-secondary);margin-bottom:60px;padding:40px 0}.match-info-enhanced .match-card-enhanced{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:40px}.match-info-enhanced .match-card-enhanced .match-header{margin-bottom:30px}.match-info-enhanced .match-card-enhanced .match-header h2{color:var(--text-primary);font-size:1.8rem;font-weight:700}.match-info-enhanced .match-card-enhanced .match-header .match-meta{align-items:center;display:flex;gap:15px}.match-info-enhanced .match-card-enhanced .match-header .match-meta .match-date{color:var(--text-secondary);font-size:1.1rem;font-weight:600}.match-info-enhanced .match-card-enhanced .match-header .match-meta .match-status{border-radius:15px;font-size:.85rem;font-weight:600;padding:6px 12px}.match-info-enhanced .match-card-enhanced .match-header .match-meta .match-status.status-finished{background:var(--accent-primary);color:#fff}.match-info-enhanced .match-card-enhanced .match-header,.match-info-enhanced .match-card-enhanced .match-teams-enhanced{align-items:center;display:flex;justify-content:space-between}@media (max-width:768px){.match-info-enhanced .match-card-enhanced .match-teams-enhanced{flex-direction:column;gap:20px}}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .team{align-items:center;display:flex;flex:1;flex-direction:column;gap:15px}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .team .team-logo{align-items:center;background:var(--bg-secondary);border-radius:50%;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .team .team-logo .team-placeholder{font-size:2rem}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .team .team-name{color:var(--text-primary);font-size:1.3rem;font-weight:700;text-align:center}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .match-vs-enhanced{align-items:center;display:flex;flex-direction:column;gap:15px;margin:0 40px}@media (max-width:768px){.match-info-enhanced .match-card-enhanced .match-teams-enhanced .match-vs-enhanced{margin:0}}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .match-vs-enhanced .vs-text{color:var(--text-secondary);font-size:1.5rem;font-weight:900}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .match-vs-enhanced .venue-details{display:flex;flex-direction:column;gap:8px;text-align:center}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .match-vs-enhanced .venue-details .stadium-info{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:6px;justify-content:center}.match-info-enhanced .match-card-enhanced .match-teams-enhanced .match-vs-enhanced .venue-details .stadium-info span[class$=-icon],.single-post .post-hero .post-hero-content .post-meta-hero .meta-left .post-author span[class$=-icon],.single-post .post-hero .post-hero-content .post-meta-hero .meta-left .post-date span[class$=-icon],.single-post .post-hero .post-hero-content .post-meta-hero .meta-left .reading-time span[class$=-icon],.single-post .post-hero .post-hero-content .post-meta-hero .meta-right .post-stats .views-count span[class$=-icon]{font-size:1.1em}@media (max-width:1024px){.post-sidebar{margin-top:40px}}.post-sidebar .sidebar-widgets{position:sticky;top:100px}.post-sidebar .sidebar-widgets .sidebar-widget{transition:all .3s ease}.post-sidebar .sidebar-widgets .sidebar-widget:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.post-sidebar .sidebar-widgets .sidebar-widget .widget-title{position:relative}.post-sidebar .sidebar-widgets .sidebar-widget .widget-title:after{background:var(--accent-secondary);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:30px}.single-post .post-hero{margin-bottom:60px;position:relative}.single-post .post-hero .post-hero-content{padding:40px 0 0}.single-post .post-hero .post-hero-content .post-breadcrumbs{align-items:center;display:flex;font-size:.9rem;gap:8px;margin-bottom:20px}.single-post .post-hero .post-hero-content .post-breadcrumbs a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.post-sidebar .sidebar-widgets .recent-posts-widget .recent-posts-list .recent-post-item .recent-post-content .recent-post-title a:hover,.single-post .post-hero .post-hero-content .post-breadcrumbs a:hover{color:var(--accent-primary)}.single-post .post-hero .post-hero-content .post-breadcrumbs .breadcrumb-separator{color:var(--text-secondary)}.single-post .post-hero .post-hero-content .post-breadcrumbs .current-page{color:var(--text-primary);font-weight:600}.single-post .post-hero .post-hero-content .post-title{color:var(--text-primary);font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.2;margin-bottom:30px}@media (max-width:768px){.single-post .post-hero .post-hero-content .post-title{font-size:2rem}}.single-post .post-hero .post-hero-content .post-meta-hero{align-items:center;border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:20px 0}.single-post .post-hero .post-hero-content .post-meta-hero .meta-left{align-items:center;display:flex;flex-wrap:wrap;gap:25px}.single-post .post-hero .post-hero-content .post-meta-hero .meta-left .post-author,.single-post .post-hero .post-hero-content .post-meta-hero .meta-left .post-date,.single-post .post-hero .post-hero-content .post-meta-hero .meta-left .reading-time{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:6px}.single-post .post-hero .post-hero-content .post-meta-hero .meta-right{align-items:center;display:flex;gap:20px}.single-post .post-hero .post-hero-content .post-meta-hero .meta-right .post-stats{display:flex;gap:15px}.single-post .post-hero .post-hero-content .post-meta-hero .meta-right .post-stats .views-count{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:4px}.single-post .post-hero .post-hero-content .post-meta-hero .meta-right .share-btn{align-items:center;background:var(--accent-primary);border:0;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:6px;padding:10px 16px;transition:all .3s ease}.single-post .post-hero .post-hero-content .post-meta-hero .meta-right .share-btn:hover{background:var(--accent-secondary);transform:translateY(-2px)}.single-post .post-hero .post-hero-content .post-meta-hero .meta-right .share-btn .share-icon{font-size:1.1em}.single-post .post-content-section{padding:0 0 60px}.single-post .post-content-section .post-layout{display:grid;gap:60px;grid-template-columns:1fr 300px}@media (max-width:1024px){.single-post .post-content-section .post-layout{gap:40px;grid-template-columns:1fr}}.single-post .post-content-section .post-layout .post-content .content-wrapper{color:var(--text-primary);font-size:1.1rem;line-height:1.8}.single-post .post-content-section .post-layout .post-content .content-wrapper h2,.single-post .post-content-section .post-layout .post-content .content-wrapper h3,.single-post .post-content-section .post-layout .post-content .content-wrapper h4{color:var(--text-primary);font-weight:700;margin:40px 0 20px}.single-post .post-content-section .post-layout .post-content .content-wrapper h2:first-child,.single-post .post-content-section .post-layout .post-content .content-wrapper h3:first-child,.single-post .post-content-section .post-layout .post-content .content-wrapper h4:first-child{margin-top:0}.single-post .post-content-section .post-layout .post-content .content-wrapper h2{border-bottom:2px solid var(--accent-primary);font-size:2rem;padding-bottom:10px}.single-post .post-content-section .post-layout .post-content .content-wrapper h3{font-size:1.5rem}.single-post .post-content-section .post-layout .post-content .content-wrapper p{margin-bottom:20px}.single-post .post-content-section .post-layout .post-content .content-wrapper p:last-child{margin-bottom:0}.single-post .post-content-section .post-layout .post-content .content-wrapper ul{margin:20px 0;padding-left:30px}.single-post .post-content-section .post-layout .post-content .content-wrapper ul li{margin-bottom:8px}.single-post .post-content-section .post-layout .post-content .content-wrapper img{border-radius:var(--border-radius);height:auto;margin:20px 0;max-width:100%}.single-post .post-content-section .post-layout .post-content .post-navigation{margin-top:50px}.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links{display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:768px){.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links{grid-template-columns:1fr}}.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-next .nav-link,.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-previous .nav-link{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);display:block;padding:20px;text-decoration:none;transition:all .3s ease}.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-next .nav-link:hover,.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-previous .nav-link:hover{background:var(--accent-primary);box-shadow:var(--shadow-md);color:#fff;transform:translateY(-2px)}.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-next .nav-link .nav-direction,.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-previous .nav-link .nav-direction{color:var(--text-secondary);display:block;font-size:.85rem;margin-bottom:5px}.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-next .nav-link .nav-title,.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-previous .nav-link .nav-title,.site-header .main-navigation .nav-menu ul li a{color:var(--text-primary);display:block;font-weight:600}.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-next .nav-link:hover .nav-direction,.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-next .nav-link:hover .nav-title,.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-previous .nav-link:hover .nav-direction,.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-previous .nav-link:hover .nav-title{color:#fff}.single-post .post-content-section .post-layout .post-content .post-navigation .nav-links .nav-next .nav-link{text-align:right}.site-footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-primary);padding:2rem 0;transition:var(--transition-normal)}.site-footer .container{margin:0 auto;max-width:var(--container-width);padding:0 1rem}.site-footer .footer-flex{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}@media (max-width:768px){.site-footer .footer-flex{flex-direction:column;text-align:center}}.site-footer .site-branding{flex:0 0 auto;margin-bottom:0}.site-footer .site-branding a,.site-header .site-branding .site-title a{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;color:var(--text-primary);text-decoration:none;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.site-footer .site-branding .site-title{color:var(--accent-primary);font-family:var(--font-display);font-size:1.2rem;margin:0}.site-footer .footer-info{flex:1 1 auto;font-size:.9rem;line-height:1.6}@media (max-width:768px){.site-footer .footer-info{margin-top:1rem;text-align:center}}.site-footer .footer-info p{color:var(--text-secondary);margin-bottom:.5rem}.site-footer .footer-bottom{border-top:1px solid var(--border-color);color:var(--text-secondary);font-size:.8rem;margin:1rem auto 0;max-width:var(--container-width);padding:1rem 1rem 0;text-align:center}.site-footer .footer-bottom p{margin:0}.site-header{backdrop-filter:blur(10px);background:var(--bg-primary);border-bottom:1px solid var(--border-color);position:sticky;top:0;transition:all .3s ease;z-index:1000}.site-header .container,.site-header .main-navigation .nav-menu ul li{position:relative}.site-header .header-content{align-items:center;display:flex;justify-content:space-between;padding:15px 0}@media (max-width:768px){.site-header .header-content{padding:12px 0}}.site-header .site-branding{gap:15px}.site-header .site-branding .site-title{font-family:var(--font-display);font-size:1.8rem;font-weight:900;margin:0;transition:all .3s ease}.site-header .site-branding .site-title a:hover{transform:scale(1.05)}@media (max-width:768px){.site-header .site-branding .site-title{font-size:1.4rem}}.site-header .main-navigation,.site-header .site-branding{align-items:center;display:flex}@media (max-width:768px){.site-header .main-navigation{background:var(--bg-primary);border-top:1px solid var(--border-color);box-shadow:0 5px 20px rgba(0,0,0,.1);left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:999}}.site-header .main-navigation .nav-menu ul{display:flex;gap:5px;list-style:none;margin:0;padding:0}@media (max-width:768px){.site-header .main-navigation .nav-menu ul{flex-direction:column;gap:0;padding:20px;width:100%}}.site-header .main-navigation .nav-menu ul li a{border-radius:25px;font-size:.95rem;overflow:hidden;padding:12px 20px;position:relative;text-decoration:none;transition:all .3s ease}.site-header .header-actions .search-toggle:before,.site-header .main-navigation .nav-menu ul li a:before{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));content:"";height:100%;position:absolute;top:0;width:100%}.site-header .main-navigation .nav-menu ul li a:before{left:-100%;transition:left .3s ease;z-index:-1}.site-header .main-navigation .nav-menu ul li a:hover{color:#fff;transform:translateY(-2px)}.site-header .main-navigation .nav-menu ul li a:hover:before{left:0}@media (max-width:768px){.site-header .main-navigation .nav-menu ul li a{border-bottom:1px solid var(--border-color);border-radius:0;padding:15px 0}.site-header .main-navigation .nav-menu ul li a:hover{background:var(--bg-secondary);color:var(--accent-primary);transform:none}.site-header .main-navigation .nav-menu ul li a:before{display:none}}.site-header .main-navigation .menu-toggle{background:0 0;border:0;border-radius:var(--border-radius);cursor:pointer;display:none;padding:8px;transition:all .3s ease}@media (max-width:768px){.site-header .main-navigation .menu-toggle{align-items:center;display:flex;flex-direction:column;height:40px;justify-content:center;width:40px}}.site-header .main-navigation .menu-toggle .hamburger-line{background:var(--text-primary);border-radius:2px;height:3px;margin:2px 0;transition:all .3s ease;width:25px}.site-header .main-navigation .menu-toggle:hover{background:var(--bg-secondary)}.site-header .header-actions{align-items:center;display:flex;gap:15px}@media (max-width:768px){.site-header .header-actions{gap:10px}}.site-header .header-actions .search-toggle,.site-header .search-overlay{align-items:center;display:flex;justify-content:center;transition:all .3s ease}.site-header .header-actions .search-toggle{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:50%;color:var(--text-primary);cursor:pointer;font-size:1.2rem;height:44px;overflow:hidden;position:relative;width:44px}.site-header .header-actions .search-toggle:before{border-radius:50%;left:0;transform:scale(0);transition:transform .3s ease}.site-header .header-actions .search-toggle:hover{border-color:var(--accent-primary);box-shadow:0 5px 15px rgba(0,227,140,.3);transform:translateY(-2px)}.site-header .header-actions .search-toggle:hover:before{transform:scale(1)}@media (max-width:768px){.site-header .header-actions .search-toggle{font-size:1.1rem;height:40px;width:40px}}.site-header .search-overlay{backdrop-filter:blur(10px);background:rgba(0,0,0,.8);height:100svh;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100svw;z-index:9999}.site-header .search-overlay .search-container{background:var(--bg-primary);border-radius:var(--border-radius-lg);max-width:600px;padding:40px;position:relative;transform:scale(.9);transition:transform .3s ease;width:90%}@media (max-width:768px){.site-header .search-overlay .search-container{padding:30px 20px}}.site-header .search-overlay .search-container .search-form{display:flex;gap:15px}@media (max-width:768px){.site-header .search-overlay .search-container .search-form{flex-direction:column;gap:15px}}.site-header .search-overlay .search-container .search-form .search-field{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:25px;color:var(--text-primary);flex:1;font-size:1.1rem;padding:15px 20px;transition:all .3s ease}.site-header .search-overlay .search-container .search-form .search-field:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(0,227,140,.1);outline:0}.site-header .search-overlay .search-container .search-form .search-field::placeholder{color:var(--text-secondary)}.site-header .search-overlay .search-container .search-form .search-submit{background:var(--accent-primary);border:0;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:15px 25px;transition:all .3s ease}.site-header .search-overlay .search-container .search-form .search-submit:hover{background:var(--accent-secondary);transform:translateY(-2px)}@media (max-width:768px){.site-header .search-overlay .search-container .search-form .search-submit{padding:15px}}.site-header .search-overlay .search-container .search-close{align-items:center;background:0 0;border:0;border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:30px}.site-header .search-overlay .search-container .search-close:hover{background:var(--bg-secondary);color:var(--text-primary)}:root{--offer-bg-color:#fff;--offer-border-color:#e5e7eb;--offer-shadow:0 4px 12px rgba(0,0,0,.1);--offer-shadow-hover:0 8px 24px rgba(0,0,0,.15);--offer-text-primary:#333;--offer-text-secondary:#666;--offer-button-bg:#00e38c;--offer-button-hover:#00d684;--offer-rating-color:gold;--offer-rating-empty:#ddd;--offer-border-radius:12px;--offer-transition:all 0.3s ease}.offers-section{padding:2rem 0}.offers-grid{display:flex;flex-direction:column;gap:1.5rem}.offer-item{width:100%}.offer-card{align-items:center;background:var(--offer-bg-color);border-radius:var(--offer-border-radius);box-shadow:var(--offer-shadow);display:flex;min-height:120px;overflow:hidden;padding:15px 20px;transition:var(--offer-transition)}.offer-card:hover{box-shadow:var(--offer-shadow-hover);transform:translateY(-2px)}@media (max-width:768px){.offer-card{flex-direction:column;min-height:auto;padding:15px}}.offer-image{flex-shrink:0;height:100px;margin-right:20px;width:140px}@media (max-width:768px){.offer-image{height:150px;margin-bottom:15px;margin-right:0;width:100%}}.offer-img{object-fit:contain;border-radius:8px;height:100%;width:100%}.offer-content{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:20px;justify-content:space-between}@media (max-width:768px){.offer-content{align-items:stretch;flex-direction:column;gap:15px}}.offer-text{flex:1;min-width:200px}@media (max-width:768px){.offer-text{min-width:auto}}.offer-title{color:var(--offer-text-primary);font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 8px}@media (max-width:768px){.offer-title{font-size:1rem}}.offer-description{color:var(--offer-text-secondary);display:-webkit-box;font-size:.9rem;line-height:1.4;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:768px){.offer-description{font-size:.85rem}}.offer-rating{align-items:center;display:flex;flex-shrink:0;gap:8px}@media (max-width:768px){.offer-rating{justify-content:center}}.rating-stars{display:flex;gap:2px}.star{font-size:14px}.star-full,.star-half{color:var(--offer-rating-color)}.rating-value{color:var(--offer-text-primary);font-size:.9rem;font-weight:600}.offer-action{flex-shrink:0}@media (max-width:768px){.offer-action{width:100%}}.offer-button{background:var(--offer-button-bg);border-radius:6px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:var(--offer-transition);white-space:nowrap}.offer-button:hover{background:var(--offer-button-hover);color:#fff;text-decoration:none}@media (max-width:768px){.offer-button{padding:12px 20px;text-align:center;width:100%}.offer-content .offer-text{order:1}.offer-content .offer-rating{order:2}.offer-content .offer-action{order:3}}@media (max-width:480px){.offers-grid{gap:1rem}.offer-card{padding:12px 15px}.offer-image{height:120px}.offer-title{font-size:.95rem}.offer-description{font-size:.8rem}}.post-sidebar .sidebar-widgets{display:flex;flex-direction:column;gap:30px}.post-sidebar .sidebar-widgets .sidebar-widget{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:25px}.post-sidebar .sidebar-widgets .sidebar-widget .widget-title{border-bottom:2px solid var(--accent-primary);color:var(--text-primary);font-size:1.2rem;font-weight:700;margin-bottom:20px;padding-bottom:10px}.post-sidebar .sidebar-widgets .recent-posts-widget .recent-posts-list{display:flex;flex-direction:column;gap:15px}.post-sidebar .sidebar-widgets .recent-posts-widget .recent-posts-list .recent-post-item{display:flex;gap:12px}.post-sidebar .sidebar-widgets .recent-posts-widget .recent-posts-list .recent-post-item .recent-post-content{flex:1}.post-sidebar .sidebar-widgets .recent-posts-widget .recent-posts-list .recent-post-item .recent-post-content .recent-post-title{font-size:.9rem;font-weight:600;line-height:1.3;margin-bottom:5px}.post-sidebar .sidebar-widgets .recent-posts-widget .recent-posts-list .recent-post-item .recent-post-content .recent-post-title a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}.post-sidebar .sidebar-widgets .recent-posts-widget .recent-posts-list .recent-post-item .recent-post-content .recent-post-date{color:var(--text-secondary);font-size:.8rem}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-primary);line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px}@media (max-width:768px){.container{padding:0 15px}}.nav-links{display:flex;gap:5px}@media (max-width:768px){.offer-item{margin-bottom:8px!important}.offer-card,.offer-content{flex-direction:row!important;align-items:center!important;gap:8px!important}.offer-card{text-align:left!important;padding:8px!important;border-radius:6px!important;min-height:auto!important}.offer-content{width:100%!important;justify-content:space-between!important}.offer-image{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90px!important;height:50px!important;flex-shrink:0!important;padding:4px!important;border-radius:4px!important;margin-bottom:0}.offer-img{max-width:100%!important;max-height:100%!important}.offer-text{flex:1!important;min-width:0!important;margin-right:8px!important}.offer-title{font-size:13px!important;line-height:1.2!important;margin:0 0 2px!important;font-weight:600!important}.offer-description{font-size:11px!important;line-height:1.2!important;margin:0!important;opacity:.8!important}.offer-rating{flex-direction:row!important;align-items:center!important;gap:4px!important;flex-shrink:0!important;margin-right:8px!important}.rating-stars{gap:1px!important}.star{font-size:12px!important}.rating-value{font-size:11px!important;font-weight:600!important}.offer-action{flex-shrink:0!important}.offer-button{padding:6px 12px!important;font-size:11px!important;border-radius:4px!important;font-weight:600!important;white-space:nowrap!important;min-width:auto!important}}@media (max-width:480px){.offer-item{margin-bottom:6px!important}.offer-card{padding:6px!important;border-radius:4px!important}.offer-card,.offer-content{gap:6px!important}.offer-image{width:32px!important;height:32px!important;padding:2px!important}.offer-text{margin-right:6px!important}.offer-title{font-size:12px!important;margin:0 0 1px!important}.offer-description{font-size:10px!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.offer-rating{margin-right:6px!important;gap:2px!important}.rating-stars{gap:0!important}.offer-button,.rating-value,.star{font-size:10px!important}.offer-button{padding:4px 8px!important;border-radius:3px!important}}@media (max-width:360px){.offer-card{padding:4px!important}.offer-card,.offer-content{gap:4px!important}.offer-image{width:28px!important;height:28px!important}.offer-text{margin-right:4px!important}.offer-title{font-size:11px!important}.offer-description{font-size:9px!important}.offer-rating{margin-right:4px!important}.offer-button,.rating-value,.star{font-size:9px!important}.offer-button{padding:3px 6px!important}}@media (max-width:540px){.post-content{display:block;width:100%;max-width:90svw}}