@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap";:root{--primary-green:#009763;--deep-green:#376153;--charcoal:#3e3e3e;--bright-green:#00ffa7;--dark-bg:#1c2e28;--green-04:#04ad73;--green-16:#167f3d;--green-17:#176735;--gray-51:#515151;--gray-79:#797979;--gray-c0:silver;--white:#fff;--ink:var(--charcoal);--ink-soft:var(--gray-51);--paper:var(--white);--paper-strong:var(--white);--moss:var(--primary-green);--moss-deep:var(--deep-green);--leaf:var(--green-04);--stop:var(--dark-bg);--stop-soft:#e8eeec;--line:#3e3e3e24;--shadow:0 10px 28px #1c2e2814;--radius:18px;--font-display:"Urbanist", sans-serif;--font-body:"Urbanist", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0}button,input,select{font:inherit}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.brand{font-family:var(--font-display);letter-spacing:-.04em;color:var(--primary-green);margin:0;font-size:clamp(2rem,6vw,3.2rem);font-weight:800;line-height:.95}.login{background:var(--paper);place-items:center;min-height:100dvh;padding:2rem 1.25rem;display:grid;position:relative}.login__panel{width:min(440px,100%);animation:.7s both rise}.login__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--charcoal);margin:.85rem 0 .5rem;font-size:clamp(1.35rem,4vw,1.75rem);font-weight:700}.login__lead{color:var(--gray-51);margin:0 0 1.75rem;font-size:1.05rem;line-height:1.45}.login__form{gap:.55rem;display:grid}.login__label{color:var(--deep-green);font-size:.85rem;font-weight:600}.login__input{border:1px solid var(--line);background:var(--white);width:100%;color:var(--charcoal);border-radius:12px;outline:none;padding:.9rem 1rem;transition:border-color .2s,box-shadow .2s}.login__input:focus{border-color:var(--primary-green);box-shadow:0 0 0 3px #00976333}.login__submit{background:var(--primary-green);color:var(--white);cursor:pointer;border:0;border-radius:999px;margin-top:.35rem;padding:.95rem 1.25rem;font-weight:700;transition:transform .2s,background .2s}.login__submit:hover:not(:disabled){background:var(--green-04);transform:translateY(-1px)}.login__submit:disabled{opacity:.55;cursor:not-allowed}.login__error,.banner--error{background:var(--stop-soft);color:var(--deep-green);border-radius:12px;margin:1rem 0 0;padding:.75rem 1rem;font-size:.95rem}.login__steps{color:var(--gray-51);margin:1.75rem 0 0;padding-left:1.15rem;font-size:.9rem;line-height:1.55}.app{background:var(--paper);min-height:100dvh;position:relative}.topbar{background:var(--dark-bg);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.25rem 1rem;animation:.5s both fade-in;display:flex}.topbar .brand{color:var(--bright-green);font-size:clamp(1.6rem,4vw,2.1rem)}.topbar__brand-row{align-items:baseline;gap:.55rem;display:flex}.topbar__width{color:var(--gray-c0);letter-spacing:.02em;opacity:.85;font-size:.75rem;font-weight:500}.topbar__user{color:var(--gray-c0);margin:.2rem 0 0;font-size:.95rem}.topbar__actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.team-select select,.ghost-btn{color:var(--white);cursor:pointer;background:0 0;border:1px solid #c0c0c059;border-radius:999px;padding:.55rem .95rem}.team-select select{background:var(--dark-bg);color:var(--white)}.ghost-btn:hover:not(:disabled){border-color:var(--bright-green);color:var(--bright-green)}.ghost-btn--active{background:var(--primary-green);border-color:var(--primary-green);color:var(--white);font-weight:600}.ghost-btn:disabled{opacity:.5;cursor:not-allowed}.content{width:100%;margin:0;padding:.5rem 1.25rem 3rem}.content__intro{margin-bottom:1.5rem;animation:.55s both rise}.content__heading{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,4vw,2rem)}.content__sub{color:var(--gray-51);max-width:36ch;margin:.4rem 0 0}.status-filter{gap:1.15rem;margin-bottom:1.5rem;animation:.5s both rise;display:grid}.status-filter__section{gap:.55rem;display:grid}.status-filter__header{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.status-filter__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--deep-green);margin:0;font-size:.95rem}.status-filter__hint{color:var(--gray-79);margin:0;font-size:.82rem;line-height:1.35}.status-filter__actions{gap:.75rem;display:flex}.link-btn{color:var(--primary-green);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:.85rem;font-weight:600;text-decoration:underline}.link-btn:hover{color:var(--deep-green)}.status-filter__chips{flex-wrap:wrap;gap:.45rem;display:flex}.status-chip{border:1px solid var(--line);background:var(--white);color:var(--gray-51);text-transform:capitalize;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.status-chip input{opacity:0;pointer-events:none;position:absolute}.status-chip__dot{border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem}.status-chip--on{color:var(--charcoal);border-color:#00976373;box-shadow:0 4px 14px #1c2e2814}.status-chip:not(.status-chip--on){opacity:.55}.status-chip:not(.status-chip--on) .status-chip__dot{opacity:.45}.empty{color:var(--gray-51);padding:2rem 0}.projects{gap:2rem;display:grid}.project__header{align-items:baseline;gap:.65rem;margin-bottom:.85rem;display:flex}.project__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--deep-green);margin:0;font-size:1.2rem}.project__count{color:var(--gray-79);font-size:.85rem}.project__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.project__item{animation:.45s both rise}.project__item article,.project__item article>div{height:100%}.task-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:1fr auto;align-items:center;gap:.85rem;padding:1rem 1rem 1rem 1.15rem;transition:border-color .25s,transform .25s;display:grid}.task-card:hover{transform:translateY(-1px)}.task-card--running{border-color:var(--primary-green);box-shadow:0 0 0 3px #0097631f, var(--shadow)}.task-card__title{color:var(--charcoal);margin:0;font-size:1.05rem;font-weight:700;line-height:1.25}.task-card__link{color:inherit;text-decoration:none}.task-card__link:hover{color:var(--primary-green);text-underline-offset:2px;text-decoration:underline}.task-card__parent{color:var(--primary-green);margin:.25rem 0 0;font-size:.82rem;font-weight:600;line-height:1.3}.task-card__desc{color:var(--gray-51);margin:.35rem 0 .45rem;font-size:.92rem;line-height:1.4}.task-card__status{text-transform:capitalize;opacity:.9;font-size:.78rem;font-weight:600;display:inline-block}.timer-btn{cursor:pointer;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:64px;height:64px;transition:transform .2s,background .2s,box-shadow .2s;display:grid}.timer-btn svg{fill:currentColor;width:26px;height:26px}.timer-btn--play{background:var(--primary-green);color:var(--white);box-shadow:0 10px 24px #00976347}.timer-btn--play:hover:not(:disabled){background:var(--green-04);transform:scale(1.05)}.timer-btn--stop{background:var(--dark-bg);color:var(--bright-green);animation:1.8s ease-in-out infinite pulse;box-shadow:0 10px 24px #1c2e2859}.timer-btn--stop:hover:not(:disabled){transform:scale(1.05)}.timer-btn:disabled{opacity:.6;cursor:wait}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{box-shadow:0 10px 24px #1c2e2859}50%{box-shadow:0 10px 28px #1c2e2880,0 0 0 6px #00ffa729}}@media (width<=900px){.project__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.timer-btn{width:56px;height:56px}.topbar{flex-direction:column}.topbar__actions{width:100%}.project__list{grid-template-columns:1fr}}
