:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}.landing-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.landing-container{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:60px;z-index:1}.landing-content{flex:1;color:#fff;animation:fadeInUp .8s ease-out}.landing-title{font-size:64px;font-weight:700;margin:0 0 10px;text-shadow:2px 2px 8px rgba(0,0,0,.2);line-height:1.2}.landing-subtitle{font-size:28px;font-weight:300;margin:0 0 40px;opacity:.9}.landing-description{margin-bottom:50px}.description-text{font-size:20px;line-height:1.8;margin:0 0 15px;opacity:.95}.landing-features{display:flex;gap:30px;margin-bottom:50px;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:20px;min-width:120px;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.15)}.feature-icon{font-size:40px}.feature-text{font-size:16px;font-weight:500}.btn-get-started{padding:18px 48px;background:white;color:#667eea;border:none;border-radius:30px;font-size:20px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.btn-get-started:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background:#f0f4ff}.btn-get-started:active{transform:translateY(-1px)}.landing-illustration{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center}.illustration-circle{position:absolute;border-radius:50%;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);animation:float 6s ease-in-out infinite}.circle-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.circle-2{width:150px;height:150px;top:50%;right:20%;animation-delay:2s}.circle-3{width:180px;height:180px;bottom:10%;left:30%;animation-delay:4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.landing-container{flex-direction:column;text-align:center}.landing-title{font-size:48px}.landing-subtitle{font-size:24px}.description-text{font-size:18px}.landing-features{justify-content:center}.landing-illustration{height:300px}}.main-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px 20px 100px}.main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.app-title{font-size:28px;font-weight:700;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.header-actions{display:flex;gap:10px}.btn-edit,.btn-delete,.btn-cancel{padding:8px 16px;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-edit{background:white;color:#667eea}.btn-delete{background:#ff6b6b;color:#fff}.btn-delete:disabled{background:#ccc;cursor:not-allowed}.btn-cancel{background:#95a5a6;color:#fff}.goals-container{display:flex;flex-direction:column;gap:15px}.goal-card{background:white;border-radius:20px;padding:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;position:relative}.goal-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.goal-card.edit-mode{padding-left:60px}.goal-card.selected{border:2px solid #667eea;background:#f0f4ff}.goal-edit-controls{position:absolute;left:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;align-items:center}.goal-edit-controls input[type=checkbox]{width:20px;height:20px;cursor:pointer}.move-buttons{display:flex;flex-direction:column;gap:5px}.btn-move{width:30px;height:30px;border:1px solid #ddd;background:white;border-radius:5px;cursor:pointer;font-size:16px;transition:all .2s ease}.btn-move:hover:not(:disabled){background:#667eea;color:#fff;border-color:#667eea}.btn-move:disabled{opacity:.3;cursor:not-allowed}.goal-content{display:flex;justify-content:space-between;align-items:center}.goal-title{font-size:20px;font-weight:600;color:#333;margin:0}.goal-stats{display:flex;align-items:center;gap:10px}.consecutive-days{font-size:18px;font-weight:700;color:#667eea;background:#f0f4ff;padding:8px 16px;border-radius:20px}.empty-state{text-align:center;padding:60px 20px;background:white;border-radius:20px;box-shadow:0 4px 6px #0000001a}.empty-message{font-size:18px;color:#666;margin-bottom:20px}.btn-primary{padding:12px 24px;background:#667eea;color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.fab{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:#667eea;color:#fff;border:none;font-size:32px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;z-index:100}.fab:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}.goal-detail-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding-bottom:30px}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.goal-title-header{font-size:22px;font-weight:700;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.detail-content{padding:20px}.record-form{background:white;border-radius:20px;padding:20px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a}.form-group textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:10px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .3s ease}.form-group textarea:focus{outline:none;border-color:#667eea}.image-upload{position:relative}.image-upload-label{display:block;cursor:pointer}.image-placeholder{width:100%;height:150px;border:2px dashed #ddd;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#999;transition:all .3s ease}.image-placeholder:hover{border-color:#667eea;background:#f0f4ff}.image-placeholder span:first-child{font-size:32px}.image-preview{width:100%;max-height:300px;object-fit:cover;border-radius:10px}.btn-remove-image{position:absolute;top:10px;right:10px;width:30px;height:30px;border:none;background:rgba(0,0,0,.6);color:#fff;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-remove-image:hover{background:rgba(0,0,0,.8)}.btn-save{width:100%;padding:14px;background:#667eea;color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-save:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.records-section{background:white;border-radius:20px;padding:20px;box-shadow:0 4px 6px #0000001a}.records-title{font-size:20px;font-weight:600;color:#333;margin:0 0 20px}.empty-records{text-align:center;padding:40px 20px;color:#999}.records-list{display:flex;flex-direction:column;gap:15px}.record-item{display:flex;justify-content:space-between;align-items:flex-start;padding:15px;background:#f8f9fa;border-radius:10px;position:relative}.record-content{flex:1}.record-date{font-size:14px;font-weight:600;color:#667eea;margin-bottom:8px}.record-comment{font-size:14px;color:#333;line-height:1.6;margin-bottom:10px}.record-image{width:100%;max-width:300px;border-radius:8px;margin-top:10px}.record-actions{position:relative}.btn-menu{width:30px;height:30px;border:none;background:transparent;font-size:20px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;border-radius:5px;transition:all .2s ease}.btn-menu:hover{background:#e0e0e0}.menu-dropdown{position:absolute;top:35px;right:0;background:white;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10;min-width:100px;overflow:hidden}.menu-item{width:100%;padding:12px 16px;border:none;background:white;text-align:left;cursor:pointer;font-size:14px;transition:background .2s ease}.menu-item:hover{background:#f0f0f0}.menu-item.delete{color:#ff6b6b}.new-goal-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding-bottom:30px}.new-goal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.new-goal-content{padding:20px}.new-goal-form{background:white;border-radius:20px;padding:20px;box-shadow:0 4px 6px #0000001a}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;transition:border-color .3s ease}.my-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding-bottom:30px}.my-page-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.my-page-content{padding:20px}.profile-form{background:white;border-radius:20px;padding:20px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:20px}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:10px;font-size:14px;font-family:inherit;transition:border-color .3s ease}.settings-section{display:flex;flex-direction:column;gap:10px}.btn-setting,.btn-logout{width:100%;padding:14px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-setting{background:white;color:#667eea}.btn-setting:hover{background:#f0f4ff}.btn-logout{background:#ff6b6b;color:#fff}.btn-logout:hover{background:#ee5a5a;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.notification-settings-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding-bottom:30px}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.btn-back{width:40px;height:40px;border:none;background:white;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-back:hover{transform:scale(1.1);box-shadow:0 2px 8px #0003}.page-title{font-size:22px;font-weight:700;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.settings-content{padding:20px}.settings-form{background:white;border-radius:20px;padding:20px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:25px}.form-group label{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer}.checkbox-label input[type=checkbox]{width:24px;height:24px;cursor:pointer;accent-color:#667eea}.checkbox-label span{font-size:18px;font-weight:600;color:#333}.form-help{font-size:14px;color:#666;margin-top:8px;line-height:1.5}.form-group input[type=time]{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;transition:border-color .3s ease}.form-group input[type=time]:focus{outline:none;border-color:#667eea}.btn-save{width:100%;padding:14px;background:#667eea;color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.btn-save:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-save:disabled{opacity:.6;cursor:not-allowed}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.loader{color:#fff;font-size:20px}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;padding:20px}.login-container{width:100%;max-width:400px;background:white;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0003}.app-title-login{font-size:32px;font-weight:700;color:#667eea;text-align:center;margin:0 0 10px}.app-subtitle{text-align:center;color:#666;margin:0 0 30px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-group input{padding:12px;border:2px solid #e0e0e0;border-radius:10px;font-size:14px;font-family:inherit;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.error-message{padding:12px;background:#ffe5e5;color:#ff6b6b;border-radius:8px;font-size:14px;text-align:center}.btn-submit{padding:14px;background:#667eea;color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.btn-submit:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.switch-mode{text-align:center;margin-top:20px;color:#666;font-size:14px}.btn-switch{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;font-size:14px;text-decoration:underline;padding:0;margin-left:5px}.btn-switch:hover{color:#5568d3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.loading-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:20px}
