*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,sans-serif;background:#f7f5ff;min-height:100vh;padding:1rem 1.5rem 2rem}#loadingScreen{position:fixed;top:0;right:0;bottom:0;left:0;background:#f7f5ff;display:flex;align-items:center;justify-content:center;z-index:9999;flex-direction:column;gap:12px}.spinner{width:36px;height:36px;border:3px solid #e0ddf8;border-top-color:#7f77dd;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbar{display:flex;align-items:center;gap:10px;margin-bottom:1.25rem;flex-wrap:wrap}.topbar h1{font-size:22px;font-weight:600;color:#3c3489;display:flex;align-items:center;gap:8px;flex:1}.menu-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid #e0ddf8;background:#fff;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.menu-btn:hover{background:#eeedfe;border-color:#afa9ec}.child-name-wrap{display:flex;align-items:center;gap:8px;background:#fff;border-radius:40px;padding:5px 14px 5px 5px;border:1.5px solid #e0ddf8}.child-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;flex-shrink:0}.child-name-input{font-size:15px;font-weight:600;color:#2a2560;border:none;background:transparent;outline:none;width:150px}.child-name-input::placeholder{color:#b0aad8;font-weight:400}.btn{font-size:13px;padding:7px 14px;border-radius:20px;border:1.5px solid #e0ddf8;background:#fff;color:#7f77dd;cursor:pointer;font-weight:500;white-space:nowrap;transition:all .15s}.btn:hover{background:#eeedfe;border-color:#afa9ec}.btn.danger{color:#a32d2d;border-color:#f7c1c1}.btn.danger:hover{background:#fcebeb}.smiley-bar{display:flex;align-items:center;gap:12px;background:#fff;border:1.5px solid #e0ddf8;border-radius:14px;padding:8px 14px;margin-bottom:1rem;flex-wrap:wrap}.smiley-bar-title{font-size:12px;font-weight:600;color:#b0aad8;text-transform:uppercase;letter-spacing:.5px;margin-right:4px}.smiley-count{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:500}.smiley-count span:first-child{font-size:18px}.smiley-count .num{background:#f8f7ff;border:1px solid #e0ddf8;border-radius:8px;padding:2px 8px;color:#3c3489;min-width:28px;text-align:center}#eventTrackers{margin-bottom:1rem}.tracker-card{background:#fff;border:1.5px solid #e0ddf8;border-radius:14px;padding:10px 14px;margin-bottom:8px;display:flex;align-items:center;gap:12px}.tracker-icon{font-size:22px;flex-shrink:0}.tracker-icon img{width:28px;height:28px;object-fit:cover;border-radius:6px}.tracker-info{flex:1;min-width:0}.tracker-name{font-size:13px;font-weight:600;color:#2a2560;margin-bottom:4px}.tracker-bar-wrap{background:#f0effe;border-radius:20px;height:10px;overflow:hidden}.tracker-bar-fill{height:100%;border-radius:20px;transition:width .6s ease}.tracker-days{font-size:12px;color:#7f77dd;font-weight:600;white-space:nowrap;flex-shrink:0}.scroll-wrap{overflow-x:auto;margin-bottom:.5rem;border-radius:16px;border:1.5px solid #e0ddf8;box-shadow:0 4px 20px #7f77dd1a}.week-grid{display:grid;grid-template-columns:64px repeat(7,minmax(108px,1fr));min-width:820px;background:#fff;border-radius:14px;overflow:hidden}.corner-cell{background:#f8f7ff;border-right:1px solid #e8e6f5;border-bottom:1px solid #e8e6f5;display:flex;align-items:flex-end;justify-content:center;padding:6px 4px;font-size:10px;color:#b0aad8;font-weight:500}.day-header{padding:6px 6px 4px;text-align:center;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);position:relative}.day-header .dshort{font-size:10px;font-weight:600;opacity:.6;letter-spacing:.5px;text-transform:uppercase}.day-header .dfull{font-size:12px;font-weight:600;margin-top:1px}.day-header .day-smiley{font-size:28px;display:block;margin-top:2px;cursor:default}.day-header .day-smiley.editable{cursor:pointer}.day-header .day-date{font-size:10px;color:#b0aad8;margin-top:1px}.day-header .event-dots{display:flex;gap:2px;justify-content:center;flex-wrap:wrap;margin-top:3px;min-height:8px}.event-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.time-label{display:flex;align-items:center;justify-content:center;padding:3px;min-height:74px;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);background:#f8f7ff}.time-inner{text-align:center;font-size:10px;font-weight:600;line-height:1.5;color:#7f77dd}.time-inner .t2{color:#b0aad8;font-size:9px}.drop-zone{border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);padding:4px;min-height:74px;display:flex;flex-direction:column;gap:3px;transition:background .12s}.drop-zone.drag-over{outline:2px dashed rgba(127,119,221,.4);background:#fff9!important}.task-card{padding:3px 6px;border-radius:7px;font-size:10px;font-weight:600;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:3px;border:1px solid rgba(0,0,0,.08);transition:opacity .15s,transform .1s}.task-card.editable{cursor:grab}.task-card.editable:active{cursor:grabbing;transform:scale(.95)}.task-img{width:20px;height:20px;object-fit:cover;border-radius:3px;flex-shrink:0}.task-label{flex:1;line-height:1.2}.remove-btn{opacity:0;font-size:12px;cursor:pointer;background:none;border:none;padding:0;line-height:1;color:inherit}.task-card:hover .remove-btn{opacity:.5}.save-bar{text-align:center;font-size:11px;color:#b0aad8;min-height:16px;margin-bottom:6px}.week-nav{display:flex;align-items:center;gap:8px;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.week-label{font-size:14px;font-weight:600;color:#3c3489;min-width:200px;text-align:center}.login-hint{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 0;flex-wrap:wrap}.hint-btn{font-size:13px;font-weight:500;color:#7f77dd;cursor:pointer;background:#fff;border:1.5px solid #AFA9EC;padding:7px 18px;border-radius:20px;transition:all .15s}.hint-btn:hover{background:#eeedfe}.hint-btn.sm{font-size:12px;padding:5px 12px;color:#888;border-color:#e0ddf8}.bank-section{background:#fff;border:1.5px solid #e0ddf8;border-radius:16px;padding:1.1rem;margin-bottom:1rem}.bank-title{font-size:12px;font-weight:600;color:#7f77dd;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.bank-grid{display:flex;flex-wrap:wrap;gap:6px}.bank-card{padding:5px 9px;border-radius:9px;font-size:12px;font-weight:600;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:5px;border:1px solid rgba(0,0,0,.08);transition:transform .1s,box-shadow .1s}.bank-card.editable{cursor:grab}.bank-card.editable:hover{box-shadow:0 3px 10px #0000001a;transform:translateY(-1px)}.bank-card.editable:active{transform:scale(.95)}.bank-img{width:24px;height:24px;object-fit:cover;border-radius:5px;flex-shrink:0}.add-section{margin-top:12px;background:#f8f7ff;border:1.5px solid #e0ddf8;border-radius:10px;padding:10px 12px}.add-title{font-size:11px;font-weight:600;color:#7f77dd;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.add-row{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.add-row input[type=text]{flex:1;min-width:100px;font-size:13px;padding:6px 10px;border:1.5px solid #e0ddf8;border-radius:9px;outline:none;background:#fff;color:#2a2560;font-family:inherit}.add-row input[type=text]:focus{border-color:#7f77dd}.add-row select{font-size:12px;padding:6px 8px;border:1.5px solid #e0ddf8;border-radius:9px;background:#fff;color:#2a2560;font-family:inherit;outline:none;cursor:pointer}.add-row button{font-size:12px;padding:6px 12px;border-radius:9px;background:#7f77dd;border:none;color:#fff;cursor:pointer;font-weight:600;font-family:inherit;transition:background .15s}.add-row button:hover{background:#534ab7}.emoji-picker-wrap{position:relative;display:inline-block}.emoji-btn{width:34px;height:34px;font-size:17px;border:1.5px solid #e0ddf8;border-radius:9px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.emoji-dropdown{position:absolute;top:40px;left:0;background:#fff;border:1.5px solid #e0ddf8;border-radius:12px;padding:8px;display:flex;flex-wrap:wrap;gap:3px;width:210px;z-index:999;box-shadow:0 8px 24px #0000001f}.emoji-dropdown span{font-size:19px;cursor:pointer;padding:3px;border-radius:5px;line-height:1}.emoji-dropdown span:hover{background:#eeedfe}.upload-label{font-size:11px;padding:6px 10px;border-radius:9px;background:#fff;border:1.5px solid #e0ddf8;color:#7f77dd;cursor:pointer;white-space:nowrap;font-weight:500}.upload-label:hover{background:#eeedfe}.img-preview-sm{width:28px;height:28px;object-fit:cover;border-radius:5px;border:1.5px solid #e0ddf8}.overlay-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:200;display:none;align-items:flex-start;justify-content:flex-start}.overlay-bg.open{display:flex}.side-menu{width:min(420px,95vw);height:100vh;background:#fff;overflow-y:auto;padding:1.5rem;box-shadow:4px 0 30px #00000026}.side-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.side-menu-header h2{font-size:18px;font-weight:600;color:#2a2560}.close-menu-btn{width:34px;height:34px;border-radius:50%;border:1.5px solid #e0ddf8;background:#f8f7ff;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}.close-menu-btn:hover{background:#eeedfe}.menu-section{margin-bottom:1.5rem}.menu-section-title{font-size:12px;font-weight:600;color:#b0aad8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.year-nav{display:flex;align-items:center;gap:10px;margin-bottom:12px}.year-nav button{width:30px;height:30px;border-radius:50%;border:1.5px solid #e0ddf8;background:#f8f7ff;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.year-nav button:hover{background:#eeedfe}.year-nav span{font-size:15px;font-weight:600;color:#2a2560;flex:1;text-align:center}.year-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.month-mini{background:#f8f7ff;border-radius:10px;padding:6px}.month-mini-title{font-size:10px;font-weight:600;color:#7f77dd;text-align:center;margin-bottom:4px;text-transform:uppercase;letter-spacing:.4px}.month-mini-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.month-day{font-size:9px;text-align:center;padding:2px 1px;border-radius:4px;cursor:default;color:#666;line-height:1.4}.month-day.has-event{font-weight:700;color:#3c3489}.month-day.today{background:#7f77dd;color:#fff;border-radius:4px}.month-day.header-day{color:#b0aad8;font-weight:600;font-size:8px}.month-day.other-month{color:#ddd}.event-list{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.event-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f8f7ff;border-radius:10px;border:1px solid #e0ddf8}.event-item-icon{font-size:18px;flex-shrink:0}.event-item-icon img{width:24px;height:24px;object-fit:cover;border-radius:5px}.event-item-info{flex:1;min-width:0}.event-item-name{font-size:13px;font-weight:600;color:#2a2560}.event-item-date{font-size:11px;color:#b0aad8}.event-item-track{font-size:10px;font-weight:600;border-radius:6px;padding:2px 6px;background:#eeedfe;color:#3c3489}.event-item-del{background:none;border:none;font-size:14px;cursor:pointer;color:#b0aad8;padding:2px 4px}.event-item-del:hover{color:#a32d2d}.event-form{background:#f8f7ff;border:1.5px solid #e0ddf8;border-radius:12px;padding:12px}.event-form-title{font-size:12px;font-weight:600;color:#7f77dd;margin-bottom:10px;text-transform:uppercase;letter-spacing:.4px}.form-row{display:flex;gap:8px;align-items:center;margin-bottom:8px;flex-wrap:wrap}.form-row label{font-size:12px;color:#888;min-width:64px;flex-shrink:0}.form-row input[type=text],.form-row input[type=date],.form-row select{flex:1;font-size:13px;padding:6px 10px;border:1.5px solid #e0ddf8;border-radius:8px;outline:none;background:#fff;color:#2a2560;font-family:inherit;min-width:80px}.form-row input:focus,.form-row select:focus{border-color:#7f77dd}.form-row .checkbox-wrap{display:flex;align-items:center;gap:6px;font-size:13px;color:#2a2560}.form-row input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#7F77DD}.color-swatches{display:flex;gap:5px;flex-wrap:wrap}.swatch{width:24px;height:24px;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:transform .1s}.swatch:hover{transform:scale(1.15)}.swatch.active{border-color:#534ab7;transform:scale(1.1)}.form-actions{display:flex;gap:8px;margin-top:10px}.form-actions button{flex:1;font-size:13px;padding:7px;border-radius:9px;border:none;cursor:pointer;font-weight:600;font-family:inherit}.btn-save{background:#7f77dd;color:#fff}.btn-save:hover{background:#534ab7}.btn-cancel{background:#f0effe;color:#7f77dd}.btn-cancel:hover{background:#eeedfe}.smiley-picker-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:500;display:none;align-items:center;justify-content:center}.smiley-picker-modal.open{display:flex}.smiley-picker-box{background:#fff;border-radius:20px;padding:1.5rem;text-align:center;box-shadow:0 8px 40px #0000002e;max-width:280px;width:90%}.smiley-picker-box h3{font-size:16px;font-weight:600;color:#2a2560;margin-bottom:4px}.smiley-picker-box p{font-size:13px;color:#888;margin-bottom:1rem}.smiley-options{display:flex;gap:10px;justify-content:center;margin-bottom:1rem}.smiley-opt{font-size:32px;cursor:pointer;border-radius:12px;padding:8px;transition:transform .1s,background .1s}.smiley-opt:hover{background:#f0effe;transform:scale(1.2)}.smiley-opt.selected{background:#eeedfe;outline:2px solid #7F77DD}.modal-bg-fixed{position:fixed;top:0;right:0;bottom:0;left:0;background:#f7f5fffa;display:none;align-items:center;justify-content:center;z-index:1000}.modal-bg-fixed.open{display:flex}.modal{background:#fff;border:1.5px solid #e0ddf8;border-radius:20px;padding:2rem 2rem 1.5rem;width:320px;text-align:center;box-shadow:0 8px 40px #7f77dd26}.modal-emoji{font-size:38px;margin-bottom:10px}.modal h3{font-size:17px;font-weight:700;margin-bottom:6px;color:#2a2560}.modal p{font-size:13px;color:#888;margin-bottom:1.25rem;line-height:1.5}.pin-dots{display:flex;gap:10px;justify-content:center;margin-bottom:1.25rem}.pin-dot{width:15px;height:15px;border-radius:50%;background:#f0effe;border:2px solid #e0ddf8;transition:all .15s}.pin-dot.filled{background:#7f77dd;border-color:#534ab7;transform:scale(1.1)}.pin-dot.error{background:#f09595;border-color:#e24b4a}.pin-dot.ok{background:#5dcaa5;border-color:#1d9e75}.numpad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:.75rem}.numpad-btn{padding:12px;border-radius:11px;border:1.5px solid #e0ddf8;background:#f8f7ff;font-size:16px;font-weight:600;cursor:pointer;color:#2a2560;transition:all .12s;font-family:inherit}.numpad-btn:hover{background:#eeedfe;border-color:#afa9ec}.numpad-btn:active{transform:scale(.93)}.msg{font-size:12px;min-height:16px;margin-bottom:4px;font-weight:500}.msg.err{color:#a32d2d}.msg.ok{color:#085041}.modal-links{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:4px}.modal-link{font-size:12px;color:#b0aad8;cursor:pointer;text-decoration:underline}.modal-link:hover{color:#7f77dd}.c-pur{background:#eeedfe;border-color:#afa9ec;color:#3c3489}.c-teal{background:#e1f5ee;border-color:#5dcaa5;color:#085041}.c-ora{background:#faece7;border-color:#f0997b;color:#4a1b0c}.c-pink{background:#fbeaf0;border-color:#ed93b1;color:#4b1528}.c-blue{background:#e6f1fb;border-color:#85b7eb;color:#0c447c}.c-yel{background:#faeeda;border-color:#ef9f27;color:#412402}.c-grn{background:#eaf3de;border-color:#97c459;color:#173404}.c-red{background:#fcebeb;border-color:#f09595;color:#791f1f}
