@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";.neutral{background:#d3ded1}.leaf{background:#41bc28}.danger{background:#c80000}.roots{background:#a3703e}.backColor{background:#c84600}@media (width<=576px){body{margin:0}}.ideaPage{justify-content:start;align-items:start;width:calc(100% - 4rem);height:calc(100vh - 5rem);margin:2rem;display:flex}@media (width<=1023px){.ideaPage{display:none}}.left,.right{z-index:5;flex-direction:column;justify-content:space-between;width:15%;height:calc(100% - 4rem);display:flex;position:fixed;top:2rem}@media (width<=576px){.left,.right{flex-direction:row;width:calc(100% - 2rem);height:20%;top:1rem}}@media (width>=1921px){.left,.right{width:10%}}.mid{flex-direction:column;justify-content:center;align-items:center;width:70%;margin:0 15%;transition:opacity .3s;display:flex}.mid--map-open{opacity:0;pointer-events:none}@media (width<=576px){.mid{width:100%;margin:5% 0}}@media (width>=1921px){.mid{width:80%;margin:0 15%}}.right{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex;right:2rem}@media (width<=576px){.right{width:calc(100% - 3rem);height:10%;top:unset;right:unset;flex-direction:row;justify-content:center;display:none;bottom:1rem}}.top{justify-content:center;align-items:end;width:100%;min-height:25vh;margin-bottom:5rem;display:flex}@media (width<=576px){.top{align-items:start;min-height:19%;margin:5rem 0 2rem}}@media (width>=1921px){.top{margin-bottom:12rem}}.bottom{justify-content:center;align-items:center;width:100%;display:flex}@media (width<=576px){.bottom{scrollbar-width:0;height:60vh;overflow-y:scroll}}.bottom::-webkit-scrollbar{display:none}.rootHolder{grid-template-columns:1fr auto 1fr;align-items:flex-start;gap:2rem;width:80%;display:grid}@media (width<=576px){.rootHolder{flex-direction:column-reverse;align-items:center;gap:1rem;display:flex}.rootSpacer{display:none}}.back{background:#c84600;justify-content:center;align-items:center;gap:.75rem;width:7rem;height:2.8rem;font-size:1.25rem;font-weight:500;display:flex}.back .backImg{transform:scaleX(-1)}@media (width<=576px){.back{justify-self:flex-end}}@media (width>=1921px){.back{width:9rem;height:3.2rem;font-size:1.55rem}}.back.layerZero{opacity:0;pointer-events:none}.ideaSpace{flex-direction:column;align-items:center;gap:3.5rem;width:100%;height:100%;display:flex}.ideaRoot{text-align:center;word-break:break-word;background:#a3703e;justify-content:center;align-items:center;min-width:14.75rem;min-height:7.25rem;padding:.5rem 2rem;font-size:3.125rem;transition:all .3s;display:flex}.ideaRoot .ideaRoot-text{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width<=576px){.ideaRoot{min-height:6rem;margin:0 2rem;font-size:2rem}}@media (width>=1921px){.ideaRoot{min-width:20rem;min-height:10rem;padding:1rem 2rem;font-size:4.72rem}}.rootPriorityButtons{flex-direction:row;gap:.4rem;width:7rem;display:flex}@media (width>=1921px){.rootPriorityButtons{width:9rem}}.root-priority-btn{color:#7322c3;background:#e9f9e5;flex:1;justify-content:center;align-items:center;height:2.8rem;font-size:1.2rem;font-weight:700;display:flex}.root-priority-btn--active{color:#fff;background:#7322c3}@media (width>=1921px){.root-priority-btn{height:3.2rem;font-size:1.6rem}}.rootAdditionalButtons{flex-direction:column;justify-content:flex-start;justify-self:end;align-items:flex-start;gap:1.5rem;display:flex}@media (width<=576px){.rootAdditionalButtons{justify-self:unset;flex-direction:row-reverse;min-width:100%;min-height:2rem}}.moveBack{opacity:.5;white-space:normal;word-break:break-word;border:2px dashed #000;border-radius:5px;flex-grow:1;justify-content:center;align-items:center;min-width:8rem;padding:0 1rem;font-size:1.25rem;display:flex;box-shadow:2px 2px 0 2px #000}@media (width<=576px){.moveBack{min-height:2.8rem}}@media (width>=1921px){.moveBack{border:4px dashed #000;border-radius:10px;min-width:13rem;padding:0 1rem;font-size:2.5rem;box-shadow:4px 4px 0 2px #000}}.ideaNodes{grid-template-columns:repeat(4,1fr);justify-content:space-between;justify-items:center;row-gap:5rem;width:100%;margin-bottom:10rem;display:grid}.ideaNodes>[data-flip-id]{justify-content:center;display:flex}@media (width<=576px){.ideaNodes{flex-flow:column wrap;justify-content:center;align-items:center;row-gap:2rem;display:flex}}@media screen and (width>=576px) and (width<=1438px){.ideaNodes{grid-template-columns:repeat(3,1fr)}}@keyframes ideaNodeFadeIn{0%{opacity:0;filter:blur(7px);transform:translateY(18px)}60%{opacity:.85;filter:blur(.5px);transform:translateY(-5px)}to{opacity:1;filter:blur();transform:translateY(0)}}.ideaNode--fade-in{animation:1.1s cubic-bezier(.2,.6,.35,1) forwards ideaNodeFadeIn}.ideaNode{word-break:break-word;white-space:pre-wrap;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation;background:#41bc28;grid-template-columns:1fr;align-items:center;width:15rem;height:fit-content;min-height:4.625rem;padding:.5rem 1rem;font-weight:500;display:grid;position:relative}.ideaNode.parent{text-align:center;background:#00a9d8;justify-content:center;gap:1rem;padding:1.875rem 1.125rem;font-size:1.875rem}@media (width>=1921px){.ideaNode.parent{width:20.5rem;padding:2.5rem 1.5rem;font-size:2.5rem}}@media screen and (width<=576px){.ideaNode.parent{padding:1.75rem 1rem 1.25rem}}.ideaNode.leaf{text-align:left;background:#41bc28;width:14rem;min-height:2.625rem;padding:1.75rem 1rem 1.4rem;font-size:1.6rem}@media (width>=1921px){.ideaNode.leaf{width:21rem;padding:2.5rem 1.5rem 2rem;font-size:2.25rem}}@media screen and (width>=576px) and (width<=1438px){.ideaNode.leaf{width:10rem;padding:2rem 1.5rem 1.5rem}}.ideaNode.leaf .leaf-wrapper{word-break:break-word;transition:padding-left .2s;display:block;position:relative}.ideaNode.leaf .leaf-wrapper--collapsed{max-height:13.9rem;overflow:hidden}@media (width>=1921px){.ideaNode.leaf .leaf-wrapper--collapsed{max-height:19.5rem}}.ideaNode.leaf .leaf-fade-overlay{pointer-events:none;background:linear-gradient(#41bc2800,#41bc28);justify-content:center;align-items:flex-end;height:6rem;padding-bottom:1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}@media (width>=1921px){.ideaNode.leaf .leaf-fade-overlay{height:8rem}}.ideaNode.leaf .leaf-expand-btn{all:unset;cursor:pointer;pointer-events:all;-webkit-user-select:none;user-select:none;color:#000;background:#e9f9e5;border:2px solid #000;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.7rem;line-height:1;animation:1.4s ease-in-out infinite leafExpandBounce;display:inline-flex}@media (width>=1921px){.ideaNode.leaf .leaf-expand-btn{width:3rem;height:3rem;font-size:2.6rem}}.ideaNode.leaf .leaf-expand-btn--collapse{text-align:right;opacity:.6;background:0 0;border:none;border-radius:0;width:auto;height:auto;margin-top:.25rem;margin-bottom:-1.2rem;padding:.5rem .75rem;font-size:2rem;animation:none;display:block}.ideaNode.leaf .leaf-expand-btn--collapse:hover{opacity:1}@media (width>=1921px){.ideaNode.leaf .leaf-expand-btn--collapse{margin-bottom:-1.3rem;font-size:2.4rem}}@keyframes leafExpandBounce{0%,to{transform:translateY(4px)}50%{transform:translateY(9px)}}.ideaNode.link{text-align:center;color:#000;background:#e8e879;justify-content:center;padding:1.5rem 1rem;font-size:1.875rem;text-decoration:none}@media (width>=1921px){.ideaNode.link{width:20rem;font-size:2.75rem}}@media (width<=576px){.ideaNode{width:15rem;position:relative}}@media (width>=1921px){.ideaNode{width:16rem;padding:1rem}}@media screen and (width>=576px) and (width<=1438px){.ideaNode{width:10rem}}.ideaNode:hover .copy{opacity:.5;visibility:visible;pointer-events:all}@keyframes ribbon-drop{0%{transform:scaleY(1)}45%{transform:scaleY(1.2)}to{transform:scaleY(1)}}.priority-ribbon{all:unset;cursor:pointer;z-index:4;transform-origin:top;border:2px solid #000;border-radius:4px 0 5px 5px;width:.875rem;transition:filter .15s,background-color .35s,height .22s;display:block;position:absolute;top:-.5rem;left:.8rem;box-shadow:2px 2px 0 1px #000}.priority-ribbon:hover{filter:brightness(1.2)}.priority-ribbon--none{opacity:0;height:.75rem;box-shadow:none;background:#be5a004d;transition:opacity .2s,filter .15s}.priority-ribbon--p1{background:#d62000;height:3rem}.priority-ribbon--p2{background:#e07800;height:2rem}.priority-ribbon--p3{background:#c8a200;height:1.25rem}.priority-ribbon--animating{transition:filter .15s;animation:.18s ease-out ribbon-drop}@media (width>=1921px){.priority-ribbon{width:1.2rem;top:-.6rem}.priority-ribbon--none{height:1rem}.priority-ribbon--p1{height:4rem}.priority-ribbon--p2{height:2.75rem}.priority-ribbon--p3{height:1.6rem}}.ideaNode:hover .priority-ribbon--none{opacity:1}.ideaNode--has-priority.parent,.ideaNode--has-priority.link{padding-left:1.8rem}@media (width>=1921px){.ideaNode--has-priority.parent,.ideaNode--has-priority.link{padding-left:2.4rem}}.ideaNode--has-priority.leaf .leaf-wrapper{padding-left:1.475rem}@media screen and (width>=576px) and (width<=1438px){.ideaNode--has-priority.leaf .leaf-wrapper{padding-left:.975rem}}@media (width>=1921px){.ideaNode--has-priority.leaf .leaf-wrapper{padding-left:1.3rem}}.ideaNode--has-priority.checklist .checklist-header{padding-left:1.8rem}@media (width>=1921px){.ideaNode--has-priority.checklist .checklist-header{padding-left:2.4rem}}.sort-btn{background:#d4a000;justify-content:center;align-items:center;gap:.5rem;width:7rem;height:2.8rem;font-size:1.1rem;font-weight:600;transition:transform .3s ease-in-out;display:flex}.sort-btn-img{width:1.1rem;height:1.1rem}.sort-btn--recent{opacity:.75}.sort-btn--at-root{transform:translateY(-4.3rem)}@media (width>=1921px){.sort-btn{width:9rem;height:3.2rem;font-size:1.4rem}.sort-btn .sort-btn-img{width:1.4rem;height:1.4rem}.sort-btn--at-root{transform:translateY(-4.7rem)}}@media (width<=576px){.sort-btn{display:none}}.copy{all:unset;cursor:pointer;opacity:0;pointer-events:none;place-self:start end;width:1.2rem;height:1.2rem;transition:opacity .3s;display:flex;position:absolute;top:1rem;right:1rem}@media (width<=576px){.copy{opacity:.5;width:1rem;height:1rem}}@media (width>=1921px){.copy{width:1.5rem;height:1.5rem}}.copy:hover{opacity:1}.editLink{right:4rem}@media (width<=576px){.editLink{right:4rem}}@media (width>=1921px){.editLink{right:5rem}}.copyImg,.changeLinkImg{width:fit-content}.renameButtonNode{right:2.5rem}@media (width<=576px){.renameButtonNode{right:2.5rem}}@media (width>=1921px){.renameButtonNode{right:3rem}}.ideaNode.checklist{color:#fff;cursor:default;background:#2049c5;flex-direction:column;align-items:stretch;gap:0;width:15rem;min-height:7rem;padding:0;display:flex}@media screen and (width>=576px) and (width<=1438px){.ideaNode.checklist{width:11rem}}@media (width>=1921px){.ideaNode.checklist{width:20rem}}.ideaNode.checklist .checklist-header{cursor:pointer;border-bottom:2px solid #ffffff40;border-radius:8px 8px 0 0;justify-content:flex-start;align-items:center;min-height:3rem;padding:.75rem 1rem .5rem;display:flex;position:relative}.ideaNode.checklist .checklist-header:hover{background:#ffffff14}.ideaNode.checklist .checklist-header:hover .copy{opacity:.7;visibility:visible;pointer-events:all}.ideaNode.checklist .checklist-header .renameButtonNode{top:50%;right:1rem;transform:translateY(-50%)}@media (width>=1921px){.ideaNode.checklist .checklist-header .renameButtonNode{right:1rem}}.ideaNode.checklist .checklist-title-text{word-break:break-word;flex:1;padding-right:2.5rem;font-size:1.2rem;font-weight:700}@media (width>=1921px){.ideaNode.checklist .checklist-title-text{font-size:1.6rem}}.ideaNode.checklist .copy{color:#fff;filter:invert()}.ideaNode.checklist .checklist-items{flex-direction:column;gap:0;margin:0;padding:.5rem 0;list-style:none;display:flex}.ideaNode.checklist .checklist-items::-webkit-scrollbar{display:none}.ideaNode.checklist .checklist-item{flex-wrap:wrap;align-items:flex-start;gap:.5rem;padding:.3rem .75rem;font-size:1rem;display:flex}@media (width>=1921px){.ideaNode.checklist .checklist-item{font-size:1.3rem}}.ideaNode.checklist .checklist-item--checked .checklist-item-text{opacity:.5;text-decoration:line-through}.ideaNode.checklist .checklist-item:hover .checklist-item-delete,.ideaNode.checklist .checklist-item:hover .checklist-item-edit,.ideaNode.checklist .checklist-item:hover .checklist-item-link{opacity:1}.ideaNode.checklist .checklist-drag{all:unset;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;opacity:.6;flex-shrink:0;align-items:center;padding:6px 3px 0;display:flex}.ideaNode.checklist .checklist-drag img{filter:brightness(0)invert();width:8px;height:14px}.ideaNode.checklist .checklist-drag:active{cursor:grabbing}.ideaNode.checklist .checklist-checkbox{all:unset;cursor:pointer;color:#fff;flex-shrink:0;padding-top:5px;font-size:1.1rem;line-height:1}.ideaNode.checklist .checklist-item-text{word-break:break-word;flex:1}.ideaNode.checklist .checklist-item-text--linked{color:#59dbff;cursor:pointer;text-decoration:underline}.ideaNode.checklist .checklist-item-edit{all:unset;cursor:pointer;opacity:0;flex-shrink:0;align-items:center;padding:2px 4px;transition:opacity .1s;display:flex}.ideaNode.checklist .checklist-item-edit img{filter:invert();width:12px;height:12px}.ideaNode.checklist .checklist-item-edit:hover{opacity:1!important}.ideaNode.checklist .checklist-item-link{all:unset;cursor:pointer;opacity:0;border-radius:3px;flex-shrink:0;align-items:center;padding:2px 4px;transition:opacity .1s;display:flex}.ideaNode.checklist .checklist-item-link img{filter:invert();width:12px;height:12px}.ideaNode.checklist .checklist-item-link--active{background:#fff3;opacity:.9!important}.ideaNode.checklist .checklist-item-link:hover{opacity:1!important}.ideaNode.checklist .checklist-item-link-row{box-sizing:border-box;align-items:center;gap:.4rem;width:100%;padding:.15rem 0 .2rem 1.4rem;display:flex}.ideaNode.checklist .checklist-item-link-input{all:unset;color:#ffffffe6;border-bottom:1.5px solid #fff9;flex:1;min-width:0;padding-bottom:1px;font-family:inherit;font-size:.85rem}.ideaNode.checklist .checklist-item-link-input::placeholder{color:#fff6}.ideaNode.checklist .checklist-item-link-clear{all:unset;cursor:pointer;color:#ffffff80;flex-shrink:0;padding:2px 4px;font-size:.75rem}.ideaNode.checklist .checklist-item-link-clear:hover{color:#fff}.ideaNode.checklist .checklist-item-edit-input{all:unset;font-family:inherit;font-size:inherit;color:#fff;word-break:break-word;resize:none;line-height:inherit;border-bottom:1.5px solid #fff9;flex:1;padding-bottom:1px;display:block;overflow:hidden}.ideaNode.checklist .checklist-item-delete{all:unset;cursor:pointer;opacity:0;flex-shrink:0;align-items:center;padding:2px 4px;transition:opacity .1s;display:flex}.ideaNode.checklist .checklist-item-delete img{filter:invert();width:13px;height:13px}.ideaNode.checklist .checklist-item-delete:hover{opacity:1!important}.ideaNode.checklist .checklist-add{border-top:2px solid #fff3;padding:.4rem .75rem}.ideaNode.checklist .checklist-add-input{all:unset;color:#ffffffb3;width:100%;font-size:.95rem}.ideaNode.checklist .checklist-add-input::placeholder{color:#ffffff73}@media (width>=1921px){.ideaNode.checklist .checklist-add-input{font-size:1.2rem}}.navbar{flex-direction:column;justify-content:space-between;align-items:start;gap:2rem;width:20%;height:20vh;display:flex;position:sticky}.navbar.rightSide{justify-content:space-between;align-items:end;gap:0;width:100%;height:100vh}@media (width<=576px){.navbar{flex-direction:row;height:fit-content}.navbar.rightSide{flex-direction:row-reverse;justify-content:space-between;width:100%;height:fit-content}}.rightSideButtons{flex-direction:column;align-items:flex-end;gap:2.5rem;display:flex}@media (width<=576px){.rightSideButtons{flex-direction:row-reverse;justify-content:space-between;width:100%}}.logo-box-wrapper{background:0 0;border:3px solid #0000;border-radius:14px;padding:0;transition:border-color .3s,box-shadow .3s,background-color .3s,padding .3s;display:inline-flex;box-shadow:4px 4px 0 2px #0000}.logo-map-box{background:#e9f9e5;border-color:#111;padding:10px 18px 18px 10px;box-shadow:4px 4px 0 2px #111}.howDeepHolder{transition:opacity .3s}.howDeepHolder--hidden{opacity:0;pointer-events:none}.nav-btn--hidden{opacity:0;pointer-events:none;transition:opacity .3s}.navButton{aspect-ratio:1;padding:.5rem}.navButton.navImg{width:100%;height:75%}.largeSideButton{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:5.625rem;height:5.625rem;display:flex}@media (width<=576px){.largeSideButton{width:3rem;height:3rem}}@media (width>=1921px){.largeSideButton{width:8rem;height:8rem}}@media screen and (width>=576px) and (width<=1438px){.largeSideButton{width:5rem;height:5rem}}.mediumSideButton{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;display:flex}@media (width<=576px){.mediumSideButton{justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}}@media (width>=1921px){.mediumSideButton{width:5.25rem;height:5.25rem}}@media screen and (width>=576px) and (width<=1438px){.mediumSideButton{width:3.5rem;height:3.5rem}}.smallSideButton{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}@media (width<=576px){.smallSideButton{justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:none}}@media (width>=1921px){.smallSideButton{width:4rem;height:4rem}}.trashCan{justify-content:center;align-items:center;transition:opacity .3s;display:flex}.trashCan--hidden{opacity:0;pointer-events:none}.buttonImg{-webkit-user-select:none;user-select:none}@media (width<=576px){.buttonImg.logoButton{width:100%;height:100%}}@media (width>=1921px){.buttonImg{width:50%;height:50%}.buttonImg.logoButton{width:90%;height:90%}}.trashCan>.buttonImg{width:70%;height:70%}@keyframes tooltip-bump{0%{transform:translateY(-50%)translate(0)}8%{transform:translateY(-50%)translate(-14px)}16%{transform:translateY(-50%)translate(0)}22%{transform:translateY(-50%)translate(-7px)}28%{transform:translateY(-50%)translate(0)}32%{transform:translateY(-50%)translate(-3px)}36%{transform:translateY(-50%)translate(0)}39%{transform:translateY(-50%)translate(-1px)}42%,to{transform:translateY(-50%)translate(0)}}.tooltip-wrapper{display:inline-flex;position:relative}.tooltip-highlighted{outline-offset:2px;outline:3px solid #e8e879!important}.tooltip-text{white-space:nowrap;z-index:100;pointer-events:none;background:#e8e879;border:2px solid #111;border-radius:6px;padding:.35rem .65rem;font-size:1.5rem;font-weight:600;position:absolute;top:50%;transform:translateY(-50%);box-shadow:2px 2px #111}.tooltip-text.tooltip-right{left:calc(100% + 18px)}.tooltip-text.tooltip-left{right:calc(100% + 18px)}@media (width<=576px){.tooltip-text{display:none}}.tooltip-text--bump{animation:4.5s ease-in-out infinite tooltip-bump}.auth{flex-direction:column;align-items:center;gap:5rem;margin-top:10rem;font-family:DM Sans,sans-serif;display:flex}@media (width<=576px){.auth{margin-top:7rem}}@media (width>=1921px){.auth{gap:15rem}}.largeLogo{-webkit-user-select:none;user-select:none}@media (width<=576px){.largeLogo{scale:.7}}@media (width>=1921px){.largeLogo{scale:1.5}}.authForm{flex-direction:column;align-items:center;transition:all .3s;display:flex}@media (width>=1921px){.authForm{scale:1.5}}.authInputs{flex-direction:column;align-items:center;gap:2rem;display:flex}.input{background:#d3ded1;width:26rem;height:2.5rem;padding:1rem;font-size:1.6rem}@media (width<=576px){.input{width:20rem;height:2rem}}.authSubmit{-webkit-user-select:none;user-select:none;background:#41bc28;width:28rem;height:3.5rem;margin-top:3.5rem;font-size:1.875rem}.authSubmit.login{transition:box-shadow .3s,translate .3s,transform .3s;transform:translateY(-8rem)}.authSubmit.register{transition:box-shadow .3s,translate .3s,transform .3s;transform:translateY(0)}@media (width>=1921px){.authSubmit{height:4rem}}@media (width<=576px){.authSubmit{width:22rem;height:3rem}}.switchAuth{-webkit-user-select:none;user-select:none;font-size:1.25rem;transition:all .3s}.switchAuth.login{transform:translateY(-8rem)}.switchAuth.register{transform:translateY(0)}@media (width<=576px){.switchAuth{font-size:1.1rem}}.switchAuthButton{color:#2b701d;cursor:pointer;text-decoration:underline}.recoveryOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.recoveryModal{background:#e9f9e5;flex-direction:column;gap:2rem;width:90%;max-width:52rem;padding:3rem;font-family:DM Sans,sans-serif;display:flex}.recoveryTitle{margin-bottom:-1rem;font-size:2rem;font-weight:700}.recoveryWarning{font-size:1.25rem;line-height:1.6}.recoveryCodeBox{background:#d3ded1;border:3px solid #000;padding:1.25rem 1.5rem}.recoveryCodeText{letter-spacing:.1em;word-break:break-all;font-family:monospace;font-size:1.5rem;font-weight:700}.recoveryActions{gap:1rem;display:flex}.recoveryCopyBtn{background:#e8e879;flex:1;padding:.5rem 1.25rem;font-size:1.1rem}.recoveryDownloadBtn{background:#00a9d8;flex:1;padding:.5rem 1.25rem;font-size:1.1rem}.recoveryConfirmBtn{background:#41bc28;width:100%;padding:.75rem 1.5rem;font-size:1.25rem}.recoveryEmailBtn{background:#d3ded1;width:100%;padding:.6rem 1.25rem;font-size:1.1rem}.recoveryInput{letter-spacing:.05em;box-sizing:border-box;width:100%;font-family:monospace;font-size:1.25rem}.passwordField{flex-direction:column;align-items:flex-start;gap:0;display:flex}.forgotPassword{color:#2b701d;cursor:pointer;opacity:1;background:0 0;border:none;max-height:2rem;margin-top:.4rem;padding:0;font-size:1.1rem;text-decoration:underline;transition:opacity .3s,max-height .3s,margin-top .3s;overflow:hidden}.forgotPassword.hidden{opacity:0;pointer-events:none;max-height:0;margin-top:0}@media (width<=576px){.forgotPassword{font-size:1rem}}.confirmPassword{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(-20px)}.confirmPassword.visible{opacity:1;transform:translateY(0)}.confirmPassword.hidden{opacity:0;transform:translateY(-20px)}.privacyLink{color:#2b701d;margin-top:-3rem;font-size:1rem;text-decoration:underline}@media (width<=576px){.privacyLink{margin-top:-1.5rem;font-size:.9rem}}.privacyPage{background:#e9f9e5;min-height:100vh;padding:4rem 2rem;font-family:DM Sans,sans-serif}.privacyContainer{flex-direction:column;gap:.5rem;max-width:72rem;margin:0 auto;display:flex}.privacyBack{background:#d3ded1;align-self:flex-start;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:1.1rem}.privacyTitle{font-size:3rem;font-weight:700}@media (width<=576px){.privacyTitle{font-size:2.2rem}}.privacyMeta{color:#555;margin-bottom:1rem;font-size:1rem}.privacySection{border-top:2px solid #000;flex-direction:column;gap:.75rem;padding:1.5rem 0;display:flex}.privacySection h2{font-size:1.5rem;font-weight:700}.privacySection p,.privacySection li{font-size:1.125rem;line-height:1.7}.privacySection ul{flex-direction:column;gap:.4rem;padding-left:2rem;display:flex}.privacySection a{color:#2b701d;text-decoration:underline}.privacySection code{background:#d3ded1;padding:.1em .4em;font-family:monospace;font-size:1rem}.messageBox{opacity:0;text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:18rem;height:4rem;padding:.25rem;font-size:1rem;font-weight:500;transition:opacity .5s;display:flex;position:absolute;bottom:2rem}@media (width>=1024px){.messageBox{min-width:22rem;height:6rem;padding:.5rem;font-size:1.5rem;bottom:3rem;right:3rem}}@media (width>=1921px){.messageBox{width:30rem;height:8rem;padding:1.5rem;font-size:2rem;top:4rem}}.messageBox.bad{opacity:1;background:#c84600}.messageBox.good{opacity:1;background:#41bc28}.howToUsePopup{opacity:0;pointer-events:none;z-index:5;border:3px solid #000;border-radius:10px;justify-content:space-around;align-items:center;gap:1.5rem;width:45rem;min-height:fit-content;padding:2rem 1rem;transition:all .3s;display:flex;position:absolute;right:10vh;transform:translate(-25%);box-shadow:4px 4px 0 2px #000}@media (width<=576px){.howToUsePopup{width:80vw;height:fit-content;margin:auto;padding:1rem;top:-30rem;left:0;right:1rem}}@media (width>=1921px){.howToUsePopup{border:4px solid #000;width:58rem;min-height:fit-content}}.help-one-title-row{align-items:center;gap:3rem;margin-bottom:1.25rem;display:flex}@media (width<=576px){.help-one-title-row{gap:2rem}}.help-one-anim{flex-shrink:0;width:5.5rem;height:4.5rem}@media (width<=576px){.help-one-anim{width:3.75rem;height:3rem}}@media (width>=1921px){.help-one-anim{width:7.5rem;height:6.25rem}}.help-one-root-pulse{transform-box:fill-box;transform-origin:50%;animation:2.4s ease-in-out infinite help-one-root-pulse}@keyframes help-one-root-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.header{-webkit-user-select:none;user-select:none;margin:0;font-size:2.25rem;font-weight:500}@media (width>=1921px){.header{font-size:3rem}}.subHeader{-webkit-user-select:none;user-select:none;margin:.3rem 0 .75rem}@media (width>=1921px){.subHeader{font-size:1.2rem}}.details{vertical-align:top;height:100%;margin:0;font-size:1.25rem;font-weight:400}@media (width>=1921px){.details{font-size:1.5rem}}.helpGridIcon{border:2px solid #000;border-radius:10px;justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:.25rem .75rem;font-size:1.1rem;display:flex;box-shadow:1px 1px 0 1px #000}@media (width>=1921px){.helpGridIcon{padding:1rem;font-size:1.75rem}}.helpGridIcon.helpLeaf{background:#41bc28;padding:.65rem 1.25rem}.helpGridIcon.helpRoot{background:#a3703e;padding:.5rem 1rem}.helpGridIcon.helpBack{background:#c84600;padding:.5rem 1rem}.helpGridIcon.helpParent{background:#00a9d8;padding:.65rem 1.25rem}.helpGridIcon.helpLink{background:#e8e879;padding:.65rem 1.25rem}.helpGridIcon.helpChecklist{color:#fff;background:#2049c5;padding:.65rem 1.25rem}.helpGridIcon.helpPriorityHigh{color:#fff;background:#d62000;padding:.65rem 1.25rem;font-weight:700}.helpGridIcon.helpSort{background:#d4a000;gap:.35rem;padding:.5rem .75rem;font-size:.85rem;font-weight:700}.helpGridIcon.help-chip-prio-anim{padding:.65rem 1.25rem;font-weight:700;animation:6s ease-in-out infinite help-chip-bg;position:relative}@media (width>=1921px){.helpGridIcon.help-chip-prio-anim{padding:1rem 1.5rem}}.helpGridIcon.helpTrash{aspect-ratio:1;background:#c80000;width:1.75rem;height:1.75rem}@media (width>=1921px){.helpGridIcon.helpTrash{padding:1rem;font-size:1.5rem}}.helpGridIcon.helpPlus{aspect-ratio:1;background:#41bc28;width:1rem;height:1rem}@media (width>=1921px){.helpGridIcon.helpPlus{padding:1rem;font-size:1.5rem}}.helpImg{justify-content:center;align-items:center;width:90%;height:90%;display:flex}.helpImg.trash{width:100%;height:100%}@media (width>=1921px){.helpImg,.helpImg.trash{width:150%;height:150%}}.helpGrid{grid-template-columns:1fr 5fr;gap:1rem .5rem;width:100%;height:100%;display:grid;overflow:hidden auto}.helpGrid::-webkit-scrollbar{display:none}@media (width<=576px){.helpGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;width:100%;height:fit-content;margin:0 auto;padding:0 .5rem}}@media (width>=1921px){.helpGrid{grid-template-columns:1fr 5fr;gap:2rem .75rem;width:100%;height:fit-content;margin:0 auto}}.detailsBox{text-align:center;border:2px solid #000;border-radius:6px;margin:.25rem;padding:.25rem .5rem;font-size:1rem;font-weight:500;line-height:1;display:inline-block;box-shadow:2px 2px 0 2px #000}.detailsBox.square{aspect-ratio:1;width:1rem;height:1rem;padding:.25rem}.detailsBox.square.danger{width:1.25rem;height:1.25rem;padding:.5rem}@media (width>=1921px){.detailsBox{border:3px solid #000;border-radius:12px;padding:.5rem .75rem;font-size:1.6rem}.detailsBox.square{width:1.25rem;height:1.25rem;padding:.55rem}.detailsBox.square.danger{width:2rem;height:2rem;padding:.75rem}}.moveArrow{opacity:0;pointer-events:none;cursor:pointer;-webkit-user-select:none;user-select:none;margin:0 .5rem 0 .25rem;scale:1.5}.show{opacity:1;pointer-events:auto}.show.howToUsePopup{transform:translate(0)}.help-chip-lbl-ghost{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.help-chip-lbl{opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.help-chip-lbl--p0{color:#643200b3;animation:6s ease-in-out infinite help-chip-p0}.help-chip-lbl--p1{color:#fff;animation:6s ease-in-out infinite help-chip-p1}.help-chip-lbl--p2{color:#fff;animation:6s ease-in-out infinite help-chip-p2}.help-chip-lbl--p3{color:#111;animation:6s ease-in-out infinite help-chip-p3}.helpSortImg{width:1rem;height:1rem;display:block}@media (width>=1921px){.helpSortImg{width:1.4rem;height:1.4rem}}@keyframes help-chip-bg{0%,8%{background:#9646001f}20%,32%{background:#d62000}44%,56%{background:#e07800}68%,80%{background:#c8a200}92%,to{background:#9646001f}}@keyframes help-chip-p0{0%,8%{opacity:1}20%,88%{opacity:0}92%,to{opacity:1}}@keyframes help-chip-p1{0%,15%{opacity:0}20%,32%{opacity:1}44%,to{opacity:0}}@keyframes help-chip-p2{0%,40%{opacity:0}44%,56%{opacity:1}68%,to{opacity:0}}@keyframes help-chip-p3{0%,64%{opacity:0}68%,80%{opacity:1}92%,to{opacity:0}}@keyframes help-rib-cycle{0%,8%{height:.5rem;box-shadow:none;background:#96460033;border-color:#0003}20%,32%{background:#d62000;border-color:#111;height:2rem;box-shadow:1px 1px 0 1px #111}44%,56%{background:#e07800;border-color:#111;height:1.35rem;box-shadow:1px 1px 0 1px #111}68%,80%{background:#c8a200;border-color:#111;height:.85rem;box-shadow:1px 1px 0 1px #111}92%,to{height:.5rem;box-shadow:none;background:#96460033;border-color:#0003}}@keyframes help-sort-tasks{0%,28%{top:0}48%,68%{top:4.8rem}88%,to{top:0}}@keyframes help-sort-alerts{0%,28%{top:4.8rem}48%,68%{top:0}88%,to{top:4.8rem}}@keyframes help-sort-lbl-age{0%,15%{opacity:1}30%,68%{opacity:0}85%,to{opacity:1}}@keyframes help-sort-lbl-prio{0%,32%{opacity:0}48%,65%{opacity:1}80%,to{opacity:0}}.help-priority-demo{background-color:#e9f9e5;background-image:linear-gradient(#41bc282e 1px,#0000 1px),linear-gradient(90deg,#41bc282e 1px,#0000 1px);background-size:20px 20px;border:2px solid #00000026;border-radius:10px;justify-content:space-around;align-items:center;gap:1.5rem;margin:.5rem 0 .85rem;padding:.75rem 1.5rem 1rem;display:flex}@media (width>=1921px){.help-priority-demo{padding:1rem 2rem 1.25rem}}.help-rib-demo{flex-direction:column;align-items:center;gap:.4rem;display:flex}.help-rib-card{background:#41bc28;border:2px solid #111;border-radius:8px;justify-content:center;align-items:center;width:5.5rem;height:2.4rem;margin-top:.7rem;font-size:.9rem;font-weight:600;display:flex;position:relative;overflow:visible;box-shadow:2px 2px 0 1px #111}@media (width>=1921px){.help-rib-card{width:7rem;height:3rem;margin-top:.9rem;font-size:1.1rem}}.help-rib-anim{transform-origin:top;border:1.5px solid #0003;border-radius:3px 0 4px 4px;width:.65rem;animation:6s ease-in-out infinite help-rib-cycle;position:absolute;top:-.4rem;left:.6rem}@media (width>=1921px){.help-rib-anim{width:.85rem;left:.75rem}}.help-rib-card-text{padding-left:1rem}.help-rib-caption{color:#00000073;text-align:center;margin-top:.1rem;font-size:.68rem;font-weight:600}@media (width>=1921px){.help-rib-caption{font-size:.9rem}}.help-sort-stage-group{flex-direction:column;align-items:center;gap:.5rem;padding-top:.6rem;display:flex}.help-sort-stage{width:8rem;height:6.8rem;position:relative}@media (width>=1921px){.help-sort-stage{width:10.5rem;height:8.8rem}}.help-sort-card{border:2px solid #111;border-radius:7px;align-items:center;width:100%;height:2rem;padding:0 .6rem 0 1.2rem;font-size:.8rem;font-weight:600;display:flex;position:absolute;overflow:visible;box-shadow:2px 2px 0 1px #111}.help-sort-card--tasks{z-index:1;background:#41bc28;animation:7s ease-in-out infinite help-sort-tasks;top:0}.help-sort-card--notes{z-index:2;background:#00a9d8;top:2.4rem}.help-sort-card--alerts{z-index:3;background:#41bc28;animation:7s ease-in-out infinite help-sort-alerts;top:4.8rem}@media (width>=1921px){.help-sort-card{height:2.6rem;font-size:1rem}.help-sort-card--notes{top:3.1rem}.help-sort-card--alerts{animation-name:help-sort-alerts-ld;top:6.2rem}.help-sort-card--tasks{animation-name:help-sort-tasks-ld}@keyframes help-sort-tasks-ld{0%,28%{top:0}48%,68%{top:6.2rem}88%,to{top:0}}@keyframes help-sort-alerts-ld{0%,28%{top:6.2rem}48%,68%{top:0}88%,to{top:6.2rem}}}.help-sort-ribbon{border:1.5px solid #111;border-radius:2px 0 3px 3px;width:.55rem;position:absolute;left:.45rem;box-shadow:1px 1px 0 1px #111}.help-sort-ribbon--p1{background:#d62000;height:1.5rem;top:-.4rem}.help-sort-ribbon--p2{background:#e07800;height:1rem;top:-.3rem}@media (width>=1921px){.help-sort-ribbon{width:.7rem;left:.55rem}.help-sort-ribbon--p1{height:1.9rem}.help-sort-ribbon--p2{height:1.25rem}}.help-sort-stage-labels{width:8rem;height:1.2rem;position:relative}@media (width>=1921px){.help-sort-stage-labels{width:10.5rem;height:1.5rem}}.help-sort-stage-label{text-align:center;font-size:.68rem;font-weight:700;position:absolute;left:0;right:0}.help-sort-stage-label--age{color:#a3703e;animation:7s ease-in-out infinite help-sort-lbl-age}.help-sort-stage-label--prio{color:#7322c3;opacity:0;animation:7s ease-in-out infinite help-sort-lbl-prio}@media (width>=1921px){.help-sort-stage-label{font-size:.9rem}}.help-mm-demo{background-color:#e9f9e5;background-image:linear-gradient(#41bc2838 1px,#0000 1px),linear-gradient(90deg,#41bc2838 1px,#0000 1px);background-size:20px 20px;border:2px solid #0003;border-radius:10px;justify-content:center;margin:.5rem 0 .85rem;padding:1rem 1.5rem 1.25rem;display:flex;overflow-x:auto}.help-mm-demo::-webkit-scrollbar{display:none}.help-mm-demo .mm-node-btn{cursor:default;color:#111;border-width:2px;max-width:72px;padding:.28rem .6rem;font-size:.72rem;box-shadow:2px 2px 0 1px #111}.help-mm-demo .mm-node-btn:hover{translate:0;box-shadow:2px 2px 0 1px #111}.help-mm-demo .mm-node-btn.mm-node-btn--current{color:#111}.help-mm-demo .mm-node-btn.mm-node-btn--root{max-width:100px;padding:.35rem .85rem;font-size:.82rem;box-shadow:3px 3px 0 1px #111}.help-mm-demo .mm-connector-v{width:2px;height:14px}.help-mm-demo .mm-child-wrap{padding:14px 7px 0}.help-mm-demo .mm-child-wrap:before{height:14px}.help-mm-demo .mm-child-wrap:after{height:2px}@media (width>=1921px){.help-mm-demo .mm-node-btn{max-width:100px;padding:.4rem .9rem;font-size:1rem}.help-mm-demo .mm-node-btn.mm-node-btn--root{max-width:130px;font-size:1.1rem}.help-mm-demo .mm-connector-v{height:20px}.help-mm-demo .mm-child-wrap{padding:20px 10px 0}.help-mm-demo .mm-child-wrap:before{height:20px}}.help-mm-current-chip{color:#111;background:#a3703e;border-radius:10px}@media (width>=1921px){.help-mm-current-chip{border-radius:12px}}.help-logo-chip{vertical-align:middle;box-shadow:none;border-radius:10px;justify-content:center;align-items:center;padding:.2rem .4rem;display:inline-flex}@media (width>=1921px){.help-logo-chip{border-radius:12px}}.help-logo-img{width:1.4rem;height:1.4rem;display:block}@media (width>=1921px){.help-logo-img{width:2rem;height:2rem}}.help-depth-dots{justify-content:flex-start;align-items:center;gap:.35rem;padding:.15rem 0;display:flex}.help-depth-dot{background:#a3703e;border:2px solid #000;border-radius:5px;flex-shrink:0;width:2rem;height:2rem;box-shadow:2px 2px 0 1px #000}@media (width>=1921px){.help-depth-dot{width:2.8rem;height:2.8rem}}.patchNotesPopup{opacity:0;pointer-events:none;z-index:5;border:3px solid #000;border-radius:10px;flex-direction:column;gap:1rem;width:35rem;max-height:70vh;padding:2rem;transition:all .3s;display:flex;position:absolute;right:10vh;overflow-y:auto;transform:translate(-25%);box-shadow:4px 4px 0 2px #000}.patchNotesPopup::-webkit-scrollbar{display:none}.patchNotesPopup.show{opacity:1;pointer-events:auto;transform:translate(0)}@media (width>=1921px){.patchNotesPopup{border:4px solid #000;width:48rem}}.patchNotes-list{flex-direction:column;gap:1.25rem;display:flex}.patchNotes-entry{border-bottom:2px solid #0000001f;flex-direction:column;gap:.25rem;padding-bottom:1.25rem;display:flex}.patchNotes-entry:last-child{border-bottom:none;padding-bottom:0}.patchNotes-tag-row{align-items:center;gap:.5rem;display:flex}.patchNotes-tag{background:#00a9d8;border:2px solid #000;border-radius:4px;width:fit-content;padding:.15rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.patchNotes-tag-icon-box{background:#fff;border:2px solid #000;border-radius:4px;justify-content:center;align-items:center;padding:.15rem .4rem;display:inline-flex}.patchNotes-tag-icon{object-fit:contain;width:.85rem;height:.85rem}.patchNotes-title{margin:.25rem 0 0;font-size:1.1rem;font-weight:600}.patchNotesBtn{color:#1a1208;font-size:1.1rem;line-height:1}@media (width>=1921px){.patchNotesBtn{font-size:1.6rem}}.patchNotes-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;display:flex}.patchNotes-recommend-btn{white-space:nowrap;background:#e8e879;flex-shrink:0;padding:.35rem .75rem;font-size:.85rem;font-weight:600}@media (width>=1921px){.patchNotes-recommend-btn{padding:.5rem 1rem;font-size:1.1rem}}.patchNotes-form{flex-direction:column;flex:1;gap:.75rem;display:flex}.patchNotes-input{box-sizing:border-box;background:#fff;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:1rem}@media (width>=1921px){.patchNotes-input{padding:.75rem 1rem;font-size:1.3rem}}.patchNotes-textarea{resize:none;box-sizing:border-box;background:#fff;width:100%;min-height:8rem;padding:.6rem .75rem;font-family:inherit;font-size:1rem}@media (width>=1921px){.patchNotes-textarea{min-height:10rem;padding:.75rem 1rem;font-size:1.3rem}}.patchNotes-form-btns{gap:1rem;margin-top:.25rem;display:flex}.patchNotes-form-btns .modalButton{flex:1;height:3rem;font-size:1rem}@media (width>=1921px){.patchNotes-form-btns .modalButton{height:4rem;font-size:1.4rem}}.patchNotes-msg{margin:0;font-size:.9rem;font-weight:500}.patchNotes-msg--error{color:#c80000}.patchNotes-msg--success{color:#2b701d;font-size:1rem}@media (width>=1921px){.patchNotes-msg{font-size:1.2rem}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes overlayOut{0%{opacity:1}to{opacity:0}}@keyframes modalPop{0%{transform:translate(var(--origin-dx,0px), var(--origin-dy,0px)) scale(.05);opacity:0}to{opacity:1;transform:translate(0)scale(1)}}@keyframes modalPopOut{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(calc(var(--origin-dx,0px) * .3), calc(var(--origin-dy,0px) * .3)) scale(.05);opacity:0}}.overlay{z-index:10;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100dvh;animation:.15s overlayIn;display:flex;position:fixed;top:0;left:0}.overlay--scroll{box-sizing:border-box;align-items:flex-start;padding-block:2rem;overflow-y:auto}.overlay--scroll>.modal.neobrutal{margin:auto}.overlay--closing{pointer-events:none;animation:.15s forwards overlayOut}.neobrutal.modal{background:#e9f9e5;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:33rem;min-height:18rem;padding:2rem 1rem;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards modalPop;display:flex}@media (width<=576px){.neobrutal.modal{width:85%;min-height:20rem;padding:2rem 1rem}}@media (width>=1921px){.neobrutal.modal{width:42.5rem;min-height:24rem}}.overlay--closing .neobrutal.modal{animation:.15s forwards modalPopOut}.confirmModal .cancel{background:#e8e879}.neobrutal.modal.confirmModal{min-height:auto}@media (width<=576px){.neobrutal.modal.confirmModal{min-height:auto}}@media (width>=1921px){.neobrutal.modal.confirmModal{min-height:auto}}.confirmText{text-align:center;margin:0;font-size:2rem;font-weight:400}.confirmText strong{font-weight:800}.confirmText .confirmName{-webkit-line-clamp:4;vertical-align:bottom;word-break:break-all;-webkit-box-orient:vertical;display:-webkit-inline-box;overflow:hidden}@media (width>=1921px){.confirmText{font-size:2.75rem}}.contentHolder{background:#d3ded1;border:2px solid #000;border-radius:10px;flex-direction:column;align-items:flex-end;width:28.125rem;min-height:8rem;display:flex;box-shadow:4px 4px 0 2px #000}@media (width<=576px){.contentHolder{width:20rem;min-height:8.9rem}}@media (width>=1921px){.contentHolder{border:3px solid #000;width:37rem;min-height:10rem;font-size:2rem}}.linkArea{box-sizing:border-box;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem .75rem;display:flex}@keyframes linkInputRise{0%{opacity:0;translate:0 4px;box-shadow:0 0 0 2px #000}to{opacity:1;translate:0;box-shadow:4px 4px 0 2px #000}}@keyframes linkInputSink{0%{opacity:1;translate:0;box-shadow:4px 4px 0 2px #000}to{opacity:0;translate:0 4px;box-shadow:0 0 0 2px #000}}.linkButton{background:#e8e879;flex-shrink:0;padding:.3rem .75rem;font-family:inherit;font-size:.85rem;font-weight:700}@media (width>=1921px){.linkButton{padding:.4rem 1rem;font-size:1.1rem}}.linkInput{box-sizing:border-box;background:#e9f9e5;flex:1;min-width:0;padding:.3rem .75rem;font-family:inherit;font-size:.85rem;animation:.2s forwards linkInputRise;box-shadow:4px 4px 0 2px #000}.linkInput.closing{animation:.2s forwards linkInputSink}.linkInput::selection{color:#000;background:#e8e879}@media (width>=1921px){.linkInput{font-size:1.1rem}}.ideaContent{resize:vertical;background:#d3ded1;border:none;border-radius:10px;width:26.125rem;min-height:8rem;padding:2rem 1rem 0;font-size:1.5rem}.ideaContent::-webkit-scrollbar{display:none}.ideaContent:active,.ideaContent:focus{outline:none}@media (width<=576px){.ideaContent{resize:none;width:18rem;min-height:4rem;padding:1rem;overflow:hidden}}@media (width>=1921px){.ideaContent{width:33rem;min-height:10rem;padding:2rem;font-size:2rem}}.modalButtons{justify-content:space-between;width:28.125rem;display:flex}@media (width<=576px){.modalButtons{gap:1rem;width:20rem}}@media (width>=1921px){.modalButtons{width:37rem}}.modalButton{justify-content:center;align-items:center;width:12.5rem;height:4rem;font-size:1.5rem;display:flex}.modalButton.cancel{background:#c84600}.modalButton.continue{background:#41bc28}.modalButton.continue:disabled{opacity:.4;pointer-events:none}.modalButton.delete{background:#c80000}@media (width>=1921px){.modalButton{width:17rem;height:5rem;font-size:2rem}}.creation-tabs{border:2px solid #000;border-radius:8px;width:28.125rem;display:flex;overflow:hidden;box-shadow:3px 3px 0 1px #000}@media (width<=576px){.creation-tabs{width:20rem}}@media (width>=1921px){.creation-tabs{width:37rem}}.creation-tab{all:unset;text-align:center;cursor:pointer;background:#d3ded1;flex:1;padding:.6rem 0;font-size:1.1rem;font-weight:600;transition:background .15s}.creation-tab--active{color:#fff;background:#2049c5}@media (width>=1921px){.creation-tab{padding:.8rem 0;font-size:1.4rem}}.checklist-creation{flex-direction:column;gap:.75rem;width:28.125rem;display:flex}@media (width<=576px){.checklist-creation{background:#d3ded1;border:2px solid #000;border-radius:10px;gap:.3rem;width:20rem;min-height:8.9rem;box-shadow:4px 4px 0 2px #000}}@media (width>=1921px){.checklist-creation{width:37rem}}.checklist-creation-title{background:#d3ded1;border:2px solid #000;border-radius:8px;width:calc(100% - 2rem - 4px);padding:.75rem 1rem;font-family:inherit;font-size:1.4rem;box-shadow:3px 3px 0 1px #000}.checklist-creation-title:focus{outline:none}@media (width<=576px){.checklist-creation-title{box-shadow:none;border:none;border-radius:10px 10px 0 0;width:calc(100% - 2rem);min-height:4rem;padding:1rem;font-size:1.5rem}}@media (width>=1921px){.checklist-creation-title{font-size:1.8rem}}.checklist-creation-items{flex-direction:column;gap:.3rem;max-height:8rem;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.checklist-creation-items::-webkit-scrollbar{display:none}.checklist-creation-item{background:#d3ded1;border-radius:4px;justify-content:space-between;align-items:center;padding:.25rem .5rem;font-size:1rem;display:flex}@media (width>=1921px){.checklist-creation-item{font-size:1.3rem}}.checklist-creation-remove{all:unset;cursor:pointer;opacity:.5;font-size:.9rem}.checklist-creation-remove:hover{opacity:1}.checklist-creation-add{display:flex}.checklist-creation-item-input{background:#d3ded1;border:2px solid #000;border-radius:8px;width:calc(100% - 2rem - 4px);padding:.6rem 1rem;font-family:inherit;font-size:1.1rem;box-shadow:3px 3px 0 1px #000}.checklist-creation-item-input:focus{outline:none}@media (width<=576px){.checklist-creation-item-input{box-shadow:none;background:#d3ded1;border:none;border-top:1.5px solid #0000001f;border-radius:0 0 10px 10px;width:calc(100% - 2rem);padding:.5rem 1rem .75rem;font-size:1rem}}@media (width>=1921px){.checklist-creation-item-input{font-size:1.4rem}}.priority-picker{align-items:center;gap:1rem;width:28.125rem;display:flex}@media (width<=576px){.priority-picker{width:20rem}}@media (width>=1921px){.priority-picker{width:37rem}}.priority-picker-label{color:#111;flex-shrink:0;font-size:1rem;font-weight:600}@media (width>=1921px){.priority-picker-label{font-size:1.3rem}}.priority-picker-btns{gap:.5rem;display:flex}.priority-picker-btn{color:#111;cursor:pointer;background:#d3ded1;border:2px solid #000;padding:.3rem .8rem;font-size:.9rem;font-weight:700;transition:background .1s;box-shadow:2px 2px 0 1px #000}.priority-picker-btn--active{color:#fff;background:#7322c3}@media (width>=1921px){.priority-picker-btn{padding:.4rem 1rem;font-size:1.2rem}}.neobrutal.modal.checklistModal{gap:.75rem;width:33rem;min-height:auto}@media (width<=576px){.neobrutal.modal.checklistModal{width:85%;min-height:auto}}@media (width>=1921px){.neobrutal.modal.checklistModal{width:42.5rem;min-height:auto}}.checklistModal-title-row{align-items:center;gap:.75rem;width:28.125rem;display:flex}@media (width<=576px){.checklistModal-title-row{width:20rem}}@media (width>=1921px){.checklistModal-title-row{width:37rem}}.checklistModal-title{word-break:break-word;flex:1;font-size:1.6rem;font-weight:800}@media (width>=1921px){.checklistModal-title{font-size:2.1rem}}.checklistModal-progress{color:#2049c5;flex-shrink:0;font-size:1rem;font-weight:600}@media (width>=1921px){.checklistModal-progress{font-size:1.3rem}}.checklistModal-rename{flex-shrink:0;justify-content:center;align-items:center;display:flex}.checklistModal-body{flex-direction:column;align-items:stretch;width:28.125rem;min-height:8rem;padding:0;display:flex}@media (width<=576px){.checklistModal-body{width:20rem}}@media (width>=1921px){.checklistModal-body{width:37rem}}.checklistModal-items{flex-direction:column;flex:1;margin:0;padding:.25rem 0;list-style:none;display:flex}.checklistModal-item{border-bottom:1px solid #00000014;flex-wrap:wrap;align-items:flex-start;gap:.6rem;padding:.55rem 1rem;font-size:1.1rem;display:flex}.checklistModal-item:last-child{border-bottom:none}.checklistModal-item--checked .checklistModal-item-text{opacity:.4;text-decoration:line-through}.checklistModal-item:hover .checklistModal-del,.checklistModal-item:hover .checklistModal-link-btn{opacity:1}@media (width>=1921px){.checklistModal-item{font-size:1.4rem}}.checklistModal-drag{all:unset;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;opacity:.5;flex-shrink:0;align-items:center;padding:6px 4px 0;display:flex}.checklistModal-drag img{width:10px;height:16px}.checklistModal-drag:hover{opacity:.9}.checklistModal-drag:active{cursor:grabbing}.checklistModal-cb{all:unset;cursor:pointer;flex-shrink:0;padding-top:5px;font-size:1.2rem;line-height:1}.checklistModal-item-text{word-break:break-word;flex:1}.checklistModal-item-text--linked{color:#2049c5;cursor:pointer;text-decoration:underline}.checklistModal-edit-item{all:unset;cursor:pointer;opacity:0;flex-shrink:0;align-items:center;padding:2px 4px;transition:opacity .12s;display:flex}.checklistModal-edit-item img{width:14px;height:14px}.checklistModal-item:hover .checklistModal-edit-item{opacity:1}.checklistModal-link-btn{all:unset;cursor:pointer;opacity:0;border-radius:3px;flex-shrink:0;align-items:center;padding:2px 4px;transition:opacity .12s;display:flex}.checklistModal-link-btn img{width:14px;height:14px}.checklistModal-link-btn--active{background:#e8e87980;opacity:1!important}@media (width>=1921px){.checklistModal-link-btn img{width:18px;height:18px}}.checklistModal-item-link-row{box-sizing:border-box;align-items:center;gap:.5rem;width:100%;padding:.15rem 0 .25rem 2.4rem;display:flex}.checklistModal-item-link-input{all:unset;color:#333;border-bottom:1.5px solid #2049c5;flex:1;min-width:0;padding-bottom:2px;font-family:inherit;font-size:.9rem}.checklistModal-item-link-input::placeholder{color:#aaa}@media (width>=1921px){.checklistModal-item-link-input{font-size:1.15rem}}.checklistModal-item-link-clear{all:unset;cursor:pointer;color:#999;flex-shrink:0;padding:2px 5px;font-size:.8rem}.checklistModal-item-link-clear:hover{color:#333}.checklistModal-item-edit-input{all:unset;font-family:inherit;font-size:inherit;word-break:break-word;resize:none;line-height:inherit;border-bottom:1.5px solid #2049c5;flex:1;padding-bottom:1px;display:block;overflow:hidden}.checklistModal-del{all:unset;cursor:pointer;opacity:0;flex-shrink:0;align-items:center;padding:2px 4px;transition:opacity .12s;display:flex}.checklistModal-del img{width:14px;height:14px}.checklistModal-del:hover img{filter:brightness(0)saturate()invert(13%)sepia(96%)saturate(7481%)hue-rotate(356deg)brightness(96%)contrast(112%)}.checklistModal-empty{color:#999;padding:1.25rem 1rem;font-size:1rem}.checklistModal-add-input{all:unset;color:#444;border-top:2px solid #0000001a;width:calc(100% - 2rem);padding:.55rem 1rem;font-family:inherit;font-size:1.05rem}.checklistModal-add-input::placeholder{color:#aaa}@media (width>=1921px){.checklistModal-add-input{font-size:1.35rem}}.feature-impl-overlay{z-index:200}.confetti-canvas{pointer-events:none;z-index:201;position:fixed;top:0;left:0}.feature-impl-modal{z-index:202;text-align:center;gap:1.5rem;position:relative}.feature-impl-trophy{margin:0;font-size:4rem;line-height:1;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards trophyBounce}@keyframes trophyBounce{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.howDeepHolder{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.depthIndicator{cursor:pointer;background:#a3703e;border:2px solid #000;border-radius:5px;justify-content:center;align-items:center;width:fit-content;min-width:3rem;min-height:3rem;font-size:0;transition:all .2s;display:flex;position:relative;box-shadow:2px 2px 0 2px #000}.depthIndicator:hover .depthText{opacity:1;font-size:1.5rem}.depthIndicator:hover{translate:2px 2px;box-shadow:0 0 0 2px #000}.depthIndicator:active{background:#41bc28}@media (width<=576px){.depthIndicator{display:none}}.depthText{opacity:0;bottom:0;right:var(--label-right,13rem);white-space:nowrap;background:#a3703e;border:3px solid #000;border-radius:5px;width:fit-content;padding:.5rem 1rem;transition:all .2s;display:flex;position:absolute}.mmobile{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;display:none}@media (width<=1023px){.mmobile{z-index:10;background-color:#e9f9e5;background-image:linear-gradient(#41bc2833 1px,#0000 1px),linear-gradient(90deg,#41bc2833 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:40px 40px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}}.mmobile-nav{flex-shrink:0;align-items:center;gap:10px;padding:14px 16px 8px;display:flex}.mmobile-back{color:#111;cursor:pointer;background:#c84600;border:3px solid #111;border-radius:11px;flex-shrink:0;padding:6px 13px;font-family:inherit;font-size:1.3rem;font-weight:700;line-height:1;box-shadow:0 4px #111}.mmobile-crumbs{white-space:nowrap;scrollbar-width:none;flex:1;align-items:center;gap:4px;display:flex;overflow-x:auto}.mmobile-crumbs::-webkit-scrollbar{display:none}.mmobile-crumb{color:#7a7a72;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem}.mmobile-crumb--active{color:#111;font-weight:700}.mmobile-logout{cursor:pointer;background:#d3ded1;border:3px solid #111;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 3px #111}.mmobile-logout img{width:22px;height:22px}.mmobile-help{cursor:pointer;background:#d3ded1;border:3px solid #111;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:visible;box-shadow:0 3px #111}.mmobile-help img{width:22px;height:22px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.mmobile-help--active img{transform:scale(1.35)translateY(-3px)}.mmobile-help-sheet{z-index:31;transform-origin:50% 0;background:#d3ded1;border:3px solid #111;border-radius:20px;flex-direction:column;max-height:calc(100dvh - 82px);padding:16px;animation:.35s cubic-bezier(.34,1.56,.64,1) mmHelpSheetPop;display:flex;position:fixed;top:68px;left:10px;right:10px;overflow:hidden}.mmobile-help-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mmobile-help-pager{color:#111;font-size:.9rem;font-weight:600}.mmobile-help-close{cursor:pointer;background:#d3ded1;border:2px solid #111;border-radius:8px;padding:4px 10px;font-family:inherit;font-size:.9rem;line-height:1.4}.mmobile-help-content{scrollbar-width:none;flex:1;min-height:0;overflow-y:auto}.mmobile-help-content::-webkit-scrollbar{display:none}.mmobile-help-title{color:#111;margin:0 0 12px;font-size:1.5rem;font-weight:700;line-height:1.2}.mmobile-help-subtext{color:#111;margin:-8px 0 12px;font-size:.9rem}.mmobile-help-text{color:#111;margin:0;font-size:.97rem;line-height:1.55}.mmobile-help-grid{grid-template-columns:auto 1fr;align-items:center;gap:12px 14px;display:grid}.mmobile-help-badge{white-space:nowrap;color:#111;border:2px solid #111;border-radius:8px;justify-content:center;align-self:start;align-items:center;margin-top:2px;padding:9px 8px;font-size:1.15rem;font-weight:700;display:inline-flex}.mmobile-help-badge--root{background:#a3703e}.mmobile-help-badge--add{background:#41bc28}.mmobile-help-badge--back{background:#c84600}.mmobile-help-badge--back .mmobile-help-badge-icon{object-fit:contain}.mmobile-help-badge--delete{background:#c80000}.mmobile-help-badge--leaf{background:#41bc28}.mmobile-help-badge--parent{background:#00a9d8}.mmobile-help-badge--link{background:#e8e879}.mmobile-help-badge--checklist-node{color:#fff;background:#2049c5}.mmobile-help-badge--nav,.mmobile-help-badge--patchnotes,.mmobile-help-badge--edit{background:#fff}.mmobile-help-badge--p1{color:#fff;background:#d62000}.mmobile-help-badge--sort{background:#d4a000}@keyframes mmobile-help-rib-cycle{0%,8%{height:.65rem;box-shadow:none;background:#96460033;border-color:#0003}20%,32%{background:#d62000;border-color:#111;height:2.5rem;box-shadow:2px 2px 0 1px #111}44%,56%{background:#e07800;border-color:#111;height:1.75rem;box-shadow:2px 2px 0 1px #111}68%,80%{background:#c8a200;border-color:#111;height:1.1rem;box-shadow:2px 2px 0 1px #111}92%,to{height:.65rem;box-shadow:none;background:#96460033;border-color:#0003}}.mmobile-help-node-demo{background:#41bc28;border:2.5px solid #111;border-radius:14px;align-items:center;gap:10px;margin-bottom:14px;padding:13px 16px;display:flex;position:relative;overflow:visible;box-shadow:3px 3px #111}.mmobile-help-node-demo-text{flex:1;font-size:1rem;font-weight:600}.mmobile-help-rib-anim{transform-origin:top;border:2px solid #0003;border-radius:4px 1px 5px 5px;flex-shrink:0;align-self:flex-start;width:1.1rem;margin-top:-1.35rem;animation:4s ease-in-out infinite mmobile-help-rib-cycle}.mmobile-help-node-demo-arrow{color:#00000059;flex-shrink:0;font-size:1.5rem;font-weight:300}.mmobile-help-mini-map{background-color:#e9f9e5;background-image:linear-gradient(#41bc2833 1px,#0000 1px),linear-gradient(90deg,#41bc2833 1px,#0000 1px);background-size:18px 18px;border:2px solid #0000002e;border-radius:12px;flex-direction:column;align-items:center;margin-bottom:14px;padding:14px 16px 12px;display:flex}.mmobile-mm-node{color:#111;white-space:nowrap;border:2px solid #111;border-radius:8px;padding:5px 11px;font-size:.78rem;font-weight:700;box-shadow:2px 2px 0 1px #111}.mmobile-mm-node--current{color:#fff;background:#a3703e;box-shadow:2px 2px 0 1px #111,0 0 0 3px #6b4929}.mmobile-mm-node--parent{background:#00a9d8}.mmobile-mm-node--leaf{background:#41bc28}.mmobile-mm-trunk{background:#111;width:2px;height:12px}.mmobile-mm-row{gap:20px;display:flex;position:relative}.mmobile-mm-row:before{content:"";background:#111;height:2px;position:absolute;top:0;left:calc(25% - 1px);right:calc(25% - 1px)}.mmobile-mm-branch{flex-direction:column;align-items:center;display:flex}.mmobile-mm-v{background:#111;width:2px;height:12px}.mmobile-mm-v--short{height:8px}.mmobile-help-vtree-demo{background-color:#e9f9e5;background-image:linear-gradient(#41bc2833 1px,#0000 1px),linear-gradient(90deg,#41bc2833 1px,#0000 1px);background-size:18px 18px;border:2px solid #0000002e;border-radius:12px;margin-bottom:14px;padding:12px 14px}.mmobile-help-vtree-root{color:#fff;background:#a3703e;border:2px solid #111;border-radius:7px;margin-bottom:6px;padding:5px 11px;font-size:.8rem;font-weight:700;display:inline-block;box-shadow:2px 2px 0 1px #111}.mmobile-help-vtree-row{align-items:center;gap:4px;margin-bottom:6px;display:flex}.mmobile-help-vtree-row:last-child{margin-bottom:0}.mmobile-help-vtree-gap{flex-shrink:0;align-self:stretch;width:16px;position:relative}.mmobile-help-vtree-gap--line:before{content:"";background:#00000038;width:2px;position:absolute;top:0;bottom:0;left:7px}.mmobile-help-vtree-conn{flex-shrink:0;align-self:stretch;width:16px;position:relative}.mmobile-help-vtree-conn:before{content:"";background:#00000038;width:2px;position:absolute;top:0;left:7px}.mmobile-help-vtree-conn--last:before{bottom:50%}.mmobile-help-vtree-conn:not(.mmobile-help-vtree-conn--last):before{bottom:0}.mmobile-help-vtree-conn:after{content:"";background:#00000038;height:2px;position:absolute;top:50%;left:8px;right:0;transform:translateY(-50%)}.mmobile-help-vtree-chip{color:#111;border:2px solid #111;border-radius:7px;padding:5px 10px;font-size:.78rem;font-weight:700;box-shadow:2px 2px 0 1px #111}.mmobile-help-vtree-chip--parent{background:#00a9d8}.mmobile-help-vtree-chip--leaf{background:#41bc28}.mmobile-help-badge-icon{width:22px;height:22px;display:block}.mmobile-help-nav{flex-shrink:0;gap:10px;margin-top:14px;display:flex}.mmobile-help-nav-btn{cursor:pointer;background:#c84600;border:3px solid #111;border-radius:11px;flex:1;padding:6px 12px;font-family:inherit;font-size:1rem;box-shadow:0 3px #111}.mmobile-help-nav-btn--next{background:#41bc28;padding:12px}.mmobile-help-nav-btn:disabled{opacity:.3;box-shadow:none;cursor:default}.mmobile-header{cursor:pointer;-webkit-touch-callout:none;background:#a3703e;border:3px solid #111;border-radius:14px;flex-shrink:0;margin:0 16px 12px;padding:16px 18px;box-shadow:0 5px #111}.mmobile-header-title{color:#1a1208;word-break:break-word;resize:none;field-sizing:content;-webkit-touch-callout:default;cursor:text;background:0 0;border:none;outline:none;width:100%;margin:0;padding:0;font-family:inherit;font-size:1.75rem;font-weight:700;line-height:1.15;overflow:hidden}.mmobile-header-count{color:#140c028c;justify-content:space-between;align-items:center;margin-top:4px;font-size:.82rem;display:flex}.mmobile-sort-btn{all:unset;color:#111;cursor:pointer;background:#d4a000;border:1.5px solid #000;border-radius:6px;align-items:center;gap:4px;padding:2px 7px;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:1.5px 1.5px 0 1px #000}.mmobile-sort-btn img{width:12px;height:12px}.mmobile-sort-btn--recent{opacity:.75}.mmobile-list{scrollbar-width:none;flex:1;min-height:0;padding:8px 16px 12px;overflow-y:auto}.mmobile-list::-webkit-scrollbar{display:none}.mmobile-nav-logo{object-fit:contain;object-position:center center;flex:1;width:auto;height:42px}.mmobile-node{-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-touch-callout:none;border:3px solid #111;border-radius:11px;align-items:center;gap:12px;margin-bottom:12px;padding:14px 15px;display:flex;position:relative;box-shadow:0 4px #111}.mmobile-node--parent{background:#00a9d8}.mmobile-node--leaf{background:#41bc28}.mmobile-node--link{background:#e8e879}.mmobile-node--checklist{color:#fff;background:#2049c5}.mmobile-node--selectable{outline-offset:2px;outline:3px dashed #111}.mmobile-node-priority-ribbon{all:unset;cursor:pointer;transform-origin:top;border:2px solid #111;border-radius:4px 1px 5px 5px;flex-shrink:0;align-self:flex-start;width:1.1rem;margin-top:-1.3rem;transition:filter .15s,background-color .35s,height .22s;display:block;box-shadow:2px 2px 0 1px #111}.mmobile-node-priority-ribbon:hover{filter:brightness(1.2)}.mmobile-node-priority-ribbon:active{filter:brightness(.9)}.mmobile-node-priority-ribbon--none{height:.65rem;box-shadow:none;opacity:.5;background:#be5a0033;border-color:#0003;transition:opacity .15s,filter .15s}.mmobile-node-priority-ribbon--none:hover{opacity:.85;filter:none}.mmobile-node-priority-ribbon--none:active{opacity:1}.mmobile-node-priority-ribbon--p1{background:#d62000;height:2.5rem}.mmobile-node-priority-ribbon--p2{background:#e07800;height:1.75rem}.mmobile-node-priority-ribbon--p3{background:#c8a200;height:1.1rem}.mmobile-node-priority-ribbon--animating{transition:filter .15s;animation:.18s ease-out mobile-ribbon-drop}@keyframes mobile-ribbon-drop{0%{transform:scaleY(1)}45%{transform:scaleY(1.2)}to{transform:scaleY(1)}}.mmobile-node-title{color:#1a1208;word-break:break-word;white-space:pre-wrap;flex:1;font-size:1.05rem}.mmobile-node-count{color:#140c028c;flex-shrink:0;font-size:.78rem}.mmobile-node-arrow{color:#1a1208;flex-shrink:0;font-size:1.1rem}.mmobile-empty{text-align:center;color:#7a7a72;border:3px dashed #9a9a92;border-radius:11px;margin-top:8px;padding:26px 14px;font-size:1rem;line-height:1.7}.mmobile-fab-area{margin:0 16px max(10px, env(safe-area-inset-bottom,10px));border-radius:calc(20px + env(safe-area-inset-bottom,0px) * .35);background:#d3ded1;border:3px solid #111;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;box-shadow:0 5px #111}.mmobile-patchnotes-btn{cursor:pointer;color:#1a1208;background:#fff;border:3px solid #111;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;line-height:1;display:flex;overflow:visible;box-shadow:0 5px #111}.mmobile-patchnotes-btn img{width:28px;height:28px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.mmobile-patchnotes-btn--active{background:#00a9d8}.mmobile-patchnotes-btn--active img{filter:invert();transform:scale(1.4)translateY(-4px)}.mmobile-patchnotes-entry{margin-bottom:1.25rem}.mmobile-patchnotes-entry:last-child{margin-bottom:0}.mmobile-patchnotes-tag-row{align-items:center;gap:.5rem;display:flex}.mmobile-patchnotes-tag{background:#00a9d8;border:2px solid #111;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-block}.mmobile-patchnotes-tag-icon-box{background:#fff;border:2px solid #111;border-radius:4px;justify-content:center;align-items:center;padding:2px 6px;display:inline-flex}.mmobile-patchnotes-tag-icon{object-fit:contain;width:.85rem;height:.85rem}.mmobile-patchnotes-title{margin:6px 0 4px;font-size:1.05rem;font-weight:600}.mmobile-patchnotes-recommend-btn{cursor:pointer;background:#e8e879;border:2px solid #111;border-radius:8px;flex-shrink:0;padding:4px 10px;font-family:inherit;font-size:.8rem;font-weight:600;line-height:1.4;transition:box-shadow .15s,translate .15s;box-shadow:3px 3px #111}.mmobile-patchnotes-recommend-btn:active{translate:3px 3px;box-shadow:0 0 #111}.mmobile-patchnotes-form{flex-direction:column;gap:10px;display:flex}.mmobile-patchnotes-textarea{resize:none;min-height:100px}.mmobile-patchnotes-msg{margin:0;font-size:.85rem;font-weight:500}.mmobile-patchnotes-msg--error{color:#c80000}.mmobile-patchnotes-msg--success{color:#2b701d}.mmobile-navigate-btn{cursor:pointer;color:#1a1208;background:#fff;border:3px solid #111;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.9rem;line-height:1;display:flex;overflow:visible;box-shadow:0 5px #111}.mmobile-navigate-btn img{width:32px;height:32px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.mmobile-navigate-btn--active{color:#fff;background:#00a9d8;box-shadow:0 5px #111}.mmobile-navigate-btn--active img{filter:invert();transform:scale(1.4)translateY(-4px)}.mmobile-fab{color:#1a1208;cursor:pointer;background:#41bc28;border:3px solid #111;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-family:inherit;font-size:2.4rem;line-height:0;display:flex;overflow:visible;box-shadow:0 5px #111}.mmobile-fab img{width:28px;height:28px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.mmobile-fab--active{background:#00a9d8}.mmobile-fab--active img{filter:invert();transform:scale(1.4)translateY(-4px)}.mmobile-edit-btn{cursor:pointer;background:#fff;border:3px solid #111;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:visible;box-shadow:0 5px #111}.mmobile-edit-btn img{width:26px;height:26px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.mmobile-edit-btn--active{background:#00a9d8;box-shadow:0 2px #111}.mmobile-edit-btn--active img{filter:invert();transform:scale(1.4)translateY(-4px)}.mmobile-select-hint{text-align:center;color:#1a1208;background:#a3703e;border:2px solid #111;border-radius:10px;flex-shrink:0;margin:0 16px 12px;padding:7px 16px;font-size:.82rem;font-weight:600}.mmobile-scrim{z-index:30;background:#00000052;animation:.15s mmScrimIn;position:fixed;inset:0}.mmobile-sheet{left:10px;right:10px;bottom:calc(max(10px, env(safe-area-inset-bottom,10px)) + 102px);z-index:31;border-radius:calc(20px + env(safe-area-inset-bottom,0px) * .35);transform-origin:50% 100%;background:#d3ded1;border:3px solid #111;padding:16px;animation:.35s cubic-bezier(.34,1.56,.64,1) mmSheetPop;position:fixed}.mmobile-sheet-title{text-align:center;margin:2px 0 14px;font-size:1.15rem;font-weight:700;position:relative}.mmobile-sheet-close{cursor:pointer;color:#111;background:0 0;border:none;padding:4px 6px;font-size:1.1rem;line-height:1;position:absolute;top:50%;right:0;transform:translateY(-50%)}.mmobile-actions{flex-direction:column;gap:7px;display:flex}.mmobile-action-btn{text-align:left;color:#111;cursor:pointer;background:#d3ded1;border:2px solid #111;border-radius:11px;align-items:center;gap:10px;width:100%;padding:10px 13px;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.mmobile-action-btn--open,.mmobile-action-btn--link,.mmobile-action-btn--rename,.mmobile-action-btn--move{background:#fff}.mmobile-action-btn--delete{background:#c80000}.mmobile-action-icon{flex-shrink:0;width:20px;height:20px}.mmobile-priority-row{align-items:center;gap:10px;display:flex}.mmobile-priority-row--create{margin-top:4px;margin-bottom:2px}.mmobile-priority-label{color:#444;flex-shrink:0;font-size:.9rem;font-weight:600}.mmobile-priority-btns{gap:6px;display:flex}.mmobile-priority-btn{all:unset;color:#111;cursor:pointer;background:#d3ded1;border:2px solid #111;border-radius:8px;padding:6px 14px;font-size:.9rem;font-weight:700;box-shadow:2px 2px 0 1px #111}.mmobile-priority-btn--active{color:#fff;background:#7322c3}.mmobile-rename-input{box-sizing:border-box;background:#d3ded1;border:3px solid #111;border-radius:11px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:1.1rem;box-shadow:0 3px #111}.mmobile-rename-input:focus{background:#8ce6ff}.mmobile-rename-input--grow{resize:none;min-height:unset;line-height:1.4;overflow:hidden}.mmobile-link-input{color:#444;border-color:#555;font-size:.95rem;box-shadow:0 2px #555}.mmobile-link-input::placeholder{color:#888}.mmobile-sheet-btns{gap:10px;margin-top:14px;display:flex}.mmobile-sheet-btn{cursor:pointer;border:3px solid #111;border-radius:11px;flex:1;padding:12px;font-family:inherit;font-size:1rem;font-weight:600;box-shadow:0 3px #111}.mmobile-sheet-btn--cancel{background:#c84600}.mmobile-sheet-btn--save{background:#41bc28}.mmobile-sheet-btn--delete{background:#c80000}.mmobile-confirm-text{color:#111;text-align:center;margin:0 0 16px;font-size:1rem;line-height:1.5}.mmobile-move-list{scrollbar-width:none;flex-direction:column;max-height:320px;display:flex;overflow-y:auto}.mmobile-move-list::-webkit-scrollbar{display:none}.mmobile-move-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.mmobile-move-btn{text-align:left;cursor:pointer;background:#d3ded1;border:2px solid #111;border-radius:10px;flex:1;padding:11px 14px;font-family:inherit;font-size:.95rem}.mmobile-move-btn--parent{background:#00a9d8}.mmobile-move-btn--leaf{background:#41bc28}.mmobile-move-btn--link{background:#e8e879}.mmobile-move-btn--checklist{color:#fff;background:#2049c5}.mmobile-move-btn--disabled{opacity:.4;cursor:default}.mmobile-move-btn--current{outline-offset:2px;opacity:.6;cursor:default;outline:3px solid #111}.mmobile-move-toggle{cursor:pointer;background:#d3ded1;border:2px solid #111;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-family:inherit;font-size:1.1rem;display:flex}.mmobile-node--checklist{background:#2049c5}.mmobile-node--checklist .mmobile-node-title{color:#fff}.mmobile-node--checklist .mmobile-node-count{color:#ffffffa6}.mmobile-node--checklist .mmobile-node-arrow{color:#fff}.mmobile-node--expanded{cursor:default;flex-direction:column;align-items:stretch}.mmobile-node-header-row{cursor:pointer;align-items:center;gap:10px;width:100%;display:flex}.mmobile-node:not(.mmobile-node--expanded) .mmobile-node-header-row{align-self:flex-start}.mmobile-checklist-open-btn{all:unset;cursor:pointer;opacity:.7;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.mmobile-checklist-open-btn img{filter:invert();width:16px;height:16px}.mmobile-checklist-open-btn:active{opacity:1}.mmobile-checklist-inline{border-top:1px solid #ffffff40;margin-top:10px;padding-top:10px}.mmobile-checklist-inline-items{flex-direction:column;max-height:45vh;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.mmobile-checklist-inline-items::-webkit-scrollbar{display:none}.mmobile-checklist-inline-item{cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff;border-bottom:1px solid #ffffff1f;align-items:center;gap:10px;padding:8px 2px;font-size:.95rem;display:flex}.mmobile-checklist-inline-item--checked .mmobile-checklist-inline-text{opacity:.45;text-decoration:line-through}.mmobile-checklist-inline-item:last-child{border-bottom:none}.mmobile-checklist-inline-cb{background:0 0;border:2px solid #ffffff8c;border-radius:3px;flex-shrink:0;width:16px;height:16px;display:inline-block;position:relative}.mmobile-checklist-inline-item--checked .mmobile-checklist-inline-cb,.mmobile-checklist-inline-cb--checked{background:#fff;border-color:#fff}.mmobile-checklist-inline-item--checked .mmobile-checklist-inline-cb:after,.mmobile-checklist-inline-cb--checked:after{content:"";border:2px solid #2049c5;border-top:none;border-left:none;width:4px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)}.mmobile-checklist-inline-text{word-break:break-word;flex:1}.mmobile-checklist-inline-text--linked{color:#3fd5ff;text-decoration:underline}.mmobile-checklist-inline-empty{color:#ffffff73;padding:8px 2px;font-size:.9rem}.mmobile-checklist-inline-input{all:unset;color:#ffffffb3;box-sizing:border-box;border-top:1px solid #fff3;width:100%;margin-top:8px;padding:6px 0;font-size:.95rem;display:block}.mmobile-checklist-inline-input::placeholder{color:#ffffff59}.mmobile-checklist-sheet{flex-direction:column;flex:1;display:flex;overflow:hidden}.mmobile-checklist-sheet-items{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.mmobile-checklist-sheet-items::-webkit-scrollbar{display:none}.mmobile-checklist-sheet-item{border-bottom:1px solid #d3ded1;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 20px;font-size:1rem;display:flex}.mmobile-checklist-sheet-item:last-child{border-bottom:none}.mmobile-checklist-sheet-item--checked .mmobile-checklist-sheet-text{opacity:.4;text-decoration:line-through}.mmobile-checklist-sheet-drag{all:unset;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;opacity:.5;flex-shrink:0;align-items:center;padding:0 4px;display:flex}.mmobile-checklist-sheet-drag img{width:10px;height:16px}.mmobile-checklist-sheet-drag:active{cursor:grabbing}.mmobile-checklist-sheet-cb{all:unset;cursor:pointer;box-sizing:border-box;background:0 0;border:2px solid #2049c5;border-radius:4px;flex-shrink:0;width:20px;height:20px;position:relative}.mmobile-checklist-sheet-item--checked .mmobile-checklist-sheet-cb{background:#2049c5;border-color:#2049c5}.mmobile-checklist-sheet-item--checked .mmobile-checklist-sheet-cb:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:2px;left:4px;transform:rotate(45deg)}.mmobile-checklist-sheet-text{word-break:break-word;flex:1}.mmobile-checklist-sheet-text--linked{color:#2049c5;cursor:pointer;text-decoration:underline}.mmobile-checklist-sheet-edit{all:unset;cursor:pointer;opacity:.5;flex-shrink:0;align-items:center;padding:4px 6px;display:flex}.mmobile-checklist-sheet-edit img{width:16px;height:16px}.mmobile-checklist-sheet-edit-input{all:unset;font-family:inherit;font-size:1rem;line-height:inherit;word-break:break-word;resize:none;field-sizing:content;border-bottom:1.5px solid #2049c5;flex:1;padding-bottom:1px;display:block;overflow:hidden}.mmobile-checklist-sheet-del{all:unset;cursor:pointer;opacity:.4;flex-shrink:0;justify-content:center;align-items:center;padding:4px 6px;display:flex}.mmobile-checklist-sheet-del img{width:16px;height:16px}.mmobile-checklist-sheet-del:active{opacity:1}.mmobile-checklist-sheet-link{all:unset;cursor:pointer;opacity:.4;border-radius:4px;flex-shrink:0;align-items:center;padding:4px 6px;display:flex}.mmobile-checklist-sheet-link img{width:16px;height:16px}.mmobile-checklist-sheet-link--active{opacity:.9;background:#e8e87966}.mmobile-checklist-sheet-link:active{opacity:1}.mmobile-checklist-sheet-item-link-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;padding:4px 0 8px 16px;display:flex}.mmobile-checklist-sheet-item-link-input{background:#d3ded1;border:2px solid #ccc;border-radius:6px;flex:1;min-width:0;padding:7px 10px;font-family:inherit;font-size:.95rem}.mmobile-checklist-sheet-item-link-input:focus{border-color:#2049c5;outline:none}.mmobile-checklist-sheet-item-link-clear{all:unset;cursor:pointer;color:#999;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;display:flex}.mmobile-checklist-sheet-item-link-clear:active{color:#333}.mmobile-checklist-sheet-empty{color:#aaa;padding:20px;font-size:.95rem}.mmobile-checklist-sheet-add{border-top:2px solid #d3ded1;align-items:center;gap:10px;padding:12px 16px;display:flex}.mmobile-checklist-sheet-input{background:#d3ded1;border:2px solid #ccc;border-radius:8px;flex:1;padding:9px 12px;font-family:inherit;font-size:1rem}.mmobile-checklist-sheet-input:focus{border-color:#2049c5;outline:none}.mmobile-checklist-sheet-add-btn{all:unset;cursor:pointer;color:#fff;background:#2049c5;border:2px solid #111;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.4rem;display:flex}.mmobile-create-tabs{border:2px solid #111;border-radius:10px;margin-bottom:12px;display:flex;overflow:hidden}.mmobile-create-tab{all:unset;text-align:center;cursor:pointer;background:#d3ded1;flex:1;padding:10px 0;font-size:1rem;font-weight:600}.mmobile-create-tab--active{color:#fff;background:#2049c5}.mmobile-sheet-cl-create{flex-direction:column;gap:10px;display:flex}.mmobile-sheet-cl-items{border:2px solid #ccc;border-radius:10px;max-height:160px;margin:0;padding:0;list-style:none;overflow:hidden auto}.mmobile-sheet-cl-items::-webkit-scrollbar{display:none}.mmobile-sheet-cl-item{border-bottom:1px solid #e0e0e0;align-items:center;gap:10px;padding:9px 12px;font-size:.95rem;display:flex}.mmobile-sheet-cl-item:last-child{border-bottom:none}.mmobile-sheet-cl-item-text{word-break:break-word;color:#111;flex:1}.mmobile-sheet-cl-item-del{all:unset;cursor:pointer;color:#c80000;flex-shrink:0;padding:2px 6px;font-size:.85rem;font-weight:700}.mmobile-mindmap-sheet{top:8px;left:8px;right:8px;bottom:calc(max(10px, env(safe-area-inset-bottom,10px)) + 102px);z-index:31;transform-origin:50% 100%;background-color:#e9f9e5;background-image:linear-gradient(#41bc2847 1px,#0000 1px),linear-gradient(90deg,#41bc2847 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:40px 40px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:3px solid #111;border-radius:20px;flex-direction:column;animation:.35s cubic-bezier(.34,1.56,.64,1) mmMindMapIn;display:flex;position:fixed;overflow:hidden}.mmobile-mindmap-header{background:#d3ded1;border-bottom:2px solid #00000026;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.mmobile-mindmap-title{color:#111;font-size:1.1rem;font-weight:700}.mmobile-mindmap-close{cursor:pointer;color:#111;background:#d3ded1;border:2px solid #111;border-radius:8px;padding:4px 10px;font-family:inherit;font-size:.9rem;line-height:1.4}.mmobile-mindmap-footer{border-top:2px solid #0000001f;flex-shrink:0;padding:12px 14px}.mmobile-mindmap-close-btn{color:#fff;cursor:pointer;background:#c80000;border:3px solid #111;border-radius:13px;width:100%;padding:13px;font-family:inherit;font-size:1.05rem;font-weight:700;box-shadow:0 4px #111}.mmobile-mindmap-close-btn:active{translate:0 3px;box-shadow:0 1px #111}.vtree-scroll{scrollbar-width:none;flex:1;padding:14px 12px 24px;overflow-y:auto}.vtree-scroll::-webkit-scrollbar{display:none}.vtree-root-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.vtree-root-btn{text-align:left;color:#fff;cursor:pointer;word-break:break-word;background:#a3703e;border:3px solid #111;border-radius:12px;flex:1;padding:14px 16px;font-family:inherit;font-size:1.1rem;font-weight:700;box-shadow:0 4px #111}.vtree-root-btn--current{cursor:default}.vtree-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.vtree-guides{flex-shrink:0;align-self:stretch;display:flex}.vtree-guide{flex-shrink:0;width:20px;position:relative}.vtree-guide--line:before{content:"";background:#00000080;width:2px;height:calc(100% + 8px);position:absolute;top:0;left:9px}.vtree-connector{flex-shrink:0;align-self:stretch;width:20px;position:relative}.vtree-connector:before{content:"";background:#00000080;width:2px;position:absolute;top:0;left:9px}.vtree-connector--last:before{bottom:50%}.vtree-connector:not(.vtree-connector--last):before{height:calc(100% + 8px)}.vtree-connector:after{content:"";background:#00000080;height:2px;position:absolute;top:50%;left:10px;right:0;transform:translateY(-50%)}.vtree-node{text-align:left;cursor:pointer;word-break:break-word;border:2px solid #111;border-radius:10px;flex:1;min-width:0;padding:10px 12px;font-family:inherit;font-size:.95rem;font-weight:600}.vtree-node--current{color:#fff;cursor:default;background:#a3703e}.vtree-node--parent{background:#00a9d8}.vtree-node--leaf{background:#41bc28}.vtree-node--link{background:#e8e879}.vtree-node--checklist{color:#fff;cursor:default;opacity:.75;background:#2049c5}.vtree-toggle{cursor:pointer;background:#d3ded1;border:2px solid #111;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:inherit;font-size:1.1rem;display:flex}@keyframes mmMindMapIn{0%{opacity:0;transform:translate(var(--origin-dx,0px), var(--origin-dy,0px)) scale(.05)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes mmSheetPop{0%{transform:translate(var(--origin-dx,0px), var(--origin-dy,0px)) scale(.05);opacity:0}to{opacity:1;transform:translate(0)scale(1)}}@keyframes mmHelpSheetPop{0%{transform:translate(var(--origin-dx,0px), var(--origin-dy,0px)) scale(.05);opacity:0}to{opacity:1;transform:translate(0)scale(1)}}@keyframes mmScrimIn{0%{opacity:0}to{opacity:1}}@media (width>=640px){.mmobile-nav{gap:14px;padding:22px 28px 14px}.mmobile-back{border-radius:15px;padding:10px 20px;font-size:1.65rem;box-shadow:0 5px #111}.mmobile-crumb{font-size:1.1rem}.mmobile-nav-logo{height:56px}.mmobile-logout,.mmobile-help{border-radius:14px;width:56px;height:56px}.mmobile-logout img,.mmobile-help img{width:30px;height:30px}.mmobile-header{border-radius:18px;margin:0 24px 18px;padding:22px 26px;box-shadow:0 7px #111}.mmobile-header-title{font-size:2.3rem}.mmobile-header-count{margin-top:6px;font-size:1rem}.mmobile-list{padding:10px 24px 18px}.mmobile-node{border-width:4px;border-radius:15px;gap:16px;margin-bottom:16px;padding:20px 22px;box-shadow:0 5px #111}.mmobile-node-priority-ribbon{width:1.3rem;margin-top:-1.73rem}.mmobile-node-priority-ribbon--p1{height:3.2rem}.mmobile-node-priority-ribbon--p2{height:2.2rem}.mmobile-node-priority-ribbon--p3{height:1.4rem}.mmobile-node-title{font-size:1.35rem}.mmobile-node-count{font-size:1rem}.mmobile-node-arrow{font-size:1.4rem}.mmobile-empty{border-radius:15px;padding:40px 24px;font-size:1.2rem}.mmobile-select-hint{margin:0 24px 14px;font-size:1rem}.mmobile-fab-area{margin:0 24px max(14px, env(safe-area-inset-bottom,14px));border-width:4px;border-radius:28px;padding:18px 24px;box-shadow:0 6px #111}.mmobile-fab,.mmobile-navigate-btn,.mmobile-patchnotes-btn,.mmobile-edit-btn{border-width:4px;border-radius:24px;width:84px;height:84px;box-shadow:0 6px #111}.mmobile-fab img,.mmobile-navigate-btn img,.mmobile-patchnotes-btn img,.mmobile-edit-btn img{width:38px;height:38px}.mmobile-fab{font-size:3.1rem}.mmobile-navigate-btn{font-size:2.5rem}.mmobile-sheet{left:14px;right:14px;bottom:calc(max(14px, env(safe-area-inset-bottom,14px)) + 132px);border-width:4px;border-radius:26px;padding:22px}.mmobile-help-sheet{border-width:4px;border-radius:26px;max-height:calc(100dvh - 114px);padding:22px;top:100px;left:14px;right:14px}.mmobile-sheet-title{margin:4px 0 18px;font-size:1.45rem}.mmobile-sheet-close{font-size:1.35rem}.mmobile-actions{gap:10px}.mmobile-action-btn{border-radius:14px;gap:14px;padding:16px 18px;font-size:1.2rem}.mmobile-action-icon{width:26px;height:26px}.mmobile-rename-input{border-radius:14px;padding:18px 20px;font-size:1.35rem}.mmobile-sheet-btns{gap:14px;margin-top:20px}.mmobile-sheet-btn{border-radius:14px;padding:17px;font-size:1.2rem;box-shadow:0 4px #111}.mmobile-confirm-text{margin:0 0 22px;font-size:1.2rem}.mmobile-move-list{max-height:480px}.mmobile-move-row{gap:10px;margin-bottom:10px}.mmobile-move-btn{border-radius:13px;padding:16px 20px;font-size:1.15rem}.mmobile-move-toggle{border-radius:13px;width:50px;height:50px;font-size:1.35rem}.vtree-scroll{padding:20px 18px 28px}.vtree-root-btn{border-radius:16px;padding:20px 22px;font-size:1.35rem}.vtree-node{border-radius:13px;padding:14px 18px;font-size:1.15rem}.vtree-toggle{border-radius:13px;width:48px;height:48px;font-size:1.35rem}.mmobile-mindmap-sheet{bottom:calc(max(14px, env(safe-area-inset-bottom,14px)) + 132px)}.mmobile-checklist-open-btn{width:32px;height:32px}.mmobile-checklist-open-btn img{width:20px;height:20px}.mmobile-checklist-inline-item{gap:14px;padding:12px 4px;font-size:1.15rem}.mmobile-checklist-inline-cb{width:20px;height:20px}.mmobile-checklist-sheet-item{padding:16px 24px;font-size:1.15rem}.mmobile-checklist-sheet-cb{width:26px;height:26px}.mmobile-checklist-sheet-add{gap:14px;padding:16px 24px}.mmobile-checklist-sheet-input{border-radius:10px;padding:12px 16px;font-size:1.15rem}.mmobile-checklist-sheet-add-btn{border-radius:10px;width:48px;height:48px;font-size:1.7rem}.mmobile-help-title{margin-bottom:16px;font-size:1.9rem}.mmobile-help-text{font-size:1.2rem}.mmobile-help-badge{padding:12px 10px;font-size:1.4rem}.mmobile-help-badge-icon{width:28px;height:28px}.mmobile-help-nav-btn{border-radius:14px;padding:8px 16px;font-size:1.2rem}.mmobile-help-nav-btn--next{padding:16px}}.mm-wrap{z-index:2;opacity:0;pointer-events:none;transition:opacity .3s;position:fixed;inset:0}.mm-wrap--visible{opacity:1;pointer-events:auto}.mm-body{cursor:grab;-webkit-user-select:none;user-select:none;background-color:#e9f9e5;background-image:linear-gradient(#41bc2847 1px,#0000 1px),linear-gradient(90deg,#41bc2847 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:40px 40px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.mm-body--dragging{cursor:grabbing}.mm-canvas{padding:3rem 4rem;display:inline-block}.mm-empty-msg{color:#555;padding:3rem;font-size:1.25rem}.mm-node-col{flex-direction:column;align-items:center;display:flex}.mm-connector-v{background:#111;flex-shrink:0;width:3px;height:28px}.mm-children-row{align-items:flex-start;display:flex}.mm-child-wrap{flex-direction:column;align-items:center;padding:28px 12px 0;display:flex;position:relative}.mm-child-wrap:before{content:"";background:#111;width:3px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mm-child-wrap:after{content:"";background:#111;height:3px;position:absolute;top:0;left:0;right:0}.mm-child-wrap:first-child:not(:only-child):after{left:calc(50% - 1.5px)}.mm-child-wrap:last-child:not(:only-child):after{right:calc(50% - 1.5px)}.mm-child-wrap:only-child:after{display:none}.mm-toggle-btn{box-shadow:none;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;padding:6px 0;display:flex;position:relative}.mm-toggle-btn:before{content:"";z-index:0;background:#111;width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.mm-toggle-btn--collapsed:before{bottom:50%}.mm-toggle-btn span{z-index:1;background:#fff;border:2.5px solid #111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding-top:1px;font-size:1.25rem;font-weight:700;line-height:0;transition:background .12s,box-shadow .12s,translate .12s;display:flex;position:relative;box-shadow:2px 2px 0 1px #111}.mm-toggle-btn:hover span{background:#d3ded1;translate:2px 2px;box-shadow:0 0 0 1px #111}.mm-node-btn{cursor:pointer;white-space:normal;word-break:normal;overflow-wrap:normal;text-align:center;border:3px solid #111;border-radius:8px;max-width:240px;padding:.55rem 1.1rem;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1.3;transition:box-shadow .12s,translate .12s;overflow:hidden;box-shadow:4px 4px 0 2px #111}.mm-node-btn:hover{translate:4px 4px;box-shadow:0 0 0 2px #111}.mm-node-btn--root{max-width:280px;padding:1rem 2rem;font-size:1.5rem;box-shadow:6px 6px 0 2px #111}.mm-node-btn--parent{background:#00a9d8}.mm-node-btn--leaf{-webkit-line-clamp:15;line-clamp:15;background:#41bc28;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.mm-node-btn--link{background:#e8e879}.mm-node-btn--checklist{color:#fff;cursor:default;background:#2049c5}.mm-node-btn--checklist:hover{translate:0;box-shadow:4px 4px 0 2px #111}.mm-node-btn--current{color:#fff;background:#a3703e;box-shadow:4px 4px 0 2px #111,0 0 0 4px #6b4929}@media (width>=1921px){.mm-node-btn{padding:.7rem 1.4rem;font-size:1.15rem}}.mm-checklist-card{color:#fff;text-align:left;background:#2049c5;border:3px solid #111;border-radius:8px;min-width:120px;max-width:200px;padding:.55rem .9rem .65rem;font-family:inherit;font-size:.9rem;box-shadow:4px 4px 0 2px #111}.mm-checklist-card__title{word-break:break-word;border-bottom:2px solid #ffffff59;margin-bottom:.45rem;padding-bottom:.35rem;font-size:.88rem;font-weight:700;line-height:1.3;display:block}.mm-checklist-card__items{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.mm-checklist-card__item{align-items:flex-start;gap:.35rem;font-size:.8rem;line-height:1.3;display:flex}.mm-checklist-card__item--checked{opacity:.55}.mm-checklist-card__item--checked .mm-checklist-card__text{text-decoration:line-through}.mm-checklist-card__check{text-align:center;flex-shrink:0;width:1em;font-size:.75rem;line-height:1.4}.mm-checklist-card__text{word-break:break-word}@media (width>=1921px){.mm-checklist-card{max-width:250px;font-size:1.1rem}.mm-checklist-card__title{font-size:1.05rem}.mm-checklist-card__item{font-size:.95rem}}html{scrollbar-gutter:stable;overflow-x:hidden}body{background-color:#e9f9e5;background-image:linear-gradient(#41bc2833 1px,#0000 1px),linear-gradient(90deg,#41bc2833 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:40px 40px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;font-family:DM Sans,sans-serif}@media (width<=576px){button{color:#000}}.main{justify-content:center;align-items:center;width:100%;min-height:100vh;margin:0;display:flex}.neobrutal-button{cursor:pointer;border:3px solid #000;border-radius:5px;transition:box-shadow .3s,translate .3s,opacity .3s;box-shadow:4px 4px 0 2px #000}@media (width>=1921px){.neobrutal-button{border:4px solid #000;border-radius:10px;box-shadow:6px 6px 0 2px #000}}.neobrutal-button:hover{translate:4px 4px;box-shadow:0 0 0 2px #000}.neobrutal-input{cursor:text;border:2px solid #000;border-radius:5px;transition:all .3s}@media (width>=1921px){.neobrutal-input{border:2px solid #000}}.neobrutal-input:focus{color:#000;background:#00a9d8;box-shadow:4px 4px 0 2px #000}.neobrutal-input:focus::placeholder{color:#000;opacity:.5}.neobrutal{border:3px solid #000;border-radius:5px;transition:all .3s}.neobrutal.detailsBox{border:2px solid #000}
