@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Work+Sans:wght@400;500;600&display=swap";*{box-sizing:border-box}:root{font-family:Work Sans,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#0c0c0c;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#0c0c0c}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #9b8cd4;outline-offset:2px}input{font-family:inherit}input:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}::selection{background:#9b8cd44d;color:#fff}@media(hover:none)and (pointer:coarse){button,input,textarea{min-height:44px}.circle{min-width:44px;min-height:44px}}.user-tabs{display:flex;gap:0;background:#ffffff09;border-radius:18px;margin-bottom:2rem;padding:6px;position:relative;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-tab{position:relative;flex:1;padding:.9rem 1.5rem;background:transparent;border:none;color:#888;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:14px;z-index:1;letter-spacing:.2px}.user-tab:hover{color:#aaa}.user-tab.active{color:#fff;background:#ffffff14;box-shadow:0 2px 8px #0000004d}.user-name{position:relative;z-index:1}.tab-indicator{position:absolute;bottom:4px;left:50%;transform:translate(-50%) scaleX(0);width:24px;height:3px;background:var(--accent-color, linear-gradient(90deg, #6b7fd4, #9b8cd4));border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.user-tab.active .tab-indicator{transform:translate(-50%) scaleX(1)}@media(max-width:1024px){.user-tabs{margin-bottom:1.5rem;border-radius:14px}.user-tab{padding:.8rem 1rem;font-size:.9rem;border-radius:10px}}@media(max-width:480px){.user-tabs{padding:3px;margin-bottom:1.25rem;border-radius:12px}.user-tab{padding:.75rem .5rem;font-size:.9rem;border-radius:9px}.tab-indicator{width:20px;height:2px;bottom:3px}}@media(max-width:360px){.user-tab{padding:.65rem .35rem;font-size:.85rem}}.habit-tracker{margin-bottom:2rem}.habit-tracker.loading{display:flex;justify-content:center;align-items:center;min-height:200px;color:#666}.week-header{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem;padding-right:.25rem}.day-label{width:32px;text-align:center;font-size:.8rem;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.day-label.today{color:var(--accent-color, #9b8cd4)}.habits-list{display:flex;flex-direction:column;gap:.65rem}.habit-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.habit-name{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0;max-width:210px;padding:.6rem .9rem;border-radius:6px;font-size:.78rem;font-weight:600;color:#262626;text-transform:uppercase;letter-spacing:.6px;transition:transform .2s ease}.habit-name:hover{transform:scale(1.02)}.habit-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-habit{opacity:0;background:none;border:none;color:#2a2a2a;cursor:pointer;padding:0 .25rem;font-size:.85rem;transition:opacity .2s ease;flex-shrink:0}.habit-name:hover .delete-habit{opacity:.5}.delete-habit:hover{opacity:1!important}.habit-circles{display:flex;gap:.6rem}.circle{width:32px;height:32px;min-width:32px;min-height:32px;aspect-ratio:1 / 1;border-radius:50%;border:2px solid rgba(255,255,255,.18);background:#ffffff05;cursor:pointer;transition:all .2s ease;position:relative;flex-shrink:0;padding:0;box-sizing:border-box}.circle:hover{border-color:#ffffff59;transform:scale(1.08)}.circle.today{border-color:var(--accent-color, #9b8cd4);box-shadow:0 0 0 2px #ffffff05}.circle.completed{background:var(--habit-color, #9b8cd4);border-color:var(--habit-color, #9b8cd4);box-shadow:0 6px 14px #00000040;animation:pop .3s ease}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.add-habit-btn{margin-top:1rem;padding:.75rem 1rem;background:#ffffff08;border:1px dashed #333;border-radius:4px;color:#555;font-size:.8rem;cursor:pointer;width:100%;transition:all .2s ease}.add-habit-btn:hover{background:#ffffff0f;border-color:#555;color:#888}.add-habit-form{display:flex;gap:.5rem;margin-top:1rem;animation:fadeIn .2s ease;flex-wrap:wrap}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.add-habit-form input{flex:1;min-width:150px;padding:.75rem;background:#ffffff0d;border:1px solid #333;border-radius:4px;color:#fff;font-size:.85rem}.add-habit-form input:focus{outline:none;border-color:var(--accent-color, #9b8cd4)}.btn-save,.btn-cancel{padding:.75rem 1rem;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.btn-save{background:var(--accent-color, #9b8cd4);color:#0c0c0c}.btn-save:hover{filter:brightness(1.1)}.btn-cancel{background:#ffffff1a;color:#999}.btn-cancel:hover{background:#ffffff26}@media(max-width:1024px){.habit-name{max-width:180px;padding:.5rem .75rem;font-size:.75rem}.circle{width:30px;height:30px;min-width:30px;min-height:30px}.day-label{width:30px;font-size:.75rem}}@media(max-width:480px){.week-header{gap:.4rem;margin-bottom:.75rem}.day-label{width:36px;font-size:.7rem}.habits-list,.habit-row{gap:.5rem}.habit-name{max-width:110px;padding:.5rem .6rem;font-size:.65rem}.habit-circles{gap:.4rem}.circle{width:36px;height:36px;min-width:36px;min-height:36px;aspect-ratio:1 / 1}.add-habit-form{flex-direction:column}.add-habit-form input{width:100%}.add-habit-form .btn-save,.add-habit-form .btn-cancel{flex:1}}@media(max-width:360px){.day-label{width:30px;font-size:.6rem}.circle{width:30px;height:30px;min-width:30px;min-height:30px}.habit-name{max-width:90px;font-size:.6rem;padding:.4rem .5rem}.habit-circles{gap:.3rem}}.todo-list{flex:1;padding:.5rem 0}.todo-list.loading{display:flex;justify-content:center;align-items:center;min-height:150px;color:#666}.todo-list h3{font-size:1rem;font-weight:600;color:#888;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.todos{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.todo-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;border-bottom:1px dotted rgba(255,255,255,.12);animation:slideIn .2s ease;min-height:28px}.todo-item.empty{opacity:.3}.todo-item.completed .todo-text{text-decoration:line-through;color:#555}.todo-bullet{color:var(--accent-color, #888);font-size:.7rem;cursor:pointer;flex-shrink:0;width:12px;text-align:center;transition:color .2s ease}.todo-item:not(.empty) .todo-bullet:hover{color:#fff}.todo-text{flex:1;color:#ccc;font-size:.85rem;word-break:break-word}.todo-line{flex:1;height:1px}.todo-delete{opacity:0;background:none;border:none;color:#666;font-size:1rem;cursor:pointer;padding:0 .25rem;transition:all .2s ease;flex-shrink:0}.todo-item:hover .todo-delete{opacity:1}.todo-delete:hover{color:#e57373}.add-todo{display:flex;gap:.5rem}.add-todo input{flex:1;padding:.7rem .85rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:.82rem;transition:border-color .2s ease,background .2s ease}.add-todo input:focus{outline:none;border-color:var(--accent-color, #9b8cd4);background:#ffffff0d}.add-todo input::placeholder{color:#555}.add-todo button{padding:.7rem .95rem;background:var(--accent-color, #888);border:none;border-radius:8px;color:#0c0c0c;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 14px #0003}.add-todo button:hover{filter:brightness(1.1)}@keyframes slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.todo-list h3{font-size:.95rem}.todo-text{font-size:.8rem}}@media(max-width:480px){.todo-list h3{font-size:.9rem;margin-bottom:.6rem}.todo-item{padding:.3rem 0;gap:.4rem}.todo-text{font-size:.8rem}.todo-delete{opacity:.5;font-size:.9rem}.add-todo input{padding:.7rem;font-size:.85rem}.add-todo button{padding:.7rem 1rem}}.notes{flex:1;padding:.5rem 0}.notes h3{font-size:1rem;font-weight:600;color:#888;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.notes textarea{width:100%;min-height:120px;padding:.85rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#ccc;font-size:.85rem;font-family:inherit;resize:vertical;transition:border-color .2s ease,background .2s ease}.notes textarea:focus{outline:none;border-color:var(--accent-color, #9b8cd4);background:#ffffff0d}.notes textarea::placeholder{color:#555}@media(max-width:480px){.notes textarea{min-height:100px;font-size:.8rem}}.app{min-height:100vh;width:100%;position:relative;overflow-x:hidden}.container{max-width:600px;margin:0 auto;padding:2rem;position:relative;z-index:1}.app-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.app-header h1{font-size:2.1rem;font-weight:700;color:#f2f2f2;margin:0;letter-spacing:2px;text-transform:uppercase;font-family:Cormorant Garamond,serif}.header-icon{width:48px;height:48px;color:#666;opacity:.6}.decoration{position:fixed;pointer-events:none;opacity:.15;z-index:0;transition:opacity .3s ease}.decoration-top-right{top:2rem;right:2rem}.decoration-top-left{top:2rem;left:2rem}.decoration-bottom-left{bottom:2rem;left:2rem}.decoration-bottom-right{bottom:2rem;right:2rem}.icon-volleyball{width:80px;height:80px;color:#d4a88c}.icon-lacrosse{width:100px;height:100px;color:#d4a88c}.icon-flower{width:70px;height:70px;color:#7eb8da}.icon-flower-small{width:50px;height:50px;color:#7eb8da}.icon-branch{width:90px;height:90px;color:#7eb8da}.icon-gaming{width:70px;height:70px;color:#8ca8d4}.icon-music{width:60px;height:75px;color:#8ca8d4}.main-content{animation:fadeIn .3s ease;display:flex;flex-direction:column;gap:2rem}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);margin:.5rem 0}.bottom-section{display:flex;gap:2rem}.bottom-section>*{flex:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-olivia{--accent-color: #d4a88c}.user-fraser{--accent-color: #8ca8d4}.user-katie{--accent-color: #7eb8da}@media(min-width:1025px){.container{max-width:700px;padding:3rem 2rem}.app-header h1{font-size:2.25rem}.header-icon{width:56px;height:56px}}@media(max-width:1024px){.container{max-width:580px;padding:1.5rem}.app-header{margin-bottom:1.5rem}.app-header h1{font-size:1.75rem}.header-icon{width:44px;height:44px}.decoration{opacity:.1}.icon-volleyball,.icon-flower,.icon-gaming{width:60px;height:60px}.icon-lacrosse,.icon-branch{width:70px;height:70px}}@media(max-width:480px){.container{padding:1.5rem 1rem 2rem}.app-header{margin-bottom:1.25rem;gap:.75rem}.app-header h1{font-size:1.35rem}.header-icon{width:36px;height:36px}.main-content{gap:1.5rem}.section-divider{margin:.25rem 0}.bottom-section{flex-direction:column;gap:1.5rem}.decoration{opacity:.08}.decoration-top-right,.decoration-top-left{top:1rem}.decoration-top-right{right:1rem}.decoration-top-left{left:1rem}.decoration-bottom-left{bottom:1rem;left:1rem}.icon-volleyball,.icon-flower,.icon-gaming{width:45px;height:45px}.icon-lacrosse,.icon-branch{width:55px;height:55px}.icon-flower-small{width:35px;height:35px}.icon-music{width:40px;height:50px}}@media(max-width:360px){.container{padding:1rem .75rem .75rem}.app-header h1{font-size:1.2rem}.header-icon{width:30px;height:30px}}@supports (padding: max(0px)){.app{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));padding-bottom:max(0px,env(safe-area-inset-bottom))}}
