:root{--green-dark: #0a4d2e;--green-primary: #0b5e30;--green-light: #1a7a45;--lime: #b8e62e;--lime-bright: #c8f030;--gold: #d4a017;--silver: #b0b0b0;--bronze: #cd7f32;--cream: #fff8e6;--cream-dark: #f5e6b8;--blue-info: #e8f4fd;--blue-info-border: #b3d9f2;--blue-info-text: #1a6fa8;--text-dark: #1a1a1a;--text-muted: #6b7280;--text-light: #9ca3af;--bg-page: #f5f5f5;--white: #ffffff;--shadow: 0 2px 12px rgba(0, 0, 0, .08);--radius: 16px;--radius-sm: 12px;--radius-lg: 20px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);color:var(--text-dark);-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;height:100%;max-width:480px;margin:0 auto;background:var(--bg-page);position:relative;overflow:hidden}.app:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;max-width:480px;margin:0 auto;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d1d5db' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0}.page-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:90px;position:relative;z-index:1;scrollbar-width:none}.page-content::-webkit-scrollbar{display:none}.user-bar{background:var(--green-primary);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.user-bar__left{display:flex;align-items:center;gap:12px}.user-bar__avatar{width:44px;height:44px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;padding:2px}.user-bar__avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-bar__name{color:var(--white);font-weight:700;font-size:16px;line-height:1.2}.user-bar__subtitle{color:#ffffffbf;font-size:13px;margin-top:2px}.user-bar__rocket{position:relative;font-size:24px;cursor:pointer}.user-bar__badge{position:absolute;top:-4px;right:-6px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-banner{position:relative;width:100%;overflow:hidden;background:linear-gradient(135deg,#0a2e1a,#0d4a28,#1a6b3a 60%,#0a2e1a)}.hero-banner__image{width:100%;height:auto;display:block}.hero-banner__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:16px}.hero-banner__content--fallback{aspect-ratio:8 / 3;min-height:140px}.hero-banner__title{font-size:42px;font-weight:900;font-style:italic;letter-spacing:-1px;line-height:.95;text-transform:uppercase;background:linear-gradient(180deg,#d4ff4d,#a8e620,#7bc616);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 8px rgba(184,230,46,.4));transform:skew(-8deg)}.hero-banner__subtitle{font-size:28px;font-weight:900;font-style:italic;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(180deg,#7ee8ff,#4dd4ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 6px rgba(77,212,255,.3));transform:skew(-8deg);margin-top:-4px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--white);border-top:1px solid #e5e7eb;display:flex;align-items:flex-end;justify-content:space-around;padding:8px 4px 12px;z-index:100;box-shadow:0 -2px 10px #0000000d}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px 8px;min-width:56px;color:#9ca3af;font-size:10px;font-weight:500;transition:color .2s ease}.bottom-nav__item--active{color:var(--green-primary)}.bottom-nav__icon{display:flex;align-items:center;justify-content:center;line-height:1}.bottom-nav__svg{display:block;transition:color .2s ease,transform .15s ease}.bottom-nav__item:active .bottom-nav__svg{transform:scale(.92)}.bottom-nav__label{transition:color .2s ease}.bottom-nav__item--dashboard{margin-top:-20px}.bottom-nav__dashboard-btn{width:52px;height:52px;border-radius:50%;background:var(--green-primary);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0b5e3066;border:3px solid var(--white);transition:background .2s ease,transform .15s ease}.bottom-nav__dashboard-btn .bottom-nav__svg{width:26px;height:26px}.bottom-nav__item--dashboard.bottom-nav__item--active .bottom-nav__dashboard-btn{background:var(--green-dark)}.bottom-nav__item--dashboard.bottom-nav__item--active{color:var(--green-primary)}.bottom-nav__item--dashboard:active .bottom-nav__dashboard-btn{transform:scale(.95)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.section-title{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:12px;display:flex;align-items:center;gap:6px}.section-title--uppercase{text-transform:uppercase;font-size:13px;letter-spacing:.5px;color:var(--text-muted)}.action-card{display:flex;align-items:center;padding:16px;border-radius:var(--radius);margin-bottom:10px;cursor:pointer;border:none;width:100%;text-align:left;transition:transform .15s}.action-card:active{transform:scale(.98)}.action-card--primary{background:var(--green-primary);color:var(--white)}.action-card--cream{background:var(--cream);color:#8b6914}.action-card--outline{background:var(--white);border:1px solid #e5e7eb;color:var(--text-dark)}.action-card__icon{font-size:28px;margin-right:14px;flex-shrink:0}.action-card__content{flex:1}.action-card__title{font-weight:700;font-size:15px}.action-card__subtitle{font-size:12px;opacity:.75;margin-top:2px}.action-card__arrow{font-size:18px;opacity:.6}.match-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin-bottom:12px}.match-card__header{text-align:center;font-size:11px;font-weight:600;color:var(--text-light);letter-spacing:1px;margin-bottom:12px}.match-card__teams{display:flex;align-items:center;justify-content:space-between}.match-card__team{display:flex;flex-direction:column;align-items:center;flex:1}.match-card__flag{width:48px;height:36px;border-radius:4px;object-fit:cover;box-shadow:0 1px 4px #00000026;margin-bottom:6px}.match-card__team-name{font-size:12px;font-weight:600;text-align:center}.match-card__team--plain .match-card__team-name{font-size:15px;line-height:1.25;padding:4px 2px}.match-card__datetime{text-align:center;padding:0 8px}.match-card__date{font-size:12px;color:var(--text-muted)}.match-card__time{font-size:18px;font-weight:800}.match-card__status{display:flex;justify-content:center;margin-top:14px}.status-pill{padding:6px 20px;border-radius:20px;border:1px solid #d1d5db;font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.5px}.status-pill--played{border-color:var(--green-primary);color:var(--green-primary);background:#0b5e3014}.tab-pills{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.tab-pills::-webkit-scrollbar{display:none}.tab-pill{padding:8px 16px;border-radius:20px;border:1px solid #d1d5db;background:var(--white);font-size:12px;font-weight:600;color:var(--text-dark);white-space:nowrap;cursor:pointer;transition:all .2s}.tab-pill--active{background:var(--green-primary);color:var(--white);border-color:var(--green-primary)}.tab-pill--today:not(.tab-pill--active){border-color:var(--green-primary);color:var(--green-primary);background:#ecfdf5}.tab-pill--today.tab-pill--active{background:var(--green-primary);color:var(--white);box-shadow:0 0 0 2px #86efac}.match-card__avatar-placeholder{width:48px;height:36px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:6px}.classifica-tabs{display:flex;gap:6px;margin-bottom:16px}.classifica-tab{flex:1;padding:10px 8px;border-radius:var(--radius-sm);border:1px solid #e5e7eb;background:var(--white);font-size:11px;font-weight:700;color:var(--text-muted);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all .2s}.classifica-tab--active{background:var(--green-primary);color:var(--white);border-color:var(--green-primary)}.classifica-tab__icon{font-size:16px}.info-box{background:var(--blue-info);border:1px solid var(--blue-info-border);border-radius:var(--radius-sm);padding:12px 16px;color:var(--blue-info-text);font-size:13px;font-weight:500;margin-bottom:12px;overflow:hidden}.info-box__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;background:none;border:none;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left}.info-box__chevron{font-size:12px;opacity:.8;flex-shrink:0}.info-box__content{margin-top:12px;padding-top:12px;border-top:1px solid var(--blue-info-border)}.info-box__intro{font-size:13px;line-height:1.4;margin-bottom:10px;color:var(--blue-info-text)}.info-box__milestone{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--white);border-radius:10px;padding:12px 14px;margin-bottom:8px;color:var(--text-dark);font-size:13px;font-weight:500}.info-box__milestone:last-child{margin-bottom:0}.info-box__bonus{color:var(--green-primary);font-weight:800;font-size:14px;white-space:nowrap}.boost-btn{width:100%;padding:14px;border-radius:var(--radius-sm);border:1px solid var(--cream-dark);background:var(--cream);color:#b8860b;font-size:14px;font-weight:700;cursor:pointer;margin-bottom:16px;letter-spacing:.5px}.position-card{background:var(--green-primary);border-radius:var(--radius-lg);padding:24px;text-align:center;color:var(--white);margin-bottom:16px}.position-card__label{font-size:13px;font-weight:600;letter-spacing:1px;opacity:.9;margin-bottom:8px}.position-card__rank{font-size:56px;font-weight:900;line-height:1}.podium{display:flex;align-items:flex-end;justify-content:center;gap:8px;margin-bottom:20px;padding:0 8px}.podium__item{flex:1;max-width:110px;border-radius:var(--radius-sm);padding:12px 8px;text-align:center;position:relative}.podium__item--gold{background:linear-gradient(180deg,gold,#f0c800);min-height:120px;order:2}.podium__item--silver{background:linear-gradient(180deg,#e8e8e8,silver);min-height:100px;order:1}.podium__item--bronze{background:linear-gradient(180deg,#e8a860,#cd7f32);min-height:90px;order:3}.podium__medal{font-size:24px;margin-bottom:4px}.podium__name{font-weight:700;font-size:13px;color:var(--text-dark)}.podium__points{font-size:12px;color:var(--text-dark);opacity:.8;margin-top:2px}.leaderboard-item{display:flex;align-items:center;padding:14px 16px;border-radius:var(--radius-sm);margin-bottom:8px;background:var(--white);box-shadow:var(--shadow)}.leaderboard-item--me{background:var(--green-primary);color:var(--white)}.leaderboard-item__rank{font-size:14px;font-weight:600;color:var(--text-muted);width:32px;flex-shrink:0}.leaderboard-item--me .leaderboard-item__rank{color:#fffc}.leaderboard-item__avatar{width:36px;height:36px;border-radius:50%;background:var(--green-primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;margin-right:12px;flex-shrink:0}.leaderboard-item--me .leaderboard-item__avatar{background:var(--white);color:var(--green-primary)}.leaderboard-item__info{flex:1}.leaderboard-item__name{font-weight:700;font-size:14px}.leaderboard-item__subtitle{font-size:11px;opacity:.7;margin-top:2px}.leaderboard-item__points{font-size:16px;font-weight:800;color:var(--lime)}.leaderboard-item--me .leaderboard-item__points{color:var(--white)}.progress-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin-bottom:16px}.progress-card__title{font-weight:700;font-size:15px;margin-bottom:4px}.progress-card__subtitle{font-size:12px;color:var(--text-muted);margin-bottom:12px}.progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--green-primary),var(--lime));border-radius:3px;transition:width .3s}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.stat-card{background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:16px 8px;text-align:center}.stat-card__value{font-size:28px;font-weight:800;line-height:1}.stat-card__value--lime{color:var(--lime-bright);text-shadow:0 0 1px var(--green-primary)}.stat-card__icon{font-size:18px;margin:6px 0}.stat-card__label{font-size:11px;color:var(--text-muted);font-weight:500}.btn{padding:14px 20px;border-radius:var(--radius-sm);border:none;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s}.btn:active{opacity:.85}.btn--green{background:var(--green-primary);color:var(--white)}.btn--lime{background:var(--lime);color:var(--green-dark)}.btn-row{display:flex;gap:10px}.btn-row .btn{flex:1}.form-field{margin-bottom:16px}.form-field__label{font-size:11px;color:var(--text-muted);margin-bottom:4px}.form-field__value{font-size:15px;font-weight:500;color:var(--text-dark)}.form-link{color:var(--green-primary);font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.form-footer{margin-top:24px;display:flex;flex-direction:column;gap:8px}.form-footer__link{color:var(--text-light);font-size:12px;text-decoration:none}.profile-tabs{display:flex;gap:0;margin-bottom:16px;background:#f0f0f0;border-radius:var(--radius-sm);padding:4px}.profile-tab{flex:1;padding:10px;border:none;background:transparent;border-radius:10px;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s}.profile-tab--active{background:var(--white);color:var(--green-primary);box-shadow:var(--shadow)}.performance-table{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin-bottom:16px}.performance-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.performance-row:last-child{border-bottom:none}.performance-row__label{font-size:14px;color:var(--text-dark)}.performance-row__value{font-size:16px;font-weight:700}.performance-row__value--lime{color:var(--lime-bright)}.special-bet{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin-bottom:16px}.special-bet__image{width:100%;height:160px;object-fit:cover;display:block;background:linear-gradient(135deg,#1a3a5c,#2d5a3d)}.special-bet__image--placeholder{display:flex;align-items:center;justify-content:center;font-size:64px}.special-bet__content{padding:16px}.special-bet__title{font-weight:800;font-size:14px;margin-bottom:4px}.special-bet__quote{font-size:13px;color:var(--text-muted);margin-bottom:8px}.special-bet__text{font-size:13px;line-height:1.5;color:var(--text-dark)}.promo-banner{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;cursor:pointer;border:none;width:100%;font:inherit;text-align:left}.promo-banner__text{font-weight:800;font-size:14px;letter-spacing:.3px}.mondiale-badge{display:inline-flex;align-items:center;gap:6px;background:#e8f4fd;color:var(--blue-info-text);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;margin-bottom:8px}.page-inner{padding:16px}.page-inner--no-top{padding-top:0}.greeting{font-size:14px;font-weight:600;margin-bottom:4px}.greeting-sub{font-size:13px;color:var(--text-muted);margin-bottom:16px}.position-text{text-align:center;font-size:14px;color:var(--text-muted);margin-bottom:16px}.position-text strong{color:var(--text-dark)}.referral-input{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:var(--radius-sm);font-size:12px;color:var(--text-muted);background:var(--white);margin-bottom:12px;outline:none}.steps-list{list-style:none;margin-bottom:16px}.steps-list__item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:13px;line-height:1.4}.steps-list__number{width:24px;height:24px;border-radius:50%;background:var(--green-primary);color:var(--white);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.milestone-banner{background:var(--blue-info);border-radius:var(--radius-sm);padding:14px 16px;font-size:13px;color:var(--blue-info-text);margin-bottom:16px}.boost-card{background:var(--green-primary);border-radius:var(--radius-lg);padding:24px;text-align:center;color:var(--white);margin-bottom:16px}.boost-card__multiplier{display:inline-block;background:#ffffff26;padding:6px 16px;border-radius:20px;font-size:13px;margin-bottom:12px}.boost-card__text{font-size:14px;opacity:.9}.boost-points-card{background:var(--green-primary);border-radius:var(--radius-lg);padding:28px;text-align:center;color:var(--white);margin-bottom:16px}.boost-points-card__label{font-size:14px;margin-bottom:8px}.boost-points-card__value{font-size:48px;font-weight:900}.points-card-large{background:var(--green-primary);border-radius:var(--radius-lg);padding:28px;text-align:center;color:var(--white);margin-bottom:16px}.points-card-large__position{font-size:14px;margin-bottom:8px;opacity:.9}.points-card-large__value{font-size:52px;font-weight:900;line-height:1}.points-card-large__label{font-size:14px;margin-top:4px;opacity:.9}.registration{min-height:100%;padding:24px 16px 32px;display:flex;flex-direction:column;position:relative;z-index:1}.registration__header{text-align:center;margin-bottom:24px}.registration__logo{width:72px;height:72px;margin:0 auto 12px;border-radius:50%;overflow:hidden}.registration__logo-img{width:100%;height:100%;object-fit:cover}.registration__optional{font-weight:400;color:var(--text-muted);font-size:12px}.registration__title{font-size:20px;font-weight:800;color:var(--green-primary);margin-bottom:8px}.registration__subtitle{font-size:14px;color:var(--text-muted);line-height:1.4}.registration__steps{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.registration__step-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;transition:background .2s}.registration__step-dot--active{background:var(--green-primary)}.registration__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:24px 20px}.registration__step-title{font-size:18px;font-weight:700;margin-bottom:8px}.registration__hint{font-size:13px;color:var(--text-muted);margin-bottom:16px;line-height:1.4}.registration__label{display:block;font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:16px}.registration__input{display:block;width:100%;margin-top:6px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:var(--radius-sm);font-size:15px;outline:none;font-family:inherit}.registration__input:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px #0b5e301a}.registration__input--code{text-align:center;font-size:24px;font-weight:800;letter-spacing:8px}.registration__btn{width:100%;margin-top:8px}.registration__back{display:block;width:100%;margin-top:12px;background:none;border:none;color:var(--text-muted);font-size:13px;cursor:pointer;padding:8px}.registration__error{margin-top:16px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm);color:#b91c1c;font-size:13px}.app--loading{align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.loading-spinner{font-size:48px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}
