.screen{min-height:100vh;padding:var(--page-padding);padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom) + var(--page-padding) * 2);gap:var(--gap);flex-direction:column;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10px;padding:16px;display:flex}.card__label{color:var(--text-muted);font-size:13px}.amount{letter-spacing:-.5px;font-size:30px;font-weight:700}.level{justify-content:space-between;align-items:baseline;gap:var(--gap);display:flex}.level__name{font-size:18px;font-weight:600}.level__percent{color:var(--accent-text);font-weight:600}.progress{background:var(--surface-raised);border-radius:999px;height:8px;overflow:hidden}.progress__fill{background:var(--text);border-radius:999px;width:0;height:100%}.progress__fill--0{width:0%}.progress__fill--5{width:5%}.progress__fill--10{width:10%}.progress__fill--15{width:15%}.progress__fill--20{width:20%}.progress__fill--25{width:25%}.progress__fill--30{width:30%}.progress__fill--35{width:35%}.progress__fill--40{width:40%}.progress__fill--45{width:45%}.progress__fill--50{width:50%}.progress__fill--55{width:55%}.progress__fill--60{width:60%}.progress__fill--65{width:65%}.progress__fill--70{width:70%}.progress__fill--75{width:75%}.progress__fill--80{width:80%}.progress__fill--85{width:85%}.progress__fill--90{width:90%}.progress__fill--95{width:95%}.progress__fill--100{width:100%}.rows{flex-direction:column;gap:2px;display:flex}.row{justify-content:space-between;align-items:baseline;gap:var(--gap);border-bottom:1px solid var(--border);padding:9px 0;display:flex}.row:last-child{border-bottom:none}.row__label{color:var(--text-muted);font-size:14px}.row__value{text-align:right}.banner{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--text-muted);border-radius:var(--radius-small);flex-direction:column;gap:10px;padding:12px 14px;display:flex}.banner__text{font-size:14px}.field__input{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-small);color:var(--text);padding:12px 14px}.field__input:focus{border-color:var(--accent);outline:none}.error{color:var(--danger);font-size:14px}.nav{height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);display:flex;position:fixed;bottom:0;left:0;right:0}.nav__item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:12px;display:flex;position:relative}.nav__item--active{color:var(--accent-text)}.nav__item--active:before{content:"";background:var(--accent);border-radius:0 0 2px 2px;width:22px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.nav__icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.status{--status-dot:var(--status-neutral-dot);color:var(--text);align-items:center;gap:6px;font-size:13px;display:inline-flex}.status__dot{background:var(--status-dot);border-radius:50%;flex:none;width:6px;height:6px}.status--grey{--status-dot:var(--status-grey-dot)}.status--blue{--status-dot:var(--status-blue-dot)}.status--amber{--status-dot:var(--status-amber-dot)}.status--green{--status-dot:var(--status-green-dot)}.status--muted{--status-dot:var(--status-muted-dot)}.status--neutral{--status-dot:var(--status-neutral-dot)}.chips{gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);white-space:nowrap;cursor:pointer;border-radius:999px;padding:6px 14px;font-size:14px}.chip--active{color:var(--text);border-color:var(--accent)}.order{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);cursor:pointer;flex-direction:column;gap:4px;padding:14px;font-size:15px;display:flex}.order--compact{background:0 0;border:none;padding:8px 0}.order__head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.order__title{font-weight:600}.order__status{color:var(--text-muted);white-space:nowrap;font-size:13px}.field{flex-direction:column;gap:6px;display:flex}.field__label{color:var(--text-muted);font-size:13px}.input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-small);color:var(--text);width:100%;padding:12px;font-size:16px}.input--area{resize:vertical;min-height:84px}.input--date{width:auto}.row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.stage,.stage-row{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:10px 0;display:flex}.stage__head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.upload{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.list{flex-direction:column;gap:10px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.link{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;text-decoration:underline}.amount--small{font-size:16px}.achievements__group{flex-direction:column;gap:8px;display:flex}.achievements__group+.achievements__group{margin-top:8px}.achievements{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;display:grid}.achievement{border:1px dashed var(--status-muted-dot);border-radius:var(--radius-small);color:var(--text-muted);flex-direction:column;gap:4px;padding:10px;font-size:14px;display:flex}.achievement--received{border-style:solid;border-color:var(--field-line);background:var(--surface-raised);color:var(--text);font-weight:600}.achievement__date{color:var(--text-muted);font-size:12px;font-weight:400}.scales{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.scale-row{flex-direction:column;gap:6px;display:flex}.scale-row__head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.scale-row__name{font-weight:600}.scale-row__count{color:var(--text);white-space:nowrap;font-size:14px}.scale-row__next{color:var(--text-muted);font-size:13px}.scale{gap:4px;height:8px;display:flex}.scale__step{background:var(--surface-raised);border-radius:2px;flex:1 1 0;min-width:0}.scale__step--done{background:var(--text)}.scale__step--goal{background:var(--accent)}.scale--solid{border-radius:999px;gap:0;overflow:hidden}.scale--solid .scale__step{border-radius:0}.badges{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:12px 8px;margin:0;padding:0;list-style:none;display:grid}.badge{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:4px;font-size:12px;display:flex}.badge--received{color:var(--text)}.badge__mark{border:1px dashed var(--status-muted-dot);width:44px;height:44px;color:var(--text-muted);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.badge__mark--received{border-style:solid;border-color:var(--field-line);background:var(--surface-raised);color:var(--text)}.badge__mark--large{width:56px;height:56px}.badge__symbol{fill:currentColor;width:20px;height:20px}.badge__mark--large .badge__symbol{width:26px;height:26px}.badge__name{overflow-wrap:anywhere}.badge__prize{color:var(--text-muted);overflow-wrap:anywhere}.achievement-last{flex-direction:row;align-items:center;gap:14px}.achievement-last__text{flex-direction:column;gap:2px;min-width:0;display:flex}.achievement-last__name{font-size:17px;font-weight:600}.achievement-last__comment{white-space:pre-wrap;overflow-wrap:anywhere;margin:4px 0 0;font-size:14px}.leaders{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.leader{flex-direction:column;gap:2px;display:flex}.leader__head{align-items:baseline;gap:8px;display:flex}.leader__place{color:var(--text-muted);font-size:13px}.leader__name{font-weight:600}.section-head{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.section-head__label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.raffle__head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.raffle__title{font-weight:600}.raffle__terms{color:var(--text-muted);white-space:pre-wrap;margin:0;font-size:14px}.raffle__foot{border-top:1px solid var(--border);justify-content:space-between;gap:8px;padding-top:10px;font-size:14px;display:flex}.raffle__term{color:var(--text-muted)}.raffle__winners{flex-direction:column;gap:6px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.raffle__place{min-width:18px;color:var(--accent-text);font-weight:600;display:inline-block}.raffle__prize,.raffle--finished .raffle__title,.raffle--finished .raffle__name,.raffle--finished .status{color:var(--text-muted)}.counters{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.counter{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-small);flex-direction:column;align-items:center;gap:2px;padding:10px 4px;display:flex}.counter__value{color:var(--text);font-size:20px;font-weight:700}.counter__label{color:var(--text-muted);font-size:12px}
