@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;--primary:#4f46e5;--primary-dark:#4338ca;--primary-soft:#eef2ff;--cream:#f8f9fc;--line:#e4e8f0;--muted:#697386;--white:#fff;--red:#d14343;--green:#4f46e5;--green-dark:#4338ca}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#f8f9fc 0,#f3f5fa)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #c7d2fe;outline-offset:2px}.loading{height:100vh;display:grid;place-items:center;color:var(--primary)}.spin{animation:spin 1.5s infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbar{height:72px;background:#ffffffd9;border-bottom:1px solid #e8ebf2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;padding:0 clamp(20px,4vw,58px);gap:48px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;border:0;background:none;color:#18213a;font-size:20px;font-weight:800;padding:0}.brand img{width:34px;height:34px;border-radius:10px;box-shadow:0 5px 14px #4f46e535}.topbar nav{display:flex;gap:5px;padding:5px;background:#f2f4f8;border-radius:12px}.topbar nav button{border:0;background:none;color:#6b7486;display:flex;align-items:center;gap:8px;padding:9px 14px;border-radius:9px;font-size:13px;font-weight:600}.topbar nav button.active{color:#3730a3;background:#fff;box-shadow:0 2px 8px #1f293712}.user-menu{margin-left:auto;display:flex;align-items:center;gap:12px;color:#7a8394;font-size:12px}.icon-btn{border:0;background:transparent;border-radius:9px;padding:8px;color:#7b8495;display:grid;place-items:center;transition:.18s}.icon-btn:hover{background:#eef0f5;color:#252d3d}.icon-btn.danger:hover{background:#fff0ef;color:var(--red)}.tasks-page,.settings-page{max-width:1240px;margin:auto;padding:24px clamp(20px,4vw,54px) 90px}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.eyebrow{font-size:10px;letter-spacing:.18em;color:#6366f1;font-weight:800;margin:0 0 10px}.page-heading h1{font-size:clamp(31px,4vw,44px);line-height:1.12;letter-spacing:-.045em;margin:0 0 10px;color:#151d2f;font-weight:800}.page-heading h1 span{font-size:.78em}.page-heading p{margin:0;color:var(--muted);font-size:14px}.primary,.secondary{border:0;border-radius:11px;padding:11px 17px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s}.primary{background:linear-gradient(135deg,#5b52e8,#4338ca);color:#fff;box-shadow:0 7px 18px #4f46e52c}.primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #4f46e542}.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.secondary{background:#edf0f5;color:#495267}.wide{width:100%;padding:14px}.new-task{height:43px;padding:0 16px;white-space:nowrap}.toolbar{display:flex;gap:10px;margin-bottom:16px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 25px #24345a09}.search{height:43px;flex:1;max-width:none;border:0;background:#f7f8fb;border-radius:9px;display:flex;align-items:center;padding:0 12px;color:#9aa2b1}.search input{border:0;outline:0;flex:1;padding:0 10px;background:transparent;color:#252d3d}.search button{border:0;background:none;color:inherit;display:grid}.filter-button{height:43px;border:0;background:#f0f1ff;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 14px;color:#5148c9;font-weight:700}.filter-button b{background:var(--primary);color:#fff;border-radius:10px;padding:1px 6px;font-size:10px}.filter-panel{display:flex;gap:10px;flex-wrap:wrap;padding:15px;background:#fff;border:1px solid var(--line);border-radius:13px;margin-bottom:22px;box-shadow:0 10px 30px #26324b0c}.filter-panel select{border:1px solid var(--line);border-radius:9px;padding:9px 11px;background:#fafbfc;color:#495267}.text-button{border:0;background:none;color:var(--primary);font-weight:700}.groups{display:grid;gap:26px;margin-top:20px}.task-group{border-radius:15px;transition:.15s}.task-group.drop-over{background:#e9eaff;padding:12px;margin:-12px}.task-group>header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.task-group>header h2{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#596276;margin:0;font-weight:800}.task-group>header span{font-size:10px;background:#e7eaf0;border-radius:20px;padding:3px 7px;color:#727c8e;font-weight:700}.task-list{display:grid;gap:9px;min-height:10px}.empty-drop{display:none;border:1px dashed #aeb7ca;border-radius:12px;padding:18px;text-align:center;color:#7b8495}.drop-over .empty-drop{display:block}.task-card{background:#fff;border:1px solid #e5e8ef;border-radius:13px;min-height:78px;display:flex;align-items:center;padding:13px 10px 13px 15px;box-shadow:0 4px 16px #22315608;transition:transform .18s,box-shadow .18s,border-color .18s}.task-card:hover{transform:translateY(-1px);border-color:#d6dbe7;box-shadow:0 10px 25px #22315610}.task-card.priority-alta{border-left:3px solid #ef6a62;background:linear-gradient(90deg,#fff8f7,#fff 12%)}.task-card.priority-baixa{border-left:3px solid #9bb7a4}.task-card.dragging{opacity:.45;z-index:30}.task-card.done{opacity:.58}.task-card.done h3{text-decoration:line-through}.complete-btn{width:29px;height:29px;border:1.5px solid #d3d8e2;background:#fff;border-radius:50%;padding:0;display:grid;place-items:center;color:var(--primary);flex:none}.complete-btn:hover{border-color:#818cf8;background:#f2f3ff}.done .complete-btn{background:var(--primary);border-color:var(--primary);color:#fff}.task-content{min-width:0;flex:1;padding:0 14px}.task-title-row{display:flex;align-items:center;gap:9px}.task-title-row h3{font-size:14px;margin:0 0 7px;font-weight:700;overflow:hidden;text-overflow:ellipsis;color:#222a3d}.task-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:11px;color:#838b9a}.project-dot,.category i{width:7px;height:7px;border-radius:50%;display:inline-block}.category,.date{display:inline-flex;align-items:center;gap:5px}.status{background:#f1f3f7;border-radius:6px;padding:3px 7px;color:#626c7e}.priority-pill{font-size:9px;text-transform:uppercase;font-weight:800;padding:3px 7px;border-radius:5px;letter-spacing:.05em}.priority-pill.alta{background:#ffebe9;color:#c24840}.card-actions{display:flex;align-items:center}.drag-handle{cursor:grab}.onboarding{background:#fff;border:1px dashed #bfc7d7;border-radius:16px;padding:48px;text-align:center;color:var(--muted);margin:32px 0}.onboarding h2{color:#273047;margin-bottom:5px}.onboarding .primary{margin-top:15px}.modal-backdrop{position:fixed;inset:0;background:#101728a8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;padding:20px;z-index:50}.modal{width:min(650px,100%);max-height:92vh;overflow:auto;background:#fafbfe;border:1px solid #ffffff80;border-radius:18px;box-shadow:0 30px 90px #10172870}.modal>header{display:flex;justify-content:space-between;align-items:center;padding:24px 26px 12px}.modal h2{font-size:25px;letter-spacing:-.03em;margin:0;color:#20283a}.form-grid{padding:15px 26px 26px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#566074}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid #dfe3eb;border-radius:10px;background:#fff;padding:11px;color:#262e41}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:#818cf8}.form-grid textarea{resize:vertical}.span-2{grid-column:span 2}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.toast{position:fixed;right:25px;bottom:25px;background:#252e43;color:#fff;border-radius:11px;padding:13px 17px;display:flex;gap:9px;align-items:center;box-shadow:0 14px 35px #18203544;z-index:80}.toast.error{background:#a93f3a}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(400px,.92fr);background:#f7f8fc}.login-showcase{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:clamp(38px,5vw,72px);color:#fff;background:radial-gradient(circle at 88% 15%,#8b83ff 0,transparent 32%),radial-gradient(circle at 8% 88%,#30269c 0,transparent 40%),linear-gradient(145deg,#4f46e5,#3730a3)}.login-showcase:before,.login-showcase:after{content:"";position:absolute;border:1px solid #ffffff1c;border-radius:50%}.login-showcase:before{width:470px;height:470px;right:-190px;top:-150px}.login-showcase:after{width:620px;height:620px;left:-320px;bottom:-390px}.showcase-brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:800;position:relative;z-index:1}.showcase-brand img{width:38px;height:38px;border-radius:11px;box-shadow:0 8px 20px #211a7455}.showcase-copy{margin:auto 0;max-width:620px;position:relative;z-index:1}.showcase-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #ffffff3a;background:#ffffff14;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em}.showcase-copy h2{font-size:clamp(45px,5.2vw,76px);line-height:1.02;letter-spacing:-.06em;margin:23px 0 21px;font-weight:800}.showcase-copy p{max-width:530px;margin:0;color:#dedcff;font-size:clamp(15px,1.4vw,18px);line-height:1.7}.showcase-preview{position:relative;z-index:1;width:min(500px,90%);padding:14px;border:1px solid #ffffff26;background:#ffffff14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;box-shadow:0 22px 60px #1c145b45}.preview-header{display:flex;align-items:center;gap:8px;padding:2px 3px 12px;font-size:12px;font-weight:700}.preview-header b{margin-left:auto;color:#c9c6ff;font-size:10px}.preview-task{display:flex;align-items:center;gap:11px;padding:12px;background:#fff;border-radius:11px;color:#252c40;box-shadow:0 6px 18px #16104c28}.preview-task+.preview-task{margin-top:7px}.preview-task>i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#4f46e5;color:#fff}.preview-task.soft{opacity:.72}.preview-task.soft>i{background:#fff;border:1.5px solid #d7dbe5}.preview-task div{display:grid;gap:2px}.preview-task strong{font-size:11px}.preview-task small{font-size:9px;color:#8991a1}.preview-task>span{margin-left:auto;font-size:8px;font-weight:800;text-transform:uppercase;color:#c64e47;background:#ffebe9;padding:4px 6px;border-radius:5px}.login-panel{display:grid;place-items:center;padding:40px;background:radial-gradient(circle at 100% 0,#ecebff 0,transparent 35%),#f8f9fc}.login-card{width:min(420px,100%);text-align:left}.mobile-brand{display:none}.login-card h1{font-size:39px;line-height:1.1;letter-spacing:-.045em;margin:0;color:#192136;font-weight:800}.login-intro{color:var(--muted);line-height:1.6;margin:12px 0 30px;font-size:14px}.login-card form{display:grid;gap:18px}.login-card label{font-size:12px;font-weight:700;display:grid;gap:8px;color:#475167}.login-card input{border:1px solid #dfe3eb;border-radius:11px;padding:13px 14px;background:#fff;color:#20283a;box-shadow:0 2px 8px #27324b07}.login-card input:focus{border-color:#818cf8}.secure-note{display:flex;justify-content:center;gap:6px;color:#9aa1ae;font-size:10px;margin:22px 0 0}.form-error{font-size:12px;color:var(--red);margin:0}.notice{padding:10px;border-radius:8px;font-size:12px;margin-bottom:15px}.notice.error{background:#fff0ef;color:#a53e38}.settings-page{max-width:1100px}.settings-section{margin-top:42px}.settings-section>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.settings-section h2{font-size:23px;letter-spacing:-.03em;margin:0}.settings-section header p{margin:4px 0 0;color:var(--muted);font-size:12px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.setting-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;display:grid;grid-template-columns:8px 1fr auto;gap:14px;align-items:start;box-shadow:0 4px 16px #22315608}.setting-card.inactive{opacity:.58}.color-block{width:8px;height:44px;border-radius:6px}.setting-card h3{margin:0 0 4px;font-size:14px}.setting-card p{margin:0 0 9px;color:var(--muted);font-size:11px}.state-badge{font-size:9px;text-transform:uppercase;background:#f0f2f6;padding:4px 7px;border-radius:5px;font-weight:800;color:#657084}@media(max-width:850px){.login-shell{grid-template-columns:1fr}.login-showcase{display:none}.login-panel{min-height:100vh;padding:28px}.mobile-brand{display:flex;align-items:center;gap:9px;margin-bottom:55px;font-size:18px;font-weight:800;color:#20283a}.mobile-brand img{width:36px;height:36px;border-radius:10px}}@media(max-width:700px){.topbar{height:64px;padding:0 14px;gap:10px}.brand img{width:31px;height:31px}.brand span,.user-menu span,.topbar nav button{font-size:0}.topbar nav{margin-left:auto}.topbar nav button{padding:9px 11px}.topbar nav svg{width:19px;height:19px}.user-menu{margin-left:0}.tasks-page,.settings-page{padding:30px 14px 80px}.page-heading{align-items:flex-start}.page-heading h1{font-size:31px}.quick-stats{gap:6px;flex-wrap:wrap}.quick-stats span{padding:7px 9px}.new-task{position:fixed;right:18px;bottom:18px;z-index:25;border-radius:50%;width:56px;height:56px;padding:0;font-size:0}.toolbar{align-items:stretch}.filter-button{font-size:0;padding:0 13px}.filter-button b{font-size:10px}.filter-panel{display:grid;grid-template-columns:1fr 1fr}.filter-panel select{min-width:0}.task-card{align-items:flex-start;padding-top:14px}.task-meta{gap:5px}.separator{display:none}.card-actions{flex-direction:column}.drag-handle{touch-action:none}.settings-grid{grid-template-columns:1fr}.settings-section>header{align-items:center}.settings-section>header .primary{font-size:12px;padding:10px}.form-grid{grid-template-columns:1fr;padding:12px 18px 20px}.span-2{grid-column:span 1}.modal>header{padding:20px 18px 8px}.login-card h1{font-size:34px}.mobile-brand{margin-bottom:45px}}.settings-page{padding-top:52px}@media(max-width:700px){.settings-page{padding-top:30px}}.choice-field{border:0;margin:0;padding:0;min-width:0}.choice-field legend{font-size:12px;font-weight:700;color:#566074;margin-bottom:8px}.choice-field legend small,.description-last small{font-weight:500;color:#9299a8;margin-left:5px}.choice-grid{display:flex;flex-wrap:wrap;gap:8px}.choice-card{position:relative;min-width:125px;display:flex;align-items:center;gap:8px;padding:10px 11px;border:1px solid #dfe3eb;border-radius:10px;background:#fff;color:#515b70;font-size:12px;font-weight:700;cursor:pointer;transition:.16s}.choice-card:hover{border-color:#b9c0ef;background:#fafaff}.choice-card.selected{border-color:#818cf8;background:#f0f1ff;color:#3730a3;box-shadow:0 0 0 1px #818cf82b}.choice-card input,.segment input,.completion-choice>input{position:absolute;opacity:0;pointer-events:none}.choice-card i{width:9px;height:9px;border-radius:50%;flex:none}.choice-card span{flex:1}.choice-card svg{color:#5b52df}.category-choices .choice-card{min-width:110px}.empty-choices{font-size:12px;color:#9299a8;margin:4px 0}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.segment{position:relative;min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px;border:1px solid #dfe3eb;border-radius:10px;background:#fff;color:#6c7484;font-size:11px;font-weight:700;cursor:pointer;transition:.16s}.segment:hover{border-color:#b9c0ef}.segment.selected{border-color:#818cf8;background:#f0f1ff;color:#4338ca;box-shadow:0 0 0 1px #818cf828}.priority-baixa.selected{border-color:#8eb89b;background:#f0f8f2;color:#447652}.priority-alta.selected{border-color:#ee8e86;background:#fff1f0;color:#bd4942}.status-choices{grid-template-columns:1fr 1fr}.completion-choice{position:relative;display:flex;align-items:center;gap:10px;min-height:43px;padding:8px 11px;border:1px solid #dfe3eb;border-radius:10px;background:#fff;cursor:pointer}.completion-choice.selected{border-color:#79b68b;background:#f1f9f3}.completion-circle{width:23px;height:23px;border:1.5px solid #bcc4d1;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800;flex:none}.completion-choice.selected .completion-circle{background:#4c9a63;border-color:#4c9a63}.completion-choice>span:last-child{display:grid;gap:1px}.completion-choice b{font-size:11px;color:#4f586b}.completion-choice small{font-size:9px;color:#9098a7}.description-last{margin-top:5px}.description-last textarea{background:#fbfcfd}.project-choices,.category-choices{max-height:114px;overflow:auto;padding:1px}@media(max-width:700px){.choice-card{min-width:calc(50% - 4px)}.segmented{gap:5px}.segment{padding:8px 5px}.segment span{display:none}.priority-field,.completion-field{grid-column:span 1}}.form-grid .choice-card{display:flex;min-width:0;align-items:center;gap:7px;padding:7px 10px;border-radius:9px;line-height:1.15}.form-grid .choice-card span{flex:0 1 auto;white-space:nowrap}.form-grid .choice-card svg{width:14px;height:14px;margin-left:2px}.choice-grid{gap:6px}.choice-card i{width:8px;height:8px}.project-choices,.category-choices{max-height:82px}.form-grid .segment{display:flex;min-height:36px;padding:6px 8px;gap:5px;border-radius:9px}.form-grid .segment svg{width:15px;height:15px}.segmented{gap:6px}.form-grid .completion-choice{display:flex;min-height:36px;padding:6px 9px}.completion-circle{width:20px;height:20px}@media(max-width:700px){.form-grid .choice-card{min-width:0}.form-grid .segment span{display:inline}}.groups{gap:18px}.task-list{gap:6px;min-height:4px}.task-card{min-height:58px;padding:7px 8px 7px 11px;border-left:3px solid var(--project-color);background:linear-gradient(90deg,color-mix(in srgb,var(--project-color) 9%,#fff) 0,#fff 23%);box-shadow:0 2px 10px #22315607}.task-card:hover{box-shadow:0 7px 18px #2231560e}.task-card.priority-alta{border-left-color:var(--project-color);background:linear-gradient(90deg,color-mix(in srgb,var(--project-color) 11%,#fff) 0,#fff 23%)}.complete-btn{width:25px;height:25px}.task-content{padding:0 10px}.task-title-row h3{font-size:13px;margin-bottom:4px}.task-meta{font-size:10px;gap:5px}.status{padding:2px 6px}.card-actions .icon-btn{padding:6px}.card-actions svg{width:15px;height:15px}.task-group>header{margin-bottom:7px}.filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:11px;padding:12px}.filter-panel fieldset{border:0;padding:0;margin:0;min-width:0}.filter-panel legend{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#7b8495;margin-bottom:6px}.filter-options{display:flex;flex-wrap:wrap;gap:5px}.filter-options label{position:relative;display:flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #e0e4ec;border-radius:8px;background:#fafbfc;color:#667084;font-size:10px;font-weight:700;cursor:pointer;line-height:1}.filter-options label:hover{border-color:#bfc5ed}.filter-options label.selected{border-color:#8b93f6;background:#f0f1ff;color:#4338ca}.filter-options input{position:absolute;opacity:0;pointer-events:none}.filter-options i{width:7px;height:7px;border-radius:50%}.clear-filters{align-self:end;justify-self:end;font-size:10px;padding:6px}@media(max-width:700px){.filter-panel{grid-template-columns:1fr 1fr}.task-card{min-height:56px;padding:7px}.task-content{padding:0 7px}.card-actions .icon-btn{padding:5px}.drag-handle{display:none}}.signout-button{min-width:36px;min-height:36px}.signout-button:disabled{opacity:.45;cursor:wait}@media(max-width:700px){.topbar{padding-left:18px;padding-right:14px}.tasks-page{padding-top:18px}.toolbar{padding:5px;gap:6px}.search{min-width:0}.search input{min-width:0;font-size:12px}.filter-button{padding:0 11px}.task-card{align-items:center}.task-content{min-width:0}.task-title-row h3{white-space:nowrap}.task-meta{flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.card-actions{flex-direction:row;flex:none}.card-actions .icon-btn{padding:5px}.drag-handle{display:grid;touch-action:none}.groups{gap:15px}.task-group>header{margin-bottom:6px}.modal-backdrop{padding:8px}.modal{max-height:calc(100dvh - 16px);border-radius:14px}.modal>header{position:sticky;top:0;background:#fafbfe;z-index:2}.filter-panel{max-height:55dvh;overflow:auto}}.task-counters{display:flex;align-items:center;gap:5px;margin-left:-28px}.task-counters span{display:flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid #e5e8ef;border-radius:8px;background:#fafbfc;color:#626c7e;font-size:10px}.task-counters i{width:6px;height:6px;border-radius:50%;background:#a0a8b7}.task-counters .progress i{background:#5b7cfa}.task-counters .finished i{background:#55a36b}.task-counters b{font-size:11px;color:#30394d}.task-counters em{font-style:normal}.collapse-group{border:0;background:#eef0f5;color:#6e7788;width:25px;height:25px;border-radius:7px;display:grid;place-items:center;padding:0;margin-left:2px}.collapse-group svg{transition:transform .18s}.task-group.collapsed .collapse-group svg{transform:rotate(-90deg)}.task-group.collapsed>header{margin-bottom:0}.task-group.collapsed{padding:2px 0}@media(max-width:900px){.task-counters{margin-left:-36px}.task-counters em{display:none}.task-counters span{padding:5px 6px}}@media(max-width:700px){.topbar{gap:8px}.task-counters{margin-left:0;gap:3px}.task-counters span{border:0;background:#f1f3f8;padding:4px 5px}.task-counters i{width:5px;height:5px}.task-counters b{font-size:10px}.task-group.collapsed{padding:1px 0}}
