: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 0%,#07101f 52%,#081224 100%);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 100%)}.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 100%)}.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 100%)}}.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 100%)}}.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 100%)}}@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)}}.home-hero__portrait img{filter:saturate(.96)contrast(1.015)brightness(1.01)drop-shadow(0 14px 22px #01040c3d)}@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}}
