.Navbar-module__dVeNwG__navbar{background-color:var(--color-bg-white);border-bottom:1px solid var(--color-border-light);padding:1rem 2.5rem}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__dVeNwG__logo{width:auto;height:36px}.Navbar-module__dVeNwG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__dVeNwG__navLink{color:var(--color-text-light);border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Navbar-module__dVeNwG__navLink:before{content:"";background:linear-gradient(90deg,transparent,rgba(var(--color-primary-rgb,59,130,246),.1),transparent);width:100%;height:100%;transition:left .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.Navbar-module__dVeNwG__navLink:hover{color:var(--color-primary);background-color:rgba(var(--color-primary-rgb,59,130,246),.05);transform:translateY(-1px)}.Navbar-module__dVeNwG__navLink:hover:before{left:100%}.Navbar-module__dVeNwG__navLink.Navbar-module__dVeNwG__active{color:var(--color-primary);background-color:rgba(var(--color-primary-rgb,59,130,246),.08);font-weight:600}.Navbar-module__dVeNwG__navLink.Navbar-module__dVeNwG__active:after{content:"";background-color:var(--color-primary);border-radius:50%;width:4px;height:4px;animation:.3s ease-out Navbar-module__dVeNwG__fadeIn;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}@keyframes Navbar-module__dVeNwG__fadeIn{0%{opacity:0;transform:translate(-50%)scale(0)}to{opacity:1;transform:translate(-50%)scale(1)}}@media (max-width:1000px){.Navbar-module__dVeNwG__navbar{padding:.6rem 1rem}.Navbar-module__dVeNwG__navLinks{gap:1.5rem}.Navbar-module__dVeNwG__navLink{padding:.4rem .8rem}}@media (max-width:768px){.Navbar-module__dVeNwG__container{padding:0 1rem}.Navbar-module__dVeNwG__logo{height:28px}.Navbar-module__dVeNwG__navLinks{gap:1.25rem}.Navbar-module__dVeNwG__navLink{padding:.35rem .7rem;font-size:.9rem}}@media (max-width:540px){.Navbar-module__dVeNwG__logo{height:24px}.Navbar-module__dVeNwG__navbar{padding:.4rem .6rem}.Navbar-module__dVeNwG__navLinks{gap:1rem}.Navbar-module__dVeNwG__navLink{padding:.3rem .6rem;font-size:.85rem}}@media (max-width:370px){.Navbar-module__dVeNwG__logo{height:20px}.Navbar-module__dVeNwG__navLink{padding:.25rem .5rem}}
.Footer-module__rnk_JG__footer{background-color:var(--color-bg-white);border-top:1px solid var(--color-border-light);margin-top:auto;padding:1rem 0}.Footer-module__rnk_JG__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__rnk_JG__content{justify-content:space-between;align-items:center;display:flex}.Footer-module__rnk_JG__infotext{color:var(--color-text-light);font-size:.9rem}.Footer-module__rnk_JG__links{gap:2rem;display:flex}.Footer-module__rnk_JG__link{color:var(--color-text-light);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__rnk_JG__link:hover{color:var(--color-primary)}@media (max-width:768px){.Footer-module__rnk_JG__container{padding:0 1rem}.Footer-module__rnk_JG__content{text-align:center;flex-direction:column;gap:1rem}.Footer-module__rnk_JG__links{gap:1.5rem}}
.EditSection-module__ebTB1G__editSection{flex:1;min-width:230px;max-width:430px;height:-moz-fit-content;height:fit-content;margin-top:2rem}.EditSection-module__ebTB1G__saveButton{background-color:var(--color-primary);color:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;padding:max(.5rem,min(1.5vw,.75rem)) max(.75rem,min(2vw,1rem));font-size:max(.8rem,min(2vw,.95rem));font-weight:500;transition:background-color .2s;display:flex}.EditSection-module__ebTB1G__saveButton:hover{background-color:var(--color-primary-hover)}.EditSection-module__ebTB1G__field{margin-bottom:1.5rem}.EditSection-module__ebTB1G__label{color:var(--color-text-medium);margin-bottom:.5rem;font-size:max(.85rem,min(2vw,1rem));font-weight:500;display:block}.EditSection-module__ebTB1G__input{border:1px solid var(--color-border-medium);background-color:var(--color-bg-lighter);text-transform:uppercase;border-radius:4px;width:100%;padding:max(.5rem,min(1.5vw,.75rem));font-size:max(.9rem,min(2vw,1rem))}.EditSection-module__ebTB1G__input:focus{outline:2px solid var(--color-primary);outline-offset:-1px}.EditSection-module__ebTB1G__kitGrid{flex-wrap:wrap;gap:12px;display:flex}.EditSection-module__ebTB1G__kitOption{border:2px solid var(--color-border-medium);cursor:pointer;background-color:var(--color-bg-lighter);border-radius:4px;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:7px 8px 4px;transition:border-color .2s;display:flex}.EditSection-module__ebTB1G__kitOption.EditSection-module__ebTB1G__active{border-color:var(--color-primary)}.EditSection-module__ebTB1G__kitPreview{overflow:hidden}.EditSection-module__ebTB1G__colorFields{flex-wrap:wrap;gap:1rem;display:flex}.EditSection-module__ebTB1G__colorLabel{color:var(--color-text-light);margin-left:.5rem;font-size:max(.8rem,min(2vw,.95rem))}@media (max-width:1000px){.EditSection-module__ebTB1G__editSection{order:2;width:100%;max-width:650px;padding-left:1rem;padding-right:1rem}}@media (max-width:600px){.EditSection-module__ebTB1G__saveButton{padding:.5rem .75rem;font-size:.85rem}.EditSection-module__ebTB1G__input{font-size:.9rem}.EditSection-module__ebTB1G__label{font-size:.85rem}.EditSection-module__ebTB1G__colorFields{gap:.75rem}}
.Dropdown-module__VHmxTa__dropdown{width:100%;position:relative}.Dropdown-module__VHmxTa__trigger{color:#333;cursor:pointer;background-color:#f9fafa;border:1px solid #e1e1e1;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:max(.5rem,min(1.5vw,.75rem));font-size:1rem;display:flex}.Dropdown-module__VHmxTa__trigger:hover{outline-offset:-1px;outline:2px solid #007575}.Dropdown-module__VHmxTa__icon{transition:transform .2s}.Dropdown-module__VHmxTa__rotate{transform:rotate(180deg)}.Dropdown-module__VHmxTa__menu{z-index:50;background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;width:100%;max-height:220px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.Dropdown-module__VHmxTa__option{cursor:pointer;padding:max(.5rem,min(1.5vw,.75rem));font-size:1rem}.Dropdown-module__VHmxTa__option:hover{background-color:#ecf0f0}.Dropdown-module__VHmxTa__option.Dropdown-module__VHmxTa__active,.Dropdown-module__VHmxTa__option.Dropdown-module__VHmxTa__active:hover{color:#fff;background-color:#007575}@media (max-width:600px){.Dropdown-module__VHmxTa__trigger,.Dropdown-module__VHmxTa__option{font-size:.9rem}}
.CustomColorPicker-module__SI6qsq__colorPickerWrapper{cursor:pointer;border:2px solid #e1e1e1;border-radius:4px;align-items:center;width:60px;height:40px;display:flex;position:relative;overflow:hidden}.CustomColorPicker-module__SI6qsq__open{border:2px solid #007575}.CustomColorPicker-module__SI6qsq__arrowOpen{border-left:2px solid #007575}.CustomColorPicker-module__SI6qsq__colorPreview{flex:1;height:100%}.CustomColorPicker-module__SI6qsq__arrowWrapper{background-color:#f9fafa;border-left:2px solid #e1e1e1;justify-content:center;align-items:center;width:24px;height:100%;display:flex}.CustomColorPicker-module__SI6qsq__icon{transition:transform .2s}.CustomColorPicker-module__SI6qsq__rotate{transform:rotate(180deg)}.CustomColorPicker-module__SI6qsq__hiddenInput{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}
.NameChangeModal-module__O1-IwG__overlay{z-index:1000;background:rgba(0,0,0,.55);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.NameChangeModal-module__O1-IwG__modal{background:#fff;border-radius:6px;width:90%;max-width:430px;padding:1.5rem;animation:.2s ease-in-out NameChangeModal-module__O1-IwG__fadeIn;box-shadow:0 4px 12px rgba(0,0,0,.2)}.NameChangeModal-module__O1-IwG__title{color:#333;margin-bottom:1.25rem;font-size:1.1rem;font-weight:500}.NameChangeModal-module__O1-IwG__input{text-transform:uppercase;background-color:#f9fafa;border:1px solid #e1e1e1;border-radius:4px;width:100%;margin-bottom:1.5rem;padding:.75rem;font-size:1rem}.NameChangeModal-module__O1-IwG__input:focus{outline-offset:-1px;outline:2px solid #007575}.NameChangeModal-module__O1-IwG__actions{justify-content:flex-end;gap:.75rem;display:flex}.NameChangeModal-module__O1-IwG__cancel{color:#333;cursor:pointer;background-color:#e1e1e1;border:none;border-radius:4px;padding:.6rem 1rem;font-weight:500}.NameChangeModal-module__O1-IwG__cancel:hover{background-color:#d5d5d5}.NameChangeModal-module__O1-IwG__save{color:#fff;cursor:pointer;background-color:#007575;border:none;border-radius:4px;padding:.6rem 1rem;font-weight:500}.NameChangeModal-module__O1-IwG__save:hover{background-color:#008a8a}@keyframes NameChangeModal-module__O1-IwG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.Player-module__8rZEDW__player{cursor:pointer;text-align:center;white-space:nowrap;flex-direction:column;align-items:center;max-width:80px;transition:transform .2s;display:flex}.Player-module__8rZEDW__player:hover{transform:scale(1.05)}.Player-module__8rZEDW__shirt{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Player-module__8rZEDW__name{color:#fff;background-color:var(--color-player-bg);-webkit-backdrop-filter:blur(10px);text-align:center;text-transform:uppercase;border-radius:5px;min-height:1rem;margin-top:.15rem;padding:.2rem .4rem;font-size:.7rem;font-weight:700}@media (max-width:540px){.Player-module__8rZEDW__shirt{width:27px;height:27px}.Player-module__8rZEDW__name{min-height:.67rem;margin-top:.1rem;padding:.1rem .2rem;font-size:.46rem}}@media (max-width:340px){.Player-module__8rZEDW__shirt{width:20.25px;height:20.25px}.Player-module__8rZEDW__name{min-height:.5rem;margin-top:.08rem;font-size:.34rem}}@media (min-width:1050px){.Player-module__8rZEDW__shirt{width:47px;height:47px}.Player-module__8rZEDW__name{min-height:1.16rem;margin-top:.18rem;font-size:.8rem}}
.FormationRows-module__sLysga__formation{flex-direction:column;justify-content:flex-start;gap:1.5rem;width:100%;display:flex}.FormationRows-module__sLysga__row{justify-content:center;gap:1rem;display:flex}.FormationRows-module__sLysga__goalkeepRow{justify-content:center}.FormationRows-module__sLysga__formation{flex-direction:column;justify-content:flex-start;align-items:center;gap:1.5rem;width:100%;display:flex}.FormationRows-module__sLysga__playerContainer{flex-shrink:0;justify-content:center;align-items:center;width:80px;display:flex}.FormationRows-module__sLysga__formationFive{gap:.5rem}@media (max-width:540px){.FormationRows-module__sLysga__formation{gap:1rem}.FormationRows-module__sLysga__formationFive{gap:.25rem}.FormationRows-module__sLysga__row{gap:.67rem}.FormationRows-module__sLysga__playerContainer{width:60px}}@media (max-width:340px){.FormationRows-module__sLysga__formation{gap:.75rem}.FormationRows-module__sLysga__formationFive{gap:.25rem}.FormationRows-module__sLysga__row{gap:.5rem}.FormationRows-module__sLysga__playerContainer{width:50px}}@media (min-width:1050px){.FormationRows-module__sLysga__formation{gap:1.75rem}.FormationRows-module__sLysga__formationFive{gap:.7rem}.FormationRows-module__sLysga__row{gap:1.16rem}.FormationRows-module__sLysga__playerContainer{width:90px}}
.LineupDisplay-module__IuPxCG__lineupContainer{flex:1;justify-content:right;align-items:flex-end;width:100%;padding-top:0;display:flex}.LineupDisplay-module__IuPxCG__withBorder{border:1px solid var(--color-border-dark);border-radius:8px;overflow:hidden}.LineupDisplay-module__IuPxCG__pitchContainer{aspect-ratio:4/5;width:500px;margin-top:0;position:relative}.LineupDisplay-module__IuPxCG__pitchToggle{z-index:10;background-color:var(--color-overlay);border:1px solid var(--color-border-medium);border-radius:6px;gap:4px;padding:4px;display:flex;position:absolute;top:12px;right:12px}.LineupDisplay-module__IuPxCG__toggleButton{cursor:pointer;color:var(--color-text-light);background-color:transparent;border:none;border-radius:4px;outline:none;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s}.LineupDisplay-module__IuPxCG__toggleButton:focus{outline:none}.LineupDisplay-module__IuPxCG__toggleButton.LineupDisplay-module__IuPxCG__selected{background-color:var(--color-bg-white);color:var(--color-text-dark);border-bottom:2px solid var(--color-primary)}.LineupDisplay-module__IuPxCG__overlay{z-index:1;flex-direction:column;justify-content:flex-end;align-items:center;padding:2rem;display:flex;position:absolute;top:0;bottom:4.5rem;left:0;right:0}.LineupDisplay-module__IuPxCG__small{color:var(--color-text-muted);text-align:center;margin-top:3rem;font-size:.75rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.LineupDisplay-module__IuPxCG__smallDark{color:var(--color-text-muted-dark)}.LineupDisplay-module__IuPxCG__teamName{color:#000;text-align:center;text-transform:uppercase;margin-top:4.5rem;font-size:2rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%)}.LineupDisplay-module__IuPxCG__teamNameDark{color:#fff}.LineupDisplay-module__IuPxCG__exportMode{border:none;margin:0;padding:0}@media (max-width:1000px){.LineupDisplay-module__IuPxCG__lineupContainer{justify-content:center}.LineupDisplay-module__IuPxCG__pitchToggle{padding:3px;top:10px;right:10px}.LineupDisplay-module__IuPxCG__toggleButton{padding:6px 10px;font-size:11px}.LineupDisplay-module__IuPxCG__small{font-size:.7rem}}@media (max-width:540px){.LineupDisplay-module__IuPxCG__pitchToggle{padding:2px;top:6px;right:6px}.LineupDisplay-module__IuPxCG__teamName{margin-top:3.2rem;font-size:1.33rem}.LineupDisplay-module__IuPxCG__pitchContainer{width:333px}.LineupDisplay-module__IuPxCG__overlay{padding:1.33rem;bottom:3rem}.LineupDisplay-module__IuPxCG__small{margin-top:2.2rem;font-size:.55rem}}@media (max-width:340px){.LineupDisplay-module__IuPxCG__teamName{margin-top:2.5rem;font-size:1rem}.LineupDisplay-module__IuPxCG__pitchContainer{width:250px}.LineupDisplay-module__IuPxCG__overlay{padding:1rem;bottom:2.25rem}.LineupDisplay-module__IuPxCG__small{margin-top:1.8rem;font-size:.45rem}}@media (min-width:1050px){.LineupDisplay-module__IuPxCG__teamName{margin-top:5.2rem;font-size:2.34rem}.LineupDisplay-module__IuPxCG__small{margin-top:3.6rem}.LineupDisplay-module__IuPxCG__pitchContainer{width:584px}.LineupDisplay-module__IuPxCG__overlay{padding:2.34rem;bottom:5.25rem}}
.articles-module__7N0wYa__container{flex-direction:column;min-height:100vh;display:flex}.articles-module__7N0wYa__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem}.articles-module__7N0wYa__header{text-align:center;margin-bottom:3rem}.articles-module__7N0wYa__title{color:var(--color-text-dark);margin-bottom:1rem;font-size:3rem}.articles-module__7N0wYa__subtitle{color:var(--color-text-light);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.articles-module__7N0wYa__articlesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.articles-module__7N0wYa__articleCard{background:var(--color-bg-white);border:2px solid var(--color-border-light);color:inherit;border-radius:12px;padding:2rem;text-decoration:none;transition:all .2s}.articles-module__7N0wYa__articleCard:hover{box-shadow:var(--color-shadow-medium);border-color:var(--color-primary);transform:translateY(-2px)}.articles-module__7N0wYa__articleMenuHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.articles-module__7N0wYa__category{background:var(--color-primary-light);color:var(--color-primary);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.articles-module__7N0wYa__readTime{color:var(--color-text-light);font-size:.875rem;font-weight:500}.articles-module__7N0wYa__articleTitle{color:var(--color-text-dark);margin-bottom:1rem;font-size:1.5rem;font-style:italic;font-weight:800;line-height:1.3}.articles-module__7N0wYa__articleExcerpt{color:var(--color-text-light);font-size:1rem;line-height:1.6}.articles-module__7N0wYa__article{overflow:hidden}.articles-module__7N0wYa__articleHeader{border-bottom:1px solid var(--color-border-light);padding:2.5rem}.articles-module__7N0wYa__backLink{color:var(--color-primary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.articles-module__7N0wYa__backLink:hover{color:var(--color-primary-hover)}.articles-module__7N0wYa__meta{justify-content:center;align-items:center;gap:1rem;margin-top:1rem;margin-bottom:2rem;display:flex}.articles-module__7N0wYa__categoryBlue{background:var(--color-primary-light);color:var(--color-blue);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.articles-module__7N0wYa__excerpt{color:var(--color-text-light);margin-bottom:0;font-size:1.2rem;line-height:1.6}.articles-module__7N0wYa__content{padding:2.5rem}.articles-module__7N0wYa__content h2{color:var(--color-text-dark);margin:2rem 0 1rem;font-size:1.75rem}.articles-module__7N0wYa__content h3{color:var(--color-text-dark);margin:1.5rem 0 .75rem;font-size:1.25rem;font-weight:600}.articles-module__7N0wYa__content p{color:var(--color-text-medium);margin-bottom:1.5rem;line-height:1.7}.articles-module__7N0wYa__content ul{margin-bottom:1.5rem;padding-left:1.5rem}.articles-module__7N0wYa__content li{color:var(--color-text-medium);margin-bottom:.75rem;line-height:1.6}.articles-module__7N0wYa__buildButton{background-color:var(--color-primary);color:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;margin-bottom:2rem;padding:max(.5rem,min(1.5vw,.75rem)) max(.75rem,min(2vw,1rem));font-size:max(.8rem,min(2vw,.95rem));font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.articles-module__7N0wYa__buildButton:hover{background-color:var(--color-primary-hover)}.articles-module__7N0wYa__content strong{color:var(--color-text-dark);font-weight:600}@media (max-width:1000px){.articles-module__7N0wYa__main{padding:1.5rem}.articles-module__7N0wYa__title{font-size:2.5rem}.articles-module__7N0wYa__articlesGrid{grid-template-columns:1fr;gap:1.5rem}.articles-module__7N0wYa__articleHeader,.articles-module__7N0wYa__content{padding:2rem}.articles-module__7N0wYa__articleTitle{font-size:2.25rem}}@media (max-width:768px){.articles-module__7N0wYa__main{padding:1rem}.articles-module__7N0wYa__title{font-size:2rem}.articles-module__7N0wYa__subtitle{font-size:1.1rem}.articles-module__7N0wYa__articleCard{padding:1.5rem}.articles-module__7N0wYa__articleTitle{font-size:1.25rem}.articles-module__7N0wYa__articleHeader,.articles-module__7N0wYa__content{padding:1.5rem}.articles-module__7N0wYa__excerpt{font-size:1.1rem}.articles-module__7N0wYa__content h2{font-size:1.5rem}.articles-module__7N0wYa__meta{margin-top:.75rem;margin-bottom:1rem}}@media (max-width:480px){.articles-module__7N0wYa__main{padding:.75rem}.articles-module__7N0wYa__title{font-size:1.75rem}.articles-module__7N0wYa__articleCard,.articles-module__7N0wYa__articleHeader,.articles-module__7N0wYa__content{padding:1.25rem}}
.page-module__E0kJGG__container{flex-direction:column;min-height:100vh;display:flex}.page-module__E0kJGG__hero{background:linear-gradient(135deg,var(--color-primary-light)0%,var(--color-bg-white)100%);border-bottom:1px solid var(--color-border-light);border-top:1px solid var(--color-border-light);padding:3rem 2.5rem}.page-module__E0kJGG__heroContent{text-align:center;max-width:1200px;margin:0 auto}.page-module__E0kJGG__heroTitle{color:var(--color-text-dark);margin-bottom:1.5rem;font-size:max(2rem,min(5vw,3.5rem));font-style:italic;font-weight:800;line-height:1.2}.page-module__E0kJGG__heroSubtitle{color:var(--color-text-light);max-width:800px;margin:0 auto 2.5rem;font-size:max(1rem,min(2.5vw,1.25rem));line-height:1.6}.page-module__E0kJGG__heroFeatures{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.page-module__E0kJGG__featureItem{color:var(--color-text-medium);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.page-module__E0kJGG__featureIcon{font-size:1.25rem}.page-module__E0kJGG__main{flex:1;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem;display:flex}.page-module__E0kJGG__seoContent{background:var(--color-bg-light);border-top:1px solid var(--color-border-light);padding:4rem 2.5rem}.page-module__E0kJGG__seoSection{max-width:1200px;margin:0 auto 3rem}.page-module__E0kJGG__seoTitle{color:var(--color-text-dark);text-align:center;margin-bottom:1.5rem;font-size:max(1.75rem,min(4vw,2.25rem));font-weight:700}.page-module__E0kJGG__seoText{color:var(--color-text-medium);text-align:center;max-width:900px;margin:0 auto;font-size:1.125rem;line-height:1.7}.page-module__E0kJGG__seoText strong{color:var(--color-primary);font-weight:600}.page-module__E0kJGG__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.page-module__E0kJGG__featureCard{background:var(--color-bg-white);border:2px solid var(--color-border-light);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.page-module__E0kJGG__featureCard:hover{box-shadow:var(--color-shadow-medium);border-color:var(--color-primary);transform:translateY(-2px)}.page-module__E0kJGG__featureTitle{color:var(--color-text-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.page-module__E0kJGG__featureDescription{color:var(--color-text-medium);font-size:1rem;line-height:1.6}.page-module__E0kJGG__benefitsList{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1000px;margin:2rem auto 0;display:grid}.page-module__E0kJGG__benefit{background:var(--color-bg-white);border-left:4px solid var(--color-primary);color:var(--color-text-medium);border-radius:8px;padding:1.5rem;font-size:1rem;line-height:1.6}.page-module__E0kJGG__benefit strong{color:var(--color-text-dark);margin-bottom:.5rem;display:block}.page-module__E0kJGG__callToAction{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-hover)100%);color:var(--color-bg-white);text-align:center;max-width:800px;box-shadow:var(--color-shadow-medium);border-radius:16px;margin:3rem auto 0;padding:3rem 2rem}.page-module__E0kJGG__ctaTitle{margin-bottom:1.5rem;font-size:max(1.75rem,min(4vw,2.5rem));font-weight:700;line-height:1.3}.page-module__E0kJGG__ctaText{opacity:.95;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (max-width:1000px){.page-module__E0kJGG__hero{padding:2rem 1.5rem}.page-module__E0kJGG__heroFeatures{gap:1.5rem}.page-module__E0kJGG__main{flex-direction:column;align-items:center;gap:1rem;padding:1rem}.page-module__E0kJGG__seoContent{padding:3rem 1.5rem}.page-module__E0kJGG__featuresGrid{grid-template-columns:1fr;gap:1.5rem}.page-module__E0kJGG__benefitsList{grid-template-columns:1fr;gap:1rem}}@media (max-width:768px){.page-module__E0kJGG__hero{padding:1.5rem 1rem}.page-module__E0kJGG__heroFeatures{flex-direction:column;gap:1rem}.page-module__E0kJGG__featureItem{justify-content:center}.page-module__E0kJGG__main{flex-direction:column;align-items:center;gap:1rem;padding-left:0;padding-right:0}.page-module__E0kJGG__seoContent{padding:2rem 1rem}.page-module__E0kJGG__featureCard{padding:1.5rem}.page-module__E0kJGG__benefit{padding:1.25rem}}@media (max-width:600px){.page-module__E0kJGG__hero{padding:1.25rem .75rem}.page-module__E0kJGG__seoContent{padding:2rem .75rem}.page-module__E0kJGG__featureCard{padding:1.25rem}.page-module__E0kJGG__benefitsList{margin-top:1.5rem}.page-module__E0kJGG__callToAction{margin:1.5rem auto 0;padding:1.5rem .75rem}}
.privacy-module__VTbb1a__container{flex-direction:column;min-height:100vh;display:flex}.privacy-module__VTbb1a__main{flex:1;max-width:800px;margin:0 auto;padding:2rem;line-height:1.6}.privacy-module__VTbb1a__title{margin-bottom:1rem;font-size:2rem;font-weight:700}.privacy-module__VTbb1a__date{color:#666;margin-bottom:2rem}.privacy-module__VTbb1a__text{margin-bottom:1rem}.privacy-module__VTbb1a__list{margin:1rem 0 2rem 1.5rem;padding:0}.privacy-module__VTbb1a__list li{margin-bottom:.75rem}
.terms-module__MHYekq__container{flex-direction:column;min-height:100vh;display:flex}.terms-module__MHYekq__main{flex:1;max-width:800px;margin:0 auto;padding:2rem;line-height:1.6}.terms-module__MHYekq__title{margin-bottom:1rem;font-size:2rem;font-weight:700}.terms-module__MHYekq__date{color:#666;margin-bottom:2rem}.terms-module__MHYekq__list{margin-left:1.5rem;padding:0}.terms-module__MHYekq__list li{margin-bottom:1rem}
