body{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;margin:0;font-family:Marker Felt,Marker Felt Thin,fantasy,cursive}.base{justify-content:center;align-items:flex-start;min-height:100vh;padding:40px 20px;display:flex}.frame{width:100%;max-width:600px}.home-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.home-header h1{color:#2c3e50;margin:0;font-size:2em}.motivations-list{flex-direction:column;gap:12px;display:flex}.motivation-card{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00000014}.motivation-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.motivation-content{flex-direction:column;gap:4px;display:flex}.motivation-title{color:#2c3e50;font-size:1.1em;font-weight:700}.motivation-descr{color:#555;font-size:.9em}.motivation-details{color:#888;margin-top:4px;font-size:.8em}.exit-container{justify-content:space-between;margin-top:30px;display:flex}button{cursor:pointer;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:.95em;font-weight:700;transition:all .2s}button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}button:active{box-shadow:none;transform:translateY(0)}.green-button{color:#1a5c3a;background:linear-gradient(135deg,#43e97b,#38f9d7)}.green-button:hover{background:linear-gradient(135deg,#38f9d7,#43e97b)}.blue-button{background:linear-gradient(135deg,#667eea,#764ba2)}.blue-button:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.red-button{background:linear-gradient(135deg,#f093fb,#f5576c)}.red-button:hover{background:linear-gradient(135deg,#f5576c,#f093fb)}.home-header .green-button{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:1.4em;display:flex}.edit-container,.login-container{background:#fff;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex;box-shadow:0 4px 20px #00000014}.edit-header{justify-content:space-between;align-items:center;display:flex}.edit-group{flex-direction:column;gap:16px;display:flex}.edit-field{flex-direction:column;gap:4px;display:flex}.edit-field label{color:#2c3e50;font-size:.9em;font-weight:700}.login-title{text-align:center;color:#2c3e50;margin:0}.input-group{flex-direction:column;display:flex}.button-wrapper{justify-content:center;display:flex}.basic-input{background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:1em;transition:border-color .2s}.basic-input:focus{background:#fff;border-color:#667eea}textarea.basic-input{resize:vertical;min-height:100px}.error-message{color:#e74c3c;font-size:.8em;font-weight:700}.edit-container>.red-button{width:100%;margin-top:8px}
