:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a2e;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%) fixed;min-width:320px;min-height:100vh;margin:0}h1{font-size:3.2em;line-height:1.1}button{color:#fff;cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.timeline-item{width:45%;margin:2rem 0;position:relative}.timeline-item.left{left:0}.timeline-item.right{left:55%}.timeline-content{position:relative}.timeline-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:1.5rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 8px 32px #0000004d}.timeline-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006}.timeline-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.timeline-category{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;font-size:1.5rem;display:flex}.delete-button{color:#ff4d4d;cursor:pointer;box-sizing:border-box;background:#ff4d4d33;border:1px solid #ff4d4d4d;border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;margin:0;padding:0;font-size:16px;font-weight:700;line-height:1;transition:all .2s;display:flex}.delete-button:hover{background:#ff4d4d4d;border-color:#ff4d4d}.timeline-photo{cursor:pointer;border-radius:12px;margin-bottom:1rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.timeline-photo:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.timeline-photo:after{content:"🔍";opacity:0;color:#fff;pointer-events:none;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;transition:opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline-photo:hover:after{opacity:1}.timeline-photo img{object-fit:cover;width:100%;height:200px;transition:transform .3s;display:block}.timeline-photo:hover img{transform:scale(1.05)}.timeline-info h3{color:#fff;margin:0 0 .5rem;font-size:1.3rem;font-weight:600}.timeline-date{color:#a8edea;margin:0 0 1rem;font-size:.9rem;font-weight:500}.timeline-description{color:#ccc;margin:0;line-height:1.6}.timeline-marker{z-index:2;background:linear-gradient(135deg,#ff9a8b,#a8edea);border:3px solid #242424;border-radius:50%;width:16px;height:16px;position:absolute;top:1.5rem}.timeline-item.left .timeline-marker{right:-33px}.timeline-item.right .timeline-marker{left:-33px}.timeline-item:before{content:"";border:10px solid #0000;width:0;height:0;position:absolute;top:1.8rem}.timeline-item.left:before{border-left-color:#fff3;right:-20px}.timeline-item.right:before{border-right-color:#fff3;left:-20px}@media (width<=768px){.timeline-item{width:calc(100% - 80px);left:60px!important}.timeline-item.right{left:60px}.timeline-marker{left:-43px!important}.timeline-item:before{border-left-color:#0000!important;border-right-color:#fff3!important;left:-20px!important}.timeline-photo img{height:150px}}.photo-lightbox-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;box-sizing:border-box;background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.photo-lightbox-overlay:focus{outline:none}.photo-lightbox-container{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.photo-lightbox-close{color:#fff;cursor:pointer;z-index:2001;box-sizing:border-box;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;margin:0;padding:0;font-size:20px;font-weight:700;line-height:1;transition:all .2s;display:flex;position:absolute;top:-50px;right:0}.photo-lightbox-close:hover{background:#ffffff4d;transform:scale(1.1)}.photo-lightbox-content{flex-direction:column;align-items:center;max-width:100%;max-height:100%;display:flex}.photo-lightbox-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:calc(90vh - 60px);animation:.3s ease-out zoomIn;box-shadow:0 20px 60px #000c}.photo-lightbox-title{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:25px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.photo-lightbox-overlay{padding:1rem}.photo-lightbox-close{width:35px;height:35px;font-size:20px;top:-40px}.photo-lightbox-image{max-height:calc(90vh - 50px)}.photo-lightbox-title{margin-top:.75rem;padding:.5rem 1rem;font-size:1rem}}.timeline-container{max-width:1000px;margin:0 auto;padding:2rem 1rem}.timeline-title{text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#ff9a8b,#a8edea);-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:600}.timeline-filters{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-label{color:#ccc;font-size:1rem;font-weight:500}.filter-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.filter-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;background:#ffffff1a;border:2px solid #fff3;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.filter-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.filter-btn.active{color:#333;background:linear-gradient(135deg,#ff9a8b,#a8edea);border-color:#0000;font-weight:600;box-shadow:0 8px 25px #ff9a8b4d}.filter-btn.active:hover{transform:translateY(-2px);box-shadow:0 12px 35px #ff9a8b66}.filter-btn:disabled{opacity:.4;cursor:not-allowed;background:#ffffff0d;border-color:#ffffff1a}.filter-btn:disabled:hover{background:#ffffff0d;border-color:#ffffff1a;transform:none}.filter-emoji{font-size:1.1rem}.filter-text{font-size:.85rem}.timeline{padding:2rem 0;position:relative}.timeline:before{content:"";z-index:1;background:linear-gradient(#ff9a8b,#a8edea,plum);width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-empty{text-align:center;color:#888;padding:3rem;font-size:1.1rem}.timeline-empty p{background:#ffffff0d;border:2px dashed #444;border-radius:12px;margin:0;padding:2rem}@media (width<=768px){.timeline:before{left:30px}.timeline-container{padding:1rem .5rem}.timeline-title{margin-bottom:1.5rem;font-size:2rem}.timeline-filters{gap:.75rem;margin-bottom:2rem}.filter-label{text-align:center;width:100%;margin-bottom:.5rem;font-size:.9rem}.filter-buttons{gap:.4rem}.filter-btn{padding:.6rem .8rem;font-size:.8rem}.filter-text{font-size:.75rem}.filter-emoji{font-size:1rem}}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#282828f2;border:1px solid #fff3;border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem 1.5rem 0;display:flex}.modal-header h2{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#ff9a8b,#a8edea);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem}.close-button{color:#888;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;margin:0;padding:0;font-size:20px;line-height:1;transition:all .2s;display:flex}.close-button:hover{color:#fff;background:#ffffff1a}.milestone-form{padding:0 1.5rem 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#fff;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{color:#fff;box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#a8edea;outline:none;box-shadow:0 0 0 2px #a8edea33}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.form-group input[type=file]{cursor:pointer;padding:.5rem}.photo-preview{border-radius:8px;max-width:200px;margin-top:1rem;overflow:hidden}.photo-preview img{width:100%;height:auto;display:block}.form-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;display:flex}.cancel-button,.add-button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.cancel-button{color:#fff;background:#ffffff1a;border:1px solid #fff3}.cancel-button:hover{background:#fff3}.add-button{color:#fff;background:linear-gradient(135deg,#ff9a8b,#a8edea);border:none}.add-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #a8edea4d}@media (width<=768px){.modal-content{max-height:calc(100vh - 2rem);margin:1rem}.form-actions{flex-direction:column;gap:.5rem}.cancel-button,.add-button{width:100%}}.admin-login-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1500;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-login-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#282828f2;border:1px solid #fff3;border-radius:16px;width:100%;max-width:400px;box-shadow:0 20px 60px #00000080}.admin-login-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem 1.5rem 0;display:flex}.admin-login-header h2{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#ff9a8b,#a8edea);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.4rem}.admin-close-button{color:#888;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;min-width:35px;height:35px;min-height:35px;margin:0;padding:0;font-size:20px;line-height:1;transition:all .2s;display:flex}.admin-close-button:hover{color:#fff;background:#ffffff1a}.admin-login-form{padding:0 1.5rem 1.5rem}.admin-form-group{margin-bottom:1.5rem}.admin-form-group label{color:#fff;margin-bottom:.5rem;font-weight:500;display:block}.admin-form-group input{color:#fff;box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:all .2s}.admin-form-group input:focus{border-color:#a8edea;outline:none;box-shadow:0 0 0 2px #a8edea33}.admin-form-group input::placeholder{color:#888}.admin-error{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:6px;margin-top:.5rem;padding:.5rem;font-size:.9rem}.admin-form-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.admin-cancel-button,.admin-login-button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.admin-cancel-button{color:#fff;background:#ffffff1a;border:1px solid #fff3}.admin-cancel-button:hover{background:#fff3}.admin-login-button{color:#fff;background:linear-gradient(135deg,#ff9a8b,#a8edea);border:none}.admin-login-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #a8edea4d}.admin-info{text-align:center;color:#888;padding:0 1.5rem 1.5rem}.admin-toggle-mode{color:#a8edea;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.9rem;text-decoration:underline;transition:all .2s}.admin-toggle-mode:hover:not(:disabled){color:#fff}.admin-toggle-mode:disabled{opacity:.5;cursor:not-allowed}.admin-form-group input:disabled{opacity:.7;cursor:not-allowed}.admin-login-button:disabled,.admin-cancel-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=768px){.admin-form-actions{flex-direction:column;gap:.5rem}.admin-cancel-button,.admin-login-button{width:100%}}.password-screen{z-index:2000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.password-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#282828f2;border:1px solid #fff3;border-radius:16px;width:100%;max-width:420px;padding:2rem;box-shadow:0 20px 60px #00000080}.password-header h1{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#ff9a8b,#a8edea);-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.8rem;font-weight:600}.password-header p{color:#b0b0b0;margin:0 0 2rem;font-size:1rem}.password-form{flex-direction:column;gap:1rem;display:flex}.password-input-group{position:relative}.password-input{color:#fff;text-align:center;letter-spacing:2px;box-sizing:border-box;background:#0000004d;border:2px solid #ffffff1a;border-radius:12px;width:100%;padding:1rem;font-size:1rem;transition:all .3s}.password-input::placeholder{color:#888;letter-spacing:normal}.password-input:focus{background:#0006;border-color:#ff9a8b80;outline:none;box-shadow:0 0 20px #ff9a8b33}.password-input:disabled{opacity:.6;cursor:not-allowed}.password-error{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b33;border-radius:8px;margin:.5rem 0;padding:.75rem;font-size:.9rem}.password-submit{color:#333;cursor:pointer;background:linear-gradient(135deg,#ff9a8b,#fecfef);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.password-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #ff9a8b66}.password-submit:active:not(:disabled){transform:translateY(0)}.password-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.password-loading{align-items:center;gap:.5rem;display:flex}.password-spinner{border:2px solid #0000;border-top-color:#333;border-radius:50%;width:16px;height:16px;animation:1s linear infinite password-spin}@keyframes password-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.password-footer{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.5rem}.password-footer p{color:#888;margin:0;font-size:.9rem;font-style:italic}@media (width<=480px){.password-content{margin:1rem;padding:1.5rem}.password-header h1{font-size:1.5rem}.password-input,.password-submit{padding:.875rem;font-size:.9rem}}@media (prefers-color-scheme:dark){.password-screen{background:linear-gradient(135deg,#2d3748 0%,#4a5568 100%)}.password-content{background:#1a202cf2}}.app{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);min-height:100vh}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.loading-spinner{border:4px solid #a8edea4d;border-left-color:#a8edea;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#a8edea;margin:0;font-size:1.1rem}.error-banner{color:#fff;background:#ff6b6b33;border:1px solid #ff6b6b80;justify-content:space-between;align-items:center;margin-bottom:0;padding:1rem;display:flex}.error-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:.25rem .5rem;font-size:18px;font-weight:700;transition:background .2s}.error-close:hover{background:#fff3}.app-header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a2ee6;border-bottom:1px solid #ffffff1a;padding:1rem 0;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;padding:0 1rem;display:flex}.header-actions{align-items:center;gap:1rem;display:flex}.baby-name-title{color:#fff;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#ff9a8b,#a8edea);-webkit-background-clip:text;background-clip:text;border:none;border-bottom:2px solid #0000;min-width:200px;padding:.5rem;font-size:1.8rem;font-weight:600;transition:all .3s}.add-milestone-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff9a8b,#a8edea);border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;box-shadow:0 4px 15px #a8edea33}.add-milestone-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a8edea4d}.baby-name-input:disabled{opacity:.6;cursor:not-allowed}.admin-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.admin-btn:hover{background:#fff3;transform:translateY(-2px)}.admin-login{border-color:#ff9a8b80}.admin-login:hover{background:#ff9a8b33;border-color:#ff9a8b}.admin-logout{border-color:#a8edea80}.admin-logout:hover{background:#a8edea33;border-color:#a8edea}main{padding-bottom:2rem}@media (width<=768px){.header-content{text-align:center;flex-direction:column;gap:1rem}.baby-name-input{text-align:center;width:100%;min-width:auto;font-size:1.5rem}.header-actions{flex-direction:column;gap:.75rem;width:100%}.add-milestone-btn,.admin-btn{justify-content:center;width:100%;max-width:300px}}
