@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--page-bg: #fdffff;--surface: #ffffff;--surface-subtle: #f5f7fb;--border: #e1e8f0;--text: #0f172a;--muted: #64748b;--accent: #2563eb;--accent-soft: #22d3ee;font-family:Inter,-apple-system,system-ui,Segoe UI,sans-serif;background-color:var(--page-bg);color:var(--text)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--page-bg);color:var(--text)}body.login-page{height:100dvh;overflow-x:hidden;overscroll-behavior-x:none;overscroll-behavior-y:auto}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#fafafa}.sidebar{position:sticky;top:0;height:100vh;padding:28px 24px;background:#fff;display:flex;flex-direction:column;gap:22px}.brand{display:flex;align-items:center;gap:12px}.brandMark{width:24px;height:24px;border-radius:14px;display:grid;place-items:center;font-weight:700;letter-spacing:.8px;overflow:hidden}.brandMark img{width:100%;height:100%;object-fit:contain}.brandMeta{display:grid;gap:2px}.brandTitle{font-weight:500;font-size:28px}.brandSub{color:#94a3b8;font-size:13px}.nav{display:grid;gap:6px}.navItem{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#cbd5e1;border:1px solid transparent;background:#94a3b80f;transition:all .18s ease}.navItem:hover{border-color:#e2e8f040;background:#94a3b81f}.navItem.active{color:#f8fafc;background:#2563eb2e;border-color:#2563eb8c;box-shadow:0 8px 28px #2563eb40}.navDot{width:9px;height:9px;border-radius:999px;background:linear-gradient(135deg,var(--accent-soft),#7dd3fc);box-shadow:0 0 0 6px #22d3ee26}.sidebarFooter{margin-top:auto}.page{padding:32px 40px}.container{margin:0}.card{background:var(--surface);border-radius:18px;padding:18px;box-shadow:0 12px 48px #0f172a14;border:1px solid var(--border);display:grid;gap:12px}.muted{color:var(--muted)}.error{color:#b91c1c;margin:0 0 8px}.topbar{background:var(--surface);border-radius:18px;padding-left:18px;box-shadow:0 12px 48px #0f172a14;border:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px}.h1{margin:0;font-size:20px;letter-spacing:-.2px}.pageTitle{margin:20px 0;font-weight:500}.cardTitle{margin:0;font-size:18px;font-weight:400;display:flex;align-items:center;gap:8px}.stack{display:grid;gap:16px}.list{display:grid;gap:10px}.row,.taskRow{display:flex;gap:12px;align-items:center;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:12px 14px;transition:box-shadow .16s ease,transform .16s ease}.row:hover,.taskRow:hover{box-shadow:0 10px 30px #0f172a0f;transform:translateY(-1px)}.rowMain,.taskMain{flex:1;display:grid;gap:6px;color:inherit;text-decoration:none}.rowTitle,.taskTitle{font-weight:650}.rowSub,.taskMeta{color:var(--muted);display:flex;gap:10px;align-items:center;flex-wrap:wrap}.chev{color:var(--muted);font-weight:700}.pill{font-size:12px;padding:4px 9px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle)}button{font-size:16px;padding:12px 14px;border-radius:12px;border:1px solid #000;cursor:pointer;transition:transform .12s ease,box-shadow .16s ease,opacity .16s ease}button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}button.ghost{background:transparent;color:#e2e8f0;border:1px solid rgba(226,232,240,.2);box-shadow:none}button.link{background:transparent;color:var(--text);padding:0;text-decoration:underline;box-shadow:none}button.small{font-size:14px;padding:10px 12px}.fullWidth{width:100%}label{font-weight:600;color:var(--text)}input:not(.MuiInputBase-input){font-size:16px;padding:12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-subtle);transition:border-color .12s ease,box-shadow .12s ease}input:not(.MuiInputBase-input):focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 3px #2563eb1f}.form{display:grid;gap:10px}.taskRow{align-items:stretch;padding:0;overflow:hidden}.taskMain{padding:12px}.row.subtle{opacity:.78}.task-open{border-left:6px solid var(--accent)}.task-in_progress{border-left:6px solid #0ea5e9}.task-resolved{border-left:6px solid #cbd5e1}.taskCard{display:grid;gap:12px}.taskHeader{display:flex;justify-content:space-between;gap:12px}.taskTitleLarge{font-size:20px;font-weight:700}.desc{margin:0;color:#1f2937;line-height:1.38}.actions{display:flex;gap:10px;flex-wrap:wrap}.smallText{font-size:12px}.comments{display:grid;gap:10px}.comment{border:1px solid var(--border);border-radius:14px;padding:10px 12px;background:var(--surface-subtle)}.commentMeta{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted)}.commentAuthor{font-weight:650;color:var(--text)}.commentBody{margin-top:6px;white-space:pre-wrap}.photoWrap{margin-top:8px;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface-subtle)}.photo{display:block;width:100%;height:auto}.photoActions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.fileBtn{display:inline-block;padding:12px 14px;border-radius:12px;background:#0f172a;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.login-bg{height:100dvh;min-height:100svh;background-color:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:center;position:relative;overflow-x:hidden;padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left)}.login-bg:before{content:"";position:absolute;inset:0;background-image:var(--login-bg);background-size:cover;background-position:center top;background-repeat:no-repeat;filter:opacity(.25) blur(25px);transform:translateZ(0);z-index:0;pointer-events:none}.login-bg>.container{position:relative;z-index:1;background:#fff9;backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%);border-radius:24px;padding:48px 40px;box-shadow:0 12px 30px #0f172a1f,inset 0 1px #fff9;border:1px solid rgba(255,255,255,.35);color:#0f172a;text-align:center;width:min(560px,90vw);margin:0 auto}@media(max-width:600px){.login-bg>.container{padding:24px 18px;border-radius:18px;width:min(520px,92vw)}}.login-bg .card{background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 4px 16px #0f172a0f}.login-bg .muted{color:#64748b}.login-bg input{background:#fff;border:1px solid rgba(15,23,42,.12);color:#0f172a}.login-bg input::placeholder{color:#94a3b8}.login-bg button[type=submit]{background:#fffffff2;color:#111;font-weight:600;transition:all .2s;box-shadow:none}.login-bg button[type=submit]:hover{background:#fff;transform:translateY(-1px)}.login-bg button.link{color:#0f172a}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:8px;cursor:pointer;box-shadow:none}.hamburger span{width:24px;height:2px;background:#0f172a;border-radius:2px;transition:all .3s ease}.hamburger:hover span{background:#1e293b}.mobileMenuOverlay{display:none;position:fixed;inset:0;background:#00000080;z-index:100;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobileMenu{position:fixed;right:0;top:60px;width:280px;background:linear-gradient(190deg,#0f172a,#0b1221);color:#e2e8f0;padding:16px;border-radius:12px;margin:8px;border:1px solid rgba(226,232,240,.1);animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.mobileNav{display:grid;gap:6px;margin-bottom:12px}.mobileNavItem{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#cbd5e1;border:1px solid transparent;background:#94a3b80f;transition:all .18s ease;text-decoration:none}.mobileNavItem:hover{border-color:#e2e8f040;background:#94a3b81f}.mobileNavItem.active{color:#f8fafc;background:#2563eb2e;border-color:#2563eb8c;box-shadow:0 8px 28px #2563eb40}.mobileSignOutBtn{color:#e2e8f0!important;border-color:#e2e8f033!important}.mobileSignOutBtn:hover{border-color:#e2e8f0!important;background:#e2e8f014!important;transform:none!important}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;height:auto;flex-direction:row;align-items:center;gap:16px;padding:16px 20px;z-index:10}.brand{flex-shrink:0}.brandTitle{display:block;font-size:18px;font-weight:700}.nav,.sidebarFooter{display:none}.hamburger{display:flex;margin-left:auto}.mobileMenuOverlay{display:block}.page{padding:24px}}.lp *{box-sizing:border-box}.lp{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}.lp-nav{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e1e8f0;padding:0 2rem}.lp-nav__inner{max-width:1100px;margin:0 auto;height:60px;display:flex;align-items:center;justify-content:space-between}.lp-nav__logo{height:28px;display:block}.lp-nav__actions{display:flex;align-items:center;gap:.75rem}.lp-btn{display:inline-flex;align-items:center;gap:.4rem;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:background .15s,color .15s,opacity .15s;text-decoration:none;border:none}.lp-btn--ghost{background:transparent;color:#475569;padding:.45rem .9rem}.lp-btn--ghost:hover{color:#0f172a}.lp-btn--primary{background:#2f3e46;color:#fff;padding:.55rem 1.25rem}.lp-btn--primary:hover{background:#1e2b31}.lp-btn--primary-lg{background:#2f3e46;color:#fff;padding:.85rem 2rem;font-size:1rem;font-weight:600;border-radius:10px}.lp-btn--primary-lg:hover{background:#1e2b31}.lp-btn--outline-lg{background:transparent;color:#2f3e46;padding:.85rem 2rem;font-size:1rem;font-weight:500;border-radius:10px;border:1.5px solid #cbd5e1}.lp-btn--outline-lg:hover{border-color:#2f3e46;color:#0f172a}.lp-section{padding:96px 2rem}.lp-section--alt{background:#f8fafc}.lp-section--dark{background:#2f3e46;color:#fff}.lp-container{max-width:1100px;margin:0 auto}.lp-section__eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#84a98c;margin-bottom:1rem}.lp-section__title{font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:700;line-height:1.2;margin:0 0 1.25rem;letter-spacing:-.02em}.lp-section__subtitle{font-size:1.125rem;color:#475569;line-height:1.7;max-width:600px;margin:0}.lp-section--dark .lp-section__subtitle{color:#94a3b8}.lp-center{text-align:center}.lp-center .lp-section__subtitle{margin:0 auto}.lp-hero{padding:120px 2rem 100px;text-align:center;background:linear-gradient(180deg,#f8fafc,#fff 60%)}.lp-hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:#eef2ff;color:#2f3e46;border:1px solid #c7d2fe;border-radius:999px;font-size:.8rem;font-weight:500;padding:.3rem .85rem;margin-bottom:2rem}.lp-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:#84a98c;flex-shrink:0}.lp-hero__headline{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 auto 1.5rem;max-width:820px;color:#0f172a}.lp-hero__headline em{font-style:normal;color:#84a98c}.lp-hero__sub{font-size:clamp(1rem,2vw,1.2rem);color:#475569;line-height:1.75;max-width:560px;margin:0 auto 2.5rem}.lp-hero__ctas{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem}.lp-hero__disclaimer{font-size:.8rem;color:#94a3b8}.lp-hero__app-preview{max-width:860px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000f,0 10px 40px -4px #0000001a,0 0 0 1px #0000000a}.lp-hero__app-preview img{width:100%;display:block}.lp-hero__app-mockup{max-width:860px;margin:0 auto;background:#f8fafc;border:1px solid #e1e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 6px -1px #0000000f,0 10px 40px -4px #0000001a}.lp-mockup-bar{display:flex;align-items:center;gap:8px;margin-bottom:20px}.lp-mockup-dot{width:10px;height:10px;border-radius:50%}.lp-mockup-rows{display:flex;flex-direction:column;gap:10px}.lp-mockup-row{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e8edf3;border-radius:8px;padding:12px 16px}.lp-mockup-check{width:18px;height:18px;border-radius:50%;flex-shrink:0}.lp-mockup-text{height:12px;border-radius:6px;background:#e1e8f0;flex:1}.lp-mockup-chip{height:22px;width:64px;border-radius:999px;flex-shrink:0}.lp-social{padding:48px 2rem;border-top:1px solid #e1e8f0;border-bottom:1px solid #e1e8f0}.lp-social__label{text-align:center;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:1.5rem}.lp-social__quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.lp-quote-card{background:#f8fafc;border:1px solid #e1e8f0;border-radius:12px;padding:1.25rem 1.5rem}.lp-quote-card__text{font-size:.95rem;color:#334155;line-height:1.65;margin:0 0 1rem}.lp-quote-card__author{display:flex;align-items:center;gap:.6rem}.lp-quote-card__avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.lp-quote-card__name{font-size:.82rem;font-weight:600;color:#1e293b}.lp-quote-card__handle{font-size:.78rem;color:#94a3b8}.lp-problem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.lp-problem-card{background:#fff;border:1px solid #e1e8f0;border-radius:12px;padding:2rem 1.75rem}.lp-problem-card__icon{font-size:1.5rem;margin-bottom:.75rem;display:block}.lp-problem-card__title{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.lp-problem-card__body{font-size:.9rem;color:#64748b;line-height:1.65;margin:0}.lp-solution__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.lp-solution__points{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:1rem}.lp-solution__point{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:#334155;line-height:1.6}.lp-solution__point-icon{width:20px;height:20px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;font-size:.65rem}.lp-solution__visual{background:#f8fafc;border:1px solid #e1e8f0;border-radius:16px;padding:2rem;min-height:280px;display:flex;flex-direction:column;gap:.75rem}.lp-mini-task{background:#fff;border:1px solid #e8edf3;border-radius:8px;padding:.85rem 1rem;display:flex;align-items:center;gap:.75rem}.lp-mini-task__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.lp-mini-task__title{flex:1;font-size:.85rem;color:#1e293b;font-weight:500}.lp-mini-task__status{font-size:.72rem;font-weight:600;border-radius:999px;padding:.2rem .6rem}.lp-mini-task__avatar{width:22px;height:22px;border-radius:50%;font-size:.65rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.lp-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.lp-feature-card{background:#fff;border:1px solid #e1e8f0;border-radius:14px;padding:2rem 1.75rem;transition:box-shadow .2s}.lp-feature-card:hover{box-shadow:0 8px 24px -4px #00000014}.lp-feature-card__icon{width:44px;height:44px;border-radius:10px;background:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.2rem}.lp-feature-card__title{font-size:1.05rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.lp-feature-card__body{font-size:.9rem;color:#64748b;line-height:1.65;margin:0}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;position:relative}.lp-steps:before{content:"";position:absolute;top:26px;left:calc(16% + 1rem);right:calc(16% + 1rem);height:1px;background:linear-gradient(90deg,#84a98c44,#84a98c,#84a98c44)}.lp-step{text-align:center;padding:0 1rem}.lp-step__number{width:52px;height:52px;border-radius:50%;background:#2f3e46;color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;position:relative;z-index:1}.lp-step__title{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.lp-step__body{font-size:.875rem;color:#64748b;line-height:1.65;margin:0}.lp-idealfor__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.lp-idealfor-card{background:#fff;border:1px solid #e1e8f0;border-radius:12px;padding:1.5rem}.lp-idealfor-card__emoji{font-size:1.75rem;display:block;margin-bottom:.75rem}.lp-idealfor-card__title{font-size:.95rem;font-weight:600;color:#0f172a;margin:0 0 .4rem}.lp-idealfor-card__body{font-size:.85rem;color:#64748b;line-height:1.6;margin:0}.lp-cta{padding:100px 2rem;text-align:center;background:linear-gradient(135deg,#2f3e46,#1e2b31);color:#fff}.lp-cta__headline{font-size:clamp(1.9rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 auto 1rem;max-width:600px;color:#fff}.lp-cta__sub{font-size:1.05rem;color:#94a3b8;margin:0 auto 2.5rem;max-width:420px;line-height:1.7}.lp-cta .lp-btn--primary-lg{background:#84a98c;color:#fff}.lp-cta .lp-btn--primary-lg:hover{background:#6d8f75}.lp-cta__footnote{margin-top:1.25rem;font-size:.8rem;color:#64748b}.lp-faq__list{max-width:680px;margin:3rem auto 0;display:flex;flex-direction:column}.lp-faq-item{border-bottom:1px solid #e1e8f0}.lp-faq-item__trigger{width:100%;background:transparent;border:none;cursor:pointer;text-align:left;padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.lp-faq-item__question{font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4}.lp-faq-item__icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#64748b;transition:transform .2s}.lp-faq-item--open .lp-faq-item__icon{transform:rotate(45deg)}.lp-faq-item__answer{font-size:.95rem;color:#475569;line-height:1.75;padding:0 0 1.25rem;margin:0}.lp-footer{padding:2.5rem 2rem;border-top:1px solid #e1e8f0}.lp-footer__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.lp-footer__logo{height:22px}.lp-footer__copy{font-size:.8rem;color:#94a3b8}.lp-footer__links{display:flex;gap:1.5rem}.lp-footer__link{font-size:.82rem;color:#94a3b8;text-decoration:none;transition:color .15s}.lp-footer__link:hover{color:#475569}@media(max-width:900px){.lp-social__quotes,.lp-problem__grid{grid-template-columns:1fr}.lp-solution__layout{grid-template-columns:1fr;gap:2.5rem}.lp-features__grid{grid-template-columns:1fr}.lp-steps{grid-template-columns:1fr;gap:2.5rem}.lp-steps:before{display:none}.lp-step{text-align:left;display:flex;gap:1rem;padding:0}.lp-step__number{margin:0;flex-shrink:0}.lp-step__content{padding-top:.5rem}.lp-idealfor__grid{grid-template-columns:repeat(2,1fr)}.lp-footer__inner{flex-direction:column;text-align:center}}@media(max-width:580px){.lp-section{padding:64px 1.25rem}.lp-hero{padding:72px 1.25rem 60px}.lp-hero__ctas{flex-direction:column;width:100%}.lp-btn--primary-lg,.lp-btn--outline-lg{width:100%;justify-content:center}.lp-idealfor__grid{grid-template-columns:1fr}}
