:root{--bg-primary:#1a1e29;--bg-secondary:#132d46;--accent:#01c38e;--text:#fffc;--text-heading:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}body{background:var(--bg-primary);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.hero-news{background:#0b0f14;width:100%;height:650px;position:relative;overflow:hidden}.hero-news__link{color:#fff;width:100%;height:100%;text-decoration:none;display:block;position:relative}.hero-news__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hero-news__link:hover .hero-news__image{transform:scale(1.03)}.hero-news__overlay{z-index:1;background:linear-gradient(#1a1e292e,#1a1e29b3,#030405fa);position:absolute;inset:0}.hero-news__content{z-index:2;max-width:900px;position:absolute;bottom:14%;left:8%}.hero-news__tag{color:#1a1e29;background:#01c38e;border-radius:999px;margin-bottom:1rem;padding:.55rem 1rem;font-size:.9rem;font-weight:800;display:inline-block}.hero-news__content h1{letter-spacing:-.05em;max-width:900px;margin:0 0 1rem;font-size:clamp(2.7rem,5vw,4.8rem);font-weight:900;line-height:1.02}.hero-news__content p{color:#ffffffdb;max-width:680px;margin-bottom:1.5rem;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}.hero-news__button{color:#0b0f14;background:#01c38e;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 2.2rem;font-weight:900;transition:all .25s;display:inline-flex;box-shadow:0 10px 30px #01c38e40}.hero-news__link:hover .hero-news__button{transform:translateY(-3px);box-shadow:0 14px 40px #01c38e59}.hero-news__dots{z-index:3;gap:12px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero-news__dot{cursor:pointer;background:#ffffff61;border:none;border-radius:999px;width:34px;height:5px;transition:all .25s}.hero-news__dot--active{background:#01c38e;width:52px}@media (width<=768px){.hero-news{height:560px}.hero-news__content{bottom:15%;left:1rem;right:1rem}.hero-news__content h1{font-size:2.5rem}.hero-news__content p{font-size:1rem}.hero-news__button{padding:.8rem 1.5rem}}.predictions-section{background:#1a1e29;padding:4.5rem 2rem}.container{max-width:1400px;margin:0 auto}.predictions-section__header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;display:flex}.predictions-section__header span{color:#01c38e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.9rem;font-weight:800;display:inline-block}.predictions-section__header h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.predictions-section__link{color:#01c38e;border:1px solid #01c38e80;border-radius:999px;padding:.75rem 1.3rem;font-weight:800;text-decoration:none;transition:all .2s}.predictions-section__link:hover{color:#0b0f14;background:#01c38e;transform:translateY(-2px)}.predictions-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}@media (width<=1100px){.predictions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.predictions-section{padding:3.5rem 1rem}.predictions-section__header{flex-direction:column;align-items:flex-start}.predictions-grid{grid-template-columns:1fr}}.prediction-card{background:var(--bg);border:1px solid var(--border);width:100%;color:inherit;border-radius:18px;padding:1.5rem;text-decoration:none;transition:all .25s;display:block}.prediction-card:hover{border-color:#01c38e;transform:translateY(-6px);box-shadow:0 18px 45px #01c38e1f}.prediction-card__competition{color:#01c38e;text-transform:uppercase;letter-spacing:.05em;background:#01c38e26;border-radius:999px;margin-bottom:1.2rem;padding:.45rem .85rem;font-size:.8rem;font-weight:800;display:inline-block}.prediction-card__header{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.team{text-align:center;flex-direction:column;align-items:center;gap:.65rem;display:flex}.team-logo{border:2px solid var(--border);color:#01c38e;background:#01c38e1f;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;font-weight:900;display:flex;overflow:hidden}.team-logo img{object-fit:cover;width:100%;height:100%}.team span{color:var(--text-heading);font-weight:800;line-height:1.2}.match-date{text-align:center;min-width:110px;color:var(--text);font-size:.85rem}.match-date span{opacity:.8;margin-bottom:.4rem;display:block}.match-date strong{color:#01c38e;font-size:1rem;font-weight:900;display:inline-flex}.prediction-card__bar{background:var(--border);border-radius:999px;height:14px;margin:1.5rem 0 .85rem;display:flex;overflow:hidden}.home-bar{background:#22c55e}.draw-bar{background:#f59e0b}.away-bar{background:#ef4444}.prediction-card__percentages{color:var(--text);justify-content:space-between;gap:.6rem;margin-bottom:1.5rem;font-size:.82rem;display:flex}.prediction-card__button{color:#01c38e;text-transform:uppercase;letter-spacing:.05em;background:#01c38e24;border:1px solid #01c38e73;border-radius:999px;justify-content:center;align-items:center;width:100%;padding:.9rem;font-weight:900;transition:all .2s;display:flex}.prediction-card:hover .prediction-card__button{color:#0b0f14;background:#01c38e}@media (width<=520px){.prediction-card{padding:1.2rem}.prediction-card__header{gap:.6rem}.team-logo{width:54px;height:54px}.team span{font-size:.85rem}.match-date{min-width:72px;font-size:.75rem}.prediction-card__percentages{text-align:center;flex-direction:column}}.featured-news-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.featured-header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.8rem;display:flex}.featured-header span{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.9rem;font-weight:800;display:inline-block}.featured-header h2{color:var(--text-heading);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.featured-news-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.featured-news-grid>*{transition:transform .25s,box-shadow .25s,border-color .25s}.featured-news-grid>:hover{transform:translateY(-6px)}@media (width<=992px){.featured-news-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.featured-news-section{padding:3rem 1rem}.featured-header{flex-direction:column;align-items:flex-start}.featured-news-grid{grid-template-columns:1fr}}.news-card{color:inherit;cursor:pointer;background:#132d46;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.news-card:hover{border-color:#01c38e;transform:translateY(-6px);box-shadow:0 18px 45px #01c38e1f}.news-card__image{object-fit:cover;width:100%;height:220px;transition:all .35s}.news-card:hover .news-card__image{transform:scale(1.04)}.news-card__content{flex-direction:column;flex:1;padding:1.35rem;display:flex}.news-card__category{color:#01c38e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.82rem;font-weight:800;display:inline-block}.news-card__title{color:#fff;margin:0 0 .75rem;font-size:1.28rem;line-height:1.25}.news-card__excerpt{color:#ffffffbd;margin:0 0 1.25rem;line-height:1.6}.news-card__badge{color:#01c38e;text-transform:uppercase;letter-spacing:.06em;background:#01c38e24;border:1px solid #01c38e73;border-radius:999px;align-self:center;margin-top:auto;padding:.65rem 1.3rem;font-size:.85rem;font-weight:900}.news-card:hover .news-card__badge{color:#0b0f14;background:#01c38e}.about-section{background:#132d46;padding:5rem 2rem}.about-section .container{text-align:center;max-width:800px;margin:0 auto}.about-section h2{color:#fff;margin-bottom:1.5rem;font-size:2.2rem;font-weight:700}.about-section p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-section p:last-child{margin-bottom:0}.news-page{max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem}.news-page__hero{background:radial-gradient(circle at 0 0,#01c38e33,#0000 38%),linear-gradient(135deg,#132d46,#1a1e29);border:1px solid #ffffff14;border-radius:26px;margin-bottom:2.5rem;padding:3rem 2rem;position:relative;overflow:hidden}.news-page__hero:after{content:"";background:#01c38e1f;border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}.news-page__hero span{color:#01c38e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem;font-size:.85rem;font-weight:900;display:inline-block}.news-page__hero h1{color:#fff;letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(2.8rem,6vw,5rem);line-height:1}.news-page__hero p{color:#ffffffc2;max-width:640px;margin:0 0 1.4rem;font-size:1.15rem;line-height:1.7}.news-page__hero strong{color:#01c38e;background:#01c38e24;border:1px solid #01c38e66;border-radius:999px;padding:.65rem 1rem;font-size:.9rem;display:inline-flex}.news-page__grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.news-page__empty{color:#ffffffbf;text-align:center;background:#132d46;border:1px solid #ffffff14;border-radius:18px;padding:2rem;font-weight:700}@media (width<=900px){.news-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.news-page{padding:2rem 1rem 4rem}.news-page__hero{border-radius:20px;padding:2.2rem 1.2rem}.news-page__grid{grid-template-columns:1fr}}.news-detail{max-width:1080px;margin:0 auto;padding:2.5rem 1rem 4rem}.news-detail__status{text-align:center;color:var(--text-heading);margin:4rem 0}.news-detail__back{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;margin-bottom:2rem;padding:.7rem 1rem;font-weight:600}.news-detail__back:hover{color:var(--accent);border-color:var(--accent)}.news-detail__header{text-align:center;max-width:900px;margin:0 auto 2rem}.news-detail__category{background:var(--accent-bg);color:var(--accent);border-radius:999px;margin-bottom:1.2rem;padding:.45rem .9rem;font-size:.85rem;font-weight:700;display:inline-block}.news-detail__title{color:var(--text-heading);letter-spacing:-.04em;margin:0 0 1.2rem;font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.02}.news-detail__subtitle{color:var(--text);max-width:820px;margin:0 auto 1.3rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7}.news-detail__date{color:var(--text);opacity:.75;margin:0;font-size:1rem;font-weight:600}.news-detail__hero{object-fit:cover;border:1px solid var(--border);border-radius:22px;width:100%;height:min(560px,58vw);min-height:320px;margin:2rem 0 3rem}.news-detail__content{max-width:900px;margin:0 auto}.news-detail__text{color:var(--text);max-width:820px;margin:0 auto 2rem;font-size:1.18rem;line-height:1.95}.news-detail__section{border:1px solid var(--border);background:var(--bg);border-radius:22px;grid-template-columns:1fr .9fr;align-items:center;gap:2rem;margin:3.5rem 0;padding:1.2rem;display:grid}.news-detail__section--reverse{grid-template-columns:.9fr 1fr}.news-detail__section img{object-fit:cover;border-radius:16px;width:100%;height:320px}.news-detail__section p{color:var(--text);margin:0;font-size:1.08rem;line-height:1.85}.news-detail__image-full{object-fit:cover;border:1px solid var(--border);border-radius:22px;width:100%;max-height:560px;margin:3rem 0}.news-detail__hashtags{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:3.5rem;display:flex}.news-detail__hashtags span{color:var(--accent);background:#01c38e26;border-radius:999px;padding:.6rem 1rem;font-size:.9rem;font-weight:700}@media (width<=768px){.news-detail{padding:1.5rem 1rem 3rem}.news-detail__back{margin-bottom:1.5rem}.news-detail__title{font-size:2.4rem}.news-detail__hero{height:300px;min-height:unset;border-radius:16px}.news-detail__section,.news-detail__section--reverse{grid-template-columns:1fr;padding:1rem}.news-detail__section img{height:260px}.news-detail__text{font-size:1.05rem}}.predictions-page{max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem}.predictions-page__hero{background:radial-gradient(circle at 0 0,#01c38e33,#0000 38%),linear-gradient(135deg,#132d46,#1a1e29);border:1px solid #ffffff14;border-radius:26px;margin-bottom:2.5rem;padding:3rem 2rem;position:relative;overflow:hidden}.predictions-page__hero:after{content:"";background:#01c38e1f;border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}.predictions-page__hero span{color:#01c38e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem;font-size:.85rem;font-weight:900;display:inline-block}.predictions-page__hero h1{color:#fff;letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(2.8rem,6vw,5rem);line-height:1}.predictions-page__hero p{color:#ffffffc2;max-width:680px;margin:0 0 1.4rem;font-size:1.15rem;line-height:1.7}.predictions-page__hero strong{color:#01c38e;background:#01c38e24;border:1px solid #01c38e66;border-radius:999px;padding:.65rem 1rem;font-size:.9rem;display:inline-flex}.predictions-page__grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.predictions-page__empty{color:#ffffffbf;text-align:center;background:#132d46;border:1px solid #ffffff14;border-radius:18px;padding:2rem;font-weight:700}@media (width<=1100px){.predictions-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.predictions-page{padding:2rem 1rem 4rem}.predictions-page__hero{border-radius:20px;padding:2.2rem 1.2rem}.predictions-page__grid{grid-template-columns:1fr}}.prediction-detail{max-width:1080px;color:var(--text);margin:0 auto;padding:2.5rem 1rem 4rem}.prediction-detail__status{text-align:center;color:var(--text-heading);margin:4rem 0}.prediction-detail__back{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;margin-bottom:2rem;padding:.7rem 1rem;font-weight:600}.prediction-detail__back:hover{color:var(--accent);border-color:var(--accent)}.prediction-detail__header{text-align:center;max-width:920px;margin:0 auto 2.5rem}.competition{background:var(--accent-bg);color:var(--accent);border-radius:999px;margin-bottom:1.2rem;padding:.45rem .9rem;font-size:.85rem;font-weight:700;display:inline-block}.prediction-detail__title{color:var(--text-heading);letter-spacing:-.04em;margin:0 0 1rem;font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.02}.date{color:var(--text);opacity:.75;margin-bottom:2rem;font-size:1rem;font-weight:600}.prediction-detail__teams{justify-content:center;align-items:center;gap:3.5rem;margin:2rem 0 0;display:flex}.prediction-detail__team{flex-direction:column;align-items:center;gap:.8rem;min-width:150px;display:flex}.prediction-detail__team img{object-fit:cover;border:4px solid var(--border);background:var(--bg);border-radius:50%;width:108px;height:108px}.prediction-detail__team span{color:var(--text-heading);font-size:1.15rem;font-weight:800}.prediction-detail__teams strong{color:var(--accent);font-size:1.6rem}.prediction-detail__summary{background:var(--bg);border:1px solid var(--border);border-radius:22px;max-width:900px;margin:0 auto 3rem;padding:1.5rem}.prediction-detail__probabilities{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.3rem;display:grid}.prediction-detail__probabilities div{text-align:center;border:1px solid var(--border);background:#ffffff08;border-radius:16px;padding:1rem}.prediction-detail__probabilities span{color:var(--text);opacity:.8;margin-bottom:.4rem;font-size:.9rem;display:block}.prediction-detail__probabilities strong{color:var(--text-heading);font-size:2rem}.prediction-detail__probability-bar{background:var(--border);border-radius:999px;width:100%;height:16px;display:flex;overflow:hidden}.prediction-detail__bar-home{background:#22c55e}.prediction-detail__bar-draw{background:#eab308}.prediction-detail__bar-away{background:#ef4444}.prediction-detail__blocks{gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.block{background:var(--bg);border:1px solid var(--border);border-radius:22px;padding:1.5rem}.block h3{color:var(--text-heading);margin:0 0 1rem;font-size:1.55rem}.block-data-list{gap:.75rem;display:grid}.block-data-item{border:1px solid var(--border);background:#ffffff08;border-radius:14px;justify-content:space-between;align-items:center;gap:1.5rem;padding:.9rem 1rem;display:flex}.block-data-item span{color:var(--text);font-weight:600}.block-data-item strong{color:var(--accent);font-size:1.15rem}@media (width<=768px){.prediction-detail{padding:1.5rem 1rem 3rem}.prediction-detail__title{font-size:2.4rem}.prediction-detail__teams{gap:1.2rem}.prediction-detail__team{min-width:100px}.prediction-detail__team img{width:76px;height:76px}.prediction-detail__team span{font-size:.95rem}.prediction-detail__probabilities{grid-template-columns:1fr}.block-data-item{flex-direction:column;align-items:flex-start;gap:.35rem}}*{box-sizing:border-box}.header-top{z-index:4000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1a1e29eb;border-bottom:1px solid #ffffff14;grid-template-columns:auto minmax(260px,520px) auto;align-items:center;gap:1.5rem;padding:1rem 2rem;display:grid;position:sticky;top:0}.logo{color:#fff;letter-spacing:-.04em;white-space:nowrap;font-size:1.75rem;font-weight:900;text-decoration:none}.logo span{color:#01c38e}.search-container{border:1px solid #ffffff14;border-radius:999px;width:100%;display:flex;overflow:hidden}.search-container input{color:#fff;background:#132d46;border:none;outline:none;flex:1;min-width:0;padding:.8rem 1rem}.search-container input::placeholder{color:#ffffff8c}.search-container button{color:#0b0f14;cursor:pointer;background:#01c38e;border:none;width:56px;transition:all .2s}.search-container button:hover{filter:brightness(1.08)}.admin-dropdown{justify-content:flex-end;display:flex;position:relative}.news-btn{color:#fff;cursor:pointer;background:#132d46;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.35rem;transition:all .2s;display:inline-flex}.news-btn:hover{color:#01c38e;border-color:#01c38e80;transform:translateY(-2px)}.admin-panel{z-index:5000;background:#1a1e29;border:1px solid #334155;border-radius:16px;width:300px;padding:1rem;position:absolute;top:54px;right:0;box-shadow:0 18px 45px #00000061}.admin-panel__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-panel h4{color:#fff;margin:0}.admin-panel__close{height:30px;color:#fff!important;background:#ffffff14!important;border-radius:999px!important;width:30px!important;padding:0!important}.admin-panel input{color:#fff;background:#132d46;border:1px solid #334155;border-radius:10px;outline:none;width:100%;margin-bottom:.75rem;padding:.75rem}.admin-panel input:focus{border-color:#01c38e}.admin-panel button{color:#0b0f14;cursor:pointer;background:#01c38e;border:none;border-radius:10px;width:100%;padding:.75rem;font-weight:900}.header-bottom{z-index:3000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#132d46f5;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;gap:.45rem;padding:.75rem 1rem;display:flex;position:sticky;top:77px;overflow-x:auto}.header-bottom a{color:#fff;border-radius:999px;flex:none;padding:.65rem .9rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;position:relative}.header-bottom a:hover{color:#01c38e;background:#01c38e1f}.header-bottom a:after{content:"";background:#01c38e;border-radius:999px;width:0;height:2px;transition:all .2s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.header-bottom a:hover:after{width:55%}@media (width<=820px){.header-top{grid-template-columns:1fr auto;gap:1rem;padding:.9rem 1rem}.search-container{grid-area:2/1/auto/-1}.logo{font-size:1.55rem}.header-bottom{justify-content:flex-start;top:126px}}@media (width<=520px){.admin-panel{width:min(300px,100vw - 2rem);right:-.25rem}.header-bottom a{padding:.6rem .8rem;font-size:.88rem}}.footer{background:radial-gradient(circle at 0 0,#01c38e29,#0000 34%),linear-gradient(#132d46 0%,#1a1e29 70%);border-top:1px solid #ffffff14;padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.footer-content{z-index:1;text-align:center;max-width:1200px;margin:0 auto;position:relative}.footer-logo{color:#fff;letter-spacing:-.05em;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;text-decoration:none}.footer-logo span{color:#01c38e}.footer-brand p{color:#ffffffc2;max-width:620px;margin:1rem auto 2rem;font-size:1.05rem;line-height:1.7}.footer-links{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.footer-links a{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:.7rem 1rem;font-weight:800;text-decoration:none;transition:all .2s}.footer-links a:hover{color:#01c38e;background:#01c38e1f;border-color:#01c38e8c;transform:translateY(-2px)}.footer-highlight{color:#fff;background:#01c38e1f;border:1px solid #01c38e59;border-radius:999px;align-items:center;gap:.7rem;margin-bottom:2rem;padding:.8rem 1.2rem;display:inline-flex}.footer-highlight span{font-size:1.3rem}.footer-highlight strong{color:#ffffffe6;font-size:.95rem}.footer-bottom{border-top:1px solid #ffffff14;padding-top:1.5rem}.footer-bottom span{color:#ffffff85;font-size:.9rem}@media (width<=600px){.footer{padding:3rem 1rem 2rem}.footer-links{gap:.6rem}.footer-links a{padding:.65rem .85rem;font-size:.85rem}.footer-highlight{border-radius:18px;align-items:flex-start}}.search-page{max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem}.search-page__hero{background:radial-gradient(circle at 0 0,#01c38e33,#0000 38%),linear-gradient(135deg,#132d46,#1a1e29);border:1px solid #ffffff14;border-radius:26px;margin-bottom:2.5rem;padding:3rem 2rem;position:relative;overflow:hidden}.search-page__hero:after{content:"";background:#01c38e1f;border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}.search-page__hero span{color:#01c38e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem;font-size:.85rem;font-weight:900;display:inline-block}.search-page__hero h1{color:#fff;letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(2.3rem,5vw,4.6rem);line-height:1}.search-page__hero p{color:#ffffffc2;max-width:640px;margin:0 0 1.4rem;font-size:1.15rem;line-height:1.7}.search-page__hero strong{color:#01c38e;background:#01c38e24;border:1px solid #01c38e66;border-radius:999px;padding:.65rem 1rem;font-size:.9rem;display:inline-flex}.search-page__section{margin-top:3rem}.search-page__section-header{margin-bottom:1.5rem}.search-page__section-header span{color:#01c38e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.85rem;font-weight:900;display:inline-block}.search-page__section-header h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1}.search-page__grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.search-page__empty{color:#ffffffbf;text-align:center;background:#132d46;border:1px solid #ffffff14;border-radius:18px;padding:2rem;font-weight:700}@media (width<=1100px){.search-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.search-page{padding:2rem 1rem 4rem}.search-page__hero{border-radius:20px;padding:2.2rem 1.2rem}.search-page__grid{grid-template-columns:1fr}}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{background:#111827;border-right:1px solid #1f2937;width:260px;height:100vh;padding:2rem;position:sticky;top:0}.admin-sidebar h2{color:#01c38e;margin-bottom:2rem;font-size:1.4rem}.admin-sidebar nav{flex-direction:column;gap:.75rem;display:flex}.admin-sidebar a{color:#e5e7eb;border-radius:8px;padding:.8rem 1rem;text-decoration:none;transition:all .2s}.admin-sidebar a:hover{color:#01c38e;background:#1f2937}.admin-content{color:#fff;background:#0f172a;flex:1;padding:2rem;overflow-x:auto}.admin-logout{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:12px}.admin-news{width:100%}.admin-news-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-news-header h1{margin:0}.admin-news-create{color:#fff;background:#01c38e;border-radius:8px;padding:.75rem 1rem;font-weight:600;text-decoration:none}.admin-news-table{border-collapse:collapse;background:#1e293b;border-radius:12px;width:100%;overflow:hidden}.admin-news-table th{text-align:left;background:#111827;padding:1rem}.admin-news-table td{border-top:1px solid #334155;padding:1rem}.admin-news-table tr:hover{background:#ffffff08}.admin-actions{gap:.75rem;display:flex}.admin-edit{color:#01c38e;font-weight:600;text-decoration:none}.admin-delete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:.5rem .75rem}.admin-delete:hover{opacity:.9}.admin-form-page{max-width:900px}.admin-form-page h1{color:#fff;margin-bottom:2rem}.admin-form{background:#1e293b;border:1px solid #334155;border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.admin-form label{color:#e2e8f0;flex-direction:column;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.admin-form input,.admin-form textarea,.admin-form select{color:#fff;background:#0f172a;border:1px solid #334155;border-radius:8px;width:100%;padding:.9rem 1rem;font-size:1rem}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{border-color:#01c38e;outline:none}.admin-form textarea{resize:vertical;min-height:180px}.admin-form button{color:#fff;cursor:pointer;background:#01c38e;border:none;border-radius:8px;align-self:flex-start;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.admin-form button:hover{opacity:.9;transform:translateY(-1px)}.admin-form button:active{transform:translateY(0)}.image-preview{border-radius:10px;width:180px}.section-preview{border:1px solid #334155;border-radius:8px;margin-bottom:1rem;padding:1rem}.section-image-preview{border-radius:8px;width:150px;margin-top:10px}.admin-list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.media-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:2rem;display:grid}.media-card{border:1px solid #334155;border-radius:10px;padding:10px;overflow:hidden}.media-image{object-fit:cover;border-radius:8px;width:100%;height:180px}.media-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.media-tags span{background:#1e293b;border-radius:20px;padding:4px 8px;font-size:12px}.competition-logo-preview{object-fit:contain;border-radius:8px;width:70px;height:70px;margin-top:10px}.category-page{max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem}.category-page__hero{background:radial-gradient(circle at 0 0,#01c38e33,#0000 38%),linear-gradient(135deg,#132d46,#1a1e29);border:1px solid #ffffff14;border-radius:26px;margin-bottom:2.5rem;padding:3rem 2rem;position:relative;overflow:hidden}.category-page__hero:after{content:"";background:#01c38e1f;border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}.category-page__hero span{color:#01c38e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem;font-size:.85rem;font-weight:900;display:inline-block}.category-page__hero h1{color:#fff;letter-spacing:-.06em;text-transform:capitalize;margin:0 0 1rem;font-size:clamp(2.8rem,6vw,5rem);line-height:1}.category-page__hero p{color:#ffffffc2;max-width:680px;margin:0 0 1.4rem;font-size:1.15rem;line-height:1.7}.category-page__hero strong{color:#01c38e;background:#01c38e24;border:1px solid #01c38e66;border-radius:999px;padding:.65rem 1rem;font-size:.9rem;display:inline-flex}.category-page__section{margin-top:3rem}.category-page__section-header{margin-bottom:1.5rem}.category-page__section-header span{color:#01c38e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.85rem;font-weight:900;display:inline-block}.category-page__section-header h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1}.category-page__grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.category-page__empty{color:#ffffffbf;text-align:center;background:#132d46;border:1px solid #ffffff14;border-radius:18px;max-width:1200px;margin:3rem auto;padding:2rem;font-weight:700}@media (width<=1100px){.category-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.category-page{padding:2rem 1rem 4rem}.category-page__hero{border-radius:20px;padding:2.2rem 1.2rem}.category-page__grid{grid-template-columns:1fr}}.not-found-page{text-align:center;min-height:60vh;color:var(--text-h);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.not-found-page h1{color:var(--accent);margin:0;font-size:5rem}.not-found-page h2{margin:.5rem 0}.not-found-page p{color:var(--text);margin-bottom:1.5rem}.not-found-page__button{background:var(--accent);color:#fff;border-radius:10px;padding:.8rem 1.2rem;font-weight:700;text-decoration:none}
