:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro,Segoe UI,system-ui,sans-serif;--bg: #ffffff;--bg-2: #f4f4f6;--bg-3: #ececef;--ink: #0b0b0c;--ink-2: #5c5c66;--ink-3: #9a9aa4;--line: #e7e7ec;--green: #1e8e4e;--green-bg: #e7f5ec;--red: #e0463b;--red-bg: #fcebea;--blue: #0a66ff;--blue-bg: #e9f1ff;--gold: #b8902f;--gold-bg: #f8f0dc;--amber: #b07a1e;--amber-bg: #fbf0dd;--purple-bg: #f1eef9;--radius: 22px;--radius-sm: 14px;--shadow: 0 1px 2px rgb(11 11 12 / 5%), 0 8px 24px rgb(11 11 12 / 5%);--shadow-lg: 0 2px 6px rgb(11 11 12 / 6%), 0 20px 48px rgb(11 11 12 / 10%)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#efefef;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.underlined-link{color:var(--ink);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;font-weight:760}.app-bg{height:100dvh;background:linear-gradient(180deg,#f8f8f9,#e9e9ed);display:flex;justify-content:center;overflow:hidden}.phone{width:min(100%,430px);height:100dvh;background:var(--bg);display:flex;flex-direction:column;position:relative;overflow:hidden}.phone.bg2{background:var(--bg-2)}.status-bar{height:28px;flex:0 0 28px}.screen{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.screen.pad{overflow-y:auto;-webkit-overflow-scrolling:touch}.scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.pad{padding-left:22px;padding-right:22px}.h1{font-size:30px;line-height:1.1;font-weight:760;margin:0;letter-spacing:-.02em}.h2{font-size:24px;line-height:1.14;font-weight:740;margin:0;letter-spacing:-.015em}.h3{font-size:18px;line-height:1.24;font-weight:700;margin:0}.body{font-size:16px;line-height:1.45}.sub{font-size:16px;line-height:1.42;color:var(--ink-2);margin:0}.label{color:var(--ink-2);font-size:14px;font-weight:560}.cap{color:var(--ink-3);font-size:12px;font-weight:760;letter-spacing:.06em;text-transform:uppercase}.row{display:flex;align-items:center;gap:12px}.stack{display:flex;flex-direction:column;gap:12px}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.card-flat{background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.divider{height:1px;background:var(--line)}.btn{width:100%;min-height:54px;border:0;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:16.5px;font-weight:720;transition:transform .15s ease,opacity .15s ease}.btn:active{transform:scale(.99)}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:.45;pointer-events:none}.btn.primary{background:var(--ink);color:#fff}.btn.secondary{background:var(--bg-2);color:var(--ink)}.btn.outline{background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1.5px #dddde3}.btn.ghost{background:transparent;color:var(--ink-2)}.btn.green{background:var(--green);color:#fff}.btn.red-soft{background:var(--red-bg);color:var(--red)}.payment-action-bar{flex:0 0 auto;display:flex;flex-direction:column;gap:7px;padding:9px 18px 10px;border-top:1px solid var(--line);background:var(--bg-2)}.payment-action-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.payment-action-button{min-height:46px;border-radius:14px;padding:0 9px;font-size:14.5px;line-height:1.08;text-align:center}.payment-home-action{min-height:28px;border-radius:10px;font-size:13.5px;color:var(--ink-2)}.pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:740;white-space:nowrap}.pill.gray{background:var(--bg-2);color:var(--ink-2)}.pill.green{background:var(--green-bg);color:var(--green)}.pill.amber{background:var(--amber-bg);color:var(--amber)}.pill.red{background:var(--red-bg);color:var(--red)}.pill.blue{background:var(--blue-bg);color:var(--blue)}.pill.gold{background:var(--gold-bg);color:var(--gold)}.dot{width:7px;height:7px;border-radius:50%;background:currentColor}.progress{height:8px;border-radius:999px;background:var(--bg-3);overflow:hidden}.progress span{display:block;height:100%;width:var(--value);background:var(--ink);border-radius:999px}.chip{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1.5px #dddde3;font-size:14px;font-weight:700;white-space:nowrap}.chip.solid{background:var(--ink);color:#fff;box-shadow:none}.calendar-group-filter{position:relative;overflow:hidden}.calendar-group-filter select{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.banner{border-radius:16px;padding:14px 16px;display:flex;gap:11px;align-items:flex-start;color:var(--ink-2);font-size:14px;line-height:1.35;font-weight:600}.banner.amber{background:var(--amber-bg);color:var(--amber)}.banner.blue{background:var(--blue-bg);color:var(--blue)}.banner.green{background:var(--green-bg);color:var(--green)}.banner.red{background:var(--red-bg);color:var(--red)}.input{min-height:54px;border-radius:14px;background:var(--bg-2);border:1.5px solid transparent;display:flex;align-items:center;gap:10px;padding:0 16px;font-size:16px;color:var(--ink);width:100%}.input input{border:0;outline:0;background:transparent;min-width:0;width:100%}.input-error{border-color:var(--red)}.recaptcha-anchor{width:0;height:0;overflow:hidden}.grecaptcha-badge{visibility:hidden}.recaptcha-note{margin:0 0 10px;color:var(--ink-3);font-size:11px;line-height:1.3;text-align:center}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.red-text{color:var(--red)}.seg{display:flex;background:var(--bg-3);border-radius:11px;padding:3px;gap:2px}.seg a,.seg button,.seg span{flex:1;min-height:34px;border-radius:8px;border:0;background:transparent;color:var(--ink-2);display:flex;align-items:center;justify-content:center;font-size:13.5px;font-weight:760}.seg .on{background:#fff;color:var(--ink);box-shadow:0 1px 3px #00000014}.bottom-nav{flex:0 0 auto;height:76px;background:#ffffffeb;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;padding:8px 6px 10px;position:relative;z-index:5}.bottom-nav a{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--ink-3);font-size:10.5px;font-weight:760;line-height:1.1;text-align:center}.bottom-nav a.active{color:var(--ink)}.icon-btn{width:38px;height:38px;border:0;border-radius:11px;background:var(--bg-2);color:var(--ink);display:inline-flex;align-items:center;justify-content:center}.score-box,.step{width:44px;height:44px;border-radius:13px;background:var(--bg-2);display:inline-flex;align-items:center;justify-content:center;font-weight:760;border:0}.step.acc{background:var(--ink);color:#fff}.score-box{font-size:24px;background:#fff;box-shadow:inset 0 0 0 2px var(--ink);font-variant-numeric:tabular-nums;border:0;color:var(--ink);text-align:center;outline:0;padding:0}.score-box::placeholder{color:var(--ink-3)}.country-code{border:0;background:#fff;box-shadow:inset 0 0 0 1px var(--line);border-radius:11px;min-height:38px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-weight:760;cursor:pointer}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#0b0b0c61;display:flex;align-items:flex-end;padding:18px}.sheet{width:100%;background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow-lg)}.country-option{width:100%;min-height:54px;border:0;border-radius:15px;background:var(--bg-2);display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:0 14px;color:var(--ink);text-align:left}.country-option.on{background:var(--ink);color:#fff}.avatar{width:44px;height:44px;border-radius:50%;background:var(--bg-2);display:flex;align-items:center;justify-content:center;font-weight:780}.profile-avatar-btn{width:42px;height:42px;background:var(--ink);color:#fff;box-shadow:0 8px 22px #00000029;border:2px solid #fff;font-size:14px;transition:transform .15s ease,box-shadow .15s ease}.profile-avatar-btn:active{transform:scale(.96)}.profile-status-link{padding:14px;text-align:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.profile-status-link:active{transform:scale(.98)}.flag{font-size:28px;line-height:1}.flag-lg{font-size:44px;line-height:1}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.team-row{border:0;width:100%;justify-content:space-between;padding:13px 16px;background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px var(--line)}.team-row.on{box-shadow:inset 0 0 0 2px var(--ink)}.check{width:26px;height:26px;border-radius:50%;border:2px solid #dddde3;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.check.on{background:var(--ink);border-color:var(--ink);color:#fff}.dark-card{background:var(--ink);color:#fff}.home-score-card{margin:0 22px;padding:22px}.home-score-top{align-items:flex-start;gap:10px;margin-bottom:18px}.home-payment-pill{box-shadow:0 0 0 1px #ffffff1a}.home-payment-pill svg{margin-right:-4px}.home-entry-progress{margin-bottom:18px;color:#ffffffad;font-size:12.5px;font-weight:760}.home-entry-progress strong{color:#fff}.home-progress-track{height:7px;border-radius:999px;background:#ffffff24;overflow:hidden}.home-progress-track span{display:block;height:100%;min-width:6px;border-radius:inherit;background:#fff}.home-score-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:10px}.home-score-action{min-height:52px;border-radius:15px;font-size:14.5px;line-height:1.05;padding:0 10px}.home-inactive-payment{margin:-6px 22px 0;border:1px solid rgb(224 70 59 / 18%);border-radius:18px;background:#fff;box-shadow:var(--shadow);padding:14px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;animation:homeNoticeIn .36s ease-out,homeNoticePulse 2.8s ease-in-out infinite}.home-inactive-title{display:flex;align-items:center;gap:8px;color:var(--red);font-size:14px;font-weight:820}.home-inactive-dot{width:8px;height:8px;border-radius:999px;background:var(--red);box-shadow:0 0 0 4px #e0463b1a}.home-inactive-payment p{margin:5px 0 0;color:var(--ink-2);font-size:12.5px;line-height:1.3;font-weight:620}.home-inactive-pay{min-height:40px;padding:0 16px;border-radius:999px;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:820}@keyframes homeNoticeIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes homeNoticePulse{0%,to{box-shadow:var(--shadow)}50%{box-shadow:0 1px 2px #e0463b12,0 10px 28px #e0463b29}}@media (min-width: 700px){.app-bg{padding:24px}.phone{height:min(900px,calc(100dvh - 48px));border-radius:34px;box-shadow:var(--shadow-lg)}}
