:root{font-family:Noto Sans JP,Yu Gothic UI,Hiragino Sans,system-ui,sans-serif;color:var(--ink);background:#edf2f1;font-synthesis:none;--ink: #123f35;--muted: #687b77;--teal: #168f87;--teal-soft: #e8f5f3;--coral: #f05d60;--line: #dde5e3;--surface: #fff;--radius: 16px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#edf2f1}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #80c9c3;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{width:min(100%,780px);margin:0 auto;min-height:100dvh;background:var(--surface);position:relative;box-shadow:0 0 30px #123f3512}.app-header{height:78px;padding:max(18px,env(safe-area-inset-top)) 28px 12px;display:flex;align-items:flex-end;justify-content:space-between;background:#fff}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:21px;font-weight:900;letter-spacing:.025em}.brand-logo{width:32px;height:32px;border-radius:9px;object-fit:cover}.sync-state{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--muted)}.sync-state span{display:grid;place-items:center;width:20px;height:20px;border:1.5px solid currentColor;border-radius:50%}.sync-state.offline{color:#a76b27}.app-main{--page-gutter: 28px;padding:28px var(--page-gutter) 112px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:32px}.page-heading h1{margin:0;color:var(--ink);font-size:clamp(28px,7vw,38px);line-height:1.15;letter-spacing:.02em}.page-heading p{margin:10px 0 0;color:var(--muted);font-size:14px}.completion-member-picker{display:flex;align-items:center;gap:8px;margin-top:14px;color:var(--muted);font-size:12px;font-weight:700}.completion-member-picker select{min-height:36px;padding:0 30px 0 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);font-size:14px}.add-button{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border:2px solid var(--teal);border-radius:13px;background:#fff;color:var(--teal);cursor:pointer}.egg-growth-card{position:relative;display:flex;align-items:center;min-height:218px;margin:-6px 0 34px;padding:22px 22px 20px;overflow:hidden;border:1px solid #b9ded8;border-radius:24px;background:#e1f4f0;box-shadow:0 12px 28px #123f3517}.egg-growth-copy{position:relative;z-index:1;min-width:0;flex:1}.egg-growth-title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.egg-growth-kicker,.egg-growth-level{display:inline-flex;align-items:center;gap:5px;color:#34746b;font-size:10px;font-weight:900;letter-spacing:.05em}.egg-growth-kicker svg{width:14px;height:14px;color:#e29c1c}.egg-growth-level{padding:4px 8px;border-radius:999px;background:#fff;color:var(--teal);letter-spacing:0}.egg-growth-card h2{margin:0;color:var(--ink);font-size:clamp(23px,6vw,30px);line-height:1.2}.egg-growth-card p{margin:6px 0 10px;color:#4d6f69;font-size:12px;font-weight:700;line-height:1.55}.egg-growth-score{display:flex;align-items:baseline;gap:2px;margin-bottom:10px;color:#d88f11}.egg-growth-score strong{font-size:30px;line-height:1}.egg-growth-score>span{font-size:18px}.egg-growth-score small{margin-left:5px;color:#4d6f69;font-size:9px;font-weight:800}.egg-growth-progress{width:min(100%,220px)}.egg-growth-progress>div{height:8px;overflow:hidden;border-radius:999px;background:#ffffffd1;box-shadow:inset 0 0 0 1px #168f8724}.egg-growth-progress>div span{display:block;height:100%;border-radius:inherit;background:#e7a328;transition:width .35s ease}.egg-growth-progress small{display:block;margin-top:6px;color:#4d6f69;font-size:10px}.egg-growth-progress small strong{margin:0 2px;color:#b96f00}.egg-growth-card>img{position:relative;z-index:0;width:min(42%,210px);max-height:192px;margin:0 -4px 0 8px;object-fit:contain;filter:drop-shadow(0 10px 9px rgb(18 63 53 / 18%))}.bottom-nav{position:fixed;bottom:0;left:50%;translate:-50% 0;width:min(100%,780px);display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff5;border-top:1px solid var(--line);padding:9px 10px max(9px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20}.bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;min-height:54px;padding:5px;border:0;background:none;color:#6c7775;font-size:12px;font-weight:600;cursor:pointer}.bottom-nav button.active{color:var(--teal)}.bottom-nav button.active:before{content:"";position:absolute;top:-10px;width:44px;height:3px;background:var(--teal);border-radius:0 0 4px 4px}.chore-section{margin-bottom:34px}.chore-section h2{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:var(--teal);font-size:17px}.chore-section.overdue h2,.chore-section.overdue .chore-copy small,.chore-section.overdue .complete-button{color:var(--coral)}.chore-section.overdue .chore-icon{border-color:var(--coral);color:var(--coral);background:#fff8f8}.chore-row{display:flex;align-items:stretch;min-height:92px;border-bottom:1px solid var(--line)}.chore-row.completed{margin-inline:calc(-1 * var(--page-gutter));padding-inline:var(--page-gutter);border-bottom-color:transparent;background:#e4f4f0;box-shadow:inset 0 1px #b8ddd5,inset 0 -1px #b8ddd5}.chore-row.completed .chore-main{background:transparent}.chore-row.just-saved{border-radius:12px;background:#e5f6f3;box-shadow:0 0 0 3px #b9e5df;animation:saved-highlight .45s ease-out}.chore-row.just-saved .chore-main{border-radius:12px 0 0 12px;background:#e5f6f3}@keyframes saved-highlight{0%{opacity:.55;translate:0 10px}}.chore-main{min-width:0;flex:1;display:grid;grid-template-columns:48px minmax(120px,1fr) minmax(76px,auto);align-items:center;gap:14px;padding:14px 8px 14px 0;border:0;background:#fff;text-align:left;cursor:pointer}.chore-icon,.history-icon,.breakdown-icon{display:grid;place-items:center;width:48px;height:48px;border:1.5px solid var(--teal);border-radius:50%;background:var(--teal-soft);color:var(--teal)}.chore-copy{min-width:0;display:grid;gap:5px}.chore-copy strong{overflow:hidden;color:var(--ink);font-size:17px;text-overflow:ellipsis;white-space:nowrap}.chore-copy small{color:var(--teal);font-size:12px}.chore-note{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:11px;font-style:normal;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.effort{display:grid;gap:5px;justify-items:start;color:var(--teal)}.effort-label{color:var(--muted);font-size:9px;white-space:nowrap}.effort-stars{display:flex;gap:1px}.effort-stars i{color:#bdccca;font-size:12px;font-style:normal;line-height:1}.effort-stars i.filled{color:#e7a328}.complete-button{align-self:center;width:46px;height:46px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%;background:#fff;color:var(--teal);cursor:pointer;transition:color .15s,background .15s,scale .15s}.complete-button:hover{background:var(--teal-soft);scale:1.04}.completion-actions{align-self:center;display:flex;align-items:center;gap:6px;margin-left:4px}.completed-mark{width:42px;min-width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--teal);color:#fff}.undo-button{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--muted);cursor:pointer}.undo-button:hover{border-color:var(--coral);color:var(--coral);background:#fff8f8}.chore-row.completed .chore-copy small{color:#39736d;font-weight:700}.empty-state{display:grid;justify-items:center;gap:8px;padding:70px 24px;color:var(--muted);text-align:center}.empty-state svg{width:46px;height:46px;color:var(--teal)}.empty-state h2{margin:8px 0 0;color:var(--ink);font-size:19px}.empty-state p{margin:0;font-size:14px}.toast{position:fixed;left:50%;bottom:92px;translate:-50% 0;width:min(calc(100% - 32px),520px);display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border:1px solid #34786a;border-radius:14px;background:#123f35;color:#fff;box-shadow:0 12px 28px #00000059;z-index:35;animation:toast-in .22s ease-out}.toast button{border:0;background:none;color:#8ce1da;font-weight:800;cursor:pointer}.toast-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}@keyframes toast-in{0%{opacity:0;translate:-50% 12px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:end center;background:#0e231f73;z-index:50}.modal{width:min(100%,620px);max-height:94dvh;overflow-y:auto;padding:22px 24px max(28px,env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -14px 50px #00000029}.modal>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.modal h2{margin:0;font-size:22px}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:var(--teal-soft);color:var(--ink);cursor:pointer}.icon-button:hover{border-color:var(--teal);color:var(--teal)}.editor-form{display:grid;gap:20px}.editor-form label,.settings-section label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:700}.editor-form input,.editor-form textarea,.editor-form select,.settings-section input,.select-control select{width:100%;padding:12px 13px;border:1px solid #bdccca;border-radius:10px;background:#fff;color:var(--ink);font-size:16px}.editor-form textarea{min-height:74px;resize:vertical}.editor-form fieldset{margin:0;padding:0;border:0}.editor-form legend{margin-bottom:9px;font-size:13px;font-weight:700}.editor-form .check-row{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--teal-soft);cursor:pointer}.editor-form .check-row input{width:20px;height:20px;margin:1px 0 0;padding:0;accent-color:var(--teal)}.editor-form .check-row span{display:grid;gap:4px}.editor-form .check-row small{color:var(--muted);font-weight:500;line-height:1.5}.icon-picker,.point-picker{display:flex;flex-wrap:wrap;gap:9px}.icon-picker button,.point-picker button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #bdccca;border-radius:10px;background:#fff;cursor:pointer}.icon-picker button.selected{border-color:var(--teal);background:var(--teal);color:#fff}.more-icons{margin-top:10px}.more-icons summary{width:fit-content;padding:7px 0;color:var(--teal);font-size:12px;font-weight:800;cursor:pointer}.more-icons .icon-picker{padding-top:7px}.point-picker{gap:5px}.point-picker button{width:48px;height:48px;border:0;background:transparent;color:#bdccca;font-size:32px;line-height:1}.point-picker button.filled{color:#e7a328}.point-picker button:hover{background:#fff8e8}.point-picker button:focus-visible{border-radius:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label{position:relative}.form-grid label small{position:absolute;right:12px;bottom:14px;color:var(--muted)}.modal-actions{display:flex;align-items:center;justify-content:space-between;padding-top:8px}.primary-button,.secondary-button,.inline-input button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid var(--teal);border-radius:10px;background:var(--teal);color:#fff;font-weight:800;cursor:pointer}.primary-button.wide{width:100%}.secondary-button{background:#fff;color:var(--teal)}.danger-link{border:0;background:none;color:#c84d50;cursor:pointer}.select-control{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:0 12px;border:1px solid var(--line);border-radius:12px}.select-control select{border:0}.history-filters{display:grid;grid-template-columns:1.25fr 1fr .8fr;gap:8px}.history-filters .select-control{min-width:0;margin-bottom:16px;padding:0 7px}.history-list{border-top:1px solid var(--line)}.history-row{display:grid;grid-template-columns:44px 1fr auto 112px;align-items:center;gap:12px;min-height:78px;border-bottom:1px solid var(--line)}.history-icon{width:40px;height:40px}.history-row>div{display:grid;gap:4px}.history-row strong{font-size:15px}.history-row small{color:var(--muted);font-size:11px}.history-note{display:-webkit-box;margin:1px 0 0;overflow:hidden;color:var(--ink);font-size:11px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.history-points{display:grid;gap:3px;text-align:right;font-size:12px;font-weight:800}.history-points em{color:#a76b27;font-size:9px;font-style:normal}.row-action{width:34px;height:34px;display:grid;place-items:center;border:0;background:none;color:#9aaaa7;cursor:pointer}.history-actions{display:flex}.history-undo{display:inline-flex;align-items:center;gap:4px;min-height:34px;padding:0 7px;border:1px solid #d6a0a1;border-radius:8px;background:none;color:#b44f52;font-size:10px;font-weight:800;white-space:nowrap;cursor:pointer}.segmented{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:26px;border:1.5px solid var(--ink);border-radius:10px;overflow:hidden}.segmented button{min-height:44px;border:0;border-right:1px solid var(--ink);background:#fff;cursor:pointer}.segmented button:last-child{border-right:0}.segmented button.selected{background:var(--ink);color:#fff}.date-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;margin:-10px 0 24px}.date-range label{display:grid;gap:6px;color:var(--muted);font-size:11px}.date-range input{min-width:0;width:100%;padding:10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink)}.date-range>span{padding-bottom:11px;color:var(--muted)}.chart-legend{display:flex;justify-content:center;gap:22px;margin-bottom:10px;color:var(--muted);font-size:11px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:11px;height:11px}.count-color,.count-bar{background:#145c45}.point-color,.point-bar{background:#69aaa5}.member-chart{margin-bottom:34px}.member-bars{display:grid;grid-template-columns:90px 1fr;gap:15px;align-items:center;min-height:94px;border-bottom:1px solid var(--line)}.member-label{display:grid;gap:4px}.member-label small{color:var(--muted);font-size:10px}.bars{display:grid;gap:8px}.bars>div{display:flex;align-items:center;gap:8px;min-width:0}.bars span{display:block;height:15px;min-width:3px;border-radius:0 3px 3px 0}.bars b{font-size:11px;white-space:nowrap}.breakdown h2,.settings-section h2{margin:0 0 16px;font-size:19px}.breakdown-row{display:grid;grid-template-columns:44px minmax(100px,1fr) minmax(120px,1.5fr);gap:10px;align-items:center;min-height:80px;border-bottom:1px solid var(--line)}.breakdown-icon{width:40px;height:40px}.mini-bars{display:grid;grid-template-columns:1fr auto;gap:5px 7px;align-items:center}.mini-bars span{height:9px;min-width:3px}.mini-bars small{font-size:10px}.analytics-note{color:var(--muted);font-size:11px;line-height:1.7}.settings-section{padding:22px 0;border-top:1px solid var(--line)}.settings-section h2{display:flex;align-items:center;gap:9px}.settings-section h2 svg{width:20px;color:var(--teal)}.settings-section>p,.settings-section li{color:var(--muted);font-size:13px;line-height:1.7}.settings-section label+label{margin-top:16px}.fun-theme-options{display:grid;gap:10px;margin:16px 0 10px}.fun-theme-options button{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:13px;width:100%;min-height:82px;padding:9px 14px;border:1.5px solid var(--line);border-radius:16px;background:var(--surface);color:var(--ink);text-align:left;cursor:pointer}.fun-theme-options button.selected{border-color:var(--teal);background:var(--teal-soft);box-shadow:0 0 0 2px #168f871f}.fun-theme-options button img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 5px 4px rgb(18 63 53 / 16%))}.fun-theme-options button>span:last-child{display:grid;gap:5px}.fun-theme-options button strong{font-size:15px}.fun-theme-options button small,.future-themes{color:var(--muted);font-size:11px;line-height:1.5}.fun-theme-none{display:grid;place-items:center;width:54px;height:54px;margin:auto;border-radius:50%;background:#eef2f1;color:var(--muted)}.fun-theme-none svg{width:24px}.future-themes{display:block}.inline-input{display:flex;gap:8px}.inline-input button{min-height:42px}.member-list{display:grid;margin:16px 0}.member-list>div{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;min-height:52px;border-bottom:1px solid var(--line)}.member-list span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;font-size:12px;font-weight:800}.member-list small{color:var(--muted)}.sub-setting{margin:18px 0;padding:16px;border-radius:14px;background:var(--teal-soft)}.sub-setting h3{display:flex;align-items:center;gap:8px;margin:0 0 6px;color:var(--ink);font-size:15px}.sub-setting h3 svg{width:18px;color:var(--teal)}.sub-setting p{margin:0 0 12px;color:var(--muted);font-size:12px;line-height:1.6}.collapsible-setting>summary{display:flex;align-items:center;justify-content:space-between;min-height:44px;color:var(--ink);font-size:17px;font-weight:800;cursor:pointer;list-style:none}.collapsible-setting>summary::-webkit-details-marker{display:none}.collapsible-setting>summary span{display:flex;align-items:center;gap:9px}.collapsible-setting>summary svg{width:20px;color:var(--teal)}.collapsible-setting>summary>svg{transition:transform .2s ease}.collapsible-setting[open]>summary>svg{transform:rotate(180deg)}.details-content{padding-top:16px}.details-content>p{color:var(--muted);font-size:13px;line-height:1.7}.danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid #c84d50;border-radius:10px;background:#c84d50;color:#fff;font-weight:800;cursor:pointer}.invite-link-box{display:grid;gap:8px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--teal-soft)}.invite-link-box label{display:grid;gap:7px;font-size:12px;font-weight:800}.invite-link-box input{width:100%;padding:10px;border:1px solid var(--teal);border-radius:9px;background:var(--surface);color:var(--ink);font-size:13px}.invite-link-box small{color:var(--muted);line-height:1.6}.invite-copy-button{width:100%}.connection-card{display:flex;gap:12px;padding:16px;border:1px solid #e4d4b5;border-radius:12px;background:#fffaf1}.connection-card.connected{border-color:#b9dcd8;background:#f3fbfa}.connection-card svg{flex:0 0 auto;color:#a76b27}.connection-card.connected svg{color:var(--teal)}.connection-card strong{font-size:14px}.connection-card p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.inline-message{position:sticky;bottom:88px;padding:13px 16px;border:1px solid #34786a;border-radius:12px;background:#123f35;color:#fff;box-shadow:0 10px 24px #0000004d;font-size:13px}.danger-zone{margin-top:16px}.auth-screen{min-height:100dvh;display:grid;place-items:center;padding:28px 20px;background:#edf2f1}.auth-card{width:min(100%,440px);padding:34px 30px;border-radius:24px;background:var(--surface);box-shadow:0 22px 60px #123f351f}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:34px;color:var(--ink);font-size:20px;letter-spacing:.04em}.auth-card h1{margin:0 0 16px;color:var(--ink);font-size:clamp(30px,8vw,42px);line-height:1.25}.auth-card>p{margin:0 0 28px;color:var(--muted);font-size:14px;line-height:1.8}.auth-card form,.auth-card label{display:grid;gap:10px}.auth-card label{color:var(--ink);font-size:13px;font-weight:700}.auth-card label svg{vertical-align:middle;margin-right:6px;color:var(--teal)}.auth-card input{width:100%;min-height:48px;padding:0 13px;border:1px solid #bdccca;border-radius:10px;background:var(--surface);color:var(--ink);font-size:16px}.auth-card .primary-button{margin-top:8px}.auth-card .secondary-button{width:100%;margin-top:10px}.auth-card a.secondary-button{text-decoration:none}.auth-card>small{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:22px;color:var(--muted);font-size:11px}.auth-message{margin-top:16px;padding:12px 14px;border-radius:10px;background:var(--teal-soft);color:var(--ink);font-size:13px;line-height:1.6}.loading-spinner{width:30px;height:30px;margin:0 auto 16px;border:3px solid var(--line);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{rotate:360deg}}@media(min-width:700px){.app-main{--page-gutter: 54px;padding:34px var(--page-gutter) 120px}.app-header{padding-left:54px;padding-right:54px}.modal-backdrop{place-items:center}.modal{border-radius:24px}}@media(max-width:480px){.app-header{padding-left:20px;padding-right:20px}.app-main{--page-gutter: 20px;padding:24px var(--page-gutter) 104px}.chore-main{grid-template-columns:44px minmax(92px,1fr) 72px;gap:9px}.chore-icon{width:42px;height:42px}.effort-label{font-size:9px}.effort-stars i{font-size:11px}.complete-button{width:42px;height:42px}.completed-mark{width:42px;min-width:42px}.undo-button{width:34px;height:34px}.page-heading{margin-bottom:26px}.egg-growth-card{min-height:204px;margin-inline:-4px;padding:19px 16px 18px;border-radius:21px}.egg-growth-card p{max-width:175px}.egg-growth-card>img{width:39%;max-height:166px;margin-right:-8px}.history-filters{grid-template-columns:1fr 1fr}.history-filters .select-control:last-child{grid-column:1 / 3}.history-row{grid-template-columns:40px 1fr auto 104px;gap:8px}.breakdown-row{grid-template-columns:40px 105px 1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--ink: #d9f2ed;--muted: #9eb0ac;--teal: #5bc6bd;--teal-soft: #163f3a;--coral: #ff8587;--line: #2d4742;--surface: #102521;background:#091815}body,.app-shell,.app-header,.bottom-nav,.chore-main,.complete-button,.undo-button,.add-button,.modal,.editor-form input,.editor-form textarea,.editor-form select,.settings-section input,.select-control select,.icon-picker button,.point-picker button,.segmented button,.auth-screen,.auth-card,.auth-card input{background:var(--surface)}.segmented button.selected,.primary-button{background:#5bc6bd;color:#09231f}.connection-card{background:#2c291f;border-color:#63583e}.connection-card.connected{background:#13332f}.chore-row.completed{background:#17483f;box-shadow:inset 0 0 0 1px #28665a}.chore-row.completed .chore-main{background:transparent}.chore-row.just-saved,.chore-row.just-saved .chore-main{background:#17483f}.egg-growth-card{border-color:#28665a;background:#173d37;box-shadow:none}.egg-growth-kicker,.egg-growth-card p,.egg-growth-score small,.egg-growth-progress small{color:#a9c9c3}.egg-growth-level,.egg-growth-progress>div{background:#102521}.fun-theme-options button{background:var(--surface)}.fun-theme-options button.selected{background:#173d37}.fun-theme-none{background:#203a35}}
