@import "https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lexend,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:#010907}.home,.auth-page{background:radial-gradient(68% 42% at 12% 8%,#5d9b5457,#0000 70%),radial-gradient(56% 40% at 92% 95%,#416a3b4d,#0000 72%),linear-gradient(#030e09 0%,#010907 100%);min-height:100svh;padding:clamp(20px,3vw,38px);position:relative;overflow:hidden}.page-back{z-index:25;color:#dce6d8;min-height:36px;font:inherit;background:#08100ce6;border:1px solid #6b856773;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex;position:fixed;top:12px;left:12px}.page-back:disabled{opacity:.45}.home__bg,.auth-page__bg{filter:blur(32px);pointer-events:none;border-radius:999px;position:absolute}.home__bg--top,.auth-page__bg--top{background:#6a9d681a;width:256px;height:256px;top:-96px;right:-96px}.home__bg--bottom,.auth-page__bg--bottom{background:#304e2f29;width:384px;height:384px;bottom:-96px;left:-96px}.home__content{z-index:1;flex-direction:column;justify-content:space-between;gap:32px;width:min(100%,640px);min-height:calc(100svh - clamp(40px,8vw,96px));margin:0 auto;display:flex;position:relative}.home__header{flex-direction:column;align-items:center;gap:12px;padding-top:clamp(8px,1.5vw,20px);display:flex}.home__logo-wrap{background:#6a9d68;border-radius:12px;place-items:center;width:64px;height:64px;display:grid;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.home__title{letter-spacing:-.02em;color:#e1e3dc;text-align:center;flex-direction:column;align-items:center;margin:0;font-size:clamp(40px,7vw,64px);font-weight:700;line-height:1.1;display:flex}.home__subtitle{text-align:center;color:#c1c9bc;margin:0;font-size:clamp(14px,2.1vw,18px);line-height:1.5}.home__roles{gap:24px;display:grid}.role-card{text-align:left;cursor:pointer;background:#1d201ceb;border:2px solid #41493f4d;border-radius:12px;align-items:center;gap:clamp(14px,2.6vw,24px);width:100%;min-height:126px;padding:26px;display:flex;box-shadow:0 1px 1px #0000000d}.role-card:focus-visible{outline-offset:2px;outline:2px solid #9fd49a}.role-card--selected{background:#6a9d6833;border-color:#9fd49a}.role-card--passive{opacity:.78}.role-card__icon-wrap{background:#304e2f;border-radius:999px;flex:none;place-items:center;width:56px;height:56px;display:grid}.role-card__content{gap:4px;min-width:0;display:grid}.role-card__title{color:#e1e3dc;letter-spacing:-.01em;font-size:clamp(24px,3.6vw,30px);font-weight:600;line-height:1}.role-card__title--multiline{line-height:1.1}.role-card__description{color:#c1c9bc;font-size:clamp(14px,2vw,17px);line-height:1.5}.role-card__status{color:#9fd49a;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.role-card__chevron{flex:none;margin-left:auto}.home__footer{gap:16px;display:grid}.home__continue{color:#06390f;cursor:pointer;background:#9fd49a;border:0;border-radius:12px;width:100%;min-height:64px;font-family:inherit;font-size:clamp(16px,2.2vw,22px);font-weight:700;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.home__continue:focus-visible{outline-offset:2px;outline:2px solid #d8f5d4}.home__continue:disabled{color:#dce6d880;cursor:not-allowed;box-shadow:none;background:#9fd49a47}.home__hint{text-align:center;opacity:.6;color:#c1c9bc;letter-spacing:.05em;margin:0;font-size:clamp(12px,1.6vw,14px);line-height:1.25}.auth-shell{z-index:1;place-items:center;width:min(100%,640px);min-height:calc(100svh - clamp(40px,6vw,76px));margin:0 auto;display:grid;position:relative}.auth-card{background:#0a120ef2;border:1px solid #53625047;border-radius:12px;width:100%;max-width:430px;margin-inline:auto;padding:clamp(24px,4vw,38px);box-shadow:0 30px 42px #00000059}.auth-card__logo{background:#79b174;border-radius:999px;place-items:center;width:52px;height:52px;margin:0 auto 16px;display:grid}.auth-card__heading{text-align:center;color:#e1e3dc;letter-spacing:-.01em;margin:0;font-size:clamp(38px,6vw,52px);line-height:1.1}.auth-card__subheading{text-align:center;color:#c1c9bc;margin:10px 0 22px;font-size:clamp(14px,2vw,16px);line-height:1.45}.auth-form{gap:10px;display:grid}.auth-form__label,.register-form label{color:#dfe2d9eb;letter-spacing:.11em;font-size:11px;font-weight:600}.auth-form__input-wrap,.register-input{background:linear-gradient(90deg,#1e2520e6 0%,#252b27e6 100%);border:1px solid #47504866;border-radius:8px;align-items:center;gap:10px;height:44px;padding:0 12px;display:flex}.auth-form__icon{color:#b7beb1db;flex:none;width:22px;height:22px}.auth-form input[type=text],.auth-form input[type=password],.register-input input{color:#d6dbd2;background:0 0;border:0;outline:0;flex:auto;min-width:0;font-family:inherit;font-size:18px}.auth-form input::placeholder,.register-input input::placeholder{color:#b0b8abb8}.auth-form__icon-btn,.register-input__eye{color:#b1b9aad6;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:22px;height:22px;padding:0;display:grid}.auth-form__meta{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.auth-form__checkbox{color:#c2cabce6;align-items:center;gap:8px;font-size:14px;display:inline-flex}.auth-form__checkbox input{border-radius:4px;width:16px;height:16px}.auth-form__link{color:#9fd49a;cursor:pointer;background:0 0;border:0;font-family:inherit;font-size:14px;font-weight:600}.auth-form__submit,.register-submit{color:#0d3a14;cursor:pointer;background:#9fd49a;border:0;border-radius:8px;min-height:48px;margin-top:8px;font-family:inherit;font-size:18px;font-weight:700}.auth-form__submit:disabled,.register-submit:disabled{opacity:.68;cursor:wait}.auth-alert{border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.4}.auth-alert--error{color:#ffd0d0;background:#69161647;border:1px solid #ff787859}.field-status{border-radius:8px;margin-top:-2px;padding:9px 11px;font-size:12px;font-weight:700;line-height:1.35}.field-status--success{color:#bdf0b8;background:#3f7c3a2e;border:1px solid #9fd49a59}.field-status--error{color:#ffd89d;background:#704c1333;border:1px solid #ffc26952}.field-help{color:#c1c9bcb8;margin:-2px 0 0;font-size:12px;line-height:1.35}.auth-divider{color:#a8afa2b8;letter-spacing:.08em;align-items:center;gap:10px;margin:22px 0 16px;font-size:10px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#606e5d59;flex:auto;height:1px}.auth-socials{gap:12px;display:grid}.auth-social{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:0 18px;font-family:inherit;font-size:15px;font-weight:700;transition:background-color .16s,border-color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 1px 2px #3c404326}.auth-social:hover{background:#f8fafd;border-color:#c9ced6;box-shadow:0 2px 4px #3c404338}.auth-social:focus-visible{outline-offset:3px;outline:2px solid #9fd49a}.auth-social__google-icon{flex:none;width:20px;height:20px}.auth-register{text-align:center;color:#c6ccc1f2;margin:34px 0 0;font-size:16px}.auth-register button{color:#9fd49a;font:inherit;cursor:pointer;background:0 0;border:0;font-weight:700}.register{z-index:1;width:min(100%,640px);margin:0 auto;position:relative}.register-hero{border-radius:20px;height:clamp(160px,26vw,236px);margin:0 auto 18px;position:relative;overflow:hidden}.register-hero__bg{background:linear-gradient(#e2e7b99e 0%,#3a502129 34%,#08140db3 100%),repeating-linear-gradient(90deg,#446d28f2 0 14px,#4c782df2 14px 28px);width:100%;height:100%;position:relative}.register-hero__bg:before{content:"";background:#ebefe4eb;width:5px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.register-hero__bg:after{content:"";border:5px solid #e8ecded9;border-radius:50%;width:180%;height:180px;position:absolute;top:-52px;left:50%;transform:translate(-50%)}.register-hero h1{color:#dfe5dd;margin:0;font-size:clamp(42px,6.2vw,62px);line-height:1;position:absolute;bottom:26px;left:28px}.register-card{background:#0a120ef2;border:1px solid #5362503d;border-radius:12px;padding:clamp(20px,3.5vw,36px);box-shadow:0 30px 40px #00000059}.register-card__intro{color:#c7cdc3;text-align:center;margin:0 0 22px;font-size:clamp(15px,2.2vw,20px);line-height:1.45}.register-form,.register-form__field{gap:10px;display:grid}.register-form__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.register-select{position:relative}.register-select__button{color:#d6dbd2;width:100%;height:48px;font:inherit;cursor:pointer;background:linear-gradient(#262f28fa,#19211cfa),#1e2520;border:1px solid #5d765b8c;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px 0 14px;font-size:16px;font-weight:600;display:flex;box-shadow:inset 0 1px #ffffff0a}.register-select__button:hover:not(:disabled),.register-select--open .register-select__button{background:linear-gradient(#2c3a2ffa,#1d2921fa),#243128;border-color:#9fd49ac7}.register-select__button:focus-visible{outline-offset:2px;outline:2px solid #9fd49a}.register-select__button:disabled{cursor:not-allowed;opacity:.66}.register-select__button--placeholder{color:#b0b8abb8}.register-select__value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.register-select__chevron{color:#9fd49a;background:#9fd49a1f;border-radius:999px;flex:none;place-items:center;width:28px;height:28px;font-size:14px;font-weight:800;transition:transform .16s;display:grid}.register-select--open .register-select__chevron{transform:rotate(180deg)}.register-select__menu{z-index:30;background:#0d1611fa;border:1px solid #7696717a;border-radius:10px;max-height:238px;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 34px #0000006b,inset 0 1px #ffffff0a}.register-select__option{color:#d6dbd2;width:100%;min-height:40px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 10px;font-size:14px;font-weight:600}.register-select__option:hover:not(:disabled),.register-select__option:focus-visible{color:#f0f5ed;background:#9fd49a24;outline:0}.register-select__option--selected{color:#bdf0b8;background:#9fd49a38}.register-select__option:disabled{color:#b0b8ab80;cursor:not-allowed}.position-picker{grid-template-columns:repeat(auto-fit,minmax(116px,1fr));gap:10px;display:grid}.position-option{color:#d6dbd2;cursor:pointer;background:#1e2520e6;border:1px solid #4750486b;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px;min-height:58px;padding:10px 12px;display:grid}.position-option input{accent-color:#9fd49a;width:16px;height:16px;margin:0}.position-option span{font-size:15px;font-weight:700}.position-option small{color:#c1c9bcc7;grid-column:2;min-width:0;font-size:11px;line-height:1.25}.position-option--selected{background:#6a9d6838;border-color:#9fd49ad1}.position-option:has(input:disabled){opacity:.52;cursor:not-allowed}.position-picker__hint{color:#c1c9bcd6;background:#1e2520b8;border:1px solid #4750486b;border-radius:8px;padding:14px;font-size:13px}.register-terms{align-items:flex-start;gap:12px;margin-top:6px;display:flex}.register-terms input{border-radius:4px;width:18px;height:18px;margin-top:1px}.register-terms span{color:#bbc5b8;letter-spacing:0;font-size:clamp(15px,2vw,19px);font-weight:500;line-height:1.4}.register-terms em{color:#9fd49a;font-style:normal}.register-submit{justify-content:center;align-items:center;gap:10px;min-height:56px;font-size:clamp(19px,2.2vw,22px);display:inline-flex}.register-login{text-align:center;color:#c6ccc1f2;border-top:1px solid #707b6c40;margin:26px 0 0;padding:22px 0 0;font-size:clamp(18px,2.1vw,22px)}.register-login button{color:#9fd49a;font:inherit;cursor:pointer;background:0 0;border:0;font-weight:700}.success-modal{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:20;background:#01070585;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.success-modal__content{text-align:center;background:#111a14;border:1px solid #8dbf8866;border-radius:14px;gap:8px;width:min(100%,420px);padding:26px;display:grid;box-shadow:0 20px 38px #00000073}.success-modal__content strong{color:#b9ebb4;font-size:24px}.success-modal__content span{color:#d4dad1;font-size:15px}@media (width<=720px){.home,.auth-page{padding:18px}.home__content,.register{width:min(100%,390px)}.auth-shell{width:100%;max-width:390px}.auth-form__meta{flex-direction:column;align-items:flex-start}.register-hero{border-radius:14px;height:140px;margin-bottom:14px}.register-hero h1{bottom:18px;left:20px}.register-card{padding:18px 16px}.register-form__row{grid-template-columns:1fr;gap:10px}}@media (width<=460px){.home__title{font-size:40px;line-height:1.2}.home__subtitle{font-size:14px}.role-card__title{font-size:30px}.role-card__description{font-size:14px}.auth-card__heading{font-size:32px}.register-submit{min-height:50px;font-size:16px}}@media (width<=520px){.auth-shell{max-width:354px;margin-inline:0 auto}}.player-page__shell{gap:24px;width:min(100%,980px);display:grid}.hero-cta{background:#34bc61e6;border:1px solid #5cd5824d;border-radius:16px;padding:24px;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.hero-cta__ball{background:#fff3;border-radius:50%;place-items:center;width:128px;height:128px;font-size:58px;display:grid;position:absolute;bottom:-24px;right:-22px}.hero-cta h1{color:#121413;margin:0 0 8px;font-size:clamp(34px,5vw,48px);line-height:1.1}.hero-cta p{color:#1a1d1c;margin:0 0 18px;font-size:16px}.hero-cta button{color:#fff;min-height:48px;font:inherit;background:#121413;border:0;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:16px;font-weight:600;display:inline-flex}.stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.stats-grid article{background:#242726;border:1px solid #4f4f4f80;border-radius:16px;padding:20px}.stats-grid h3{letter-spacing:.06em;color:#b0b0b0;margin:0 0 12px;font-size:12px}.stats-grid p{color:#94e8ad;margin:0;font-size:clamp(36px,5vw,48px);font-weight:700}.matches header,.teams header{justify-content:space-between;align-items:end;gap:12px;margin-bottom:16px;display:flex}.matches h2,.teams h2,.reservations h2{margin:0;font-size:clamp(32px,4vw,42px);line-height:1.1}.matches header button,.teams header button{color:#5cd582;font:inherit;background:0 0;border:0;font-size:14px;font-weight:600}.matches{gap:16px;display:grid}.match-card{background:#242726;border:1px solid #4f4f4f80;border-radius:16px;overflow:hidden}.match-card__image{height:144px;position:relative}.match-card__image:before{content:"";background:linear-gradient(145deg,#7ab8e4,#244056);position:absolute;inset:0}.match-card__image--arena:after{content:"";background:repeating-linear-gradient(0deg,#ffffff14 0 10px,#0000 10px 20px);position:absolute;inset:0}.match-card__image--turf:before{background:radial-gradient(circle at 50% -50%,#88df4b 40%,#3d7b1f 90%)}.match-card__image span{color:#1b6034;background:#e1fae8;border-radius:9999px;padding:4px 10px;font-size:12px;font-weight:700;position:absolute;top:12px;right:12px}.match-card__tag--gray{color:#454545!important;background:#d1d1d1!important}.match-card__content{padding:20px}.match-card__content h3{margin:0;font-size:20px}.match-card__content>p{color:#b0b0b0;margin:4px 0 12px}.match-card__meta{border-top:1px solid #4f4f4f80;gap:32px;padding-top:16px;display:flex}.rent-cta{text-align:center;background:#24272680;border:2px dashed #5d5d5d;border-radius:16px;padding:24px}.rent-cta>div{color:#5cd582;background:#184f2d80;border-radius:9999px;width:48px;height:48px;margin:0 auto 12px;font-size:34px;line-height:48px}.rent-cta h3{margin:0 0 8px;font-size:20px}.rent-cta p{color:#b0b0b0;margin:0}.teams__list{gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.team-card{background:#242726;border-radius:16px;gap:12px;min-width:280px;padding:16px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.team-card__badge{color:#184f2d;background:#94e8ad;border-radius:12px;place-items:center;width:48px;height:48px;font-size:30px;font-weight:700;display:grid}.team-card__text h3{margin:0;font-size:16px}.team-card__avatars{display:flex}.team-card__avatars span{color:#d1d1d1;background:#4f4f4f;border:2px solid #242726;border-radius:9999px;place-items:center;width:32px;height:32px;margin-right:-8px;font-size:10px;font-weight:700;display:grid}.team-card--ghost{opacity:.8;min-width:120px}.team-card--ghost .team-card__badge{color:#c3f4d1;background:#1b6034}.reservation-item{background:#242726;border:1px solid #4f4f4f80;border-radius:16px;justify-content:space-between;align-items:center;padding:16px;display:flex}.reservation-item h4{margin:0;font-size:14px}.reservation-item__price{color:#5cd582;font-size:32px;font-weight:700}.bottom-nav{z-index:10;background:#121413;border-top:1px solid #454545;justify-content:space-between;align-items:center;width:min(100%,390px);height:70px;padding:8px 24px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -10px 20px #0000004d}.bottom-nav__item{color:#888;background:0 0;border:0;border-radius:12px;place-items:center;gap:4px;min-width:72px;padding:8px 10px;display:grid}.bottom-nav__item span{font-size:18px}.bottom-nav__item small{font-size:10px;font-weight:500}@media (width>=900px){.player-page{padding-bottom:96px}.player-page__shell{grid-template-columns:1fr 1fr;gap:20px}.hero-cta,.matches,.rent-cta,.teams{grid-column:1/2}.stats-grid,.reservations{grid-column:2/3}.bottom-nav{border-radius:12px 12px 0 0;width:min(100%,560px)}}.player-page{color:#edf3ea;background:radial-gradient(42% 36% at 8% 0,#509a5638,#0000 72%),radial-gradient(46% 36% at 96% 12%,#20653e33,#0000 72%),linear-gradient(#06100b 0%,#030705 100%);justify-content:center;min-height:100svh;padding:32px 24px 112px;display:flex}.player-page__shell{grid-template-columns:1fr;gap:20px;width:min(100%,1180px);display:grid}.dashboard-hero{background:linear-gradient(115deg,#1e7e41f0,#114a2adb 48%,#141f19f0),#143921;border:1px solid #72976c3d;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:end;gap:24px;min-height:236px;padding:clamp(22px,4vw,38px);display:grid;box-shadow:0 24px 46px #00000047}.dashboard-eyebrow,.section-kicker{color:#d3efccc7;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.dashboard-hero h1{color:#f4fbf0;max-width:680px;margin:10px 0;font-size:clamp(36px,5vw,64px);line-height:1.02}.dashboard-hero p{color:#f0faecd6;max-width:620px;margin:0;font-size:clamp(15px,1.5vw,18px);line-height:1.55}.dashboard-hero__actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.dashboard-primary-action,.dashboard-secondary-action,.rent-cta button,.match-card__action{min-height:42px;font:inherit;cursor:pointer;border:0;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:800}.dashboard-primary-action{color:#12341e;background:#f4fbf0}.dashboard-secondary-action,.rent-cta button{color:#f4fbf0;background:#05100a42;border:1px solid #f4fbf057}.dashboard-hero__summary{background:#04110a4d;border:1px solid #f4fbf02e;border-radius:14px;gap:6px;padding:18px;display:grid}.dashboard-hero__summary strong{color:#f4fbf0;font-size:28px}.dashboard-hero__summary span{color:#c9f0c2;font-size:16px;font-weight:800}.dashboard-hero__summary small{color:#f0faecad;font-size:12px}.stats-grid{grid-column:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.stats-grid article{background:#1d2420eb;border:1px solid #5e705b57;border-radius:14px;padding:18px;box-shadow:0 12px 24px #0000002e}.stats-grid h3{color:#c6d1c0b8;letter-spacing:.08em;margin:0 0 10px;font-size:11px}.stats-grid p{color:#a9eda4;margin:0;font-size:clamp(32px,4vw,46px);font-weight:800;line-height:1}.stats-grid span{color:#c6d1c0d1;margin-top:8px;font-size:13px;display:block}.stats-grid__accent{background:linear-gradient(135deg,#2a723beb,#1e482ae6)!important;border-color:#7ace7e5c!important}.dashboard-grid{grid-column:auto;grid-template-columns:minmax(0,1.55fr) minmax(320px,.8fr);align-items:start;gap:20px;display:grid}.dashboard-main,.dashboard-side{gap:20px;display:grid}.matches,.teams,.reservations,.rent-cta{background:#121915e6;border:1px solid #5e705b57;border-radius:16px;grid-column:auto;box-shadow:0 16px 30px #0003}.matches,.teams,.reservations{padding:18px}.section-header,.matches header,.teams header{justify-content:space-between;align-items:end;gap:16px;margin:0 0 16px;display:flex}.section-header h2,.matches h2,.teams h2,.reservations h2{color:#f0f5ed;margin:3px 0 0;font-size:clamp(22px,2.3vw,30px);line-height:1.1}.section-header button,.matches header button,.teams header button{color:#88e69d;min-height:36px;font:inherit;cursor:pointer;background:#5fd58214;border:1px solid #5fd58242;border-radius:9px;padding:8px 12px;font-size:13px;font-weight:800}.matches__list{gap:12px;display:grid}.match-card{background:#232926db;border:1px solid #5362505c;border-radius:13px;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid;overflow:visible}.match-card__date{text-align:center;background:#9fd49a21;border:1px solid #9fd49a33;border-radius:12px;align-content:center;place-items:center;min-height:76px;display:grid}.match-card__date strong{color:#c7f8bf;font-size:30px;line-height:1}.match-card__date span{color:#d6e6d1d1;font-size:12px;line-height:1.25}.match-card__content{min-width:0;padding:0}.match-card__title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.match-card__title-row h3,.match-card__content h3{color:#f5f7f2;margin:0;font-size:18px}.match-card__title-row span{color:#a9eda4;white-space:nowrap;background:#9deca71f;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.match-card__content>p{color:#c6d1c0d1;margin:5px 0 12px;font-size:14px}.match-card__meta{border-top:1px solid #5e705b52;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:12px;display:grid}.match-card__meta small{color:#b0baabad;letter-spacing:.08em;font-size:10px;display:block}.match-card__meta strong{color:#f0f5ed;margin-top:4px;font-size:13px;display:block}.match-card__action{color:#c7f8bf;background:#9fd49a24}.rent-cta{text-align:left;border-style:solid;padding:20px}.rent-cta>div{color:#a9eda4;text-align:center;background:#9fd49a24;border-radius:12px;width:42px;height:42px;margin:0 0 14px;font-size:30px;line-height:42px}.rent-cta h3{color:#f0f5ed;margin:0 0 8px;font-size:21px}.rent-cta p{color:#c6d1c0d1;margin:0 0 16px;line-height:1.45}.teams__list{gap:10px;padding:0;display:grid;overflow:visible}.team-card{min-width:0;box-shadow:none;background:#232926db;border:1px solid #5362505c;border-radius:13px;gap:12px;padding:14px;display:flex}.team-card__badge{color:#12341e;background:#9fd49a;border-radius:12px;width:46px;height:46px;font-size:22px}.team-card__text h3{color:#f0f5ed;margin:0;font-size:15px}.team-card__text p{color:#c6d1c0c2;margin:4px 0 0;font-size:12px}.reservations{gap:12px;display:grid}.reservation-item{background:#232926db;border:1px solid #5362505c;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.reservation-item h4{color:#f0f5ed;margin:0;font-size:14px}.reservation-item p{color:#c6d1c0c2;margin:4px 0 0;font-size:12px}.reservation-item__price{color:#a9eda4;white-space:nowrap;font-size:20px;font-weight:800}.bottom-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#0d120feb;border:1px solid #5b6d587a;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;width:min(100% - 28px,620px);min-height:70px;padding:8px;display:grid;position:fixed;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 16px 30px #00000061}.bottom-nav__item{color:#c6d1c0b8;cursor:pointer;background:0 0;border:0;border-radius:13px;place-items:center;gap:4px;min-width:0;min-height:54px;padding:7px 6px;display:grid}.bottom-nav__item svg{width:22px;height:22px}.bottom-nav__item small{font-size:11px;font-weight:800;line-height:1.1}.bottom-nav__item--active{color:#a9eda4;background:#9fd49a24}@media (width<=980px){.dashboard-hero,.dashboard-grid{grid-template-columns:1fr}.dashboard-hero__summary{max-width:420px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.player-page{padding:18px 14px 104px}.dashboard-hero{min-height:auto;padding:22px}.dashboard-hero h1{font-size:36px}.stats-grid{grid-template-columns:1fr}.match-card{grid-template-columns:66px minmax(0,1fr)}.match-card__action{grid-column:1/-1;width:100%}.match-card__meta{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}}@media (width<=460px){.dashboard-hero__actions{display:grid}.dashboard-primary-action,.dashboard-secondary-action{width:100%}.bottom-nav{border-radius:16px 16px 0 0;width:100%;bottom:0}.bottom-nav__item small{font-size:10px}}.player-page,.player-page__shell,.dashboard-hero,.dashboard-grid,.dashboard-main,.dashboard-side,.matches,.stats-grid,.match-card,.match-card__content,.team-card,.reservation-item{min-width:0}.player-page{overflow-x:hidden}.player-page__shell{width:100%}.dashboard-hero__content,.dashboard-hero__summary{min-width:0}.dashboard-hero p,.match-card h3,.reservation-item h4,.team-card__text h3{overflow-wrap:anywhere}.bottom-nav__item small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (width<=720px){.dashboard-hero{width:100%;padding:22px 18px}.dashboard-hero h1{font-size:32px}.dashboard-hero p{font-size:15px}.dashboard-hero__summary{width:100%;max-width:none}.match-card__title-row{flex-direction:column;align-items:flex-start}.section-header,.matches header,.teams header{text-align:left;justify-content:flex-start;align-items:flex-start;width:100%}.section-header>div,.matches header>div,.teams header>div{text-align:left;width:100%}.section-header button,.matches header button,.teams header button{align-self:flex-start}}@media (width<=460px){.player-page{padding:16px 12px 106px}.bottom-nav{width:100%;max-width:none;left:0;right:0;transform:none}.bottom-nav__item{padding:6px 2px}.bottom-nav__item svg{width:20px;height:20px}}.player-page{padding-bottom:calc(138px + env(safe-area-inset-bottom))}.player-bottom-nav{z-index:1000;min-height:calc(96px + env(safe-area-inset-bottom));padding:12px max(18px, env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-right));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#070c0afa;border-top:1px solid #c6d1c033;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -18px 42px #00000061}.player-bottom-nav__item{color:#dfe5dc94;min-width:0;min-height:72px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:22px;align-content:center;place-items:center;gap:8px;padding:10px 8px;transition:background-color .16s,color .16s,transform .16s;display:grid}.player-bottom-nav__item:hover{color:#f4fbf0e6;background:#ffffff0a}.player-bottom-nav__item:active{transform:translateY(1px)}.player-bottom-nav__item svg{stroke-width:1.9px;width:30px;height:30px}.player-bottom-nav__item small{color:currentColor;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:15px;font-weight:700;line-height:1.05;overflow:hidden}.player-bottom-nav__item--active{color:#5ee887;background:#242a26fa}.profile-page{gap:26px;width:min(100%,860px);margin:0 auto;display:grid}.profile-header{background:#181e1af0;border:1px solid #5d70593d;border-radius:18px;justify-content:space-between;align-items:center;min-height:74px;padding:14px 22px;display:flex;box-shadow:0 18px 32px #0000002e}.profile-header__brand{color:#f0f5ed;align-items:center;gap:12px;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1;display:inline-flex}.profile-header__brand svg{color:#9ee29c;width:32px;height:32px}.profile-header__avatar{color:#0c140f;width:54px;height:54px;font:inherit;cursor:pointer;background:radial-gradient(circle at 50% 35%,#f2d7b6 0 12%,#0000 13%),linear-gradient(#6fb293 0 46%,#214e58 47% 100%);border:2px solid #9ee29c;border-radius:999px;place-items:center;font-size:13px;font-weight:900;display:grid;box-shadow:0 0 0 4px #9fd49a29}.profile-hero{text-align:center;background:radial-gradient(52% 38% at 50% 18%,#75c67029,#0000 72%),linear-gradient(#0b120df0,#0d140fe6);border:1px solid #5b6d5847;border-radius:24px;padding:46px 28px 28px;position:relative;overflow:hidden}.profile-edit-button{color:#0d2214;cursor:pointer;background:#9ee29c;border:0;border-radius:999px;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:28px;right:26px;box-shadow:0 12px 24px #0000003d}.profile-edit-button svg{width:23px;height:23px}.profile-avatar{aspect-ratio:1;background:radial-gradient(circle,#9fd49a2e,#0000 62%),#070f0ae6;border:4px solid #93d491;border-radius:999px;width:clamp(150px,24vw,210px);margin:0 auto 24px;padding:12px;box-shadow:0 0 0 4px #09120cf2,0 18px 46px #80cf772e}.profile-avatar__field{background:linear-gradient(90deg,#0000 48%,#ffffff29 49% 51%,#0000 52%),radial-gradient(#0000 0 24%,#ffffff29 25% 26%,#0000 27%),linear-gradient(#9fdd8e 0%,#46783e 48%,#16361f 100%);border-radius:999px;place-items:center;height:100%;display:grid}.profile-avatar__portrait{color:#102116;background:radial-gradient(circle at 50% 22%,#f0c89d 0 12%,#0000 13%),linear-gradient(#0000 0 35%,#8ec89e 36% 72%,#274d34 73%),linear-gradient(#1a231c,#0a100c);border:4px solid #09100ce0;border-radius:16px;place-items:end center;width:52%;height:78%;padding-bottom:12px;font-size:22px;font-weight:900;display:grid;box-shadow:0 12px 22px #00000057}.profile-identity h1{color:#f3f6f0;margin:0;font-size:clamp(38px,6vw,56px);font-weight:500;line-height:1.05}.profile-identity a{color:#9ee29c;text-underline-offset:4px;margin-top:10px;font-size:18px;font-weight:700;text-decoration:underline;display:inline-block}.profile-identity p{color:#e2e8dec7;margin:10px 0 0;font-size:clamp(18px,2.4vw,24px);font-weight:500}.profile-stats{background:#212723e0;border:1px solid #5b6d5861;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,720px);margin:28px auto 0;display:grid;box-shadow:0 16px 28px #0000003d}.profile-stats article{gap:7px;padding:22px 12px;display:grid}.profile-stats article+article{border-left:1px solid #5b6d5857}.profile-stats strong{color:#a9eda4;font-size:clamp(30px,4.4vw,42px);font-weight:900;line-height:1}.profile-stats span{color:#ebf1e7cc;letter-spacing:.08em;font-size:13px;font-weight:900}.profile-section{gap:16px;display:grid}.profile-section__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-section__header>div{align-items:center;gap:14px;min-width:0;display:inline-flex}.profile-section h2,.profile-section__header h2{color:#f0f5ed;margin:0;font-size:clamp(32px,4.4vw,44px);line-height:1.08}.profile-section__plus{color:#9ee29c;border:4px solid #9ee29c;border-radius:999px;place-items:center;width:44px;height:44px;font-size:36px;font-weight:500;line-height:1;display:grid}.profile-section__header button{color:#a9eda4;font:inherit;text-underline-offset:4px;cursor:pointer;background:0 0;border:0;font-size:17px;font-weight:700;text-decoration:underline}.profile-team-list{gap:16px;display:grid}.profile-team-card{background:#262c27eb;border:1px solid #5b6d5857;border-radius:18px;grid-template-columns:154px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 12px 24px #0003}.profile-team-card__cover{background:linear-gradient(90deg,#ffffff24 1px,#0000 1px) 0 0/34px 34px,linear-gradient(0deg,#ffffff24 1px,#0000 1px) 0 0/34px 34px,radial-gradient(circle,#0000 0 20%,#ffffff2e 21% 22%,#0000 23%) 0 0/100% 100%,linear-gradient(135deg,#1f5f1c,#4f8a31) 0 0/100% 100%;min-height:132px}.profile-team-card__cover--stadium{background:radial-gradient(at 50% 12%,#ffdfa8b8,#0000 28%),linear-gradient(#4f7180 0 42%,#163021 43% 100%),linear-gradient(90deg,#0000 49%,#ffffff73 50%,#0000 51%)}.profile-team-card__body{align-content:center;min-width:0;padding:22px 24px;display:grid}.profile-team-card__title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-team-card h3{color:#f0f5ed;margin:0;font-size:clamp(24px,3vw,30px);line-height:1.12}.profile-team-card__title span{color:#c6f5bd;letter-spacing:.06em;white-space:nowrap;background:#4ba251a8;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900}.profile-team-card p{color:#e2e8dec7;margin:8px 0 12px;font-size:20px;font-weight:500}.profile-team-card__tags{flex-wrap:wrap;gap:8px;display:flex}.profile-team-card__tags small{color:#17351f;letter-spacing:.06em;background:#83bd7f;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:900}.profile-team-card__tags small+small{color:#d7efd2;background:#4b8048c7}.profile-account{margin-top:10px}.profile-account__list{background:#181e1af0;border:1px solid #5b6d5857;border-radius:18px;overflow:hidden}.profile-account__item{color:#ebf1e7db;width:100%;min-height:76px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #5b6d5838;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 22px;display:grid}.profile-account__item:last-child{border-bottom:0}.profile-account__item svg{color:#9ee29c;width:28px;height:28px}.profile-account__item span{font-size:22px;font-weight:800}.profile-account__item strong{color:#ebf1e7b8;font-size:34px;line-height:1}.profile-account__item--danger,.profile-account__item--danger svg{color:#f0a7a0}@media (width>=900px){.player-bottom-nav{padding-inline:max(34px,50vw - 490px)}}@media (width<=720px){.player-page{padding-bottom:calc(118px + env(safe-area-inset-bottom))}.player-bottom-nav{min-height:calc(86px + env(safe-area-inset-bottom));padding:8px 10px calc(8px + env(safe-area-inset-bottom));gap:6px}.player-bottom-nav__item{border-radius:18px;gap:5px;min-height:66px;padding:8px 4px}.player-bottom-nav__item svg{width:27px;height:27px}.player-bottom-nav__item small{font-size:11px;font-weight:700}.profile-page{gap:22px}.profile-header{border-radius:0;min-height:70px;margin:-16px -12px 0;padding:14px 28px}.profile-header__brand{font-size:30px}.profile-header__brand svg{width:28px;height:28px}.profile-header__avatar{width:50px;height:50px}.profile-hero{padding:34px 18px 22px}.profile-edit-button{width:42px;height:42px;top:18px;right:18px}.profile-identity h1{font-size:40px}.profile-identity p{font-size:19px}.profile-stats article{padding:18px 8px}.profile-team-card{grid-template-columns:118px minmax(0,1fr)}.profile-team-card__cover{min-height:118px}.profile-team-card__body{padding:16px 14px}.profile-team-card h3{font-size:22px}.profile-team-card p{font-size:17px}.profile-team-card__title{flex-direction:column;gap:8px}.profile-account__item{min-height:68px;padding:16px 18px}.profile-account__item span{font-size:19px}}@media (width<=390px){.player-bottom-nav{gap:4px;padding-inline:7px}.player-bottom-nav__item{border-radius:16px}.player-bottom-nav__item small{font-size:10px;font-weight:700}.profile-header{padding-inline:22px}.profile-header__brand{font-size:28px}.profile-team-card{grid-template-columns:104px minmax(0,1fr)}.profile-team-card__body{padding:14px 12px}.profile-team-card__tags small{padding-inline:9px}}.profile-section__header .profile-section__plus{color:#9ee29c;width:44px;height:44px;font:inherit;cursor:pointer;background:0 0;border:4px solid #9ee29c;border-radius:999px;flex:none;place-items:center;padding:0;font-size:36px;font-weight:500;line-height:1;text-decoration:none;display:grid}.team-modal{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000094;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.team-modal__dialog{color:#f0f5ed;background:#101612fa;border:1px solid #5b6d585c;border-radius:12px;width:min(100%,390px);overflow:hidden;box-shadow:0 24px 70px #00000085}.team-modal__header{border-bottom:1px solid #5b6d5842;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:16px 18px;display:flex}.team-modal__header h2{margin:0;font-size:20px;line-height:1.2}.team-modal__header button{color:#ebf1e7bd;width:34px;height:34px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;font-size:28px;display:grid}.team-modal__body{gap:8px;padding:20px 18px;display:grid}.team-modal__body label{color:#ebf1e7d1;font-size:13px;font-weight:800}.team-modal__body input{color:#f0f5ed;width:100%;min-height:48px;font:inherit;background:#212723db;border:1px solid #71846d80;border-radius:8px;outline:none;padding:0 14px;font-size:14px}.team-modal__body input::placeholder{color:#bec7b975}.team-modal__body input:focus{border-color:#9fd49abd;box-shadow:0 0 0 3px #9fd49a1f}.team-modal__footer{border-top:1px solid #5b6d5842;justify-content:flex-end;gap:12px;padding:18px;display:flex}.team-modal__cancel,.team-modal__submit{min-height:44px;font:inherit;cursor:pointer;border-radius:8px;padding:0 18px;font-size:13px;font-weight:800}.team-modal__cancel{color:#b8d9b5;background:0 0;border:1px solid #71846d75}.team-modal__submit{color:#13341c;background:#9ee29c;border:0}.team-modal__submit:disabled{cursor:not-allowed;opacity:.55}.team-detail-page{gap:28px;width:min(100%,860px);margin:0 auto;display:grid}.team-detail-header{background:#121814f5;border:1px solid #5b6d583d;border-radius:18px;justify-content:space-between;align-items:center;min-height:84px;padding:14px 24px;display:flex}.team-detail-header__brand{color:#6fbd69;align-items:center;gap:14px;display:inline-flex}.team-detail-header__logo{background:linear-gradient(90deg,#0000 48%,#ffffff52 49% 51%,#0000 52%) 0 0/100% 100%,linear-gradient(0deg,#ffffff2e 1px,#0000 1px) 0 0/18px 18px,linear-gradient(90deg,#ffffff2e 1px,#0000 1px) 0 0/18px 18px,linear-gradient(135deg,#133d18,#7caf72) 0 0/100% 100%;border:3px solid #9ee29c;border-radius:999px;width:58px;height:58px;box-shadow:0 0 0 4px #9fd49a1f}.team-detail-header strong{font-size:clamp(30px,4.4vw,42px);line-height:1}.team-detail-header button{color:#90d58b;cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;display:grid}.team-detail-header button svg{width:30px;height:30px}.team-detail-hero{text-align:center;background:radial-gradient(48% 42% at 34% 22%,#6da26538,#0000 70%),linear-gradient(#1f2621eb,#131a15f0);border:1px solid #6f866b61;border-radius:22px;padding:34px 40px;box-shadow:0 20px 46px #00000042}.team-detail-hero__badge{background:#030705b8;border-radius:999px;place-items:center;width:142px;height:142px;margin:0 auto 28px;display:grid;box-shadow:0 20px 30px #00000061}.team-detail-hero__badge span{background:linear-gradient(#0000 0 38%,#02060466 39% 100%),linear-gradient(90deg,#0000 48%,#ffffff52 49% 51%,#0000 52%),linear-gradient(135deg,#6aa16b,#17351f);border:1px solid #9fd49a3d;border-radius:18px;width:88px;height:88px}.team-detail-hero h1{color:#f0f5ed;margin:0;font-size:clamp(26px,4vw,36px);line-height:1.15}.team-detail-hero p{color:#e2e8dec7;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin:20px 0 30px;font-size:clamp(19px,3vw,27px);font-weight:700;display:inline-flex}.team-detail-hero p svg{width:26px;height:26px}.team-detail-hero__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.team-detail-hero__actions button,.team-detail-section__header button,.team-squad-card button,.team-match-card button{font:inherit;cursor:pointer;border-radius:12px;font-weight:800}.team-detail-hero__actions button{justify-content:center;align-items:center;gap:14px;min-height:96px;padding:18px;font-size:24px;display:inline-flex}.team-detail-hero__actions button svg{flex:none;width:28px;height:28px}.team-detail-hero__secondary{color:#72bd72;background:#292527b3;border:2px solid #72bd72}.team-detail-hero__primary{color:#f1faef;background:#6da36b;border:0}.team-detail-section{gap:20px;display:grid}.team-detail-section__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.team-detail-section__header>div{color:#a9eda4;align-items:center;gap:14px;min-width:0;display:inline-flex}.team-detail-section__header svg{flex:none;width:32px;height:32px}.team-detail-section__header h2{color:#f0f5ed;margin:0;font-size:clamp(26px,4vw,34px);line-height:1.15}.team-detail-section__header button{color:#91df91;background:0 0;border:2px solid #91df91;align-items:center;gap:10px;min-height:58px;padding:12px 18px;font-size:20px;display:inline-flex}.team-detail-section__header--plain{justify-content:flex-start}.team-squad-list,.team-member-list{gap:18px;display:grid}.team-squad-card,.team-match-card,.team-member-card{background:#1c231ee6;border:1px solid #5b6d5857;border-radius:18px;box-shadow:0 12px 24px #0000002e}.team-squad-card--featured{background:#282f29f0;border-color:#5b6d582e}.team-squad-card__title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.team-squad-card h3,.team-match-card h3,.team-member-card h3{color:#f0f5ed;margin:0;font-size:clamp(22px,3vw,28px);line-height:1.15}.team-squad-card p,.team-match-card p,.team-member-card p{color:#e2e8debd;margin:10px 0 0;font-size:18px;font-weight:700}.team-squad-card__title span{color:#c8e8c2;white-space:nowrap;background:#487e42ad;border-radius:10px;padding:8px 13px;font-size:16px;font-weight:800}.team-squad-card button{color:#a9eda4;background:#070c09e6;border:0;width:100%;min-height:64px;margin-top:28px;font-size:24px}.team-match-card{grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:128px;padding:24px;display:grid}.team-match-card__icon{color:#261322;background:#d0769d;border-radius:999px;place-items:center;width:70px;height:70px;display:grid}.team-match-card__icon svg{width:34px;height:34px}.team-match-card button{color:#a9eda4;background:0 0;border:0;font-size:24px}.team-member-card{grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 22px;display:grid}.team-member-card__avatar{color:#f0f5ed;background:#373d38e6;border-radius:999px;place-items:center;width:70px;height:70px;font-size:22px;font-weight:900;display:grid}.team-member-card__avatar--field{background:linear-gradient(90deg,#0000 48%,#ffffff47 49% 51%,#0000 52%),linear-gradient(135deg,#315f28,#7ead69);border:1px solid #9fd49a3d}.team-member-card__avatar--guest{background:#080e0ae6;border:1px solid #707e6c80}.team-member-card__avatar--guest:before{content:"";border:2px solid #e2e8de8f;border-top-color:#0000;border-radius:999px;width:32px;height:32px;transform:rotate(-35deg)}.team-member-card h3{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.team-member-card h3 span{color:#17351f;background:#79b878;border-radius:999px;padding:5px 11px;font-size:13px;font-weight:900}.team-member-card:nth-child(n+3) h3 span{color:#ebf1e7c2;background:#5e695bb8}.team-member-card>button{color:#9ee29c;cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;display:grid}.team-member-card>button svg{width:28px;height:28px}@media (width<=720px){.team-modal{align-items:end;padding:12px}.team-modal__dialog{border-radius:14px}.team-modal__footer{grid-template-columns:.8fr 1.2fr;display:grid}.team-detail-page{gap:22px}.team-detail-header{border-radius:0;margin:-16px -12px 0;padding:14px 22px}.team-detail-header__logo{width:52px;height:52px}.team-detail-header strong{font-size:32px}.team-detail-hero{padding:28px 18px}.team-detail-hero__badge{width:116px;height:116px;margin-bottom:22px}.team-detail-hero__badge span{width:76px;height:76px}.team-detail-hero p{gap:9px;font-size:20px}.team-detail-hero__actions{grid-template-columns:1fr 1fr;gap:12px}.team-detail-hero__actions button{gap:8px;min-height:76px;padding:12px;font-size:18px}.team-detail-section__header{align-items:flex-start}.team-detail-section__header button{min-height:48px;padding:10px 12px;font-size:17px}.team-squad-card{padding:20px}.team-squad-card__title{flex-direction:column;gap:12px}.team-squad-card button{min-height:58px;font-size:20px}.team-match-card,.team-member-card{grid-template-columns:62px minmax(0,1fr) auto;gap:14px;padding:16px}.team-match-card__icon,.team-member-card__avatar{width:58px;height:58px}.team-match-card button{font-size:19px}.team-member-card h3{font-size:21px}.team-member-card p{font-size:18px}}@media (width<=390px){.team-detail-hero__actions button{font-size:16px}.team-detail-section__header{flex-direction:column}.team-detail-section__header button{justify-content:center;width:100%}.team-match-card{grid-template-columns:58px minmax(0,1fr)}.team-match-card button{background:#9fd49a1a;grid-column:1/-1;justify-self:stretch;min-height:46px}.team-member-card{grid-template-columns:58px minmax(0,1fr) 36px}}.team-detail-page{gap:18px;width:min(100%,1080px)}.team-detail-header{background:linear-gradient(90deg,#1a231dfa,#0f1612f5),#121812;border-radius:14px;min-height:64px;padding:10px 18px}.team-detail-overview{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);align-items:stretch;gap:16px;display:grid}.team-detail-hero{text-align:left;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:22px;min-height:280px;padding:26px}.team-detail-hero__badge{margin:0}.team-detail-hero__content{min-width:0}.team-detail-kicker{color:#9ee29c;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:inline-flex}.team-detail-hero h1{max-width:620px;font-size:clamp(30px,3.4vw,46px)}.team-detail-hero p{margin:12px 0 20px;font-size:clamp(16px,1.7vw,20px)}.team-detail-hero__actions{max-width:480px}.team-detail-hero__actions button{min-height:54px;font-size:16px}.team-detail-insights{gap:14px;min-width:0;display:grid}.team-detail-insights__stats{background:#1c231ee6;border:1px solid #5b6d5857;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.team-detail-insights__stats article{align-content:center;place-items:center;gap:7px;min-height:86px;padding:18px 10px;display:grid}.team-detail-insights__stats article+article{border-left:1px solid #5b6d5847}.team-detail-insights__stats strong{color:#a9eda4;font-size:28px;line-height:1}.team-detail-insights__stats span{color:#e2e8deb8;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.team-detail-insights__card{background:#1c231ee6;border:1px solid #5b6d5857;border-radius:16px;padding:18px}.team-detail-insights__card--accent{background:linear-gradient(135deg,#437640c2,#1a331feb),#1c231ee6;border-color:#9fd49a4d}.team-detail-insights__card span{color:#9ee29c;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.team-detail-insights__card h2{color:#f0f5ed;margin:6px 0;font-size:21px}.team-detail-insights__card p{color:#e2e8dec2;margin:0;line-height:1.45}.team-detail-content{grid-template-columns:minmax(0,1.3fr) minmax(320px,.82fr);align-items:start;gap:16px;display:grid}.team-detail-section{background:#0e15118a;border:1px solid #5b6d583d;border-radius:18px;min-width:0;padding:16px}.team-detail-section__header h2{font-size:clamp(22px,2.1vw,28px)}.team-detail-section__header button{border-width:1px;min-height:42px;font-size:14px}.team-squad-list{grid-template-columns:repeat(2,minmax(0,1fr))}.team-match-card{grid-column:1/-1}.team-squad-card{padding:18px}.team-squad-card h3,.team-match-card h3,.team-member-card h3{font-size:19px}.team-squad-card p,.team-match-card p,.team-member-card p{font-size:14px}.team-squad-card button{min-height:44px;margin-top:18px;font-size:16px}.team-member-list{gap:12px}.team-member-card{grid-template-columns:50px minmax(0,1fr) 34px;gap:12px;padding:12px}.team-member-card__avatar{width:48px;height:48px}.team-member-card>button{width:34px;height:34px}@media (width<=980px){.team-detail-page{width:min(100%,860px)}.team-detail-overview,.team-detail-content{grid-template-columns:1fr}.team-detail-hero{grid-template-columns:148px minmax(0,1fr);min-height:auto}.team-detail-insights{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.team-detail-insights__stats{grid-column:1/-1}}@media (width<=720px){.team-detail-page{gap:22px}.team-detail-header{border-radius:0}.team-detail-hero{text-align:center;grid-template-columns:1fr;padding:28px 18px;display:grid}.team-detail-hero__badge{margin:0 auto}.team-detail-kicker{justify-content:center;width:100%}.team-detail-hero p{justify-content:center}.team-detail-hero__actions{max-width:none}.team-detail-insights,.team-squad-list{grid-template-columns:1fr}.team-detail-section{background:0 0;border:0;padding:0}.team-member-card{grid-template-columns:62px minmax(0,1fr) auto;gap:14px;padding:16px}.team-member-card__avatar{width:58px;height:58px}}@media (width<=390px){.team-detail-insights__stats strong{font-size:28px}.team-detail-insights__card{padding:18px}}
