*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.navbar{background:#fffffff7;box-shadow:0 2px 12px #00000014;padding:.75rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.25rem}.nav-logo{color:#667eea;font-size:1.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-decoration:none}.nav-links{display:flex;flex-wrap:wrap;gap:.75rem}.nav-link{align-items:center;border-radius:8px;color:#555;display:flex;font-size:.95rem;font-weight:600;min-height:44px;padding:.5rem .75rem;text-decoration:none;transition:color .2s}.nav-link:hover{background:#667eea0f;color:#667eea}.main-content{flex:1 1;margin:1.25rem auto;max-width:1200px;padding:0 1.25rem;width:100%}.dashboard-container{background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;padding:1.75rem}.dashboard-header{margin-bottom:2rem;text-align:center}.dashboard-header h1{color:#222;font-size:2rem;letter-spacing:-.02em;line-height:1.2;margin-bottom:.35rem}.subtitle{color:#777;font-size:1rem}.progress-stats{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2.5rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;box-shadow:0 4px 14px #00000026;color:#fff;padding:1.5rem;text-align:center}.stat-label{font-size:.85rem;font-weight:600;letter-spacing:.04em;margin-bottom:.4rem;opacity:.9;text-transform:uppercase}.stat-value{font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:.2rem}.stat-detail{font-size:.8rem;opacity:.8}.map-visualization{background:#fff;border-radius:14px;box-shadow:0 4px 16px #0000000f;margin:1.5rem 0;overflow-x:auto;padding:.5rem}.map-svg{display:block;height:auto;width:100%}.location-label{fill:#333;font-size:14px;font-weight:700}.character{filter:drop-shadow(0 3px 6px rgba(0,0,0,.35));transform-origin:center center}.progress-bar-container{margin-top:1rem;text-align:center}.progress-bar{background:#e8e8e8;border-radius:14px;box-shadow:inset 0 2px 4px #00000014;height:28px;margin-bottom:.5rem;overflow:hidden;width:100%}.progress-bar-fill{background:linear-gradient(90deg,#4a90e2,#32cd32);border-radius:14px;height:100%;transition:width .5s ease-out}.progress-text{color:#333;font-size:.95rem;font-weight:700}.week-stats{background:#f8f9fa;border-radius:14px;margin-top:2rem;padding:1.5rem;text-align:center}.week-stats h3{color:#333;margin-bottom:.4rem}.week-stats p{color:#666;font-size:1.05rem}.entry-form-container{align-items:center;display:flex;justify-content:center;min-height:60vh}.form-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;max-width:500px;padding:2rem;width:100%}.form-card h2{color:#222;font-size:1.75rem;letter-spacing:-.02em;line-height:1.2;margin-bottom:.35rem;text-align:center}.form-subtitle{color:#777;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.25rem}.form-group label{color:#444;display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.form-group input,.form-group select{background:#fff;border:2px solid #e0e0e0;border-radius:10px;color:#333;font-size:16px;min-height:44px;padding:.8rem .9rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.form-group input:disabled,.form-group select:disabled{background:#f5f5f5;cursor:not-allowed}.form-hint{color:#999;display:block;font-size:.8rem;margin-top:.3rem}.submit-button{-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;margin-top:.75rem;min-height:44px;padding:.8rem;transition:transform .15s,box-shadow .15s;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 4px 14px #667eea59;transform:translateY(-1px)}.submit-button:disabled{cursor:not-allowed;opacity:.55}.message{border-radius:10px;font-size:.9rem;font-weight:500;margin:1rem 0;padding:.9rem 1rem;text-align:center}.message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.loading{color:#777}.error,.loading{font-size:1.1rem;padding:3rem;text-align:center}.error{color:#dc3545}.admin-container{background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;padding:1.75rem}.admin-login{justify-content:center;min-height:60vh}.admin-header,.admin-login{align-items:center;display:flex}.admin-header{border-bottom:2px solid #eee;justify-content:space-between;margin-bottom:1.75rem;padding-bottom:1rem}.admin-header h2{color:#222;letter-spacing:-.02em}.logout-button{-webkit-tap-highlight-color:transparent;background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;min-height:44px;padding:.6rem 1.25rem;transition:background .2s}.logout-button:hover{background:#c82333}.admin-sections{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:1.5rem}.admin-section{background:#f8f9fa;border-radius:14px;padding:1.5rem}.admin-section h3{color:#333;font-size:1.1rem;letter-spacing:-.01em;margin-bottom:1rem}.add-user-form{display:flex;gap:.5rem;margin-bottom:1rem}.add-user-form input{border:2px solid #e0e0e0;border-radius:8px;flex:1 1;font-size:16px;min-height:44px;padding:.6rem .75rem}.add-user-form .submit-button{margin-top:0;padding:.6rem 1.25rem;width:auto}.users-list{max-height:320px;overflow-y:auto}.user-item{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.4rem;padding:.7rem .85rem}.user-name-link{color:#667eea;cursor:pointer;font-weight:600;transition:color .2s}.user-name-link:hover{color:#4a5fd8;text-decoration:underline}.delete-button{-webkit-tap-highlight-color:transparent;background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;min-height:36px;min-width:60px;padding:.45rem .9rem;transition:background .2s}.delete-button:hover:not(:disabled){background:#c82333}.delete-button:disabled{cursor:not-allowed;opacity:.55}.delete-button.small{font-size:.8rem;min-height:30px;min-width:50px;padding:.3rem .65rem}.cancel-button{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;min-height:36px;padding:.45rem 1rem;transition:background .2s}.cancel-button:hover{background:#5a6268}.activity-log-section,.per-kid-section{margin-top:1.5rem}.per-kid-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.per-kid-header h3{margin-bottom:0}.per-kid-summary{color:#555;display:flex;font-size:.95rem;gap:1.5rem;margin-bottom:1rem}.entries-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.entries-table{border-collapse:collapse;font-size:.9rem;width:100%}.entries-table td,.entries-table th{border-bottom:1px solid #e9ecef;padding:.65rem .85rem;text-align:left;white-space:nowrap}.entries-table th{background:#eef0f4;color:#444;font-size:.82rem;font-weight:700;letter-spacing:.04em;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0}.entries-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.entries-table th.sortable:hover{background:#e2e6ec}.entries-table tbody tr:hover{background:#f8f9fc}.empty-text,.loading-text{color:#999;font-size:.95rem;padding:1.5rem;text-align:center}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-card{background:#fff;border-radius:16px;box-shadow:0 12px 40px #0003;max-width:440px;padding:2rem;width:100%}.modal-card h3{color:#dc3545;margin-bottom:.75rem}.modal-warning{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:1.25rem}.modal-actions{display:flex;gap:.75rem;margin-top:1rem}.modal-actions .cancel-button,.modal-actions .delete-button{flex:1 1}.entries-list{max-height:400px;overflow-y:auto}.entry-item{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.4rem;padding:.7rem .85rem}.entry-content{flex:1 1}.entry-date{color:#888;font-size:.82rem;margin-top:.15rem}@media (max-width:768px){.nav-container{flex-direction:column;gap:.5rem;padding:0 1rem}.nav-logo{font-size:1.05rem;text-align:center;width:100%}.nav-links{gap:.25rem;justify-content:center;width:100%}.main-content{margin:.5rem auto;padding:0 .75rem}.dashboard-container{border-radius:12px;padding:1.25rem}.dashboard-header h1{font-size:1.5rem}.subtitle{font-size:.9rem}.progress-stats{gap:.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.stat-card{padding:.75rem .5rem}.stat-label{font-size:.68rem;margin-bottom:.2rem}.stat-value{font-size:1.1rem;margin-bottom:.1rem}.stat-detail{font-size:.62rem}.map-visualization{margin:1rem 0;padding:.25rem}.location-label{font-size:12px}.progress-text{font-size:.88rem}.week-stats{margin-top:1rem;padding:1rem}.week-stats p{font-size:.95rem}.form-card{border-radius:12px;padding:1.25rem}.form-card h2{font-size:1.5rem}.admin-container{border-radius:12px;padding:1rem}.admin-sections{gap:1rem;grid-template-columns:1fr}.admin-section{padding:1rem}.admin-header{align-items:flex-start;flex-direction:column;gap:.5rem}.admin-header h2{font-size:1.4rem}.per-kid-summary{flex-direction:column;gap:.35rem}.entries-table{font-size:.82rem}.entries-table td,.entries-table th{padding:.5rem .6rem}}@media (max-width:480px){.nav-logo{font-size:.95rem}.nav-link{font-size:.88rem;padding:.35rem .5rem}.dashboard-header h1{font-size:1.25rem}.progress-stats{gap:.35rem;margin-bottom:.75rem}.stat-card{padding:.6rem .35rem}.stat-label{font-size:.62rem}.stat-value{font-size:1rem}.stat-detail{font-size:.58rem}.map-visualization{margin:.75rem 0}.form-card h2{font-size:1.25rem}.admin-header h2{font-size:1.2rem}.entry-item{align-items:flex-start;flex-direction:column;gap:.5rem}.delete-button,.entry-content{width:100%}.user-item{align-items:flex-start;flex-direction:column;gap:.5rem}.user-item .delete-button{width:100%}.modal-card{padding:1.25rem}.modal-actions{flex-direction:column}}.nav-left{gap:.75rem}.nav-left,.nav-logo-icon{align-items:center;display:flex}.nav-logo-icon{justify-content:center;text-decoration:none}.nav-title{color:#667eea;font-size:1.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-decoration:none}.menu-btn{background:none;border:none;color:#333;cursor:pointer;display:none;padding:.5rem}.desktop-only{display:flex}.side-menu-overlay{background:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:1000}.side-menu-overlay.open{opacity:1;visibility:visible}.side-menu{background:#fff;box-shadow:-4px 0 16px #0000001a;display:flex;flex-direction:column;height:100%;padding:1.5rem;position:fixed;right:-300px;top:0;transition:right .3s ease;width:300px;z-index:1001}.side-menu.open{right:0}.side-menu-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.side-menu-header h2{color:#333;font-size:1.5rem}.close-btn{background:none;border:none;color:#666;cursor:pointer;padding:.5rem;transition:color .2s}.close-btn:hover{color:#333}.side-menu-nav{display:flex;flex-direction:column;gap:1rem}.side-menu-link{border-radius:8px;color:#555;font-size:1.1rem;font-weight:600;padding:.75rem 1rem;text-decoration:none;transition:background .2s,color .2s}.side-menu-link:hover{background:#f0f4ff;color:#667eea}.fab{align-items:center;background:#ff69b4;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #0003;display:flex;height:56px;justify-content:center;position:fixed;right:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;width:56px;z-index:900}.fab:hover{box-shadow:0 6px 16px #00000040;transform:scale(1.05)}.fab:active{transform:scale(.95)}@media (max-width:768px){.menu-btn{display:block}.desktop-only{display:none}.nav-container{flex-direction:row;justify-content:space-between}.nav-logo{text-align:left;width:auto}}.admin-tabs{border-bottom:1px solid #eee;display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.tab-btn{background:none;border:none;border-radius:8px;color:#666;cursor:pointer;font-weight:600;padding:.6rem 1.25rem;transition:all .2s;white-space:nowrap}.tab-btn:hover{background:#f0f4ff;color:#667eea}.tab-btn.active{background:#667eea;color:#fff}
/*# sourceMappingURL=main.6c0b4af4.css.map*/