code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal-overlay{align-items:center;background-color:#000000b3;display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background:#2a2a2a;border-radius:8px;box-shadow:0 4px 10px #00000080;max-height:90vh;max-width:500px;overflow-y:auto;padding:25px;width:100%}.modal-header{align-items:center;border-bottom:1px solid #444;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.modal-header h3{color:#fff;margin:0}.modal-close-btn{background:none;border:none;color:#aaa;cursor:pointer;font-size:28px;font-weight:700;line-height:1;padding:0}.modal-close-btn:hover{color:#fff}.modal-body .add-chore-form{display:flex;flex-direction:column}.avatar-container{left:25px;position:absolute;text-align:center;top:20px;width:90px;z-index:50}.avatar-button{align-items:center;background-color:#3498db;border:2px solid #fff;border-radius:8px;box-shadow:0 2px 8px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:36px;font-weight:700;height:90px;justify-content:center;margin:0 auto;overflow:hidden;transition:transform .2s ease;width:90px}.avatar-button:hover{transform:scale(1.05)}.avatar-menu{background:#2a2a2a;border-radius:8px;box-shadow:0 4px 12px #00000080;left:0;overflow:hidden;padding:10px;position:absolute;text-align:left;top:100px;top:60px;width:220px}.avatar-menu-header{border-bottom:1px solid #444;margin-bottom:10px;padding:5px 10px;word-break:break-word}.avatar-menu-header strong{color:#fff;display:block;font-size:16px}.avatar-menu-header small{color:#999;display:block;font-size:12px}.logout-button{background-color:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:8px 15px;transition:background-color .2s;width:100%}.logout-button:hover{background-color:#c0392b}.visible-qr-code-wrapper{margin-top:15px}.visible-qr-code-wrapper>svg{background:#fff;border-radius:4px;box-shadow:0 0 5px #0000001a;padding:6px}.visible-qr-code-wrapper small{color:#999;display:block;font-size:12px;margin-top:8px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#121212;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.auth-container{align-items:center;display:flex;height:100vh;justify-content:center}.auth-form{background:#1e1e1e;border-radius:8px;box-shadow:0 4px 10px #00000080;max-width:400px;padding:40px;text-align:center;width:100%}.auth-form h2{color:#fff;margin-bottom:24px}.add-chore-form input,.add-chore-form select,.add-chore-form textarea,.auth-form input{background:#333;border:1px solid #555;border-radius:4px;box-sizing:border-box;color:#e0e0e0;font-size:16px;margin-bottom:15px;padding:12px 15px;width:100%}.add-chore-form input::placeholder,.add-chore-form textarea::placeholder,.auth-form input::placeholder{color:#999}.auth-form button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:background-color .3s;width:100%}.auth-form button:hover{background-color:#2980b9}.auth-form .toggle-button{background:none;color:#3498db;font-size:14px;margin-top:15px}.error-message{color:#e74c3c;margin-top:10px}.dashboard-container{margin:0 auto;max-width:1600px;padding:20px 20px 20px 100px}.panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.panel-header h2{color:#fff;margin:0}.add-button{background-color:#2ecc71;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:8px 15px;transition:background-color .3s}.add-button:hover{background-color:#27ae60}.dashboard-grid-layout{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}.chore-panel,.schedule-panel{display:flex;flex-direction:column;gap:0}.chore-panel h2,.schedule-panel h2{color:#fff;margin:0}.add-chore-form{display:flex;flex-wrap:wrap;gap:10px}.add-chore-form .time-input,.add-chore-form input,.add-chore-form select{background:#333;border:1px solid #555;border-radius:4px;color:#e0e0e0;flex-grow:1;font-family:inherit;font-size:14px;min-width:150px;padding:10px}.add-chore-form button{background-color:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;flex-grow:1;padding:10px 20px;transition:background-color .3s}@media (min-width:768px){.add-chore-form button{flex-grow:0}}.add-chore-form button:hover{background-color:#27ae60}.chore-tiles-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.user-chore-tile{background-color:#1e1e1e;border-radius:8px;box-shadow:0 2px 6px #0006;display:flex;flex-direction:column;padding:15px}.user-chore-tile h4{border-bottom:2px solid #333;color:#fff;margin:0 0 15px;padding-bottom:10px}.chores-for-person{display:flex;flex-direction:column;gap:10px;min-height:50px}.loading{color:#999;font-size:18px;padding:20px;text-align:center}.daily-view-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.daily-view-container{grid-template-columns:repeat(7,1fr)}}.day-column{background-color:#1e1e1e;border-radius:8px;box-shadow:0 2px 6px #0006;display:flex;flex-direction:column;padding:15px}.day-column h3{border-bottom:2px solid #333;color:#fff;font-size:16px;margin:0 0 15px;padding-bottom:10px;text-align:center}.chores-for-day{display:flex;flex-direction:column;gap:10px;min-height:50px}.chore-item{align-items:center;background:#2a2a2a;border:1px solid #333;border-radius:5px;display:flex;gap:8px;justify-content:space-between;padding:10px;word-break:break-word}.chore-item.completed .chore-task{color:#777;text-decoration:line-through}.chore-details{display:flex;flex-direction:column;flex-grow:1}.chore-task{color:#e0e0e0;font-size:14px;font-weight:500}.chore-actions{display:flex;flex-shrink:0;gap:5px}.chore-actions button{background:#333;border:1px solid #555;border-radius:4px;color:#e0e0e0;cursor:pointer;font-size:12px;line-height:1;padding:5px 8px}.chore-actions .delete-btn{border-color:#e74c3c;color:#e74c3c}.chore-actions .delete-btn:hover{background:#e74c3c;color:#fff}.activity-time-bubble{background-color:#004d40;color:#b2dfdb;margin-right:8px}.activity-time-bubble,.assigned-to-bubble{border-radius:12px;display:inline-block;font-size:12px;font-weight:700;margin-bottom:5px;padding:4px 8px}.assigned-to-bubble{background-color:#4e342e;color:#ffcc80}.assigned-to-all-bubble{background-color:#4a148c;border-radius:12px;color:#e1bee7;display:inline-block;font-size:12px;font-weight:700;margin-bottom:5px;padding:4px 8px}.chore-item .chore-task{color:#e0e0e0;font-size:14px;font-weight:500;margin-top:5px}.assigned-to{color:#999;font-size:12px}.add-chore-form .description-input{background:#333;border:1px solid #555;border-radius:4px;color:#e0e0e0;flex-grow:1;font-family:inherit;font-size:14px;min-height:80px;min-width:150px;padding:10px;resize:vertical}.chore-task-with-info{align-items:center;display:flex;flex-grow:1;gap:8px;word-break:break-word}.info-btn{background:none;border:none;color:#f39c12;cursor:pointer;flex-shrink:0;font-size:18px;margin:0;padding:0;transition:transform .2s}.info-btn:hover{transform:scale(1.2)}.chore-description-text{color:#e0e0e0;font-size:16px;line-height:1.6;margin:0;padding:10px;white-space:pre-wrap}.avatar-picker-container p{color:#ccc;margin-bottom:20px;text-align:center}.avatar-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.avatar-option-btn{align-items:center;background:#333;border:2px solid #555;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:10px;transition:all .2s}.avatar-option-btn:hover{background:#444;border-color:#3498db}.avatar-option-btn img{border-radius:4px;height:60px;object-fit:contain;width:60px}.modal-actions{display:flex;justify-content:center}.remove-btn{background:#0000;border:1px solid #e74c3c;border-radius:5px;color:#e74c3c;cursor:pointer;padding:8px 15px}.remove-btn:hover{background:#e74c3c;color:#fff}.avatar-img-display{height:100%;object-fit:cover}.menu-action-btn{background:none;border:none;border-bottom:1px solid #444;color:#e0e0e0;cursor:pointer;font-size:14px;padding:12px;text-align:left;width:100%}.menu-action-btn:hover{background:#333}
/*# sourceMappingURL=main.de9b0b78.css.map*/