:root{color-scheme:light;--bg: #ffffff;--surface: #f4f5f8;--surface-2: #ecedf3;--surface-3: #e1e4ec;--hairline: rgba(18, 20, 31, .09);--text: #16181f;--text-2: #5a6072;--text-3: #7b8194;--accent: #4f5bd5;--accent-press: #3f4ac0;--good: #17875a;--bad: #cf3444;--health: #d94452;--happiness: #c08a1e;--smarts: #2f6fd0;--looks: #9b4fc7;--fitness: #17875a;--fame: #c2569b;--lift: 0 1px 2px rgba(18, 20, 31, .06);--lift-lg: 0 18px 48px rgba(18, 20, 31, .18);--scrim: rgba(22, 24, 33, .42);--surround: #eef0f5;--meter: rgba(18, 20, 31, .08);--alert-bg: #fdeced;--alert-text: #8f2230;--radius: 14px;--radius-lg: 22px;--tap: 46px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0b0b0f;--surface: #15161c;--surface-2: #1c1e26;--surface-3: #242630;--hairline: rgba(255, 255, 255, .07);--text: #f4f4f6;--text-2: #a0a2ad;--text-3: #83869a;--accent: #7c8cff;--accent-press: #6675f0;--good: #5fb894;--bad: #e0646f;--health: #e0646f;--happiness: #e0ac4e;--smarts: #6f9fe8;--looks: #b98ae0;--fitness: #5fb894;--fame: #e08ac2;--lift: 0 1px 2px rgba(0, 0, 0, .4);--lift-lg: 0 18px 48px rgba(0, 0, 0, .55);--scrim: rgba(6, 6, 9, .7);--surround: #07070a;--meter: rgba(255, 255, 255, .09);--alert-bg: #2a1114;--alert-text: #f5c2c7}}:root[data-theme=dark]{color-scheme:dark;--bg: #0b0b0f;--surface: #15161c;--surface-2: #1c1e26;--surface-3: #242630;--hairline: rgba(255, 255, 255, .07);--text: #f4f4f6;--text-2: #a0a2ad;--text-3: #83869a;--accent: #7c8cff;--accent-press: #6675f0;--good: #5fb894;--bad: #e0646f;--health: #e0646f;--happiness: #e0ac4e;--smarts: #6f9fe8;--looks: #b98ae0;--fitness: #5fb894;--fame: #e08ac2;--lift: 0 1px 2px rgba(0, 0, 0, .4);--lift-lg: 0 18px 48px rgba(0, 0, 0, .55);--scrim: rgba(6, 6, 9, .7);--surround: #07070a;--meter: rgba(255, 255, 255, .09);--alert-bg: #2a1114;--alert-text: #f5c2c7}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overscroll-behavior:none}button{font:inherit;color:inherit;border:none;background:none;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.app{min-height:100dvh;display:flex;justify-content:center;background:var(--bg)}.phone{position:relative;display:flex;flex-direction:column;width:100%;max-width:440px;height:100dvh;background:var(--bg);overflow:hidden}@media(min-width:520px){.app{align-items:center;padding:20px;background:var(--surround)}.phone{height:min(860px,calc(100dvh - 40px));border-radius:26px;box-shadow:var(--lift-lg)}}.header{flex-shrink:0;padding:18px 20px 16px;padding-top:max(18px,env(safe-area-inset-top))}.header--compact{padding-bottom:10px}.header__top{display:flex;align-items:center;gap:13px}.header__face{padding:0;border-radius:50%;flex-shrink:0;line-height:0}.header:not(.header--compact) .header__avatar{width:86px;height:86px;font-size:26px}.header__avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:600;letter-spacing:.02em;color:var(--text-2);background:var(--surface-2);flex-shrink:0;object-fit:cover;-webkit-user-select:none;user-select:none}.header__id{flex:1;min-width:0}.header__name{font-size:17px;font-weight:600;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__sub{font-size:13px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.header__gear{flex-shrink:0;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--text-3);transition:color .15s ease,background .15s ease}.header__gear svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5}.header__gear svg.icon--filled{fill:currentColor;stroke:none;width:19px;height:19px;stroke-linecap:round;stroke-linejoin:round}.header__gear:hover{color:var(--text);background:var(--surface)}.header__money{flex-shrink:0;display:flex;flex-direction:column;gap:3px;align-items:flex-end}.header__money-row{display:flex;align-items:baseline;gap:7px}.header__money-value--negative{color:var(--bad)}.header__money-value{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.header__money-value--soft{font-size:13.5px;font-weight:500;color:var(--text-2)}.header__money-label{font-size:11px;color:var(--text-3)}.stats{display:flex;flex-direction:column;gap:9px;margin-top:18px}.stat{display:grid;grid-template-columns:72px 1fr 34px;align-items:center;gap:12px}.stat__label{font-size:12px;color:var(--text-3)}.stat__track{display:block;height:4px;border-radius:99px;background:var(--meter);overflow:hidden}.stat__fill{display:block;height:100%;border-radius:99px;transition:width .5s cubic-bezier(.3,.9,.3,1)}.stat__value{font-size:12px;color:var(--text-2);text-align:right;font-variant-numeric:tabular-nums}.feed{flex:1;overflow-y:auto;padding:4px 20px 54px;scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}.feed__year{display:flex;align-items:center;gap:12px;margin:22px 0 12px;color:var(--text-3);font-size:12px;font-weight:500}.feed__year:after{content:"";height:1px;background:var(--hairline);flex:1}.entry{display:flex;gap:11px;align-items:baseline;padding:7px 0;font-size:14.5px;line-height:1.5;color:var(--text-2);animation:rise .2s ease}.entry__dot{flex-shrink:0;width:5px;height:5px;border-radius:50%;background:var(--text-3);transform:translateY(-2px)}.entry--good{color:var(--text)}.entry--good .entry__dot{background:var(--good)}.entry--bad .entry__dot{background:var(--bad)}@keyframes rise{0%{opacity:0;transform:translateY(4px)}}.bottombar{flex-shrink:0;display:grid;grid-template-columns:repeat(2,1fr) 88px repeat(2,1fr);align-items:center;padding:10px 8px;padding-bottom:max(10px,env(safe-area-inset-bottom));background:var(--bg);box-shadow:0 -1px 0 var(--hairline)}.tab{min-height:var(--tap);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--text-2);font-size:11px;transition:color .16s ease,transform .12s ease}.tab svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.tab:hover{color:var(--text)}.tab--active{color:var(--accent)}.tab:active{transform:scale(.95)}.tab:disabled{opacity:.35;cursor:not-allowed}.age-button{justify-self:center;box-shadow:0 4px 14px #4f5bd559;width:62px;height:62px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;background:var(--accent);color:#fff;font-size:14px;font-weight:600;letter-spacing:-.01em;transition:transform .12s ease,background .16s ease}.age-button:hover:not(:disabled){background:var(--accent-press)}.age-button:active:not(:disabled){transform:scale(.94)}.age-button:disabled{background:var(--surface-3);color:var(--text-3);cursor:not-allowed}.age-button__next{font-size:11px;font-weight:400;opacity:.7}.view{flex:1;min-height:0;display:flex;flex-direction:column;animation:view-in .22s cubic-bezier(.2,.85,.25,1)}.view[data-dir=left]{animation-name:view-in-left}@keyframes view-in{0%{opacity:0;transform:translate(10px)}}@keyframes view-in-left{0%{opacity:0;transform:translate(-10px)}}.view__head{display:flex;align-items:center;gap:6px;flex-shrink:0;padding:0 14px 12px;min-height:34px}.view__nav{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;flex-shrink:0}.view__nav:hover{background:var(--surface-2)}.view__nav .chevron{stroke:var(--text-2)}.view__nav--close{margin-left:auto}.view__title{flex-shrink:1;min-width:0;margin:0;padding-left:6px;font-size:17px;font-weight:600;letter-spacing:-.015em}.view__body{flex:1;min-height:0;overflow-y:auto;padding:0 14px 22px;padding-bottom:max(22px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:2px;scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}.segmented{display:flex;gap:2px;padding:3px;background:var(--surface);border-radius:11px;margin:0 6px 10px}.segmented button{flex:1;min-height:34px;border-radius:8px;font-size:13px;color:var(--text-2);transition:background .15s ease,color .15s ease}.segmented button[aria-pressed=true]{background:var(--bg);color:var(--text);font-weight:550;box-shadow:var(--lift)}.chips{flex:0 0 auto;display:flex;gap:6px;overflow-x:auto;margin:0 -14px;padding:2px 14px 10px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 13px;border-radius:99px;background:var(--surface);color:var(--text-2);font-size:13px;white-space:nowrap;transition:background .14s ease,color .14s ease}.chip-btn:hover{color:var(--text)}.chip-btn--on{background:var(--accent);color:#fff}.chip-btn__count{font-size:11.5px;opacity:.7;font-variant-numeric:tabular-nums}.row{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:11px 12px;border-radius:12px;min-height:var(--tap);flex-shrink:0;transition:background .14s ease}button.row:hover:not(:disabled){background:var(--surface-2)}.row:disabled{cursor:not-allowed}.row:disabled .row__title,.row:disabled .row__side{color:var(--text-3)}.row__icon{font-size:18px;width:24px;display:grid;place-items:center;flex-shrink:0}.row__avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:600;color:var(--text-2);background:var(--surface-2);flex-shrink:0;object-fit:cover;-webkit-user-select:none;user-select:none}.emoji{width:1.15em;height:1.15em;vertical-align:-.18em;object-fit:contain;-webkit-user-select:none;user-select:none}.emoji--native{font-size:1em;line-height:1}.row__main{flex:1;min-width:0}.row__title{display:block;font-size:14.5px;font-weight:500;letter-spacing:-.01em}.row__sub{display:block;font-size:12.5px;color:var(--text-3);margin-top:2px}.row__side{font-size:13.5px;color:var(--text-2);text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0}.group-label{font-size:12px;color:var(--text-3);padding:18px 12px 6px}.group-label--category{text-transform:capitalize}.empty{color:var(--text-3);font-size:13.5px;text-align:center;padding:30px 12px}.chip{font-size:12px;color:var(--text-3);font-variant-numeric:tabular-nums}.ledger{display:flex;flex-direction:column;gap:2px;padding:16px;margin:4px 0 8px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--lift)}.ledger__label{font-size:12.5px;color:var(--text-3)}.ledger__value{font-size:30px;font-weight:600;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.ledger--good .ledger__value{color:var(--good)}.ledger--bad .ledger__value{color:var(--bad)}.ledger__note{font-size:12.5px;color:var(--text-2);margin-top:2px}.figure{font-variant-numeric:tabular-nums}.report__note{margin:0;padding:12px;border-radius:12px;background:var(--surface);font-size:13.5px;line-height:1.5;color:var(--text-2)}.report__note--good{color:var(--good)}.report__note--bad{color:var(--bad)}.figure--good{color:var(--good)}.figure--bad{color:var(--bad)}.trend{font-size:15px}.trend--up{color:var(--good)}.trend--down{color:var(--bad)}.trend--flat{color:var(--text-3)}.card{display:flex;flex-direction:column;gap:10px;padding:12px;margin:3px 0;border-radius:12px;background:var(--surface);box-shadow:var(--lift)}.card__head{display:flex;flex-direction:column;gap:2px}.card__row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13.5px;color:var(--text-2)}.card__row .btn{width:auto;min-height:36px;padding:8px 12px;font-size:13px}.stepper{display:inline-flex;align-items:center;gap:2px;background:var(--surface-2);border-radius:10px;padding:2px}.stepper__btn{width:34px;height:32px;border-radius:8px;font-size:17px;line-height:1;color:var(--text-2);transition:background .14s ease,color .14s ease}.stepper__btn:hover{background:var(--surface-3);color:var(--text)}.stepper__value{min-width:74px;text-align:center;font-size:13.5px;font-variant-numeric:tabular-nums;color:var(--text)}.row--selected{background:var(--surface-2);box-shadow:inset 0 0 0 1.5px var(--accent)}.demand{display:block;width:56px;height:4px;border-radius:99px;background:var(--meter);overflow:hidden}.demand__bar{display:block;height:100%;border-radius:99px;background:var(--text-3)}.demand--hot .demand__bar,.demand--strong .demand__bar{background:var(--good)}.demand--weak .demand__bar,.demand--cold .demand__bar{background:var(--bad)}.demand__label{display:block;margin-top:4px;font-size:11px;color:var(--text-3)}input[type=range]{width:100%;accent-color:var(--accent);background:transparent}.quiz__dots{display:flex;gap:6px;padding:2px 0 4px}.quiz__dot{width:8px;height:8px;border-radius:50%;background:var(--surface-3)}.quiz__dot--done{background:var(--good)}.quiz__dot--now{background:var(--accent)}.seat{display:flex;align-items:center;gap:11px}.seat__face{width:40px;height:40px;border-radius:50%;background:var(--surface-2);object-fit:cover;flex-shrink:0;display:grid;place-items:center;font-size:13px;font-weight:600;color:var(--text-2)}.seat__who{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.seat__title{font-size:14.5px;font-weight:600;letter-spacing:-.01em}.seat__clock{flex-shrink:0;padding:4px 9px;border-radius:99px;background:var(--surface-2);font-size:12px;color:var(--text-3);font-variant-numeric:tabular-nums}.seat__clock--open{background:var(--accent);color:#fff}.stack{display:flex;flex-direction:column;gap:8px;padding:8px 0 4px}.btn{min-height:var(--tap);width:100%;border-radius:var(--radius);padding:13px 16px;font-size:15px;font-weight:500;letter-spacing:-.01em;text-align:center;background:var(--surface-2);color:var(--text);transition:background .14s ease,transform .11s ease,opacity .14s ease}.btn:hover:not(:disabled){background:var(--surface-3)}.btn:active:not(:disabled){transform:scale(.985)}.btn:disabled{color:var(--text-3);cursor:not-allowed}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--accent-press)}.btn--quiet{background:transparent;color:var(--text-2)}.btn--quiet:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn--on{background:var(--surface-3);color:var(--text)}.popup-wrap{position:absolute;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:var(--scrim);animation:fade .15s ease}.popup{width:100%;max-height:86%;display:flex;flex-direction:column;background:var(--bg);box-shadow:var(--lift-lg);border-radius:var(--radius-lg);overflow:hidden;animation:pop .2s cubic-bezier(.2,.9,.3,1)}@keyframes pop{0%{opacity:0;transform:scale(.96) translateY(6px)}}.popup__head{padding:20px 22px 6px;font-size:13px;color:var(--text-3)}.popup__body{overflow-y:auto;padding:6px 22px 18px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}.popup__text{font-size:19px;font-weight:500;line-height:1.4;letter-spacing:-.02em;margin:0;padding:2px 0 6px}.news-line{display:flex;gap:11px;align-items:baseline;font-size:15px;line-height:1.5;color:var(--text-2)}.news-line--good{color:var(--text)}.news-line--good .entry__dot{background:var(--good)}.news-line--bad .entry__dot{background:var(--bad)}.news-line .entry__dot{transform:translateY(-1px)}.popup__actions{display:flex;flex-direction:column;gap:8px;padding:4px 18px 18px}.choice__hint{display:block;font-size:12px;font-weight:400;color:var(--text-3);margin-top:3px}.badges{display:flex;flex-wrap:wrap;gap:6px;padding:2px 0 4px}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:99px;background:var(--surface-2);font-size:12.5px;color:var(--text-2)}.screen{flex:1;display:flex;flex-direction:column;justify-content:center;gap:28px;padding:32px 26px;overflow-y:auto}.screen h1{font-size:36px;margin:0;font-weight:600;letter-spacing:-.035em}.screen p{margin:8px 0 0;color:var(--text-3);font-size:15px;line-height:1.5}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:12.5px;color:var(--text-3)}input:not([type=range]){min-height:var(--tap);border-radius:12px;border:none;background:var(--surface-2);color:var(--text);padding:0 14px;font-size:15px;transition:background .15s ease}input:not([type=range])::placeholder{color:var(--text-3)}input:not([type=range]):focus{background:var(--surface-3);outline:none}.summary{display:flex;flex-direction:column}.summary__line{display:flex;justify-content:space-between;gap:14px;font-size:14.5px;padding:11px 0;box-shadow:inset 0 -1px 0 var(--hairline)}.summary__line:last-child{box-shadow:none}.summary__line span:first-child{color:var(--text-3)}.summary__line span:last-child{font-variant-numeric:tabular-nums;text-align:right;min-width:0}.summary__line span:first-child{flex-shrink:0}.creator__step h2{font-size:22px;letter-spacing:-.02em;margin-bottom:4px}.creator__fields{display:flex;flex-direction:column;gap:14px}.screen--start{justify-content:flex-start;gap:18px;padding-top:26px}.screen--menu{justify-content:center;gap:26px;text-align:center}.screen--menu h1{font-size:44px}.creator__back{align-self:flex-start;padding:6px 12px 6px 6px;margin-bottom:-6px;border-radius:10px;font-size:14px;color:var(--text-2);transition:color .14s ease,background .14s ease}.creator__back:hover{color:var(--text);background:var(--surface)}.creator__preview{width:148px;height:148px;align-self:center;border-radius:50%;background:var(--surface)}.creator{display:flex;flex-direction:column;gap:4px}.trait{display:flex;align-items:center;gap:6px}.trait__arrow{width:38px;height:38px;border-radius:10px;font-size:20px;line-height:1;color:var(--text-2);background:var(--surface);transition:background .14s ease,color .14s ease}.trait__arrow:hover{background:var(--surface-2);color:var(--text)}.trait__body{flex:1;display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.trait__label{font-size:12.5px;color:var(--text-3)}.trait__value{font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-issues{background:var(--alert-bg);color:var(--alert-text);font-size:12px;padding:10px 14px;max-height:130px;overflow-y:auto}.content-issues b{display:block;margin-bottom:4px}.swipe__face{width:132px;height:132px;border-radius:50%;margin:0 auto;display:grid;place-items:center;background:var(--surface-2);font-size:30px;font-weight:600;color:var(--text-2)}.meter{display:grid;grid-template-columns:1fr auto;grid-template-areas:"label value" "track track" "note note";align-items:center;gap:4px 10px;padding:9px 0;flex-shrink:0;box-shadow:inset 0 -1px 0 var(--hairline)}.meter:last-child{box-shadow:none}.meter__label{grid-area:label;font-size:13.5px;color:var(--text-2)}.meter__value{grid-area:value;font-size:13px;color:var(--text-3);text-align:right;font-variant-numeric:tabular-nums}.meter__track{grid-area:track;display:block;height:5px;border-radius:99px;background:var(--meter);overflow:hidden}.meter__fill{display:block;height:100%;border-radius:99px;transition:width .5s cubic-bezier(.3,.9,.3,1)}.meter__fill--accent{background:var(--accent)}.meter__fill--good{background:var(--good)}.meter__fill--bad{background:var(--bad)}.meter__fill--warn{background:var(--happiness)}.meter__note{grid-area:note;font-size:12px;color:var(--text-3)}.segmented--sub button{font-size:13px;gap:5px}.segmented__count{display:inline-block;min-width:17px;padding:0 4px;border-radius:99px;background:var(--surface-3);font-size:11px;line-height:17px;text-align:center;color:var(--text-2)}.banner{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;background:var(--surface-2);flex-shrink:0}.banner__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--surface-3);flex-shrink:0}.banner__body{display:flex;flex-direction:column;min-width:0}.banner__title{font-size:15.5px;font-weight:600;letter-spacing:-.01em}.banner__sub{font-size:12.5px;color:var(--text-3)}.section{display:flex;flex-direction:column;flex-shrink:0}.section__row{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.section__actions{display:flex;flex-direction:column;gap:6px;padding:2px 0 8px 12px}.meet{display:flex;align-items:center;gap:14px;margin-top:14px}.meet__face{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:var(--surface-2);font-size:20px;font-weight:600;color:var(--text-2);flex-shrink:0}.meet__who{display:flex;flex-direction:column;gap:2px;min-width:0}.menu{display:flex;flex-direction:column;gap:8px;padding-top:2px}.menu-row{display:flex;align-items:center;gap:14px;width:100%;min-height:74px;padding:13px 14px;border-radius:16px;background:var(--surface-2);text-align:left;flex-shrink:0;transition:background .14s ease,transform .14s ease}button.menu-row:hover:not(:disabled){background:var(--surface-3)}button.menu-row:active{transform:scale(.988)}.menu-row__art{display:grid;place-items:center;width:46px;height:46px;flex-shrink:0}.menu-row__art .art{max-width:46px;max-height:46px;object-fit:contain;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .28))}.menu-row__body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.menu-row__title{font-size:16px;font-weight:600;letter-spacing:-.01em}.menu-row__sub{font-size:12.5px;color:var(--text-3)}.chevron{width:20px;height:20px;flex-shrink:0;fill:none;stroke:var(--text-3);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.menu-row--feature{background-color:#1b1610;background-image:linear-gradient(100deg,#0c0906e6 12%,#0c09068c 62%,#0c09064d),var(--feature);background-size:auto,168px;background-repeat:no-repeat,repeat;box-shadow:inset 0 0 0 1px #d6b06259;min-height:96px}.menu-row--feature .menu-row__title{color:#fdf6e6;font-size:17px;text-shadow:0 1px 2px rgb(0 0 0 / .6)}.menu-row--feature .menu-row__sub{color:#fdf6e6c7;text-shadow:0 1px 2px rgb(0 0 0 / .5)}.menu-row--feature .chevron{stroke:#fdfcf8cc}button.menu-row--feature:hover:not(:disabled){background-color:#241d14}.menu-row--feature .menu-row__art .art{filter:drop-shadow(0 2px 6px rgb(0 0 0 / .55))}.art--asset{width:34px;height:34px;object-fit:contain;vertical-align:middle;filter:drop-shadow(0 2px 3px rgb(0 0 0 / .3))}.row__icon--art{width:38px}.row__title--art{display:inline-flex;align-items:center;gap:8px}.popup--tall{max-height:86vh;display:flex;flex-direction:column}.admin__body{overflow-y:auto;display:flex;flex-direction:column;gap:4px}.menu-row__meter{display:block;height:5px;margin-top:6px;border-radius:99px;background:var(--meter);overflow:hidden}.worth{display:flex;flex-direction:column;gap:2px;padding:14px;border-radius:16px;background:var(--surface-2);flex-shrink:0}.worth__line{display:flex;justify-content:space-between;gap:12px;font-size:13.5px;color:var(--text-3)}.worth__line span:last-child{color:var(--text-2);font-variant-numeric:tabular-nums}.worth__line--lead{font-size:15px;padding-bottom:4px}.worth__line--lead span:last-child{font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.02em}.worth__line--bad span:last-child{color:var(--bad)}.owned{display:flex;gap:12px;padding:12px;border-radius:16px;background:var(--surface-2);flex-shrink:0}.owned__art{width:92px;height:92px;border-radius:12px;background:var(--surface-3);display:grid;place-items:center;overflow:hidden;flex-shrink:0;padding:0}.owned__image{width:100%;height:100%;object-fit:cover}.owned__body{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.owned__name{font-size:15.5px;font-weight:600;letter-spacing:-.01em}.owned__rent{font-size:12.5px;color:var(--good)}.owned__actions{display:flex;gap:8px;margin-top:auto;padding-top:6px}.owned__actions .btn{min-height:34px;padding:0 12px;font-size:13px}.shop{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:2px;flex-shrink:0}.tile{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;border-radius:16px;background:var(--surface-2);text-align:left;transition:background .14s ease,transform .14s ease}button.tile:hover{background:var(--surface-3)}button.tile:active{transform:scale(.985)}.tile--locked{opacity:.55}.tile__art{display:grid;place-items:center;width:100%;height:74px;margin-bottom:2px}.tile__art .art{max-width:100%;max-height:74px;object-fit:contain;filter:drop-shadow(0 3px 6px rgb(0 0 0 / .35))}.tile__name{font-size:13.5px;font-weight:500;line-height:1.25}.tile__price{font-size:13px;color:var(--text-3);font-variant-numeric:tabular-nums}.tile__price--ok{color:var(--good)}.popup--sheet{padding-top:0;overflow:hidden}.sheet__art{display:grid;place-items:center;height:190px;margin:0 -18px;background:var(--surface-2)}.sheet__image{max-width:100%;max-height:190px;object-fit:contain}.popup--sheet .popup__body{gap:2px;padding-top:14px}.sheet__name{font-size:19px;font-weight:600;letter-spacing:-.02em}.sheet__price{font-size:15px;color:var(--text-2);font-variant-numeric:tabular-nums;padding-bottom:10px}.header__links{display:inline-flex;align-items:center;gap:2px;margin-left:auto}.header__links .header__gear{margin-left:0;display:grid;place-items:center}.icon--filled{fill:currentColor;stroke:none}.pitch{width:104px;height:104px;flex-shrink:0}.pitch__mate{fill:var(--text-3);opacity:.55}.pitch__arrow{fill:none;stroke:#5fb89480;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.pitch__grass{fill:#5fb89412;stroke:#5fb89459;stroke-width:1.2}.pitch__line{fill:none;stroke:#5fb89459;stroke-width:1.2}.pitch__you{fill:var(--accent)}.fc-card,.fc-join{display:flex;gap:14px;align-items:center;padding:14px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#5fb8941a,#5fb89405),var(--surface);box-shadow:inset 0 0 0 1px #5fb8942e;flex-shrink:0}.fc-card__body,.fc-join__body{display:flex;flex-direction:column;gap:4px;min-width:0}.fc-card__top{display:flex;align-items:baseline;gap:8px}.fc-card__rating{font-size:34px;font-weight:700;letter-spacing:-.03em;line-height:1}.fc-card__position{font-size:13px;font-weight:600;color:var(--accent);letter-spacing:.04em}.fc-card__club,.fc-join__name{font-size:17px;font-weight:600;letter-spacing:-.02em}.fc-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;flex-shrink:0}.fc-stat{display:flex;flex-direction:column;gap:2px;padding:11px 10px;border-radius:var(--radius);background:var(--surface)}.fc-stat__value{font-size:19px;font-weight:700;letter-spacing:-.02em}.fc-stat__label{font-size:11.5px;color:var(--text-3)}.speech{display:flex;gap:12px;align-items:flex-start;flex-shrink:0}.speech__face{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--surface-3);font-size:16px;font-weight:600;color:var(--text-2);flex-shrink:0}.speech__body{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.speech__bubble{background:var(--surface-2);border-radius:4px 16px 16px;padding:12px 14px;display:flex;flex-direction:column;gap:5px}.speech__who{font-size:12.5px;font-weight:600;color:var(--text-2)}.speech__line{margin:0;font-size:14.5px;line-height:1.45;text-wrap:pretty}.chips .chip{display:inline-flex;align-items:center;padding:5px 11px;border-radius:99px;background:var(--surface-2);color:var(--text-2);flex:0 0 auto}.chip--good{color:var(--bg);background:var(--good);font-weight:600}.chip--bad{color:var(--bg);background:var(--bad);font-weight:600}.chip--warn{color:var(--bg);background:var(--happiness);font-weight:600}.table{background:var(--surface);border-radius:var(--radius);overflow:hidden;flex-shrink:0}.table__row{display:grid;grid-template-columns:22px 1fr 28px 34px 34px;gap:8px;padding:10px 12px;font-size:13.5px;box-shadow:inset 0 1px 0 var(--hairline)}.table__row>span:nth-child(n+3){text-align:right;color:var(--text-2);font-variant-numeric:tabular-nums}.table__row--head{font-size:11.5px;color:var(--text-3);box-shadow:none;padding-bottom:6px}.table__row--head>span:nth-child(n+3){color:var(--text-3)}.table__pos{color:var(--text-3);font-variant-numeric:tabular-nums}.table__club{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table__pts{font-weight:600;color:var(--text)!important}.table__row--you{background:var(--surface-3);box-shadow:inset 0 0 0 1.5px var(--accent)}.table__row--you .table__pos{color:var(--accent);font-weight:600}.table__row--you .table__club{font-weight:600}.popup--match{padding-top:14px;position:relative}.match__head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:0 18px}.match__club{font-size:13.5px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match__club--them{text-align:right;color:var(--text-2)}.match__score{font-size:26px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;text-align:center;margin:0}.match__clock{text-align:center;font-size:12px;color:var(--text-3);padding:2px 18px 10px;font-variant-numeric:tabular-nums}.match__pitch{position:relative;margin:0 14px;aspect-ratio:3 / 4;border-radius:14px;overflow:hidden;background:repeating-linear-gradient(180deg,#5fb89417 0 8%,#5fb8940b 8% 16%),#0f1a15}.match__lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#ffffff29;stroke-width:.6;vector-effect:non-scaling-stroke}.match__man{position:absolute;width:26px;height:26px;margin:-13px 0 0 -13px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--surface-3);box-shadow:0 0 0 2px var(--text-3);transition-property:left,top;transition-timing-function:cubic-bezier(.37,.09,.45,.94);transition-duration:.82s}.match__man--ours{box-shadow:0 0 0 2px var(--accent)}.match__man--them{box-shadow:0 0 0 2px var(--bad)}.match__man--you{width:34px;height:34px;margin:-17px 0 0 -17px;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--accent);z-index:2}.match__face{width:100%;height:100%;border-radius:50%;object-fit:cover;font-size:10px;display:grid;place-items:center;color:var(--text-2)}.match__ball{position:absolute;width:17px;height:17px;margin:-9px 0 0 -9px;display:grid;place-items:center;filter:drop-shadow(0 1px 3px rgb(0 0 0 / .6));transition:left .78s linear,top .78s linear;z-index:3}.match__ball .emoji{width:100%;height:100%;animation:roll 1.6s linear infinite}.match__ball--goal{transition:left .38s cubic-bezier(.3,0,.2,1),top .38s cubic-bezier(.3,0,.2,1)}@keyframes roll{to{transform:rotate(360deg)}}.match__shout{position:absolute;inset:0;display:grid;place-content:center;gap:2px;text-align:center;z-index:4;pointer-events:none;background:radial-gradient(circle at 50% 45%,rgb(0 0 0 / .5),transparent 62%);animation:shout .26s ease-out}.match__shout-word{font-size:30px;font-weight:800;letter-spacing:.06em;color:#74e6a6;text-shadow:0 2px 10px rgb(0 0 0 / .65)}.match__shout--them .match__shout-word{font-size:24px;color:#ff8a8a}.match__shout-sub{font-size:12.5px;color:#ffffffd1}@keyframes shout{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.match__beats{display:flex;flex-direction:column;gap:4px;padding:12px 18px 0;min-height:52px}.match__prompt{padding-bottom:4px}.popup--name .field{padding:2px 0 10px}.popup--name .field input{width:100%;font-size:16px;font-weight:600}.popup--name .shuffle{width:100%;font-size:13px;padding:8px 10px}
