body{margin:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#17212b;--surface:#232e3c;--border:#2b3d52;--text:#e8e8e8;--muted:#8c9bac;--accent:#5288c1;--accent-hover:#6b9fd4;--danger:#e74c3c;--success:#27ae60;--radius:10px}body{background:var(--bg);color:var(--text);min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5}.list,.detail{max-width:480px;margin:0 auto;padding:16px}h1{margin-bottom:16px;font-size:20px;font-weight:700}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);margin-bottom:10px;padding:14px 16px;text-decoration:none;transition:background .15s;display:block}.card:hover{background:#2a3a4e}.card-title{margin-bottom:6px;font-size:16px;font-weight:600}.card-meta{color:var(--muted);justify-content:space-between;margin-top:4px;font-size:13px;display:flex}.badge{background:var(--border);border-radius:20px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.status-REGISTRATION_OPEN{color:#4ade80;background:#1a4a2e}.status-IN_PROGRESS{color:#fbbf24;background:#3d2a00}.status-FINISHED{color:var(--muted);background:#2b2b2b}.status-CANCELLED{color:#f87171;background:#3d1a1a}.status-PUBLISHED{color:#60a5fa;background:#1a2d4a}.back{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-bottom:16px;padding:0;font-size:15px;display:block}.back:hover{color:var(--accent-hover)}.detail h1{margin:10px 0 8px}.detail .badge{margin-bottom:16px}.info-row{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;padding:10px 0;display:flex}.info-row strong{color:var(--text)}.description{color:var(--muted);margin-top:16px;font-size:14px;line-height:1.6}.actions{flex-direction:column;gap:10px;margin-top:24px;display:flex}.btn-primary{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;padding:14px;font-size:15px;font-weight:600;transition:background .15s}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.5;cursor:default}.btn-secondary{background:var(--surface);color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius);cursor:pointer;width:100%;padding:13px;font-size:15px;transition:background .15s}.btn-secondary:hover:not(:disabled){background:#3d1a1a}.btn-secondary:disabled{opacity:.5;cursor:default}.msg{border-radius:var(--radius);margin-top:16px;padding:12px 14px;font-size:14px}.msg-ok{color:#4ade80;background:#1a4a2e}.msg-err{color:#f87171;background:#3d1a1a}.auth-warn{color:#fbbf24;text-align:center;background:#3d2a00;padding:10px 16px;font-size:13px}.state{min-height:60dvh;color:var(--muted);justify-content:center;align-items:center;font-size:15px;display:flex}.state.error{color:#f87171}.login-page{justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.login-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:360px;padding:24px}.login-panel h1{margin-bottom:18px}.login-form{flex-direction:column;gap:12px;display:flex}.login-input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);outline:none;padding:13px 14px;font-size:16px}.login-input:focus{border-color:var(--accent)}.login-hint{color:var(--muted);font-size:14px}.login-error{color:#f87171;font-size:13px}.page{flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.page-content{flex:1;padding:16px 16px 80px}.home-production{color:#0e121a;background:#f5f6f8;width:100%;max-width:390px;min-height:100dvh;padding:138px 16px 96px;position:relative;overflow:hidden}.home-production__user{align-items:center;gap:10px;height:76px;margin-bottom:20px;display:flex}.home-production__avatar{color:#0e121a;background:linear-gradient(135deg,#b8bcc2,#eef0f3);border-radius:999px;flex:none;place-items:center;width:75px;height:76px;font-size:28px;font-weight:700;display:grid;overflow:hidden}.home-production__avatar img{object-fit:cover;filter:grayscale();width:100%;height:100%;display:block}.home-production__identity{flex-direction:column;flex:1;justify-content:flex-end;min-width:0;height:100%;padding:12px 0;display:flex}.home-production__identity h1{color:#0e121a;letter-spacing:.07px;text-overflow:ellipsis;white-space:nowrap;max-width:220px;margin:0;font-size:24px;font-weight:700;line-height:28px;overflow:hidden}.home-production__identity p{color:#707579;letter-spacing:0;white-space:nowrap;margin:2px 0 0;font-size:13px;line-height:16px}.home-production__settings{color:#0e121a;cursor:pointer;background:0 0;border:0;place-items:center;width:27px;height:76px;font-size:24px;line-height:24px;display:grid}.home-production__rank{background:#050b12;border-radius:10px;height:160px;margin-bottom:12px;position:relative;overflow:hidden}.home-production__rank>img{object-fit:cover;width:370px;height:185px;position:absolute;top:-18px;left:-6px}.home-production__rank-content{z-index:1;color:#fff;flex-direction:column;align-items:flex-start;height:160px;padding:24px 24px 10px;display:flex;position:relative}.home-production__rank-row{align-items:flex-end;gap:4px;height:32px;display:flex}.home-production__trophy{place-items:center;width:28px;height:24px;font-size:20px;line-height:24px;display:inline-grid}.home-production__rank-row strong{font-size:32px;font-weight:700;line-height:30px}.home-production__rank-row span:last-child{color:#a3a8b0;font-size:14px;font-weight:700;line-height:16px}.home-production__points{align-items:flex-end;gap:4px;margin-top:16px;font-weight:700;display:flex}.home-production__points strong{color:#007aff;font-size:24px;line-height:23px}.home-production__points span{color:#fff;font-size:14px;line-height:16px}.home-production__season-copy{color:#fff;margin-top:auto;font-size:13px;line-height:16px}.home-production__progress{background:#fff;border-radius:4px;width:322px;height:8px;margin-top:4px;overflow:hidden}.home-production__progress span{border-radius:inherit;background:#007aff;width:80%;height:100%;display:block}.home-production__nearest{background:#fff;border-radius:10px;flex-direction:column;gap:6px;width:358px;padding:12px;display:flex;box-shadow:0 0 2px 1px #00000005,0 32px 64px #0000000a}.home-production__nearest h2{color:#0e121a;white-space:pre-wrap;width:318px;height:24px;margin:0;font-size:15px;font-weight:700;line-height:18px}.home-production__tournament{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border:0;border-radius:10px;flex-direction:column;padding:0;display:flex;overflow:hidden;box-shadow:0 0 2px 1px #00000005,0 32px 64px #0000000a}.home-production__tournament-hero{background:#030609;border-radius:12px 12px 0 0;height:96px;position:relative;overflow:hidden}.home-production__tournament-hero img{object-fit:cover;width:495px;max-width:none;height:150px;position:absolute;top:-7px;left:-177px}.home-production__tournament-hero div{white-space:nowrap;flex-direction:column;gap:8px;font-weight:700;display:flex;position:absolute;top:16px;left:12px}.home-production__tournament-hero span{color:#007aff;font-size:11px;line-height:16px}.home-production__tournament-hero strong{color:#fff;font-size:20px;line-height:16px}.home-production__tournament-hero p{color:#fff;margin:0;font-size:14px;line-height:16px}.home-production__stats{align-items:center;gap:12px;min-height:70px;padding:12px;display:flex}.home-production__stat{grid-template-rows:auto auto;grid-template-columns:24px 1fr;align-items:center;column-gap:10px;min-width:0;display:grid}.home-production__stat-icon{color:#6d7787;text-align:center;grid-row:1/span 2;width:24px;height:24px;font-size:20px;line-height:22px}.home-production__stat-label{color:#6d7787;font-size:11px;line-height:12px}.home-production__stat strong{color:#0e121a;white-space:nowrap;font-size:13px;font-weight:600;line-height:14px}.home-production__stats i{background:#e0e5ec;border-radius:1px;width:1px;height:42px;display:block}.home-production__cta{color:#fff;cursor:pointer;width:100%;height:40px;font:inherit;background:#0069eb;border:0;border-radius:10px;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:600;line-height:20px;display:flex}.home-production__cta span:last-child{text-align:center;width:20px;height:24px;font-size:26px;font-weight:400;line-height:20px}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:8px;padding:24px 20px}.profile-top{align-items:center;gap:14px;margin-bottom:18px;display:flex}.profile-avatar{border:1px solid var(--border);background:var(--bg);width:68px;height:68px;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:26px;font-weight:700;display:flex;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-name{margin-bottom:4px;font-size:20px;font-weight:700}.profile-nick{color:var(--muted);overflow-wrap:anywhere;margin-bottom:2px;font-size:14px}.profile-email{margin-bottom:0}.profile-upload{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);width:100%;min-height:44px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;margin-bottom:16px;font-weight:600;display:flex}.profile-upload input{display:none}.profile-form{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:16px 0;display:flex}.profile-label{color:var(--muted);font-size:13px}.profile-rating-row{border-top:1px solid var(--border);justify-content:space-between;padding:12px 0;font-size:15px;display:flex}.profile-rating-row strong{color:var(--accent);font-size:18px}.profile-logout,.profile-link{margin-top:16px}.profile-note{color:var(--muted);margin-top:12px;font-size:13px}.profile-note-block{color:var(--muted);margin-top:12px;font-size:13px;line-height:1.5}.profile-note-error{color:#f87171}.bottom-nav{z-index:100;background:#fff;border-top:0;border-radius:22px 22px 0 0;align-items:center;gap:12px;width:100%;max-width:390px;height:80px;padding:8px 0;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 2px 1px #0000000d,0 32px 32px #0000000d}.bottom-nav__item{color:#6d7787;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;height:64px;font-size:12px;font-weight:500;line-height:14px;text-decoration:none;transition:color .15s;display:flex}.bottom-nav__item--active{color:#007aff;font-weight:600}.bottom-nav__item svg{stroke-width:1.6px;width:28px;height:28px}.home-header+.page-content,.page-content{padding-bottom:76px}.info-content{white-space:pre-wrap;color:var(--text);font-size:15px;line-height:1.7}.participants-list{flex-direction:column;gap:6px;display:flex}.participant-row{background:var(--surface);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex}.participant-num{text-align:right;width:22px;color:var(--muted);flex-shrink:0;font-size:13px}.participant-avatar{object-fit:cover;background:var(--border);border-radius:50%;flex-shrink:0;width:32px;height:32px}.participant-avatar--placeholder{background:var(--border)}.participant-name{flex:1;font-size:14px;font-weight:500}.participant-rating{color:var(--accent);font-size:13px;font-weight:600}
