@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap";.auth-form-container{text-align:left;width:100%;max-width:400px}.auth-form-container h2{color:var(--cyf-black);margin-bottom:.5rem;font-size:2rem;font-weight:900}.form-subtitle{color:var(--cyf-text-gray);margin-top:0;margin-bottom:2.5rem}.form-group label{color:var(--cyf-black);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.form-group input{box-sizing:border-box;background-color:var(--cyf-light-gray);border:1px solid #ced4da;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-group input:focus{background-color:var(--cyf-white);border-color:var(--cyf-pink);outline:none;box-shadow:0 0 0 4px #d9448a26}.auth-btn{background-color:var(--cyf-pink);width:100%;color:var(--cyf-white);cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s ease-in-out;box-shadow:0 4px 15px #d9448a33}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d9448a4d}.landing-container{width:100%;min-height:100vh;display:flex}.hero-panel{background:linear-gradient(90deg,#f8f9fa,#e9ecef);flex:1.2;justify-content:center;align-items:center;padding:4rem;display:flex}.hero-content{text-align:left;max-width:550px}.hero-headline{font-family:var(--font-family-base);color:var(--cyf-black);margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.2}.hero-headline-pink{color:var(--cyf-pink)}.hero-headline-secondary{color:var(--cyf-text-gray);margin-top:.5rem;font-size:3rem;font-weight:700;display:block}.hero-subheadline{color:var(--cyf-text-gray);font-size:1.2rem;line-height:1.6}.form-panel{background-color:var(--cyf-white);z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative;box-shadow:-10px 0 30px #0000000d}.form-content-wrapper{width:100%;max-width:400px;min-height:550px}.form-toggle{background-color:var(--cyf-light-gray);border-radius:8px;width:100%;margin-bottom:2.5rem;padding:.25rem;display:flex}.toggle-btn{font-family:var(--font-family-base);cursor:pointer;color:var(--cyf-text-gray);background-color:#0000;border:none;border-radius:6px;flex:1;padding:.75rem;font-size:1rem;font-weight:700;transition:all .2s ease-in-out}.toggle-btn.active{background-color:var(--cyf-white);color:var(--cyf-pink);box-shadow:0 2px 4px #00000014}@media (max-width:768px){.landing-container{flex-direction:column}.hero-panel{text-align:center;flex:none;padding:3rem 1.5rem}.form-panel{box-shadow:none;padding:2.5rem 1.5rem}.hero-headline{font-size:2.5rem}.hero-headline-secondary{font-size:1.8rem}.hero-subheadline{font-size:1rem}}.navbar{background-color:var(--cyf-white);border-bottom:1px solid var(--cyf-light-gray);justify-content:space-between;align-items:center;height:60px;padding:10px;display:flex}.navbar-user{align-items:center;gap:.75rem;display:flex}.welcome-text{color:var(--cyf-text-gray);font-size:.9rem}.user-name{color:var(--cyf-black);font-size:1rem;font-weight:700}.navbar-brand-pink{color:var(--cyf-pink)}.navbar-brand{color:var(--cyf-black);font-size:1.5rem;font-weight:900;text-decoration:none}.btn-logout{background-color:var(--cyf-pink);color:var(--cyf-white);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem}.app-layout{flex-direction:column;height:100vh;display:flex}.layout-body{flex:1;display:flex}.sidebar{background:#fff;width:220px;padding:2rem 1rem;box-shadow:2px 0 8px #0000000d}.app-content{flex:1;padding:2rem;overflow-y:auto}.task-list{margin:0;padding:0;list-style:none}.task-list li input[type=checkbox]{width:18px;height:18px;margin-right:.75rem}.task-list li.completed span{color:#adb5bd;text-decoration:line-through}.task-item{color:#495057;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex;position:relative}.task-item:hover{background-color:#f9f9f9}.left-content{align-items:center;gap:8px;display:flex}.menu-wrapper{position:relative}.menu-button{opacity:1;cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;transition:opacity .2s}.dropdown-menu{z-index:20;background:#fff;border:1px solid #ddd;border-radius:6px;flex-direction:column;min-width:100px;display:flex;position:absolute;top:120%;right:0;box-shadow:0 2px 6px #00000026}.dropdown-menu button{text-align:left;background:0 0;border:none;padding:8px 12px}.dropdown-menu button:hover{background:#f3f3f3}.task-list input,.task-list textarea{box-sizing:border-box;width:100%;font-family:var(--font-family-base);border:1px solid var(--cyf-light-gray);border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.task-inline-form{align-items:center;gap:8px;margin-top:10px;display:flex}.task-inline-form input{border:1px solid #ccc;border-radius:6px;flex:1;padding:8px 10px;font-size:14px}.btn-save-task{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:6px;padding:8px 12px}.btn-cancel-task{color:#333;cursor:pointer;background:#eee;border:none;border-radius:6px;padding:8px 12px}.btn-save-task:hover{background:#45a049}.btn-cancel-task:hover{background:#ddd}.goal-item-container{background-color:var(--cyf-white);border-left:5px solid #0000;border-radius:12px;margin-bottom:2rem;padding:1.5rem;transition:all .2s ease-in-out;box-shadow:0 4px 12px #00000014}.goal-item-container.completed-true{background-color:var(--cyf-light-gray);border-left-color:var(--cyf-pink)}.goal-item-container.completed-false{border-left-color:#28a745}.goal-item-header{justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.goal-item-header h3{color:var(--cyf-black);margin:0;font-size:1.25rem;font-weight:700}.goal-actions .btn-icon{cursor:pointer;color:var(--cyf-text-gray);background:0 0;border:none}.goal-smart-details-grid{border-top:1px solid var(--cyf-light-gray);border-bottom:1px solid var(--cyf-light-gray);grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem;padding:1rem 0;display:grid}.detail-item strong{text-transform:uppercase;color:var(--cyf-black);background-color:var(--cyf-light-gray);border-radius:4px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.detail-item p{color:var(--cyf-text-gray);border-left:3px solid var(--cyf-light-gray);margin:0;padding-left:.75rem;font-size:.95rem;line-height:1.5}.tasks-header{color:var(--cyf-black);margin-top:1rem;margin-bottom:.5rem;font-size:1rem;font-weight:700}.goal-progress{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.progress-bar-container{background-color:var(--cyf-light-gray);border-radius:5px;flex-grow:1;height:10px;overflow:hidden}.progress-bar{background-color:var(--cyf-pink);border-radius:5px;height:100%;transition:width .5s ease-in-out}.progress-text{color:var(--cyf-text-gray);font-size:.8rem;font-weight:700}.goal-footer{border-top:1px solid var(--cyf-light-gray);margin-top:1rem;padding-top:1rem}.btn-add-task{cursor:pointer;color:var(--cyf-pink);background:0 0;border:none;font-weight:700}.goal-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-icon{cursor:pointer;color:var(--cyf-text-gray);background:0 0;border:none;border-radius:4px;padding:.25rem .4rem;font-size:.85rem;transition:color .2s,background-color .2s}.btn-icon:hover{background-color:var(--cyf-light-gray);color:var(--cyf-black)}@media (max-width:600px){.goal-item-header{flex-direction:column;align-items:flex-start;gap:1rem}}.task-list-container{margin-bottom:1rem}.goal-item-container{animation:.25s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.task-warning{color:#d8000c;background-color:#ffe5e5;border-left:4px solid #d8000c;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600}.detail-item input,.detail-item textarea{box-sizing:border-box;width:100%;font-family:var(--font-family-base);border:1px solid var(--cyf-light-gray);border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.edit-actions{justify-content:flex-end;gap:10px;padding:10px;display:flex}.share-plan-modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.share-plan-modal-content{background:var(--cyf-white);text-align:left;border-radius:12px;width:90%;max-width:600px;padding:2rem;position:relative;box-shadow:0 5px 15px #0000004d}.close-modal-btn{color:#aaa;cursor:pointer;background:0 0;border:none;font-size:1.75rem;font-weight:700;position:absolute;top:10px;right:15px}.share-plan-modal-content h2{margin-top:0}.modal-section{border-top:1px solid var(--cyf-light-gray);margin-top:1.5rem;padding-top:1.5rem}.goal-selection-list{border:1px solid var(--cyf-light-gray);background:#f8f9fa;border-radius:8px;max-height:200px;padding:1rem;overflow-y:auto}.goal-checkbox-item{align-items:center;padding:.5rem 0;display:flex}.goal-checkbox-item input{margin-right:.75rem}.disabled-note{color:var(--cyf-text-gray);margin-top:.5rem;font-size:.8rem}.modal-actions{justify-content:left;gap:1rem;margin-top:2rem;display:flex}.tertiary-cancel{justify-content:right;gap:1rem;margin-top:2rem;display:flex}.btn-tertiary{border:1px solid var(--cyf-grey,#ccc);color:var(--cyf-dark,#333);cursor:pointer;background-color:#0000;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.btn-tertiary:hover{background-color:#0000000d}.btn-tertiary:active{background-color:#0000001a}.btn-tertiary:focus{outline:2px solid var(--cyf-pink,#ff80b5);outline-offset:2px}.feedback-list-container{background-color:var(--cyf-white);border-radius:12px;margin-top:3rem;padding:1.5rem 2rem;box-shadow:0 4px 12px #00000014}.feedback-list-container h2{border-bottom:1px solid var(--cyf-light-gray);margin-top:0;padding-bottom:1rem;font-size:1.25rem}.feedback-item{border-bottom:1px solid var(--cyf-light-gray);padding:1rem 0}.feedback-item:last-child{border-bottom:none}.feedback-item-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.feedback-item-header strong{color:var(--cyf-black)}.feedback-date{color:var(--cyf-text-gray);font-size:.8rem}.feedback-text{margin:0;line-height:1.6}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.dashboard-header h1{margin:0;font-size:2rem}.empty-state{text-align:center;background-color:var(--cyf-white);border-radius:12px;padding:4rem}.btn-primary{background-color:var(--cyf-pink);color:var(--cyf-white);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:700}.empty-state{text-align:center;background-color:var(--cyf-white);border-radius:12px;padding:4rem;box-shadow:0 4px 12px #0000000d}.dashboard-page{min-height:100vh;display:flex}.sidebar{color:#333;background-color:#f5f5f5;border-right:1px solid #ddd;flex-direction:column;gap:2rem;width:220px;padding:2rem 1rem;display:flex}.sidebar h2{color:var(--cyf-pink);margin:0;font-size:1.5rem;font-weight:700}.sidebar nav ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.sidebar nav a{color:#333;border-radius:6px;padding:.5rem .75rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.sidebar nav a:hover,.sidebar nav a.active{background-color:var(--cyf-pink);color:var(--cyf-white)}.dashboard-content{background-color:#fff;border-radius:12px;flex:1;min-height:calc(100vh - 2rem);margin:1rem;padding:2rem;box-shadow:0 4px 12px #0000000d}@media (max-width:768px){.sidebar{display:none}.dashboard-content{box-shadow:none;border-radius:0;margin:0;padding:1rem}}:root{--cyf-pink:#d9448a;--cyf-black:#000;--cyf-white:#fff;--cyf-light-gray:#ccc;--cyf-text-gray:#6c757d;--cyf-error-red:#d32f2f;--font-family-base:"Lato",sans-serif}.form-container{background-color:var(--cyf-white);border-radius:12px;max-width:700px;margin:2rem auto;padding:2.5rem;box-shadow:0 4px 12px #0000001a}.form-container h1{font-family:var(--font-family-base);color:var(--cyf-black);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-group label{font-family:var(--font-family-base);color:var(--cyf-black);margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block}.form-group .helper-text{font-family:var(--font-family-base);color:var(--cyf-text-gray);margin-top:0;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group textarea{box-sizing:border-box;width:100%;font-family:var(--font-family-base);border:1px solid var(--cyf-light-gray);border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-group input:focus,.form-group textarea:focus{border-color:var(--cyf-pink);outline:none;box-shadow:0 0 0 3px #d9448a33}.input-error{border-color:var(--cyf-error-red)!important}.error-message{color:var(--cyf-error-red);font-family:var(--font-family-base);margin-top:.25rem;font-size:.875rem}.server-error{text-align:center;background-color:#d32f2f1a;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.form-actions{text-align:right;margin-top:2rem}.btn-primary{background-color:var(--cyf-pink);color:var(--cyf-white);font-family:var(--font-family-base);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .2s ease-in-out}.btn-primary:hover{background-color:#c43b7b}.btn-primary:disabled{background-color:var(--cyf-light-gray);cursor:not-allowed}.shared-plan-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.shared-plan-header{text-align:center;border-bottom:1px solid var(--cyf-light-gray);margin-bottom:2rem;padding-bottom:2rem}.shared-plan-header h1{color:var(--cyf-black);margin:0 0 .5rem;font-size:2.5rem;font-weight:900}.shared-plan-header p{color:var(--cyf-text-gray);margin:0;font-size:1.1rem}.goals-list-public{flex-direction:column;gap:2rem;display:flex}.feedback-section{background-color:var(--cyf-white);border-radius:12px;margin-top:3rem;padding:1.5rem 2rem;box-shadow:0 4px 12px #00000014}.feedback-section h2{border-bottom:1px solid var(--cyf-light-gray);margin-top:0;padding-bottom:1rem;font-size:1.25rem}:root{--cyf-pink:#d9448a;--cyf-black:#1a1a1a;--cyf-white:#fff;--cyf-light-gray:#f1f3f5;--cyf-text-gray:#495057;--font-family-base:"Lato",sans-serif}body{font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}button{cursor:pointer}.btn-save{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:6px;padding:8px 12px}.btn-save:hover{background:#45a049}.btn-cancel{color:var(--cyf-black);cursor:pointer;border:none;border-radius:6px;padding:8px 12px}.help-page{color:#333;max-width:800px;margin:0 auto;padding:2rem}.help-page h1{text-align:center;margin-bottom:1rem;font-size:2.2rem}.help-page section{background:#fff;border-radius:12px;margin:1.5rem 0;padding:1.5rem;box-shadow:0 4px 12px #00000014}.help-page h2{color:var(--cyf-pink,#c28);margin-bottom:.8rem;font-size:1.4rem}.help-page p{font-size:1rem;line-height:1.6}.help-page section+section{margin-top:2rem}@media (max-width:768px){.help-page{padding:1rem}.help-page h1{font-size:1.8rem}.help-page section{padding:1rem}}.settings-page{text-align:center;max-width:400px;margin:2rem auto;padding:1rem}.settings-page h1{margin-bottom:2rem}.coming-soon-card{background:#f9f9f9;border-radius:12px;flex-direction:column;align-items:center;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 4px 12px #0000000d}.coming-soon-card span{margin-bottom:1rem;font-size:3rem}.coming-soon-card h2{color:#c21884;margin-bottom:.5rem}.coming-soon-card p{color:#555;font-size:.95rem}.logout-btn{color:#fff;cursor:pointer;background:#c21884;border:none;border-radius:10px;width:100%;padding:.8rem 1.2rem;font-weight:600}html,body{width:100%;height:100%;margin:0;padding:0}#root{width:100%;height:100%}body{overflow-x:hidden}
