:root{--background: #07101f;--background-deep: #050b16;--navigation: #0b1425;--card: #111c31;--card-soft: #132039;--nested-card: #172239;--text-primary: #f5f7ff;--text-secondary: #98a5bf;--text-muted: #67758f;--accent-primary: #7557ff;--accent-secondary: #506cff;--accent-violet: #a653ff;--success: #43d6a0;--warning: #ffb64d;--error: #ff6577;--info: #54b7ff;--border: #91a0c324;--border-strong: #7557ff57;--shadow-card: 0 24px 72px #00000052;--shadow-glow: 0 0 44px #7557ff40;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 20px;--radius-xl: 24px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--sidebar-width: 264px;color:var(--text-primary);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background-deep);min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;min-height:100dvh;color:var(--text-primary);background:radial-gradient(circle at 82% 10%,#3e489626,transparent 28%),radial-gradient(circle at 18% 88%,#7557ff1f,transparent 28%),linear-gradient(145deg,var(--background-deep),var(--background));margin:0;overflow-x:hidden}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:#a99aff;text-decoration:none}a:hover{color:#c3b9ff}p,h1,h2,h3{margin-top:0}code{border:1px solid var(--border);color:#c8c2ff;background:#ffffff0a;border-radius:6px;padding:2px 6px;font-size:.92em}::selection{color:#fff;background:#7557ff6b}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.axis-logo{align-items:center;gap:12px;min-height:48px;display:inline-flex}.axis-logo svg{filter:drop-shadow(0 0 14px #7557ff7a);flex:none;width:44px;height:44px}.axis-logo span{gap:1px;display:grid}.axis-logo strong{color:#fff;letter-spacing:-.02em;font-size:22px;line-height:1}.axis-logo small{color:var(--text-muted);letter-spacing:.02em;font-size:10px}.button{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:700;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:focus-visible,.field__input:focus-visible,.lucy-composer textarea:focus-visible,.lucy-composer__send:focus-visible{outline-offset:2px;outline:3px solid #54b7ff57}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{background:linear-gradient(135deg,var(--accent-secondary),var(--accent-primary) 58%,var(--accent-violet));box-shadow:0 10px 30px #644aff47}.button--primary:hover:not(:disabled){box-shadow:0 14px 38px #644aff66}.button--secondary{border-color:var(--border-strong);background:#7557ff17}.button--ghost{border-color:var(--border);color:var(--text-secondary);background:#ffffff06}.button--danger{color:#ffb5bf;background:#ff65771f;border-color:#ff657759}.button--full{width:100%}.button__spinner{border:2px solid #ffffff5c;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.76s linear infinite spin}.field{gap:8px;display:grid}.field__label{color:#d9def0;font-size:14px;font-weight:650}.field__input{border:1px solid var(--border);color:#fff;background:#08101fbf;border-radius:14px;width:100%;min-height:50px;padding:0 15px;transition:border-color .16s,box-shadow .16s,background .16s}.field__input::placeholder{color:#596985}.field__input:hover{border-color:#91a0c33d}.field__input:focus{background:#0a1427f5;border-color:#7557ffb3;box-shadow:0 0 0 4px #7557ff17}.field__input--error{border-color:#ff65779e}.field__hint,.field__error{min-height:16px;font-size:12px}.field__hint{color:var(--text-muted)}.field__error{color:#ff99a7}.status-banner{border:1px solid var(--border);color:var(--text-secondary);background:#111c31d1;border-radius:14px;align-items:flex-start;gap:12px;padding:13px 14px;font-size:14px;line-height:1.45;display:flex}.status-banner svg{flex:none;margin-top:1px}.status-banner strong{color:var(--text-primary);margin-bottom:3px;display:block}.status-banner--info{border-color:#54b7ff42}.status-banner--info svg{color:var(--info)}.status-banner--success{background:#43d6a012;border-color:#43d6a047}.status-banner--success svg{color:var(--success)}.status-banner--warning svg{color:var(--warning)}.status-banner--error{background:#ff657712;border-color:#ff65774f}.status-banner--error svg{color:var(--error)}.status-banner--offline{border-color:#98a5bf3d}.status-banner--offline svg{color:#aab5cb}.full-page-loader,.configuration-error{min-height:100vh;place-items:center;min-height:100dvh;padding:24px;display:grid}.full-page-loader{align-content:center;gap:18px}.full-page-loader p{color:var(--text-secondary);margin:0;font-size:14px}.full-page-loader__bar{background:#ffffff14;border-radius:999px;width:min(260px,70vw);height:4px;overflow:hidden}.full-page-loader__bar span{border-radius:inherit;background:linear-gradient(90deg,var(--accent-secondary),var(--accent-violet));width:45%;height:100%;animation:1.2s ease-in-out infinite alternate loader;display:block}.configuration-error__card{border:1px solid var(--border-strong);border-radius:var(--radius-xl);width:min(520px,100%);box-shadow:var(--shadow-card),var(--shadow-glow);background:linear-gradient(145deg,#111c31f5,#08101ff5);padding:32px}.configuration-error__icon{color:#b7aaff;background:#7557ff1f;border-radius:16px;place-items:center;width:54px;height:54px;margin:32px 0 20px;display:grid}.configuration-error h1{margin-bottom:12px;font-size:clamp(25px,5vw,34px)}.configuration-error p{color:var(--text-secondary);margin-bottom:24px;line-height:1.65}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loader{0%{transform:translate(-10%)}to{transform:translate(130%)}}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.auth-shell{min-height:100vh;isolation:isolate;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);min-height:100dvh;display:grid;position:relative;overflow:hidden}.auth-shell__glow{z-index:-1;filter:blur(100px);opacity:.18;border-radius:50%;width:460px;height:460px;position:absolute}.auth-shell__glow--one{background:#506cff;top:-220px;right:12%}.auth-shell__glow--two{background:#a653ff;bottom:-260px;left:12%}.auth-shell__brand-panel{min-height:100vh;background:linear-gradient(#0c172ba3,#060d1ac7),radial-gradient(circle at 50% 46%,#7557ff26,#0000 34%);border-right:1px solid #91a0c31a;flex-direction:column;justify-content:space-between;min-height:100dvh;padding:clamp(32px,5vw,72px);display:flex;position:relative}.auth-shell__brand-copy{width:min(660px,92%);margin-block:auto;padding:64px 0 120px}.auth-shell__eyebrow,.auth-card__eyebrow,.foundation-page__eyebrow{color:#a79aff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:800;display:inline-block}.auth-shell__brand-copy h1{letter-spacing:-.055em;max-width:720px;margin-bottom:24px;font-size:clamp(42px,5.4vw,76px);line-height:1.03}.auth-shell__brand-copy p{max-width:580px;color:var(--text-secondary);margin:0;font-size:clamp(17px,1.6vw,21px);line-height:1.65}.auth-shell__wave{filter:blur(10px);opacity:.6;background:radial-gradient(at 30% 100%,#524ccb6b,#0000 60%),radial-gradient(at 65% 100%,#7557ff80,#0000 58%);border-radius:50% 50% 0 0;height:100px;position:absolute;bottom:4%;left:5%;right:5%;transform:perspective(300px) rotateX(65deg)}.auth-shell__form-panel{min-height:100vh;place-items:center;min-height:100dvh;padding:clamp(24px,5vw,72px);display:grid}.auth-card{border:1px solid var(--border);border-radius:var(--radius-xl);width:min(460px,100%);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(145deg,#111c31e6,#0a1425eb);padding:clamp(24px,4vw,38px)}.auth-card h2{letter-spacing:-.035em;margin-bottom:10px;font-size:clamp(28px,4vw,38px)}.auth-card>p:not(.auth-card__footer){color:var(--text-secondary);margin-bottom:24px;line-height:1.55}.auth-form{gap:18px;margin-top:20px;display:grid}.auth-form__meta{justify-content:flex-end;margin-top:-4px;font-size:13px;display:flex}.auth-card__footer{color:var(--text-secondary);text-align:center;margin:22px 0 0;font-size:14px}.auth-confirmation-icon{color:#b5a9ff;width:66px;height:66px;box-shadow:var(--shadow-glow);background:#7557ff1a;border:1px solid #7557ff59;border-radius:20px;place-items:center;margin:8px 0 22px;display:grid}@media(max-width:960px){.auth-shell{grid-template-columns:1fr}.auth-shell__brand-panel{border-bottom:1px solid #91a0c31a;border-right:0;min-height:auto;padding:24px 24px 48px}.auth-shell__brand-copy{width:100%;padding:48px 0 0}.auth-shell__brand-copy h1{font-size:clamp(34px,8vw,54px)}.auth-shell__brand-copy p,.auth-shell__wave{display:none}.auth-shell__form-panel{min-height:auto;padding:28px 18px max(32px,env(safe-area-inset-bottom))}}@media(max-width:480px){.auth-shell__brand-panel{padding-top:max(18px,env(safe-area-inset-top))}.auth-shell__brand-copy{padding-top:32px}.auth-shell__brand-copy h1{margin-bottom:0;font-size:33px}.auth-card{border-radius:20px;padding:24px 18px}}.home-shell{min-height:100vh;background:radial-gradient(circle at 70% -20%,#4453ad2e,#0000 34%),linear-gradient(145deg,#050b17,#07101f 52%,#081224);grid-template-columns:240px minmax(0,1fr);min-height:100dvh;display:grid}.home-sidebar{z-index:20;height:100vh;background:radial-gradient(circle at 26% 12%,#594db81a,#0000 30%),linear-gradient(#0a1222fc,#070e1cfc);border-right:1px solid #8597c21a;flex-direction:column;height:100dvh;padding:28px 22px 22px;display:flex;position:sticky;top:0}.home-sidebar .axis-logo{margin:0 4px 28px}.home-sidebar .axis-logo svg{width:40px;height:40px}.home-sidebar .axis-logo strong{font-size:20px}.home-sidebar .axis-logo small{text-transform:uppercase;letter-spacing:.04em;font-size:8px}.home-sidebar__nav{gap:6px;display:grid}.home-nav-item{color:#aab4ca;cursor:default;text-align:left;background:0 0;border:1px solid #0000;border-radius:13px;align-items:center;gap:14px;width:100%;min-height:46px;padding:0 15px;transition:all .16s;display:flex}.home-nav-item svg{color:#a7b2c8;flex:none}.home-nav-item span{font-size:14px;font-weight:560}.home-nav-item.is-active{color:#f3f0ff;background:linear-gradient(90deg,#6d50f245,#5e53be26),#ffffff05;border-color:#7156ff45;box-shadow:inset 0 0 24px #6e52ff14}.home-nav-item.is-active svg{color:#9b8cff}.home-sidebar__bottom{border-top:1px solid #8997b814;margin-top:auto;padding-top:16px}.home-profile{align-items:center;gap:11px;min-width:0;padding:8px 5px 14px;display:flex}.home-profile__avatar{color:#fff;background:radial-gradient(circle at 50% 32%,#d99986 0 13%,#0000 14%),radial-gradient(circle at 50% 62%,#2d3147 0 27%,#0000 28%),linear-gradient(145deg,#6f5470,#191f35);border:1px solid #ffae9b59;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid;box-shadow:0 0 20px #7054d42e}.home-profile__avatar--small{width:34px;height:34px}.home-profile>div{gap:2px;min-width:0;display:grid}.home-profile strong{color:#f6f8ff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.home-profile span:not(.home-profile__avatar){color:#5f6c84;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.home-settings,.home-logout{color:#8f9bb2;cursor:default;text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 12px;display:flex}.home-logout{cursor:pointer}.home-logout:hover{color:#dfe5f5;background:#ffffff08}.home-shell__main{min-width:0}.home-page{width:min(1100px,100% - 68px);margin:0 0 0 36px;padding:30px 0}.home-page__header{justify-content:space-between;align-items:flex-start;gap:28px;min-height:66px;margin-bottom:12px;display:flex}.home-page__header h1{letter-spacing:-.035em;margin:0 0 4px;font-size:clamp(25px,2.1vw,32px);line-height:1.12}.home-page__header p{color:#99a4ba;margin:0;font-size:13px}.home-date-pill{color:#e9edf8;text-transform:capitalize;background:linear-gradient(#1f2b45cc,#151f35cc);border:1px solid #8999bb14;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:235px;min-height:44px;padding:0 22px;font-size:12px;font-weight:650;display:inline-flex;box-shadow:inset 0 1px #ffffff06}.home-hero{background:radial-gradient(circle at 16% 48%,#5b49be29,#0000 29%),radial-gradient(circle at 83% 18%,#4c57a92e,#0000 34%),linear-gradient(116deg,#1b1f3efb,#121b35fb);border:1px solid #7456ffb8;border-radius:20px;grid-template-columns:240px minmax(0,1fr);height:250px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0b,inset 0 0 0 1px #735bff0d,0 0 26px #694eff14,0 18px 48px #0000002e}.home-hero:before{content:"";z-index:0;opacity:.3;pointer-events:none;background-image:radial-gradient(circle,#b8adff2e 0 1px,#0000 1.5px),radial-gradient(circle,#647bff1a 0 1px,#0000 1.5px);background-position:88% 18%,74%;background-size:84px 84px,116px 116px;position:absolute;inset:0}.home-hero:after{content:"";z-index:8;pointer-events:none;border:1px solid #ae9aff14;border-radius:19px;position:absolute;inset:1px}.home-hero__portrait{z-index:2;align-self:stretch;position:relative;overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:50% 100%;filter:saturate(.96) contrast(1.025) drop-shadow(0 16px 24px #02050e5c);width:225px;height:245px;position:absolute;bottom:-5px;left:8px}.home-hero__content{z-index:4;align-content:center;gap:20px;padding:24px 30px 38px 8px;display:grid;position:relative}.home-hero__content h2{letter-spacing:-.025em;margin:0 0 7px;font-size:clamp(19px,1.75vw,25px)}.home-hero__content p{color:#9ea8bf;margin:0;font-size:13px}.home-hero__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.home-hero__metrics article{background:linear-gradient(145deg,#182541e0,#141e34d6);border:1px solid #8597c112;border-radius:12px;align-content:center;gap:8px;min-width:0;min-height:66px;padding:10px 14px;display:grid;box-shadow:inset 0 1px #ffffff05}.home-hero__metrics span{color:#d9deee;white-space:nowrap;align-items:center;gap:7px;min-width:0;font-size:10px;display:flex}.home-hero__metrics article:first-child svg{color:#9077ff}.home-hero__metrics article:nth-child(2) svg{color:#67d7a9}.home-hero__metrics article:nth-child(3) svg{color:#ff8a71}.home-hero__metrics article:nth-child(4) svg{color:#55c5ff}.home-hero__metrics strong{color:#f4f6ff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.home-wave{z-index:5;transform-origin:bottom;pointer-events:none;mix-blend-mode:screen;border-radius:45% 58% 0 0/54% 72% 0 0;height:92px;position:absolute;bottom:-34px;left:-5%;right:-5%}.home-wave--one{background:linear-gradient(90deg,#6143ea6b,#4b54dc61);bottom:-36px;transform:rotate(-1deg) scaleX(1.04);box-shadow:0 -14px 28px #634af22e}.home-wave--two{background:linear-gradient(90deg,#4a50db59,#446cff57);bottom:-50px;transform:rotate(1.4deg) scaleX(1.08)}.home-section{margin-top:24px}.home-section__title-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.home-section__title-row h2{letter-spacing:-.01em;margin:0;font-size:16px}.home-tasks{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.home-task-card,.home-add-task{background:linear-gradient(145deg,#16223be6,#111c31e0);border:1px solid #8494bb14;border-radius:13px;min-width:0;min-height:72px}.home-task-card{color:inherit;cursor:pointer;text-align:left;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.home-task-card:hover{border-color:#7359f642}.home-task-card__check{color:#8c78ff;place-items:center;width:19px;height:19px;display:grid}.home-task-card__copy{gap:5px;min-width:0;display:grid}.home-task-card__copy strong{color:#eef1fa;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;overflow:hidden}.home-task-card__copy small{color:#74819b;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.home-task-card__icon{color:#6575e8}.home-task-card.is-completed{opacity:.72}.home-task-card.is-completed .home-task-card__check{color:#09241d;background:#48d6a2;border-radius:50%}.home-task-card.is-completed strong{text-decoration:line-through}.home-task-card--empty{cursor:default}.home-add-task{color:#a292ff;cursor:pointer;border-style:dashed;border-color:#7459f43b;justify-content:center;align-items:center;gap:11px;display:flex}.home-add-task:hover{background:#694edc14;border-color:#8063ff80}.home-add-task span{font-size:12px;font-weight:650}.home-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.home-stat-card{background:linear-gradient(145deg,#16223beb,#111c31e6);border:1px solid #8494bb14;border-radius:14px;min-width:0;min-height:145px;padding:14px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff03}.home-stat-card__label{color:#7f8da7;align-items:center;gap:7px;margin-bottom:10px;font-size:10px;display:flex}.home-stat-card__label svg{color:#7063e8}.home-stat-card>strong{letter-spacing:-.02em;margin-bottom:4px;font-size:19px;display:block}.home-stat-card>span,.home-stat-card>small{color:#7e8aa3;font-size:10px;display:block}.home-stat-card>b{font-size:14px;position:absolute;bottom:30px;left:14px}.home-stat-card>small{position:absolute;bottom:13px;left:14px}.home-mini-line{align-items:flex-end;gap:3px;width:88px;height:34px;display:flex;position:absolute;top:61px;right:14px}.home-mini-line:before{content:"";background:linear-gradient(90deg,#0000,#6a52ef66,#0000);height:1px;position:absolute;inset:50% 0 auto}.home-mini-line i{transform-origin:0;background:#6f59ed;border-radius:999px;width:14px;height:2px}.home-mini-line i:first-child{transform:rotate(-17deg)}.home-mini-line i:nth-child(2){transform:rotate(24deg)}.home-mini-line i:nth-child(3){transform:rotate(-22deg)}.home-mini-line i:nth-child(4){transform:rotate(19deg)}.home-mini-line i:nth-child(5){transform:rotate(-10deg)}.home-mini-line i:nth-child(6){transform:rotate(8deg)}.home-progress-ring{--progress: 0deg;background:conic-gradient(#7557ff var(--progress),#7080a433 0);border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:67px;right:14px}.home-progress-ring:before{content:"";background:#132039;border-radius:50%;position:absolute;inset:5px}.home-progress-ring em{z-index:1;color:#dce2f2;font-size:8px;font-style:normal;font-weight:800;position:relative}.home-bars{align-items:flex-end;gap:4px;height:45px;display:flex;position:absolute;bottom:13px;left:14px;right:14px}.home-bars i{opacity:.86;background:linear-gradient(#765eff,#5265db);border-radius:2px 2px 0 0;flex:1;min-width:4px}.home-habit-dots{align-items:center;gap:9px;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.home-habit-dots i{color:#0b2c22;border:1px solid #7f8fb452;border-radius:50%;place-items:center;width:23px;height:23px;font-style:normal;display:grid}.home-habit-dots i.is-done{background:#51d8a6;border-color:#51d8a6}.home-composer{background:radial-gradient(circle at 90% 80%,#6549ec1f,#0000 22%),linear-gradient(145deg,#0d182bf5,#0a1324f5);border:1px solid #7054f2b8;border-radius:18px;margin-top:28px;position:relative;box-shadow:0 16px 45px #00000038,0 0 25px #6346f414}.home-composer form{min-height:112px;padding:15px 72px 13px 16px;position:relative}.home-composer textarea{resize:none;color:#eef2ff;background:0 0;border:0;outline:0;width:100%;min-height:45px;font-size:13px;line-height:1.45}.home-composer textarea::placeholder{color:#78859e}.home-composer__tools{align-items:center;gap:8px;margin-top:4px;display:flex}.home-composer__tools button{color:#7f8aa2;cursor:pointer;background:#16223aa6;border:1px solid #8090b514;border-radius:9px;align-items:center;gap:8px;min-height:35px;padding:0 12px;display:inline-flex}.home-composer__tools button.is-active{color:#d6d1ff;background:#6d50ee1f}.home-composer__tools span{font-size:10px}.home-composer__tool-icon{border:1px solid;border-radius:4px;place-items:center;width:16px;height:16px;display:grid;font-size:10px!important}.home-composer__send{color:#fff;cursor:pointer;background:linear-gradient(145deg,#7a57ff,#6843ff);border:0;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute;bottom:17px;right:17px;box-shadow:0 0 24px #704cff75}.home-composer__send:disabled{opacity:.46;cursor:not-allowed}.home-composer__preview{background:#101a31f0;border-bottom:1px solid #7054f23d;gap:10px;padding:14px 16px;display:grid}.home-composer__preview>div:first-child{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.home-composer__preview strong{font-size:12px;line-height:1.45}.home-composer__preview>div:first-child span{color:#7f8ca4;flex:none;font-size:10px}.home-composer__actions-list{flex-wrap:wrap;gap:8px;display:flex}.home-composer__actions-list span{color:#c6bdff;background:#5f44d614;border:1px solid #7054f238;border-radius:8px;padding:7px 9px;font-size:10px}.home-composer__preview-buttons{flex-wrap:wrap;gap:8px;display:flex}.home-composer__preview-buttons button{color:#aeb8cb;cursor:pointer;background:#ffffff06;border:1px solid #8797be1f;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:0 11px;display:inline-flex}.home-composer__preview-buttons button.is-primary{color:#fff;background:linear-gradient(135deg,#7054f6,#5e48dc);border-color:#0000}.home-composer__error{color:#ff8b9a;margin:0;padding:0 16px 12px;font-size:11px}.home-mobile-header,.home-mobile-nav{display:none}.home-modal{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#02070fb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.home-modal>section{background:linear-gradient(145deg,#121e34,#0c172a);border:1px solid #7054f26b;border-radius:20px;gap:16px;width:min(430px,100%);padding:25px;display:grid;position:relative;box-shadow:0 30px 100px #00000075}.home-modal h2{margin:0;font-size:24px}.home-modal p{color:#8d99b0;margin:-8px 0 0;font-size:12px;line-height:1.55}.home-modal label{gap:7px;display:grid}.home-modal label span{color:#cfd5e5;font-size:12px}.home-modal input{color:#fff;background:#0a1426;border:1px solid #8394b929;border-radius:11px;outline:0;min-height:47px;padding:0 13px}.home-modal input:focus{border-color:#7458f7bf;box-shadow:0 0 0 3px #7052f21f}.home-modal__close{color:#8995ab;cursor:pointer;background:0 0;border:0;border-radius:50%;width:34px;height:34px;font-size:24px;position:absolute;top:12px;right:13px}.home-modal__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7557ff,#5a48e7);border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:46px;font-weight:750;display:flex}.home-modal__submit:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1180px){.home-page{width:calc(100% - 48px);margin-left:24px}.home-hero{grid-template-columns:205px minmax(0,1fr)}.home-hero__portrait img{width:214px;left:-2px}.home-hero__content{padding-right:20px}}@media(max-width:960px){.home-shell{grid-template-columns:210px minmax(0,1fr)}.home-sidebar{padding-inline:16px}.home-page{width:calc(100% - 36px);margin-left:18px}.home-date-pill{min-width:auto}.home-hero{grid-template-columns:180px minmax(0,1fr)}.home-hero__portrait img{width:195px}.home-hero__metrics,.home-tasks,.home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.home-shell{min-height:100dvh;padding-bottom:calc(78px + env(safe-area-inset-bottom));display:block}.home-sidebar{display:none}.home-mobile-header{z-index:30;height:calc(64px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 10px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070f1de0;justify-content:space-between;align-items:flex-end;display:flex;position:sticky;top:0}.home-mobile-header .axis-logo{min-height:40px}.home-mobile-header .axis-logo svg{width:36px;height:36px}.home-mobile-header__actions{align-items:center;gap:11px;display:flex}.home-mobile-header__actions button{color:#b8c1d4;background:#1c2740d1;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.home-page{width:auto;margin:0;padding:10px 14px 16px}.home-page__header{min-height:76px;margin:0 2px 8px}.home-page__header h1{margin-bottom:7px;font-size:23px}.home-page__header p{font-size:12px}.home-date-pill{display:none}.home-hero{border-radius:17px;height:205px;display:block}.home-hero__portrait{z-index:3;width:128px;height:105px;position:absolute;top:1px;right:0}.home-hero__portrait img{width:142px;height:178px;bottom:-51px;left:auto;right:-4px;-webkit-mask-image:linear-gradient(270deg,#000 0 82%,#0000 100%);mask-image:linear-gradient(270deg,#000 0 82%,#0000)}.home-hero__content{align-content:start;gap:14px;height:100%;padding:17px 12px 20px}.home-hero__content>div:first-child{width:calc(100% - 116px)}.home-hero__content h2{margin-bottom:7px;font-size:16px;line-height:1.25}.home-hero__content p{font-size:10px;line-height:1.45}.home-hero__metrics{z-index:8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e182bb8;border-top:1px solid #8291b817;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:8px 6px 12px;position:absolute;bottom:0;left:0;right:0}.home-hero__metrics article{background:0 0;border:0;border-radius:0;gap:6px;min-height:52px;padding:5px 6px}.home-hero__metrics article+article{border-left:1px solid #8494bb14}.home-hero__metrics span{gap:4px;font-size:8px}.home-hero__metrics span svg{width:13px;height:13px}.home-hero__metrics strong{font-size:9px}.home-wave{display:none}.home-section{margin-top:24px}.home-section__title-row{margin-inline:2px}.home-section__title-row h2{font-size:14px}.home-tasks{grid-template-columns:1fr;gap:8px}.home-task-card,.home-add-task{border-radius:12px;min-height:50px}.home-task-card{padding:8px 12px}.home-task-card__copy strong{font-size:11px}.home-task-card__copy small{font-size:9px}.home-add-task{justify-content:flex-start;padding-left:12px}.home-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.home-stat-card{text-align:center;border-radius:11px;min-height:88px;padding:9px 7px}.home-stat-card__label{justify-content:center;margin-bottom:7px;font-size:0}.home-stat-card__label svg{width:17px;height:17px}.home-stat-card>strong{text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:12px;overflow:hidden}.home-stat-card>span{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.home-stat-card>b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;bottom:24px;left:7px;right:7px;overflow:hidden}.home-stat-card>small{text-overflow:ellipsis;white-space:nowrap;font-size:7px;bottom:9px;left:7px;right:7px;overflow:hidden}.home-mini-line,.home-progress-ring,.home-bars,.home-habit-dots{display:none}.home-composer{z-index:24;bottom:calc(74px + env(safe-area-inset-bottom));border-radius:16px;margin-top:16px;position:sticky;box-shadow:0 -12px 35px #04091380}.home-composer form{min-height:66px;padding:10px 58px 8px 12px}.home-composer textarea{min-height:43px;font-size:11px}.home-composer__tools{display:none}.home-composer__send{width:42px;height:42px;bottom:10px;right:10px}.home-composer__preview>div:first-child{gap:6px;display:grid}.home-composer__preview>div:first-child span{justify-self:start}.home-mobile-nav{z-index:40;height:calc(72px + env(safe-area-inset-bottom));padding:7px 8px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#060d19f0;border-top:1px solid #8292b61a;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.home-mobile-nav>button{color:#6d788e;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex}.home-mobile-nav>button span{font-size:8px}.home-mobile-nav>button.is-active{color:#9b88ff}.home-mobile-nav__plus{place-self:start center;width:52px;height:52px;margin-top:-11px;box-shadow:0 0 27px #744eff8c;color:#fff!important;background:linear-gradient(145deg,#8958ff,#6645ee)!important;border-radius:50%!important}.home-modal{align-items:end;padding:0}.home-modal>section{width:100%;padding-bottom:calc(24px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0}}@media(max-width:360px){.home-page{padding-inline:10px}.home-hero__metrics span{font-size:7px}.home-stat-card>strong{font-size:10px}}.home-hero__portrait:after{content:"";z-index:-1;filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#4f44af33,#0000 70%);border-radius:50%;height:58%;position:absolute;bottom:8px;left:10%;right:7%}.home-hero__portrait img{object-fit:contain;object-position:center center;transform-origin:50%;filter:saturate(.98) contrast(1.035) drop-shadow(0 15px 22px #01040c47);image-rendering:auto;width:210px;height:246px;inset:0 auto auto 14px;transform:none;-webkit-mask-image:none;mask-image:none}.home-wave{z-index:2}.home-hero__metrics .home-metric-icon,.home-stat-card__icon{width:19px;height:19px;box-shadow:none;background:0 0;border:0;border-radius:0;flex:none;place-items:center;display:inline-grid}.home-hero__metrics .home-metric-icon svg,.home-stat-card__icon svg{filter:drop-shadow(0 0 5px);width:17px;height:17px}.home-metric-icon--sleep,.home-stat-card__icon--finance{color:#927bff}.home-metric-icon--energy,.home-stat-card__icon--food{color:#51dba6}.home-metric-icon--mood,.home-stat-card__icon--activity{color:#ff9077}.home-metric-icon--water{color:#62ccff}.home-stat-card__icon--habits{color:#f6cf68}@media(max-width:1180px){.home-hero__portrait img{width:195px;height:246px;left:4px}}@media(max-width:960px){.home-hero__portrait img{width:172px;height:244px;left:0}}@media(max-width:720px){.home-hero__portrait{width:132px;height:118px;top:0;right:2px;overflow:hidden}.home-hero__portrait img{object-fit:contain;object-position:center top;width:128px;height:132px;inset:0 0 auto auto;transform:none;-webkit-mask-image:linear-gradient(#000 0% 80%,#000000d1 90%,#0000 100%);mask-image:linear-gradient(#000 0% 80%,#000000d1 90%,#0000)}.home-hero__metrics .home-metric-icon{width:15px;height:15px}.home-hero__metrics .home-metric-icon svg{width:13px;height:13px}.home-stat-card__icon{width:21px;height:21px}.home-stat-card__label .home-stat-card__icon svg{width:18px;height:18px}}@media(max-width:1180px){.home-hero__portrait img{width:220px;height:242px;top:3px;left:-1px}}@media(max-width:960px){.home-hero__portrait img{width:194px;height:238px;top:4px;left:-4px}}@media(max-width:720px){.home-hero__portrait{width:136px;height:118px;top:0;right:0;overflow:hidden}.home-hero__portrait img{object-fit:contain;object-position:center top;width:136px;height:137px;inset:0 -2px auto auto;-webkit-mask-image:linear-gradient(#000 0 78%,#0000 100%);mask-image:linear-gradient(#000 0 78%,#0000)}}.home-hero__portrait{z-index:3;overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:center top;filter:saturate(1.01) contrast(1.02) drop-shadow(0 16px 24px #01040c38);image-rendering:auto;width:240px;height:250px;inset:0 auto auto 0;transform:none;-webkit-mask-image:none;mask-image:none}@media(max-width:1180px){.home-hero__portrait img{width:205px;height:248px;top:0;left:0}}@media(max-width:960px){.home-hero__portrait img{width:182px;height:240px;top:2px;left:-2px}}@media(max-width:720px){.home-hero__portrait{width:142px;height:118px;top:0;right:0;overflow:hidden}.home-hero__portrait img{object-fit:cover;object-position:center top;width:145px;height:158px;inset:0 -3px auto auto;-webkit-mask-image:linear-gradient(#000 0 80%,#0000 100%);mask-image:linear-gradient(#000 0 80%,#0000)}}.home-hero{grid-template-columns:248px minmax(0,1fr)}.home-hero__portrait{z-index:3;border-radius:19px 0 0 19px;align-self:stretch;position:relative;overflow:hidden}.home-hero__content{padding-left:22px}.home-wave{display:none!important}@media(max-width:1180px){.home-hero{grid-template-columns:220px minmax(0,1fr)}.home-hero__portrait img{object-fit:cover;object-position:center 38%;width:100%;height:100%;inset:0}}@media(max-width:960px){.home-hero{grid-template-columns:188px minmax(0,1fr)}.home-hero__portrait img{object-fit:cover;object-position:center 38%;width:100%;height:100%;inset:0}}@media(max-width:720px){.home-hero{display:block}.home-hero__portrait{border-radius:0 19px 0 18px;width:148px;height:122px;position:absolute;top:0;right:0;overflow:hidden}.home-hero__portrait img{object-fit:cover;object-position:center 34%;width:100%;height:100%;inset:0;-webkit-mask-image:linear-gradient(#000 0 82%,#0000 100%);mask-image:linear-gradient(#000 0 82%,#0000)}}@media(max-width:1180px){.home-hero__portrait img{width:214px;height:238px;bottom:-4px;left:2px}}@media(max-width:960px){.home-hero__portrait img{width:198px;height:232px;left:-3px}}@media(max-width:720px){.home-hero__portrait{overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:50% 0;filter:saturate(.96) contrast(1.025) drop-shadow(0 10px 18px #02050e57);width:126px;height:128px;inset:0 4px auto auto;-webkit-mask-image:none;mask-image:none}.home-wave{z-index:5;opacity:.72;height:48px;bottom:43px}.home-wave--one{bottom:42px}.home-wave--two{bottom:33px}.home-wave--three{height:58px;bottom:24px}}.home-hero{background:radial-gradient(circle at 85% 15%,#4d59a830,#0000 34%),radial-gradient(circle at 18% 52%,#5642a524,#0000 30%),linear-gradient(116deg,#1b1f3cfa,#121b34fa);border:1px solid #7557ff9e;border-radius:20px;height:250px;display:block;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 18px 48px #00000042,0 0 28px #7557ff14}.home-hero:after{content:"";pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 28px #5b4dbc12}.home-hero__portrait{z-index:4;border-radius:0;width:222px;height:242px;position:absolute;bottom:0;left:12px;overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:50% 100%;filter:saturate(.98) contrast(1.025) drop-shadow(0 16px 24px #01040c47);image-rendering:auto;width:222px;height:242px;position:absolute;inset:auto auto 0 0;transform:none;-webkit-mask-image:none;mask-image:none}.home-hero__content{z-index:6;height:100%;padding:27px 28px 42px 252px;position:relative}.home-wave{z-index:5;pointer-events:none;transform-origin:bottom;opacity:.78;border-radius:46% 58% 0 0/55% 72% 0 0;position:absolute;left:-5%;right:-5%;display:block!important}.home-wave--one{background:#674aee7a;height:82px;bottom:-34px;transform:rotate(-1deg) scaleX(1.04);box-shadow:0 -12px 28px #634af22e}.home-wave--two{background:#4766f457;height:88px;bottom:-49px;transform:rotate(1.4deg) scaleX(1.08)}.home-wave--three{background:#354ab64a;height:100px;bottom:-62px;transform:rotate(-1.8deg) scaleX(1.12)}@media(max-width:1180px){.home-hero__portrait,.home-hero__portrait img{width:205px;height:236px}.home-hero__content{padding-left:228px}}@media(max-width:960px){.home-hero__portrait{width:184px;height:228px;left:6px}.home-hero__portrait img{width:184px;height:228px}.home-hero__content{padding-left:200px}}@media(max-width:720px){.home-hero{height:288px}.home-hero__portrait{width:140px;height:132px;inset:0 6px auto auto;overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:50% 0;width:140px;height:132px;inset:0 0 auto auto}.home-hero__content{padding:22px 14px 12px}.home-wave{opacity:.72;height:48px}.home-wave--one{bottom:42px}.home-wave--two{bottom:33px}.home-wave--three{height:58px;bottom:24px}}.home-hero{isolation:isolate;overflow:hidden}.home-hero__portrait{z-index:4;width:238px;height:246px;bottom:0;left:6px;overflow:visible;background:0 0!important}.home-hero__portrait img{object-fit:contain;object-position:50% 100%;filter:saturate(.98) contrast(1.02) drop-shadow(0 14px 22px #01040c4d);border:0;border-radius:0;width:238px;height:246px;position:absolute;inset:auto auto 0 0;transform:none;-webkit-mask-image:none;mask-image:none;background:0 0!important}.home-hero__content{z-index:7;padding-left:258px}.home-waves{z-index:5;pointer-events:none;width:100%;height:92px;position:absolute;bottom:0;left:0;right:0;overflow:visible}.home-section>.home-wave,.home-section>.home-waves{display:none!important}@media(max-width:1180px){.home-hero__portrait,.home-hero__portrait img{width:220px;height:240px}.home-hero__content{padding-left:235px}}@media(max-width:960px){.home-hero__portrait{left:2px}.home-hero__portrait,.home-hero__portrait img{width:198px;height:232px}.home-hero__content{padding-left:210px}}@media(max-width:720px){.home-hero__portrait{width:132px;height:132px;inset:4px 2px auto auto}.home-hero__portrait img{object-position:50% 0;width:132px;height:132px;inset:0 0 auto auto}.home-hero__content{padding-left:14px}.home-waves{height:66px}}.home-hero__portrait{width:266px;height:270px;bottom:-1px;left:18px;overflow:visible}.home-hero__content h2{margin-bottom:5px}@media(max-width:1180px){.home-hero__portrait,.home-hero__portrait img{width:244px;height:256px}.home-hero__portrait{left:13px}.home-hero__content{padding-left:266px}}@media(max-width:960px){.home-hero{height:236px}.home-hero__portrait,.home-hero__portrait img{width:216px;height:240px}.home-hero__portrait{left:9px}.home-hero__content{padding:27px 22px 28px 232px}}@media(max-width:720px){.home-hero{height:282px}.home-hero__portrait{width:150px;height:144px;inset:0 4px auto auto}.home-hero__portrait img{object-position:50% 0;width:150px;height:144px;inset:0 0 auto auto}.home-hero__content{align-content:start;gap:17px;padding:22px 14px 10px}.home-waves{opacity:.66;height:46px}}.home-waves{opacity:.56;height:50px}@media(max-width:720px){.home-waves{opacity:.5;height:36px}}.home-hero{height:228px}.home-hero__portrait{width:252px;height:252px;bottom:-6px;left:20px}.home-hero__portrait img{object-fit:contain;object-position:50% 100%;filter:saturate(.98) contrast(1.025) brightness(1.01) drop-shadow(0 14px 22px #01040c40);width:252px;height:252px;inset:auto auto 0 0}.home-hero__content{align-content:start;gap:15px;padding:28px 26px 30px 286px}.home-waves{z-index:5;opacity:.42;height:42px}@media(max-width:1180px){.home-hero__portrait,.home-hero__portrait img{width:230px;height:240px}.home-hero__portrait{left:14px}.home-hero__content{padding-left:254px}}@media(max-width:960px){.home-hero{height:232px}.home-hero__portrait,.home-hero__portrait img{width:204px;height:226px}.home-hero__portrait{bottom:-4px;left:8px}.home-hero__content{padding:26px 20px 28px 220px}}@media(max-width:720px){.home-shell{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.home-mobile-header{height:calc(72px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 12px;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;position:relative;top:auto}.home-page{padding:6px 14px 28px}.home-page__header{min-height:auto;margin:0 2px 22px}.home-page__header h1{font-size:clamp(24px,7.2vw,31px);line-height:1.08}.home-page__header p{max-width:92%;font-size:13px;line-height:1.45}.home-hero{border-radius:18px;height:238px}.home-hero__portrait{width:126px;height:145px;inset:10px 10px auto auto;overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:50% 0;filter:saturate(.98) contrast(1.02) brightness(1.01) drop-shadow(0 10px 18px #01040c38);width:126px;height:145px;inset:0 0 auto auto}.home-hero__content{align-content:start;gap:12px;padding:18px 12px 76px}.home-hero__content>div:first-child{width:calc(100% - 122px)}.home-hero__content h2{margin-bottom:6px;font-size:18px;line-height:1.23}.home-hero__content p{font-size:11px;line-height:1.45}.home-hero__metrics{min-height:68px;padding:9px 6px 10px;bottom:0}.home-hero__metrics article{gap:5px;min-height:48px;padding:4px 5px}.home-hero__metrics span{white-space:nowrap;gap:3px;min-width:0;font-size:8px}.home-hero__metrics .home-metric-icon{width:18px;height:18px}.home-hero__metrics .home-metric-icon svg{width:12px;height:12px}.home-hero__metrics strong{text-overflow:ellipsis;font-size:9px;line-height:1.2;overflow:hidden}.home-waves{opacity:.28;height:24px;bottom:67px;display:block!important}.home-section{margin-top:26px}.home-section__title-row h2{font-size:17px}.home-task-card,.home-add-task{min-height:68px}.home-task-card{padding:12px 14px}.home-add-task{padding-left:16px}.home-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.home-stat-card{flex-direction:column;justify-content:flex-start;align-items:center;min-height:112px;padding:12px 7px 10px;display:flex;overflow:hidden}.home-stat-card__label{min-height:25px;margin-bottom:8px}.home-stat-card__icon{width:28px;height:28px}.home-stat-card__label svg{width:17px;height:17px}.home-stat-card>strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;margin:0 0 5px;font-size:13px;line-height:1.12;overflow:hidden}.home-stat-card>span{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:8px;line-height:1.2;overflow:hidden}.home-stat-card>b,.home-stat-card>small,.home-mini-line,.home-progress-ring,.home-bars,.home-habit-dots{display:none!important}.home-composer{z-index:10;box-shadow:none;border-radius:18px;margin:28px 0 8px;position:relative;bottom:auto}.home-composer form{min-height:92px;padding:14px 66px 14px 14px}.home-composer textarea{min-height:60px;font-size:13px;line-height:1.45}.home-composer__send{width:48px;height:48px;bottom:18px;right:12px}.home-mobile-nav{height:calc(78px + env(safe-area-inset-bottom))}}@media(max-width:390px){.home-hero__portrait{width:116px;height:138px;right:6px}.home-hero__portrait img{width:116px;height:138px}.home-hero__content>div:first-child{width:calc(100% - 108px)}.home-hero__content h2{font-size:17px}.home-hero__metrics span{font-size:7.5px}.home-hero__metrics strong{font-size:8.5px}}@media(max-width:720px){.home-hero{height:auto;min-height:390px}.home-hero__portrait{width:190px;height:222px;inset:86px 28px auto auto;overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:center bottom;width:100%;height:100%;transform:none}.home-hero__content{min-height:390px;padding:28px 20px 82px}.home-hero__content>div:first-child{width:calc(100% - 150px)}.home-hero__metrics{grid-template-columns:repeat(4,minmax(0,1fr));position:absolute;bottom:0;left:0;right:0}.home-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-stat-card{align-items:flex-start;min-height:132px;padding:14px 12px}.home-stat-card__label{justify-content:flex-start;width:100%}.home-stat-card>strong,.home-stat-card>span{text-align:left;white-space:normal;text-overflow:clip;width:100%;overflow:visible}.home-stat-card>strong{font-size:17px;line-height:1.18}.home-stat-card>span{font-size:10px}.home-stat-card>b,.home-stat-card>small{text-align:left;width:100%;margin-top:8px;position:static;display:block!important}.home-mini-line,.home-progress-ring,.home-bars,.home-habit-dots{display:none!important}.home-page{padding-bottom:calc(118px + env(safe-area-inset-bottom))}}@media(max-width:390px){.home-hero__portrait{width:170px;height:204px;top:92px;right:16px}.home-hero__content>div:first-child{width:calc(100% - 130px)}}@media(min-width:721px){.home-hero{height:228px}.home-hero__portrait{width:250px;height:246px;bottom:-8px;left:16px}.home-hero__portrait img{object-fit:contain;object-position:center bottom;width:250px;height:246px}.home-hero__content{padding:27px 26px 30px 278px}}@media(max-width:720px){.home-shell{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.home-page{padding:4px 14px calc(110px + env(safe-area-inset-bottom))}.home-mobile-header{height:calc(72px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 12px;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;position:relative}.home-page__header{margin:0 2px 20px}.home-hero{border-radius:18px;height:318px;min-height:318px}.home-hero__portrait{width:164px;height:210px;inset:18px 8px auto auto;overflow:visible}.home-hero__portrait img{object-fit:contain;object-position:center bottom;width:164px;height:210px;inset:0 0 auto auto;transform:none}.home-hero__content{align-content:start;gap:12px;min-height:318px;padding:22px 14px 78px}.home-hero__content>div:first-child{width:calc(100% - 138px)}.home-hero__content h2{margin-bottom:7px;font-size:18px;line-height:1.22}.home-hero__content p{font-size:11px;line-height:1.45}.home-hero__metrics{background:#070f1e29;border-top:1px solid #8796be14;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;min-height:70px;padding:9px 6px 10px;position:absolute;bottom:0;left:0;right:0}.home-hero__metrics article{min-height:50px;box-shadow:none;background:0 0;border:0;border-radius:0;gap:5px;padding:4px 5px}.home-hero__metrics article+article{border-left:1px solid #8796be1a}.home-hero__metrics span{white-space:nowrap;gap:4px;min-width:0;font-size:8px}.home-hero__metrics .home-metric-icon{width:18px;height:18px}.home-hero__metrics .home-metric-icon svg{width:12px;height:12px}.home-hero__metrics strong{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:9px;line-height:1.2;overflow:hidden}.home-waves{opacity:.2;height:20px;bottom:70px;display:block!important}.home-section{margin-top:26px}.home-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-stat-card{flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:120px;padding:13px 12px 12px;display:flex;overflow:hidden}.home-stat-card__label{justify-content:flex-start;width:100%;min-height:27px;margin-bottom:8px;font-size:9px}.home-stat-card__icon{width:27px;height:27px}.home-stat-card__label svg{width:16px;height:16px}.home-stat-card>strong,.home-stat-card>span,.home-stat-card>b,.home-stat-card>small{text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;position:static;overflow:hidden}.home-stat-card>strong{margin:0 0 4px;font-size:16px;line-height:1.16}.home-stat-card>span{font-size:9px;line-height:1.25}.home-stat-card>b{margin-top:9px;font-size:12px;line-height:1.15;display:block!important}.home-stat-card>small{margin-top:3px;font-size:8px;line-height:1.2;display:block!important}.home-mini-line,.home-progress-ring,.home-bars,.home-habit-dots{display:none!important}.home-composer{z-index:4;box-shadow:none;border-radius:18px;margin:26px 0 4px;position:relative;bottom:auto}.home-composer form{min-height:90px;padding:14px 64px 14px 14px}.home-composer textarea{min-height:58px;font-size:13px;line-height:1.45}.home-composer__send{width:48px;height:48px;bottom:17px;right:12px}.home-mobile-nav{height:calc(78px + env(safe-area-inset-bottom))}}@media(max-width:390px){.home-hero{height:304px;min-height:304px}.home-hero__portrait{width:148px;height:196px;top:18px;right:4px}.home-hero__portrait img{width:148px;height:196px}.home-hero__content{min-height:304px;padding:20px 12px 76px}.home-hero__content>div:first-child{width:calc(100% - 124px)}.home-hero__content h2{font-size:17px}.home-hero__metrics span{font-size:7.4px}.home-hero__metrics strong{font-size:8.4px}.home-stat-card>strong{font-size:15px}}.home-hero__portrait{width:232px!important;height:calc(100% - 6px)!important;inset:6px auto 0 28px!important;overflow:hidden!important}.home-hero__portrait:after{display:none!important}.home-hero__portrait img{object-fit:contain!important;object-position:center bottom!important;width:100%!important;height:100%!important;inset:auto auto 0 0!important;transform:none!important}@media(max-width:760px){.home-page{padding-bottom:calc(118px + env(safe-area-inset-bottom))!important}.home-hero{height:310px!important;min-height:310px!important}.home-hero__portrait{width:176px!important;height:220px!important;inset:6px 12px auto auto!important;overflow:hidden!important}.home-hero__portrait img{object-fit:contain!important;object-position:center bottom!important;width:100%!important;height:100%!important}.home-hero__content{min-height:310px!important;padding:22px 14px 76px!important}.home-hero__content>div:first-child{width:calc(100% - 145px)!important}.home-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.home-stat-card{flex-direction:column!important;align-items:flex-start!important;min-width:0!important;min-height:132px!important;padding:12px!important;display:flex!important;overflow:hidden!important}.home-stat-card__label{white-space:nowrap!important;width:100%!important;min-height:26px!important;margin:0 0 9px!important;font-size:9px!important}.home-stat-card>strong,.home-stat-card>span,.home-stat-card>b,.home-stat-card>small{text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;width:100%!important;max-width:100%!important;margin-left:0!important;display:block!important;position:static!important;overflow:hidden!important}.home-stat-card>strong{margin:0 0 4px!important;font-size:16px!important;line-height:1.15!important}.home-stat-card>span{margin:0!important;font-size:9px!important;line-height:1.2!important}.home-stat-card>b{margin:10px 0 0!important;font-size:12px!important;line-height:1.15!important}.home-stat-card>small{margin:3px 0 0!important;font-size:8px!important;line-height:1.15!important}.home-mini-line,.home-progress-ring,.home-bars,.home-habit-dots{display:none!important}.home-composer{margin-top:24px!important;position:relative!important;bottom:auto!important}}@media(max-width:390px){.home-hero__portrait{width:154px!important;height:205px!important;right:6px!important}.home-hero__content>div:first-child{width:calc(100% - 128px)!important}.home-stat-card>strong{font-size:15px!important}}.home-hero__portrait{z-index:6!important;background:0 0!important;width:206px!important;height:100%!important;inset:0 auto 0 38px!important;overflow:visible!important}.home-hero__portrait:before,.home-hero__portrait:after{display:none!important}.home-hero__portrait img{object-fit:contain!important;object-position:center bottom!important;filter:saturate(.98) contrast(1.02) brightness(1.01) drop-shadow(0 14px 22px #01040c40)!important;background:0 0!important;border:0!important;border-radius:0!important;width:100%!important;height:100%!important;position:absolute!important;inset:auto auto 0 0!important;transform:none!important}@media(max-width:1180px)and (min-width:761px){.home-hero__portrait{width:194px!important;left:24px!important}}@media(max-width:760px){.home-hero__portrait{z-index:6!important;width:172px!important;height:214px!important;inset:8px 10px auto auto!important;overflow:visible!important}.home-hero__portrait img{object-fit:contain!important;object-position:center top!important;width:100%!important;height:100%!important;inset:0 0 auto auto!important}}@media(max-width:390px){.home-hero__portrait{width:154px!important;height:198px!important;top:10px!important;right:4px!important}}@media(max-width:760px){html,body,#root{overscroll-behavior-y:none}.home-shell{min-height:auto!important;padding-bottom:0!important}.home-shell__main{min-height:0!important}.home-page{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}.home-composer{margin-bottom:0!important}}.home-mini-line{display:none!important}@media(max-width:760px){.home-hero{height:292px!important;min-height:292px!important}.home-hero__content{min-height:292px!important;padding-bottom:70px!important}.home-hero__metrics{min-height:70px!important;bottom:0!important}}@media(max-width:390px){.home-hero{height:278px!important;min-height:278px!important}.home-hero__content{min-height:278px!important}}.home-hero__portrait{z-index:6!important;width:244px!important;height:100%!important;inset:0 auto 0 26px!important;overflow:visible!important}.home-hero__portrait img{object-fit:contain!important;object-position:center bottom!important;filter:saturate(.98) contrast(1.015) brightness(1.01) drop-shadow(0 14px 22px #01040c3d)!important;width:100%!important;height:100%!important;inset:auto auto 0 0!important;transform:none!important}.home-waves{z-index:5!important;opacity:.72!important;height:46px!important;display:block!important;bottom:0!important}@media(max-width:1180px)and (min-width:761px){.home-hero__portrait{width:224px!important;left:20px!important}}@media(max-width:760px){.home-hero{height:274px!important;min-height:274px!important}.home-hero__portrait{width:162px!important;height:198px!important;inset:8px 8px auto auto!important}.home-hero__portrait img{object-position:center bottom!important;inset:0 0 auto auto!important}.home-hero__content{min-height:274px!important;padding:20px 12px 68px!important}.home-hero__content>div:first-child{width:calc(100% - 148px)!important}.home-hero__metrics{min-height:68px!important;bottom:0!important}.home-waves{opacity:.64!important;height:30px!important;bottom:68px!important}}@media(max-width:390px){.home-hero{height:262px!important;min-height:262px!important}.home-hero__portrait{width:150px!important;height:184px!important;top:10px!important;right:4px!important}.home-hero__content{min-height:262px!important;padding-bottom:68px!important}.home-hero__content>div:first-child{width:calc(100% - 132px)!important}}.home-hero__portrait img{filter:drop-shadow(0 14px 22px #01040c3d)!important}.home-hero__portrait img{filter:saturate(.98) contrast(1.015) brightness(1.01)!important;background:transparent!important;box-shadow:none!important}.home-hero__portrait,.home-hero__portrait img{background:transparent!important;box-shadow:none!important;outline:none!important;border:0!important}.home-hero__portrait img{filter:none!important;color:transparent!important}.home-hero__portrait{z-index:4!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important}.home-hero__portrait img{filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;color:transparent!important}.home-hero__portrait,.home-hero__portrait img{background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important}.home-hero__portrait img{filter:none!important}@media(max-width:760px){.home-hero__portrait{top:10px!important;right:10px!important}}@media(max-width:390px){.home-hero__portrait{top:12px!important;right:6px!important}}.home-hero__portrait{overflow:visible!important}.home-hero__portrait img{overflow:visible!important;object-fit:contain!important;object-position:center bottom!important;filter:none!important;background:transparent!important}@media(max-width:760px){.home-hero__portrait{right:14px!important;overflow:visible!important}}@media(max-width:390px){.home-hero__portrait{right:10px!important}}.home-hero__portrait,.home-hero__portrait img{overflow:visible!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important}.home-hero__portrait img{object-fit:contain!important;object-position:center bottom!important;filter:none!important;background:transparent!important}.home-hero__portrait{z-index:4!important;width:236px!important;height:100%!important;inset:0 auto 0 28px!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important}.home-hero__portrait img{object-fit:contain!important;object-position:center bottom!important;width:100%!important;height:100%!important;position:absolute!important;inset:auto auto 0 0!important;transform:none!important;filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important}.home-waves{z-index:5!important}@media(max-width:1180px)and (min-width:761px){.home-hero__portrait{width:218px!important;left:22px!important}}@media(max-width:960px)and (min-width:761px){.home-hero__portrait{width:196px!important;left:10px!important}}@media(max-width:760px){.home-hero__portrait{z-index:4!important;width:176px!important;height:220px!important;inset:8px 10px auto auto!important;overflow:visible!important}.home-hero__portrait img{object-fit:contain!important;object-position:center bottom!important;width:100%!important;height:100%!important;inset:auto 0 0 auto!important}.home-waves{z-index:5!important}}@media(max-width:390px){.home-hero__portrait{width:158px!important;height:202px!important;top:10px!important;right:4px!important}}.home-hero__portrait{z-index:4!important;width:278px!important;height:282px!important;inset:auto auto -8px 16px!important;overflow:visible!important;background:transparent!important;border-radius:0!important}.home-hero__portrait img{width:278px!important;height:282px!important;inset:auto auto 0 0!important;object-fit:contain!important;object-position:50% 100%!important;transform:none!important;filter:saturate(.99) contrast(1.018) drop-shadow(0 14px 22px rgba(1,4,12,.24))!important;-webkit-mask-image:none!important;mask-image:none!important;clip-path:none!important;image-rendering:auto!important;background:transparent!important}.home-hero__content{padding-left:298px!important}.home-waves{z-index:5!important;opacity:.42!important;height:42px!important}@media(max-width:1180px){.home-hero__portrait,.home-hero__portrait img{width:252px!important;height:264px!important}.home-hero__portrait{left:10px!important;bottom:-7px!important}.home-hero__content{padding-left:272px!important}}@media(max-width:960px){.home-hero__portrait,.home-hero__portrait img{width:222px!important;height:244px!important}.home-hero__portrait{left:4px!important;bottom:-6px!important}.home-hero__content{padding-left:235px!important}}@media(max-width:720px){.home-hero{height:288px!important}.home-hero__portrait{width:168px!important;height:168px!important;inset:7px 3px auto auto!important;overflow:visible!important}.home-hero__portrait img{width:168px!important;height:168px!important;inset:0 auto auto 0!important;object-position:50% 0!important;filter:saturate(.99) contrast(1.018) drop-shadow(0 9px 16px rgba(1,4,12,.2))!important}.home-hero__content{padding:22px 14px 12px!important}.home-waves{height:36px!important;opacity:.48!important}}.home-hero__portrait{width:250px!important;height:236px!important;left:16px!important;bottom:-6px!important}.home-hero__portrait img{width:250px!important;height:236px!important;object-fit:contain!important;object-position:50% 100%!important}@media(max-width:1180px){.home-hero__portrait,.home-hero__portrait img{width:232px!important;height:230px!important}.home-hero__portrait{left:10px!important;bottom:-5px!important}.home-hero__content{padding-left:252px!important}}@media(max-width:960px){.home-hero__portrait,.home-hero__portrait img{width:210px!important;height:222px!important}.home-hero__portrait{left:4px!important;bottom:-4px!important}.home-hero__content{padding-left:224px!important}}@media(max-width:720px){.home-hero__portrait{width:176px!important;height:180px!important;inset:5px 2px auto auto!important}.home-hero__portrait img{width:176px!important;height:180px!important;object-position:50% 0!important}}.home-hero__portrait{z-index:4!important;width:224px!important;height:260px!important;inset:auto auto -8px 30px!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important}.home-hero__portrait img{width:224px!important;height:260px!important;position:absolute!important;inset:auto auto 0 0!important;object-fit:contain!important;object-position:50% 100%!important;transform:none!important;filter:drop-shadow(0 12px 18px rgba(1,4,12,.2))!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important;image-rendering:auto!important}.home-hero__content{padding-left:278px!important}.home-waves{z-index:5!important;opacity:.42!important;height:40px!important}@media(max-width:1180px)and (min-width:961px){.home-hero__portrait,.home-hero__portrait img{width:210px!important;height:246px!important}.home-hero__portrait{left:18px!important;bottom:-7px!important}.home-hero__content{padding-left:242px!important}}@media(max-width:960px)and (min-width:721px){.home-hero__portrait,.home-hero__portrait img{width:194px!important;height:232px!important}.home-hero__portrait{left:10px!important;bottom:-6px!important}.home-hero__content{padding-left:214px!important}}@media(max-width:720px){.home-hero{height:288px!important;min-height:288px!important}.home-hero__portrait{width:190px!important;height:224px!important;inset:4px 4px auto auto!important;overflow:visible!important}.home-hero__portrait img{width:190px!important;height:224px!important;inset:0 auto auto 0!important;object-position:50% 0!important;filter:drop-shadow(0 8px 14px rgba(1,4,12,.18))!important}.home-hero__content{padding:22px 14px 68px!important}.home-hero__content>div:first-child{width:calc(100% - 164px)!important}.home-waves{height:34px!important;bottom:68px!important;opacity:.46!important}}@media(max-width:390px){.home-hero{height:278px!important;min-height:278px!important}.home-hero__portrait,.home-hero__portrait img{width:172px!important;height:210px!important}.home-hero__portrait{right:2px!important;top:6px!important}.home-hero__content>div:first-child{width:calc(100% - 150px)!important}}.home-hero{isolation:isolate!important;overflow:hidden!important}.home-hero__portrait{z-index:4!important;width:236px!important;height:260px!important;inset:auto auto -12px 24px!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important}.home-hero__portrait img{width:236px!important;height:260px!important;position:absolute!important;inset:auto auto 0 0!important;object-fit:contain!important;object-position:center bottom!important;transform:none!important;filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;clip-path:none!important;-webkit-clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important;image-rendering:auto!important}.home-hero__content{padding-left:282px!important}.home-waves{z-index:5!important;height:42px!important;opacity:.42!important}@media(max-width:1180px)and (min-width:961px){.home-hero__portrait,.home-hero__portrait img{width:220px!important;height:246px!important}.home-hero__portrait{left:16px!important;bottom:-11px!important}.home-hero__content{padding-left:250px!important}}@media(max-width:960px)and (min-width:721px){.home-hero__portrait,.home-hero__portrait img{width:202px!important;height:232px!important}.home-hero__portrait{left:8px!important;bottom:-10px!important}.home-hero__content{padding-left:224px!important}}@media(max-width:720px){.home-hero{height:288px!important;min-height:288px!important}.home-hero__portrait{width:190px!important;height:224px!important;inset:2px 2px auto auto!important;overflow:visible!important}.home-hero__portrait img{width:190px!important;height:224px!important;inset:0 auto auto 0!important;object-fit:contain!important;object-position:center bottom!important;filter:none!important}.home-hero__content{padding:22px 14px 68px!important}.home-hero__content>div:first-child{width:calc(100% - 164px)!important}.home-waves{height:34px!important;bottom:68px!important;opacity:.44!important}}@media(max-width:390px){.home-hero{height:278px!important;min-height:278px!important}.home-hero__portrait,.home-hero__portrait img{width:174px!important;height:210px!important}.home-hero__portrait{right:0!important;top:4px!important}.home-hero__content>div:first-child{width:calc(100% - 150px)!important}}@media(min-width:721px){.home-hero{height:236px!important;min-height:236px!important}.home-hero__portrait{width:248px!important;height:246px!important;left:18px!important;bottom:-10px!important}.home-hero__portrait img{width:248px!important;height:246px!important;object-position:center bottom!important}.home-hero__content{padding-left:284px!important}}@media(max-width:1180px)and (min-width:961px){.home-hero__portrait,.home-hero__portrait img{width:232px!important;height:238px!important}.home-hero__portrait{left:12px!important;bottom:-8px!important}.home-hero__content{padding-left:260px!important}}@media(max-width:960px)and (min-width:721px){.home-hero{height:232px!important;min-height:232px!important}.home-hero__portrait,.home-hero__portrait img{width:210px!important;height:226px!important}.home-hero__portrait{left:5px!important;bottom:-6px!important}.home-hero__content{padding-left:230px!important}}.home-waves{height:66px!important;opacity:.58!important;bottom:0!important}@media(max-width:720px){.home-waves{height:50px!important;bottom:68px!important;opacity:.54!important}}@media(min-width:1181px){.home-page{width:calc(100% - 72px)!important;max-width:1500px!important;margin-left:auto!important;margin-right:auto!important}}.home-nav-item:not([aria-disabled=true]){cursor:pointer}.home-nav-item:not([aria-disabled=true]):hover{color:#e8ebf7;background:#ffffff08;border-color:#8293bb18}.home-shell--lucy .home-shell__main{min-height:100dvh;overflow:hidden}.lucy-page{width:calc(100% - 72px);max-width:1500px;min-height:100dvh;margin:0 auto;padding:27px 0 22px;display:flex;flex-direction:column}.lucy-page__header{flex:none;min-height:60px}.lucy-page__header h1{letter-spacing:-.035em;margin:0 0 4px;font-size:28px;line-height:1.1}.lucy-page__header p{color:#8f9ab2;margin:0;font-size:13px}.lucy-hero-card{isolation:isolate;flex:none;background:radial-gradient(circle at 88% 15%,#5a53bb30,#0000 34%),radial-gradient(circle at 18% 52%,#5d43bd26,#0000 31%),linear-gradient(112deg,#1b203f,#121a34);border:1px solid #7657ff8f;border-radius:19px;height:170px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0b,0 16px 42px #00000032,0 0 24px #6b50f012}.lucy-hero-card:before{content:"";z-index:0;opacity:.55;pointer-events:none;background-image:radial-gradient(circle,#c5bbff7a 0 1px,#0000 1.6px),radial-gradient(circle,#6b7ef35a 0 1px,#0000 1.6px);background-position:84% 22%,72% 63%;background-size:82px 82px,112px 112px;position:absolute;inset:0}.lucy-hero-card__portrait{z-index:3;width:225px;height:188px;position:absolute;bottom:-18px;left:30px}.lucy-hero-card__portrait img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 12px 20px #01040c52);width:100%;height:100%;display:block}.lucy-hero-card__copy{z-index:4;position:absolute;top:29px;left:292px;right:32px}.lucy-hero-card__copy h2{letter-spacing:-.025em;margin:0 0 7px;font-size:24px;line-height:1.15}.lucy-hero-card__copy p{color:#c2c8d9;margin:0;font-size:14px}.lucy-hero-card__waves{z-index:2;pointer-events:none;position:absolute;inset:auto -5% -2px}.lucy-hero-card__waves i{transform-origin:bottom;border-radius:48% 55% 0 0/64% 78% 0 0;height:54px;position:absolute;bottom:0;left:0;right:0}.lucy-hero-card__waves i:first-child{opacity:.48;background:linear-gradient(90deg,#6b46f2,#4d5dde);transform:translateY(16px) rotate(-1.2deg) scaleX(1.05)}.lucy-hero-card__waves i:nth-child(2){opacity:.35;background:linear-gradient(90deg,#5842d8,#7860e0);transform:translateY(26px) rotate(1.4deg) scaleX(1.09)}.lucy-hero-card__waves i:nth-child(3){opacity:.24;background:linear-gradient(90deg,#4666d0,#694fd6);transform:translateY(35px) rotate(-1deg) scaleX(1.13)}.lucy-priority{flex:none;margin-top:14px}.lucy-section-heading{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.lucy-section-heading h2{letter-spacing:-.01em;margin:0;font-size:14px}.lucy-section-heading button{color:#9180ff;cursor:pointer;background:0 0;border:0;padding:4px 2px;font-size:11px}.lucy-priority__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.lucy-priority-card{color:inherit;cursor:pointer;text-align:left;background:linear-gradient(145deg,#16223be8,#111b30e6);border:1px solid #8292b818;border-radius:12px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:11px;min-width:0;min-height:63px;padding:10px 13px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff04}.lucy-priority-card:hover{border-color:#7055f154;background:linear-gradient(145deg,#192741,#142039)}.lucy-priority-card__icon{place-items:center;width:28px;height:28px;display:grid}.lucy-priority-card--water .lucy-priority-card__icon{color:#4fbfff}.lucy-priority-card--task .lucy-priority-card__icon{color:#46d8bc}.lucy-priority-card--bill .lucy-priority-card__icon{color:#ff9b59}.lucy-priority-card__copy{gap:2px;min-width:0;display:grid}.lucy-priority-card strong{color:#eef1fa;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;overflow:hidden}.lucy-priority-card small{color:#8d98af;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.lucy-priority-card--bill small{color:#f1a15f}.lucy-priority-card em{color:#6f7d97;font-size:9px;font-style:normal;position:absolute;right:13px;bottom:10px}.lucy-quick-actions{flex:none;grid-template-columns:1.25fr 1fr 1.15fr 1fr 1fr;gap:7px;margin-top:13px;display:grid}.lucy-quick-actions button{color:#c7cddd;cursor:pointer;background:#0e192cf0;border:1px solid #6f58e873;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:38px;padding:0 10px;display:flex;box-shadow:inset 0 1px #ffffff04}.lucy-quick-actions button:hover{color:#fff;background:#17213a;border-color:#8067f5a8}.lucy-quick-actions svg{color:#886cff;flex:none}.lucy-quick-actions span{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.lucy-chat{flex:1;min-height:228px;background:linear-gradient(145deg,#101a2df4,#0c1527f4);border:1px solid #8292b81c;border-radius:13px;margin-top:13px;padding:12px 14px;overflow:auto;scrollbar-color:#6c58cf55 transparent;box-shadow:inset 0 1px #ffffff04}.lucy-message{grid-template-columns:34px minmax(0,1fr) auto;align-items:end;gap:9px;max-width:93%;margin-bottom:9px;display:grid}.lucy-message--assistant{max-width:88%}.lucy-message--user{margin-left:0}.lucy-message__avatar{border-radius:50%;place-items:center;width:30px;height:30px;display:grid;overflow:hidden}.lucy-message__avatar--user{color:#fff;background:linear-gradient(145deg,#9b6d5f,#252b43);border:1px solid #c88b7d70;font-size:10px;font-weight:800}.lucy-message__avatar--lucy{background:#151c31;border:1px solid #8c6cf14d}.lucy-message__avatar--lucy img{object-fit:cover;object-position:center 28%;width:100%;height:100%}.lucy-message p{color:#dce1ef;background:#18243be8;border:1px solid #8292b814;border-radius:10px;margin:0;padding:9px 13px;font-size:11px;line-height:1.45;box-shadow:inset 0 1px #ffffff03}.lucy-message--assistant p{background:linear-gradient(135deg,#1f2749e8,#282153e8);border-color:#7055ef2d}.lucy-message time{color:#75819a;white-space:nowrap;align-items:center;gap:3px;padding-bottom:5px;font-size:8px;display:flex}.lucy-message time svg{color:#826bff}.lucy-message.is-loading{opacity:.72}.lucy-extract{background:linear-gradient(145deg,#0c1628f5,#0a1324f5);border:1px solid #7057e86b;border-radius:11px;margin:4px 0 10px;padding:10px 12px}.lucy-extract>p{color:#8d98ad;margin:0 0 8px;font-size:9px}.lucy-extract__body{grid-template-columns:minmax(0,1fr) 230px;gap:12px;display:grid}.lucy-extract__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.lucy-extract-card{background:#121e34;border:1px solid #8191b416;border-radius:9px;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:8px;min-width:0;min-height:49px;padding:7px 9px;display:grid}.lucy-extract-card__icon{color:#8a72ff;place-items:center;display:grid}.lucy-extract-card:nth-child(2) .lucy-extract-card__icon{color:#48d29b}.lucy-extract-card:nth-child(3) .lucy-extract-card__icon{color:#ffac53}.lucy-extract-card>span:last-child{gap:2px;min-width:0;display:grid}.lucy-extract-card strong{color:#e8ebf5;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:650;overflow:hidden}.lucy-extract-card small{color:#7e8aa2;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.lucy-extract__buttons{grid-template-columns:1fr;gap:6px;display:grid}.lucy-extract__buttons button{color:#aeb7ca;cursor:pointer;background:#111b31;border:1px solid #7058e77a;border-radius:8px;min-height:28px;font-size:9px}.lucy-extract__buttons button.is-primary{color:#fff;background:linear-gradient(90deg,#734df8,#854fff);border-color:#0000;box-shadow:0 0 18px #744ef242}.lucy-extract__buttons button:disabled{cursor:default;opacity:.68}.lucy-composer{flex:none;background:radial-gradient(circle at 92% 78%,#6548ec26,#0000 22%),linear-gradient(145deg,#0d182bf8,#0a1324f8);border:1px solid #7054f2a8;border-radius:14px;min-height:87px;margin-top:13px;padding:12px 68px 9px 14px;position:relative;box-shadow:0 14px 38px #00000034,0 0 20px #6346f410}.lucy-composer textarea{resize:none;color:#eef2ff;background:0 0;border:0;outline:0;width:100%;min-height:38px;padding:0;font-size:11px;line-height:1.45}.lucy-composer textarea::placeholder{color:#748198}.lucy-composer__tools{align-items:center;gap:10px;margin-top:3px;display:flex}.lucy-composer__tools button{color:#7f8aa2;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:2px 5px;display:flex}.lucy-composer__tools button.is-active{color:#c5bcff}.lucy-composer__tools button>span{border:1px solid currentColor;border-radius:3px;place-items:center;width:15px;height:15px;font-size:9px;display:grid}.lucy-composer__tools small{font-size:8px}.lucy-composer__send{color:#fff;cursor:pointer;background:linear-gradient(145deg,#8157ff,#6845f4);border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;right:15px;bottom:15px;box-shadow:0 0 23px #704cff75}.lucy-composer__send:disabled{cursor:not-allowed;opacity:.45}.lucy-composer__error{color:#ff91a0;margin:5px 0 0;font-size:9px}.lucy-mobile-title,.lucy-mobile-sparkle{display:none}@media(max-width:1180px)and (min-width:721px){.lucy-page{width:calc(100% - 48px)}.lucy-hero-card__portrait{left:18px}.lucy-hero-card__copy{left:265px}.lucy-extract__body{grid-template-columns:minmax(0,1fr) 190px}.lucy-quick-actions{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:960px)and (min-width:721px){.lucy-page{width:calc(100% - 34px)}.lucy-hero-card__portrait{width:205px;left:5px}.lucy-hero-card__copy{left:220px}.lucy-quick-actions span{font-size:9px}.lucy-extract__body{grid-template-columns:1fr}.lucy-extract__buttons{grid-template-columns:1fr 1fr}}@media(max-width:720px){.home-shell--lucy{padding-bottom:calc(70px + env(safe-area-inset-bottom));height:100dvh;overflow:hidden}.home-shell--lucy .home-shell__main{height:calc(100dvh - 70px - env(safe-area-inset-bottom));overflow:hidden}.home-shell--lucy .home-mobile-header{height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 15px 10px;align-items:flex-end;background:#070f1df2}.lucy-mobile-title{color:#f4f5fb;display:block;font-size:18px;font-weight:760}.lucy-mobile-sparkle{color:#a78cff;display:block;margin-bottom:1px}.lucy-page{width:auto;height:calc(100dvh - 128px - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:0;margin:0;padding:7px 11px 8px;overflow-y:auto}.lucy-page__header{display:none}.lucy-hero-card{height:141px;border-radius:14px}.lucy-hero-card__portrait{width:111px;height:139px;bottom:-2px;left:5px}.lucy-hero-card__copy{top:20px;left:121px;right:11px}.lucy-hero-card__copy h2{margin-bottom:7px;font-size:16px;line-height:1.22}.lucy-hero-card__copy p{font-size:10px;line-height:1.42}.lucy-hero-card__waves{bottom:0}.lucy-hero-card__waves i{height:38px}.lucy-priority{margin-top:12px}.lucy-section-heading{margin:0 1px 7px}.lucy-section-heading h2{font-size:11px}.lucy-section-heading button{font-size:9px}.lucy-priority__grid{gap:5px}.lucy-priority-card{grid-template-columns:1fr;align-content:start;gap:5px;min-height:91px;padding:9px 7px}.lucy-priority-card__icon{justify-content:start;width:24px;height:24px}.lucy-priority-card__copy{gap:3px}.lucy-priority-card strong{white-space:normal;font-size:9px;line-height:1.25}.lucy-priority-card small{white-space:normal;font-size:8px;line-height:1.25}.lucy-priority-card em{font-size:7px;right:auto;bottom:7px;left:7px}.lucy-quick-actions{grid-auto-columns:minmax(112px,1fr);grid-template-columns:none;grid-auto-flow:column;gap:6px;margin-top:10px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}.lucy-quick-actions::-webkit-scrollbar{display:none}.lucy-quick-actions button{justify-content:flex-start;min-height:36px;padding:0 9px}.lucy-quick-actions span{font-size:8px}.lucy-chat{flex:none;min-height:270px;margin-top:9px;padding:9px 8px}.lucy-message{grid-template-columns:25px minmax(0,1fr);gap:6px;max-width:100%;margin-bottom:7px}.lucy-message--assistant{max-width:100%}.lucy-message__avatar{width:23px;height:23px}.lucy-message p{border-radius:8px;padding:7px 9px;font-size:9px;line-height:1.38}.lucy-message time{display:none}.lucy-extract{margin:2px 0 8px;padding:8px}.lucy-extract>p{font-size:8px}.lucy-extract__body{grid-template-columns:1fr;gap:7px}.lucy-extract__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.lucy-extract-card{grid-template-columns:20px minmax(0,1fr);gap:5px;min-height:42px;padding:5px 6px}.lucy-extract-card:last-child{grid-column:1/-1}.lucy-extract-card__icon svg{width:16px;height:16px}.lucy-extract-card strong{font-size:8px}.lucy-extract-card small{font-size:7px}.lucy-extract__buttons{grid-template-columns:1fr 1fr;gap:5px}.lucy-extract__buttons button{min-height:27px;font-size:8px}.lucy-composer{z-index:25;flex:none;border-radius:13px;min-height:73px;margin-top:9px;padding:10px 55px 7px 10px;position:sticky;bottom:0;box-shadow:0 -12px 30px #030812b3,0 0 18px #6346f412}.lucy-composer textarea{min-height:35px;font-size:9px}.lucy-composer__tools{gap:12px}.lucy-composer__tools small{display:none}.lucy-composer__send{width:39px;height:39px;right:9px;bottom:11px}.home-shell--lucy .home-mobile-nav{height:calc(70px + env(safe-area-inset-bottom))}}@media(max-width:370px){.lucy-page{padding-inline:8px}.lucy-hero-card__portrait{width:103px;left:1px}.lucy-hero-card__copy{left:105px;right:7px}.lucy-hero-card__copy h2{font-size:14px}.lucy-priority-card{padding-inline:5px}}.lucy-page,.lucy-chat{scrollbar-width:none}.lucy-page::-webkit-scrollbar,.lucy-chat::-webkit-scrollbar{display:none}@media(min-width:961px){.lucy-hero-card{height:236px!important;min-height:236px!important;max-height:236px!important;flex:0 0 236px!important}.lucy-hero-card__portrait{width:248px!important;height:246px!important;left:18px!important;bottom:-10px!important}.lucy-hero-card__copy{left:284px!important}}@media(max-width:1180px)and (min-width:961px){.lucy-hero-card__portrait{width:232px!important;height:238px!important;left:12px!important;bottom:-8px!important}.lucy-hero-card__copy{left:260px!important}}@media(max-width:960px)and (min-width:721px){.lucy-hero-card{height:232px!important;min-height:232px!important;max-height:232px!important;flex:0 0 232px!important}.lucy-hero-card__portrait{width:210px!important;height:226px!important;left:5px!important;bottom:-6px!important}.lucy-hero-card__copy{left:230px!important}}@media(max-width:720px){.lucy-hero-card{width:calc(100vw - 28px)!important;height:288px!important;min-height:288px!important;max-height:288px!important;flex:0 0 288px!important;margin-inline:auto!important}.lucy-hero-card__portrait{width:190px!important;height:224px!important;inset:2px auto auto 2px!important}.lucy-hero-card__copy{top:34px!important;left:184px!important;right:13px!important}.lucy-hero-card__waves i{height:50px!important}}@media(max-width:390px){.lucy-hero-card{height:278px!important;min-height:278px!important;max-height:278px!important;flex-basis:278px!important}.lucy-hero-card__portrait{width:174px!important;height:210px!important;left:0!important;top:4px!important}.lucy-hero-card__copy{top:31px!important;left:166px!important;right:9px!important}}@media(max-width:360px){.lucy-hero-card{width:calc(100vw - 20px)!important}}.home-waves--lucy-copy{display:block!important}.home-shell--money .home-shell__main{min-width:0}.money-page{width:min(1160px,calc(100% - 68px));margin:0 0 0 36px;padding:28px 0 24px}.money-mobile-topbar{display:none}.money-page__header{min-height:66px;margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.money-page__header h1{margin:0 0 5px;color:#f6f7fb;font-size:clamp(26px,2vw,32px);line-height:1.08;letter-spacing:-.035em}.money-page__header p{margin:0;color:#9aa5ba;font-size:13px}.money-page__actions{display:flex;align-items:center;gap:10px}.money-page__actions button{min-height:44px;padding:0 17px;border:1px solid #8291b522;border-radius:14px;background:linear-gradient(145deg,#1a2539,#121c2f);color:#e6e9f2;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:650;box-shadow:inset 0 1px #ffffff08}.money-page__actions button.is-primary{color:#fff;border-color:#7a5aff73;background:linear-gradient(135deg,#8059ff,#6546ed);box-shadow:0 10px 26px #5e40e932,inset 0 1px #ffffff24}.money-transfer-glyph{font-size:20px;line-height:1}.money-summary{display:grid;grid-template-columns:1.12fr 1fr 1fr 1fr;gap:12px}.money-summary-card,.money-panel,.money-composer{border:1px solid #8393b51c;background:radial-gradient(circle at 92% -20%,#4b55a31b,#0000 38%),linear-gradient(145deg,#121d31f5,#0d1729f5);box-shadow:inset 0 1px #ffffff07,0 12px 30px #02071324}.money-summary-card{position:relative;min-width:0;height:132px;padding:17px 16px 14px;border-radius:16px;overflow:hidden}.money-summary-card__label{min-height:20px;margin-bottom:12px;color:#b4bdd0;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.money-summary-card__mobile-label{display:none}.money-summary-card__mark{color:#7e8aa2;font-size:14px}.money-summary-card>strong{position:relative;z-index:2;display:block;color:#f8f8fb;font-size:25px;line-height:1.1;letter-spacing:-.025em}.money-summary-card__change{position:absolute;left:16px;bottom:14px;display:flex;align-items:center;gap:8px}.money-summary-card__change span{color:#55d99e;font-size:11px;font-weight:650}.money-summary-card__change small{color:#77849a;font-size:10px}.money-sparkline{position:absolute;left:15px;right:15px;bottom:10px;width:calc(100% - 30px);height:42px;overflow:visible}.money-sparkline path{stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px currentColor)}.money-sparkline--income path{color:#3ed697;stroke:#3ed697}.money-sparkline--expense path{color:#754fff;stroke:#754fff}.money-summary-card__cash-icon{position:absolute;left:17px;bottom:14px;width:30px;height:30px;display:grid;place-items:center;color:#57d29c;filter:drop-shadow(0 0 8px #49d39473)}.money-summary-card__cash-icon svg{width:28px;height:28px;display:block;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.money-overview{margin-top:13px;display:grid;grid-template-columns:1.18fr .92fr;gap:13px}.money-panel{border-radius:16px}.money-panel>header{min-height:52px;padding:16px 18px 8px}.money-panel h2{margin:0;color:#f0f2f8;font-size:13px;line-height:1.2}.money-panel header p{margin:5px 0 0;color:#79869c;font-size:10px;text-transform:lowercase}.money-categories{min-height:275px}.money-categories__content{min-height:210px;padding:4px 19px 18px;display:grid;grid-template-columns:205px minmax(0,1fr);align-items:center;gap:17px}.money-donut{width:174px;height:174px;margin-inline:auto;padding:25px;border-radius:50%;background:conic-gradient(#6153f6 0 34%,#47aaf3 34% 50%,#f14975 50% 64%,#f3bd4b 64% 76%,#a85ddd 76% 84%,#91a0ba 84% 100%);box-shadow:0 0 26px #6450ee28}.money-donut__center{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 48% 35%,#17233a,#0b1425 74%);display:grid;place-content:center;text-align:center;box-shadow:inset 0 0 20px #0008}.money-donut__center strong{color:#f6f7fb;font-size:18px;letter-spacing:-.02em}.money-donut__center span{margin-top:3px;color:#9ba5b8;font-size:10px}.money-category-list{display:grid;gap:9px}.money-category-row{min-width:0;display:grid;grid-template-columns:8px minmax(0,1fr) auto 28px;align-items:center;gap:7px}.money-category-dot{width:7px;height:7px;border-radius:50%;box-shadow:0 0 9px currentColor}.money-category-dot--food{background:#6153f6;color:#6153f6}.money-category-dot--transport{background:#47aaf3;color:#47aaf3}.money-category-dot--fun{background:#f14975;color:#f14975}.money-category-dot--home{background:#f3bd4b;color:#f3bd4b}.money-category-dot--health{background:#a85ddd;color:#a85ddd}.money-category-dot--other{background:#91a0ba;color:#91a0ba}.money-category-row__label{min-width:0;color:#abb4c7;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.money-category-row strong{color:#dce1ed;font-size:10px;font-weight:560}.money-category-row small{color:#7e8a9f;font-size:9px;text-align:right}.money-accounts{min-height:275px;padding-bottom:12px}.money-account-list{padding:0 12px;display:grid;gap:7px}.money-account-row{min-height:42px;padding:0 12px;border:1px solid #8190b415;border-radius:10px;background:linear-gradient(145deg,#17243a,#121d31);display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:9px}.money-account-row__icon{width:25px;height:25px;border-radius:7px;display:grid;place-items:center;color:#8c78ff;background:#5d4bdf2e}.money-account-row--saving .money-account-row__icon,.money-account-row--cash .money-account-row__icon{color:#52d39b;background:#38b88125}.money-account-row span:not(.money-account-row__icon){color:#bbc4d5;font-size:10px}.money-account-row strong{color:#f0f2f7;font-size:11px}.money-account-row--credit strong{color:#ff708e}.money-accounts__all{width:calc(100% - 24px);min-height:34px;margin:8px 12px 0;border:1px solid #8190b416;border-radius:9px;background:#1a263b;color:#d5dbea;font-size:10px}.money-transactions{margin-top:13px;padding-bottom:10px}.money-transactions>header{min-height:47px;padding:13px 16px 6px;display:flex;align-items:center;justify-content:space-between}.money-transactions>header button{border:0;background:transparent;color:#9aa5ba;font-size:10px}.money-transactions__all-mobile{display:none}.money-transaction-list{padding:0 11px;display:grid;gap:5px}.money-transaction-row{min-height:48px;padding:5px 12px 5px 8px;border:1px solid #8190b412;border-radius:10px;background:linear-gradient(145deg,#17243a,#121d31);display:grid;grid-template-columns:31px minmax(0,1fr) 22px auto;align-items:center;gap:9px}.money-transaction-row__icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:17px;font-weight:700}.money-transaction-row__icon--income{color:#fff;background:linear-gradient(145deg,#51d9a1,#2ea976);box-shadow:0 0 17px #36c68b46}.money-transaction-row__icon--expense{color:#fff;background:linear-gradient(145deg,#7958f7,#5a40d5);box-shadow:0 0 17px #6947ed46}.money-transaction-row__copy{min-width:0;display:grid;gap:2px}.money-transaction-row__copy strong{color:#e8ebf4;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.money-transaction-row__copy small{color:#7b879d;font-size:8px}.money-transaction-row__receipt{color:#9aa6bc}.money-transaction-row__amount{display:grid;justify-items:end;gap:2px}.money-transaction-row__amount strong{font-size:10px}.money-transaction-row__amount strong.is-income{color:#55d99e}.money-transaction-row__amount strong.is-expense{color:#ff718c}.money-transaction-row__amount small{color:#78859a;font-size:8px}.money-composer{position:relative;min-height:66px;margin-top:13px;border-color:#7054f28c;border-radius:16px;padding:10px 65px 10px 15px;background:radial-gradient(circle at 95% 70%,#6748ed28,#0000 26%),linear-gradient(145deg,#0f1a2d,#0a1425)}.money-composer textarea{width:100%;min-height:43px;padding:11px 0 0;resize:none;border:0;outline:0;background:transparent;color:#edf1fa;font-size:11px;line-height:1.4}.money-composer textarea::placeholder{color:#748198}.money-composer>button{position:absolute;right:12px;bottom:11px;width:44px;height:44px;border:0;border-radius:50%;background:linear-gradient(145deg,#8057ff,#6746ef);color:#fff;display:grid;place-items:center;box-shadow:0 0 24px #704cff70}.money-composer>button span{font-size:20px;line-height:1}@media(max-width:1180px)and (min-width:721px){.money-page{width:calc(100% - 48px);margin-left:24px}.money-categories__content{grid-template-columns:175px minmax(0,1fr);padding-inline:13px}.money-donut{width:150px;height:150px;padding:22px}.money-summary-card>strong{font-size:21px}}@media(max-width:960px)and (min-width:721px){.money-page{width:calc(100% - 36px);margin-left:18px}.money-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.money-overview{grid-template-columns:1fr}}@media(max-width:720px){.home-shell--money{min-height:100dvh;padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.home-shell--money .home-mobile-header{display:none!important}.money-page{width:auto;margin:0;padding:0 12px 18px}.money-mobile-topbar{min-height:calc(69px + env(safe-area-inset-top));margin:0 -2px;padding:env(safe-area-inset-top) 2px 9px;display:flex;align-items:flex-end;justify-content:space-between}.money-mobile-topbar .axis-logo strong,.money-mobile-topbar .axis-logo small{display:none}.money-mobile-topbar .axis-logo svg{width:38px;height:38px}.money-mobile-topbar__actions{display:flex;align-items:center;gap:9px}.money-mobile-topbar__actions button{width:35px;height:35px;border:0;border-radius:50%;background:linear-gradient(145deg,#251b55,#171d39);color:#b5a7ff;display:grid;place-items:center;font-size:21px}.money-mobile-topbar__actions button:first-child{background:linear-gradient(145deg,#7650f5,#5138be);color:#fff}.money-page__header{min-height:64px;margin:2px 2px 8px}.money-page__header h1{margin-bottom:5px;font-size:25px}.money-page__header p{font-size:11px}.money-page__actions{display:none}.money-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.money-summary-card{height:108px;padding:12px 10px 9px;border-radius:12px}.money-summary-card--cash{display:none}.money-summary-card__label{margin-bottom:11px;font-size:9px}.money-summary-card__desktop-label,.money-summary-card__mark{display:none}.money-summary-card__mobile-label{display:inline}.money-summary-card>strong{font-size:17px;white-space:nowrap}.money-summary-card__change{left:10px;bottom:12px;display:block}.money-summary-card__change span{font-size:9px}.money-summary-card__change small{display:none}.money-sparkline{left:9px;right:9px;bottom:8px;width:calc(100% - 18px);height:31px}.money-overview{margin-top:14px;display:block}.money-accounts{display:none}.money-categories{min-height:218px;border-radius:14px}.money-panel>header{min-height:50px;padding:14px 13px 6px}.money-panel h2{font-size:12px}.money-panel header p{font-size:9px}.money-categories__content{min-height:160px;padding:2px 12px 13px;grid-template-columns:132px minmax(0,1fr);gap:10px}.money-donut{width:124px;height:124px;padding:18px}.money-donut__center strong{font-size:14px}.money-donut__center span{font-size:8px}.money-category-list{gap:7px}.money-category-row{grid-template-columns:7px minmax(0,1fr) auto;gap:5px}.money-category-row__label,.money-category-row strong{font-size:8px}.money-category-row small{display:none}.money-transactions{margin-top:13px;border-radius:14px;padding-bottom:8px}.money-transactions>header{min-height:43px;padding:12px 12px 5px}.money-transactions>header button{color:#9c86ff;font-size:9px}.money-transactions__all-desktop{display:none}.money-transactions__all-mobile{display:inline}.money-transaction-list{padding:0 8px;gap:4px}.money-transaction-row{min-height:45px;padding:4px 8px 4px 6px;grid-template-columns:29px minmax(0,1fr) 18px auto;gap:7px}.money-transaction-row__icon{width:28px;height:28px;font-size:15px}.money-transaction-row__copy strong{font-size:9px}.money-transaction-row__copy small,.money-transaction-row__amount small{font-size:7px}.money-transaction-row__amount strong{font-size:9px}.money-transaction-row__receipt{width:14px}.money-composer{min-height:60px;margin-top:12px;border-radius:14px;padding:8px 57px 8px 12px}.money-composer textarea{min-height:42px;padding-top:10px;font-size:10px}.money-composer>button{width:40px;height:40px;right:9px;bottom:9px}.home-shell--money .home-mobile-nav{height:calc(78px + env(safe-area-inset-bottom))}}@media(max-width:370px){.money-page{padding-inline:9px}.money-summary-card{padding-inline:8px}.money-summary-card>strong{font-size:15px}.money-categories__content{grid-template-columns:118px minmax(0,1fr);padding-inline:9px}.money-donut{width:112px;height:112px;padding:16px}}
.money-transaction-row{grid-template-columns:31px minmax(0,1fr) 22px minmax(96px,auto)}.money-transaction-row__amount strong,.money-transaction-row__amount small{white-space:nowrap}@media(max-width:720px){.money-mobile-topbar .axis-logo{width:38px;height:38px;min-height:38px;position:relative;display:block}.money-mobile-topbar .axis-logo svg{display:none}.money-mobile-topbar .axis-logo:before{content:"";position:absolute;inset:2px;border:6px solid #526bff;border-right-color:#9c56ff;border-radius:50%;filter:drop-shadow(0 0 12px #7357ff78)}.money-categories{min-height:205px}.money-categories__content{min-height:147px}.money-donut{width:116px;height:116px;padding:17px}.money-transactions>header{min-height:39px;padding-top:10px}.money-transaction-row{grid-template-columns:27px minmax(0,1fr) 15px auto;min-height:39px;padding-top:3px;padding-bottom:3px}.money-transaction-row__icon{width:26px;height:26px;font-size:14px}.money-transaction-list{gap:3px}.money-transactions{padding-bottom:6px}.money-composer{margin-top:12px}}
@media(min-width:721px){.money-transactions>header{min-height:44px;padding-top:11px}.money-transaction-row{min-height:45px}.money-composer{min-height:58px;padding-top:7px;padding-bottom:7px}.money-composer textarea{min-height:40px;padding-top:9px}.money-composer>button{width:40px;height:40px;bottom:8px}}
.money-transaction-row__receipt{grid-column:3;justify-self:center}.money-transaction-row__amount{grid-column:4;justify-self:end;text-align:right;min-width:96px}
.home-nav-item:not([aria-disabled="true"]),.home-mobile-nav>button:not([aria-disabled="true"]){pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation}

/* v0.6.18 — show cash card and accounts/wallets on mobile */
@media(max-width:720px){
  .money-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .money-summary-card{height:106px;padding:12px 12px 9px}
  .money-summary-card--cash{display:block}
  .money-summary-card__cash-icon{left:12px;bottom:10px;width:28px;height:28px}
  .money-summary-card__cash-icon svg{width:26px;height:26px}
  .money-overview{margin-top:14px;display:block}
  .money-accounts{display:block;min-height:0;margin-top:13px;padding-bottom:8px;border-radius:14px}
  .money-accounts>header{min-height:44px;padding:13px 12px 6px}
  .money-account-list{padding:0 8px;gap:5px}
  .money-account-row{min-height:43px;padding:0 10px;grid-template-columns:25px minmax(0,1fr) auto;gap:8px;border-radius:9px}
  .money-account-row__icon{width:24px;height:24px;border-radius:7px}
  .money-account-row span:not(.money-account-row__icon){font-size:9px}
  .money-account-row strong{font-size:10px;white-space:nowrap}
  .money-accounts__all{width:calc(100% - 16px);min-height:34px;margin:7px 8px 0;font-size:9px}
}
@media(max-width:370px){
  .money-summary{gap:6px}
  .money-summary-card{height:102px;padding-inline:10px}
  .money-summary-card>strong{font-size:15px}
  .money-account-row{padding-inline:8px;gap:6px}
  .money-account-row span:not(.money-account-row__icon){font-size:8px}
  .money-account-row strong{font-size:9px}
}

/* v0.6.19 — one shared Lucy composer on Home, Lucy and Money */
.lucy-page>.home-composer,.money-page>.home-composer{width:100%;box-sizing:border-box}
@media(max-width:720px){.lucy-page>.home-composer,.money-page>.home-composer{flex:none}}

/* v0.6.20 — Tasks design screen */
.tasks-page{width:min(1160px,calc(100% - 68px));margin:0 0 0 36px;padding:28px 0 24px}.tasks-mobile-topbar{display:none}.tasks-page__header{min-height:66px;margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.tasks-page__header h1{margin:0 0 5px;color:#f6f7fb;font-size:clamp(26px,2vw,32px);line-height:1.08;letter-spacing:-.035em}.tasks-page__header p{margin:0;color:#9aa5ba;font-size:13px}.tasks-page__actions{display:flex;align-items:center;gap:10px}.tasks-page__actions button{min-height:44px;padding:0 17px;border:1px solid #8291b522;border-radius:14px;background:linear-gradient(145deg,#1a2539,#121c2f);color:#e6e9f2;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:650;box-shadow:inset 0 1px #ffffff08}.tasks-page__actions button.is-primary{color:#fff;border-color:#7a5aff73;background:linear-gradient(135deg,#8059ff,#6546ed);box-shadow:0 10px 26px #5e40e932,inset 0 1px #ffffff24}.tasks-filter-icon{font-size:18px;line-height:1}.tasks-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tasks-summary-card,.tasks-panel{border:1px solid #8393b51c;background:radial-gradient(circle at 92% -20%,#4b55a31b,#0000 38%),linear-gradient(145deg,#121d31f5,#0d1729f5);box-shadow:inset 0 1px #ffffff07,0 12px 30px #02071324}.tasks-summary-card{position:relative;min-width:0;height:96px;padding:16px 18px;border-radius:16px;overflow:hidden}.tasks-summary-card__label{display:block;color:#b6bfd1;font-size:12px}.tasks-summary-card__value{position:absolute;left:18px;bottom:17px;display:flex;align-items:flex-end;gap:7px}.tasks-summary-card__value strong{color:#f8f8fb;font-size:27px;line-height:.9;letter-spacing:-.03em}.tasks-summary-card__value small{color:#8c98ad;font-size:10px}.tasks-summary-card__icon{position:absolute;right:16px;bottom:15px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:19px;font-weight:700}.tasks-summary-card--today .tasks-summary-card__icon{color:#ae8cff;background:#704cff25;box-shadow:0 0 18px #704cff2e}.tasks-summary-card--done .tasks-summary-card__icon{color:#5fe0aa;background:#3bd09320;box-shadow:0 0 18px #3bd0932e}.tasks-summary-card--overdue .tasks-summary-card__icon{color:#ff7a8d;background:#f05f7120;box-shadow:0 0 18px #f05f7130}.tasks-summary-card--week .tasks-summary-card__icon{color:#65aaff;background:#4b8ee520;box-shadow:0 0 18px #4b8ee52e}.tasks-grid{display:grid;grid-template-columns:1.28fr .94fr;gap:13px;margin-top:13px}.tasks-panel{border-radius:16px;min-width:0;overflow:hidden}.tasks-panel>header{min-height:49px;padding:15px 17px 8px}.tasks-panel h2{margin:0;color:#f2f4f9;font-size:14px;line-height:1.2}.tasks-today{min-height:273px;padding-bottom:12px}.tasks-today__list{display:grid;gap:6px;padding:0 12px}.tasks-today-row{min-height:43px;padding:5px 10px;border:1px solid #8292b415;border-radius:10px;background:linear-gradient(145deg,#17243a,#121d31);display:grid;grid-template-columns:20px minmax(0,1fr) 48px 24px auto;align-items:center;gap:8px}.tasks-check{width:17px;height:17px;border:1.5px solid #8d7cff;border-radius:6px;box-shadow:inset 0 0 8px #7157ff1d}.tasks-today-row strong{min-width:0;color:#e9ecf4;font-size:11px;font-weight:560;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tasks-today-row time{color:#d3d8e5;font-size:10px;text-align:right}.tasks-row-icon{color:#64dca9;font-size:16px;text-align:center}.tasks-priority{min-width:58px;padding:5px 7px;border-radius:7px;text-align:center;font-size:9px}.tasks-priority.is-high{color:#c9b6ff;background:#7051ec25;border:1px solid #7657ef2b}.tasks-priority.is-medium{color:#f5bb79;background:#d8853420;border:1px solid #e0933b2c}.tasks-priority.is-low{color:#79a6f9;background:#497cce20;border:1px solid #4f83da2a}.tasks-add-link{margin:8px 14px 0;padding:0;border:0;background:transparent;color:#8e79ff;display:inline-flex;align-items:center;gap:6px;font-size:10px}.tasks-important{position:relative;min-height:273px;padding-bottom:22px}.tasks-important__intro{display:flex;align-items:center;gap:11px;padding:0 15px 8px}.tasks-lucy-avatar{width:52px;height:52px;border-radius:14px;overflow:hidden;display:block;background:linear-gradient(145deg,#30214d,#111729);border:1px solid #7658ff35}.tasks-lucy-avatar img{width:88px;height:112px;object-fit:contain;object-position:50% 100%;transform:translate(-17px,-11px);filter:saturate(.96) contrast(1.03)}.tasks-important__intro>div{display:grid;gap:3px}.tasks-important__intro strong{color:#c8cfdd;font-size:11px}.tasks-important__intro small{color:#748197;font-size:9px}.tasks-important__list{position:relative;z-index:2;display:grid;gap:6px;padding:0 12px}.tasks-recommendation{min-height:44px;padding:0 12px;border:1px solid #8493b316;border-radius:10px;background:linear-gradient(145deg,#17243aeb,#111c2feb);display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px}.tasks-recommendation span{font-size:17px}.tasks-recommendation strong{color:#e6e9f2;font-size:10px;font-weight:560}.tasks-recommendation.is-overdue span{color:#ff7087}.tasks-recommendation.is-done span{color:#5bdca5}.tasks-recommendation.is-focus span{color:#a57fff}.tasks-wave{position:absolute;left:0;right:0;bottom:0;height:38px;opacity:.72;background:radial-gradient(ellipse at 20% 100%,#4f3dbf 0 25%,transparent 26%),radial-gradient(ellipse at 64% 100%,#3b2ca4 0 31%,transparent 32%),linear-gradient(175deg,transparent 35%,#30278c66 36% 62%,#5b43e89c 63% 100%);clip-path:polygon(0 66%,14% 53%,29% 65%,44% 48%,62% 62%,78% 42%,100% 56%,100% 100%,0 100%)}.tasks-grid--bottom{grid-template-columns:1.28fr .94fr}.tasks-upcoming,.tasks-completed{min-height:181px;padding-bottom:10px}.tasks-upcoming__columns{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 12px}.tasks-upcoming__columns>div{min-width:0}.tasks-column-title{height:23px;display:flex;align-items:center;justify-content:space-between;padding:0 3px}.tasks-column-title span{color:#9aa5b9;font-size:10px}.tasks-column-title small{color:#657188;font-size:9px}.tasks-column-title--blank{justify-content:flex-end}.tasks-upcoming article{min-height:34px;padding:0 9px;border:1px solid #8291b412;border-radius:8px;background:#151f33;display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:7px}.tasks-upcoming article+article{margin-top:5px}.tasks-upcoming article strong{min-width:0;color:#dfe4ed;font-size:9px;font-weight:540;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tasks-upcoming article small{color:#8995aa;font-size:8px}.tasks-upcoming article>span{color:#75a9ef;font-size:13px}.tasks-upcoming .tasks-add-link{margin:7px 3px 0}.tasks-completed__list{display:grid;gap:6px;padding:0 12px}.tasks-completed__list article{min-height:43px;padding:6px 10px;border:1px solid #8291b412;border-radius:9px;background:#151f33;display:flex;align-items:center;gap:10px}.tasks-completed__check{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:#092016;background:#55d8a1;font-size:12px;font-weight:900}.tasks-completed__list article>div{display:grid;gap:2px}.tasks-completed__list strong{color:#b4bdcc;font-size:10px;font-weight:520}.tasks-completed__list small{color:#68758b;font-size:8px}.tasks-completed__all{width:calc(100% - 24px);min-height:30px;margin:7px 12px 0;border:1px solid #8190b416;border-radius:8px;background:#19253a;color:#a8b2c6;text-align:left;padding:0 12px;font-size:9px}.tasks-page>.home-composer{margin-top:13px}.tasks-page>.home-composer form{min-height:88px;padding-top:12px;padding-bottom:10px}.tasks-page>.home-composer textarea{min-height:31px}
@media(max-width:1050px) and (min-width:721px){.tasks-page{width:calc(100% - 40px);margin-left:20px}.tasks-summary-card{padding-inline:14px}.tasks-grid{grid-template-columns:1.16fr .94fr}.tasks-today-row{grid-template-columns:20px minmax(0,1fr) 44px 20px auto;gap:6px}}
@media(max-width:720px){.home-shell--tasks .home-mobile-header{display:none}.tasks-page{width:auto;margin:0;padding:0 14px 16px}.tasks-mobile-topbar{height:64px;display:flex;align-items:center;justify-content:space-between}.tasks-mobile-brand{width:36px;height:36px;border-radius:50%;display:block;position:relative;background:conic-gradient(from 35deg,#8d51ff,#3d6cff,#8654ff);box-shadow:0 0 18px #6548e84a}.tasks-mobile-brand:after{content:"";position:absolute;inset:7px;border-radius:50%;background:#091222}.tasks-mobile-topbar__actions{display:flex;align-items:center;gap:10px}.tasks-mobile-topbar__actions button{width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;color:#e4e7f2;background:linear-gradient(145deg,#6849e8,#4e36be);box-shadow:0 0 18px #6548e852}.tasks-mobile-topbar__actions button:nth-child(2){color:#b8c1d5;background:#1a2539;box-shadow:none}.tasks-page__header{min-height:66px;margin:6px 2px 12px;display:block}.tasks-page__header h1{font-size:24px;margin-bottom:5px}.tasks-page__header p{font-size:11px}.tasks-page__actions{display:none}.tasks-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tasks-summary-card{height:89px;padding:13px 11px;border-radius:13px}.tasks-summary-card--week{display:none}.tasks-summary-card__label{font-size:9px}.tasks-summary-card__value{left:11px;bottom:12px;display:grid;gap:2px}.tasks-summary-card__value strong{font-size:22px}.tasks-summary-card__value small{font-size:8px}.tasks-summary-card__icon{right:8px;bottom:10px;width:26px;height:26px;font-size:13px}.tasks-grid{grid-template-columns:1fr;gap:10px;margin-top:10px}.tasks-panel{border-radius:14px}.tasks-panel>header{min-height:44px;padding:13px 13px 7px}.tasks-panel h2{font-size:13px}.tasks-today{min-height:auto;padding-bottom:10px}.tasks-today__list{gap:5px;padding:0 8px}.tasks-today-row{min-height:42px;padding:4px 8px;grid-template-columns:18px minmax(0,1fr) 35px 18px auto;gap:5px}.tasks-check{width:15px;height:15px;border-radius:5px}.tasks-today-row strong{font-size:9px}.tasks-today-row time{font-size:8px}.tasks-row-icon{font-size:13px}.tasks-priority{min-width:43px;padding:4px 5px;font-size:7px}.tasks-add-link{margin:7px 10px 0;font-size:9px}.tasks-important{min-height:auto;padding-bottom:17px}.tasks-important__intro{padding:0 11px 8px}.tasks-lucy-avatar{width:46px;height:46px;border-radius:12px}.tasks-lucy-avatar img{width:78px;height:100px;transform:translate(-15px,-10px)}.tasks-important__intro strong{font-size:10px}.tasks-important__intro small{font-size:8px}.tasks-important__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:0 8px}.tasks-recommendation{min-height:92px;padding:9px 7px;grid-template-columns:1fr;align-content:start;gap:8px}.tasks-recommendation span{font-size:17px}.tasks-recommendation strong{font-size:8px;line-height:1.35}.tasks-wave{height:30px}.tasks-grid--bottom{display:none}.tasks-page>.home-composer{margin-top:10px}.tasks-page>.home-composer form{min-height:88px}.tasks-page>.home-composer textarea{min-height:35px}.tasks-page>.home-composer__tools{display:none}}

/* v0.6.21 — transparent Lucy portrait and unified Tasks icon language */
.tasks-lucy-avatar{width:64px;height:66px;flex:0 0 64px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;display:grid;place-items:end center}
.tasks-lucy-avatar img{width:76px!important;height:93px!important;object-fit:contain!important;object-position:50% 100%!important;transform:translate(-6px,-8px)!important;filter:saturate(.96) contrast(1.03) drop-shadow(0 8px 13px #02071280)!important}
.tasks-summary-card__icon svg,.tasks-row-icon svg,.tasks-recommendation span svg,.tasks-upcoming article>span svg,.tasks-completed__check svg{display:block;vector-effect:non-scaling-stroke}
.tasks-summary-card__icon{font-size:0}.tasks-row-icon{font-size:0;display:grid;place-items:center}.tasks-recommendation>span{font-size:0;display:grid;place-items:center}.tasks-upcoming article>span{font-size:0;display:grid;place-items:center}.tasks-completed__check{font-size:0}
@media(max-width:720px){.tasks-lucy-avatar{width:54px;height:58px;flex-basis:54px}.tasks-lucy-avatar img{width:64px!important;height:79px!important;transform:translate(-5px,-7px)!important}.tasks-summary-card__icon svg{width:15px;height:15px}.tasks-row-icon svg{width:14px;height:14px}.tasks-recommendation>span svg{width:17px;height:17px}}

/* v0.6.22 — exact Home-page wave artwork inside Tasks / What matters now */
.tasks-home-waves{position:absolute;z-index:1;pointer-events:none;display:block;width:100%;height:58px;left:0;right:0;bottom:-7px;overflow:visible}
@media(max-width:720px){.tasks-home-waves{height:47px;bottom:-5px}}

/* v0.6.23 — restore all Tasks sections and the shared Lucy composer on mobile */
@media(max-width:720px){
  .tasks-page{padding-bottom:0}
  .tasks-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .tasks-summary-card--week{display:block}
  .tasks-grid--bottom{display:grid!important;grid-template-columns:1fr!important;gap:10px;margin-top:10px}
  .tasks-upcoming,.tasks-completed{display:block;min-height:auto;padding-bottom:11px}
  .tasks-upcoming__columns{display:grid;grid-template-columns:1fr;gap:10px;padding:0 8px 4px}
  .tasks-upcoming__columns>div+div{padding-top:2px}
  .tasks-column-title{height:27px;padding:0 4px}
  .tasks-column-title span{font-size:10px;color:#b6bfd1}
  .tasks-column-title small{display:none}
  .tasks-column-title--blank{justify-content:flex-start}
  .tasks-upcoming article{min-height:42px;padding:0 10px;border-radius:9px;grid-template-columns:minmax(0,1fr) auto 18px;gap:7px}
  .tasks-upcoming article+article{margin-top:5px}
  .tasks-upcoming article strong{font-size:9.5px}
  .tasks-upcoming article small{font-size:8px}
  .tasks-upcoming .tasks-add-link{margin:8px 4px 0}
  .tasks-completed__list{gap:6px;padding:0 8px}
  .tasks-completed__list article{min-height:46px;padding:7px 10px;border-radius:9px}
  .tasks-completed__list strong{font-size:9.5px}
  .tasks-completed__list small{font-size:8px}
  .tasks-completed__all{width:calc(100% - 16px);min-height:34px;margin:8px 8px 0;font-size:9px}
  .tasks-page>.home-composer{display:block!important;width:100%;box-sizing:border-box;position:relative!important;bottom:auto!important;z-index:4!important;margin:10px 0 calc(92px + env(safe-area-inset-bottom))!important;border-radius:16px;box-shadow:0 14px 34px #02071338,0 0 24px #6346f412}
  .tasks-page>.home-composer form{min-height:116px!important;padding:13px 58px 11px 12px!important}
  .tasks-page>.home-composer textarea{min-height:42px!important;font-size:11px;line-height:1.4}
  .tasks-page>.home-composer .home-composer__tools{display:flex!important;flex-wrap:nowrap;gap:5px;margin-top:5px}
  .tasks-page>.home-composer .home-composer__tools button{min-height:32px;padding:0 8px;gap:6px;border-radius:8px}
  .tasks-page>.home-composer .home-composer__tools span{font-size:9px}
  .tasks-page>.home-composer .home-composer__send{width:43px;height:43px;right:9px;bottom:12px}
}
@media(max-width:360px){
  .tasks-page>.home-composer .home-composer__tools button{padding:0 6px;gap:4px}
  .tasks-page>.home-composer .home-composer__tools span{font-size:8px}
}

/* v0.6.24 — one identical full Lucy composer on every mobile page */
@media(max-width:720px){
  .home-page>.home-composer,
  .lucy-page>.home-composer,
  .money-page>.home-composer,
  .tasks-page>.home-composer{
    display:block!important;
    width:calc(100vw - 28px)!important;
    max-width:362px!important;
    box-sizing:border-box!important;
    margin-left:auto!important;
    margin-right:auto!important;
    position:relative!important;
    bottom:auto!important;
    z-index:4!important;
    margin:10px 0 calc(92px + env(safe-area-inset-bottom))!important;
    border-radius:16px!important;
    box-shadow:0 14px 34px #02071338,0 0 24px #6346f412!important;
  }
  .home-page>.home-composer form,
  .lucy-page>.home-composer form,
  .money-page>.home-composer form,
  .tasks-page>.home-composer form{
    min-height:116px!important;
    padding:13px 58px 11px 12px!important;
  }
  .home-page>.home-composer textarea,
  .lucy-page>.home-composer textarea,
  .money-page>.home-composer textarea,
  .tasks-page>.home-composer textarea{
    min-height:42px!important;
    font-size:11px!important;
    line-height:1.4!important;
  }
  .home-page>.home-composer .home-composer__tools,
  .lucy-page>.home-composer .home-composer__tools,
  .money-page>.home-composer .home-composer__tools,
  .tasks-page>.home-composer .home-composer__tools{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:5px!important;
    margin-top:5px!important;
  }
  .home-page>.home-composer .home-composer__tools button,
  .lucy-page>.home-composer .home-composer__tools button,
  .money-page>.home-composer .home-composer__tools button,
  .tasks-page>.home-composer .home-composer__tools button{
    min-height:32px!important;
    padding:0 8px!important;
    gap:6px!important;
    border-radius:8px!important;
  }
  .home-page>.home-composer .home-composer__tools span,
  .lucy-page>.home-composer .home-composer__tools span,
  .money-page>.home-composer .home-composer__tools span,
  .tasks-page>.home-composer .home-composer__tools span{
    font-size:9px!important;
  }
  .home-page>.home-composer .home-composer__send,
  .lucy-page>.home-composer .home-composer__send,
  .money-page>.home-composer .home-composer__send,
  .tasks-page>.home-composer .home-composer__send{
    width:43px!important;
    height:43px!important;
    right:9px!important;
    bottom:12px!important;
  }
  .home-page,
  .lucy-page,
  .money-page,
  .tasks-page{
    padding-bottom:0!important;
  }
}
@media(max-width:360px){
  .home-page>.home-composer .home-composer__tools button,
  .lucy-page>.home-composer .home-composer__tools button,
  .money-page>.home-composer .home-composer__tools button,
  .tasks-page>.home-composer .home-composer__tools button{
    padding:0 6px!important;
    gap:4px!important;
  }
  .home-page>.home-composer .home-composer__tools span,
  .lucy-page>.home-composer .home-composer__tools span,
  .money-page>.home-composer .home-composer__tools span,
  .tasks-page>.home-composer .home-composer__tools span{
    font-size:8px!important;
  }
}

/* v0.6.25 — Health screen and scalable mobile section launcher */
.axis-sections-menu{box-sizing:border-box;width:min(520px,calc(100vw - 28px));margin:0;border:1px solid #7558ff99;border-radius:20px;padding:14px;background:linear-gradient(155deg,#101b31f7,#091326fc);color:#edf1ff;box-shadow:0 22px 70px #020713d9,0 0 36px #6d4eff33;position:fixed;left:50%;bottom:calc(88px + env(safe-area-inset-bottom));transform:translateX(-50%)}.axis-sections-menu::backdrop{background:#020712a8;backdrop-filter:blur(4px)}.axis-sections-menu>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.axis-sections-menu>header>div{display:grid;gap:3px}.axis-sections-menu>header strong{font-size:15px}.axis-sections-menu>header small{font-size:10px;color:#8492ad}.axis-sections-menu>header>button{width:30px;height:30px;border:1px solid #7887aa22;border-radius:10px;background:#162239;color:#b7c1d5;font-size:20px}.axis-sections-menu__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.axis-sections-menu__grid>button{min-height:84px;border:1px solid #7d8db31c;border-radius:14px;background:#142036;color:#cbd4e5;display:grid;justify-items:start;align-content:center;gap:4px;padding:10px;text-align:left}.axis-sections-menu__grid>button>span{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#6a4aff22;color:#9c82ff}.axis-sections-menu__grid>button strong{font-size:11px}.axis-sections-menu__grid>button small{font-size:8px;color:#6f7c93}.axis-sections-menu__grid>button.is-active{border-color:#7757ff99;background:linear-gradient(145deg,#241f54,#171f3d)}.axis-sections-menu__grid>button.is-disabled{opacity:.46}.axis-sections-menu.is-open{display:block}
.health-page{width:min(1160px,calc(100% - 68px));margin:0 0 0 36px;padding:28px 0 24px}.health-mobile-topbar{display:none}.health-page__header{min-height:65px;margin-bottom:14px}.health-page__header h1{margin:0 0 5px;color:#f4f6fb;font-size:27px;line-height:1.15}.health-page__header p{margin:0;color:#a1acc0;font-size:12px}.health-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.health-summary-card{height:112px;box-sizing:border-box;border:1px solid #7d8db31a;border-radius:15px;background:linear-gradient(150deg,#141f34,#111a2d);display:flex;align-items:flex-start;gap:12px;padding:20px;box-shadow:0 12px 30px #02071322}.health-summary-card__icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}.health-summary-card>div{display:grid;gap:4px;min-width:0}.health-summary-card span{color:#c6cfde;font-size:11px}.health-summary-card strong{color:#f5f7fb;font-size:23px;line-height:1.1;white-space:nowrap}.health-summary-card small{color:#8794aa;font-size:9px}.health-summary-card.is-sleep .health-summary-card__icon{color:#8e72ff;background:#7256ff1f}.health-summary-card.is-water .health-summary-card__icon{color:#55a8ff;background:#408cf322}.health-summary-card.is-weight .health-summary-card__icon{color:#55d8a4;background:#42cb9620}.health-summary-card.is-mood .health-summary-card__icon{color:#f3dc55;background:#e0c8441b}.health-summary-card.is-weight small{color:#4ed097}.health-dashboard{display:grid;grid-template-columns:1.12fr 1fr;grid-template-areas:"state water" "important mini";gap:14px}.health-panel{box-sizing:border-box;border:1px solid #7d8db31a;border-radius:15px;background:linear-gradient(150deg,#111c31,#0f192b);box-shadow:0 12px 30px #0207131f;overflow:hidden}.health-panel>header{min-height:58px;box-sizing:border-box;padding:16px 18px 10px;display:flex;align-items:flex-start;justify-content:space-between}.health-panel h2{margin:0;color:#f1f4fa;font-size:14px}.health-panel header small{color:#748197;font-size:9px}.health-state{grid-area:state;min-height:390px;padding-bottom:14px}.health-state__main{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:18px;padding:0 18px 8px}.health-score{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(from 225deg,#4b96ff 0%,#5889ff 18%,#647bff 34%,#706cff 50%,#7d5dff 64%,#8a4fff 76%,#26344f 76% 100%);box-shadow:0 0 28px #6a50ff28}.health-score:before{content:"";grid-area:1/1;width:121px;height:121px;border-radius:50%;background:#101a2d;box-shadow:inset 0 0 22px #02071355}.health-score>div{grid-area:1/1;position:relative;display:grid;justify-items:center}.health-score strong{font-size:36px;color:#f5f7fb;line-height:1}.health-score span{font-size:10px;color:#9ba7bb}.health-score small{margin-top:4px;color:#8871ff;font-size:10px}.health-metrics{display:grid;gap:12px}.health-metrics article{display:grid;grid-template-columns:18px 90px minmax(80px,1fr) 38px;align-items:center;gap:8px}.health-metric-icon{display:grid;place-items:center}.health-metrics strong{font-size:10px;color:#c6cfdd;font-weight:550}.health-metrics small{font-size:9px;color:#9aa6ba;text-align:right}.health-dots{display:grid;grid-template-columns:repeat(10,1fr);gap:4px}.health-dots i{height:6px;border-radius:999px;background:#26334d}.health-metrics article.is-energy{color:#9c80ff}.health-metrics article.is-mood{color:#55d7a0}.health-metrics article.is-stress{color:#ff7187}.health-metrics article.is-wellbeing{color:#ef9b66}.health-metrics article .health-dots i.is-filled{background:currentColor;box-shadow:0 0 7px currentColor}.health-trend{padding:10px 18px 0}.health-trend>strong{color:#aeb8c9;font-size:10px;font-weight:500}.health-trend svg{width:100%;height:72px;margin-top:5px;overflow:visible}.health-trend>div{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.health-trend span{font-size:9px;color:#728097}.health-trend span.is-active{color:#b6a8ff;background:#6a4dff24;border-radius:6px;padding:3px 0}.health-water{grid-area:water;min-height:207px}.health-water__title-icon{display:none}.health-water>header>svg{display:none}.health-water__glasses{display:flex;align-items:center;gap:15px;padding:4px 18px 9px}.health-water__glasses span{color:#344057}.health-water__glasses span.is-filled{color:#5aa9ff;filter:drop-shadow(0 0 5px #4d99ff55)}.health-water__copy{display:grid;gap:5px;padding:0 18px}.health-water__copy strong{font-size:12px;color:#e6eaf2}.health-water__copy span{font-size:10px;color:#8e9aaf}.health-water>button{width:calc(100% - 36px);height:39px;margin:14px 18px;border:1px solid #7659ff42;border-radius:10px;background:#17233a;color:#9f8aff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:10px}.health-important{grid-area:important;min-height:180px;position:relative;display:grid;grid-template-columns:145px 1fr;background:linear-gradient(145deg,#191d48,#171b43);overflow:hidden}.health-important>img{width:168px;height:220px;object-fit:contain;object-position:center bottom;align-self:end;position:relative;z-index:2;transform:translate(-10px,24px)}.health-important__content{position:relative;z-index:2;padding:18px 16px 18px 0}.health-important__content h2{font-size:14px;margin-bottom:9px}.health-important__content>div{display:grid;gap:7px}.health-important__content article{min-height:32px;border-radius:9px;background:#151f38c9;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:6px;padding:0 9px;color:#cfd6e4;font-size:9px}.health-important__content article svg{color:#9a79ff}.health-home-waves{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:45px;z-index:1;pointer-events:none}.health-mini-grid{grid-area:mini;display:grid;grid-template-columns:1fr 1fr;gap:14px}.health-sleep,.health-care{min-height:180px}.health-sleep header>div,.health-care header>div{display:flex;align-items:flex-start;gap:9px}.health-sleep header>div>svg{color:#8f73ff}.health-care header>div>svg{color:#f277ae}.health-sleep header>svg,.health-care header>svg{display:none}.health-sleep__details{display:grid;gap:8px;padding:3px 16px}.health-sleep__details p,.health-care__list p{margin:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.health-sleep__details span,.health-care__list span{font-size:9px;color:#929eb2}.health-sleep__details strong{font-size:11px;color:#e5e9f1}.health-sleep__badge{width:max-content;margin:10px 16px;padding:6px 10px;border:1px solid #7d5fff5c;border-radius:9px;color:#a68cff;background:#6d50ff16;display:flex;align-items:center;gap:6px;font-size:9px}.health-care__list{display:grid;gap:8px;padding:3px 16px}.health-care__list i{width:18px;height:18px;border:1px solid #51607b;border-radius:5px;display:grid;place-items:center;color:#0b2019}.health-care__list i.is-done{border-color:#54d4a4;background:#54d4a4}.health-page>.home-composer{margin-top:14px}.health-page>.home-composer form{min-height:86px;padding-top:12px;padding-bottom:10px}.health-page>.home-composer textarea{min-height:31px}
@media(min-width:721px){.axis-sections-menu{display:none!important}}
@media(max-width:1050px) and (min-width:721px){.health-page{width:calc(100% - 40px);margin-left:20px}.health-state__main{grid-template-columns:150px 1fr}.health-score{width:132px;height:132px}.health-score:before{width:105px;height:105px}.health-metrics article{grid-template-columns:18px 78px minmax(65px,1fr) 34px}.health-water__glasses{gap:8px}.health-important{grid-template-columns:115px 1fr}.health-important>img{width:140px}.health-summary-card{padding:16px}}
@media(max-width:720px){.home-shell--health .home-mobile-header{display:none}.health-page{width:auto;margin:0;padding:0 14px 16px}.health-mobile-topbar{height:64px;display:flex;align-items:center;justify-content:space-between}.health-mobile-brand{width:36px;height:36px;border-radius:50%;display:block;position:relative;background:conic-gradient(from 35deg,#8d51ff,#3d6cff,#8654ff);box-shadow:0 0 18px #6548e84a}.health-mobile-brand:after{content:"";position:absolute;inset:7px;border-radius:50%;background:#091222}.health-mobile-topbar__actions{display:flex;align-items:center;gap:9px}.health-mobile-topbar__actions button{width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;color:#eef1ff;background:linear-gradient(145deg,#6849e8,#4e36be);box-shadow:0 0 18px #6548e852}.health-mobile-topbar__actions button:nth-child(2){color:#b9c3d6;background:#172237;box-shadow:none}.health-page__header{min-height:66px;margin:6px 2px 12px}.health-page__header h1{font-size:24px}.health-page__header p{font-size:11px;white-space:nowrap}.health-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.health-summary-card{height:83px;padding:12px 11px;border-radius:13px;gap:8px}.health-summary-card__icon{width:28px;height:28px;border-radius:9px}.health-summary-card__icon svg{width:18px;height:18px}.health-summary-card>div{gap:2px}.health-summary-card span{font-size:9px}.health-summary-card strong{font-size:20px}.health-summary-card small{font-size:8px}.health-dashboard{display:flex;flex-direction:column;gap:10px}.health-state{order:1;min-height:210px;border-radius:14px;padding-bottom:10px}.health-panel>header{min-height:44px;padding:13px 12px 7px}.health-panel h2{font-size:12px}.health-panel header small{font-size:8px}.health-state__main{grid-template-columns:112px 1fr;gap:8px;padding:0 10px 4px}.health-score{width:104px;height:104px}.health-score:before{width:81px;height:81px}.health-score strong{font-size:27px}.health-score span,.health-score small{font-size:7px}.health-metrics{gap:7px}.health-metrics article{grid-template-columns:15px 61px minmax(45px,1fr) 30px;gap:4px}.health-metric-icon svg{width:13px;height:13px}.health-metrics strong{font-size:8px}.health-metrics small{font-size:7px}.health-dots{gap:2px}.health-dots i{height:4px}.health-trend{display:none}.health-water{order:2;min-height:54px;border-radius:13px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:0 12px}.health-water>header{min-height:auto;padding:0;display:flex;align-items:center;gap:8px;justify-content:flex-start}.health-water>header>div{display:flex;align-items:center;gap:8px}.health-water__title-icon{width:28px;height:28px;display:grid!important;place-items:center;flex:0 0 28px;color:#55a8ff;filter:drop-shadow(0 0 7px #4d9dffb0)}.health-water__title-icon svg{width:19px!important;height:19px!important}.health-water>header h2{font-size:10px}.health-water>header small{display:none}.health-water>header>svg{display:block;color:#738099;margin-left:auto}.health-water__glasses{position:absolute;left:93px;padding:0;gap:3px}.health-water__glasses span svg{width:10px;height:14px}.health-water__glasses span:nth-child(n+7){display:none}.health-water__copy{padding:0;display:block;text-align:right;margin-right:22px}.health-water__copy strong{font-size:8px;color:#aeb8c9}.health-water__copy span{display:none}.health-water>button{display:none}.health-mini-grid{order:3;display:grid;grid-template-columns:1fr;gap:8px}.health-sleep,.health-care{min-height:54px;border-radius:13px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 12px}.health-sleep>header,.health-care>header{min-height:auto;padding:0;align-items:center}.health-sleep header>div,.health-care header>div{align-items:center}.health-sleep header h2,.health-care header h2{font-size:10px}.health-sleep header small,.health-care header small{display:none}.health-sleep header>svg,.health-care header>svg{display:block;color:#738099}.health-sleep__details,.health-care__list{padding:0;display:block;text-align:right;margin-right:9px}.health-sleep__details p{display:none}.health-sleep__details p:nth-child(3){display:block}.health-sleep__details p:nth-child(3) span{display:none}.health-sleep__details p:nth-child(3) strong{font-size:8px;color:#aeb8c9;font-weight:500}.health-sleep__badge{display:none}.health-care__list p{display:none}.health-care__list:after{content:"4 из 5 выполнено";font-size:8px;color:#aeb8c9}.health-important{order:4;min-height:150px;border-radius:14px;grid-template-columns:74px 1fr}.health-important>img{width:100px;height:152px;transform:translate(-14px,15px)}.health-important__content{padding:12px 9px 12px 0}.health-important__content h2{font-size:11px;margin-bottom:6px}.health-important__content>div{gap:5px}.health-important__content article{min-height:28px;font-size:7.5px;padding:0 6px;grid-template-columns:17px 1fr}.health-home-waves{height:31px}.health-page>.home-composer{order:5;margin:10px 0 calc(92px + env(safe-area-inset-bottom))!important;width:calc(100vw - 28px)!important;max-width:362px!important}.health-page>.home-composer form{min-height:116px!important;padding:13px 58px 11px 12px!important}.health-page>.home-composer textarea{min-height:42px!important;font-size:11px!important;line-height:1.4!important}.health-page>.home-composer .home-composer__tools{display:flex!important;gap:5px!important;margin-top:5px!important}.health-page>.home-composer .home-composer__tools button{min-height:32px!important;padding:0 8px!important;gap:6px!important;border-radius:8px!important}.health-page>.home-composer .home-composer__tools span{font-size:9px!important}.health-page>.home-composer .home-composer__send{width:43px!important;height:43px!important;right:9px!important;bottom:12px!important}.axis-sections-menu{display:none}.axis-sections-menu:popover-open{display:block}.axis-sections-menu.is-open{display:block}.home-shell--health .home-mobile-nav{grid-template-columns:1fr 1fr 1.1fr 1fr 1fr}.home-shell--health .home-mobile-nav button:last-child{color:#b49cff}.home-shell--health .home-mobile-nav button:last-child svg{filter:drop-shadow(0 0 7px #7c5cff)} }

/* Axis Icon System v0.6.26 -------------------------------------------------
   Functional icons use one 24px outline grid, 1.8px rounded strokes and
   consistent optical sizes. Brand marks, charts and decorative waves keep
   their own drawing rules. */
:root{
  --axis-icon-stroke:1.8px;
  --axis-icon-sm:16px;
  --axis-icon-md:18px;
  --axis-icon-lg:20px;
  --axis-icon-nav:20px;
}
.home-shell svg[viewBox="0 0 24 24"]{
  stroke-width:var(--axis-icon-stroke)!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  shape-rendering:geometricPrecision;
}
.home-shell svg[viewBox="0 0 24 24"] :is(path,line,polyline,polygon,circle,rect,ellipse){
  stroke-width:var(--axis-icon-stroke)!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
/* Navigation icons: same grid and visual weight everywhere. */
.home-sidebar__nav .home-nav-item svg[viewBox="0 0 24 24"],
.home-sidebar__bottom button svg[viewBox="0 0 24 24"]{
  width:var(--axis-icon-nav)!important;
  height:var(--axis-icon-nav)!important;
  flex:0 0 var(--axis-icon-nav);
}
.home-mobile-nav button:not(.home-mobile-nav__plus) svg[viewBox="0 0 24 24"]{
  width:21px!important;
  height:21px!important;
}
.home-mobile-nav__plus svg[viewBox="0 0 24 24"]{
  width:28px!important;
  height:28px!important;
}
.axis-sections-menu svg[viewBox="0 0 24 24"]{
  width:21px!important;
  height:21px!important;
}
/* Card and metric icons share the same optical size and rounded badge DNA. */
:is(
  .home-metric-icon,
  .home-stat-card__icon,
  .lucy-priority-card__icon,
  .lucy-extract-card__icon,
  .money-summary-card__cash-icon,
  .money-account-row__icon,
  .money-transaction-row__icon,
  .tasks-summary-card__icon,
  .tasks-row-icon,
  .health-summary-card__icon
){
  isolation:isolate;
  border-style:solid!important;
  border-width:1px!important;
  border-color:color-mix(in srgb,currentColor 25%,transparent)!important;
  background:color-mix(in srgb,currentColor 11%,#111c31 89%)!important;
  box-shadow:inset 0 1px 0 #ffffff0a,0 0 14px color-mix(in srgb,currentColor 10%,transparent)!important;
}
:is(
  .home-metric-icon,
  .home-stat-card__icon,
  .lucy-priority-card__icon,
  .lucy-extract-card__icon,
  .money-summary-card__cash-icon,
  .money-account-row__icon,
  .money-transaction-row__icon,
  .tasks-summary-card__icon,
  .tasks-row-icon,
  .health-summary-card__icon
) svg[viewBox="0 0 24 24"]{
  width:var(--axis-icon-md)!important;
  height:var(--axis-icon-md)!important;
}
/* Small inline/status icons. */
:is(
  .home-task-card,
  .lucy-page,
  .money-page,
  .tasks-page,
  .health-page
) :is(time,small,p,article,header,button,span) > svg[viewBox="0 0 24 24"]{
  flex:none;
}
.health-metric-icon svg[viewBox="0 0 24 24"],
.tasks-completed__check svg[viewBox="0 0 24 24"],
.health-care__list i svg[viewBox="0 0 24 24"]{
  width:var(--axis-icon-sm)!important;
  height:var(--axis-icon-sm)!important;
}
/* Composer actions are identical on all pages. */
.home-composer__tools button svg[viewBox="0 0 24 24"]{
  width:18px!important;
  height:18px!important;
}
.home-composer__send svg[viewBox="0 0 24 24"]{
  width:22px!important;
  height:22px!important;
}
/* Consistent icon interaction language. */
.home-shell button svg[viewBox="0 0 24 24"]{
  transition:color .16s ease,filter .16s ease,transform .16s ease;
}
.home-shell button:hover svg[viewBox="0 0 24 24"]{
  filter:drop-shadow(0 0 6px color-mix(in srgb,currentColor 45%,transparent));
}
.home-shell button:active svg[viewBox="0 0 24 24"]{
  transform:scale(.96);
}
@media(max-width:720px){
  :root{--axis-icon-sm:14px;--axis-icon-md:17px;--axis-icon-lg:19px}
  :is(
    .home-metric-icon,
    .home-stat-card__icon,
    .lucy-priority-card__icon,
    .lucy-extract-card__icon,
    .money-summary-card__cash-icon,
    .money-account-row__icon,
    .money-transaction-row__icon,
    .tasks-summary-card__icon,
    .tasks-row-icon,
    .health-summary-card__icon
  ) svg[viewBox="0 0 24 24"]{
    width:17px!important;
    height:17px!important;
  }
}

/* Axis Icon System v0.6.28 — frameless icons with restored glow ----------
   Keep the approved outline glyphs and remove only visible frames/tiles.
   A soft color-matched halo remains directly behind each glyph. */
:is(
  .home-metric-icon,
  .home-stat-card__icon,
  .lucy-priority-card__icon,
  .lucy-extract-card__icon,
  .money-summary-card__cash-icon,
  .money-account-row__icon,
  .money-transaction-row__icon,
  .tasks-summary-card__icon,
  .tasks-row-icon,
  .health-summary-card__icon
){
  border:0!important;
  border-color:transparent!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
:is(
  .home-metric-icon,
  .home-stat-card__icon,
  .lucy-priority-card__icon,
  .lucy-extract-card__icon,
  .money-summary-card__cash-icon,
  .money-account-row__icon,
  .money-transaction-row__icon,
  .tasks-summary-card__icon,
  .tasks-row-icon,
  .health-summary-card__icon
) svg[viewBox="0 0 24 24"]{
  filter:drop-shadow(0 0 6px color-mix(in srgb,currentColor 62%,transparent))!important;
}
.home-sidebar__nav svg[viewBox="0 0 24 24"],
.home-mobile-nav button:not(.home-mobile-nav__plus) svg[viewBox="0 0 24 24"],
.axis-sections-menu svg[viewBox="0 0 24 24"],
.home-composer__tools svg[viewBox="0 0 24 24"]{
  filter:drop-shadow(0 0 5px color-mix(in srgb,currentColor 42%,transparent));
}


/* Axis Icon System v0.6.29 — complete health-card glow coverage -----------
   Restore the same soft, color-matched glyph halo in the Health page blocks
   that were not covered by the shared icon selectors. No frames are added. */
.health-important__content article > svg[viewBox="0 0 24 24"],
.health-sleep header > div > svg[viewBox="0 0 24 24"],
.health-care header > div > svg[viewBox="0 0 24 24"],
.health-sleep__badge > svg[viewBox="0 0 24 24"]{
  filter:drop-shadow(0 0 6px color-mix(in srgb,currentColor 68%,transparent))!important;
}
.health-care__list i.is-done{
  box-shadow:0 0 10px #54d4a45c!important;
}
.health-care__list i.is-done > svg[viewBox="0 0 24 24"]{
  filter:drop-shadow(0 0 4px #54d4a4a8)!important;
}


/* Axis Health mobile water icon v0.6.30 — restore the actual droplet glyph. */
@media(max-width:720px){
  .health-water__title-icon{color:#55a8ff!important;filter:drop-shadow(0 0 7px #4d9dffb0)!important}
}


/* Axis Health score ring v0.6.31 — continuous blue-to-violet gradient across the completed arc. */
.health-score{
  background:conic-gradient(from 225deg,#4b96ff 0%,#5889ff 18%,#647bff 34%,#706cff 50%,#7d5dff 64%,#8a4fff 76%,#26344f 76% 100%)!important;
}


/* Axis mobile navigation safety v0.6.32 -----------------------------------
   Keep the bottom navigation attached to the viewport and reserve enough
   document space so Health cards and the Lucy composer never sit beneath it. */
@media (max-width:720px){
  .home-mobile-nav{
    position:fixed!important;
    inset:auto 0 0 0!important;
    top:auto!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    transform:none!important;
    translate:none!important;
    z-index:1000!important;
  }
  .home-shell--health{
    padding-bottom:0!important;
  }
  .home-shell--health .health-page{
    padding-bottom:calc(104px + env(safe-area-inset-bottom))!important;
  }
  .home-shell--health .health-page>.home-composer{
    margin-bottom:0!important;
  }
}
